.navbar-conamype2021{
    background-color: #303a44 !important;
    border: 1px solid #303a44 !important;
    color:  #ffffff !important;
}
/*.navbar-conamype2021 > .active > a, .active > a:hover, .active > a:focus {
    background-color:  #0d0e0f !important;
    color:  #0d0e0f !important;
}

.navbar-conamype2021 > li > a{
   /* color: #B9C2C2;
   color: #bd5d0f;
}
.navbar-conamype2021 > .open > a, .open > a:hover,  .open > a:focus {
    background-color: #B9C2C2 !important;
    color:  #303a44 !important;

  }  */
.badge {
    padding: 5px 9px 5px;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
  }
  
.badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
.badge-error {
    background-color: #b94a48;
  }
.badge-error:hover {
    background-color: #953b39;
  }
.badge-warning {
    background-color: #f89406;
  }
.badge-warning:hover {
    background-color: #c67605;
  }
.badge-success {
    background-color: #468847;
  }
.badge-success:hover {
    background-color: #356635;
  }
.badge-info {
    background-color: #3a87ad;
  }
.badge-info:hover {
    background-color: #2d6987;
  }
.badge-inverse {
    background-color: #333333;
  }
.badge-inverse:hover {
    background-color: #1a1a1a;
  }
/*************************/
blockquote.file {
    display: block;
    background: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 85px;
    padding: 1.5rem 2rem 1.5rem 8.5rem;
    border-radius: 6px;
    min-height: 5em;
    background-position: 20px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}
blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee;
}
*, :after, :before {
    box-sizing: border-box;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}
/*************************/
blockquote.tip {
    
    background-image: url(../images/guide/ico_check.svg);
    border-left: 4px solid #90bb90;
    color: #3c763d;
    background-color: #dff0d8;    
    text-align: justify;
}
blockquote.warning {
  background-color: #fff7e9;
  background-image: url(../images/guide/ico_warning.svg);
  border-left: 4px solid #ffab19;
}

blockquote.file {
  background-color: #d9edf7;  
  background-image: url(../images/guide/ico_note.svg);
  border-left: 4px solid  #5e7986;
  color: #31708f;
  text-align: justify;
  
}

blockquote.info {
  background-color: #e3f3fc;  
  background-image: url(../images/guide/ico_info.svg);
  border-left: 4px solid  #a0bcca;
  color: #31708f;
  text-align: justify;
  
}



/* Outline button for use within the docs*/
.btn-outline-edit {
  color: #337ab7;
  background-color: transparent;
  border-color: #337ab7;  
}

.btn-outline-edit:hover,.btn-outline-edit:focus, .btn-outline-edit:active {
    color: #fff;
    background-color: #337ab7;
    border-color:#337ab7;
  }

  .btn-outline-generar {
    color: #f5f8fa;
    background-color: #0b7c69;
    border-color: #086354;  
  }
  
  .btn-outline-generar:hover,.btn-outline-generar:focus, .btn-outline-generar:active {
      color: #fff;
      background-color: #086354;
      border-color: #086354;
    }

.btn-outline-view {
  color:#1a1a1a;
  background-color:  #ccc;
  border-color:   #1a1a1a;
}

.btn-outline-view:hover,.btn-outline-view:focus, .btn-outline-edit:active {
  color:#1a1a1a;
  background-color: rgb(180, 177, 177);
  border-color:   #1a1a1a;
  }

  .disabledTab{
    pointer-events: none;
   
}

.margin-actionBtn{
  margin-top: 5px !important;
}

input.largerCheckbox {
  transform : scale(2);
}

.btn-outline-dwld {
  color:#ffffff;
  background-color:  rgb(20, 20, 20);
  border-color:   #1a1a1a;
}

.btn-outline-dwld:hover,.btn-outline-view:focus, .btn-outline-edit:active {
  color:#ffffff;
  background-color: #303a44;
  border-color:   #1a1a1a;
  }

   /* Boton Seguimiento */
  
 .btn-sgmnt-grey {
  
  color: #fff;  
  background-color: #6c757d;
}
.btn-sgmnt-grey:hover {
  color: #fff; 
  background-color:  #495057;
}
.btn-sgmnt-grey:active {
  top: 2px;
}

.df-messenger-wrapper{
  z-index: 25 !important;
}

.noscroll { 
  overflow: hidden;
}

#dashboard {
  position: fixed;
	width: 100%;
	height: 100%;
  left:0;
  top:50px;   
  background-color: #fff;
  margin: 0; 
  padding: 0; 
  z-index: 30;
  
}

#contentFrame {
  height: 100vh !important;
  margin-bottom: 50px !important;
}

/* The navigation links inside the overlay */
#close {
  margin-top: 0.2em;
  margin-right: 0.2em;
  text-decoration: none;
  font-size: 24px;
  color: #181717;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
  position: absolute;
  top: 0;
  right: 0; 
  display: block;
  width: 32px;

}  



@media (max-width: 480px){

  blockquote {   
    margin-inline-start: -5px;
    margin-inline-end: -5px;
    padding: 0px 22px;
    margin: 0px;
    font-size: 20px;
    border-left: 0px solid #eee;
  }
  blockquote.file {
    display: block;    
    font-size: 1.8rem;      
    padding: 1rem 1rem 1.5rem 1.2rem;
    border-radius: 6px;      
    background-image: none;
    text-align: start;
  }

}



  

