@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
html {
  position: relative;
  min-height: 100%;
}
body {
	font-size: 12px;
	/*background-color: #f5f6ff;*/
}
.btn,.button {
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
.unialert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
.unialert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
/* LOGIN */
.login {
	height: 100%;
	background: #f1f1f1 url(../images/backgrounds/background-login.jpg) no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.login .login-logo h1 {
	line-height: 1.5em;
	text-align: center;
}
.login .login-content {
	width: 320px;
	padding: 15% 0px 0px;
	margin: auto;
}
.login .message,.login #login_error {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #444;
	line-height: 1.50em;
	background-color: #fff;
	border-left-style: solid;
	border-left-color: #e97300;
	border-left-width: 4px;
	padding: 12px;
	margin-left: 0px;
	margin-bottom: 20px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.login #login_error {
	border-left-color: #003595;
}
.login .login-form {
	background-color: rgba(255,255,255,.1);
	padding: 26px 24px 46px;
	margin-top: 20px;
	margin-left: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}
.login .login-form label {
	font-size: 14px;
	color: #fff;
	text-transform: none;
	vertical-align: middle;
}
.login form .input,.login form .input:hover,.login form .input:active,.login form .input:focus,.login form input[type=checkbox],.login input[type=text],.login input[type=password] {
	font-size: 24px;
	color: #fff;
	background: rgba(255,255,255,.1);
	width: 100%;
	padding: 5px;
	margin: 2px 6px 16px 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	outline: none !important;
	transition: 50ms border-color ease-in-out;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	color: rgb(255,255,255) !important;
	background-color: transparent !important;
	background-image: none !important;	
}
.login form input[type=checkbox] {
	color: #002b42;
	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,0);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(255,255,255,.5);
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin: -4px 4px 0 0;
	outline: 0;
	padding: 0!important;
	-webkit-appearance: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	transition: .05s border-color ease-in-out;
}
input[type=checkbox]:checked:before {
	content: "\f147";
	margin: -3px 0 0 -4px;
	color: #1e8cbe;
}
input[type=checkbox]:checked:before, input[type=radio]:checked:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	font: normal 21px/1 dashicons;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.checkbox {
	width: 50%;
	float: left;
}
.checkbox label {
	float: left;
}
.forgot,.backto {
	font-family: 'Open Sans', sans-serif;    
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	line-height: 1em !important;
	padding: 0px 24px;
	margin: 24px 0px 0px;
}
.backto {
	margin: 16px 0px 0px;
}
.forgot a,.backto a {
	color: #fff;
}
.submit {
	text-align: right;
	width: 50%;
	float: right;
	margin-bottom: 0px;
}
.login .submit-button {
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	vertical-align: baseline;
	text-decoration: none;
	text-shadow: 0px -1px 1px #e97300, 1px 0px 1px #e97300, 0px 1px 1px #e97300, -1px 0px 1px #e97300;
	background: #eea55c;
	display: inline-block;
	height: 30px;
	float: right;
	padding: 0px 12px 2px;
	margin: 0px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
	box-sizing: border-box;
	border-color: #f38a34 #e97300 #e97300;
	-webkit-box-shadow: 0px 1px 0px #e97300;
	-moz-box-shadow: 0px 1px 0px #e97300;
	box-shadow: 0px 1px 0px #e97300;
}
.login .submit-button:hover,.login .submit-button:focus {
	color: #fff;
	background: #eea55c;
	border-color: #e97300;
	-webkit-box-shadow: 0px 1px 0px #e97300;
	-moz-box-shadow: 0px 1px 0px #e97300;
	box-shadow: 0px 1px 0px #e97300;
}
.login .submit-button:active,.login .submit-button.active,.login .submit-button.active:focus,.login .submit-button.active:hover {
	background: #f38a34;
	border-color: #e97300;
	-webkit-box-shadow: inset 0px 2px 0px #e97300;
	-moz-box-shadow: inset 0px 2px 0px #e97300;
	box-shadow: inset 0px 2px 0px #e97300;
}
/* MAIN PANEL */
.logo-frame,.menu-frame,.user-frame {
	text-align: center;
}
.logo-frame #logo {
	margin: 0px auto;
}
.menu-frame ul {
	display: inline-block;
	float: none;
	margin: 0px auto;
}
.header #navigation {
	display: inline-block;
	float: none !important;
}
.user-frame {
	text-align: center;
}
.user-frame .user-area {
	float: none !important;
	margin: 0px auto;
}
.main-panel .content {
	margin-bottom: 60px;
}
.header {
	background-image: url(../images/backgrounds/bg_heast.png);
	background-repeat: no-repeat;
	background-position: top center;
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
}
.main-panel header.header {
	padding: 10px 0px;
}
.header #logo,.header #logo a {
	display: inline-block;
}
.header #navigation {
	float: right;
}
.header #navigation > ul {
	float: right;
	margin: 0px 5px 0px 0px;
}
.header #navigation ul {
	margin: 0px;
	list-style: none;
}
.header #navigation > ul > li {
	padding-top: 27px;
}
.header #navigation ul li {
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.header #navigation > ul > li > a {
	font: 600 13px Open Sans, Arial, Helvetica, sans-serif;
	color: #003595;
	text-transform: uppercase;
}
.header #navigation > ul > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
.header #navigation > ul > li > a:hover,.header #navigation > ul > li > a:active,.header #navigation > ul > li > a:focus,.header #navigation > ul > li > a.active {	
	color: #e97300;
}
#navigation ul li a {
	padding: 0px;
	margin: 0px;
	display: block;
	line-height: 1.3;
	text-align: center;
	-webkit-transition: color 0.1s;
	-moz-transition: color 0.1s;
	-ms-transition: color 0.1s;
	-o-transition: color 0.1s;
	transition: color 0.1s;
}
.user-area {
	display: inline-block;
	float: right;
	width: auto;
}
.user-area .user-avatar {
	width: 44px;
	margin-top: 0px;
}
.user-avatar.rounded-circle {
	-webkit-border-radius: 50%!important;
	-moz-border-radius: 50%!important;
	border-radius: 50%!important;
	border: solid 1px #ddd;
}
.user-area .user-info {
	float: right;
	margin-top: 12px;
	margin-right: 15px;
}
.user-area .user-info p {
	font-size: 14px;
	line-height: normal;
	text-align: right;
	display: inline-block;
	margin-bottom: 0px;
}
.user-area .user-menu {
	background-color: #fff;
	max-width: 100%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.user-area .user-menu dl dt,.user-area .user-menu dl dd p,.user-area .user-menu dl dd ul li,.user-area .user-menu ul li a {
	font-size: 12px;
	color: #878787;
	line-height: normal;
	text-align: left;
}
.user-area .user-menu ul {
	list-style: none;
}
.user-area .user-menu ul li a {
	color: #444;
}
.main-panel .page-header h1 {
	font-size: 18px;
	font-weight: 400;
}
.main-panel .page-header h1 span {
	font-weight: 600;
}
.main-panel .card-header {
	font-size: 18px;
	color: #fff;
	background-color: #e97300;
}
.main-panel .card-header label {
	font-size: 12px;
}
.main-panel .card-body .card-title {
	font-size: 14px;
	color: #585858;
}
.main-panel .card-footer {
	background-color: #ddebf3;
}
.selecting label,.type_months label,.type_ranges label {
	font-size: 14px !important;
	color: #585858 !important;
	line-height: 1.5;
}
.selecting .input-group {
	font-size: 14px;
	color: #585858;
}
.selecting .input-group .minimal {
	margin-top: 4px;
	margin-right: 8px;
	margin-left: 16px;
}
/* TABLES */
.dataTables_wrapper {
	padding-right: 0px;
	padding-left: 0px;
}
.table td,.table th {
	padding: 0.25rem 0.5rem;
}
.table tbody tr.hovertr td {
	background-color: rgb(232, 240, 254);
}
.table tbody tr.overtr td {
	background-color: rgb(223, 233, 253);
}
.table-bordered thead td,.table-bordered thead th {
	border-bottom-width: 0px;
}
table.dataTable {
	border-top: none;
}
table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after {
	bottom: 0.4em;
}
.table td.tname a {
	font-weight: 600;
}
.table td.tname a:hover {
	color: #e97300;
}
tr th.hash-td,tr td.check-td {
	max-width: 30px !important;
	padding-right: 0px !important;
}
tr th.hash-td::before,tr th.hash-td::after {
	display: none !important;
}
.table-totals th,.table-totals td {
	font-size: 14px;
	text-align: center;
}
.totals-up {
	margin-bottom: 0px;
}
.pagination {
	float: right;
	margin-bottom: .5em;
}
/* Forms */
.input-txt-small {
	font-size: 12px;
}
form.uniforms label,form.uniforms p.labeled {
	font-size: 16px;
  font-weight: 400;
	color: #212529;
  line-height: 1.5;
}
form.uniforms .list-group-item {
	padding: 1rem;
}
form.uniforms .list-group-item:last-child {
	border-bottom: none;
}
form.uniforms .list-group-item .form-group {
	margin-bottom: .5rem;
}
form.uniforms .list-group-item .form-group:last-of-type {
	margin-bottom: 0rem;
}
form.uniforms .group-logo {
	width: 80px;
	height: auto;
}
form.uniforms .center{
	width: 150px;
	margin: 40px auto;
}
form.uniforms .input-number {
	text-align: center;
}
form.uniforms .input-group-btn:not(:last-child) > .btn,form.uniforms .input-group-btn:not(:last-child) > .btn-group {
	margin-right: -1px;
}
form.uniforms .input-group .form-control:not(:first-child):not(:last-child),form.uniforms .input-group-addon:not(:first-child):not(:last-child),form.uniforms .input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0px;
}
form.uniforms .input-group .form-control:not(:last-child),form.uniforms .input-group-addon:not(:last-child),form.uniforms .input-group-btn:not(:first-child) >.btn-group:not(:last-child) > .btn,form.uniforms .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),form.uniforms .input-group-btn:not(:last-child) > .btn,form.uniforms .input-group-btn:not(:last-child) > .btn-group > .btn,form.uniforms .input-group-btn:not(:last-child) > .dropdown-toggle {
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
form.uniforms .input-group-btn:not(:first-child) > .btn,form.uniforms .input-group-btn:not(:first-child) > .btn-group {
	margin-left: -1px;
	z-index: 2;
}
form.uniforms .input-group .form-control:not(:first-child),form.uniforms .input-group-addon:not(:first-child),form.uniforms .input-group-btn:not(:first-child) > .btn,form.uniforms .input-group-btn:not(:first-child) > .btn-group > .btn,form.uniforms .input-group-btn:not(:first-child) >.dropdown-toggle,form.uniforms .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,form.uniforms .input-group-btn:not(:last-child) > .btn:not(:first-child) {
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
form.uniforms .btn-number {
	border: solid 1px #ced4da;
}
form.uniforms textarea {
	font-size: .875rem;
}
.card-body.card-no-pad-rl {
	background-color: #f0f3f5;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.card-body.card-no-pad-rl.bg-whit {
	background-color: #fff;
}
.bg-whit .nav-tabs a.nav-item.nav-link {
	border-top: solid 4px #fff;
}
.bg-whit .nav-tabs .nav-link:hover {
	border-color: #fff;
}
.first-control {
	padding-top: 0px;
}
.nav-tabs.tabs-pad-rl {
	padding-right: 15px;
	padding-left: 15px;
}
.nav-tabs a.nav-item.nav-link {
	font-weight: bolder;
	border-top: solid 4px #f0f3f5;
}
.nav-tabs a.nav-item.nav-link.disabled,.nav-tabs a.nav-item.nav-link.disabled:hover,.nav-tabs a.nav-item.nav-link.disabled:active,.nav-tabs a.nav-item.nav-link.disabled:focus {
	color: #ccc !important;
	cursor: default;
}
.nav-tabs a.nav-item.nav-link.active {
	font-weight: bolder;
	color: #787878;
	border-top: solid 4px #d8dce0;
}
.data-table td,.data-table th {
	text-align: left;
	border-top: none;
}
.data-table {
	margin-bottom: 0px;
}
.ops-left,.ops-right {
	text-align: center;
}
.content .card .card-body .row:first-of-type .card .card-body {
	padding: .75rem 1.25rem;
}
@media (min-width: 1200px) {
	.inputs-group {
		border-right: solid 1px rgba(0,0,0,.125);
	}
}
form.uniforms fieldset legend,.fields h5 {
	font-size: 14px;
	font-weight: 600;
	color: #787878;
	margin-bottom: .15rem;
}
form.uniforms fieldset .card .card-body,.card .card-body.slim {
	padding: 0rem 1.25rem;
}
.upper-card {
	margin-bottom: 0rem;
}
form.uniforms fieldset .card h5,.card .card-body.slim h5 {
	line-height: 1.5rem;
	display: inline-block;
	padding: .25rem 0rem;
}
form.uniforms fieldset table.parameters,.fields table.parameters {
	border-collapse: inherit;
	border: solid 1px #ced4da;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
form.uniforms fieldset table.parameters th,form.uniforms fieldset table.parameters td,.fields table.parameters th,.fields table.parameters td {
	border: none;
}
.datepickers .input-group-addon {
	margin-left: -1px;
}
.datepickers .form-control-sm,.datepickers .input-group-addon {
	font-size: .875rem;
	line-height: 1.5;
	padding: .25rem .5rem;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
.datepicker.dropdown-menu {
	font-size: .85rem;
}
/* FOOTER */
footer {
	background-color: #fff;
	padding: 0.4rem;
}
.two-ways-page footer {
	background-color: #f8f8f8;
	margin-left: 0px;
}
.fixed-bottom {
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1030;
}
footer p {
	font-size: 12px;
}
body.open footer {
    margin-left: 70px;
}
@media (max-width: 767.98px) {
	footer {
			text-align: center;
	}
}
@media (min-width: 575.99px) {
	.navbar .navbar-brand img {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.user-area .user-menu {
		width: auto;
	}
}
@media (max-width: 575.99px) {
	.main-panel .content #bootstrap-data-table_wrapper {
    font-size: 11px;
	}
	footer {
		width: 100%;
		margin: 0px !important;
	}
}
@media (max-width: 768px) {
	.table.dataTable thead > tr > th.sorting {
		padding-right: 20px;
	}
	form.uniforms .list-group-item textarea {
		margin: .5rem auto;
	}
}
@media (max-width: 1024px) {
	.navbar .navbar-nav li > a {
		font-size: 12px;
	}
	footer {
		margin-left: 200px;
	}
}
/*\ EXTENDING BOOTSTRAP \*/
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container.mt-3 {
		padding: 30px 0px;
	}
	.container.contrasena {
		width: 50% !important;
	}
	.main-panel {
		background-image: url(../images/backgrounds/bg_shop.png);
		background-position: -180px 130px;
		background-repeat: no-repeat;
	}
	.container {
		max-width: 720px;
	}
	.logo-frame,.menu-frame,.user-frame {
		text-align: left;
	}
	.logo-frame #logo {
		margin: 0px auto;
	}
	.menu-frame ul {
		display: inline-block;
		float: none;
		margin: 0px auto;
	}
	.header #navigation {
		display: inline-block;
		float: right !important;
	}
	.user-frame {
		text-align: right;
	}
	.user-frame .user-area {
		display: block;
		float: right !important;
		margin-top: 15px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/* TEXTS */
.textual .card .card-body h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 10px;
}
.textual .card .card-body p {
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	color: inherit;
}
.textual .card .card-body li {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
	color: inherit;
	margin-left: 15px;
}
.textual .card-body {
	padding: 1.25rem;
}
/* Back */
.goback {
	float: right;
	margin-bottom: .5em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
}
.goback a {
	font-weight: 600;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
}
.goback a:hover,.goback a:active,.goback a:focus {
	background-color: #eee;
}