:root {
	--main-bg-color: rgba(69, 105, 151, 0.05);
	--header-bg-color: rgba(0, 0, 0, 0.03);
	--shadow-color: rgba(0,0,0,0.4);
	--box-bg-color: rgba(255,255,255, 0.35);
	--highlight-color: rgb(84, 192, 57);
	--brigth-color: rgb(96, 224, 64);
	--btn-default-bg-color: rgb(8, 78, 207);
	--btn-alternate-bg-color: rgba(171,199,232,1);
	--text-color-default: rgba(0,0,0,0.6);
	--text-color-light: rgba(255,255,255,1);
	--text-color-blue: rgba(23,39,77,1);
	--text-color-light-blue: rgba(46,67,121,1);
	--text-color-pink: rgba(236,76,125,1);
	--text-color-dark: rgba(0,0,0,0.8);
	--link-color: rgb(40, 98, 122);
	--link-hover: rgba(23,39,77,1);
	--bg-blue: rgba(23,39,77,1);
	--bg-white: rgba(255,255,255,1);
	--box-radius: 15px;
	--input-bg-color: rgba(0,0,0,0.04);
}
body{
	background: var(--main-bg-color);
	color: var(--text-color-default);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
}
body, html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;

}
header{
	z-index: 999;
	font-size: 0.9rem;
	background-color: var(--main-bg-color);
	height: auto;
}
header .container {
	width: auto;
	padding: 0px 20px;
	max-width: 100%;
}
header .dfs-flex>*{
	margin: 0 0 0 10px;
}
header a>*{
	vertical-align: middle;
}
nav .logo, nav .logo img{
	display: block;
	max-height: 50px;
	width: auto;
	margin-left: 5px;
}
footer{
	display: none;
}
h1.page-title{
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	text-align: left;
	font-weight: 300;
	font-size: 2rem;
	margin: 0px 0px 15px;
}
h1, h2, h3, h4, h5{
	font-weight: 300;
	color: var(--text-color-blue);
	margin: 20px 0 5px 0;
	font-family: 'Poppins', sans-serif;
}
.material-icons-outlined{
	vertical-align: middle;
	max-width: 24px;
	overflow: hidden;
}
.icon-apps{
    font-size: 35px !important;
    display: inline !important;
}
.container{
	width: auto;
	max-width: 95%;
	margin: 0px auto;
}
section > .container:first-of-type > div:first-of-type{
	padding-top: 70px;
}
.breadcrumb{
	float: right;
	font-size: 0.8rem;
	list-style: none;
	margin: 15px 0px 0 0;
}
.breadcrumb li{
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 5px;
}
.breadcrumb li:before{
	content: '\276D  ';
}
section.root{
	padding: 0px;
	margin: 0px;
	height: calc(100vh - 0px);
    overflow-y: auto;
}
.app, .login{
	font-family: 'Poppins', sans-serif;
}
.hide{
	display: none;
}
.login{
	background: url(../img/backimage_home.jpg);
	background-position: top center;
	background-size: cover;
}
.login section{
	padding: 20px 30px;
	height: calc(100vh - 80px);
}
.login .container{
	max-width: 1080px;
	height: calc(100vh - 80px);
	width: 100%;
}
.login .logo img{
	width: 160px;
	height: auto;
}
.dfs-card{
	/* box-shadow: 0px 0px 25px -13px var(--shadow-color); */
	border: 1px solid #f4f4f4;
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	margin-bottom: 20px;
	margin-top: 20px;
}
.login .dfs-card{
	background-color: rgba(255,255,255, 0.45);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	float: left;
	margin: 0 auto 0 0;
	border: 0px none;
}
.pool-app-card{
	background-color: rgba(255,255,255, 0.75);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	float: left;
	margin: 0 auto 0 0;
	border: 0px none;
    min-width: 70%;
}
.login .firefox .dfs-card{
	background-color: rgba(255,255,255, 0.85);
}
.login .dfs-card form{
	max-width: 340px;
}
.login input{
	background-color: #ffffff;
}
.wrap-col{
	white-space: inherit;
}
.truncate{
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form-recupera-pass input{
	border-radius: 15px;
}
.dfs-card h3{
	margin-top: 0px;
	color: var(--text-color-blue);
	font-weight: 500;
}
input, textarea, button, .btn{
	font-family: 'Poppins', 'Gil Sans', Tahoma;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	font-weight: 300;
	letter-spacing: 1px;
	background-color: var(--input-bg-color);
}
input[type="radio"], input[type="checkbox"]{
	display: inline-block;
	width: auto;
}
input[type="file"], input[type="file"]:focus{
	background-color: transparent;
	box-shadow: none;
}
select{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: var(--bg-white);
	padding: 7px;
}
input:focus, textarea:focus, button:focus, select:focus, .btn:focus {
	box-shadow: 0 0 16px -2px var(--shadow-color);
}
input.transparent{
	background-color: transparent;
	padding: 6px 4px;
}
a:not(.btn), a:not(.btn):visited{
	color: var(--link-color);
}
a:not(.btn):hover, a:not(.btn):active{
	color: var(--link-hover);
}
.form-login{
	min-width: 300px;
}
.form-login label{
	display: none;
}
.form-login .top-field{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.form-login .bottom-field{
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.form-login a, .form-login a:visited{
	color: var(--text-color-blue);
}
.form-login a:hover{
	color: var(--text-color-blue);
}
.form-login .form-g{
	padding: 0px 10px;
}
.btn{
	display: inline-block;
	padding: 5px 20px;
}
button, .btn{
	background-color: var(--btn-default-bg-color);
	color: var(--text-color-light);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	transition: background 400ms;
	border-radius: 5px;
	cursor: pointer;
	font-size: 0.8rem;
	vertical-align: middle;
}
.btn.btn-light{
	background-color: #ffffff;
	color: rgba(114, 209, 250, 1);
	fill: rgba(114, 209, 250, 1);
}
button.btn-sm, .btn.btn-sm{
	padding: 3px;
	font-size: 1rem;
	line-height: 1rem;
}
.btn-sm>*, .btn-sm .material-icons-outlined{
	font-size: 1rem;
}
button.btn-circle, .btn.btn-circle{
	border-radius: 30px;
}
.dfs-content-center{
    display: flex;
    justify-content: center !important;
}
.dfs-content-between{
    display: flex;
    justify-content: space-between !important;
}
.social .btn {
    font-size: 0.9rem;
    background-color: #ffffff;
    border: 1px solid #f4f4f4;
    color: #666;
    text-transform: uppercase;
    text-transform: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.03);
    padding: 5px 20px 5px 40px;
    background-repeat: no-repeat;
}
.social .btn-google {
    background-image: url(/img/btn_google_light_normal_ios.svg);
    background-position: 0px center;
    background-size: 47px;
}
.division {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    position: relative;
    height: 14px;
}
.division span {
    font-size: 0.8rem;
    padding: 0px 10px;
    background-color: #fff;
}
header .logo{
	margin-left: 55px;
}
.account-head{
	background-color: rgba(99,192,215,0.2);
	color: var(--text-color-blue);
	padding: 5px 10px;
	border-radius: var(--box-radius);
	margin: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.account-head a, .account-head a:active, .account-head a:visited{
	color: var(--text-color-blue);
}
.account-head span{
	vertical-align: middle;
	max-width: calc(100% - 40px);
}
.avt-img{
	float: left;
	margin: -3px 10px -3px -10px;
}
.filters-sider{
	min-width: 250px;
}
.filters-sider input{
	background-color: rgba(255,255,255,0.3);
	border: 1px solid rgba(0,0,0,0.1);
}

/** Tablas **/
table{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 0.9rem;
}
thead{
	color: var(--text-color-dark);
}
tr, th, td{
	border: 0px none;
}
table td, table th{
	padding: 7px;
}
table thead td, table thead th{
	padding: 7px;
}
thead td, thead th{
	border-bottom: 1px solid var(--highlight-color);
	white-space: nowrap;
	text-align: left;
	background-color: var(--header-bg-color);
}
tbody{
	font-weight: 300;
}
tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}
tbody tr:hover{
	background-color: #B9F6CA;
    /* var(--highlight-color) !important; */
	color: var(--text-color-blue);
}
tbody tr:hover a, tbody tr:hover a:visited{
	color: var(--text-color-light);
}
tbody th{
	white-space: nowrap;
	text-align: left;
	font-weight: 300;
}
tbody td{
	white-space: nowrap;
}
tbody th.wrap-col, tbody td.wrap-col{
	white-space: inherit;
}
tbody th.truncate, tbody td.truncate{
	max-width: 250px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tb2 thead td, .tb2 thead th{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
}
.tb2 tbody th{
	background-color: rgba(0,0,0,0.05);
}
.tb2 tbody tr{
	border-bottom: 1px solid var(--highlight-color);
	color: var(--text-color-dark);
}

.tb-onepage thead td{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
}
.tb-onepage thead th{
	text-align: left;
	background-color: var(--bg-blue);
	color: var(--text-color-light);
}
.tb-onepage tbody tr:first-child:hover{
	background-color: transparent;
	color: var(--text-color-dark);
}
.tb-onepage tbody tr:first-child th{
	background-color: transparent;
}
.tb-onepage tbody tr:first-child h4{
	margin: 15px 0 5px 0;
	font-weight: 700;
}
.tb-onepage tbody tr:first-child h4::before{
	content: '\00BB';
	vertical-align: baseline;
	font-size: large;
	margin-right: 5px;
}
.tb-onepage tbody th{
	background-color: rgba(0,0,0,0.05);
}
.tb-onepage tbody tr{
	border-bottom: 1px solid var(--highlight-color);
	color: var(--text-color-dark);
}
.table-footer{
	font-size: 0.9rem;
}
.table-footer p{
	margin: 12px 0px;
}
/** Fin tablas **/
canvas{
	z-index: 900;
}
.dfs-tabs{
	list-style: none;
	margin: 30px 0 15px;
	padding: 0px;
	border: 1px solid #f4f4f4;
	border-radius: 20px;
	display: inline-block;
	padding: 3px 5px;
	/* box-shadow: 0px 0px 15px -5px var(--shadow-color); */
	background-color: var(--bg-white);
	font-size: 0.9rem;
    font-weight: 300;
}
.dfs-tabs li{
	display: inline-block;
	padding: 5px 15px;
	cursor: pointer;
	color: var(--text-color-blue);
}
.dfs-tabs li a, .dfs-tabs li a:visited{
	color: var(--text-color-blue);
}
.dfs-tabs .material-icons-outlined{
	font-size: 15px;
	vertical-align: sub;
}
.dfs-tabs li.active{
	background-color: var(--btn-default-bg-color);
	color: var(--text-color-light);
	border-radius: 15px;
}
.dfs-tabs.tools li.active a, .dfs-tabs li.active a{
	color: var(--text-color-light);
	background-color: var(--btn-default-bg-color);
}
.dfs-card .dfs-tabs{
	margin: 0px 0 15px;
}
.dfs-tabs.tools li {
	padding: 3px;
}
.dfs-tabs select, .dfs-tabs input{
	width: auto;
	border: none;
}
.dfs-tabs input{
	background-color: transparent;
	margin: 3px 10px;
	padding: 3px;
}
input[type="search"]{
	background-color: transparent;
	margin: 3px;
	padding: 3px 5px;
}
.dfs-tabs select:focus, .dfs-tabs input:focus{
	box-shadow: none;
}
.dfs-tabs.tools li a{
	background-color: #f4f4f4;
	padding: 2px 6px;
	border-radius: 15px;
	display: inline-block;
}
.dfs-tools{
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
.dfs-tools li{
	display: inline-block;
	padding: 2px;
	font-size: 0.8rem;
	cursor: pointer;
	border-radius: 15px;
	color: var(--text-color-blue);
}
.dfs-tools li .material-icons-outlined{
	font-size: 1rem;
}
.dfs-tools li.active{
	background-color: var(--brigth-color);
	color: var(--text-color-light);
	box-shadow: 0px 0px 15px -5px var(--shadow-color);
}
.dfs-tools li select{
	color: var(--text-color-dark);
}
.preloader{
	position: fixed;
	z-index: 1999;
	width: 100%;
	height: 100%;
	background: #e1e4e6;
	text-align: center;
}
.preloader svg{
	margin: calc(50vh - 19px) auto 0px;
	vertical-align: middle;
}
section .container-fluid{
	padding: 20px;
}
.action-buttons{
	text-align: right;
}
.form-g .field label{
	display: inline-block;
	padding: 5px 0px;
	font-size: 1rem;
	font-weight: 300;
	color: var(--text-color-blue);
}
/* Modal */
div.modal{
	background-color: var(--box-bg-color);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.text-center{
    text-align: center;
}
.modal-dialog{
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	/* box-shadow: 0 0 14px -4px var(--shadow-color); */
	min-width: 340px;
	max-width: 1024px;
	flex-basis:50%;
	flex-grow: 0;
	overflow: hidden;
}
.dfs-fw-bold{
    font-weight: bold;
}
.modal-content{
	width: 100%;
}
.modal-header{
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid var(--header-bg-color);
}
.modal-header button{
	border-radius: 22px;
    font-size: 24px;
    line-height: 14px;
    padding: 9px 8px;
    float: right;
    width: 32px;
}
.modal-header h4{
	display: inline-block;
	margin: 5px 0 0 0;
}
.modal-body{
	padding: 10px 20px 20px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	scrollbar-width: thin;
}
.sort-actions>*{
	display: inline-block;
}
.sort-actions select{
	width: auto;
	padding: 3px;
}
.pagination{
	margin-left: 20px;
}
nav .pagination li .page-link{
	padding: 3px 9px;
	line-height: 1.1rem;
	color: var(--text-color-blue) !important;
}

.pagination li.active .page-link{
	border: 1px solid var(--btn-alternate-bg-color);
	border-radius: 5px;
}

nav .pagination li:first-child .page-link, nav .pagination li:last-child .page-link{
	background-color: var(--bg-blue);
	color: var(--text-color-light) !important;
	border-radius: 5px;
	padding: 3px 9px;
}
.tab-content .tab-pane{
	display: none;
}
.tab-content .tab-pane.active{
	display: block;
}
.list-nolist{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list-nolist li{
	padding: 3px;
	margin: 0px;
}
.list-nolist .active{
	background-color: var(--btn-alternate-bg-color);
}
.list-nolist .active > .active{
	background-color: var(--bg-white);
	color: var(--text-color-blue);
	display: block;
}
.list-nolist .truncate{
	width: calc(33vw - 170px);
	max-width: 345px;
}
fieldset{
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.field-g{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 0px;
}
.field-g label{
	color: #333;
}
.field-g .text{
	font-weight: 300;
	font-size: 0.9rem;
}
.list-message{
	padding-top: 10px;
}
.list-message > *{
	border: 1px solid #f4f4f4;
	background-color: var(--bg-white);
	border-radius: var(--box-radius);
	margin-bottom: 10px;
	margin-top: 10px;
}
#list-movs a.dfs-clear{
	display: block;
}
.sale-list-products{
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	margin: 5px 0px;
	padding: 0px;
}
.sale-list-products li{
	border-top: 1px solid #ccc;
	list-style: none;
	margin: 0px;
	padding: 5px 0px;
}
.sale-list-products li:last-child{
	border-top: 0px none;
}
.noactive, .noactive a, .noactive a:hover{
	color: #999;
	cursor: default;
}
.innerlist-monitor{
	max-height: calc(100vh - 400px); overflow: auto;
}
