/* CSS Document */
@font-face {
	font-family: 'Lato';
    src: url('fonts/Lato-Regular-webfont.eot');
    src: url('fonts/Lato-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lato-Regular-webfont.woff') format('woff'),
         url('fonts/Lato-Regular-webfont.ttf') format('truetype'),
         url('fonts/Lato-Regular-webfont.svg#FontRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	color: #000000;
}

body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
	background-color:fefefe;
    /*line-height: 1.8;*/
}

#intranet {
	position:absolute;
	right:0px;
	padding-top:6px;
	top:0;
	/*color:#e31b19;*/
	width:260px;
	font-size:14px;
	background-color:transparent;
	/*text-shadow: 0px 1px 0px #CCCCCC;*/
	/*font-weight:700;*/
	/*font: 12px 'FontRegular', Arial, sans-serif;*/
    line-height: 0.5;
}
label {
	font-size:12px;
}
.v2{
	font-weight:bold;
	color:#D80815;
}
.v2Text{
	font-weight:normal;
    color: #777;
}
/* Create a Parallax Effect */
.bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image */
.bgimg-1 {
    background-image: url('../images/parallax1.jpg');
    /*min-height: 100%;*/
	min-height:70%;
}

/* Second image */
.bgimg-2 {
    background-image: url("../images/parallax2.jpg");
    min-height: 400px;
}

/* Third image */
.bgimg-3 {
    background-image: url("../images/parallax3.jpg");
    min-height: 400px;
}

/* Fourth image */
.bgimg-4 {
    background-image: url("../images/parallax4.jpg");
    min-height: 400px;
}

.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-0, .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

#boxLogin {
	position:absolute;
	right:0px;
	padding-top:52px;
	top:0;
	width:auto;
    cursor: pointer;
}

button {
    background-color: #e48825;/*#880b0b;*/
    cursor: pointer;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

button:hover {
    opacity: 0.8;
}

/* The Close Button (x) */
.closeSel {	
	position:fixed;
	right:40px;
	top:10px;
	z-index:2000;
}

.butCloseSel{
	font-size:16px;
	font-weight:bold;
	border:none;
	overflow:hidden;
	text-decoration:none;
	background-color:#e48825;
	color:white;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	width:32px;
	height:32px;
	border-radius:32px;
	vertical-align:text-top;
}
.butCloseSel:hover,
.butCloseSel:focus {
    color: #333;
    cursor: pointer;
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 6px 10px;
    margin: 4px 0;
	display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.editor-field
{
    padding: 8px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.editor-field-first{
	color:#ccc;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 4px 0 12px 0;
    position: relative;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* The Modal (background) */
.modal {
    font-family: "Lato", sans-serif;
	display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 40px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 300px; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
    }
    .cancelbtn {
       width: 100%;
    }
}



* {box-sizing: border-box;}

.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav .search-container {
  float: right;
  border:0px solid #333;
  width:400px;
}

.topnav input[type=text] {
  padding: 4px;
  margin-top: 8px;
  border: none;
  width:350px;
}

.topnav .search-container button {
  float: right;
  padding: 3px 10px;
  margin-top: 8px;
  margin-right: 8px;
  background: #ddd;
  font-size: 17px;
  border: 0px;
  cursor: pointer;
  width:40px;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
  }
}


.dgcList {
top:0; position:fixed; width:100%; height:100%; text-align:center; z-index:2; 
}
.dgcLiVentana { 
min-width: 150px; 
height:auto; 
background-color:#FFF; 
min-height:80px; 
position:fixed; 
right:0px; 
top:40px; 
border:1px solid #ccc;
color:#000; 
text-align:left; 
margin-left:10px; 
text-decoration:none; 
}










.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 23px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider2 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider2:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider2 {
  background-color: #D80815;
  opacity: 0.5;
}

input:checked + .slider {
  background-color: #D80815;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #D80815;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
input:checked + .slider2:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}


/* Rounded sliders */
.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider2.round {
  border-radius: 24px;
}
.slider2.round:before {
  border-radius: 50%;
}




.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #e48825; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}


.quarter
{
	border:0; 
	/*border-bottom:1px solid #ddd;*/
}
.quarterT
{
	/*width:200%;*/
	height:300px;
	overflow-x: hidden; 
	overflow-y: scroll;
	/*border:2px solid #ddd;*/
}

.quarterY
{
	/*width:200%; */
	height:600px; 
	overflow-x: hidden; 
	overflow-y: scroll;
}

/*@media (max-width:1530px){.quarterT { border:2px solid #ddd;}}
@media (max-width:800px){.quarterT { border:0;}}*/
/*@media (max-width:450px){.quarterT { width:380px; border-left:0;}}*/


.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    /*margin-bottom: 5px;*/
}

.icon {
    margin-top: 4px;
    padding: 12px;
	height:40px;
	min-height:40px;
    background: #e48825;
	border:2px solid #e48825;
    color: white;
    width: 40px;
    min-width: 40px;
    text-align: center;
}




/* Sortable tables */
table.sortable thead {
    border-spacing: 0;
    width: 100%;
}


table {
    border-spacing: 0;
    width: 100%;
    /*border: 1px solid #ddd;*/
}

/*th {
    cursor: pointer;
}*/

th, td {
    text-align: left;
    /*padding: 10px;*/
}

table.sortable tr:nth-child(even) {
    background-color: #f9f9f9;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
    content: " \25B4\25BE" 
}
























table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  /*text-transform: uppercase;*/
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    /*text-transform: uppercase;*/
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}







.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.5);
    z-index: 2;
    cursor: pointer;
}

.textOverlay{
    position: absolute;
    top: 30%;
    left: 50%;
    font-size: 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	padding:16px 16px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	border-radius:8px;
	border:1px solid #ddd;
}
.textOverlayFail{
    color: red;
}
.textOverlaySucc{
    color: green;
}

.chip {
    display: inline-block;
    padding: 0 15px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f1f1f1;
}

.closebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 12px;
    cursor: pointer;
}

.closebtn:hover {
    color: #000;
}