@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C0CDD5;
	background-repeat: repeat-x;
	background-position: left top;
      margin: 0;         /* Eliminar márgenes del body */
      padding: 0;        /* Eliminar padding del body */
}
   .col-prin {
      /* Agrupando las clases de Bootstrap */
      /* col-6 para pantallas pequeñas */
      /* col-sm-12, col-lg-12, col-xl-12 para pantallas más grandes */
      display: block;
    }
    @media (min-width: 288px) {
      .col-prin {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (min-width: 568px) {
      .col-prin {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (min-width: 992px) {
      .col-prin {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (min-width: 1200px) {
      .col-prin {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
   .custom-col {
      /* Agrupando las clases de Bootstrap */
      /* col-6 para pantallas pequeñas */
      /* col-sm-12, col-lg-12, col-xl-12 para pantallas más grandes */
      display: block;
    }
    @media (min-width: 288px) {
      .custom-col {
        flex: 0 0 25%;
        max-width: 25%;
      }
    }
    @media (min-width: 568px) {
      .custom-col {
        flex: 0 0 50%;
        max-width: 50%;
      }
    }
    @media (min-width: 700px) {
      .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (min-width: 900px) {
      .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }
    @media (min-width: 1200px) {
      .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }

#k_main { 	
	height: 100%;
	width: 100%;
	position: fixed;
}
#k_display {
	height: 100%;
	width: 100%;
}
#k_header {
    background-color: #003A70;
	height: 25%;
	width: 100%;
	position: static;
    min-width: 650px;
    min-height: 60px;
}
.k_hDiv1 {
    display: flex;
    align-items: center;
    height: 80%;
}
.k_hDiv2 {
    display: flex;
    align-items: center;
    height: 20%;
    background-color: #FFCE00;
    justify-content: flex-end;
}
#k_content {
    background-image: url(../images/bg_punto.png);
	background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    height: 67%;
	width: 100%;
	position: static;
    min-width: 650px;
    min-height: 300px;
}
#k_display{
    margin: auto;
	clear: right;
	float: initial;
	height: 87%;
	max-width: 100%;	
	min-width: 650px;
}
.k_tree {
    background-color: #C0CDD5;
    height: 100%;
	width: 24.5%;
    min-width: 50px;
    min-height: 35px;
    text-align: left;
    border-right-width: 0.5vw;
    border-right-style: solid;
    border-color: #003A70;
    overflow: scroll;
    float:left;
}
.k_rpage {
    background-color: #C0CDD5;
    height: calc(100%); /* Ajusta la altura para compensar la navbar fija */
    width: 100%;
    min-width: 50px;
    min-height: 35px;
    overflow: auto;
    text-align: center;
    display: grid;
    place-items: center;
    height: 100vh; /* Altura de la ventana */
    box-sizing: border-box;
}
.k_spageNoSplit {
    background-color: #C0CDD5;
    height: 100%;
	width: 100%;
    min-width: 50px;
    min-height: 35px;
    text-align: left;
    float:left;
}
.k_tooltip { 
    background-color: #003A70;
    position: absolute;
    text-align: left;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px;
    display: none;
    border-width: 1px;
    border-style: solid;
}
.k_grpTitle {
    background-color: #003A70;
    color: #FFCE00;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    height: 20px;
}
.k_viewMenu {
    background-color: #003A70;
    height: 67px;
    border-radius: 25px 25px 25px 25px;
}
.k_grp {
    font-family: Arial, Helvetica, sans-serif;
    color: #414042;
    background-color: #ECF0F3;
    position: static;
    padding: 10px;
    text-align: left;
    height: auto;
    width: auto;
}
h1:hover + div {
    display: block;
}
h1:hover {
    cursor: help;
}
.k_lpage {
    width: max-content;
    height: max-content;
    padding:5%;
}
#k_statbar {
    background-color: #003A70;
    height: 3%;
	width: 100%;
	position: static;
    min-width: 650px;
    min-height: 15px;
    text-align: right;        
}
#k_footer {
    background-color: #003A70;
    height: 8%;
	width: 100%;
	position: static;
    min-width: 650px;
    min-height: 35px;
    text-align: right;  
}
#k_logo {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
#k_menu {
    background-color: #003A70;
	height: 10%;
	width: 100%;
	position: static;
    min-width: 650px;
    min-height: 30px;     
}
#k_txt_title {
    display: block;
}
@media only screen and (max-width:1010px) {
    #k_txt_title {
        display: none;
    }
}
/*
@media only screen and (max-width:1010px) {
    #k_txt_title {
        display: block;
    }
}
*/
.k_title {
    background-color: #003A70;
    border-radius: 0px 0px 0px 50px;
    height: 100%;
    width: auto;
    min-width: 10px;
    min-height: 35px;
    text-align: right;
    float: right;
    padding: 1%;
    box-sizing: border-box;
}
ul, #k_ulTree {
    list-style-type: none;
}
#k_ulTree {
    margin: 0;
    padding: 0;
}
.k_arrow {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    color: #404040;
    text-decoration: none;
    margin-left: -10px;
}

.k_arrow::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

.k_arrow-down::before {
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Safari */'
  transform: rotate(90deg);  
}

.k_circle {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.5vw;
    color: #404040;
    text-decoration: none;
    margin-left: -10px;
}

.k_circle::before {
  content: "\25CF";
  color: black;
  display: inline-block;
  margin-right: 6px;
}  

.k_closeBranch {
  display: none;
}

.k_openBranch {
  display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5vh;
    min-width: 600px;
	color: #FFF;
    float: left;
    margin-right: 50px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}
select {
    background: #FFF url(/assets/images/cbx.png) no-repeat 98% 70%; 
    -moz-appearance: none;                                                         
    -webkit-appearance: none;                                                      
    -ms-appearance: none;                                                          
    -o-appearance: none;                                                           
    appearance: none;
} 
img {
    vertical-align:middle;
}
#login{
    margin: auto;
    padding-top: 2%;
    padding-bottom: 2%;
	clear: right;
	float: initial;
	height: 245px;
	width: 50%;
    min-width: 650px;
}
.logo{
	clear: right;
	float: left;
	height: 245px;
	width: 25%;
    min-width: 320px;
}
.form {
    background-color: #003A70;
    border-radius: 0px 25px 25px 0px;
	height: 245px;
	width: 50%;
    display: inline-block;
}
.k_popMenu {
    background-color: #003A70;
    padding: 5px 5px;
    position: relative;
    text-align: left;
    display:none;
}
.k_popMenu li a {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
.k_popMenu li:hover {
	background-color:#404040;    
    cursor: pointer;
}

.k_login_tx {
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	font-size: 100%;
	color: #FFFFFF;
}
.k_login_inp {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	width: 95%;
	padding-left: 5%;
}
.k_pkCode_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	width: 25%;
	padding-left: 8px;
}
.k_dinamic_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	padding-left: 8px;
}
.k_pk_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFC8;
	height: 100%;
	width: 98%;
	padding-left: 8px;
}
.k_long_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	width: 98%;
	padding-left: 8px;
}
.k_medium_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	width: 50%;
	padding-left: 8px;
}
.k_short_tx {
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;    
	font-size: 100%;
	color: #404040;
    background-color: #FFFFFF;
	height: 100%;
	width: 25%;
	padding-left: 8px;
}
.k_date_tx {
	border-radius: 15px 15px 15px 15px;
	border: 2px solid #BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	height: 100%;
	width: 25%;
	padding-left: 8px;
}
.long_comment {
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	height: 125px;
	width: 100%;
	padding-left: 8px;
}
#footer {
	text-align: center;
	clear: right;
	float: left;	
	width: 746px;
	margin-right: 107px;
	margin-left: 107px;
}
#content_2 {
	clear: right;
	float: left;

	width: 900px;
	margin-right: 30px;
	margin-left: 30px;
}
#content_3 {
	clear: right;
	float: left;	
	width: 960px;	
}
#nav {
	clear: right;
	float: left;
	height: 100%;
	width: 180px;
	list-style:none;
	padding:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;

	background-color: #6cb22b;
	min-height:400px;
}
#nav ul {
	margin-left:-40px;		
}

#nav li {
	list-style:none;
	margin-left:20px;
	margin-bottom:8px;

}

#nav li a{
	text-decoration:none;
	
}


#nav li a:hover{
	color:#030;
}

.nav
{
	color:#fff;
	text-decoration:none;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-right:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
	color: #FFF;
}


#cerrar
{
	background-color:#f8f8f8;
	color:#fff;
	text-decoration:none;
	
	padding-top:12px;
	padding-bottom:10px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	color:#58585a;
	float:left;
	clear:right;
	width:80px;
	height:23px;
	text-align:center;
	margin-top:2px;
	margin-left:880px;

}
.cerrar
{
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color:#58585a;
} 
#wp_alta_cliente {
	clear: right;
	float: left;
	height: 100%;
	width: 610px;	
	background-color: #f8f8f8;
	background-image: url(../images/bg_kepler.png);
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 60px;
	padding-bottom: 35px;
	padding-left: 110px;
	background-position: left bottom;
	min-height:385px;
}
#navegacion {
	clear: right;
	float: left;
	height: 100%;
	width: 180px;
	margin-left:30px;

}
#sombra {
	background-image:url(../images/sombra.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: right;
	float: left;
	height: 41px;
	width: 900px;
	margin-left:30px;
	margin-right:30px;
}
#texto_alta {
	clear: right;
	float: left;
	height: 100%;
	width: 200px;
	margin-bottom: 210px; 
}
#form_alta {
	clear: right;
	float: left;
	height: 100%;
	width: 400px;
	margin-bottom:100px;
}
.tl_alta {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #003A70;
	text-decoration: none;
}
.tx_alta {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #414042;
	text-decoration: none;
}
.form_alta {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #414042;
	text-decoration: none;
	text-align: right;
}
.form_rec {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #414042;
	text-decoration: none;
	text-align: left;
}
.form_alta2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #414042;
	text-decoration: none;
}
#wp_alta_pedido {
	clear: right;
	float: left;
	height: 100%;
	width: 660px;
	
	background-color: #f8f8f8;
	padding-top: 18px;
	padding-right: 34px;
	padding-bottom: 18px;
	padding-left: 51px;
	min-height:364px;
	
}
#content100 {
	clear: right;
	float: left;
	height: 100%;
	width: 960px;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.nav_sub {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #404040;
	text-decoration: none;
	margin-left:-10px;
} 
.nav_sub ul {
	margin-left:-40px;		
} 
.texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	text-align: justify;
}
table.dataTable{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
}
table.dataTable td, table.dataTable th{
	border:1px solid #003A70;
	padding:2px 4px 2px 4px;
}
table.dataTable th{
	font-size: 18px;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#A7C942;
	color:#fff;
}
table.dataTable tr.alt td{
	background-color:#EAF2D3;
}
/*Table KEPLER*/
table.dataTableK{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse:collapse;
    width: 100%;
border-radius: 6px;
}
table.dataTableK td, table.dataTableK th{
	border:2px solid #003A70;
	padding:1px 1px 1px 8px;
}
table.dataTableK th{
	font-size: 18px;
	padding-top:1px;
	padding-bottom:1px;
	background-color:#003A70;
	color:#FFFFFF;
}
table.dataTableK tr{
	background-color:#FFFFFF;
}
table.dataTableK tr.alt td{
	background-color:#EAF2D3;
} 
table.dataTableK tr:hover{
	background-color:#DADAFF;
}
/*Table KEPLER*/

/************CHECKBOXES****************/
/* The container */
.k_chbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  color: #414042;
   	text-decoration: none;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.k_chbox input {
    position: relative;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.k_chbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.k_chbox input:checked ~ .checkmark {
    background-color: #003A70;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.k_chbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.k_chbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/************CHECKBOXES****************/
/************RADIOBUTTONS****************/
 /* Customize the label (the container) */
.k_radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #414042;
	text-decoration: none;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.k_radio input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ddd;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.k_radio:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.k_radio input:checked ~ .radiomark {
  background-color: #003A70;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.k_radio input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.k_radio .radiomark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
} 
/************RADIOBUTTONS****************/
/************MODAL****************/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */

    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: fit-content; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/************MODAL****************/