/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


/* enable absolute positioning */
.inner-addon { 
  position: relative; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  top: 6px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  3px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  24px; }
.right-addon input { padding-right: 30px; }


.modal-backdrop.in {
  opacity: 0;
}

body.modal-open {
  /*overflow: auto !important;*/
}

fieldset {
  padding-top: 0px !important;
}

table tbody td {
  cursor: default;
}


/* Se elimina el efecto "fade" en las ventanas modal */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -0%);
  -ms-transform: translate(0, -0%);
  transform: translate(0, -0%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal_height {
    height: 300px;
}

.modal-fullscreen .modal-dialog {
  width: 90vw;
  height: 90vh;
  max-height: 90vh;
  overflow-y: hidden !important;
}

.modal-fullscreen .modal-content{
  width: 90vw;
  height: 90vh;
  max-height: 90vh;
  overflow-y: hidden !important;
}

.modal-fullscreen .modal-body{
  height: calc(100vh - 210px);
  overflow-y: hidden !important;
}

@media (max-width: 320px) {
  .modal_height {
    height: 150px; 
  } 
}
.table > tbody > tr.active > td {
  background-color: #abb3c9;
}

.table-toolbar {
  padding: 2px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 8px;
  margin-bottom: 6px;
  background-color: rgb(142, 142, 142);
}

.table{
  margin: 0 auto;
  clear: both;
  border-collapse: collapse;
  word-wrap:break-word; 
  table-layout: fixed;
}


.table th, .table td {
  overflow: hidden;
  min-width: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accession-dialog .modal-dialog {
  width: 400px;
}
.accession-dialog .modal-content {
  height: 80%;
}
.accession-dialog .modal-body {
  max-height: calc(80% - 120px);
}

.flatpickr_element {
  width: 50%;
  height: 24px;
  padding-left: 2px;
  padding-right: 2px;
  margin-right: 2px;
  box-sizing: border-box;
  font-weight: normal;
  border: 1px solid gray;
  border-radius: 1px;
}
