﻿:root 
{
    --color-primario: #BFDBFF; /* Azul SlamNet*/
    --color-secundario: #FF9900; /*Naranja*/
    --color-letrafuente: #696969; /*Gris Oscuro*/
    /* --color-primario: #f5f5f5; DOFISCAL */
    --color-primario-navbar:#428bca;/*Azul Nav Bar COVE*/
    --color-primario-card:#f7f7f7;/*Gris Card COVE*/
    --color-danger: #dc3545; /*Rojo Danger*/
    --color-light: #f8f9fa; /*Blanco Light*/
    --color-success: #28a745; /*Verde Success*/
    --color-dark: #343a40; /*Negro Dark*/
    --color-amarillo-triada--slamnet: #FFC900;/*Amarillo Paleta de colores SlamNET*/
    
    --tipo-fuente: Verdana;
    --fuente-size-small: 0.8em;
    --fuente-size-smallimportant: 0.9em;
    --fuente-weight: var(--fuente-weight);
    
    /*=============================== VARIABLES PARA CLASES LOGIN =======================================*/
    --color-fondo-cardLogin:#f7f7f7;
    --color-linea-CardLogin:rgba(0,0,0,0.4);
    --color-fondo: #FFF; 
    --imagen-fondo:url(../images/Menu/slamnet_login02.jpg);
    --color-letrafuenteLogin:#6c757d;
    /*=============================== VARIABLES PARA CLASES NUEVO LOGIN =======================================*/
    /*
    --primario: #2419B2;
    --secundario: #FF9900;
    --terciario: #FFC500;
    --grisClaro: #e1e1e1;
    --primarioDark: #120B6C;
    --primarioLight: #BFDBFF;
    --negro: #000000;
    --blanco: #ffffff;
    */
}

/*=============================== INICIA CLASES LOGIN CON BOOSTRAP =======================================*/
body[data-page="login"][data-theme="w-image"][data-image="img1"]
{
    background-image:url(../images/Menu/slamnet_login01.png);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:rgba(0,0,0,0.4);
    --color-letrafuenteLogin:#fff;
    --color-linea-CardLogin:rgba(255,255,255,0.4);
}
body[data-page="login"][data-theme="w-image"][data-image="img2"]
{
    background-image:url(../images/Menu/slamnet_login04.jpg);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:rgba(0,0,0,0.4);
    --color-letrafuenteLogin:#fff;
    --color-linea-CardLogin:rgba(255,255,255,0.4);
}
body[data-page="login"][data-theme="w-image"][data-image="img3"]
{
    background-image:url(../images/Menu/slamnet_login03.jpg);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:rgba(0,0,0,0.4);
    --color-letrafuenteLogin:#fff;
    --color-linea-CardLogin:rgba(255,255,255,0.4);
}
/*UGLY BG*/
body[data-page="login"][data-theme="w-image"][data-image="img4"]
{
    background-image:url(../images/Menu/slamnet_login04.png);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:#fff;
    --color-letrafuenteLogin:#6c757d;
    --color-linea-CardLogin:rgba(108, 117, 125,0.2);
}
/*op-cloud.net*/
body[data-page="login"][data-theme="w-image"][data-image="img5"]
{
    background-image:url(../images/Menu/opcloud_bg01.jpg);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:#fff;
    --color-letrafuenteLogin:#6c757d;
    --color-linea-CardLogin:rgba(108, 117, 125,0.2);
}
/*op-cloud.net/nuestra-gente*/
body[data-page="login"][data-theme="w-image"][data-image="img6"]
{
    background-image:url(../images/Menu/opcloud_bg02.jpg);
    background-color: var(--color-fondo);
    position: relative;
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:#fff;
    --color-letrafuenteLogin:#6c757d;
    --color-linea-CardLogin:rgba(108, 117, 125,0.2);
}
body[data-page="login"][data-theme="w-video"]
{
    font-family: 'Hind Vadodara', sans-serif;
    --color-fondo-cardLogin:rgba(0,0,0,0.4);
    --color-letrafuenteLogin:#fff;
    --color-linea-CardLogin:rgba(255,255,255,0.4);
}
/*==================== INICIA CLASES PARA EL VIDEO DE FONDO =========================*/
.fullscreen-bg:before 
{
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(255, 202, 94, 0.3),rgba(66, 139, 202, 0.3));/*Gradiente desde el Naranja hasta el Azul NavBar*/
}
.fullscreen-bg 
{
  display:none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  /*opacity:0.8;*/
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    /*background: url('../img/videoframe.jpg') center center / cover no-repeat;*/
  }

  .fullscreen-bg__video {
    display: none;
  }
}
/*==================== TERMINA CLASES PARA EL VIDEO DE FONDO =========================*/
.ajustaAlto{
    max-height:45px;
}
.cardLogin{
    background-color:var(--color-fondo-cardLogin) !important;
}
.estiloLinea{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid var(--color-linea-CardLogin);
    margin:0.5em 0;
    padding:0;
}
.footerfont{
    font-size: 0.6em;
    color:var(--color-letrafuenteLogin);
}
.title
{
    color:var(--color-letrafuenteLogin);
    }
.spanGroupPrepend
{
    flex:0 0 50%;
    }
.spanGroupText
{
    width:100%;
    }
.imagenResponsiva {
    width: 100%;
    height: 100px;
    border-radius: 3% 3%;
}
/*=============================== TERMINA CLASES LOGIN CON BOOSTRAP =======================================*/
/*=============================== INICIA CLASES SLAMNET =======================================*/
body
{
	background-color:var(--color-primario);
	font-size: var(--fuente-size-small);
	font-family: var(--tipo-fuente);
	font-weight: var(--fuente-weight);
	color: var(--color-letrafuente);
	height: 100%;
}
.demo-info{
	background:#FFFEE6;
	color:#8F5700;
	padding:12px;
}

.demo-tip{
	width:16px;
	height:16px;
	margin-right:8px;
	float:left;
}
.dropdownSeparador {
    border-style: unset;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0;
    }
.center
{
    text-align: center;
}
/********************************************************* LOGIN CARD *******************************************************************************/
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
  background-color:var(--color-primario-card);/*rgba(255, 255, 255,0.9)*/;
}
.card-container {
  padding: 15px 15px 15px 15px;
}
.panelAvatar
{
    padding-top:10px;
    position:absolute;
    z-index:100010;
    transform: translate(90%);
    }
/********************************************************* BODY *******************************************************************************/
.bodyLogin
{
    background-color:rgba(255, 255, 255,0.9);
    
    }
.PanelBlue {
    background-color: var(--color-primario);
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: var(--color-letrafuente);
    height: 100%;
}

.PanelBlueDiv
{
	background-color: var(--color-primario);;
	text-align: center;
}
.divContainer
{
    padding-top:10px;
    display:inline-block;
    width:100%;
    height:100%;
    }
.divInformacionEstatus
{
    float:left;
    max-width:25%;
    }
.divFormularioLogin
{
    float:right;
    max-width:50%;
    margin-right:35%;
    padding-top:90px;
    }
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top:10px;
}
.telerik-ajusta-grid
{
    width:fit-content !important;
    }
/********************************************************* LABELS *******************************************************************************/
.Label {
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: var(--color-letrafuente);
    margin-bottom: 0px;
    text-align: left;
}

.LabelRight {
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: var(--color-letrafuente);
    margin-bottom: 0px;
    text-align: right;
    float:right;
}
.LabelRightImportant {
    font-size: var(--fuente-size-smallimportant);
    font-family: var(--tipo-fuente);
    font-weight: bold;
    color: var(--color-letrafuente);
    margin-bottom: 0px;
    text-align: right;
    float:right;
}
.Labelx {
    font-size: x-small;
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: var(--color-letrafuente);
}

.LabelMandatorio {
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: red;
}
.labelTarifa {
    padding: 5px;
    border-radius: 3px;
    color: #FFF;
    font-size: 0.85em;
}
.labelNombreUsuario
{
    font-weight:bold;
    color: var(--color-letrafuente);
    }
.labelDropDownProfileUsuario
{
    color: var(--color-letrafuente);
    }
.label-panel--password
{
    color: var( --color-light);
    font-weight:bold;
    width:100%;
    }
.fuente--36
{
    font-size: 36px;
    }
/********************************************************* IMAGES *******************************************************************************/
.profileImage
{
    border-style:double;
    border-width:4px;
    height:100px;
    width:100px;
    border-radius: 10px;    
    }
.profileImageCompany
{
    width:35%;
    height:auto;
    }
.profileImageUserHeader
{
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 2px 2px 2px 2px;
    }
/********************************************************* BOTONES *******************************************************************************/
.loginButton {
	background-color: var(--color-primario-navbar);/*#0066CC;*/
	border-radius:5px;
	border:1px solid #285e8e;/*#0066CC;*/
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: var(--tipo-fuente);
	font-size:12px;
	padding:10px 80px;
	text-decoration:none;
	/*text-shadow:0px 1px 0px #2f6627;*/
	width:100%;
}
.loginButton:hover {
	background-color:#3071a9;
}
.loginButton:active {
	position:relative;
	top:1px;
}
.loginSecondaryButton {
	background-color: #969696;
	border-radius:5px;
	border:1px solid #494949;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: var(--tipo-fuente);
	font-size:12px;
	padding:10px 80px;
	text-decoration:none;
	
}
.loginSecondaryButton:hover {
	background-color:var(--color-letrafuente);
}
.loginButtonloginSecondaryButton:active {
	position:relative;
	top:1px;
}
.grupo-3--botones
{
    margin-top:1.3em;
    width:32%;
    }
.margin-top-1
{
    margin-top: 1.3em;
    }
.button-success
{
    background-color: var(--color-success);
    border-radius: 3px;
    border: 1px solid #026F1A;
    display: inline-block;
    cursor: pointer;
    color: var(--color-light);
    font-family: var(--tipo-fuente);
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    }
    .button-success:hover
    {
        background-color:#026F1A;
        }
.button-danger
{
    background-color: var(--color-danger);
    border-radius: 3px;
    border: 1px solid #950412;
    display: inline-block;
    cursor: pointer;
    color: var(--color-light);
    font-family: var(--tipo-fuente);
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    }
    .button-danger:hover
    {
        background-color:#950412;
        }
/********************************************************* TEXTBOX *******************************************************************************/
.form-control
{
    border-radius:3px;
    }
    .form-control:focus
    {
        /*border-color:#66afe;*/
        outline:0;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        }

.TextBox {
    font-size: 10px;
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    text-transform: uppercase;
}

.NumericTextBox {
    font-size: 10px;
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    text-align: right;
}

.Lefttext {
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    color: var(--color-letrafuente);
}
.css-input {
     padding: 5px;
     font-size: 12px;
     border-width: 1px;
     border-color: #CCCCCC;
     background-color: #FFFFFF;
     color: #000000;
     border-style: solid;
}
 .css-input:focus {
     outline:none;
}
/********************************************************* HEADERS *******************************************************************************/
.HeaderCia {
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: var(--color-letrafuente);
    border-radius: 5px;
    position:relative;
    top:0;
    left:0;
}
.headerLoginFixed
{
    width: 100%;
    background-color: var(--color-primario-navbar);
    color: var(--color-letrafuente);
    top:0;
    left:0;
    position:fixed;
    }
.Header2 {
    font-size: 1.20em;
    font-family: var(--tipo-fuente);
    font-weight: bold;
    color: #0066CC;
}

.logoHeader
{
    height:35px;
    padding: 10px 5px 0px 5px;
    }
.fontTitleHeader
{
    font-weight:bold;
    font-size:10pt;
    color: #0066CC;
    padding-bottom:20px;
    }
.fontSubtitleHeader
{
    font-weight:lighter;
    font-size:8pt;
    color: #0066CC;
    padding-bottom:20px;
    }
.centrado
{
    text-align:center;
    padding-bottom:10px;
    }
.titleAppNavBarBrand
{
    padding-left:15px;
    color:rgba(255, 255, 255,0.9);
    font-weight:lighter;
    font-size:18px;
    }
.titleAppCompany
{ 
    top: 12%;
    position: absolute;
    width:100%;
    text-align:center;
    /*float:right;
    
    margin-right:25%;
    padding-top:100px;*/
    }
/********************************************************* FOOTER *******************************************************************************/
.footerFixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  font-size: var(--fuente-size-small);
  font-family: var(--tipo-fuente);
  font-weight: var(--fuente-weight);
  text-align: center;
  color: var(--color-letrafuente);
}
.FooterCia {
    position: fixed;
    height: 50px;
    background-position: center;
    width: 99%;
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    text-align: center;
    color: var(--color-letrafuente);
}

.FooterCiaWhite {
    position: static;
    left: 0;
    bottom: 0;
    top: 20px;
    height: 50px;
    width: 99%;
    background-position: center;
    font-size: var(--fuente-size-small);
    font-family: var(--tipo-fuente);
    font-weight: var(--fuente-weight);
    text-align: center;
    margin-top: 20px;
}
/********************************************************* TABLA LOGIN *******************************************************************************/
.tableLoginstatus
{
    margin-top:20px;
    width:100%;
    vertical-align:middle;
    }
.tdLoginStatus
{
    border-bottom: #a9a9a9 1px solid; /*Dark Gray*/
    vertical-align:middle;
    width:100%;
    }
.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

th
{
	text-align: right;
}
/********************************************************* PANEL DIV *******************************************************************************/
.trModificarTipoCambio
{
    display:none;
    }
.divPanelTop
{
	text-align: right;
	vertical-align: top;
	width: 100%;
}

.DivPanelNet
{
	position: absolute;
	z-index: 500;
	border-bottom-style: double;
	border-right: black thin outset;
	border-top: black thin outset;
	border-left: black thin outset;
	border-bottom: black thin outset;
	background-color: #ffca5e;
}

.DivTableNet
{
	width: 100%;
	border-collapse: collapse;
}
.rcbHeader ul, .rcbFooter ul, .rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.panel--password
{
    background-color: var(--color-secundario);
    text-align:center;
    width:100%;
    padding:10px;
    border-radius: 2px; 
    margin: 0 auto;
    }
.panel-login--catPartes
{
    width: 620px; 
    height: 120px; 
    padding: 10px; 
    background-color: var(--color-danger);
    }
.panel-edit--catPartes
{
    height:150px;
    }

.panel-row-margenes_auxiliares-1
{
    margin: 1em 2em 1em 1em;
    }
.panel-row-margenes_auxiliares-2
{
    margin: 1em 2em 0 1em;
    }
.panel-row-margenes_auxiliares-3
{
    margin: 0 2em 1em 1em;
    }

.col1, .col2
{
	float: left;
	width: 110px;
	margin: 0;
	padding: 0 5px 0 0;
	line-height: 14px;
}

/* Loading para render de controles easyui*/
.loading-controls-panel
{
	visibility:hidden;
}

#loading-v2:before {
    color: var(--color-letrafuente);
    content: "Cargando . . .";
    font-size: 2em;
    margin: 1em;
}

#loading-v2{
	background-color: var(--color-primario);
	height: 100%;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#loading-center-v2 {
	height: 100%;
	position: relative;
	width: 100%;
}

#loading-center-absolute-v2 {
	height: 100px;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	position: absolute;
	top: 50%;
	width: 100px;
}

.object-v2 {
	background-color: rgba(255,255,255,0);
	border-radius:15px;
	border: 4px solid #FF8000;
	height: 25px;
	left: 37px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 37px;
	width: 25px;
}

#first_object-v2 {
	-webkit-animation-delay: 0.5s;
	-webkit-animation: first_object-v2 1s infinite;
	animation: first_object-v2 1s infinite;
	animation-delay: 0.5s;
}

#second_object-v2 {
	-webkit-animation: second_object-v2 1s infinite;
	animation: second_object-v2 1s infinite;
}

#third_object-v2 {
	-webkit-animation-delay: 0.5s;
	-webkit-animation: third_object-v2 1s infinite;
	animation: third_object-v2 1s infinite;
	animation-delay: 0.5s;
}

#forth_object-v2 {
	-webkit-animation: forth_object-v2 1s infinite;
	animation: forth_object-v2 1s infinite;
}

@-webkit-keyframes first_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-webkit-transform: translate(150%,150%) scale(2,2);
		-ms-transform: translate(150%,150%) scale(2,2);
		transform: translate(150%,150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}
@keyframes first_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-webkit-transform: translate(150%,150%) scale(2,2);
		-ms-transform: translate(150%,150%) scale(2,2);
		transform: translate(150%,150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}

@-webkit-keyframes second_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(-150%,150%) scale(2,2);
		-webkit-transform: translate(-150%,150%) scale(2,2);
		transform: translate(-150%,150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}
@keyframes second_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(-150%,150%) scale(2,2);
		-webkit-transform: translate(-150%,150%) scale(2,2);
		transform: translate(-150%,150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}

@-webkit-keyframes third_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(-150%,-150%) scale(2,2);
		-webkit-transform: translate(-150%,-150%) scale(2,2);
		transform: translate(-150%,-150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}
@keyframes third_object-v2 {
	0% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(-150%,-150%) scale(2,2);
		-webkit-transform: translate(-150%,-150%) scale(2,2);
		transform: translate(-150%,-150%) scale(2,2);
	}
	100% {
		-webkit-transform: translate(1,1) scale(1,1);
		-ms-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}

@-webkit-keyframes forth_object-v2 {
	0% {
		-ms-transform: translate(1,1) scale(1,1);
		-webkit-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(150%,-150%) scale(2,2);
		-webkit-transform: translate(150%,-150%) scale(2,2);
		transform: translate(150%,-150%) scale(2,2);
	}
	100% {
		-ms-transform: translate(1,1) scale(1,1);
		-webkit-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}
@keyframes forth_object-v2 {
	0% {
		-ms-transform: translate(1,1) scale(1,1);
		-webkit-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
	50% {
		-ms-transform: translate(150%,-150%) scale(2,2);
		-webkit-transform: translate(150%,-150%) scale(2,2);
		transform: translate(150%,-150%) scale(2,2);
	}
	100% {
		-ms-transform: translate(1,1) scale(1,1);
		-webkit-transform: translate(1,1) scale(1,1);
		transform: translate(1,1) scale(1,1);
	}
}



/* DIVS - LAYOUT */
.left {
	float:left;
}

.right {
	float:right;
}

/* SUPPORT NET */
.dropbtn
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
		
.dropdown
{
	position: relative;
	display: inline-block;
	cursor:pointer;
}
		
.dropdown-content
{
	display: none;
	position: absolute;
	right: 0.5rem;
	top:80%;
	background-color: #f9f9f9;
	width:12rem;
	max-width: 20rem;
	box-shadow: 2px 4px 4px 2px rgba(0, 0, 0,0.5);
	z-index: 10000000;
}
		
.dropdown-content a
{
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
		
.dropdown-content a:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff;
}
		
.dropdown:hover .dropdown-content
{
	display: block;
}
.button-right
{
	text-align: right;
}
/*Se agregan los estilos del archivo de slamcustom.css*/
.logi-template {
	padding: 40px 15px;
	text-align: center;
  }
/* navbar */
.navbar-default {
    background-color:var(--color-primario);
    border-color: #E7E7E7;
}
/* title */
.navbar-default .navbar-brand {
    color: #fff;
}
/* title dos */
.navbar-second-row {
    color: #fff;
    font-size: x-small;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #E7E7E7;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #D5D5D5;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
.table {
	font-size: 11px 
	}
.alert {
font-size: 18px 
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: #555555;
    background-color: #E6BF15;  
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}
@media only screen and (max-width: 800px) {
	#unseen table td:nth-child(2), 
	#unseen table th:nth-child(2) {display: none;}
}
 
@media only screen and (max-width: 640px) {
	#unseen table td:nth-child(4),
	#unseen table th:nth-child(4),
	#unseen table td:nth-child(7),
	#unseen table th:nth-child(7),
	#unseen table td:nth-child(8),
	#unseen table th:nth-child(8){display: none;}
}
/*Forma de visualizar archivos para su clasificacion*/
#hs_show_file_for_category img, video {
	height: 100%;
	width: 100%;
  }
  
  #hs_show_file_for_category audio{
	margin-top: 60px;
	margin-bottom: 60px;
	height: 100%;
	width: 100%;
  }
  
  
  #hs_show_file_for_category iframe {
	height: 470px;
	width: 100%;
	border: 0;
  }
/*Se agregan los estilos de stylelogin.css*/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin /*.form-control*/
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type=text]
{
    margin-bottom: -1px;
    top: 0px;
    left: 0px;
}
.form-signin input[type=password]
{
    margin-bottom: 10px;
    top: 0px;
    left: 0px;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
/*–––––––––––––––––––––––––––––––––––––––––––––––––– Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */
.new-container {
  position: relative;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
 
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .new-container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .new-container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

}
.new-container:after,
.row:after{
    content: "";
    display: table;
    clear: both; 
}    
.padding-top-1
{
    padding-top:5px !important;
}

.contenedor-header
{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
.mas-apps
{
    color: #00156e; 
    font-size:1.1rem;
    margin-right:1rem;
    padding: 0.5rem 1rem;
}
.mas-apps:hover
{
    border-radius:50%;
    background-color:rgba(0,0,0,0.1);
    color:#fff;
}
.d-flex--end
{
    display: flex;
    justify-content: flex-end;
}

/******************************* [ CLASES PARA NUEVO LOGIN SLAMNET 2022 ] *******************************/
/* Utilerias */
/*
.texto-primario
{
    color: var(--primario);
    
    }
.texto-primarioDark
{
    color: var(--primarioDark);
    }
.texto-dark
{
    color: var(--negro);
    }

[class$="__contenedor"] {
    max-width: 120rem;
    margin: 0 auto;
    width: 90%;
}
.background {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.login{
    background-image: url('../images/menu/bg003.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    position: relative;
    overflow: hidden;
}
@media (min-width: 1400px) { 
    .login {
        max-height: 48rem;
        height: 44.3rem;
    }
}
.login::before{
    background-color: rgb(18 11 108 / 40%);
    content: '';
    height: 45rem;
    width: 122%;
    position: absolute;
    transform: rotate(-23deg);
    bottom: -20rem;
}
.formulario {
    position: relative;
    max-width: 30rem;
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--blanco);
    box-shadow: 0px 0px 2.6rem -0.8rem var(--grisClaro);
    
}
@media (min-width: 1400px) { 
    .formulario{
        margin: 5rem auto;
    }
}
.formulario__logo{
    padding: 2rem 0 0 0;
}
.formulario__imagen{
    max-width: 10rem;
}
.formulario__heading{
    font-weight: 900;
    font-size:1.5rem;
    text-transform: uppercase;
    padding: 0 0 1rem 0;
    margin: 0;
    text-align: center;
    color: var(--negro);
}
@media (min-width: 1400px) { 
    .formulario__heading{
        padding: 0 0 2rem 0;
    }
}
.formulario__form {
    width: 25rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.formulario__controles{
    display: flex;
    flex-direction: column;
    width: inherit;

}
.formulario__etiqueta
{
    font-size: 1rem;
    margin:0.5rem 0;
    font-weight: 700;
    color: var(--primarioDark);
}
.formulario__input
{
    font-size: 1rem;
    margin: 0 0 0.75rem 0;
    border: none;
    padding: 0.3rem;
    border-bottom: 1px solid var(--secundario);
    border-right: 3px solid var(--primarioDark);
}
@media (min-width: 1400px) { 
    .formulario__input{
        margin: 0 0 1rem 0;
    }
}
select.formulario__input{
    text-transform: uppercase;
    font-size: 0.9rem;
}
.formulario__input:focus{
    background-color: var(--secundario);
    color: var(--primarioDark);
}
.formulario__opcion-sucursal {
    font-size: .8rem;
    text-transform: uppercase;
    margin: unset;
    padding: unset;
    min-height: unset;
    display: unset;
    white-space: unset;
    font-weight: unset;
}

.formulario__boton {
    margin-top: 1rem;
    background-color: var(--primarioDark);
    font-size: 1rem;
    padding: 1rem 0;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    color: var(--blanco);
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: none;
}
.formulario__boton:hover {
    cursor: pointer;
    background-color: var(--primario);
}
.footer{
    background-color: var(--grisClaro);
    position: relative;
    text-align: center;
    font-size: 0.8rem;
    padding: 1rem;
    color: var(--negro);
}
.footer__texto{
    margin: 0;
}
*/
