/*
.navbar-inverse {
    background-color: #b00 !important;
}
.navbar-inverse .navbar-nav>li>a {
    color: #ddd !important;
*/

.navbar-fixed-left {
	width: 200px;
	position: fixed;
	border-radius: 0;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	/* verflow-y: auto; */
	/* overflow-x: hidden; */
	padding: 20px 10px 20px 10px;
}

.navbar-fixed-left .navbar-nav > li {
	float: none; /* Cancel default li float: left */
	/* width: 139px; */
}

.navbar-fixed-left + .container {
	/* padding-left: 160px; */
}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li > .dropdown-menu {
	margin-top: -50px;
	margin-left: 140px;
}

.navbar-nav {
	float: none !important;
}
.navbar-brand {
	float: none !important;
}

.media-check .cbx-container {
	margin-top: 0px;
}
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
	vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.label-mba {
	background-color: #c6e1f8;
	color: #000;
}
.label-cba {
	background-color: #4c9cc7;
	color: #fff;
}
.btn-mba {
	background-color: #c6e1f8;
	color: #000;
}
.btn-cba {
	background-color: #4c9cc7;
	color: #fff;
}
.mba-name {
	color: #c6e1f8;
	font-weight: bold;
}
.cba-name {
	color: #4c9cc7;
	font-weight: bold;
}

.wrapper {
	width: 960px;
	margin: 0 auto 0 230px;
	margin-top: 80px;
}

.admin-section-head {
	margin: 20px 0;
	overflow: hidden;
}
.admin-section-head .admin-section-title {
	display: block;
	float: left;
}
.admin-section-head .admin-newitem-btn {
	float: right;
	margin-top: 2px;
}

.displaynone {
	display: none;
}

/* tab color */
.nav-tabs > li > a {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
	color: #000;
}

/* active tab color */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
	border: 1px solid #fff;
}

/* hover tab color */
.nav-tabs > li > a:hover {
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.toggle-published {
	margin: 2px;
}

.admin-form-list {
	list-style: none;
	padding: 0;
	width: 100%;
}

.input-group {
	margin-bottom: 20px !important;
}

.admin-form-list .form-control {
	color: #000;
}

.admin-form {
	position: relative;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 60px;
	overflow: hidden;
}
.admin-form.recorridos {
	margin-bottom: 0;
}

.admin-form hr {
	display: block;
	margin: 35px 0;
}

.admin-form .two-columns .column {
	width: 375px;
	float: left;
}
.admin-form .two-columns .column.c380 {
	width: 350px;
	float: left;
}
.admin-form .two-columns .column.c560 {
	width: 560px;
	float: left;
}

.admin-form .two-columns .column:first-child {
	margin: 0 50px 0 0;
}

.admin-form .four-columns .column {
	width: 255px;
	float: left;
	margin: 0 20px 0 0;
}
.admin-form .four-columns .column:last-child {
	width: 120px;
	float: left;
	margin: 0 0 0 0;
}

.guardar {
	margin: 30px 0 0 0;
}

.bootstrap-tagsinput {
	width: 960px !important;
}

.site-selector {
	height: 60px;
	padding: 15px 0 0 0;
	background-color: #eee;
}

.site-selector.small {
	height: 40px;
	padding: 8px 10px 3px 10px;
	background-color: #eee;
}

hr.site-selector-sep {
	margin: 25px 0;
}

hr.site-selector-sep.small {
	margin: 15px 0;
}

.site-chck {
	display: block;
	height: 40px;
	float: left;
	margin: 0 35px 0 0;
}
.site-chck.small {
	height: 24px;
}
.site-chck .cbx-container {
	margin-top: -2px !important;
}
.site-chck.small .cbx-container {
	margin-top: 3px !important;
}
.site-chck .cbx-active {
	background-color: #fff !important;
}
.site-chck .site-hint {
	font-size: 20px;
	display: inline-block;
	margin: 0px 0 0 5px;
	padding-top: -10px;
}

.site-chck .site-hint.small {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0 0 5px;
	padding-top: -10px;
}

.site-chck .site-hint.mba {
	color: #4d9bc9;
}

/******************** OBRAS ************************/

.modal-dialog {
	margin-top: 90px !important;
	width: 750px;
}
.modal-body .input-group {
	margin-top: 20px;
	margin-bottom: 0;
}
.modal-field-error {
	background-color: #ff0000;
	color: #fff;
}
#new-item-group {
	margin-bottom: 5px !important;
}
.modal-error {
	font-size: 12px;
	color: #a94442;
	padding-left: 100px;
	display: none;
}
.modal-error-duplicate {
	font-size: 12px;
	color: #a94442;
	padding-left: 100px;
	display: none;
	float: left;
}
.work-bibliography {
	margin-top: 40px;
}

.edit-title {
	display: block;
	margin: 0 0 15px 0;
	padding-top: 10px;
}
.edit-title h4,
h2 {
	margin: 3px 0 0 0;
}

.author-type {
	font-size: 10px;
	font-weight: bold;
}

/****
/****  IMAGENES OBRAS
/****/

.image-sorter {
	overflow: hidden;
	position: relative;
}

.sort-preload {
	position: absolute;
	top: 20px;
	right: 10px;
}

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#sortable li {
	position: relative;
	margin: 10px 10px 0px 0;
	padding: 0px;
	float: left;
	width: 230px;
	height: 140px;
	background: #000;
}

#sortable li .number {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 5px;
	z-index: 600;
	background-color: #f00;
}

#sortable li .hint {
	display: none;
}

#sortable li:first-child .hint {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	font-size: 11px;
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	z-index: 601;
}

.work-img-holder .img-buttons {
	display: none;
	position: absolute;
	width: 200px;
	height: 140px;
}

.work-img-holder .edit-btn {
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 602;
}

.work-img-holder .remove-btn {
	position: absolute;
	right: 3px;
	top: 3px;
	z-index: 602;
}

.work-img-holder img {
	display: block;
	margin: auto;
}

.work-img-holder .info {
	display: none;
	position: absolute;
	width: 200px;
	height: 140px;
	padding: 35px 8px 8px 8px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 500;
	color: #fff;
	font-size: 11px;
}

.image-uploader {
	margin: 60px 0 40px 0;
	overflow: hidden;
}

/* -------    NOTICIAS     --------- */
.news-caption {
	height: 100px !important;
	margin-bottom: 30px;
}
.news-tags {
	margin-top: 30px;
}

/* ------- PROYECTOS URBANOS --------- */

#map-canvas {
	width: 960px;
	height: 400px;
	float: left;
	margin-bottom: 30px;
}
#map-controls {
	float: right;
	/*width: 140px;*/
}
#edit-controls .btn,
#create-controls .btn {
	margin: 0 0 10px 10px;
	float: left;
}
/* ------- TIPOS DE USO OBRA ---------*/

.usos-list,
.usos-data,
.authors-list,
.authors-data {
	margin: 35px 0 0 0;
}

.usos-data,
.authors-data {
	padding-left: 80px;
}

.add-select {
	/* width: 250px;*/
	/* float:left;*/
}
.add-select-btn {
	/*float: left;*/
	margin: 12px 0 0 15px;
}

/* --------- IMAGENES ------- */

.editimage-wrapper {
	width: 700px;
	overflow: hidden;
}

.editimage-wrapper .image-holder {
	background-color: #ddd;
	overflow: hidden;
	padding: 26px 0;
	margin: 0 40px 20px 0;
	width: 300px;
	float: left;
	height: 195px;
}

.editimage-wrapper .image-holder img {
	display: block;
	margin: 0 auto;
}

.editimage-wrapper .editimage-form {
	overflow: hidden;
	float: left;
	width: 350px;
}

/* --------- ARQUITECTOS ------- */

.architect #informacion {
	position: relative;
}

.short-form {
	width: 660px;
	float: left;
	margin: 0 20px 0 0;
}

.architect #informacion .profile-pic {
	position: absolute;
	width: 280px;
	height: 275px;
	right: 0;
	top: 55px;
}
.profile-pic #myDropZone {
	position: relative;
	padding: 0;
	border: 0;
}
.profile-pic #myDropZone .dz-message {
	cursor: pointer;
	width: 280px;
	height: 275px;
	background-image: url(../../img/admin/profile_dz.png);
}

.profile-pic #myDropZone .dz-preview {
	width: 280px;
	height: 275px;
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.profile-pic #myDropZone .dz-preview .dz-progress {
	position: absolute;
	top: 255px;
}
.profile-pic #myDropZone .dz-details {
	width: 280px;
	height: 275px;
	padding: 0;
	margin: 0;
}
.profile-pic #myDropZone .dz-details img {
	width: 280px;
	height: 275px;
}

.profile-pic #myDropZone .dz-filename,
.profile-pic #myDropZone .dz-size {
	display: none;
}

.profile-pic .image-control {
	text-align: center;
}

.profile-pic #cancel-btn {
	margin: 0 auto;
	margin-top: 15px;
}
.profile-pic #change-btn {
	margin: 0 auto;
	margin-top: 15px;
}

.cke-field {
	margin-bottom: 50px;
}

/* --------- FOTOGRAFOS ------- */

.photographers-head {
	overflow: hidden;
}

.add-form {
	position: relative;
	clear: both;
	background-color: #eee;
	overflow: hidden;
	margin: 0 0 15px 0;
	display: none;
}

.add-form hr {
	margin: 0;
}

.add-form .close-btn {
	position: absolute;
	top: 5px;
	right: 3px;
}

.add-form .add-form-inner {
	position: relative;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

.add-form .add-form-inner #name {
	width: 300px;
	margin: 0 15px 0 10px;
}

#attachment {
	width: 740px;
	background-color: #fff !important;
}

#btn-save-file {
	margin: 35px 0 0 0;
}

.video-thumb {
	width: 462px;

	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
.video-thumb .holder {
	position: relative;
	width: 462px;
	height: 260px;
	background-color: #ddd;
}
.video-thumb .holder img {
	position: absolute;
	z-index: 1500;
}
.video-thumb .holder #progress {
	position: absolute;
	z-index: 1600;
	top: 120px;
}
.video-thumb .uploader {
	display: block;
	text-align: center;
	margin: 15px 0 0 0;
	overflow: hidden;
}

.text-description {
	margin: 40px 0 30px 0;
}

#slides-table tr.tablesorter-filter-row,
#destacados-table tr.tablesorter-filter-row {
	display: none !important;
}
#slides-table-cba tr.tablesorter-filter-row,
#destacados-table-cba tr.tablesorter-filter-row {
	display: none !important;
}
#slides-table,
#slides-table-cba td {
	vertical-align: middle !important;
}

#destacados-table > tbody > tr > td,
#destacados-table-cba > tbody > tr > td {
	vertical-align: middle !important;
}

.toggle-rotative {
	margin: 7px 0 0 35px;
}
#datetimepicker-start,
#datetimepicker-end {
	margin-top: 0px;
}
#published {
	/*margin-right: 25px;*/
	margin-top: 0;
}
.item-edit {
	cursor: pointer;
}

.valign-center {
	vertical-align: center !important;
}

.link-chck {
	padding-left: 0 !important;
}
.link-chck .check-hint {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
	padding-top: 5px;
}

.itemstats {
	margin: 5px 0 5px 0;
	padding-left: 10px;
}
.itemstats .stat {
	display: inline-block;
	margin-right: 15px;
}
.itemstats .stat .label {
	margin-left: 5px;
}

.photographers-header {
	overflow: hidden;
}
.pic-list {
	clear: both;
	margin-top: 25px;
}
.pic-list .img-item {
	margin-bottom: 15px;
}

.bottom-margin {
	margin-bottom: 15px;
}

.slide-error {
	display: none;
	margin: 10px 0 5px 0 !important;
}
.slide-hint {
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #aaa;
}
.img-count {
	padding-left: 13px;
}
.small-text {
	font-size: 13px;
	line-height: 20px;
}

.row.imageupload {
	padding: 0 15px;
}

.btn span.glyphicon {
	opacity: 0;
}
.btn.delete-slide-btn span.glyphicon {
	opacity: 1;
}
.btn.active span.glyphicon {
	opacity: 1;
}

#vimeoId::-webkit-input-placeholder {
	color: #a94442;
}
#vimeoId:-moz-placeholder {
	color: #a94442;
}
#vimeoId::-moz-placeholder {
	color: #a94442;
}
#vimeoId:-ms-input-placeholder {
	color: #a94442;
}

/* ==========================================================================
   
   TABLAS

   ========================================================================== */

.table-small {
	font-size: 11px;
}

.timestamp {
	font-size: 11px;
	color: #666;
}

.slide-description {
	margin: 10px 0 0 0;
}

.gmaps {
	margin: 40px 0 0 0;
}
.fileupload {
	margin: 35px 0 0 0;
}

#attachment.pdf {
	width: 724px;
}

.asociate {
	margin-bottom: 40px;
	overflow: hidden;
}

#path-neighborhoods,
#path-works {
	margin: 0 0 0 10px;
}

.tab-pane.recorridos {
	overflow: hidden;
	margin-bottom: 40px;
}

.fit-image {
	max-width: 100%;
	max-height: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.display-none {
	position: absolute;
	top: -100000px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}

.clearboth {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
     * Don't show links for images, or javascript/internal links
     */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}
}
