/* css */
body.login input.form-control.input-lg,
body.login input.btn.btn-primary {
	border-radius: 25px!important;
}
body.login input.form-control.input-lg:focus {
	background-color: transparent;
}
body.login div.panel-body {
	box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.1)!important;
	border-radius: 0px!important;
    border: none!important;
}
body.login h2.title {
	font-size: 18px;
    text-align: right;
    color: #000;
}
body.login input.btn-primary {
	width: 100%;
    padding: 8px 15px;
	background-color: #4e73df!important;
	border: 1px solid #4e73df!important;
}
.panel-titulo {
	display: flow-root;
	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;
}
.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;
	border-radius: 25px!important;
}
.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);
    padding: 8px 15px;
    background-color: #4e73df!important;
    border: 1px solid #4e73df!important;
	border-radius: 25px!important;
	min-width: 150px;
}

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: #3a56a9;
}
.nav-parent.nav-active.nav-expanded .nav .active a {
	color: #fff;
}
.alerta .alert {
	bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 9999!important;
    left: 0;
    right: 0;
    margin: 0;
    border-radius: 0!important;
    text-align: center;
    min-height: 60px;
}
.alerta .alert ul {
	margin: 0;
	padding: 0;
}

.mailbox-email-container {
	background-color: #fdfdfd;
	border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}
.compose {
    padding-bottom: 15px!important;
}
.paginate_button a {
	color: #0088cc!important;
}
.paginate_button.active a {
	color: #fff!important;
}
.dataTables_filter,
.dataTables_paginate.paging_simple_numbers {
	text-align: right!important;
}
.dataTables_filter label {
	display: inline-flex;
}
.dataTables_filter label input {
	margin-left: 10px;
}
.dataTables_paginate.paging_simple_numbers ul {
	margin: 0;
}
.w-100 {
	width: 100%!important;
}
.flecha::after {
	font-family: FontAwesome;
	font-size: 14px;
    float: right;
	content: "\f077";
}
a.collapsed .flecha::after {
	content: "\f078"!important;
}
.pagination > li a {
    color: #08c!important;
}
.color {
	width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}
.ml-2 {
	margin-left: 10px!important;
}
