html,
body {
    height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
}

body.login-page {
	background: rgb(116,174,165);
	background: linear-gradient(90deg, rgba(116,174,165,1) 0%, rgba(30,52,75,1) 100%);
	font-family: 'Montserrat', sans-serif;
	border-bottom: 6px solid #ebc12c;
}

.login-box {
	background-image: url(../images/edificios.svg);
	background-position: bottom right;
	background-repeat: repeat-x;
	background-size: 33%;
	width: 100%;
	height: 100%;
}

.login-box-body {
	border-radius: 6px;
	background-color: #79929a;
	padding: 20px 30px;
	width: 70%;
	margin: 0 auto;
}

.login-box-msg {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.login-box .container-fluid {
	background-image: url(../images/edificios_login.svg);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 50%;
	width: 100%;
	height: 100%;
	padding-top: 80px;
}

.form-control-login {
	color: #FFF;
	background: #8596a1;
	border: 1px solid #8596a1;
}

.form-control-login:focus {
	color: #FFF;
	background: #8596a1;
	border: 1px solid #8596a1;
}

.form-control-login::placeholder {
	color: #FFF;
}

.form-control {
	min-height: 39px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
}

.content-header {
	margin-left: -15px;
	margin-right: -15px;
	background: rgb(116,174,165);
	background: linear-gradient(90deg, rgba(116,174,165,1) 0%, rgba(30,52,75,1) 100%);
}

.content-header-body {
	padding: 20px 30px;
	background-image: url(../images/edificios.svg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 35%;
	min-height: 100px;
	color: #FFF;
}

main {
	background: #e9e9e9;
}

.breadcrumb {
	float: right;
	background: transparent;
}

.breadcrumb > li > a {
    color: #FFF;
}

.breadcrumb > li+li:before {
	padding: 0 5px;
	color: #FFF;
	content: ">\00a0";
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.main-footer {
	background-color: #2a2a2a;
	color: #FFF;
	padding: 15px;
	border-top: 1px solid #d2d6de;
}

main.container-fluid {
	min-height: calc(100vh - 143px);
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    /*white-space: nowrap;*/
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.sidebar-toggle:hover {
	background-color: #3db4ba !important;
}

.content-wrapper {
	background-image: url(../images/fondo_dashboard.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.title-orange {
	color: #f35d00;
	border-bottom: 3px solid #e6e6e6;
	width: auto;
	margin: 2px auto;
	font-weight: bold;
	text-align: center;
}

.btn {
	border-radius: 0.20rem;
	font-weight: bold;
	font-size: 1.1rem;
	color: #FFF;
}

.btn-warning {
	background-color: #ebc12c;
	border-color: #ebc12c;
}

.btn-warning:hover {
	color: #DDD;
}

.btn-sm {
	font-size: 0.875rem;
}

.btn-outline-secondary {
	color: #6c757d;
}

.btn-primary {
	background-color: #3d6c78;
	border-color: #3d6c78;
}

/*.btn-success {
	background-color: #3dc1c6;
	border-color: #3dc1c6;
}

.btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success.hover {
	background-color: #1eb7bd;
	border-color: #1eb7bd;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus, .btn-warning.hover {
	background-color: #fd5f00;
	border-color: #fd5f00;
}*/

.btn-gobernemos {
	background: rgb(243,224,53);
	background: linear-gradient(90deg, rgba(243,224,53,1) 0%, rgba(109,173,221,1) 100%);
	border: none;
	color: #FFF;
}

.border-bottom {
	border-bottom: 1px solid #d2d6de;
}

.border-right {
	border-right: 1px solid #d2d6de;
}

.padding-bottom {
	padding-bottom: 10px;
}

.images-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.images-list > li {
	width: 25%;
	height: 320px;
	float: left;
	padding: 10px;
	text-align: center;
}

.images-list > li img {
	width: 100%;
	height: 100%;
	border: 8px solid #CCCCCC;
	padding: 1px;
	cursor: pointer;
	transition: 0.3s;
}

.images-list > li img:hover {opacity: 0.7;}

.circular--square {
	width: 60px;
	height: 60px;
	overflow: hidden;
}

.circular--square img {
	border-radius: 50% !important;
	border: 1px solid #999;
	width: 100% !important;
	height: auto !important;
}

.circular--landscape {
	display: inline-block;
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #999;
}

.circular--landscape img {
	width: auto;
	height: 100%;
	margin-left: -50px;
}

.circular--portrait {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #999;
}

.circular--portrait img {
	width: 100% !important;
	height: auto !important;
}

.img-60 {
	width: 60px;
	height: 60px;
}

@media(max-width:1600px) {
	.images-list > li {
		height: 260px;
	}
}

@media(max-width:1365px) {
	.images-list > li {
		height: 220px;
	}
}

@media(max-width:1279px) {
	.images-list > li {
		height: 190px;
	}
}

@media(max-width:1023px) {
	.images-list > li {
		height: 160px;
	}

	.images-list > li img {
		border-width: 5px;
	}
}

@media(max-width:767px) {
	.images-list > li {
		height: 120px;
	}

	.images-list > li img {
		border-width: 3px;
	}
}

.products-list .product-description {
	overflow: auto;
	white-space: normal;
}

.margin-r-10 {
	margin-right: 10px;
}

.mt-54 {
	margin-top: -70px;
}

.mt-34 {
	margin-top: -34px;
}

/*
 * Component: Timeline
 * -------------------
 */
.timeline {
	position: relative;
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.timeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #ddd;
	left: 31px;
	margin: 0;
	border-radius: 2px;
}
.timeline > li {
	position: relative;
	margin-right: 10px;
	margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-item {
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-top: 0;
	background: #f6f6f6;
	color: #444;
	margin-left: 60px;
	margin-right: 15px;
	padding: 0;
	position: relative;
}
.timeline > li > .timeline-item > .time {
	color: #999;
	float: right;
	padding: 10px;
	font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
	margin: 0;
	color: #555;
	border-bottom: 1px solid #f4f4f4;
	padding: 10px;
	font-size: 14px;
	line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
	font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
	padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
	width: 30px;
	height: 30px;
	font-size: 13px;
	line-height: 30px;
	position: absolute;
	color: #666;
	background: #d2d6de;
	border-radius: 50%;
	text-align: center;
	left: 18px;
	top: 0;
}
.timeline > .time-label > span {
	font-weight: 600;
	padding: 5px;
	display: inline-block;
	background-color: #fff;
	border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
	background: #f0f0f0;
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
	border-bottom-color: #ddd;
}

.img-circle {
	border-radius: 50%;
}

@media(max-width:991px) {
	.main-header .navbar-custom-menu a.btn-success {
		background: #3dc1c6 !important;
	}
	.main-header .navbar-custom-menu a.btn-danger {
		background: #d9534f !important;
	}
}