@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,700,100italic,400italic,700italic|Roboto+Condensed:400,400italic,700,700italic|Roboto+Mono|Roboto+Slab);

body{
	font-family: 'Roboto', sans-serif;
	overflow-y: scroll;
}

/* ------------------------- */


.dimmed{
	opacity: .5;
}

.dimmed-little{
	opacity: .75;
}

/* ----------------------- */
.text-pre-line{
	white-space: pre-line;
}

.text-break-all{
	word-break: break-all;
}

/* ----------------------- */
td.condensed, th.condensed{
	width: 1px;
}

/* ----------------------- */
.pages{
	position: relative;
}

.page{
	transition: all .1s;
	transition-timing-function: ease-in-out;
	transform: translateX(-120%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
}

.page.active{
	transform: translateX(0);
	position: relative;
	overflow: initial;
}

.page-heading{
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
}

.page-title {
	float: right;
	font-size: 16px;
	font-weight: lighter;
	color: #ccc;
	text-transform: uppercase;
}

/* ----------------- */
.media-object img{
	vertical-align: top;
}

/* ----------------------- */
.user-card {
	border: 1px solid #eee;
	border-radius: 4px;
	background: #f9f9f9;
	display: inline-block;
	max-width: 400px;
}

.user-card .media-body{
	padding: 10px 10px 10px 0;
	margin: 0;
}

.user-card .tareas-incompletas{
	justify-content: center;
	display: flex;
	align-items: center;
	width: 1em;
	height: 1em;
	padding: 8px;
	border-radius: 200%;
	/* border: 2px solid #fff; */
	background: #3F8ABF;
	font-size: 10px;
	font-weight: normal;
}

.user-card .media-object{
	width: 95px;
	height: 95px;
}

.user-card .media-object img{
	width: 100%;
}

.user-card .media-object .tareas-incompletas{
	position: absolute;
	right: 2px;
	bottom: 0;
}


/* --------------------------- */
.user-card-mini{
	max-width: 200px;
}
.user-card-mini .media-object{
	width: 20px;
	height: 20px;
}
.user-card-mini .media-heading{
	font-size: 10px;
	margin: 0;
}

.user-card-mini .media-body{
	padding: 5px 5px 5px 0;
}

.user-card-mini .tareas-incompletas{
	padding: 6px;
}

/* --------------------------- */
.user-card-micro {
	display: inline-block;
}
.user-card-micro .media-object{
	width: 20px;
	height: 20px;
}

/* --------------------------- */

.proyecto{

}

.proyecto-nuevo{
}

/* --------------------------- */


.btn-group-settings{
	background: #eee;
	padding: 5px;
	margin-bottom: 20px;
}

/* ----------------------------- */
.tarea-card-toucharea{
	display: inline-block;
	padding: 0;
	margin: 0;
}

.tarea-card-micro{
	padding: 0;
	margin: 0;
	display: inline-block;
	line-height: 0;
	width: 42px;
	color: #fff;
	padding: 1px;
	border-radius: 4px;
}

.tarea-card-micro .user-card {
	border-radius: 4px 0 0 4px;
	border: none;
	overflow: hidden;
}

.tarea-card-micro .media-left{
	padding: 0;
}

.tarea-card-micro .media-body{
	vertical-align: middle;
	text-align: center;
}

/* ------- */
.tarea-card-micro{
	width: 34px;
	margin-right: 4px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 3px;
	margin-bottom: 4px;
	border-radius: 4px;
	padding: 1px;
	border-radius: 10px 4px 4px 10px;
}

.tarea-card-micro i {
	/*display: none;*/
	font-size: 8px;
	opacity: .8;
}

.tarea-card-micro .media-left {
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
	margin: 2px;
}

/* ---------------------------- */


.visible-tr-hover{
	visibility: hidden;
}

tr:hover .visible-tr-hover{
	visibility: visible;
}

/* --------------------- */
.dropzone{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: #fff;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	opacity: 0;

	transition: .2s all;

	outline: 4px dashed #B1B1B1;
	background-color: #EFEFEF;
	text-transform: uppercase;

}

.dropzone.in{
	z-index: 2;
	opacity: 1;
}

.dropzone.in.hover{
	outline-color: #73BF73;
	background-color: #8ED69D;
	color: white;
}

/* ----------------------- */
.nav .user-card{
	vertical-align: middle;
	border: none;
	margin: -10px 0 -10px;
	border-radius: 100%;
	overflow: hidden;
}

.nav .user-card .media-object {
	height: 40px;
	width: 40px;
}

/* --------------------- */
.user-profile-pic{
	border-radius: 100%;
	overflow: hidden;
}


/* TABLES */
.vertical-middle,
.table-middle>tbody>tr>td,
.table-middle>tbody>tr>th,
.table-middle>tfoot>tr>td,
.table-middle>tfoot>tr>th,
.table-middle>thead>tr>td,
.table-middle>thead>tr>th,

.table tr.vertical-middle>td,
.table tr.vertical-middle>th,
.table tr th.vertical-middle,
.table tr td.vertical-middle{
	vertical-align: middle;
}

.table tr.vertical-top>td,
.table tr.vertical-top>th,
.table tr th.vertical-top,
.table tr td.vertical-top{
	vertical-align: top;
}

.table-small > tbody > tr > td{
	line-height: 1.2em;
}

.table th{
	background: #f9f9f9;
	border-bottom: none !important;
}


/* CAMBIOS A BOOTSTRAP PAPER */
label {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
}

.form-group{
	margin-bottom: 35px;
}

.form-horizontal .form-group {
	margin-bottom: 0px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control-static{
	opacity: .75;
	font-size: 16px;
}

.form-control-static.form-control-compact{
	line-height: 1em;
}

/* -------------------------------------------- */
tr.ui-sortable-helper {
	transition: none !important;
	background: #fff;
}

td .draggable-handle {
	background: url("/img/drag-pagina.png") 2px 2px repeat-y;
	position: absolute;
	width: 10px;
	top: 0;
	left: 0;
	bottom: 0;
	cursor: move;
	z-index: 2;
}


td .draggable-handle {
	position: relative;
	height: 20px;
}

/* -------- CARD STATS ------------ */
.card-stats-group{
	white-space: nowrap;
	overflow-x: auto;
	display: inline-block;
	max-width: 100%;
}

.card-stats-divider{
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #eee;
	height: 40px;
	margin: 0 5px;
}

.card-stats {
	white-space: initial;
	display: inline-block;
	width: 70px;
	text-align: center;
}

.card-stats .card-stats-label {
	text-transform: uppercase;
	font-size: 8px;
	opacity: .5;
	line-height: 1.2em;
	display: block;
}

.card-stats .card-stats-value {
	font-size: 20px;
	display: block;
	text-align: center;
	line-height: 1em;
}

/* ---------- zoomable ---------------- */
.zoomable:hover, .zoomable-trigger:hover > .zoomable {
	opacity: 1;
	transition-duration: .2s;
/*	transform: scale(1);*/
}
.zoomable {
	opacity: .3;
/*	transform: scale(.8);*/
	transition: 2s all;
}

.zoomable-right{
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-ms-transform-origin: right;
	-o-transform-origin: right;
	transform-origin: right;
}

/* ------------------------------------------ */
.hw-layer{
	transform: translate3d(0,0,0);
}


/* --------- SCROLLBARS ------------- */
html::-webkit-scrollbar{
	width:10px;
	height:10px;
	background-color:#fff;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);
}
html::-webkit-scrollbar:hover{
	background-color:#eee;
}
html::-webkit-resizer{
	-webkit-border-radius:4px;
	background-color:#666;
}
html::-webkit-scrollbar-thumb{
	min-height:0.8em;
	min-width:0.8em;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px -1px 0 rgba(0,0,0,.07);
}
html::-webkit-scrollbar-thumb:hover{
	background-color: #bbb;
}
html::-webkit-scrollbar-thumb:active{
	background-color:#888;
}


/* ---------- site thumbnail ------------ */
.site-snapshot{
	display: block;
	position: relative;
}

.site-snapshot .site-snapshot-actions{
	top: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity .5s;
}

.site-snapshot:hover .site-snapshot-actions,
.site-snapshot.loading .site-snapshot-actions
{
	opacity: 1;
}

.site-snapshot img{
	transition: all .5s;
	opacity: 1;
}

.site-snapshot img.loading{
	transform: scale(.5);
	opacity: .5;
}

.site-snapshot:hover img{
	opacity: .3;
}


/* ---------- MONSTERS ------------ */
.monsters-group{
	height: 80px; overflow: hidden; position: relative;
	background: #fff;
}

.monsters-group .monsters{
	height: 100%;
	width: 100%;
	background-size: 500px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: absolute;
	transition: 2s all;

}


/* ---------- CAMBIOS AL BOOTSTRAP ------------ */

.btn-fab{
	border-radius: 50%;
	font-size: 24px;
	height: 56px;
	margin: auto;
	min-width: 56px;
	width: 56px;
	padding: 0;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
	position: relative;
	line-height: normal;
}

.btn.btn-fab.btn-fab-mini, .input-group-btn .btn.btn-fab.btn-fab-mini, .btn-group-sm .btn.btn-fab, .btn-group-sm .input-group-btn .btn.btn-fab {
	height: 40px;
	min-width: 40px;
	width: 40px;
	font-size: 16px;
}

.btn-fab:active{
	outline: 0 !important;
}

/*
.control-label, th {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	font-family: "Roboto Condensed";
}

.form-control[disabled],
.form-control[readonly],
.form-control[disabled],
.form-control-static.disabled{
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	height: auto;
	-webkit-appearance: none;
	resize: none;
	cursor: initial;
	opacity: .75;
}

.panel-footer {
	border-top: none;
}

.panel-footer .pagination{
	margin: 0;
}

.panel-heading {
	border-bottom: none;
}
*/

.proyectos-stats-actions {
	display: flex;
	flex-direction:column;
	align-items: center;
}

.proyectos-stats-actions .proyectos-stats{
	order: 1;
}

.proyectos-stats-actions .main-action{
	order: 2;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.proyectos-stats-actions{
		flex-direction:row;
	}

	.proyectos-stats-actions .proyectos-stats{
		order: 2;
	}

	.proyectos-stats-actions .main-action{
		order: 1;
		margin-right: 20px;
		margin-top: 0px;
		flex-grow: 1;
	}

}