@font-face {
  font-family: gotham-medium;
  src: url(../font-face/Gotham/Gotham-Medium.otf);
}
@font-face {
  font-family: gotham-light;
  src: url(../font-face/Gotham/Gotham-Light.otf);
}
.border{
  border:1px solid #000;
}
body, html {
  width: 100%;
  height: 100%;
  font-family: gotham-medium,'PT Sans', sans-serif;
}
/* AGV */
a{color: #E84A26;}
a:hover{color: #E84A26;}
.hide{display:none;}
.h1{color: #E84A26;}
.btn-primary{
  background-color: #E84A26;
  border-color: #E84A26;
}
.btn-primary:hover{
  background-color: #E84A26;
  border-color: #E84A26;
}
.pagination > li > a{
  color: #E84A26;
}
.pagination > .active > span{
  background-color: #E84A26;
  border-color: #E84A26;
}

.icon-bar {
  color: black;
  border-color: black;
  background-color: black;
}
.font-gottam-light{
  font-family: gotham-light,'PT Sans', sans-serif;
}
.font-gottam-medium{
  font-family: gotham-medium,'PT Sans', sans-serif;
}

.color-blue-show{
 /*color: #0099cc;*/
 color: #E84A26;
}
.font-size-show-title{
  font-size: 30.20pt;
}
.font-size-25pt{
  font-size: 25pt;
}
.font-size-20pt{
  font-size: 20pt;
}
.font-size-15pt{
  font-size: 15pt;
}

.font-size-10pt{
  font-size: 10pt;
}
.bold{
  font-weight: bold;
}
.gotham-light{
  font-family: gotham-light,'PT Sans', sans-serif;
}
.fondo_login:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: url("../img/default.png");*/
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: 50%;
  opacity: 0.2;
  background-attachment: fixed;
}

.area-drag-drop{
  border: 6px dashed #c0c0c0;
  height: 300px;
  width: 95%;
  margin-bottom: 20px;
}
.color-text-gray{
  color: #c0c0c0;
}
.fondo-form {
  background-image: url("../img/fondo-login.png");
}
.borde-gray{
  border: 3px solid #a5a5a5;
  -webkit-border-radius:.5em;
  -moz-border-radius:.5em;
  border-radius:.5em;
}

.margin-top-10 {
  margin-top: 10%;
}
.margin-top-45 {
  margin-top: 45%;
}

.margin-top-15-px {
  margin-top: 15px;
}
.margin-top-5 {
  margin-top: 5%;
}
.margin-bottom-5 {
  margin-bottom: 5%;
}
.btn-update, .btn-delete{
  width: 50px;
}
.panel-login{
  margin: 10% auto;
}
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
  .navbar{

    box-shadow: 0px -2px 6px 9px rgba(199,199,199,0.5);
  }
  .navbar-brand > img{
    width: 90px;
    margin-top: -15px;
    padding: 0px;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .navbar{
    height: 100px;
    box-shadow: 0px -2px 6px 9px rgba(199,199,199,0.5);
  }
  .navbar-brand{
    height: 90px;
    margin:0px;
    padding: 0px;
    left: 100px;
    transform: translateX(100%);
  }
  .navbar-brand > img{
    display: block;
    /*width:  auto;*/
    width:  120px;
    /*margin-top: 0px;*/
    margin-top: 10px;
    padding: 0px;
  }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {


}
.fondo-buscar{
  background: url( '../img/fondo_buscador.png' )  no-repeat;
  background-size: 100px 100px;
  background-size: 100% 100%;
  padding: 10px;
}

.fondo-search{
  background: #E8E5E4;
  border-radius: .5em;
  padding: 7px;
}
.margin-auto{
  margin: auto;
}

.select{
  box-shadow: inset 0px 0px 6px 1px rgba(0,0,0,0.5);
}

*::-webkit-input-placeholder {
  /* Google Chrome y Safari */
  color: #999999;
}
*:-moz-placeholder {
  /* Firefox anterior a 19 */
  color: #999999;
}
*::-moz-placeholder {
  /* Firefox 19 y superior */
  color: #999999;
}
*:-ms-input-placeholder {
  /* Internet Explorer 10 y superior */
  color: #999999;
}

.border-bottom{
  border-bottom: 1px solid #ccc;
}

.margin-top-10px{
  margin-top: 10px!important;
}

.icon-input-btn{
  display: inline-block;
  position: relative;
}
.icon-input-btn input[type="submit"]{
  width:34px;
  height:34px;
}
.icon-input-btn .glyphicon{
  display: inline-block;
  position: absolute;
  left: 0.65em;
  top: 30%;
}

img {
  width: 100%;
  height: auto;
}

.border-color{
  border-color: #0099cc;
}

.editImage{

}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Popup container - can be anything you want */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 200px;

  word-wrap: break-word;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 48%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.contenedorPopup{
 overflow-y: auto;
 height: auto;
 min-height: 60px;
 max-height: 200px;
}
/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.notesArticle{
 overflow-y: auto;
 height: auto;
 min-height: 60px;
 max-height: 200px;
 text-align: justify;
}

.contenedor{
  margin:auto;
  margin-top:5px;
  padding-bottom: 5px;
  overflow-y:auto;
}
