/* css */
#lista2 {
	top: 122px!important;
	z-index: 9;
	margin-right: 15px;
}
#triangulo2 {
    margin-left: 7px!important;
}
.triangulo {
	width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #bee5ec;
    margin-top: -7px;
    margin-left: 60px;
}
.notificaciones {
    background-color: #bee5eb;
    color: #0c5460;
    border-radius: 5px;
    padding: 15px;
    top: 57px;
    position: absolute;
    overflow: scroll;
    max-height: 200px;
}
@keyframes shimmy {
    0% {
        background: #ed9c29;
    }
    25% {
		background: #ed7f29;
    }
    50% {
    	background: #ed6c29;
    }
    75% {
		background: #ed4829;
    }
    100% {
		background: #d2322d;
    }
}
.notifi {
	background: #ed9c29;
	animation: shimmy 0.8s infinite;
    animation-direction: alternate;
}
.alert {
    bottom: 15px;
    display: flex;
    z-index: 9999;
    position: fixed;
    width: 100%;
    max-width: 300px;
    margin: 0;
    left: 15px;
}
.panel-titulo {
	padding: 20px 0px 35px 0px!important;
}
.botones {
	text-decoration: none!important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (max-width: 767px) {
	.opciones {
		/*position: absolute;*/
		display: flex;
	}
	.panel-titulo {
		padding: 20px 0px 80px 0px!important;
	}
}
.media-gallery .mg-files .thumbnail .thumb-preview .banner {
	/*height: 400px;*/
	height: 100%;
}

.errores{
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: red;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	color: #fff;
	display: none;
	font-size: 14px;
	margin-top: -80px;
	margin-left: 340px;
	padding: 10px;
	position: absolute;
}
.fa-input {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
}

.contenido-admin{
	padding-top: 0px;
}
.body-sign {
	display: table;
	height: 100vh;
	margin: 0 auto;
	max-width: 500px;
	padding: 0 15px;
	width: 100%;
}
.body-sign .center-sign {
	display: table-cell;
	padding-top: 20px;
	vertical-align: middle;
}
.body-sign .panel-sign {
	background: transparent;
}
.body-sign .panel-sign .panel-title-sign .title {
	background-color: #1D2127;
	border-radius: 5px 5px 0 0;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	line-height: 2rem;
	padding: 13px 17px;
	vertical-align: bottom;
}
.body-sign .panel-sign .panel-body {
	background: #FFF;
	border-top: 5px solid #1D2127;
	border-radius: 5px 0 5px 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 33px 33px 15px;
}
.body-sign .panel-sign .panel-body .btn-cargar input{
    color: #ffffff;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 4px;
    background-color: #B83951;
    border:0;
}
/* Sign Screens - Elements */
.body-sign .panel-sign .panel-body .cargar{
	padding-bottom: 15px;
}
.body-sign .input-group-icon .input-group-addon i {
	color: #1D2127;
	width: 14px;
}
.body-sign .checkbox-custom {
	margin-top: 8px;
}
.body-sign .line-thru {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	position: relative;
}
.body-sign .line-thru span {
	color: #CCC;
	position: relative;
	z-index: 3;
}
.body-sign .line-thru:before {
	background-color: #FFF;
	content: '';
	height: 10px;
	left: 50%;
	position: absolute;
	margin: -5px 0 0 -20px;
	top: 50%;
	width: 40px;
	z-index: 2;
}
.input-control {
    display: block;
    width: 271px;
    height: 34px;
    line-height: 1.42857143;
    color: #ABB4BE;
    background-color: #191C21;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.body-sign .line-thru:after {
	border-bottom: 1px solid #DADADA;
	content: '';
	display: block;
	left: 10%;
	position: absolute;
	top: 47%;
	width: 81%;
	z-index: 1;
}

body .btn-primary.dropdown-toggle {
	border-left-color: #00a3f5;
}
/* Buttons */
body .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:  #B83951;
	border-color: #B83951;
}

body .btn-primary:hover {
	border-color: #1B80A6 !important;
	background-color: #1B80A6;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body .btn-primary:active,
body .btn-primary:focus {
	border-color: #0077b3 !important;
	background-color: #0077b3;
}

body .btn-primary[disabled] {
	border-color: #33bbff !important;
	background-color: #33bbff;
}
.compose,
.compose2{
	padding-bottom: 40px;
	padding-right: 15px;
}
.notifications {
	display: inline-block;
	list-style: none;
	padding: 0;
	vertical-align: middle;
}

.notifications > li {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
}

.notifications > li .notification-icon {
	background: #B83951;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	height: 30px;
	position: relative;
	width: 30px;
	text-align: center;
}
.notifications > li a:hover{
	background-color: #1B80A6;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.notifications > li .notification-icon i {
	color: #fff;
	line-height: 30px;
	vertical-align: middle;
}

.notifications > li .notification-icon i.fa-tasks {
	line-height: 32px;
}

.notifications > li .notification-icon .badge {
	background: #D2312D;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	padding: 3px 5px 3px 5px;
	position: absolute;
	right: -8px;
	top: -3px;
	border-radius: 100%;
}

@media screen and (max-width: 768px) {
	.media-gallery .mg-files .thumbnail .thumb-preview .banner {
    height: auto;
}
	.notifications {
		text-align: left !important;
		margin-left: 10% !important;
		float: none;
	}
}

.nav-parent.nav-active.nav-expanded .nav .active,
.nav-parent.nav-active.nav-expanded .nav li a:hover {
	background-color: #21262d;
}
.nav-parent.nav-active.nav-expanded .nav .active a {
	color: #fff;
}