/* Minification failed. Returning unminified contents.
(74,2): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(728,1): run-time error CSS1019: Unexpected token, found '@import'
(728,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css?family=Open+Sans:300')'
(1297,14): run-time error CSS1039: Token not allowed after unary operator: '-tabla-vacia-text-color'
(1304,15): run-time error CSS1039: Token not allowed after unary operator: '-tabla-vacia-text-color'
(1316,26): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
(1321,15): run-time error CSS1039: Token not allowed after unary operator: '-tabla-vacia-text-color'
(1327,16): run-time error CSS1039: Token not allowed after unary operator: '-secondary'
 */
/** Bootstrap fixes **/
.bootstrap-select {
    color: #212529 !important;
    border: 0;
    background-color: #fff;
    padding: 6px;
    padding-right: 18px;
    outline: 0 !important;
    font-size: 14px !important;
    text-transform: none;
    margin: 0 !important;
    border-radius: 0px !important;
    height: auto !important;
    box-shadow: none;
}

    .bootstrap-select > .dropdown-toggle {
        background-color: #fff;
        color: #495057 !important;
        border: 1px solid #ced4da;
        height: calc(2.25rem - 1px);
        box-shadow: none;
        padding: 7px 15px;
    }

        .bootstrap-select > .dropdown-toggle:after {
            content: '\f107';
            font-family: 'FontAwesome';
            font-weight: bold;
            width: 30px;
            height: 30px;
            position: absolute;
            right: 4px;
            top: 5px;
            font-size: 1rem;
            border: none;
        }

    .bootstrap-select > .dropdown-menu[role=combobox] li a {
        padding: 0 1.5rem;
    }

        .bootstrap-select > .dropdown-menu[role=combobox] li a span.text {
            font-size: 0.8rem;
        }

    .bootstrap-select .dropdown-menu[role=combobox] {
        z-index: 1060 !important;
    }

        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li.selected,
        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li.selected a,
        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li.selected a span {
            background-color: #495057 !important;
            color: #FFF;
        }

        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:focus,
        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:hover {
            color: #fff;
            background-color: #6F6F6F;
        }

        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li.active,
        .bootstrap-select .dropdown-menu[role=combobox] ul.dropdown-menu li.active a {
            color: #212529;
            background-color: #fff;
        }
/******/

@charset "UTF-8";
/* CSS Document */
:root {
	--tabla-vacia-text-color: #7a7a7a;
}

* {
	font-family: Arial, Helvetica, sans-serif;
}

html,
body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

body {
	padding-top: 90px;
	padding-bottom: 15px;
	font-size: 15px;
	background-color: #e9e9e9;
}

img {
	-ms-interpolation-mode: bicubic;
}

.clear {
	clear: both;
}

.flft {
	float: left;
}

.frgt {
	float: right
}

a {
	outline: 0 !important;
	color: #046dde
}

input, select, textarea {
	outline: 0 !important;
	font-size: 14px !important
}

h1 {
	font-size: 1.7em;
	font-weight: 600;
	display: inline-block;
}

h2 {
	font-size: 1.7em;
	font-weight: 600;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

::-webkit-input-placeholder {
	color: #6F6F6F;
	font-weight: 400
}

::-moz-placeholder {
	color: #6F6F6F;
	font-weight: 400
}
/* firefox 19+ */
:-ms-input-placeholder {
	color: #6F6F6F;
	font-weight: 400
}
/* ie */
input:-moz-placeholder {
	color: #6F6F6F;
	font-weight: 400
}

.relative {
	position: relative
}

.container-full {
	width: 100%;
	height: auto;
}

.extra-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.anim-rgt, .anim-lft, .anim-up, .anim-dwn, .anim-fade, .anim-expup, .floating, .anim-slf, .anim-fiu {
	-webkit-visibility: hidden;
	-moz-visibility: hidden !important;
	-o-visibility: hidden;
	visibility: hidden;
}

.margintop-15 {
	margin-top: 15px;
}

.margintop-30 {
	margin-top: 30px;
}

.margintop-50 {
	margin-top: 50px;
}

.margintop-80 {
	margin-top: 80px;
}

.border-left-bk {
	border-left: 1px solid #666;
}

.filtros .bootstrap-select {
	color: #212529 !important;
	border: 0;
	background-color: #fff;
	padding: 0;
	padding-right: unset;
	outline: 0 !important;
	font-size: 14px !important;
	text-transform: none;
	margin: 0 !important;
	border-radius: 0px !important;
	height: auto !important;
	box-shadow: none;
}

	.filtros .bootstrap-select > .dropdown-toggle {
		color: #212529 !important;
		border: 0;
		background-color: #fff;
		padding: 6px;
		padding-right: 18px;
		outline: 0 !important;
		font-size: 14px !important;
		text-transform: none;
		margin: 0 !important;
		border-radius: 0px !important;
		height: auto !important;
		max-height: 30px;
		box-shadow: none;
	}

		.filtros .bootstrap-select > .dropdown-toggle:after {
			content: '\f078';
			font-family: 'FontAwesome';
			-webkit-font-smoothing: antialiased;
			width: 12px;
			height: 15px;
			position: absolute;
			right: 3px;
			top: 8px;
			font-size: 0.68rem;
			font-weight: 100;
			border: none;
			margin: 0;
		}

	.filtros .bootstrap-select > .dropdown-menu li a {
		padding: 0 1.5rem;
	}

		.filtros .bootstrap-select > .dropdown-menu li a span.text {
			font-size: 0.8rem;
		}

	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li.selected,
	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li.selected a,
	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li.selected a span {
		background-color: #495057 !important;
		color: #FFF;
	}

	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:focus,
	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:hover {
		color: #fff;
		background-color: #6F6F6F;
	}

	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li.active,
	.filtros .bootstrap-select > .dropdown-menu[role=combobox] ul.dropdown-menu li.active a {
		color: #212529;
		background-color: #fff;
	}

.filtros .datepicker {
	border-radius: 0px !important;
}

.datepicker.datepicker-dropdown {
	border: 1px solid rgba(0,0,0,0.11) !important;
	padding: 0px !important;
	font-size: 0.9em;
	border-radius: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
}

.blocked {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255, 0.5);
	z-index: 999;
}

/* -------  Buttons -----------*/
.btn {
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	padding: 9px 15px;
	border-radius: 4px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.btn-md {
	border: 0;
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	padding: 12px 24px !important;
	border-radius: 4px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-sm {
	border: 0;
	font-size: 0.88em;
	text-decoration: none;
	display: inline-block;
	padding: 5px 12px !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-black {
	color: #fff;
	background-color: #000;
}

	.btn-black:hover, .btn-black:focus {
		color: #000;
		background-color: #cccccc
	}

.btn-red {
	color: #fff;
	background-color: #d01400;
}

	.btn-red:hover, .btn-red:focus {
		color: #fff;
		background-color: #000
	}

.btn-blue {
	color: #fff;
	background-color: #0072bb;
}

	.btn-blue:hover, .btn-blue:focus {
		color: #fff;
		background-color: #000 !important
	}

.btn-green {
	color: #fff;
	background-color: #288204;
}

	.btn-green:hover, .btn-green:focus {
		color: #fff;
		background-color: #000 !important
	}

.btn-twolines {
	font-size: 0.8em;
	line-height: 1em;
	text-align: left;
	margin-left: 7px;
}

.btn-blue2 {
	color: #fff;
	background-color: #00306b;
	margin-left: 20px;
}

	.btn-blue2:hover, .btn-blue2:focus {
		color: #fff;
		background-color: #000 !important
	}

.btn-yellow {
	color: #fff;
	background-color: #e4b826;
}

	.btn-yellow:hover, .btn-yellow:focus {
		color: #fff;
		background-color: #000
	}

.btn-negative {
	color: #fff;
	background-color: transparent;
	margin: 0 5px;
	border: 1px solid #fff
}

	.btn-negative:hover, .btn-negative:focus {
		color: #fff;
		background-color: #000 !important;
		border: 1px solid #000
	}

.btn-secondary {
	color: #fff;
	background-color: #6F6F6F
}

.add {
	color: #fff;
	padding: 5px 12px 5px 10px;
	border-radius: 24px;
	/*background-color:#fbaf2c;*/
	background-color: #288204;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
	border: 0;
}

	.add:hover {
		color: #fff;
		background-color: #000;
		text-decoration: none;
	}


/*--------  HEADER  ----------*/
header {
	background: rgba(255,255,255,1);
	width: 100%;
	z-index: 10;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 75px;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Firefox 3.5 - 3.6 */
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

	header * {
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

	header .logo {
		float: left;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		header .logo img {
			min-height: 50px;
			width: auto;
		}

	header nav {
		display: inline-block !important
	}

		header nav li {
			font-weight: 700;
		}

.dropdown {
	margin-right: 0;
}

.navbar {
	padding-left: 0px;
	padding-right: 0px;
}

header.sticky {
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Firefox 3.5 - 3.6 */
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.3); /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

header.sticky, .logo.sticky {
	height: 70px;
	margin-top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

	header.sticky #logo-wht {
		display: none
	}

	header.sticky #logo-color {
		display: inline
	}

	header.sticky, .logo.sticky img {
		height: 70px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		header.sticky nav ul li a {
			color: #666;
			text-decoration: none;
		}

		header.sticky nav ul ul li a {
			color: #fff;
			text-decoration: none;
		}

		header.sticky nav ul li a:hover {
			color: #fff;
			text-decoration: none;
		}

		header.sticky .btn-blue {
			color: #fff;
		}

			header.sticky .btn-blue:hover, .btn-blue:focus {
				color: #fff;
				background-color: #000 !important
			}

		header.sticky .navbar-nav {
			margin-top: 20px;
		}

header nav.navbar .dropdown {
	background-image: url(../Images/ddown.svg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 4px;
	margin-right: 10px;
}

.dropdownsub {
	padding: 5px 25px !important;
	color: #888 !important;
}

header nav.navbar .dropdown-menu {
	border: 0 !important;
	padding: 0 !important;
	font-size: 0.9em;
	border-radius: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
}

	header nav.navbar .dropdown-menu > li > a {
		padding: 5px 25px !important;
		color: #666 !important
	}

	header nav.navbar .dropdown-menu ul li a {
		display: block;
	}

	header nav.navbar .dropdown-menu li a:hover {
		background-color: #022166 !important;
		color: #fff !important
	}

	header nav.navbar .dropdown-menu span a, .dropdown-menu .op1 {
		color: #333;
		padding: 10px 15px !important;
		display: block;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		width: 185px;
	}

	header nav.navbar .dropdown-menu .dropdown-item:focus,
	header nav.navbar .dropdown-menu .dropdown-item:hover {
		color: #f8f9fa;
		text-decoration: none;
		background-color: #16181b;
	}

header nav.navbar .navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] div {
	padding: .25rem 1rem;
	background: #cecece;
	color: rgba(0,0,0,0.6);
	text-wrap: nowrap;
}

header nav.navbar .navbar-nav .btn-sm {
	margin: 6px 0 2px 22px;
}


/*--------  DASHBOARDS  ----------*/
.db-container {
	height: 470px;
}

.dashboard h2 {
	line-height: 1.1em;
	margin: 0;
}

.dashboard {
	background-color: #fff;
	padding: 20px 25px 25px 25px;
	margin: 10px;
	width: auto;
	float: left;
	display: inline-block;
	position: relative;
	line-height: 1em;
}

	.dashboard.dashboard-3 {
		text-align: center;
	}

.db-icon {
	float: left;
	margin-right: 15px;
}

.dashboard-1 {
	width: 25%;
	height: auto;
}

.dashboard-2 {
	width: calc(60% - 60px);
	height: auto;
}

.dashboard-3 {
	width: 15%;
	height: auto;
}

.martop {
	display: flex;
	flex-direction: column;
	align-items: center;
}

	.martop:not(.fecha-hora) {
		padding-bottom: 30px;
	}

		.martop:not(.fecha-hora):last-child {
			border-bottom: none;
			margin-bottom: 0;
			padding-bottom: 0;
		}

	.martop.fecha-hora {
		flex-direction: column;
		padding: 15px 0;
	}

	.martop > .db-img {
		width: 100%;
	}

		.martop > .db-img img {
			height: 60px;
		}

	.martop > .db-info {
		width: 100%;
		margin-top: 12px;
	}

		.martop > .db-info .db-number {
			width: 100%;
			font-size: 2.25em;
		}

		.martop > .db-info .db-txt {
			width: 100%;
		}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

.db-number {
	font-size: 3.8em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	display: block;
	line-height: 1.3em;
}

.btn-dashboard {
	position: absolute;
	right: 15px;
	bottom: 5px;
	background-color: #000;
	border-radius: 50%;
	width: 27px;
	height: 27px;
	text-align: center;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	background-size: 17px 17px;
	text-decoration: none;
}

	.btn-dashboard:hover {
		text-decoration: none;
		background-color: #666;
	}

.db-txt {
	display: inline-block;
	line-height: 1em !important
}

.monitoreo-ayer {
	border-top: 10px solid #e9e9e9;
	margin-left: -25px;
	margin-right: -25px;
	padding: 20px 25px 0 25px;
	font-size: 0.85em
}

	.monitoreo-ayer .db-number {
		font-size: 2.8em;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		display: block;
		line-height: 1.3em;
	}

.reportes {
	line-height: 55px !important;
}

.dashboard input[type="date"] {
	background-color: #fff;
	padding: 8px 8px 8px 33px;
	background-image: url(../images/cal.svg);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 8px 8px;
}


/*--------  MODALES  ----------*/

.modal-header {
	border-bottom: 0;
}

/*--------  BOOTBOX  ----------*/
.msj-error .bootbox-body,
.msj-success .bootbox-body {
	margin: 0
}

	.msj-error .bootbox-body .msj-content,
	.msj-success .bootbox-body .msj-content {
		display: flex;
		padding: 1rem;
		padding-bottom: 0.5rem;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
	}

		.msj-error .bootbox-body .msj-content p,
		.msj-success .bootbox-body .msj-content p {
			padding-top: 12px;
			color: #343a40;
			margin: 0;
		}

/*--------  DISPOSITIVOS  ----------*/
.dispositivo {
	background-color: #fff;
	display: inline-block;
	float: left;
	margin: 10px;
	width: 15%;
	padding: 15px 0 8px 0;
	position: relative;
	line-height: 1.1em
}

.disp-alert {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	background-color: #e82725;
	border-radius: 50%;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 0.8em
}

.filtros {
	padding-top: 3px;
	padding-bottom: 5px;
}

	.filtros form {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		row-gap: .25rem;
		column-gap: 5px;
	}

		.filtros form > * {
			flex: 1 1 auto !important;
		}

		.filtros form .buscador {
			display: inline-flex;
			align-items: center;
			flex-direction: row;
		}

			.filtros form .buscador > input[type="text"] {
				flex: 1 1 auto;
			}

	.filtros select, .filtros input[type="text"] {
		border: 0;
		background-color: #fff;
		padding: 6px;
	}

	.filtros input[type="text"] {
		height: 30px;
	}

	.filtros .btn {
		height: 28px;
		margin: 0.15rem 0;
	}

	.filtros label.btn {
		color: #666 !important;
	}

	.filtros input[type="date"],
	.filtros input[id="dtp-fecha"],
	input[type=text].datepicker {
		background-color: #fff;
		padding: 6px 6px 6px 33px !important;
		background-image: url(../images/cal.svg);
		background-repeat: no-repeat;
		background-size: 18px 18px;
		background-position: 8px 7px;
	}

button.filtro-btn {
	padding: 5px 10px;
	outline: 0;
	appearance: none;
	background-color: #777;
	border: 0;
	cursor: pointer;
	margin-left: 5px;
	font-size: 0.9em;
}

	button.filtro-btn:hover, button.filtro-btn:focus {
		background-color: #111
	}

.txt-search {
	width: 210px;
}

.bcrumbs {
	font-size: 1.2em;
}



/* -------  TABLE / TABS -----------*/
.table {
	background-color: #fff;
	font-size: 0.85em
}

thead {
	background-color: #777;
	color: #fff;
	line-height: 1em;
	font-weight: 400 !important;
}

	thead th {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
/*----------- NavTabs -----------*/
.nav.nav-tabs {
	margin: -3px -3px 0 -3px;
	border-bottom: transparent;
	z-index: 1
}

	.nav.nav-tabs .nav-item a.nav-link {
		border: 1px solid transparent;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		background-color: #ccc;
		color: #111;
		padding: 8px 15px;
	}

		.nav.nav-tabs .nav-item a.nav-link.active {
			color: #fff;
			background-color: #777;
			border-color: #777;
			border-bottom: 5px solid #777;
			position: relative;
		}

		.nav.nav-tabs .nav-item a.nav-link:not(.active):hover {
			color: #fff;
			background-color: #898989;
		}

	.nav.nav-tabs .nav-item .active {
		position: relative;
	}

		.nav.nav-tabs .nav-item .active::after {
			width: 17px;
			height: 17px;
			position: absolute;
			bottom: -8px;
			left: 44%;
			display: inline-block;
			background-image: url(../images/ddown.svg);
			background-repeat: no-repeat;
			background-size: 17px 17px;
			content: "";
		}

.nav-tabs .nav-item {
	margin: 3px 3px 0 3px;
	text-align: center;
}

/****/

.tb-header {
	background-color: #777;
	color: #fff;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: 400 !important;
	padding-top: .75rem;
	padding-bottom: .75rem;
	margin: 0;
}

.tb-row {
	padding-top: .75rem;
	padding-bottom: .75rem;
	margin: 0;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #e82725;
	border-color: #e82725;
}

.page-link {
	color: #323232;
}

.table th a {
	color: #fff;
	text-decoration: none;
}


/*--------  FORM  ----------*/

label {
	display: block;
	margin-bottom: 2px;
	font-size: 0.9em;
}

.req {
	background-image: url(../images/req.svg);
	background-repeat: no-repeat;
	background-size: 5px 26px;
	background-position: 2px 4px
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem - 1px);
}


.no-gutters .input-group-sm {
	margin-right: 5px;
}

.container-rb {
	margin-top: 0.25rem;
	padding-left: 0.5rem;
}

	/* Hide the browser's default radio button */
	.container-rb input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
	}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ccc;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-rb:hover input ~ .checkmark {
	background-color: #999;
}

/* When the radio button is checked, add a blue background */
.container-rb input:checked ~ .checkmark {
	background-color: #111;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-rb input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container-rb .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/* -------- LOGIN --------*/
.login-oxxo {
	margin-top: 1rem;
}

.bg-oxxo {
	background-image: url(../images/Oxxo-tienda.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.chbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

	/* Hide the browser's default checkbox */
	.chbox input {
		position: absolute;
		opacity: 0;
		cursor: pointer;
		height: 0;
		width: 0;
	}

/* Create a custom checkbox */
.chmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.chbox:hover input ~ .chmark {
	background-color: #999;
}

/* When the checkbox is checked, add a blue background */
.chbox input:checked ~ .chmark {
	background-color: #111;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.chbox input:checked ~ .chmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.chbox .chmark:after {
	left: 7px;
	top: 2px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 4px 4px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* -------- ADMIN ---------*/
.var {
	width: 48%;
}

.var-upload {
	width: 100%;
}

.btn-download {
	background-image: url(../images/dwnload.svg);
	background-size: 14px 14px;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding-left: 30px !important;
}

.btn-save {
	background-image: url(../images/save.svg);
	background-size: 14px 14px;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	padding-left: 35px !important;
}

.no-border-btm {
	border-bottom: 1px solid #fff !important;
	position: absolute;
	top: -41px;
	background-color: #fff;
	right: 15px;
}

.right-btn {
	position: absolute;
	top: -50px;
	background-color: #fff;
	right: 15px;
}

.numtiendas {
	font-size: 1.7em;
}

.numtiendas-txt {
	line-height: 1.2em;
}

.cargar {
	height: 30px;
}

.width320 {
	width: 320px;
}




/* ------ FOOTER ---------*/

select.input-validation-error,
input.input-validation-error {
	border: 1px solid red;
}

.input-validation-error[type="radio"] ~ label {
	color: red;
}

.validation-summary-valid {
	display: none !important;
}

.validation-summary-errors {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

	.validation-summary-errors ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

/** Mensaje Tabla Vacía **/
.table-empty-msg {
	display: flex;
	width: 100%;
	min-height: 20vh;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	border: 5px solid rgba(0,0,0,.215);
	color: var(--tabla-vacia-text-color);
	border-radius: 0;
	gap: 25px;
	padding: 15px;
}

	.table-empty-msg i.fa {
		color: var(--tabla-vacia-text-color);
		font-size: 10rem;
		margin-bottom: 15px;
	}

	.table-empty-msg .table-empty-img {
		width: 220px;
		height: 220px;
		-webkit-mask-image: url(../images/no-data.svg);
		mask-image: url(../images/no-data.svg);
		-webkit-mask-size: cover;
		mask-size: contain;
		background-color: var(--secondary);
		fill: red;
	}

	.table-empty-msg .table-empty-msg__texto {
		color: var(--tabla-vacia-text-color);
		max-width: 35vw;
		line-height: 1.35rem;
	}

		.table-empty-msg .table-empty-msg__texto h1 {
			color: var(--secondary);
			font-size: 1.85rem;
		}

		.table-empty-msg .table-empty-msg__texto p {
			font-size: 1rem;
			color: #7a7a7a;
			padding: 0.25rem;
			margin: 0;
		}
/****/

/* --------------------------------------------------

				     RESPONSIVE

---------------------------------------------------*/

@media only screen and (min-width: 1201px) and (max-width: 1520px) {
	/*--------  DASHBOARDS  ----------*/
	.dashboard {
		padding: 20px 15px 15px 15px;
		margin: 5px;
	}

		.dashboard.dashboard-2 {
			width: calc(60% - 30px);
		}

		.dashboard.dashboard-3 {
			text-align: center;
		}

	.martop {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		.martop:not(.fecha-hora) {
			padding-bottom: 30px;
		}

			.martop:not(.fecha-hora):last-child {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}

		.martop.fecha-hora {
			flex-direction: column;
			padding: 15px 0;
		}

		.martop > .db-img {
			width: 100%;
		}

			.martop > .db-img img {
				height: 60px;
			}

		.martop > .db-info {
			width: 100%;
			margin-top: 12px;
		}

			.martop > .db-info .db-number {
				width: 100%;
				font-size: 1.8em;
				font-weight: 400;
			}

			.martop > .db-info .db-txt {
				width: 100%;
			}
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	/*--------  DASHBOARDS  ----------*/
	.dashboard-main {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.db-container {
		height: auto;
	}

	.dashboard {
		margin: 0;
	}

		.dashboard .ds-monitoreo {
			display: flex;
			flex-direction: row;
			margin-top: 15px;
		}

		.dashboard .d-block, .dashboard h2 {
			text-align: start;
			margin: 0;
		}

		.dashboard.dashboard-1,
		.dashboard.dashboard-2,
		.dashboard.dashboard-3 {
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.dashboard.dashboard-1 {
			width: 35%;
			order: 2;
		}

		.dashboard.dashboard-2 {
			width: calc(65% - 15px);
			margin-left: 15px;
			order: 3;
		}

		.dashboard.dashboard-3 {
			width: 100%;
			order: 1;
		}

	.martop {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

		.martop:not(.fecha-hora) {
			width: 33.3333%;
			border-left: 1px solid #dee2e6;
			padding: 0 10px;
		}

			.martop:not(.fecha-hora):first-child {
				border-left: none;
			}

		.martop.fecha-hora {
			flex-direction: column;
			padding: 10px 15px;
			align-items: flex-start;
		}

		.martop > .db-img {
			width: 30%;
			padding: 0;
		}

			.martop > .db-img img {
				height: 60px;
			}

		.martop > .db-info {
			width: 70%;
			margin-top: 0;
		}

			.martop > .db-info .db-number {
				width: 100%;
				font-size: 2em;
				font-weight: 400;
			}

			.martop > .db-info .db-txt {
				width: 100%;
			}
	/****/
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* -------- LOGIN --------*/
	.login-oxxo {
		margin: 0;
		margin-top: 0 !important;
	}

	.bg-oxxo {
		min-height: 170px;
	}

	.login-oxxo-form {
		padding: 35px 45px !important
	}

	.floating {
		display: none !important
	}
	/****/
	/*--------  DASHBOARDS  ----------*/
	.dashboard-main {
		display: flex;
		flex-direction: column;
	}

	.db-container {
		height: auto;
	}

	.dashboard {
		margin: 0;
	}

		.dashboard .ds-monitoreo {
			display: flex;
			flex-direction: row;
		}

		.dashboard .d-block, .dashboard h2 {
			text-align: center;
			margin: 0;
		}

		.dashboard.dashboard-1,
		.dashboard.dashboard-2,
		.dashboard.dashboard-3 {
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.dashboard.dashboard-1 {
			order: 2;
		}

		.dashboard.dashboard-2 {
			order: 3;
		}

		.dashboard.dashboard-3 {
			order: 1;
		}

	.martop {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

		.martop:not(.fecha-hora) {
			width: 33.3333%;
			padding-bottom: 0px;
		}

			.martop:not(.fecha-hora):last-child {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}

		.martop.fecha-hora {
			flex-direction: column;
			padding: 10px 15px;
			align-items: flex-end;
		}

		.martop > .db-img {
			width: 100%;
			padding: 10px 0;
		}

			.martop > .db-img img {
				height: 60px;
			}

		.martop > .db-info {
			width: 100%;
			margin-top: 5px;
		}

			.martop > .db-info .db-number {
				width: 100%;
				font-size: 2.35em;
			}

			.martop > .db-info .db-txt {
				width: 100%;
			}
	/****/
	/*--------  HEADER  ----------*/
	header {
		height: 70px;
	}

		header nav.navbar {
			cursor: pointer;
			height: 0;
			width: 100%;
			margin: 0 !important;
		}

			header nav.navbar > .navbar-collapse {
				position: absolute;
				right: calc(0px + -15px);
				top: 60px;
				width: 100vw;
				height: auto;
				padding-left: 0;
				padding-right: 0;
				overflow: hidden;
				box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
			}

		header nav .closem {
			display: none;
			width: 30px;
			height: 30px;
			background: url("../images/close-menu.png") no-repeat center center/25px;
			position: absolute;
			top: 0;
			right: 0;
			top: -22px;
			cursor: pointer;
			opacity: 1
		}

		header #followh {
			display: none
		}

		header nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			header nav ul li {
				float: none;
				color: #fff !important;
				font-size: 1em;
				text-align: center;
				text-decoration: none;
				opacity: 1;
				padding: 0 !important;
				margin: 0 !important;
			}

				header nav ul li ul li a {
					color: #fff !important;
					background-color: #022166;
				}

				header nav ul li a {
					color: #fff !important;
					background-color: #00a1d5;
					border-top: 1px solid #fff;
					text-decoration: none;
					display: block;
					width: 100%;
					padding: 8px 15px;
				}

					header nav ul li a.dropdown-item {
						color: #212529 !important;
					}

					header nav ul li a:hover {
						background-color: #000 !important;
						color: #e8e8e8 !important;
						text-decoration: none;
					}

					header nav ul li a span {
						font-size: 18px
					}

	.nav > li > a:hover {
		color: #fff;
	}

	.nav .open > a:focus {
		background-color: #000;
		color: #fff;
	}

	.navbar-toggle {
		position: absolute;
		float: right;
		margin-right: 0;
		padding: 9px 10px;
		margin-top: -40px;
		border-radius: 4px;
		border: 0;
		z-index: 1000;
		right: 15px;
		top: -5px;
		background: transparent url("../images/menu.png") no-repeat scroll 97% center / 35px auto;
	}

	.navbar-nav {
		margin: 0;
		background-color: #0071ac
	}

		.navbar-nav .dropdown-menu {
			text-align: center;
		}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] div {
				padding: .25rem 1rem;
				background: #cecece;
				color: rgba(0,0,0,0.6);
			}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] a {
				border-bottom: 1px solid #dee2e6;
			}

			.navbar-nav .dropdown-menu > li > a {
				color: #fff !important;
				padding: 10px 25px !important;
			}

		.navbar-nav .btn-sm {
			margin: 0;
			border-radius: 0 !important;
		}

		.navbar-nav .callus {
			display: inline-block;
			border-left: 0;
			line-height: 1.2em;
			padding: 10px 10px 15px 15px;
			margin-top: 3px;
			border-top: 1px solid #fff;
			display: block;
		}

	.nav .open > a:focus {
		background-color: #022166;
	}

	header.sticky .navbar-nav {
		margin-top: 0
	}

	header.sticky {
		height: 70px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		header.sticky nav ul li a {
			color: #fff;
			text-decoration: none;
		}

	.sticky .banner a, .sticky .banner a:hover, .sticky .banner a:focus {
		color: #fff !important;
		background-color: #e4b826;
	}

	nav li:hover > ul {
		display: block;
		position: relative !important;
		background-color: red !important
	}

	nav ul ul ul {
		left: 0;
		top: 0;
	}

	nav ul li ul li a {
		background-color: #022166 !important;
		font-size: 0.95em
	}

	nav ul li ul li ul li a {
		background-color: #01143f !important;
		font-size: 0.89em
	}

	nav ul ul ul li a {
		border: 0;
	}

	/****/
	/*----------- NavTabs -----------*/
	.nav.nav-tabs {
		margin: -3px -3px 0 -3px;
	}

		.nav.nav-tabs .nav-item {
			margin: 3px 3px 0 3px;
			text-align: center;
		}

			.nav.nav-tabs .nav-item a.nav-link {
				padding: 8px 15px;
			}

				.nav.nav-tabs .nav-item a.nav-link.active {
					border-bottom: none;
					padding: 8.5px 15px;
					border-bottom: 5px solid #777;
				}
	/*****/
	/** Mensaje Tabla Vacía **/

		.table-empty-msg i.fa {
			font-size: 9rem;
			margin-bottom: 12px;
		}

		.table-empty-msg .table-empty-img {
			width: 150px;
			height: 150px;
		}

		.table-empty-msg .table-empty-msg__texto {
			max-width: 50vw;
			line-height: 1.25rem;
		}

			.table-empty-msg .table-empty-msg__texto h1 {
				font-size: 1.55rem;
			}

			.table-empty-msg .table-empty-msg__texto p {
				font-size: 1rem;
			}
	/****/
}


@media only screen and (min-width: 576px) and (max-width: 767px) {
	h1 {
		font-size: 1.7em;
	}

	.dropdown {
		background-image: url(../images/dropdown.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 0;
	}

	.mmb {
		margin-bottom: 25px;
	}

	.db-icon {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.dispositivo {
		width: 43%;
	}

	.mrg-scroll {
		top: 26px !important;
	}

	.floating {
		display: none !important
	}

	/* -------- LOGIN --------*/
	.login-oxxo {
		margin: 0;
		margin-top: 0 !important;
	}

	.bg-oxxo {
		min-height: 170px;
	}

	.login-oxxo-form {
		padding: 35px 15px !important
	}

	/****/
	/*--------  DASHBOARDS  ----------*/
	.dashboard-main {
		display: flex;
		flex-direction: column;
	}

	.db-container {
		height: auto;
	}

	.dashboard {
		margin: 0;
	}

		.dashboard .ds-monitoreo {
			display: flex;
			flex-direction: row;
		}

		.dashboard .d-block, .dashboard h2 {
			text-align: center
		}

		.dashboard.dashboard-1,
		.dashboard.dashboard-2,
		.dashboard.dashboard-3 {
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.dashboard.dashboard-1 {
			order: 2;
		}

		.dashboard.dashboard-2 {
			order: 3;
		}

		.dashboard.dashboard-3 {
			order: 1;
		}

	.martop {
		display: flex;
		flex-direction: column;
		align-items: center;
		flex-wrap: wrap;
	}

		.martop:not(.fecha-hora) {
			width: 33.3333%;
			padding-bottom: 0px;
		}

			.martop:not(.fecha-hora):last-child {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}

		.martop.fecha-hora {
			flex-direction: column;
			padding: 10px 15px;
			align-items: flex-end;
		}

		.martop > .db-img {
			width: 100%;
			padding: 10px 0;
		}

			.martop > .db-img img {
				height: 60px;
			}

		.martop > .db-info {
			width: 100%;
			margin-top: 5px;
		}

			.martop > .db-info .db-number {
				width: 100%;
				font-size: 1.85em;
				font-weight: 400;
			}

			.martop > .db-info .db-txt {
				width: 100%;
			}
	/****/
	/*--------  HEADER  ----------*/
	header {
		height: 70px;
	}

		header nav.navbar {
			cursor: pointer;
			height: 0;
			width: 100%;
			margin: 0 !important;
		}

			header nav.navbar > .navbar-collapse {
				position: absolute;
				right: calc(0px + -15px);
				top: 60px;
				width: 100vw;
				height: auto;
				padding-left: 0;
				padding-right: 0;
				overflow: hidden;
				box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
			}

		header nav .closem {
			display: none;
			width: 30px;
			height: 30px;
			background: url("../images/close-menu.png") no-repeat center center/25px;
			position: absolute;
			top: 0;
			right: 0;
			top: -22px;
			cursor: pointer;
			opacity: 1
		}

		header #followh {
			display: none
		}

		header nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			header nav ul li {
				float: none;
				color: #fff !important;
				font-size: 1em;
				text-align: center;
				text-decoration: none;
				opacity: 1;
				padding: 0 !important;
				margin: 0 !important;
			}

				header nav ul li ul li a {
					color: #fff !important;
					background-color: #022166;
				}

				header nav ul li a {
					color: #fff !important;
					background-color: #00a1d5;
					border-top: 1px solid #fff;
					text-decoration: none;
					display: block;
					width: 100%;
					padding: 8px 15px;
				}

					header nav ul li a.dropdown-item {
						color: #212529 !important;
					}

					header nav ul li a:hover {
						background-color: #000 !important;
						color: #e8e8e8 !important;
						text-decoration: none;
					}

					header nav ul li a span {
						font-size: 18px
					}

	.nav > li > a {
		padding: 16px 0;
	}

		.nav > li > a:hover {
			color: #fff;
		}

	.nav .open > a:focus {
		background-color: #000;
		color: #fff;
	}

	.navbar-toggle {
		position: absolute;
		float: right;
		margin-right: 0;
		padding: 9px 10px;
		margin-top: -40px;
		border-radius: 4px;
		border: 0;
		z-index: 1000;
		right: 15px;
		top: -5px;
		background: transparent url("../images/menu.png") no-repeat scroll 97% center / 35px auto;
	}

	.navbar-nav {
		margin: 0;
		background-color: #0071ac
	}

		.navbar-nav .dropdown-menu {
			text-align: center;
		}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] div {
				padding: .25rem 1rem;
				background: #cecece;
				color: rgba(0,0,0,0.6);
			}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] a {
				border-bottom: 1px solid #dee2e6;
			}

			.navbar-nav .dropdown-menu > li > a {
				color: #fff !important;
				padding: 10px 25px !important;
			}

		.navbar-nav .btn-sm {
			margin: 0;
			border-radius: 0 !important;
		}

		.navbar-nav .callus {
			display: inline-block;
			border-left: 0;
			line-height: 1.2em;
			padding: 10px 10px 15px 15px;
			margin-top: 3px;
			border-top: 1px solid #fff;
			display: block;
		}

	.nav .open > a:focus {
		background-color: #022166;
	}

	header.sticky .navbar-nav {
		margin-top: 0
	}

	header.sticky {
		height: 70px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		header.sticky nav ul li a {
			color: #fff;
			text-decoration: none;
		}

	.sticky .banner a, .sticky .banner a:hover, .sticky .banner a:focus {
		color: #fff !important;
		background-color: #e4b826;
	}

	nav li:hover > ul {
		display: block;
		position: relative !important;
		background-color: red !important
	}

	nav ul ul ul {
		left: 0;
		top: 0;
	}

	nav ul li ul li a {
		background-color: #022166 !important;
		font-size: 0.95em
	}

	nav ul li ul li ul li a {
		background-color: #01143f !important;
		font-size: 0.89em
	}

	nav ul ul ul li a {
		border: 0;
	}

	/****/
	/*----------- NavTabs -----------*/
	.nav.nav-tabs {
		margin: -3px -5px 0 -5px;
	}

		.nav.nav-tabs .nav-item {
			margin: 3px 5px 0 5px;
			text-align: center;
			-ms-flex: 0 0 calc(33.333333% - 10px);
			flex: 0 0 calc(33.333333% - 10px);
			max-width: calc(33.333333% - 10px);
			display: flex;
		}

			.nav.nav-tabs .nav-item a.nav-link {
				padding: 8px 15px;
				flex: 1;
			}

				.nav.nav-tabs .nav-item a.nav-link.active {
					border-bottom: none;
					padding: 8.5px 15px;
				}

			.nav.nav-tabs .nav-item .active::after {
				bottom: -2px;
			}
	/****/
	/*--------  DISPOSITIVOS  ----------*/
	.filtros form {
		column-gap: 0px;
	}
	/****/
	/** Mensaje Tabla Vacía **/
	.table-empty-msg {
		flex-direction: column;
	}

		.table-empty-msg i.fa {
			font-size: 8.5rem;
			margin-bottom: 10px;
		}

		.table-empty-msg .table-empty-img {
			width: 120px;
			height: 120px;
		}

		.table-empty-msg .table-empty-msg__texto {
			max-width: 75vw;
			text-align: center;
			line-height: 1.25rem;
		}

			.table-empty-msg .table-empty-msg__texto h1 {
				font-size: 1.35rem;
			}

			.table-empty-msg .table-empty-msg__texto p {
				font-size: 0.95rem;
			}
	/****/
}


@media only screen and (min-width: 70px) and (max-width: 575px) {
	h1 {
		font-size: 1.7em;
	}

	.dropdown {
		background-image: url(../images/dropdown.png);
		background-repeat: no-repeat;
		background-position: right;
		padding-right: 0;
		margin-right: 0;
		border-bottom: 0;
	}

	.mmb {
		margin-bottom: 25px;
	}

	.db-icon {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.dispositivo {
		width: 43%;
	}

	.floating {
		display: none !important
	}
	/* -------- LOGIN --------*/
	.login-oxxo {
		margin: 0;
		margin-top: 0 !important;
	}

	.bg-oxxo {
		min-height: 120px;
	}

	.login-oxxo-form {
		padding: 35px 15px !important
	}

	/****/
	/*--------  DASHBOARDS  ----------*/
	.dashboard-main {
		display: flex;
		flex-direction: column;
	}

	.db-container {
		height: auto;
	}

	.dashboard {
		margin: 0;
	}

		.dashboard .ds-monitoreo {
			display: flex;
			flex-direction: column;
		}

		.dashboard .d-block, .dashboard h2 {
			text-align: center
		}

		.dashboard.dashboard-1,
		.dashboard.dashboard-2,
		.dashboard.dashboard-3 {
			width: 100%;
			height: auto;
			margin-bottom: 15px;
		}

		.dashboard.dashboard-1 {
			order: 2;
		}

		.dashboard.dashboard-2 {
			order: 3;
		}

		.dashboard.dashboard-3 {
			order: 1;
		}

	.martop {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
	}

		.martop:not(.fecha-hora) {
			border-bottom: 1px solid #dee2e6;
			margin-bottom: 15px;
			padding-bottom: 15px;
		}

			.martop:not(.fecha-hora):last-child {
				border-bottom: none;
				margin-bottom: 0;
				padding-bottom: 0;
			}

		.martop.fecha-hora {
			flex-direction: column;
			padding: 15px 0;
		}

		.martop > .db-img {
			width: 30%;
		}

			.martop > .db-img img {
				height: 60px;
			}

		.martop > .db-info {
			width: 70%;
		}

			.martop > .db-info .db-number {
				width: 100%;
				font-size: 2em;
				font-weight: 400;
				overflow-wrap: anywhere;
			}

			.martop > .db-info .db-txt {
				width: 100%;
			}
	/****/
	/*--------  HEADER  ----------*/
	header {
		height: 70px;
	}

		header nav.navbar {
			cursor: pointer;
			height: 0;
			width: 100%;
			margin: 0 !important;
		}

			header nav.navbar > .navbar-collapse {
				position: absolute;
				right: calc(0px + -15px);
				top: 60px;
				width: 100vw;
				height: auto;
				padding-left: 0;
				padding-right: 0;
				overflow: hidden;
				box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
			}

		header nav .closem {
			display: none;
			width: 30px;
			height: 30px;
			background: url("../images/close-menu.png") no-repeat center center/25px;
			position: absolute;
			top: 0;
			right: 0;
			top: -22px;
			cursor: pointer;
			opacity: 1
		}

		header #followh {
			display: none
		}

		header nav ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

			header nav ul li {
				float: none;
				margin-left: 0;
				margin-top: 0;
				color: #fff !important;
				font-size: 1em;
				text-align: center;
				text-decoration: none;
				opacity: 1;
				padding: 0 !important;
				margin: 0 !important;
			}

				header nav ul li ul li a {
					color: #fff !important;
					background-color: #022166;
				}

				header nav ul li a {
					color: #fff !important;
					background-color: #00a1d5;
					border-top: 1px solid #fff;
					text-decoration: none;
					display: block;
					width: 100%;
					padding: 8px 15px;
				}

					header nav ul li a.dropdown-item {
						color: #212529 !important;
					}

					header nav ul li a:hover {
						background-color: #000 !important;
						color: #e8e8e8 !important;
						text-decoration: none;
					}

					header nav ul li a span {
						font-size: 18px
					}

	.nav > li > a {
		padding: 16px 0;
	}

		.nav > li > a:hover {
			color: #fff;
		}

	.nav .open > a:focus {
		background-color: #000;
		color: #fff;
	}

	.navbar-toggle {
		position: absolute;
		float: right;
		margin-right: 0;
		padding: 9px 10px;
		margin-top: -40px;
		border-radius: 4px;
		border: 0;
		z-index: 1000;
		right: 15px;
		top: -5px;
		background: transparent url("../images/menu.png") no-repeat scroll 97% center / 35px auto;
	}

	.navbar-nav {
		margin: 0;
		background-color: #0071ac
	}

		.navbar-nav .dropdown-menu {
			text-align: center;
		}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] div {
				padding: .25rem 1rem;
				background: #cecece;
				color: rgba(0,0,0,0.6);
			}

			.navbar-nav .dropdown-menu[aria-labelledby="navEmpleados"] a {
				border-bottom: 1px solid #dee2e6;
			}

			.navbar-nav .dropdown-menu > li > a {
				color: #fff !important;
				padding: 10px 25px !important;
			}

		.navbar-nav .btn-sm {
			margin: 0;
			border-radius: 0 !important;
		}

		.navbar-nav .callus {
			display: inline-block;
			border-left: 0;
			line-height: 1.2em;
			padding: 10px 10px 15px 15px;
			margin-top: 3px;
			border-top: 1px solid #fff;
			display: block;
		}

	.nav .open > a:focus {
		background-color: #022166;
	}

	header.sticky .navbar-nav {
		margin-top: 0
	}

	header.sticky {
		height: 70px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}

		header.sticky nav ul li a {
			color: #fff;
			text-decoration: none;
		}

	.sticky .banner a, .sticky .banner a:hover, .sticky .banner a:focus {
		color: #fff !important;
		background-color: #e4b826;
	}

	nav li:hover > ul {
		display: block;
		position: relative !important;
		background-color: red !important
	}

	nav ul ul ul {
		left: 0;
		top: 0;
	}

	nav ul li ul li a {
		background-color: #022166 !important;
		font-size: 0.95em
	}

	nav ul li ul li ul li a {
		background-color: #01143f !important;
		font-size: 0.89em
	}

	nav ul ul ul li a {
		border: 0;
	}

	/****/
	/*----------- NavTabs -----------*/
	.nav.nav-tabs {
		margin: -3px -10px 0 -10px;
	}

		.nav.nav-tabs .nav-item {
			margin: 3px 10px 0 10px;
			text-align: center;
			-ms-flex: 0 0 calc(50% - 20px);
			flex: 0 0 calc(50% - 20px);
			max-width: calc(50% - 20px);
			display: flex;
		}

			.nav.nav-tabs .nav-item a.nav-link {
				padding: 8px 15px;
				flex: 1;
			}

				.nav.nav-tabs .nav-item a.nav-link.active {
					border-bottom: none;
					padding: 8.5px 15px;
				}

			.nav.nav-tabs .nav-item .active::after {
				bottom: -2px;
			}
	/****/
	/*--------  DISPOSITIVOS  ----------*/
	.filtros form {
		column-gap: 0px;
	}
	/****/
	/** Mensaje Tabla Vacía **/
	.table-empty-msg {
		flex-direction: column;
	}

		.table-empty-msg i.fa {
			font-size: 6.5rem;
			margin-bottom: 6px;
		}

		.table-empty-msg .table-empty-img {
			width: 100px;
			height: 100px;
		}

		.table-empty-msg .table-empty-msg__texto {
			max-width: 90vw;
			text-align: center;
			line-height: 1.15rem;
		}

			.table-empty-msg .table-empty-msg__texto h1 {
				font-size: 1.25rem;
			}

			.table-empty-msg .table-empty-msg__texto p {
				font-size: 0.85rem;
			}
	/****/
}


.pbi-report {
	height: 800px;
}

.datepicker thead {
	background-color: white;
	color: black;
}

.bootbox-body {
	margin-top: 20px;
}

.dataTables_scrollBody thead tr[role="row"] {
	visibility: collapse !important;
}

/* Toggle-radio */


.toggle-radio {
	background: #f5f5f5;
	border: 1px solid #ccc;
}

	.toggle-radio > input:checked + label {
		background: lightblue;
	}

	.toggle-radio > input + label:not(:last-of-type) {
		border-right: 1px solid #ccc;
	}



/* Rounded corners */


.toggle-radio {
	border-radius: 4px;
}

.toggle-radio {
	display: inline-flex;
}

	.toggle-radio > input[type='radio'] {
		display: none;
	}

	.toggle-radio > input[disabled] + label {
		opacity: 0.50;
	}

		.toggle-radio > input[disabled] + label:hover {
			cursor: not-allowed;
		}

	.toggle-radio > input + label {
		display: inline-block;
		margin-bottom: 0;
		padding: 5px 10px;
		float: left;
		cursor: pointer;
	}



	/* Transitions */


	.toggle-radio > input:checked + label {
		transition: background 300ms linear;
	}


	/* Style: Rounded */


	.toggle-radio[data-style='rounded'] {
		border-radius: 500px;
	}



	/* Style: Square */


	.toggle-radio[data-style='square'] {
		border-radius: 0;
	}



	/* Color: Red */


	.toggle-radio[data-color='red'] > input:checked + label {
		background: rgba(231, 76, 60, 0.60);
	}



	/* Color: Orange */


	.toggle-radio[data-color='orange'] > input:checked + label {
		background: rgba(230, 126, 34, 0.60);
	}



	/* Color: Yellow */


	.toggle-radio[data-color='yellow'] > input:checked + label {
		background: rgba(241, 196, 15, 0.60);
	}



	/* Color: Green */


	.toggle-radio[data-color='green'] > input:checked + label {
		background: rgba(46, 204, 113, 0.60);
	}




	/* Color: Purple */


	.toggle-radio[data-color='purple'] > input:checked + label {
		background: rgba(155, 89, 182, 0.60);
	}

.pbi-report {
	width: 100%;
	min-width: 900px;
	height: 750px;
	border: 1px solid #c8c8c8;
}

	.pbi-report iframe {
		border: none;
	}

@media (max-width: 767px) {
	.pbi-report {
		min-width: inherit !important;
		height: 550px;
	}
}



/* Color: Gray */


.toggle-radio[data-color='gray'] > input:checked + label {
	background: rgba(85, 85, 85, 0.60);
}

.text-center {
	text-align: center;
}

@charset "UTF-8";
/* CSS Document */


#ChartMin h1 {
    font-size: 0.3em;
    margin-top: 8px;
}

#ChartMin h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

#ChartMin select {
    background-color: #fff;
    border: 1px solid #fff;
    height: 32px;
    width: 100%;
}

.mon-minmin {
    background-color: #000;
    border-radius: 16px;
    padding: 24px 24px 24px 24px;
    display: block;
}

.historia-filtros {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.historia-txt {
    margin-right: 32px;
    margin-top: 27px;
    line-height: 1em;
}

.historia-sel {
    min-width: 160px;
    margin-right: 8px;
}

    .historia-sel label {
        margin-bottom: 0 !important;
    }

.historia-btn {
    height: 32px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 0 16px;
    line-height: 31px;
    border-radius: 4px;
    margin-top: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .historia-btn:hover {
        background-color: #666;
        box-shadow: none;
    }

.temp-chart {
    color: #fff;
}

    .temp-chart select {
        width: 160px !important;
    }

.minmax-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding-top: 4px;
}

.minmax {
    margin-left: 12px;
    height: 32px;
    padding: 4px 16px 8px 16px;
    border-radius: 16px;
    background-color: #fff;
    display: inline-block;
}

.chart-historia {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
}

#MinMin {
    background-color: #fff;
    max-height: 360px !important;
    display: block;
}

.hr-slide {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 16px;
}

    .hr-slide p {
        margin-left: 16px;
        margin-right: 16px;
        line-height: 24px;
        margin-bottom: 0 !important;
    }

.empty-chart {
    padding: 40px;
    font-size: 1.4em;
    width: 100%;
}

    .empty-chart img {
        margin-right: 24px;
    }


@media only screen and (min-width: 1025px) and (max-width: 1200px) {

    .historia-txt {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .historia-filtros {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }
}



@media only screen and (min-width: 768px) and (max-width: 1024px) {

    .historia-filtros {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .historia-txt {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .temp-chart select {
        width: 160px !important;
        float: right;
    }

    .minmax-chips {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-top: 4px;
    }
}


@media only screen and (min-width:320px) and (max-width:767px) {

    .historia-filtros {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .historia-txt {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 12px;
        width: 100%;
    }

    .temp-chart select {
        width: 160px !important;
        float: right;
    }

    .minmax-chips {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-top: 4px;
    }
}

@media only screen and (min-width: 70px) and (max-width: 599px) {

    .historia-txt {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .historia-filtros {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .temp-chart select {
        width: 160px !important;
        float: right;
    }

    .minmax-chips {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        padding-top: 4px;
    }
}

