html, body{
	width: 100%;
	height: 100%;
}
body{
	background-color:  #fff;
	background-image: url(../image/bg2.webp);
	background-position: -50px 0;
    background-size: 110%;
	background-attachment: fixed;
	color: #001a1a;
	font-size: 14px;
	font-family: Tahoma;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
.ws{
	max-width: 100%;
    padding: 0 5px;
}
iframe{
	border: none;
	width: 100%;
	height: 100%;
	max-height: 100%;
}
.error{
	font-size: 13px;
    margin-top: 15px;
    text-align: center;
	color: #a31a10;
}
.liter-icon{
	display: inline-block;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 100%;
	color: #dddfdf;
	background-color: #a31a10;
}
*.active > .liter-icon,
*:hover > .liter-icon{
	color: #a31a10;
}
.glyphicon{
	color: #a31a10;
}
.a{cursor: pointer;}
.a.glyphicon,
a .glyphicon{
    color: #d0d0d0;
    padding: 0;
    border: none;
    border-radius: 0;
}
.a.glyphicon:hover,
a:hover .glyphicon{
	color: #6e666c;
}
.top-menu{
	position: relative;
	z-index: 10;
	padding: 15px;
	border-bottom: 2px solid #db2113;
	margin-bottom: 50px;
	display: flex;
	background: #f1f3f4;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.top-menu .site-info{
	margin: auto auto auto 0; 
	font-size: 13px;
}
.top-menu .site-info img{	
	padding: 5px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ddd;
    width: 41px;
    margin: -10px 0 -10px 0;
}
.top-menu .user{
	margin: auto 0 auto auto; 
	font-size: 13px;
}
.cop{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 13px;
	z-index: 100000;
}
.cop span{
	color: #db2113;
}
a, button, label, .animate, td{
	-webkit-transition:  0.5s ease;
    -moz-transition:  0.5s ease;
    -o-transition: 0.5s ease;
    transition:  0.5s ease;
}
#load-module,
.loading{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../image/overlay-pattern.png), rgba(0, 0, 0, 0.73);
    z-index: 999;
	display: flex;
}
#load-module img,
.loading img{
	display: block;
	margin: auto;
	width: 122px;
}
#load-module{
	background: none;
}
.loading .info{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	display: flex;
	z-index: 2;
}
.loading .info .progress{
	margin: auto;
    font-size: 0;
    width: 22px;
    height: 26px;
    position: relative;
}
.loading .info .progress:after{
	content: "\e023";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
	color: #cf8dea;
	animation-duration: 2s;
	animation-name: slidein;
	animation-iteration-count: infinite;
}
@keyframes slidein {
  from {
    color: #000;
    transform: scale(0);
  }

  to {
    color: #cf8dea;
    transform: scale(1.2);
  }
}
.loading-box{
	height: 250px;
	position: relative;
}
.loading-box .loading{
	position: absolute;
	background: none;
}
.loading-box .loading .info{
	position: absolute;
}
.inputs-box .inputs:not(:last-child){
	margin-bottom: 25px;
}
.inputs-box .inputs .input:not(:last-child){
	margin-bottom: 15px;
}
.input{
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
}
label{
	color: #817a7a;
    margin-bottom: 5px;
    display: block;
}
label.file{
	font-size: 15px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}
.btn{
	border: none;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #db2113;
	width: 100%;
	color: #fff;
	background: #db2113;
	cursor: pointer;
}
.btn.border{
	color: #db2113;
	background: #fff;
}
.btn:hover{
	background: #a31a10;
}
.btn .glyphicon{
	color: #fff;
}
.btn.border .glyphicon{
	color: #db2113;
}
.login-box{
	width: 100%;
	height: 100%;
	max-height: 100%;
	background: url(../image/overlay-pattern.png), rgba(0, 0, 0, 0.73);
	display: flex;
}
.form{
	width: 300px;
	padding: 20px;
	max-width: 95%;
	background: #fff;
	border: 2px solid #db2113;
	border-radius: 10px;
	margin: auto;
	-webkit-box-shadow: -1px 9px 12px 9px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: -1px 9px 12px 9px rgba(34, 60, 80, 0.2);
	box-shadow: -1px 9px 12px 9px rgba(34, 60, 80, 0.2);
}
.site-box{
	padding: 10px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	background: #fff;
}
.site-box:hover{
	border-color: #db2113;
	transform: scale(1.03);
	-webkit-box-shadow: 0px 0px 11px 4px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 11px 4px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 11px 4px rgba(34, 60, 80, 0.2);
}
.site-box img{
	display: block;
	margin: 0 auto 15px auto;
}
.line{
	padding: 15px 0;
	font-weight: 600;
}
.line:not(:last-child){
	margin-bottom: 15px;
}
.drop{
	display: inline-block;
	position: relative;
}
.drop i{
	cursor: pointer;
    padding: 10px;
    border: 1px solid;
    border-radius: 100%;
    margin: -10px 0 -10px 0;
}
.drop:hover i{
	position: relative;
	z-index: 5;
}
.drop ul{
	display: none;
	padding: 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: 17px;
    left: 0;
    width: 200px;
	border-radius: 5px;
}
.drop > ul:after{
	content: '';
	position: absolute;
	left: -10px;
	top: -10px;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.drop:hover > ul{
	display: block;
}
.drop ul li{
	position: relative;
	z-index: 1;
	cursor: pointer;
	display: block;
	padding: 5px;
}
.drop ul li:not(:last-child){
	margin-bottom: 5px;
}
.drop > ul > li > ul > li{
	color: #001a1a;
}
.drop > ul > li > ul > li:hover,
.drop > ul > li:hover{
	color: #a31a10;
}

.drop > ul > li > ul{
	position: absolute;
    display: none;	
}
.drop > ul > li:hover > ul{
	display: block;
    left: 180px;
    top: -16px;	
}
.drop > ul > li:hover > ul:after{
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	width: 20px;
	z-index: 0;
}
.drop > ul > li > div{
	display: none;
	color: #001a1a;
	min-width: 500px;
	padding: 15px;
    background: #fff;
    border: 1px solid #d0d0d0;
    position: absolute;
    top: -17px;
    left: 100%;
	border-radius: 5px;
}
.drop > ul > li:hover > div{
	display: flex;
}
.drop > ul > li > div ul{
	display: block;
    position: static;
    padding: 0;
    border: 0;
}
.drop > ul > li > div li:hover{
	color: #a31a10;
}

.clockpage{
	position: sticky;
	top: 0;
}
.drop ul{
	width: 250px;
}
.drop > ul:after{
	left: -20px;
	right: -20px;
	bottom: -20px;
}
.drop > ul > li > div{
	min-width: 550px;
}
.drop ul li .topic{
	display: inline-block;
	margin: 0 12px 15px 0;
	width: 100px;
	color: #001a1a;
}
.drop ul li .topic:hover{
	color: #a31a10;
}
.drop ul li i{
	padding: 0;
	border: none;
}
.drop ul li ol{
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	padding: 0;
	margin: 0;
}
.drop ul li ol li{
	color: #001a1a;
}
.drop ul li ol li.active,
.drop ul li ol li:hover{
	color: #a31a10;
}
.left-menu{
	border-right: 1px solid #d0d0d0;
	height: 100%;
	overflow-y: auto;
}
.left-menu .title{
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	padding: 0 15px;
}
.left-menu .title span{
	color: #a31a10;
}
.left-menu .item{
	padding: 5px 15px;
	border-top: 1px solid #d0d0d0;
	cursor: pointer;
}
.left-menu .item.active,
.left-menu .item:hover{
	background: #a31a10;
	color: #fff;
}
.left-menu .item:last-child{
	border-bottom: 1px solid #d0d0d0;
}
.clockpage{
	margin: auto;
	max-width: 500px;
	min-width: 100px;
	background: white;
	text-align: center;
	font-size: 32px;
	padding: 10px;
	font-weight: bold;
	border-top: 10px solid #db2113;	
}
.left-menu .site-name{
	background: #a31a10;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-bottom: 15px;
}

.left-menu .user-xp{
	font-size: 11px;
}
.left-menu .user-xp i{
	font-size: 9px;
	color: #d0d0d0;
}
.left-menu .user-xp i.active{
	color: #db2113;
}
#dayOfWeek{
  display: block;
  font-weight: normal;
  font-size: 18px;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px;
    border-spacing: 1;
	background-color: transparent;
}
.table tr td{
	padding: 5px;
	background: #fff;
}
.table tr:hover td, .table tr.active td{
	background: #f1f3f4;
}
.table tr.active td{
	background: #e1a6a2;
}
.table thead tr td{
	text-align: center;
	font-weight: 600;
}
.table tr td input:focus,
.table tr td input{
	border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
	outline: none;
}
.table tr td button.a{	
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.table tr td a,
.table tr td button.a{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.table tr td button.a:hover .glyphicon {
    color: #6e666c;
}
.table tr td .other-data{
	padding: 10px;
    margin: 5px 0;
    border: 1px solid #ccc;
	display: none;
}
.table tr td.active .other-data{
	display: block;
}
.table tr td .other-data .title{
	font-weight: 600;
    margin-bottom: 10px;
}
.table tr td .other-data .body{
	
}
.pagination{
	display: block;
	margin: 10px 0;
	padding: 0;
}
.pagination li{
	display: inline-block;
}
.pagination li:not(:last-child){
	margin-right: 5px;
}
.pagination li span,
.pagination li a{
	display: inline-block;
	padding: 5px;
	text-align: center;
	min-width: 27px;
	text-decoration: none;
}
.pagination li a{
	background: #db2113;
	color: #fff;
}
.pagination li a:hover{
	background: #a31a10;
}
#up{
	position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    cursor: pointer;
}
.iframe-control{
	position: absolute;
    top: 80px;
    right: 50px;
}
.iframe-control i{
	cursor: pointer;
	display: inline-block;
}
.iframe-control i:not(:last-child){
	margin-right: 15px;
}
#iframe-box{
	position: relative;
}
.flex{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
}
.flex .cell{
	margin: auto;
	padding: 20px;
	background: #fff;
	webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%)
}
.site-infobox{
	padding: 20px;
	background: #fff;
	webkit-box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 4px 8px 0px rgb(34 60 80 / 20%);
	display: flex;
	min-height: 100%;
}
.site-infobox .thumb{
	margin: auto 15px auto 0;
}
.site-infobox .data{
	margin: 0 0 auto 0;
	font-size: 13px;
}
.site-infobox .data .name{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.err{
	color: #a31a10;
}
.table-box {
    padding: 10px;
    border: 1px solid #aaa;
    background-color: #fff;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.select-row {
    display: block;
    padding: 5px 0 5px 25px;
    border-bottom: 1px solid #aaa;
    position: relative;
    font-weight: 600;
	color: #000;
	font-size: 13px;
}
.select-row input {
    position: absolute;
    left: 0;
}
.select-row span {
    color: #6b6a6a;
    font-weight: normal;
}
.tabs{
	padding: 0;
	margin: 0 0 25px 0;
}
.tabs li{
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color: #8b8282;
	border-bottom: 1px solid transparent;
}
.tabs li:hover,
.tabs li.active{
	color: #000;
	border-bottom: 1px solid #a31a10;
}
.tabs-content .tab{
	display: none;
}
.tabs-content .tab.active{
	display: block;
}
.download{
	color: #a31a10;
	text-decoration: none;
}
.download:hover{
	color: #db2113;
}
.errors .text{
	font-size: 13px;
}
.errors .text:not(:last-child){
	border-bottom: 1px solid #a31a10;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.info-box{
	padding: 10px 15px 10px;
	border: 1px solid #d0d0d0;
}
.info-box .info{
	padding-left: 15px;
	position: relative;
}
.info-box .info:not(:last-child){	
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #d0d0d0;
}
.info-box .info:before{
	content: "\e086";
	color: #a31a10;
	font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
	display: block;
	position: absolute;
	top: 0px;
	left: -7px;
}
.product-box{	
	margin: 5px 0;
}
.product{
	padding: 15px;	
	padding-bottom: 25px;
	position: relative;
	height: 100%;
	border: 1px solid #ccc;
	background: #fff;
}
.product:hover{
	-webkit-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 0px 8px 3px rgba(34, 60, 80, 0.2);
}
.product .alert{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #a31a10;
	color: #fff;
	text-align: center;
	padding: 5px;
}
.product .status{
	position: absolute;
    top: 2px;
    left: 2px;
}
.product .thumb{
	width: 100%;
	height: 150px;
	text-align: center;
	padding: 3px;
    background: #eee;
	margin-bottom: 15px; 
}
.product .thumb img{
	max-height: 100%;
}
.product .name{
	margin-bottom: 15px;
}
.product .name span{
	color: #ccc;
}
.product .inputs input:focus,
.product .inputs input{
	border: none;
	border-bottom: 1px solid #eee;
	width: 100%;
	outline: none;
}
.product .inputs:not(:last-child){
	margin-bottom: 10px;
}
.currency{
	border-top: 1px solid #db2113;
    padding: 3px 0;
    background: #fff;
    max-width: 100%;
    margin: 0;
}
.currency div{
	text-align: center;
	font-size: 13px;
}
.currency div i{
	color: #ccc;
}
.top-inform{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    z-index: 1000000;
    padding: 25px;
}
.blocked-form{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.2;
}
.item-c:not(:last-child){
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
.item-c span{
	display: inline-block;
	cursor: pointer;
	margin-left: 10px;
}
.item-c span:hover{
	color: #a31a10;
}
.bg-ligth{
	background-color: #fff;
}

.roja{
	display: inline-block;
    vertical-align: middle;
    margin: -20px 0 -20px 0;
    width: 50px;
    height: 64px;
    background-color: transparent;
    background-image: url(../image/userhealthpoints2.png);
    background-position-x: -100px;
    background-size: 200px auto;
    background-repeat: no-repeat;
    animation: moveR 9.5s steps(3, jump-end) infinite;
	transform: scale(0.7);
}
.roja[data-life="5"]{
	background-position-y: 0;
}
.roja[data-life="4"]{
	background-position-y: -63px;
}
.roja[data-life="3"]{
	background-position-y: -126px;
}
.roja[data-life="2"]{
	background-position-y: -189px;
}
.roja[data-life="1"]{
	background-position-y: -252px;
}
.roja[data-life="0"]{
	animation: none;
    background-position-y: -316px;
    background-position-x: 0;
}
.roja:hover{
	animation: none;
	background-position-x: 0;
}

@keyframes moveR {
  from {
    background-position-x:  -50px;
  }
  to {
    background-position-x: -200px;
  }
}

.modules-menu{
	position: relative;
}
.modules-menu .show-hide{
	position: absolute;
    top: 30px;
    left: 15px;
    padding: 5px;
    cursor: pointer;
}
.modules-menu.modules-menu-hide .show-hide{
	transform: rotate(180deg);
}

.modules-menu.modules-menu-hide{
	width: 310px;
	position: absolute;
	top: 107px;
	left: -309px;
	z-index: 9;
	background-color: #f1f3f4;
	transition: left .5s;
}
.modules-menu.modules-menu-hide:after{
	content: '';
	display: block;
	width: 100%;
	height: 55px;
	position: absolute;
	top: -45px;
	left: 0;
	z-index: -1;
}
.modules-menu.modules-menu-hide:before{
	content: "\e012";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;
	top: -44px;
	right: -34px;
	padding: 11px;
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #a31a10;
}
.modules-menu.modules-menu-hide:hover{
	left: 0;		
}
.modules-menu.modules-menu-hide:hover:before{
	opacity: 0;
}