body {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
}
.texto1 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 18px
}
.texto2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 16px
}
.texto3 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 13px
}
input[type=text], select {
    /* width: 30%; */
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

form input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
	width: 100%;
	background-color: #e68711;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.btn{
	background-color: #e68711;
	color: white;
  cursor: pointer;
  transition: 0.3s;
}
.eliminar{
  background-color: #FD4040;
  font-size: 13px;
}
.editar{
  font-size: 13px;
  background-color: #408CFD;
}
.pswd{
  font-size: 13px;
  background-color:#5E5E5E; 
}
.btn:hover {
  color:white;
	background-color: #0f0f0f;
}

input[type=submit]:hover {
	background-color: #0f0f0f;
}

input[type=button] {
	width: 100%;
	background-color: #e68711;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

input[type=button]:hover {
	background-color: #0f0f0f;
}

/*#500 {
    font-family: 'Roboto Condensed', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#500 td, #500 th {
    border: 1px solid #ddd;
    padding: 8px;
}
#500 tr:nth-child(even){background-color: #f9fffd;}

#500 tr:hover {background-color: #f9fffd;}

#500 th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #07ffc5;
	color: white;
}*/
#puestos {
    font-family: 'Roboto Condensed', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#puestos td, #puestos th {
    border: 1px solid #0f0f0f;
    padding: 8px;
}

#puestos tr:nth-child(even){background-color: #eeeeee;}

#puestos tr:hover {
	background-color: #B4B4B4;
}

#puestos th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #07ffc5;
	color: white;
}
.holder_img {   
  width: auto;
  display: inline-block;    
}

.holder_img img {
  width: 300px; /* Will shrink image to 30% of its original width */
  height: auto;    
}​

#tabla700 {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 8px;
    border-collapse: collapse;
    width: 100%;
}

#tabla700 td, #tabla700 th {
    border: 1px solid #ddd;
    padding: 1px;
}


#tabla700 td:hover {background-color: #e68711;}

#tabla700 th {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	background-color: #07ffc5;
	color: white;
}
a {
    color: #000000;
    text-decoration: none;
    transition: 0.2s;
}

a:hover 
{
     color:#e68711; 
     text-decoration:none; 
     cursor:pointer;  
}
/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  /*background-color: #4CAF50;*/
  color: white;
}
tbody{
  font-size: 14px;
}
td{
  text-align:center;
}
tbody tr{
  transition: 0.3s;
}
tbody tr:hover{
  background-color: #C5C5C6;
}
.selected:hover{
  background-color: rgb(100, 100, 100);
  color: white;
}
thead {
  font-size: 15px;
}
th{
  white-space: nowrap;
  width: auto
}
.selected{
  background-color: rgb(100, 100, 100);
  color: white;
}
.oculto{
  display: none;
}
.controles{
  margin-bottom:10px;
}
/**/

body{
  font-family: "Poppins";
  background-color: #f7f7fc!important;
}
label{
  font-size: 12px;
  font-weight: 500;
  color: #6d6d6d;
}
.panel{
  border: none;
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 0%, 0.2)
}
.panel label{
  font-size: 12px;
  color: #6d6d6d;
  margin-bottom: 3px;
}
.panel a{
  font-size: 12px;
  color: rgb(53, 132, 197);
}
.panel a:hover{
  color:rgb(32, 79, 117);
}
/*Botones*/
.nuevo{
  outline: none;
  background-color: transparent;
  border: 1px solid rgb(77, 194, 77);
  border-radius: 25px;
  padding: 7px;
  width: 100%;
  transition: .4s;
 
}
.nuevo:hover{
  background-color: rgb(77,194,77);
  color:white;
}
/*Modal*/
.modal{
  font-family: "Poppins";
}
.modal-header{
  background: #eeeeee;
  color: #6d6d6d;
  font-weight: 700;
}
.modal-footer{
  background: #eeeeee;
}
.modal label{
  color: #6d6d6d;
  font-weight: 400;
}
/*Navbar changes*/
.navbar-toggle{
  color: #6d6d6d;
}
.navbar{
  
  font-family: "Poppins";
  margin-bottom: 0!important;
  background: white;
  border: 1px solid white;
  border-top: 2px solid #e68711;
  border-bottom-color: rgb(214, 214, 214);
}
.navbar-brand{
  font-weight: 500;
}
.navbar a{
  color: #6d6d6d!important;
}
.navbar .active{
  background-color: white;
  border-bottom: 1px solid #e68711;
  color: #6d6d6d!important;
}
.navbar-nav .active a{
  background-color: white!important;
  color: #6d6d6d!important;
}
/*Headbar*/
.headbar{
  padding-top: 10px;
  background-color: white;
  font-family: 'Poppins', sans-serif;
  border-bottom: 1px solid rgb(214, 214, 214);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.headbar h3{
  text-align: center;
  margin: 15px;
  font-size: 18px;
  color: #6d6d6d!important;
}
/*Tabla*/
.tabla{
  margin-top: 15px;
  border: 1px solid rgb(211, 211, 211);
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  background-color: white;
  width:200%;
}

.tabla th{
  background-color: #eeeeee;
  color: #6d6d6d;
  padding: 10px 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  
}
.tabla td{
  font-weight: 500;
  padding: 15px 15px;
  text-align: left;
  color: #525252;
  width: 1%;
}
.tabla .link{
  visibility: hidden;
  outline: 0;
  color:#336cad;
  background: transparent;
  border: none;
  transition: 0s;
}
.tabla tr:hover{
  background-color: #ebebeb;
}
.tabla tr:hover .link{
  visibility: visible;
}
.tabla .link:hover{
  color: gray
}
.icon-bar{
  background: black;
}
/*Spinnner*/
.spinner {
  margin: 10px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}