@charset "UTF-8";
/*
 *
 *   ADVANTAGE - Responsive Admin Theme
 *   version 1.1
		#86212F
		#86212F

		cambiar #B04445
 *
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Roboto:400);
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@import url(./toastr.css);

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.la-ball-scale-multiple {
	display: block;
	font-size: 0;
	color: #86212f;
	margin: 0 auto;
}

.la-ball-scale-multiple.la-dark {
	color: #333;
}

.la-ball-scale-multiple > div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor;
}

.la-ball-scale-multiple {
	width: 32px;
	height: 32px;
}

.la-ball-scale-multiple > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
	animation: ball-scale-multiple 1s 0s linear infinite;
}

.la-ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.la-ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.la-ball-scale-multiple.la-sm {
	width: 16px;
	height: 16px;
}

.la-ball-scale-multiple.la-sm > div {
	width: 16px;
	height: 16px;
}

.la-ball-scale-multiple.la-2x {
	width: 64px;
	height: 64px;
}

.la-ball-scale-multiple.la-2x > div {
	width: 64px;
	height: 64px;
}

.la-ball-scale-multiple.la-3x {
	width: 96px;
	height: 96px;
}

.la-ball-scale-multiple.la-3x > div {
	width: 96px;
	height: 96px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes ball-scale-multiple {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 0.75;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}


h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
	font-weight: 400;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

.text-primary {
	color: #86212f;
}

.text-success {
	color: #42b382;
}

.text-warning {
	color: #ffc107;
}

.text-danger {
	color: #e9585b;
}

.text-info {
	color: #90c1f1;
}

a.text-primary:hover {
	color: #55a0e9;
}

a.text-success:hover {
	color: #3ea87a;
}

a.text-warning:hover {
	color: #f7b900;
}

a.text-danger:hover {
	color: #e74a4e;
}

a.text-info:hover {
	color: #83baef;
}

a,
button {
	text-decoration: none;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
}

button:focus,
button:active {
	outline: none !important;
}

button::-moz-focus-inner {
	border: 0;
}

html,
body {
	height: 100%;
}

body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #76828e;
	padding-top: 56px;
	font-size: 14px;
	position: relative;
	background: #f1f4f5;
	overflow-x: hidden;
}

.main-wrapper {
	width: 100%;
	position: relative;
}

.boxed-layout {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.boxed-layout .f-fixed {
	margin-left: 0 !important;
}

.overvis {
	overflow: visible !important;
}

.overhid {
	overflow: hidden !important;
}

.i-block {
	display: inline-block;
}

.block {
	display: block;
}

.box-shadow {
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.zero-m {
	margin: 0 !important;
}

.green {
	color: #42b382;
}

.dark-green {
	color: #348e67;
}

.blue {
	color: #86212f;
}

.light-blue {
	color: #90c1f1;
}

.yellow {
	color: #ffc107;
}

.red {
	color: #e9585b;
}

.red-orange {
	color: #e53935;
}

.indigo {
	color: #3f51b5;
}

.orange {
	color: #ff5722;
}

.gray {
	color: #273238;
}

.grayish-blue {
	color: #37474f;
}

.white-bg {
	background: #fff !important;
}

.green-bg {
	background: #42b382 !important;
}

.blue-bg {
	background: #86212f !important;
}

.light-blue-bg {
	background: #90c1f1 !important;
}

.yellow-bg {
	background: #ffc107 !important;
}

.red-bg {
	background: #e9585b !important;
}

.red-orange-bg {
	background: #e53935 !important;
}

.indigo-bg {
	background: #3f51b5 !important;
}

.orange-bg {
	background: #ff5722 !important;
}

.gray-bg {
	background: #273238 !important;
}

.grayish-blue-bg {
	background: #37474f !important;
}

.green-bg,
.blue-bg,
.yellow-bg,
.red-bg,
.indigo-bg,
.gray-bg,
.grayish-blue-bg,
.orange-bg,
.red-orange-bg,
.light-blue-bg {
	color: #fff !important;
}

/*Boxes*/
.content {
	margin: 0;
	padding: 20px 30px 66px;
	position: relative;
	background: #f1f4f5;
	-webkit-transition: margin, 0.4s;
	transition: margin, 0.4s;
}

.content-box {
	position: relative;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}

.content-box .lead {
	font-size: 16px;
}

.small-box {
	padding: 20px 10px;
}

.small-box .info {
	margin-top: 4px;
	margin-left: 6px;
}

.big-box {
	padding: 20px;
}

.biggest-box {
	padding: 30px 20px;
}

.page-header {
	margin: 0;
	padding-bottom: 15px;
	padding-top: 20px;
	border-bottom: 0;
}

.page-header .breadcrumb,
.page-header h2 {
	margin: 0;
	padding: 0;
}

.page-header h2 {
	padding-bottom: 10px;
}


.chart-legend {
	position: absolute;
	bottom: -14px;
	right: 20px;
}

.chart-legend table {
	display: inline-block;
}

.chart-legend .legendColorBox div {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 2px;
	margin-left: 10px;
}

.chart-legend .round {
	width: 12px;
	height: 12px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
	margin-left: 14px;
}

.left-block,
.chart-legend.left {
	left: 20px !important;
	bottom: -30px !important;
}

.left-block .item,
.chart-legend.left .item {
	margin-right: 10px;
}

.member-info {
	font-weight: 400;
	margin-top: 20px;
}

.member-info img {
	margin-right: 10px;
}

.member-info .member-role {
	margin-top: 8px;
}

.member-info .member-role .round {
	width: 12px;
	height: 12px;
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 4px;
}

/*Dropdown*/
.dropdown,
.dropup {
	display: inline-block;
}

.dropdown .dropdown-menu,
.dropup .dropdown-menu {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: block;
	border-color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.dropdown .dropdown-menu > li > a,
.dropup .dropdown-menu > li > a {
	padding: 8px 20px;
}

.dropdown .dropdown-menu.pull-right,
.dropup .dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown .dropdown-menu {
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
}

.dropdown .dropdown-menu.pull-right {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.dropdown.notifications .dropdown-menu {
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
}

.dropup .dropdown-menu {
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

.dropup .dropdown-menu.pull-right {
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	transform-origin: bottom right;
}

.dropdown.open .dropdown-menu,
.dropup.open .dropdown-menu {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}



.close-search {
	position: absolute;
	top: 3px;
	right: 30px;
	width: 40px;
	margin-left: 0 !important;
	cursor: pointer;
}

/*Footer*/
.footer {
	color: #939393;
	font-weight: 400;
	bottom: 0;
	left: 0;
	line-height: 66px;
	position: absolute;
	right: 0;
	z-index: 5;
	text-align: center;
}

/*Page 404*/
.table-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f1f4f5;
}

.table-wrapper .table-row {
	display: table-row;
}

.table-wrapper .table-row .table-cell {
	display: table-cell;
	vertical-align: middle;
}

.table-wrapper .pagenotfound {
	max-width: 520px;
	width: 100%;
	min-width: 280px;
}

.table-wrapper .pagenotfound .top {
	position: relative;
}

.table-wrapper .pagenotfound h1 {
	font-size: 150px;
	font-weight: 100;
}

.table-wrapper .pagenotfound .icon-home {
	position: absolute;
	right: 30px;
	bottom: -25px;
}

.table-wrapper .pagenotfound .icon-back {
	position: absolute;
	top: 10px;
	left: 10px;
}

.table-wrapper .pagenotfound .fa-circle {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
}

.table-wrapper .pagenotfound h4,
.table-wrapper .pagenotfound p {
	font-weight: 400;
	padding: 0 30px;
}

.table-wrapper .pagenotfound .input-group-addon {
	background: #fff;
}

.table-wrapper .pagenotfound input {
	border-left: 0;
	padding-left: 0;
}

.table-wrapper .pagenotfound input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #e7ebec;
}

/*Login page*/
.login {
	max-width: 520px;
	width: 100%;
	min-width: 280px;
}

.login h1 {
	font-size: 60px;
	font-weight: 100;
}

.login h4,
.login p {
	font-weight: 400;
}

.login .login-form {
	padding: 30px 80px 120px;
}

.login form {
	margin-bottom: 15px;
}

.login input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #e7ebec;
}

/*Registration page*/
.registration-form {
	padding: 30px 80px 120px;
}

.registration-form h4 {
	margin-bottom: 40px;
}

/*Tabs*/
.tabbable {
	margin-bottom: 30px;
}

.tabbable .nav-tabs.nav-justified > li > a {
	border-bottom: 0;
}

.nav-tabs > li > a,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:hover {
	border: 1px solid #e7ebec;
	border-bottom-color: transparent;
}

.nav-tabs {
	border-color: transparent;
}

.nav-tabs > li {
	margin-right: 6px;
	background: none;
	border: none;
}

.nav-tabs > li.active a {
	color: #76828e !important;
	border: 1px solid #fff !important;
	background: #fff !important;
	font-weight: 400;
	-webkit-box-shadow: -1px 0 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: -1px 0 1px -1px rgba(0, 0, 0, 0.2);
}

.nav-tabs > li > a {
	padding: 20px;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	color: #76828e;
}

.tab-content > .active {
	background: #fff;
}

.tab-pane {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.right-tabs .nav-tabs > li {
	margin-left: 6px;
	margin-right: 0;
}

.right-tabs .nav-tabs > li.active a {
	-webkit-box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
}

.right-tabs .tab-pane {
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

.big-tabs li {
	width: 25%;
	margin: 0;
}

.navigation .btn {
	padding: 12px 40px;
	margin-right: 5px;
	margin-top: 8px;
}

.tabs-left,
.tabs-right {
	border-bottom: none;
}

.tabs-left {
	border-right: 1px solid #e7ebec;
	margin-left: -15px;
}

.tabs-right {
	border-left: 1px solid #e7ebec;
	margin-right: -15px;
}

.tabs-left > li,
.tabs-right > li {
	float: none;
	margin-bottom: 0;
}

.tabs-left > li {
	margin-right: -2px;
}

.tabs-right > li {
	margin-left: -2px;
	margin-right: 0;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
	border-bottom-color: #e7ebec;
	border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
	border-bottom: 1px solid #e7ebec;
	border-left-color: transparent;
	-webkit-box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
}

.tabs-left > li > a {
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin-right: 0;
	display: block;
}

.tabs-right > li > a {
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin-right: 0;
	display: block;
	-webkit-box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 1px -1px rgba(0, 0, 0, 0.2);
}


.sliders h2,
.sliders .item {
	margin-bottom: 40px;
}

.sliders p {
	font-weight: 400;
	padding-top: 8px;
}

.modal {
	z-index: 1950;
}

.form-control,
.form-control:focus {
	border-color: #e7ebec;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.input-group-addon {
	border-color: #e7ebec;
}

.form-inline .form-group {
	margin-right: 20px;
}

.form-inline .btn {
	margin-right: 10px;
}


.contacts-search {
	min-height: 80px;
	padding: 20px 0;
}

.contacts-search .search-input {
	border: 1px solid #e7ebec;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #8a8a8a;
	float: left;
	height: 40px;
	padding: 0 10px;
}

.contacts-search .search-input:focus {
	outline: none;
}

.contacts-search .search-btn {
	background: #86212f;
	border: none;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	color: #fff;
	height: 40px;
	padding: 0 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div#AbortAjaxDesktop {
	display: block;
}

div#AbortAjaxMobile {
	display: none;
}

.AbortAjaxQueryBtn {
	background: #86212f;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}


@media (max-width: 768px) {
	div#AbortAjaxDesktop {
		display: none;
	}

	div#AbortAjaxMobile {
		display: grid;
	}
}

.modal-body label {
	font-weight: 400;
}

.contacts-search {
	position: relative;
}

.contacts-search form,
.contacts-search .input-group {
	width: 100%;
}

.contacts-search .search-input {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.contacts-search .search-btn {
	width: 60px;
}


.profile-sidebar {
	padding: 20px 0 10px 0;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.profile-usertitle {
	text-align: center;
	margin-top: 20px;
}

.profile-usertitle .profile-usertitle-name {
	color: #5a7391;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}

.profile-usertitle .profile-usertitle-job {
	text-transform: uppercase;
	color: #86212f;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}


.profile-usermenu {
	margin-top: 40px;
}

.profile-usermenu ul li {
	border-bottom: 1px solid #efefef;
}

.profile-usermenu ul li:last-child {
	border-bottom: none;
}

.profile-usermenu ul li a {
	color: #76828e;
	font-size: 14px;
	font-weight: 400;
}

.profile-usermenu ul li a:hover {
	background-color: #fafcfd;
	color: #86212f;
}

.profile-usermenu ul li a i {
	margin-right: 8px;
	font-size: 14px;
}

.profile-usermenu ul li.active {
	border-bottom: none;
}

.profile-usermenu ul li.active a {
	border-left: 2px solid #86212f;
	padding-left: 12px;
}

.smk-alert-content .fa {
	font-size: 20px;
	float: left;
	margin-right: 14px;
}

/* Common, default styles for the notification box. Adapted from http://tympanus.net/codrops/2014/07/23/notification-styles-inspiration*/


.login-modal,
.logout-modal {
	background: #b04445;
	z-index: 9999;
	-webkit-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}

.login-modal button.close,
.logout-modal button.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
}

.logout-modal,
.logout-modal .table-wrapper {
	background: rgba(0, 0, 0, 0.2);
}

.logout-modal .login {
	max-width: 320px;
}

.logout-modal .login a {
	font-size: 20px;
	padding: 20px;
	padding: 15px 25px 0px;
	color: #fff;
	opacity: 0.8;
}

.logout-modal .login a:hover {
	text-decoration: none;
	opacity: 1;
}

/*Buttons*/
.btn {
	border: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
}

.btn-lg {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btn-icon {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
}

.btn-icon i {
	font-size: 18px;
	line-height: 40px;
}

.btn.btn-warning,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning:focus {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #fff !important;
}

.btn.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus:hover {
	background-color: #ffc107;
}

.btn.btn-warning:focus,
.btn.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:active:focus,
.open > .dropdown-toggle.btn-warning:focus:focus,
.open > .dropdown-toggle.btn-warning:focus:active:focus {
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn.btn-danger,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger:focus {
	background-color: #e9585b;
	border-color: #e9585b;
	color: #fff !important;
}

.btn.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:hover,
.open > .dropdown-toggle.btn-danger:focus:hover {
	background-color: #e9585b;
}

.btn.btn-danger:focus,
.btn.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:active:focus,
.open > .dropdown-toggle.btn-danger:focus:focus,
.open > .dropdown-toggle.btn-danger:focus:active:focus {
	background-color: #e53935;
	border-color: #e53935;
}

.btn.btn-primary,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus {
	background-color: #86212f;
	border-color: #86212f;
	color: #fff !important;
}

.btn.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus:hover {
	background-color: #86212f;
}

.btn.btn-primary:focus,
.btn.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:active:focus,
.open > .dropdown-toggle.btn-primary:focus:focus,
.open > .dropdown-toggle.btn-primary:focus:active:focus {
	background-color: #86212f;
	border-color: #86212f;
}

.btn.btn-success,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success:focus {
	background-color: #42b382;
	border-color: #42b382;
	color: #fff !important;
}

.btn.btn-success:hover,
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus:hover {
	background-color: #42b382;
}

.btn.btn-success:focus,
.btn.btn-success:active:focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:active:focus,
.open > .dropdown-toggle.btn-success:focus:focus,
.open > .dropdown-toggle.btn-success:focus:active:focus {
	background-color: #42b382;
	border-color: #42b382;
}

.btn.btn-info,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info:focus {
	background-color: #90c1f1;
	border-color: #90c1f1;
	color: #fff !important;
}

.btn.btn-info:hover,
.open > .dropdown-toggle.btn-info:hover,
.open > .dropdown-toggle.btn-info:focus:hover {
	background-color: #90c1f1;
}

.btn.btn-info:focus,
.btn.btn-info:active:focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:active:focus,
.open > .dropdown-toggle.btn-info:focus:focus,
.open > .dropdown-toggle.btn-info:focus:active:focus {
	background-color: #90c1f1;
	border-color: #90c1f1;
}

.btn.btn-default,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus {
	background-color: #fff;
	border-color: #e2e2e2;
	color: #76828e;
}

.btn.btn-default:hover,
.open > .dropdown-toggle.btn-default:hover,
.open > .dropdown-toggle.btn-default:focus:hover {
	background-color: #fff;
}

.btn.btn-default:focus,
.btn.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:active:focus,
.open > .dropdown-toggle.btn-default:focus:focus,
.open > .dropdown-toggle.btn-default:focus:active:focus {
	background-color: #e2e2e2;
	border-color: #e2e2e2;
}

.btn.btn-dark,
.open > .dropdown-toggle.btn-dark,
.open > .dropdown-toggle.btn-dark:focus {
	background-color: #273238;
	border-color: #313131;
	color: #fff;
}

.btn.btn-dark:hover,
.open > .dropdown-toggle.btn-dark:hover,
.open > .dropdown-toggle.btn-dark:focus:hover {
	background-color: #273238;
}

.btn.btn-dark:focus,
.btn.btn-dark:active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.open > .dropdown-toggle.btn-dark:active:focus,
.open > .dropdown-toggle.btn-dark:focus:focus,
.open > .dropdown-toggle.btn-dark:focus:active:focus {
	background-color: #273238;
	border-color: #273238;
}

.btn-label {
	position: relative;
	left: -12px;
	display: inline-block;
	padding: 6px 12px;
	background: rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.btn-lg .btn-label {
	left: -16px;
}

.btn-sm .btn-label {
	left: -10px;
	padding: 4px 8px;
}

.btn-xs .btn-label {
	left: -5px;
	padding: 3px 6px;
}

.btn-labeled {
	padding-top: 0;
	padding-bottom: 0;
}


.panel.panel-success {
	border-color: #42b382;
}

.panel.panel-success > .panel-heading {
	border-color: #42b382;
	background: #42b382;
	color: #fff;
}

.panel.panel-danger {
	border-color: #e9585b;
}

.panel.panel-danger > .panel-heading {
	border-color: #e9585b;
	background: #e9585b;
	color: #fff;
}

.panel.panel-warning {
	border-color: #ffc107;
}

.panel.panel-warning > .panel-heading {
	border-color: #ffc107;
	background: #ffc107;
	color: #fff;
}

.panel.panel-primary {
	border-color: #86212f;
}

.panel.panel-primary > .panel-heading {
	border-color: #86212f;
	background: #86212f;
	color: #fff;
}

.panel.panel-info {
	border-color: #90c1f1;
}

.panel.panel-info > .panel-heading {
	border-color: #90c1f1;
	background: #90c1f1;
	color: #fff;
}

.panel.panel-gray {
	border-color: #273238;
}

.panel.panel-gray > .panel-heading {
	border-color: #273238;
	background: #273238;
	color: #fff;
}

.badge-success {
	background: #42b382;
}

.badge-danger {
	background: #e9585b;
}

.badge-warning {
	background: #ffc107;
}

.badge-primary {
	background: #86212f;
}

.badge-info {
	background: #90c1f1;
}

.badge-gray {
	background: #273238;
}

/*Labels*/
.label-warning {
	background-color: #ffc107;
}

.label-primary {
	background-color: #42b382;
}


/*Metis Menu*/
.metismenu .fa.arrow:before {
	content: "\f105";
}

/*Chart JS*/
.chartjs-container {
	width: 100%;
}

a,
a:hover {
	color: #86212f;
}

.radio {
	padding-left: 20px;
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}

.radio label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #e7ebec;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}

.radio label:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #555555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio.radio-big label:before {
	width: 22px;
	height: 22px;
	top: -1px;
}

.radio.radio-big label:after {
	padding-top: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	margin-left: -21px;
}

.radio input[type="radio"] {
	opacity: 0;
	z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
	cursor: not-allowed;
}

.radio.radio-inline {
	margin-top: 0;
}


.radio-warning input[type="radio"] + label::after {
	background-color: #ffc107;
}

.radio-warning input[type="radio"]:checked + label::before {
	border-color: #ffc107;
}

.radio-warning input[type="radio"]:checked + label::after {
	background-color: #ffc107;
}


label {
	font-weight: 400;
}


.form-control.material {
	padding-left: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#86212f),
			to(#86212f)),
		-webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
	background-image: -webkit-linear-gradient(#86212f, #86212f),
		-webkit-linear-gradient(#d2d2d2, #d2d2d2);
	background-image: linear-gradient(#86212f, #86212f),
		linear-gradient(#d2d2d2, #d2d2d2);
	background-size: 0 2px, 100% 1px;
	background-repeat: no-repeat;
	background-position: center bottom, center -webkit-calc(100% - 1px);
	background-position: center bottom, center calc(100% - 1px);
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 300;
}

.form-control.material:focus {
	outline: none;
	-webkit-animation: input-highlight 0.5s forwards;
	animation: input-highlight 0.5s forwards;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.material button {
	font-weight: 300;
}


@keyframes input-highlight {
	0% {
		background-size: 0 2px, 100% 1px;
	}

	100% {
		background-size: 100% 2px, 100% 1px;
	}
}

.breadcrumb {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}

.breadcrumb.breadcrumb-arrow > li + li:before {
	content: "\00bb\00a0";
}

.breadcrumb a {
	color: #86212f;
}

.breadcrumb a i {
	margin-right: 5px;
	font-size: 16px;
}


@media (max-width: 768px) {

	/*Remove not useful elements from top navigation*/
	.logo,
	.some-btn,
	.notifications {
		display: none !important;
	}

	/*Remove margins from content block*/
	.content {
		margin: 0;
		padding: 20px 10px 40px;
	}
}

@media (max-width: 767px) {
	.login h1 {
		font-size: 45px;
	}

	.login .login-form {
		padding: 15px;
	}

	.login-modal button.close {
		top: 20px;
		z-index: 999;
	}
}




.marcar {
	cursor: pointer;
}

.marcado {
	background-color: rgb(255, 193, 7);
}

.desmarcado {
	background-color: #86212F;
}

/** SPINNER CREATION **/

.loader {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}


.truncate {
	width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.member-info {
	margin-top: 30px;
}

.apuntar {
	cursor: pointer;
}

.divnota ul {
	padding-left: 100px;
	padding-top: 10px;
}

.divnota li {
	padding: 8px
}

.square25 {
	max-height: 25px;
	max-width: 25px;
	margin: auto;
}

.pointer {
	cursor: pointer;
}

button.btn.dropdown-toggle {
	color: #444;
}

button.btn.dropdown-toggle.bs-placeholder {
	color: #9999b3;
}

.material button.btn.dropdown-toggle {
	box-shadow: none;
	padding: 0;
	margin: 7px 0;
	outline: none !important;
}

.material.open.dropdown {
	outline: none;
	animation: input-highlight 0.5s forwards;
	box-shadow: none;
}

.bootstrap-select > button.disabled {
	box-shadow: 0 1px 1.5px 1px rgb(0 0 0 / 12%);
}

.bootstrap-select > button:focus {
	background-color: #fff !important;
	border-color: #ccc !important;
}

.centerCells th,
.centerCells td {
	text-align: center;
}


.multipleWithOrder .dropdown-menu .open .dropdown-menu.inner {
	display: flex;
	flex-direction: column;
}