/**** Hoja de estilos para adaptar plantilla al sistema ***/

.login-footer {
    margin-top: 25px;
    border-top: #d2d6de dotted 1px;
    padding-top: 10px;
}

.login-logo {
	border-bottom: #d2d6de dotted 1px;
	margin-left: 20px;
    margin-right: 20px;
	font-size: 22px;
	font-weight: 500;
	color: #3c8dbc;
}

.login-logo img {
	padding: 10px;
    height: 60px;
    opacity: 0.8;
}

.login-logo div{
    position: relative;
    float: right;
    right: 24px;
    top: 22px;
}

.logo-lg img {
    width: 210px;
}

.captcha_validator {
    padding: 10px;
}
#captcha {
    margin: 5px 0px;
}

.login-alert{
	position: relative;
	top: 60px;
	height: 120px;
	overflow: hidden;
	font-size: 15px;
	line-height: 21px;
	z-index: 999;
    /*width: 89%;
    margin-right: 20px;*/
}
.alert .close {
    position: relative;
    top: -5px;
    right: -5px;
}

.alert-modal{
	position: absolute;
	top: -10px;
	bottom: 20px;
	right: 0;
	left: 0;
	display: block;
	z-index: 9;
	background: rgba(240,240,240,0.5);
	margin: 0 20px;
}
.navbar-title {
	width: 75%;
	bottom: 0;
	left: 40px;
	margin: auto;
	position: absolute;
	right: 40px;
	top: 0;
	text-align: center;
	color:#FAFAFA;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sidebar-menu li.header {
	padding: 5px 25px 5px 10px;
	font-size: 13px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu li.header {
	display: block !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar h5, .sidebar-mini.sidebar-collapse .sidebar-menu li.header .titulo-menu {
	display: none !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar .user-panel .user-panel-footer .pull-left{
    padding-left: 10px !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel .user-panel-footer .pull-right {
    padding-top: 5px !important;
    padding-right: 29px !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar .user-panel .user-panel-footer .btn-panel-footer {
    display: none !important;
}
.header .sidebar-toggle {
	float: left;
	background-color: transparent;
	background-image: none;
	padding: 5px 5px;
	font-family: fontAwesome;
	font-size: 15px;
}
.header .sidebar-toggle:before {
	content: "\f0c9";
}
.titulo-menu {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-weight: 400;
	color: #4b646f !important;
	font-size: 12px;
	padding-left: 5px;
}
.user-panel>.info>p {
	margin-bottom: 6px;
}
.user-panel-footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
}
#box-cartelera .post p {
	overflow: hidden;
}
.menu {
	overflow: auto;
	position: relative;
	background-color: transparent;
	border-color: transparent;
	border-width: inherit;
	color: inherit;
}
 /*--------------------------------------------------------------
  RESPONSIVE CSS
--------------------------------------------------------------*/
@media (max-width: 640px) {
	.navbar h4 {
		font-size: 14px;
	}

}
 
@media (max-height: 150px) {
	.login-logo {
	    font-size: 15px;
	    margin-bottom: 3px;
	    text-align: left;
	}
	.login-logo img {
		padding: 4px 0;
    	height: 34px;
	}
    .login-logo div {
        float: left;
        position: absolute;
        top: 12px;
        left: 75px;
    }
    .login-box {
	    width: 98%;
	    margin: 1% auto;
	}
	.login-box-msg {
		display: none;
	}
	.login-box-body {
	    padding: 4px 20px;
	}	
	.login-footer {
	    margin-top: 4px;
	    padding-top: 5px;
	}

	.form-control {
	    height: 22px;
	    padding: 3px 9px;
	    font-size: 12px;
	}
	.form-control-feedback {
		line-height: 22px;
	}
	.form-group {
    	margin-bottom: 7px;
	}
	.form-group-captcha {
		width: 136px;
	}

	.btn {
	    padding: 4px 10px;
	}

	.captcha_validator {
	    /* float: right; */
	    width: 132px;
	    top: -1px;
	    position: absolute;
	    /* left: 53%; */
	    right: 10px;
	    margin: 0 8px 0 0;
	    padding: 0px 2px;
	}
	#captcha {
	    padding: 0px;
	    margin: 2px 0px;
	}

	.login-alert{
	    position: absolute;
	    top: 5px;
		width: 275px;
		height: 67px;
	    overflow: hidden;
	    font-size: 13px;
	    line-height: 18px;
	    z-index: 999;
	    padding: 5px;
	}

	.alert-modal {
	    bottom: 4px;
	    margin: 0 18px;
	}
	.alert .close {
	    top: -2px;
	    right: -2px;
	}
}