@charset "UTF-8";

/*@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300");*/

html {
	position: relative;
	min-height: 100%;
}

body {
	font-size: 0.9rem;
	background-color: #efefef;
	padding-bottom: 50px;
}

a {
	color: #0ca4ca;
	text-decoration: none;
}

.small {
	font-size: 0.7rem;
}

.noradius {
	border-radius: 0;
}

.noborder {
	border: 0 !important;
}

.radius-circle {
	border-radius: 50px;
}

label {
	font-weight: 500;
}

.label {
	display: inline-block;
	padding: 0.2em 0.6em;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
}

.label:empty {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

.bg-primary {
	background-color: #0f9df7 !important;
}

.bg-success {
	background-color: #1bb99a !important;
}

.bg-info {
	background-color: #3db9dc !important;
}

.bg-warning {
	background-color: #f1b53d !important;
}

.bg-danger {
	background-color: #ff5d48 !important;
}

.bg-purple {
	background-color: #9261c6 !important;
}

.bg-pink {
	background-color: #ff7aa3 !important;
}

.bg-dark {
	background-color: #2b3d51 !important;
}

.bg-default {
	background-color: #64b0f2 !important;
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
	color: #fff !important;
}

.bg-gray {
	color: #000;
	background-color: #d2d6de !important;
}

.bg-gray-light {
	background-color: #f7f7f7;
}

.bg-black {
	background-color: #111111 !important;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
	background-color: #dd4b39 !important;
}

.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
	background-color: #f39c12 !important;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
	background-color: #00c0ef !important;
}

.bg-blue {
	background-color: #0073b7 !important;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
	background-color: #3c8dbc !important;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
	background-color: #00a65a !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-teal {
	background-color: #39cccc !important;
}

.bg-olive {
	background-color: #3d9970 !important;
}

.bg-lime {
	background-color: #01ff70 !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-fuchsia {
	background-color: #f012be !important;
}

.bg-purple {
	background-color: #605ca8 !important;
}

.bg-maroon {
	background-color: #d81b60 !important;
}

.bg-gray-active {
	color: #000;
	background-color: #b5bbc8 !important;
}

.bg-black-active {
	background-color: #000000 !important;
}

.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
	background-color: #d33724 !important;
}

.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
	background-color: #db8b0b !important;
}

.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
	background-color: #00a7d0 !important;
}

.bg-blue-active {
	background-color: #005384 !important;
}

.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
	background-color: #357ca5 !important;
}

.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
	background-color: #008d4c !important;
}

.bg-navy-active {
	background-color: #001a35 !important;
}

.bg-teal-active {
	background-color: #30bbbb !important;
}

.bg-olive-active {
	background-color: #368763 !important;
}

.bg-lime-active {
	background-color: #00e765 !important;
}

.bg-orange-active {
	background-color: #ff7701 !important;
}

.bg-fuchsia-active {
	background-color: #db0ead !important;
}

.bg-purple-active {
	background-color: #555299 !important;
}

.bg-maroon-active {
	background-color: #ca195a !important;
}

[class^="bg-"].disabled {
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-custom {
	color: #64b0f2;
}

.text-primary {
	color: #0f9df7 !important;
}

.text-success {
	color: #1bb99a !important;
}

.text-info {
	color: #3db9dc !important;
}

.text-warning {
	color: #f1b53d !important;
}

.text-danger {
	color: #ff5d48 !important;
}

.text-purple {
	color: #9261c6;
}

.text-pink {
	color: #ff7aa3;
}

.text-dark {
	color: #2b3d51;
}

.text-white {
	color: #ffffff;
}

.text-muted {
	color: #818a91;
}

.text-red {
	color: #dd4b39 !important;
}

.text-yellow {
	color: #f39c12 !important;
}

.text-aqua {
	color: #00c0ef !important;
}

.text-blue {
	color: #0073b7 !important;
}

.text-black {
	color: #111111 !important;
}

.text-light-blue {
	color: #3c8dbc !important;
}

.text-green {
	color: #00a65a !important;
}

.text-gray {
	color: #d2d6de !important;
}

.text-navy {
	color: #001f3f !important;
}

.text-teal {
	color: #39cccc !important;
}

.text-olive {
	color: #3d9970 !important;
}

.text-lime {
	color: #01ff70 !important;
}

.text-orange {
	color: #ff851b !important;
}

.text-fuchsia {
	color: #f012be !important;
}

.text-purple {
	color: #605ca8 !important;
}

.text-maroon {
	color: #d81b60 !important;
}


/*****************************************/


/* 				background				 */


/*****************************************/

.bg-teal-gradient {
	background: #39cccc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
	background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
	background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
	background: -o-linear-gradient(#7adddd, #39cccc) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
	color: #fff;
}

.bg-light-blue-gradient {
	background: #3c8dbc !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
	background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
	background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
	background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
	color: #fff;
}

.bg-blue-gradient {
	background: #0073b7 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
	background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
	background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
	background: -o-linear-gradient(#0089db, #0073b7) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
	color: #fff;
}

.bg-aqua-gradient {
	background: #00c0ef !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
	background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
	background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
	background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
	color: #fff;
}

.bg-yellow-gradient {
	background: #f39c12 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
	background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
	background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
	background: -o-linear-gradient(#f7bc60, #f39c12) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
	color: #fff;
}

.bg-purple-gradient {
	background: #605ca8 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
	background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
	background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
	background: -o-linear-gradient(#9491c4, #605ca8) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
	color: #fff;
}

.bg-green-gradient {
	background: #00a65a !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
	background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
	background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
	background: -o-linear-gradient(#00ca6d, #00a65a) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
	color: #fff;
}

.bg-red-gradient {
	background: #dd4b39 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
	background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
	background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
	background: -o-linear-gradient(#e47365, #dd4b39) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
	color: #fff;
}

.bg-black-gradient {
	background: #111111 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
	background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
	background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
	background: -o-linear-gradient(#2b2b2b, #111111) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
	color: #fff;
}

.bg-maroon-gradient {
	background: #d81b60 !important;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
	background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
	background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
	background: -o-linear-gradient(#e73f7c, #d81b60) !important;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
	color: #fff;
}

.dropdown-lg {
	width: 280px;
}

.dropdown-menu {
	box-shadow: none;
	border: 1px solid rgba(43, 61, 81, 0.05);
	margin: -1px;
	padding: 0;
	border-radius: 0;
}

::-webkit-scrollbar {
	width: 12px;
	/* for vertical scrollbars */
	height: 12px;
	/* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.6);
}

.breadcrumb-holder {
	background-color: #ffffff;
	margin: 0px -20px 20px -20px;
	padding: 13px 25px 0 25px;
	box-shadow: none;
}

.breadcrumb-holder .main-title {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.breadcrumb-holder .breadcrumb {
	padding: 0;
	background-color: transparent !important;
}

.card-box {
	padding: 20px;
	background-clip: padding-box;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid rgba(183, 183, 183, .125);
}

.card-box i {
	font-size: 80px;
	margin-top: 20px;
}

.card-header {
	color: #6b6b6b;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(111, 111, 111, .13);
}

.card-header h3 {
	font-weight: 500;
	line-height: 1.2;
	font-size: 1.2rem;
	margin-bottom: 0;
}

.header-title {
	font-size: 1rem;
	text-transform: uppercase;
}

.page-header {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1.15rem;
	padding-bottom: 10px;
	border-bottom: 1px solid #eceeef;
}

.button-list {
	margin-bottom: -5px;
	margin-left: -7px;
}

.button-list button,
.button-list a {
	margin: 5px 7px;
}

canvas {
	max-width: 100%;
}

svg {
	max-width: 100%;
}

a {
	outline: none !important;
	text-decoration: none !important;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9 {
	padding-right: 10px;
	padding-left: 10px;
}

.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
	background-color: #0f9df7;
}

.dropdown-item {
	font-size: 0.9rem;
	white-space: inherit;
}


/* IE9, IE10, IE11 */

@media screen and (min-width: 0\0) {
	.form-control {
		padding: 0.55rem 0.75rem !important;
	}
	.input-group-addon {
		line-height: inherit !important;
		font-size: 1rem !important;
	}
	.carousel-control span {
		right: 20px;
	}
}

.headerbar {
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 999;
}

.content-main.enlarged .headerbar .headerbar-left {
	width: 70px !important;
}

.headerbar .headerbar-left {
	background: #367fa9;
	float: left;
	text-align: center;
	height: 50px;
	position: relative;
	width: 250px;
	z-index: 1;
	overflow: hidden;
}


/* LOGO */

.logo {
	color: #e3ebf3 !important;
	font-size: 30px;
	font-weight: 300;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	line-height: 50px;
	white-space: nowrap;
}

.logo img {
	max-width: 100px;
	max-height: 35px;
	width: auto;
	height: auto;
}

.logo span span {
	color: #FFFFFF;
}

.content-main.enlarged .headerbar .headerbar-left .logo span {
	display: none;
	opacity: 0;
}

.navbar-custom {
	background-color: #4980b5;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0 10px;
	margin-left: 250px;
	min-height: 50px;
}

.navbar-custom .nav-link {
	padding: 0 8px;
	line-height: 50px;
	color: #e9f2ff;
	font-size: 20px;
}

.navbar-custom .dropdown-toggle:after {
	content: initial;
}

.navbar-custom .menu-left {
	overflow: hidden;
}

.main-sidebar {
	top: 50px;
	width: 250px;
	z-index: 10;
	background: #262D33;
	bottom: 70px;
	margin-bottom: -70px;
	margin-top: 0;
	padding-bottom: 70px;
	position: absolute;
}

.content-page {
	margin-left: 250px;
	overflow: hidden;
}

.content,
.content-page .content {
	padding: 0 5px;
	margin-top: 50px;
}

.main-sidebar.left {
	position: absolute;
}

body.adminbody .main-sidebar.left {
	bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0;
	padding-bottom: 0px;
}

.button-menu-mobile {
	background: transparent;
	border: none;
	color: #dde8ef;
	font-size: 28px;
	line-height: 50px;
	padding: 0 5px;
	margin-right: 10px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	z-index: 1;
}

.button-menu-mobile:hover {
	color: #a2cff7;
}

.sidebar-inner {
	height: 100%;
}

.sidebar-menu,
.sidebar-menu ul,
.sidebar-menu li,
.sidebar-menu a {
	border: 0;
	font-weight: normal;
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
}

.sidebar-menu a {
	line-height: 1.3;
}

.sidebar-menu {
	padding-bottom: 30px;
	width: 100%;
}

.sidebar-menu ul li .menu-arrow {
	-webkit-transition: -webkit-transform .15s;
	-o-transition: -o-transform .15s;
	transition: transform .15s;
	position: absolute;
	right: 20px;
	top: 15px;
	display: inline-block;
	font-family: 'FontAwesome';
	text-rendering: auto;
	line-height: 18px;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.sidebar-menu ul li .menu-arrow:before {
	content: "\f105";
}

.sidebar-menu ul li a.subdrop .menu-arrow {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sidebar-menu .label {
	margin-top: 2px;
}

.sidebar-menu .subdrop {
	background-color: #414d58;
	border-left: 2px solid #608ab3;
}

.sidebar-menu .submenu ul .submenu .menu-arrow {
	top: 10px !important;
}

.sidebar-menu>ul>li>a {
	color: #b5b5b5;
	display: block;
	padding: 12px 12px 15px 12px;
	font-weight: 400;
	font-size: 0.90rem;
	border-left: 2px solid transparent;
}

.sidebar-menu>ul>li>a:hover {
	color: #FFF;
	background-color: #414d58;
	text-decoration: none;
	border-left: 2px solid #608ab3;
}

.sidebar-menu>ul>li>a>span {
	vertical-align: middle;
}

.sidebar-menu ul li a i {
	display: inline-block;
	font-size: 18px;
	line-height: 17px;
	margin-left: 3px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}

.sidebar-menu ul li a .drop-arrow {
	float: right;
}

.sidebar-menu ul li a .drop-arrow i {
	margin-right: 0;
}

.sidebar-menu>ul>li>a.active {
	color: #ffffff !important;
	background-color: #6194c1;
}

.sidebar-menu ul ul {
	display: none;
}

.sidebar-menu ul ul li {
	border-top: 0;
}

.sidebar-menu ul ul li.active a {
	color: #f3f3f3;
}

.sidebar-menu ul ul a {
	color: #b5b5b5;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	padding: 10px 20px 10px 45px;
}

.sidebar-menu ul ul ul a:hover,
.sidebar-menu ul ul a:hover {
	color: #FFF;
	background-color: #414d58;
	text-decoration: none;
	border-left: 2px solid #608ab3;
}

.sidebar-menu ul ul a i {
	display: inline-block;
	font-size: 15px;
	line-height: 15px;
	margin-left: 3px;
	margin-right: 5px;
	text-align: center;
	vertical-align: middle;
	width: 10px;
}

.sidebar-menu ul ul ul a {
	padding-left: 65px;
}

.menu-title {
	padding: 12px 20px !important;
	letter-spacing: .035em;
	pointer-events: none;
	cursor: default;
	font-size: 13px;
}

.footer {
	border-top: 1px solid rgba(115, 140, 152, 0.2);
	bottom: 0;
	color: #818a91;
	text-align: left !important;
	padding: 10px;
	position: absolute;
	z-index: 3;
	right: 0;
	left: 250px;
	background-color: #fff;
}

.content-main.enlarged .menu-title {
	display: none;
}

.content-main.enlarged .menu-arrow {
	display: none !important;
}

.content-main.enlarged .footer {
	left: 70px;
}

.content-main.enlarged .sidebar-menu ul ul {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.content-main.enlarged .left.main-sidebar {
	width: 70px;
	z-index: 5;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu>ul>li>a {
	padding-left: 10px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu>ul>li>a:hover {
	background-color: #64b0f2;
}

.content-main.enlarged .left.main-sidebar span.pull-right {
	display: none !important;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li {
	position: relative;
	white-space: nowrap;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>a {
	background-color: #64b0f2;
	position: relative;
	width: 260px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>ul {
	display: block;
	left: 70px;
	position: absolute;
	width: 190px;
	background: #ffffff;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>ul a {
	background: #ffffff;
	border: none;
	box-shadow: none;
	padding-left: 15px;
	position: relative;
	width: 190px;
	z-index: 6;
	color: rgba(43, 61, 81, 0.8);
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>ul a:hover {
	background: #d0cfcf;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover a span {
	display: inline;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li>ul {
	display: none;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul ul li:hover>ul {
	display: block;
	left: 190px;
	margin-top: -36px;
	position: absolute;
	width: 190px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul ul li>a span.pull-right {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	position: absolute;
	right: 20px;
	top: 12px;
	transform: rotate(270deg);
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li>a span {
	display: none;
	padding-left: 10px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu>ul>li>a {
	padding: 15px 20px;
	min-height: 52.09px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu>ul>li>a i {
	margin-right: 20px !important;
	font-size: 20px;
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>a {
	position: relative;
	width: 260px;
	background-color: #535b63;
	/*color: #ffffff;*/
}

.content-main.enlarged .left.main-sidebar .sidebar-menu ul>li:hover>a i {
	/*color: #ffffff;*/
}

.content-main.enlarged .content-page {
	margin-left: 70px;
}

.content-main.enlarged .navbar-custom {
	margin-left: 70px;
}

.content-main.enlarged .sidebar-menu>ul>li:hover>a.open :after {
	display: none;
}

.content-main.enlarged .sidebar-menu>ul>li:hover>a.active :after {
	display: none;
}

.content-main.enlarged .user-detail {
	bottom: 0;
	padding: 15px 0;
	width: 70px;
	text-align: center;
}

.content-main.enlarged .user-detail .dropup {
	margin: 0 auto;
	margin-left: 17px;
}

.content-main.enlarged .user-detail h5 {
	display: none;
}

.content-main.enlarged .user-detail p {
	position: absolute;
	right: 15px;
	top: 32px;
}

.content-main.enlarged .user-detail p span {
	display: none;
}

.content-main.enlarged .sidebar-menu ul ul li.active a {
	color: #0f9df7;
}

.notif {
	margin-left: 0 !important;
}

.notif .noti-header {
	border-radius: 0;
	background-color: #3492ea;
	margin: 0;
	width: auto;
	padding: 5px 15px 5px 15px;
}

.notif .noti-header h5 {
	color: #ffffff;
	margin: 0;
}

.notif .noti-header .label {
	float: right;
}

.notif .noti-body {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 250px;
	overflow-y: scroll;
}

.notif .noti-icon {
	font-size: 22px;
	padding: 0 12px;
	vertical-align: middle;
	color: rgba(255, 255, 255, 0.8);
}

.notif .notif-bullet {
	height: 10px;
	width: 10px;
	background-color: #3eff00;
	display: inline-block;
	position: absolute;
	top: 13px;
	right: 8px;
	border-radius: 50%;
	border: 2px solid #e2e2e2;
}

.notif .notify-item {
	padding: 10px 20px;
	border-bottom: 1px solid #f4f4f4;
}

.notif .notify-item .notify-title {
	font-weight: 500;
}

.notif .notify-item .notify-icon {
	background-color: #f3f3f3;
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 30px;
}

.notif .notify-item .notify-icon img {
	height: 36px;
	width: 36px;
}

.notif .notify-item .notify-details {
	margin-bottom: 0;
	overflow: hidden;
	margin-left: 36px;
	text-overflow: ellipsis;
	white-space: inherit;
}

.notif .notify-item .notify-details b {
	font-weight: 500;
}

.notif .notify-item .notify-details small {
	display: block;
}

.notif .notify-item .notify-details span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.notif .notify-footer {
	border-radius: 0;
	margin: 0;
	background-color: #a8c1d8;
	color: #fff;
}

.profile-dropdown {
	width: 170px;
}

.profile-dropdown i {
	font-size: 17px;
	vertical-align: middle;
	margin-right: 5px;
}

.profile-dropdown span {
	vertical-align: middle;
}

.nav-user {
	padding: 0 12px !important;
}

.nav-user img {
	height: 36px;
	width: 36px;
	margin-bottom: 7px;
}

@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	.enlarged .left.main-sidebar {
		margin-left: -75px;
	}
	.headerbar-left {
		width: 70px !important;
	}
	.headerbar-left span {
		display: none !important;
	}
	.headerbar-left i {
		display: block !important;
		line-height: 75px !important;
	}
	.navbar-custom {
		margin-left: 70px !important;
	}
	.content-page {
		margin-left: 0 !important;
	}
	.footer {
		left: 0 !important;
	}
	.mobile-sidebar {
		left: 0;
	}
	.mobile-content {
		left: 250px;
		right: -250px;
	}
	.wrapper-page {
		width: 90%;
	}
	.dataTables_wrapper .col-xs-6 {
		width: 100%;
		text-align: left;
	}
	div#datatable-buttons_info {
		float: none;
	}
	.ms-container {
		width: 100%;
	}
	.navbar-toggleable-md .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media (max-width: 767px) {
	.dropdown-lg {
		width: 200px;
	}
	.notif .notify-item {
		padding: 10px 15px;
	}
	.breadcrumb-holder .main-title,
	.breadcrumb-holder .breadcrumb {
		float: none;
	}
}

@media (max-width: 480px) {
	.notif .noti-icon {
		font-size: 18px;
		padding: 0 10px;
	}
	.hidden-mobile {
		display: none !important;
	}
}

.mobile.smallscreen .sidebar-inner.leftscroll {
	overflow: scroll !important;
}

button:focus {
	outline: none !important;
}

a.btn:focus {
	color: #ffffff !important;
}

.btn-rounded {
	border-radius: 2em !important;
	padding: .5rem 1.5rem;
}

.btn-label {
	background: rgba(43, 61, 81, 0.1);
	display: inline-block;
	padding: 7px 15px;
	border-radius: 3px 0 0 3px;
	margin: -7px -14px;
	margin-right: 12px;
}

.btn-rounded .btn-label {
	padding: 7px 15px 7px 20px;
	margin-left: -20px;
}

.btn-rounded .btn-label-right {
	margin-right: -20px;
	margin-left: 12px;
}

.btn-label-right {
	margin-left: 12px;
	margin-right: -13px;
	border-radius: 0px 3px 3px 0px;
}

.btn-custom {
	background-color: #64b0f2;
	border-color: #64b0f2;
	color: #ffffff;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
	background-color: #439fef;
	border-color: #439fef;
	color: #ffffff;
}

.btn-primary {
	background-color: #0f9df7;
	border-color: #0f9df7;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
	background-color: #0283d6;
	border-color: #0283d6;
	color: #ffffff;
}

.btn-success {
	background-color: #1bb99a;
	border-color: #1bb99a;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
	background-color: #16957c;
	border-color: #16957c;
	color: #ffffff;
}

.btn-info {
	background-color: #3db9dc;
	border-color: #3db9dc;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
	background-color: #25a7cb;
	border-color: #25a7cb;
	color: #ffffff;
}

.btn-warning {
	background-color: #f1b53d;
	border-color: #f1b53d;
	color: #ffffff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
	background-color: #eea617;
	border-color: #eea617;
	color: #ffffff;
}

.btn-danger {
	background-color: #ff5d48;
	border-color: #ff5d48;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
	background-color: #ff391f;
	border-color: #ff391f;
	color: #ffffff;
}

.btn-dark {
	background-color: #2b3d51;
	border-color: #2b3d51;
	color: #ffffff;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover,
.open>.dropdown-toggle.btn-dark {
	background-color: #1d2936;
	border-color: #1d2936;
	color: #ffffff;
}

.btn-outline-custom {
	color: #64b0f2;
	background-image: none;
	background-color: transparent;
	border-color: #64b0f2;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom-primary:focus,
.btn-outline-custom:hover,
.open>.dropdown-toggle.btn-outline-custom {
	color: #ffffff;
	background-color: #64b0f2;
	border-color: #64b0f2;
}

.btn-outline-primary {
	color: #0f9df7;
	background-image: none;
	background-color: transparent;
	border-color: #0f9df7;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover,
.open>.dropdown-toggle.btn-outline-primary {
	color: #ffffff;
	background-color: #0f9df7;
	border-color: #0f9df7;
}

.btn-outline-success {
	color: #1bb99a;
	background-image: none;
	background-color: transparent;
	border-color: #1bb99a;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover,
.open>.dropdown-toggle.btn-outline-success {
	color: #ffffff;
	background-color: #1bb99a;
	border-color: #1bb99a;
}

.btn-outline-info {
	color: #3db9dc;
	background-image: none;
	background-color: transparent;
	border-color: #3db9dc;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover,
.open>.dropdown-toggle.btn-outline-info {
	color: #ffffff;
	background-color: #3db9dc;
	border-color: #3db9dc;
}

.btn-outline-warning {
	color: #f1b53d;
	background-image: none;
	background-color: transparent;
	border-color: #f1b53d;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover,
.open>.dropdown-toggle.btn-outline-warning {
	color: #ffffff;
	background-color: #f1b53d;
	border-color: #f1b53d;
}

.btn-outline-danger {
	color: #ff5d48;
	background-image: none;
	background-color: transparent;
	border-color: #ff5d48;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover,
.open>.dropdown-toggle.btn-outline-danger {
	color: #ffffff;
	background-color: #ff5d48;
	border-color: #ff5d48;
}

.btn-outline-pink {
	color: #ff7aa3;
	background-image: none;
	background-color: transparent;
	border-color: #ff7aa3;
}

.btn-outline-pink:hover,
.btn-outline-pink:focus,
.btn-outline-pink:active,
.btn-outline-pink.active,
.btn-outline-pink.focus,
.btn-outline-pink:active,
.btn-outline-pink:focus,
.btn-outline-pink:hover,
.open>.dropdown-toggle.btn-outline-pink {
	color: #ffffff;
	background-color: #ff7aa3;
	border-color: #ff7aa3;
}

.btn-outline-purple {
	color: #9261c6;
	background-image: none;
	background-color: transparent;
	border-color: #9261c6;
}

.btn-outline-purple:hover,
.btn-outline-purple:focus,
.btn-outline-purple:active,
.btn-outline-purple.active,
.btn-outline-purple.focus,
.btn-outline-purple:active,
.btn-outline-purple:focus,
.btn-outline-purple:hover,
.open>.dropdown-toggle.btn-outline-purple {
	color: #ffffff;
	background-color: #9261c6;
	border-color: #9261c6;
}

.btn-outline-dark {
	color: #2b3d51;
	background-image: none;
	background-color: transparent;
	border-color: #2b3d51;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover,
.open>.dropdown-toggle.btn-outline-dark {
	color: #ffffff;
	background-color: #2b3d51;
	border-color: #2b3d51;
}

.btn-facebook {
	color: #ffffff !important;
	background-color: #3b5998 !important;
}

.btn-twitter {
	color: #ffffff !important;
	background-color: #00aced !important;
}

.btn-linkedin {
	color: #ffffff !important;
	background-color: #007bb6 !important;
}

.btn-dribbble {
	color: #ffffff !important;
	background-color: #ea4c89 !important;
}

.btn-googleplus {
	color: #ffffff !important;
	background-color: #dd4b39 !important;
}

.btn-instagram {
	color: #ffffff !important;
	background-color: #517fa4 !important;
}

.btn-pinterest {
	color: #ffffff !important;
	background-color: #cb2027 !important;
}

.btn-dropbox {
	color: #ffffff !important;
	background-color: #007ee5 !important;
}

.btn-flickr {
	color: #ffffff !important;
	background-color: #ff0084 !important;
}

.btn-tumblr {
	color: #ffffff !important;
	background-color: #32506d !important;
}

.btn-skype {
	color: #ffffff !important;
	background-color: #00aff0 !important;
}

.btn-youtube {
	color: #ffffff !important;
	background-color: #bb0000 !important;
}

.btn-github {
	color: #ffffff !important;
	background-color: #171515 !important;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.display-block {
	display: block;
}

.dropdown-example {
	position: static;
	display: block;
	margin-bottom: .25rem;
	clear: left;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #0f9df7;
}

.sidebar-menu>ul>li>a.pro {
	background-color: #f16854;
	color: #fff;
	bottom: 0;
}

.avatar-circle {
	border-radius: 50%;
}

.avatar-rounded {
	border-radius: 50%;
}


/* Widget */

.widget-messages .message-item {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 12px 0;
}

.widget-messages .message-item img {
	width: 40px;
}

.widget-messages .message-item .message-user-img {
	display: block;
	float: left;
	margin-right: 15px;
	width: 40px;
}

.widget-messages .message-item .message-item-user {
	color: #525252;
	display: block;
	font-weight: 500;
	margin: 0;
}

.widget-messages .message-item .message-item-msg {
	color: #525252;
	display: block;
	font-weight: 200;
	margin: 0;
}

.widget-messages .message-item .message-item-date {
	color: #a2a5a7;
	font-weight: 200;
	position: absolute;
	right: 7px;
	top: 2px;
}

.custom-modal .modal-header {
	padding: 10px !important;
	border-radius: 0;
	background-color: #5ba2e6;
	color: #fff;
}

.custom-modal .modal-content {
	background-color: #f7f7f7;
}

.custom-modal .modal-footer {
	padding: 10px !important;
	border-radius: 0;
	background-color: #f3f3f3;
}

.custom-modal .close {
	color: #fff;
	text-shadow: 0;
}

.border-left {
	border-left: 3px solid #eaeaea;
}

.label-info {
	background-color: #5bc0de;
}


/**/

.user-panel {
	position: relative;
	width: 100%;
	padding: 10px;
	overflow: hidden;
}

.user-panel:before,
.user-panel:after {
	content: " ";
	display: table;
}

.user-panel:after {
	clear: both;
}

.user-panel>.image>img {
	width: 100%;
	max-width: 45px;
	max-height: 45px;
	height: auto;
}

.user-panel>.info {
	padding: 5px 5px 5px 15px;
	line-height: 1;
	position: absolute;
	left: 55px;
}

.user-panel>.info>p {
	font-weight: 600;
	margin-bottom: 9px;
}

.sidebar-menu>.user-panel>.info>p {
	color: #ffffff;
}

.user-panel>.info>a {
	text-decoration: none;
	padding-right: 5px;
	margin-top: 3px;
	font-size: 11px;
}

.user-panel>.info>a>.fa,
.user-panel>.info>a>.ion,
.user-panel>.info>a>.glyphicon {
	margin-right: 3px;
}


/* FileInput */

.custom-file-input:lang(es)~.custom-file-label::after {
	content: "Examinar";
	background-color: #0f9df7;
	color: #ffffff;
}

.custom-file-label {
	white-space: nowrap;
	overflow: hidden;
}

table.auto-count {
	counter-reset: rowNumber;
}

table.auto-count>tbody>tr {
	counter-increment: rowNumber;
}

table.auto-count>tbody>tr>th:first-child::before,
table.auto-count>tbody>tr>td:first-child::before {
	content: counter(rowNumber);
}


/*  */

.th-col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.th-col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.th-col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5%;
	flex: 0 0 5%;
	max-width: 5%;
	width: 5%;
}

.th-col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10%;
	flex: 0 0 10%;
	max-width: 10%;
	width: 10%;
}

.th-col-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	max-width: 15%;
	width: 15%;
}

.th-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	width: 20%;
}

.th-col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 25%;
}

.th-col-6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	width: 30%;
}

.th-col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	width: 35%;
}

.th-col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	width: 40%;
}

.th-col-9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	width: 45%;
}

.th-col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	width: 50%;
}

.th-col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	width: 55%;
}

.th-col-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	width: 60%;
}

.th-col-13 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	width: 65%;
}

.th-col-14 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	width: 70%;
}

.th-col-15 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	width: 75%;
}

.th-col-16 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	width: 80%;
}

.th-col-17 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	max-width: 85%;
	width: 85%;
}

.th-col-18 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 90%;
	flex: 0 0 90%;
	max-width: 90%;
	width: 90%;
}

.th-col-19 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 95%;
	flex: 0 0 95%;
	max-width: 95%;
	width: 95%;
}

.th-col-20 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
}


/* BTN XS */

.btn-xs,
.btn-group-xs>.btn {
	padding: 0.15rem 0.25rem;
	font-size: 0.800rem;
	line-height: 1.4;
	border-radius: 0.2rem;
}

.btn-xs+.dropdown-toggle-split,
.btn-group-xs>.btn+.dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}


/* BTN-APP */

.btn[class*='bg-']:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.btn-app {
	border-radius: 3px;
	position: relative;
	padding: 15px 5px;
	/*margin: 0 0 10px 10px;*/
	min-width: 80px;
	height: 60px;
	text-align: center;
	color: #666;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	font-size: 12px;
}

.btn-app>.fa,
.btn-app>.glyphicon,
.btn-app>.ion {
	font-size: 20px;
	display: block;
}

.btn-app:hover {
	background: #f4f4f4;
	color: #444;
	border-color: #aaa;
}

.btn-app:active,
.btn-app:focus {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app>.badge {
	position: absolute;
	top: -3px;
	right: -10px;
	font-size: 10px;
	font-weight: 400;
}

.table-borderless td,
.table-borderless th {
	border: 0;
}

.table-borderless td,
.table-borderless th {
	padding-bottom: .2rem;
	padding-top: .2rem;
	vertical-align: middle;
}

@media print {
	.headerbar,
	.main-sidebar,
	footer,
	.no-print {
		display: none !important;
	}
	.content {
		width: 100%;
		position: relative;
	}
	.content-page,
	.content-main {
		background: #FFFFFF;
		margin-left: 0px;
	}
}

.breadcrumb a {
	color: inherit;
}


/* Personalizaciones */

#tmpl_form_api .card-columns,
#tmpl_form_permisos .card-columns {
	column-count: 2;
}

label.error {
	color: #af3030;
	font-size: 0.6em;
	float: right;
	padding: 0;
	margin: 0;
}
