/*!
* metismenu https://github.com/onokumus/metismenu#readme
* A jQuery menu plugin
* @version 3.0.3
* @author Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* @license: MIT 
*/
.metismenu .arrow {
  float: right;
  line-height: 1.42857;
}
*[dir="rtl"] .metismenu .arrow {
  float: left;
}

/*
 * Require Bootstrap 3.x
 * https://github.com/twbs/bootstrap
*/

.metismenu .glyphicon.arrow:before {
  content: "\e079";
}
.metismenu .mm-active > a > .glyphicon.arrow:before {
  content: "\e114";
}

/*
 * Require Font-Awesome
 * http://fortawesome.github.io/Font-Awesome/
*/

.metismenu .fa.arrow:before {
  content: "\f104";
}
.metismenu .mm-active > a > .fa.arrow:before {
  content: "\f107";
}

/*
 * Require Ionicons
 * http://ionicons.com/
*/

.metismenu .ion.arrow:before {
  content: "\f3d2"
}
.metismenu .mm-active > a > .ion.arrow:before {
  content: "\f3d0";
}
.metismenu .plus-times {
  float: right;
}
*[dir="rtl"] .metismenu .plus-times {
  float: left;
}
.metismenu .fa.plus-times:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-times {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.metismenu .plus-minus {
  float: right;
}
*[dir="rtl"] .metismenu .plus-minus {
  float: left;
}
.metismenu .fa.plus-minus:before {
  content: "\f067";
}
.metismenu .mm-active > a > .fa.plus-minus:before {
  content: "\f068";
}
.metismenu .mm-collapse:not(.mm-show) {
  display: none;
}

.metismenu .mm-collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}

.metismenu .has-arrow {
  position: relative;
}

.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  -webkit-transform: rotate(-45deg) translate(0, -50%);
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}

*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
}

.metismenu .mm-active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

*[dir="rtl"] .metismenu .mm-active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  -webkit-transform: rotate(225deg) translate(0, -50%);
  transform: rotate(225deg) translate(0, -50%);
}
.notPointer{
  cursor: not-allowed;
}
.cursorDefault{
  cursor: default;
}
.pnter{
  cursor: pointer;
}

table td .errorss{
  border: solid 3px black !important;
  color:red;
}

.table-responsive input{ 
 -webkit-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
-moz-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
}

#mainTable td[data-bloqueo="0"]:hover {
-webkit-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
-moz-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
}


.bubble{
  animation: animateElement linear .9s;
  animation-iteration-count: 1;
 }

@keyframes animateElement{
  0% {
    opacity:0;
    transform:  translate(0px,10px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}
.agregarAnotacionTipo:hover{
  background: #cce5ff !important;
}
.iconoEditAnotacion{
    opacity: 0;
}

.iconoEditAnotacion:hover {
    opacity: 1;
}

.subir{
    padding: 5px 10px;
    background: #eee;eee
    color:#fff;
    border:0px solid #fff;
}
 
.subir:hover{
    color:#fff;
    background: #3afe;
}
.uploadS{
    color:#fff;
    background: #cce5ff;
}
.closePop:hover{
    color:red;
    
}

.ocultoBtnReporte1{


    background: none;
    border: 0;
    color: inherit;
     font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none; /* for button */
   -webkit-appearance: button; /* for input */
     -moz-user-select: none;
      -ms-user-select: none;
}
.ocultoBtnReporte{


    background: none;
    border: 0;
    color: inherit;
     font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none; /* for button */
   -webkit-appearance: button; /* for input */
     -moz-user-select: none;
      -ms-user-select: none;
}

.mesesInformeP:focus{
     -webkit-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
-moz-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
}

.editCss{
  position: absolute;
  top: auto;
  left: 90%;
}

.hoverCheck:hover{
  color: green;
}
.waps{
  -webkit-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
-moz-box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
box-shadow: inset 2px 2px 15px -9px rgba(0,0,0,0.6);
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
#animated-example {
  /*width: 20px;
  height: 20px;
  background-color: red;
  position: relative;
  top: 100px;
  left: 100px;
  border-radius: 50%;*/
}
