ul {
	margin:0 !important;
	list-style:none; 
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

:focus { outline:none !important; }
::-moz-focus-inner { border:0 !important; }

p {
	margin-bottom:1.2em;
	line-height:1.5em;
}

a img {	border:none; }

.clear { clear:both; }

body, html {
	color:#666666;
	font-size:.9em !important;
	line-height:1.2em;
	background:#f5f4f7;
	height:100%;
	position:relative;
}

@media(max-width:767px){
	body{
		padding-right:0px !important;
		padding-left:0px !important;
	}
}

#header {
	background:#000000;
	color:#f0f0f0;
	position:relative;
	overflow:hidden;
	padding:15px 15px 15px;
}

#header h1 {
	color:white;
	font-size:35px;
	margin:0;
	text-shadow:1px 1px 1px #000;
	font-family:'Abel', Arial, sans-serif;
	line-height:32px;
}

#account {
	font-size:.85em;
	line-height:1em;
	text-align:right
}

#account span {
	color:#999999;
}

#account a {
	color:white;
	display:inline-block;
	padding:10px 20px;
	padding-left:35px;
	background:transparent url(../img/logout.png) no-repeat 10px 7px;
	text-decoration:none;
	transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#account a.my_account {
	background:transparent url(../img/my_account.png) no-repeat 10px 7px;
	margin-left:15px;
}

#account a:hover {
	background-color:#000;
}

/** MENU */

#top_menu {
	background: #3c404b; 
	-moz-box-shadow:0 5px 5px #E1E1E1;
	-webkit-box-shadow:0 5px 5px #E1E1E1;
	box-shadow:0 5px 5px #E1E1E1;
}

.mnu_inactive_msg {
	background:#000;
	color:#ccc;
	text-align:center;
	padding:2px 8px;
	margin:0 0 0 5px;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/** Main menu */

.navbar {
	margin:0;
}
	.navbar-inner {
		border-radius:0px;
		-moz-border-radius:0px;
		-webkit-border-radius:0px;
		background:#3c404b !important;
	}
	
	.navbar .divider-vertical {
		margin:0 0px;
		border-left-color:#3a3e4a;
		border-right-color:#373b48;
	}
	
	.navbar .nav > li > a {
		color:#f0f0f0;
	}

	.navbar .badge {
		background:#111;
		color:#dedede;
		margin-left:5px;
	}

	.navbar .caret {
		border-top-color:#999999;
	}

	.navbar .nav .active > a,
	.navbar .nav > a:hover,
	.navbar .nav > a:focus,
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background:#24272f !important;
	}

/** FOOTER */

#footer {
	background:#eee;
	color:#888;
	text-align:center;
	padding:15px;

	clear:both;
	-moz-box-shadow:2px 2px 3px #E1E1E1;
	-webkit-box-shadow:2px 2px 3px #E1E1E1;
	box-shadow:2px 2px 3px #E1E1E1;

	padding:15px 10px;
	font-size:.9em;

	margin:50px 0 10px 0;
}

#footer a {
	color:#666;
}

/* Messages */

.message {
	padding:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom:20px;
	line-height:1.4em;
}

.message p {
	margin:0;
}

.message ol {
	margin:20px 0 0 0;
	padding-left:2em;
}

.message li {
}

#login_error {
	/*width:310px;*/
	margin:0 auto 20px auto;
}

.message_ok {
	color:#849F4F;
	background:#ECF5DA;
	border:1px solid #B1C786;
	text-shadow:1px 1px 1px white;
}

.message_error {
	color:#B94A48;
	background:#F2DEDE;
	border:1px solid #EED3D7;
	text-shadow:1px 1px 1px white;
}

.message_info {
	color:#2E8EB4;
	background:#E5F1FC;
	border:1px solid #BCD8F3;
	margin-top:20px;
}

.message_note {
	color:#6c6620;
	background:#fdfbe1;
	border:1px solid #e7db55;
}

#donations_message a {
	text-decoration:underline;
}

#donations_message h3 {
	border:none;
}

/* Tabs */

.etabs {
	text-align:center;
}

.tab {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background:#ededed;
	border:solid 1px #ccc;
	border-bottom:none;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.tab:first-child {
	margin:0 0 0 30px;
}

.tab a {
	color:#ccc;
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:1.3em;
	line-height:2em;
	outline:none;
	padding:0 10px;
	text-decoration:none;
}

.tab a:hover {
	text-decoration:none;
	color:#666 !important;
}

.tab.active {
	background:url(../img/bg-2-noise.jpg);
	border-color:#ccc;
	position:relative;
	padding-top:1px;
	top:1px;
	text-decoration:none;
}

.tab a.active {
	color:#333 !important;
}

.tab-container .panel-container {
	border-top:solid #ccc 1px;
}

.panel-container {
	margin-bottom:10px;
}

#outer_tabs_wrapper {
	margin:0 auto;
}

/* forms */
/*
.form_fields li:not(.form_submit_li) {
	margin-bottom:4px;
	padding-bottom:4px;
}
*/
.form_fields li label {
	display:inline-block;
	width:40%;
}

.textarea_label {
	vertical-align:top;
}

.input[type="radio"], input[type="checkbox"] {
	margin:0 5px 3px 0!important;
}

.form_submit_li {
	margin-top:25px;
	text-align:center;
}

.required {
	width:264px !important;
	padding-right:50px !important;
	background:url(../img/req-text.png) no-repeat right -2px;
}

li .password_toggle {
	width:257px !important;
}

li .required.password_toggle {
	width:214px !important;
}


.password_toggler {
	float:right;
	margin:0 5px 0 0;
	width:40px;
}


#add_group_form_description {
	width:308px;
	height:150px;
}


textarea, select {
	width:308px;
}

/* Files actions */

.form_actions_left {
	display:inline-block;
	zoom:1;
	float:left;
}

.form_actions_left form {
	display:inline-block;
	zoom:1;
}

.form_actions_right {
	display:inline-block;
	zoom:1;
	float:right;
}

.form_actions_left select, .form_actions_right select {
	height:28px;
	font-size:13px;
}

.form_actions_left input[type="text"] {
	font-size:13px;
	height:18px;
	line-height:18px;
}

.inline_form {
	display:inline;
}

.form_actions, .form_actions_limit_results {
	padding:0;
	margin-bottom:5px;
}

.form_count_total {
	float:left;
}

.form_actions_count {
	text-align:left;
	padding-top:15px;
	font-size:1.2em;
	overflow:hidden;
	border-top:1px dotted #ccc;
}

.form_actions .form_actions_submit select {
	width:120px;
}

.form_actions .form_actions_submit select.large_select {
	width:320px !important;
}

.form_actions_limit_results {

}

.form_actions_limit_results .txtfield {
	width:140px;
}

.form_actions_limit_results .form_actions_search_box {
	width:80px !important;
}

#btn_proceed_search {
	margin-right:10px !important;
}


.form_actions_submit label {
	display:inline-block;
	width:160px;
	text-align:left;
	cursor:pointer;
	background:url(../img/checkbox.png) no-repeat left 4px;
	padding:3px 0 3px 27px;
	font-size:12px;
}

.form_actions_submit .boton {
	margin:0!important;
}

/* Buttons */

.close-popover {
	text-align:center;
	margin:15px auto;
}

.button_form {
	width:80px;
	padding:4px 0;
	font-size:.9em!important;
	text-align:center;
	text-decoration:none!important;
	margin:0 auto!important;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor:pointer;

	background:#407FB6!important;
	background:-moz-linear-gradient(center top , #FAFBFC, #E2E5E9)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#FAFBFC), to(#E2E5E9))!important;
	border:1px solid #ccc!important;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5)!important;
	text-shadow:0 -1px 0 #f0f0f0!important;
	color:#111!important;
}

.button_form:hover {
	background:#D8DBDF!important;
	background:-moz-linear-gradient(center top , #EDEEEF, #D8DBDF)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#EDEEEF), to(#D8DBDF))!important;
}

.button:hover {
	text-decoration:none;
	-moz-box-shadow:2px 2px 2px #ccc;
}

.button {
	width:100px;
	padding:4px 10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	cursor:pointer;
	line-height:1.3em;

	text-shadow:0 1px 1px #3E6A16!important;
	color:white!important;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;

	box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.5)!important;
}

.button:focus {
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.3) inset, -3px -3px 3px 1px rgba(0, 0, 0, 0.1) inset, 0 0 0 rgba(0, 0, 0, 0.5)!important;
	text-shadow:0 -1px 0 #3E6A16!important;
}

.button_small {
	width:35px!important;
}

.button_big {
	width:150px!important;
	padding:9px 10px;
	font-size:13px;
}

.button_gray {
	background:#eee;
	background:-moz-linear-gradient(center top , #f5f5f5, #eee)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee))!important;
	border:1px solid #C4C2C2!important;
	text-shadow:0 1px 1px #eee!important;
	color:#888 !important;
}

.button_gray:focus {
	box-shadow:3px 3px 3px rgba(140, 140, 140, 0.3) inset, -3px -3px 3px 1px rgba(140, 140, 140, 0.1) inset, 0 0 0 rgba(140, 140, 140, 0.5)!important;
	text-shadow:0 -1px 0 #3E6A16!important;
}


.button_green {
	background:#639822;
	background:-moz-linear-gradient(center top , #82B741, #639822)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#82B741), to(#639822))!important;
	border:1px solid #468000!important;
}

.button_blue {
	background:#407FB6!important;
	background:-moz-linear-gradient(center top , #407FB6, #236299)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#407FB6), to(#236299))!important;
	border:1px solid #004380!important;
}

.button_red {
	background:#D24244;
	background:-moz-linear-gradient(center top , #D7575A, #D24244)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#D7575A), to(#D24244))!important;
	border:1px solid #BF3133!important;
}

.button_blue:hover {
	background:#ea0000!important;
	background:-moz-linear-gradient(center top , #ed3f3f, #ea0000)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#ed3f3f), to(#ea0000))!important;
	border:1px solid #002170!important;
}

.after_form_buttons {
	margin-top:50px;
	text-align:center;
}

.inside_form_buttons {
	margin-top:25px;
	text-align:center;
}

.whitebox .alert-info {
	margin-top:25px;
}

.alert .alert-title {
	padding-bottom:0;
	margin-bottom:8px;
	border:none;
	font-weight:bold;
	font-size:17px;
}

/** Overwrite default bootstrap Main button colors */

.btn {
}

.btn-wide {
	padding:4px 20px !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
	background:#ea0000;
	background:-moz-linear-gradient(center top , #ed3f3f, #ea0000);
	background:-webkit-gradient(linear, left top, left bottom, from(#ed3f3f), to(#ea0000));
}


/** Modal content */

.modal_overlay {
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/modal-bg.png);
	text-align:center;
	z-index:1000;
	opacity:.9;
}

.modal_psend {
	display:none;
	position: fixed;
	top: 50%;
	left: 50%;
	float: left;
	z-index:5000;

	width:400px;
	height:340px;
	margin:-170px 0 0 -200px;
	background:white;
	color:black;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 23px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 0px 23px rgba(0, 0, 0, 0.3);
}

.modal_content {
	margin:15px;
}

.loading-img {
	text-align:center;
}

.modal_content p.loading-img {
	margin:40px auto;
	text-align:center;
}

.modal_content iframe {
	display:none;
}

.modal_title {
	text-align:right;
	padding:10px;
	background:#eee;
	background:-moz-linear-gradient(center top , #f5f5f5, #eee)!important;
	background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee))!important;
	text-shadow:0 1px 1px #eee;
	color:#888;

	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.modal_close {
	color:#888;
	font-size:2em;
}


/** Downloaders list */

.downloaders_list {
	list-style:none;
	height:230px;
	overflow:auto;
}

.downloaders_list li {
	list-style:none;
	padding:8px;
	border:solid #eee;
	border-width:1px 0;
}

.downloaders_list li:hover {
	background:#eef0f2 !important;
}

.downloaders_list li img {
	float:left;
	background:white;
	padding:3px;
	border:1px solid #ccc;
	margin:0 10px 0 0;
}

.downloaders_list li:nth-child(even) {
	background:#f6f6f6;
}

.downloaders_list .downloader_name {
	font-size:1em;
	color:#222;
	font-weight:bold;
	margin:0 0 3px;
}

.downloaders_list .downloader_email {
	font-size:.9em;
	color:#777;
	margin:0;
}

.downloaders_list .downloader_count {
	float:right;
}

p.downloaders_note {
	font-size:.9em;
	margin:10px 0 0;
	line-height:1.1em;
	color:#666666;
}

/** Datepicker */

.datapick-field {
	cursor:pointer !important;
}

/** Files list view (File Manager) */

.file_name {
	font-weight:bold;
}

.file_name a {
	text-decoration:underline;
}

.public_link_copy {
	background:#E5F1FC;
	color:#2E8EB4;
	font-size:12px;
	width:95%;
	border:1px solid #BCD8F3;
	margin:7px auto !important;
}

/* Table sorter for jquery */

.extra_columns_table .extra {
/*	display:none;*/
}

#table_view_modes {
	display:none; /** While changing tablesorter to footable */
	width:144px;
	float:right;
	text-align:right;
	font-size:.8em;
}

#table_view_modes li {
	display:inline-block;
	zoom:1;
}

#table_view_modes li a {
	display:block;
	width:20px;
	height:20px;
	text-align:left;
	text-indent:-999em;
	border:1px solid #fff;
	transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.active_view_button {
	-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    2px 2px 4px rgba(50, 50, 50, 0.15);
	box-shadow:         2px 2px 4px rgba(50, 50, 50, 0.15);
	border:1px solid #ccc !important;
}

#view_reduced {
	background:url(../img/table_reduced.jpg) no-repeat;
	margin-right:7px;
}

#view_full {
	background:url(../img/table_full.jpg) no-repeat;
}


.vertical_middle td, .vertical_middle th {
	vertical-align:middle!important
}