body{
    font-family: 'Open Sans', Arial, sans-serif;
    margin-bottom: 170px;

}

html {
  position: relative;
  min-height: 100%;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.modal {
    text-align: center;
    z-index:8050;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.font-bold {
  font-weight: bold;
}
.p-panel-informe{
  font-size: 17pt; margin-top: 10px;
}

a:hover{
    cursor: pointer;
}
#cuerpo{
  overflow:auto;
}
input:invalid {
    border: 2px solid red;
}

hr{
    margin: 10px;
}
.toast {
    opacity: 1 !important;
}
.panel-heading a{
    display: block;
}


.modal-backdrop, .modal-backdrop.fade.in {
  z-index:8045;
  }
.fc-day-today{
    border: 3px solid #FEED91 !important;
}

textarea{
    resize: none;
}

table td.highlighted {
    background-color:#999;
}

#header_login{
    background-color: #eee;
    padding: 10px 50px;
    height: 120px;
}

#header{
    background-color: #eee;
    padding: 3px 25px 3px 25px;
    border-bottom:1px solid #ccc;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

#cuerpo_login{
    min-height:300px;
    height:100%;
    padding-top: 15vh;
    -webkit-box-shadow: -1px 2px 40px 0px #7E7E7E; 
    box-shadow: -1px 2px 40px 0px #7E7E7E;
}

#cuerpo_login::after {
    content: "";
    background-image: url('../imagenes/wallpaper.jpg'); 
    background-position:bottom;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;   
}

.bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 650px;
}

#footer_login{
    background-color: #eee;
    padding: 10px 50px;
    clear:both;
    height: 120px;
    -webkit-box-shadow: -1px 2px 40px 0px #7E7E7E; 
    box-shadow: -1px 2px 40px 0px #7E7E7E;
}

#footer{
    background-color: #eee;
    padding: 10px 50px;
    clear:both;
    margin-top: 0px;
    border-top: 1px solid #ccc;
    position:absolute;
    bottom:0;
    width:100%;
  }

.nuevo_evento_xs{
    margin-top: 0px;  
}

.color_tarea{
    color: #fd3333;
}

.color_ingreso{
    color: #419741;
}

.color_despacho{
    color: orange;
}

.footer_izquierdo{
    padding-left: 0vh;
    text-align: center;
}

.footer_centro{
    padding-left: 3vh;
    border-left: 1px solid #ccc;
}

.footer_derecho{
  padding-left: 0vh;
  text-align: center;
  padding-top:6vh;
}

.footer_centro ul{
  padding-left: 10px;
  margin-bottom:0px;
}
.footer_centro ul li{
  list-style-type: none;
}

.footer_centro ul li:before {
  content: "\f101"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -0.7em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

.breadcrumb{
    background-color: transparent;
    padding-left: 0px;
    padding-right:0px;
    text-align: left;
    margin-bottom: 0px;
}

.breadcrumb li{
    margin-top: 5px;
}

.cerrar_sesion_movil{
    display: none;
}

.btn_indicadores{
    float: right; 
}
.btn_indicadores_desktop{
    display: inline-block;
}

.indicadores{
    display: none;
    position: absolute;
    right: 0;
    z-index: 1000;
    background-color: #00649e;
    margin-right: 20px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 3px 3px 3px rgb(182, 182, 182);
}

.indicadores ul{
  margin: 3vh 10vh 0vh 3vh;    
  padding:0;
}

.indicadores ul li{
    list-style-type: none;
}

.indicadores span{
  margin-right: 2.5vh;
  margin-bottom:2vh;
  font-size: 12pt;
}

.currency {
  text-align: right;
}

.currency:before {
  content: "$";
  float: left;
  padding-right: 4px;
}

.imgSeleccionada {
  border: 4px solid #EE8602;
}

.containerImagen { position: relative; }
.containerImagen img { display: block; }
.containerImagen .checkImagen { position: absolute; bottom:8px; right:8px;  color:white; font-weight:normal; font-size: 14pt; text-shadow: 2px 2px #444444;}

tr {
  position: relative;
}

tr[alt]:hover::after {
  content: attr(alt);
  position: absolute;
  top: -50%;
  right: 0;
  background-color: #262626;
  font-size: 8pt;
  color: white;
  padding: 7px;
  border-radius: 5px;
}

.nuevoDocumento{
  display: none;
  position: absolute;
  right: 0;
  z-index: 1000;
  background-color: #00649e;
  margin-right: 15px;
}

.nuevoDocumento ul{
margin: 3vh 10vh 0vh 3vh;    
padding:0;
}

.nuevoDocumento ul li{
  list-style-type: none;
}

.nuevoDocumento span{
margin-right: 2.5vh;
margin-bottom:2vh;
font-size: 12pt;
}

.cerrar_sesion_normal{
    display: inline-block;
    margin-left: 10px;
}

.txtIndicador{
    margin: 0 20px;
}

nav{
    float: right;
    margin-top: 8px;
}
nav a{
      text-decoration:none;
      color:inherit;
      font-size:14px;
      display: block;
      margin:5px;
      }
            
nav li{
      display:inline-block;
      width:120px;
      height:70px;
      text-align:center;
      color:#111;
      position:relative;
}
            
nav li:hover{
    background: rgb(48,106,142);
    background: linear-gradient(180deg, rgba(48,106,142,1) 0%, rgba(15,15,112,1) 100%, rgba(0,212,255,1) 100%); 
    color:#fff;
    border-radius: 3px;
    }
    
nav li a:hover{
    color:#efefef;
    text-decoration: none;
}

.dropdown a{
    cursor: pointer;
}

.dropdown a:hover{
  cursor: pointer;
  color:#fff;

}

nav li .dropdown-item{
    color: #111;
    padding: 3px;
}
nav li .dropdown-item:hover{
    background-color:#FF9900;
    color:#fff;
    padding: 3px;
}

nav li>ul{
      display:none;
      }

nav li:hover>ul{
      display:block;
      position:absolute;
      top:30px;
      left:0px;
}
#appHeader{
  position: fixed;
  width:100%;
  margin:0px;
  z-index: 8000;
}
.franja-top{
    background-color: #00649e;
    padding:0px 50px;
    color:#fff;
    font-size: 11px;
    border-bottom: 1px solid #204D74;
    width:100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
#cuerpo{
    /*background-image: url('../imagenes/content_repeat.jpg'); */
    background-repeat: repeat-x; 
    min-height:600px;
    padding-top: 140px;
}



.burger{
    display: none;
}

  /* Icon 1 */
  
  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #111;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 10px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 20px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  #menu_slider{
    display: none;
    width: 100%;
    z-index: 1000;
}
  
#menu_slider ul{
    list-style-type: none;
    margin-bottom: 2vh;
}

#menu_slider ul li{
    color: #111;
    font-weight: 500;
    margin: 2vh 0vh;
}

#menu_slider ul li a, nav ul li a:hover{
    color: #111;
}

.datos_cliente span{
    padding-left:12px;
}
.datos_cliente .form-control{
    min-width: 200px;
}

.datos_cliente .panel-body{
    padding: 15px 0px 0px 0px;
}

.datos_cliente .form-control:disabled{
    background-color: transparent;
    cursor:auto;
}

input[readonly].form-control{
  background-color: transparent;
  cursor:auto;
}

.ui-datepicker .btn-group .btn-danger.btn{
  display: none !important;
}

.datos_cliente .btn{
    margin-left: 15px;
}

/* typeahead */


.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
}


.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.tt-input-group {
  width: 100%;
}

/** Added from this point */
.twitter-typeahead{
  width: 100%;
}
.tt-dropdown-menu{
 width: 100%;
}
input.typeahead.tt-query{ /* This is optional */
 width: 300px !important;
}



/* typeahead fin */

.tabla_items_ingreso{
    word-wrap: break-word;
}

.tabla_items_ingreso tbody tr td{
  padding:0 !important;
}

.tabla_items_ingreso .form-control{
  border: 0;
  margin:0;
  padding:5px;
  font-size: 8pt;
}

.tabla_items_ingreso .es_desglose{
  font-size:8pt; background-color:  #f9f9f9;
}

.tabla_items_ingreso .form-control{
  background-color: #fff !important;
}

.tabla_items_ingreso .es_desglose .form-control{
  background-color: #f9f8e8 !important;
}
.tabla_items_ingreso .es_desglose span{
  background-color: #f9f8e8 !important;
  border-top: 2px solid #EBEADB;
}
.tabla_items_ingreso span:hover{
  color: orange;
  cursor: pointer;
}
.tabla_informe{
  font-size:8pt;
}

.tabla_informe i:hover{
  color: orange;
  cursor: pointer;
}

.tabla_pagos i:hover{
  color: red;
  cursor: pointer;
}

.formulario_mercancias .form-control:disabled{
  background-color: transparent;
  cursor:auto;
}


.btn-link{
  padding: 0px !important;
}

@media (max-width: 655px) { 
    nav{
        margin-top: 0px;
    }
    .burger{
        display: block;
        float: right;
        margin: 34px 10px 5px 10px;
        cursor: pointer;
    }
    
    nav ul{
        display: none;
    }

    .breadcrumb{
        background-color: transparent;
        padding-left: 15px;
        padding-right: 15px;
    }

#menu_slider ul{
    padding-left: 0px;
}              
#menu_slider li{
    display:inline-block;
    width:120px;
    height:30px;
    text-align:center;
    color:#111;
    position:relative;
}

#menu_slider li a{
    display: block;
    padding: 5px;
    font-weight: bold;
}

#menu_slider li:hover{
  background-color:#FF9900;
  color:#fff;
  border-radius: 4px;
  }
  
 #menu_slider li a:hover{
  color:#111;
  text-decoration: none;
}

#header{
    background-color: #eee;
    padding: 3px 20px;
    padding-top: 3px;
    border-top: 1px solid #ccc;
}

.indicadores{
    margin-right:0;
    border-bottom-right-radius: 0px;
    padding: 10px;
}


.indicadores ul{
  margin: 0.7vh 5vh 0vh 0.7vh;    
  padding:0;
}

.indicadores span{
  margin-right: 0;
  margin-bottom:0;
}

.btn_indicadores_desktop{
    display: none;
}


.datos_cliente{
    margin-left:0px;
    margin-right:0px;
}


.msg_bienvenida{
    display: none;
}

.cerrar_sesion_normal{
    display: none;
}


.cerrar_sesion_movil{
    display: inline-block;
}

.franja-top{
    padding: 4px;
}

}


.type-document{
    width:100%; 
    margin-bottom:20px;
}

.documents {
    padding:20px;    
}

.tabs {
  margin-bottom: 20px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #dce2e9;
}

.tabs .nav-tabs > li > a {
  font-size: 15px;
  padding: 10px 20px;
}

.tabs .nav-tabs > li.active > a {
  border: 1px solid #dce2e9;
  border-bottom-color: #fff;
}

.tabs-panel .panel-heading {
  padding: 3px 10px 2px 10px;
}

.tabs-panel .panel-heading > .nav.nav-tabs {
  padding: 0;
}

.tabs-panel .panel-heading:after {
  padding-bottom: 3px;
}

.tabs-panel .panel-heading .panel-options {
  margin-top: 10px;
}
.tabs-panel .panel-body {
  padding: 20px 15px 15px 15px;
  font-size: 14px;
}

.tabs-panel .nav-tabs {
  border: none;
}

.tabs-panel .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.tabs-panel .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 15px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs-panel .nav-tabs > li > a > i {
  font-size: 13px;
  margin-right: 2px;
}

.tabs-panel .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus {
  color: #4a4d56;
  cursor: default;
  background-color: inherit;
  border: none;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs > li.active > a:after,
.tabs-panel .nav-tabs > li.active > a:hover:after,
.tabs-panel .nav-tabs > li.active > a:focus:after {
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  left: 2px;
  content: "";
  padding-bottom: 12px;
  border-bottom: 4px solid #314557;
}

.tabs-panel .tab-content {
  background-color: #fff;
  border: none;
}

.tabs-panel.panel-success .panel-heading:after,
.tabs-panel.panel-info .panel-heading:after,
.tabs-panel.panel-danger .panel-heading:after,
.tabs-panel.panel-warning .panel-heading:after,
.tabs-panel.panel-dark .panel-heading:after {
  display: none;
}

.tabs-panel.panel-success-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-success-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #0ec8a2;
}

.tabs-panel.panel-info-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-info-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #2da9e9;
}

.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-warning-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #ff9e2a;
}

.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:hover:after,
.tabs-panel.panel-danger-outline .nav-tabs > li.active > a:focus:after {
  border-bottom: 4px solid #f95858;
}

.tabs-panel.panel-success .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-info .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-danger .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-warning .panel-heading .nav.nav-tabs > li > a,
.tabs-panel.panel-dark .panel-heading .nav.nav-tabs > li > a {
  color: #fff;
}

.tabs-panel.panel-success .panel-heading li.active > a:after,
.tabs-panel.panel-success .panel-heading li.active > a:hover:after,
.tabs-panel.panel-success .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #0ec8a2;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-info .panel-heading li.active > a:after,
.tabs-panel.panel-info .panel-heading li.active > a:hover:after,
.tabs-panel.panel-info .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #2da9e9;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-warning .panel-heading li.active > a:after,
.tabs-panel.panel-warning .panel-heading li.active > a:hover:after,
.tabs-panel.panel-warning .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #ff9e2a;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-danger .panel-heading li.active > a:after,
.tabs-panel.panel-danger .panel-heading li.active > a:hover:after,
.tabs-panel.panel-danger .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #f95858;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.tabs-panel.panel-dark .panel-heading li.active > a:after,
.tabs-panel.panel-dark .panel-heading li.active > a:hover:after,
.tabs-panel.panel-dark .panel-heading li.active > a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #314557;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left:40%;
}

.nav-tabs {
  border-bottom: 1px solid #98a3af;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  opacity: 0.5;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 16px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0,0,0,0);
  border: 1px solid rgba(0,0,0,0);
  color: #000;
}

.nav-tabs > li.active {
  opacity: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs > li.active > a,
.tabs-panel .nav-tabs > li.active > a:hover,
.tabs-panel .nav-tabs > li.active > a:focus {
  margin-top: -1px;
  border: 1px solid rgba(0,0,0,0) !important;
  border-bottom: none;
}


.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dce2e9;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
    border-bottom: 1px solid #98a3af;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

@media (max-width: 767px) {
  .nav-justified > li > a {
    border: 1px solid #98a3af;
  }

  .nav-justified + .tab-content {
    border: 1px solid #dce2e9;
  }
}

.document {
  float: left;
  width: calc(33% - 20px);
  max-width: 240px;
  margin: 0px 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dce2e9;
}

.document .document-body {
  height: 130px;
  text-align: center;
  position: relative;
}

.document .document-body i {
  font-size: 45px;
  line-height: 120px;
}

.document .document-body .btn-danger{
  position: absolute; 
  right: 5px; 
  top: 5px;
  font-size: 10pt;
}

.document .document-body .btn-danger i{
  line-height: 0px;
  font-size: 13pt;
}

.document .document-body img {
  width: 100%;
  height: 100%;
}

.document .document-footer {
  border-top: 1px solid #ebf1f5;
  height: 46px;
  padding: 5px 12px;
  border-radius: 0 0 2px 2px;
}

.document .document-footer .document-name {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document-name a{
  color: #fff;
  display: block;
}

.document-name a:hover{
  color: #fff;
  text-decoration: underline;
  display: block;
}


.document .document-footer .document-description {
  display: block;
  margin-top: -1px;
  font-size: 11px;
  font-weight: 600;
  color: #8998a6;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document.info .document-footer >*, .document.success .document-footer >*,
.document.danger .document-footer >*, .document.warning .document-footer >*,
.document.dark .document-footer >* {
  color: #fff;
}

.document.info .document-footer {
  background-color: #2da9e9;
}

.document.success .document-footer {
  background-color: #0ec8a2;
}

.document.warning .document-footer {
  background-color: #ff9e2a;
}

.document.danger .document-footer {
  background-color: #f95858;
}

.document.dark .document-footer {
  background-color: #314557;
}

.folders {
  width: 100%;
}

.folders li {
  font-size: 14px;
  padding: 3px 4px 3px 12px;
}

.folders li a {
  text-decoration: none;
  color: #4a4d56;
}

.folders li a i {
  color: #5e6168;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .document  {
    width: 100%;
    margin: 5px 0;
    max-width: none;
  }


  .nuevo_evento_xs{
    margin-top: 15px;
  }

  .footer_derecho{
    padding-top:2vh;
  }

}



/* Drag and drop */

.dropzone {
  border: 2px dashed #cfdbe2;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5%;
}

.dropzone-image {
  display: block;
  margin: 0 auto 5%;
  width: 100%;
  max-width: 190px;
  height: auto;
  opacity: 0.75;
}

.dropzone a.btn {
  padding: 9px 28px 8px;
}

.dropzone-thin {
  width: 100%;
}

.dropzone-thin .dropzone-image {
  min-width: 35px;
  width: 10%;
  max-width: 80px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.dropzone-thin .dz-message > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}

.dz-preview {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f4;
}

.dz-preview:nth-child(2) {
  margin-top: 30px;
}

.dz-preview:last-child {
  border-bottom: none;
}

.dz-image {
  display: inline-block;
}

.dz-image img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.dz-details {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

.dz-error-message {
  display: none;
}

.dz-success-mark, .dz-error-mark {
  display: none;
}

.dropzone:hover {
  background-color: #fbfdff;
  cursor: pointer;
}

.dropzone:hover .dropzone-image {
  opacity: 1;
}

.new{
    cursor: pointer;
}

.new:hover{
    background-color: #F5F5F5;
}

.file_hidden{position:absolute; top:-100px;}



.modal-backdrop {
  display: none;
}

.modal {
  background: rgba(0,0,0,0.5);
}