 


.confirmado{
	background:#2E7D32!important;color:#FAFAFA!important;
}

.vencido{
	background:#e57373!important;color:#22222!important;
}

.pendiente{
	background:#FFF!important;color:#22222!important;
}

.confirmado-pendiente{
	background:#FF6F00!important;color:#FFF!important;
}

.anulado{
	background:#CCC!important;color:#22222!important;
}



th{
	background-color:#EEEAE8!important;
	border-top:3px solid #A9A9A9!important;
	color:#000!important;

}

.yellow-tooltip+.tooltip>.tooltip-inner {
	background-color: #f1c40f;
	color: #000;
}

.yellow-tooltip+.tooltip>.tooltip-arrow {
	border-bottom-color: #f1c40f;
	color: #000;
}

.captions{
	background-color:#EEEAE8!important;
	border-top:3px solid #A9A9A9!important;
	border-left:3px solid #A9A9A9!important;
	border-right:3px solid #A9A9A9!important;
	color:#000!important;
	font-size:1.0em;

}
@media print {
	* {
		-webkit-print-color-adjust: exact !important;
	}
}
@media print {
	body {
		-webkit-print-color-adjust: exact !important;
	}
}
.alert-message {

	z-index: 999999;
	width: 450px!important;
	top: 40px;
	right: 2px;
	position: absolute;

	padding: 20px;
	border-left: 5px solid #eee;
	border-top: 5px solid #eee;
	border-right: 5px solid #eee;
	border-bottom: 5px solid #eee;
}
.alert-message h4 {
	margin-top: 0;
	margin-bottom: 5px;
}
.alert-message p:last-child {
	margin-bottom: 0;
}
.alert-message code {
	background-color: #fff;
	border-radius: 3px;
}
.alert-message-success {
	background-color: #F4FDF0;
	border-color: #3C763D;
}
.alert-message-success h4 {
	color: #3C763D;
}
.alert-message-danger {
	background-color: #ffcdd2;
	border-color: #d9534f;
}
.alert-message-danger h4 {
	color: #d9534f;
}
.alert-message-warning {
	background-color: #fcf8f2;
	border-color: #f0ad4e;
}
.alert-message-warning h4 {
	color: #f0ad4e;
}
.alert-message-info {

	background-color: #f4f8fa;
	border-color: #5bc0de;
}
.alert-message-info h4 {
	color: #5bc0de;
}
.alert-message-default {
	background-color: #EEE;
	border-color: #B4B4B4;
}
.alert-message-default h4 {
	color: #000;
}
.alert-message-notice {
	background-color: #FCFCDD;
	border-color: #BDBD89;
}
.alert-message-notice h4 {
	color: #444;
}

.bold {
    font-weight: bold;
}
/* ---------------------------- INICIO LOADER -------------------------------- */

.spinner {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 100px auto;
	display: flex;
	margin: 0 auto;
	display: table-cell;
}
.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #FF6F00;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}
@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	height: 10px;
	background: #3498DB;
	border-radius: 5px;
	animation: load 1.8s ease-in-out infinite; 
	&:before, &:after {
	  position: absolute; 
	  display: block;
	  content: "";
	  animation: load 1.8s ease-in-out infinite;
	  height: 10px;
	  border-radius: 5px;
	}
	  &:before {
	  top: -20px;
	  left: 10px;
	  width: 40px;
	  background: #EF4836;
	}
	&:after {
	  bottom: -20px;
	  width: 35px;
	  background: #F5AB35; 
	}
  }
  
  @keyframes load {
	0% {
	  transform: translateX(40px);
	}
	
	50% {
	  transform: translateX(-30px);
	}
	100% {
	  transform: translateX(40px);
	}
  }
  
  
.loader1 {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #0069b4;
	border-bottom: 16px solid #0069b4;
	border-right: 16px solid #00b1eb;
	border-left: 16px solid #00b1eb;
	background-color: #008ecf;
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	display: flex;
	margin: 0 auto;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
#loadingwrap {
	background-color: transparent;
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	z-index: 9999;
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* ---------------------------- FIN  LOADER -------------------------------- */


.multiselect-container > li > a {
	line-height: 18px;
	height: 21px;
	padding-top: 0px;
}
.dropdown-menu {
	max-height: 500px;
	overflow: hidden;
	overflow-y: auto;
}
/*
.divider {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin-top: 5px;
	margin-bottom: 5px
}*/
.zoom_img img {
	margin: 0px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease-in;
	-webkit-transition: -webkit-transform 0.5s ease-in;
	-o-transition: -o-transform 0.5s ease-in;
}
.zoom_img img:hover {
	-moz-transform: scale(6) translateX(35px);
	-webkit-transform: scale(6) translateX(35px);
	-o-transform: scale(6) translateX(35px);
}

.box-shadow--2dp {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}
.right-bottom {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
.right-top {
	position: fixed;
	top: 95px;
	right: 5px;
}
.left-bottom {
	position: fixed;
	bottom: 5px;
	left: 5px;
}
.left-top{
	position: fixed;
	top: 95px;
	left: 5px;
}
.table tbody>tr>td.vert-align {
	vertical-align: middle;
}
@media print {
	.no-print,
	.no-print * {
		display: none !important;
	}
}
.form-group.required .control-label:after {
	content: " *";
	color: red;
}
.modal-open .modal {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}

.wrapper {
	float: left;
	clear: left;
	display: table;
	table-layout: fixed;
}
.tool {
	color: #B2EBF2;
	font-size: 2.0em;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
.caja-htas-derecha {
	right: 0;
	bottom: 0;
	position: fixed;
	width: 75px!important;
	hight: auto;
	padding: 3px;
	border-top-left-radius: 10px!important;
	border-bottom-left-radius: 0px!important;
	cursor: pointer;
	opacity: 0.8!important;
	z-index: 1;
	text-align: center;

}
img.img-responsive {
	display: table-cell;
	max-width: 100%;
}
.modal-open .modal {
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow-y: scroll;
}
.modal-vertical-centered {
	transform: translate(0, 25%) !important;
	-ms-transform: translate(0, 25%) !important;
	/* IE 9 */
	
	-webkit-transform: translate(0, 25%) !important;
	/* Safari and Chrome */
}
/*-- borderless table ---*/

.table.table-borderless td,
.table.table-borderless th {
	border: 0 !important;
}
.table.table-borderless {
	margin-bottom: 0px;
}
/*-- borderless table ---*/

.form-horizontal .control-group .form-group {
	margin-bottom: 5px;
}
/*-- curved table ---*/

.table-curved {
	border-collapse: separate;
}
.table-curved {
	border: solid #ccc 1px;
	border-radius: 5px;
	border-left: 0px;
}
.table-curved td,
.table-curved th {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.table-curved th {
	border-top: none;
}
.table-curved th:first-child {
	border-radius: 5px 0 0 0;
}
.table-curved th:last-child {
	border-radius: 0 5px 0 0;
}
.table-curved th:only-child {
	border-radius: 5px 5px 0 0;
}
.table-curved tr:last-child td:first-child {
	border-radius: 0 0 0 5px;
}
.table-curved tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
}
/*-- curved table ---*/
/*-- elimina cursor en las touchscreen --*/
/*
{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
*/

.fixedBottom {
	position: absolute;
	bottom: 0px;
	width: 99%;
	z-index: 1;
}
.fixedTop {
	position: absolute;
	top: 0;
	width: 99.7%;
	z-index: 1;
	align: center;
	margin: 1;
}
.caja-htas-derecha {
	right: 0;
	bottom: 0;
	position: fixed;
	width: 55px;
	padding: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	cursor: pointer;
	opacity: 1;
	z-index: 1;
}
.iconosGrilla {
	font-size: 17px;
}
footer {
	bottom: 0;
	// height: 20px;
	left: 0;
	position: fixed;
	right: 0;
}

//----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
//------------ BANDEJA
//----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
mail-box {
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.mail-box aside {
	display: table-cell;
	float: none;
	height: 100%;
	padding: 0;
	vertical-align: top;
}
.mail-box .sm-side {
	background: none repeat scroll 0 0 #e5e8ef;
	border-radius: 4px 0 0 4px;
	width: 30%;
}
.mail-box .lg-side {
	background: none repeat scroll 0 0 #F5F5F5;
	border-radius: 0 4px 4px 0;
	width: 70%;
}
.mail-box .sm-side .user-head {
/*background: none repeat scroll 0 0 #0069B4; */
	border-bottom:1px dashed #bdc3c7;
	border-radius: 4px 0 0;
	color: #000;
	min-height: 80px;
	padding: 10px;
}
.user-head .inbox-avatar {
	float: left;
	width: 65px;
}
.user-head .inbox-avatar img {
	border-radius: 4px;
}
.user-head .user-name {
	display: inline-block;
	margin: 0 0 0 10px;
}
.user-head .user-name h5 {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 0;
	margin-top: 8ddpx;
}
.user-head .user-name h5 a {
	color: #fff;
}
.user-head .user-name span a {
	color: #87e2e7;
	font-size: 12px;
}
a.mail-dropdown {
	background: none repeat scroll 0 0 #80d3d9;
	border-radius: 2px;
	color: #01a7b3;
	font-size: 10px;
	margin-top: 20px;
	padding: 3px 5px;
}
.inbox-body {
	padding: 20px;
}
.fondo-compose {
	background: #95a5a6;
	color: #000;
	padding: 5px 0;
	text-align: center;
	
	font-size: 1.3em;
}
.btn-compose {
	background: none repeat scroll 0 0  #95a5a6;
	color: #000;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	font-size: 1.3em;
}
.btn-response {
	background: none repeat scroll 0 0 #95a5a6;
	color: #000;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}
.btn-compose:hover {
	background: none repeat scroll 0 0 #95a5a6;
	color: #000;
}
ul.inbox-nav {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.inbox-divider {
	border-bottom: 1px solid #d5d8df;
}
ul.inbox-nav li {
	display: inline-block;
	line-height: 45px;
	width: 100%;
}
ul.inbox-nav li a {
	color: #6a6a6a;
	display: inline-block;
	line-height: 45px;
	padding: 0 20px;
	width: 100%;
}
ul.inbox-nav li a:hover,
ul.inbox-nav li.active a,
ul.inbox-nav li a:focus {
	background: none repeat scroll 0 0 #d5d7de;
	color: #6a6a6a;
}
ul.inbox-nav li a i {
	color: #6a6a6a;
	font-size: 16px;
	padding-right: 10px;
}
ul.inbox-nav li a span.label {
	margin-top: 13px;
}
ul.labels-info li h4 {
	color: #5c5c5e;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	text-transform: uppercase;
}
ul.labels-info li {
	margin: 0;
}
ul.labels-info li a {
	border-radius: 0;
	color: #6a6a6a;
}
ul.labels-info li a:hover,
ul.labels-info li a:focus {
	background: none repeat scroll 0 0 #d5d7de;
	color: #6a6a6a;
}
ul.labels-info li a i {
	padding-right: 10px;
}
.nav.nav-pills.nav-stacked.labels-info p {
	color: #9d9f9e;
	font-size: 11px;
	margin-bottom: 0;
	padding: 0 22px;
}
.inbox-head {
	background: none repeat scroll 0 0 #E5E8EF;
	border-radius: 0 4px 0 0;
	color: #546E7A;
	min-height: 80px;
	padding: 20px;

}
.inbox-head h3 {
	display: inline-block;
	font-weight: 300;
	margin: 0;
	padding-top: 6px;
}
.inbox-head .sr-input {
	border: medium none;
	border-radius: 4px 0 0 4px;
	box-shadow: none;
	color: #8a8a8a;
	float: left;
	height: 40px;
	padding: 0 10px;
}
.inbox-head .sr-btn {
	background: none repeat scroll 0 0 #0069B4;
	border: medium none;
	border-radius: 0 4px 4px 0;
	color: #FFF;
	height: 40px;
	padding: 0 20px;
}
.table-inbox {
	/*	border: 1px solid #d3d3d3; */
	
	margin-bottom: 0;
}
.table-inbox tr td {
	padding: 5px !important;
}
.table-inbox tr td:hover {
	cursor: pointer;
}
.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
	/*color: #f78a09;*/
}
.table-inbox tr td .fa-star {
	/*color: #d5d5d5;
		font-size:1.3em;*/
	
	color: #CCC;
	font-size: 1.4em;
}


.star-on {
	color: #FF0000!important;
	font-size: 1.4em;
}
.star-off {
	color: #CCC;
	font-size: 1.4em;
}
.table-inbox tr.unread td {
	background: none repeat scroll 0 0 #f7f7f7;
	font-weight: 600;
}
ul.inbox-pagination {
	float: right;
}
ul.inbox-pagination li {
	float: left;
}
.mail-option {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
}
.mail-option .chk-all,
.mail-option .btn-group {
	margin-right: 5px;
}
.mail-option .chk-all,
.mail-option .btn-group a.btn {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #e7e7e7;
	border-radius: 3px !important;
	color: #afafaf;
	display: inline-block;
	padding: 5px 10px;
}
.inbox-pagination a.np-btn {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #e7e7e7;
	border-radius: 3px !important;
	color: #afafaf;
	display: inline-block;
	padding: 5px 15px;
}
.mail-option .chk-all input[type="checkbox"] {
	margin-top: 0;
}
.mail-option .btn-group a.all {
	border: medium none;
	padding: 0;
}
.inbox-pagination a.np-btn {
	margin-left: 5px;
}
.inbox-pagination li span {
	display: inline-block;
	margin-right: 5px;
	margin-top: 7px;
}
.fileinput-button {
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #e6e6e6;
}
.inbox-body .modal .modal-body input,
.inbox-body .modal .modal-body textarea {
	border: 1px solid #e6e6e6;
	box-shadow: none;
	white-space: pre-line;
}
.btn-send,
.btn-send:hover {
	/*background: none repeat scroll 0 0 #00a8b3;
		color: #fff;*/
}
.btn-send:hover {
	background: none repeat scroll 0 0 #009da7;
}
.modal-header h4.modal-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
.modal-body label {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}
.heading-inbox h4 {
	border-bottom: 1px solid #ddd;
	color: #444;
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.sender-info {
	margin-bottom: 20px;
}
.sender-info img {
	height: 30px;
	width: 30px;
}
.sender-dropdown {
	background: none repeat scroll 0 0 #eaeaea;
	color: #777;
	font-size: 10px;
	padding: 0 3px;
}
.view-mail a {
	color: #ff6c60;
}
.attachment-mail {
	margin-top: 30px;
}
.attachment-mail ul {
	display: inline-block;
	margin-bottom: 30px;
	width: 100%;
}
.attachment-mail ul li {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 150px;
}
.attachment-mail ul li img {
	width: 100%;
}
.attachment-mail ul li span {
	float: right;
}
.attachment-mail .file-name {
	float: left;
}
.attachment-mail .links {
	display: inline-block;
	width: 100%;
}
.fileinput-button {
	float: left;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}
.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 23px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-300px, 0px) scale(4);
}


.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.files .progress {
	width: 200px;
}
.fileupload-processing .fileupload-loading {
	display: block;
}
* html .fileinput-button {
	line-height: 24px;
	margin: 1px -3px 0 0;
}
* + html .fileinput-button {
	margin: 1px 0 0;
	padding: 2px 15px;
}avatar
@media (max-width: 767px) {
	.files .btn span {
		display: none;
	}
	.files .preview * {
		width: 40px;
	}
	.files .name * {
		display: inline-block;
		width: 80px;
		word-wrap: break-word;
	}
	.files .progress {
		width: 20px;
	}
	.files .delete {
		width: 60px;
	}
}
ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
/*###################  JQUERY.UPLOADFILE #########################*/








.card {
	background-color: #F7F7F7;
	
	padding: 8px 8px 8px;
	margin: 0 auto 8px;
	margin-top: 8px;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	z-index:999999;
	
	}
	
