.timepicker input{
	background-color: white;
}

.bootstrap-timepicker-widget td.separator{
	background-color: white;
}

.datepicker-dropdown:before {
	display: none;
}

.datepicker-dropdown:after {
	display: none;
}

.table-fixed tbody {
  max-height: 71vh;
  overflow-y: scroll;
  width: 100%;
}

.table-fixed tbody::-webkit-scrollbar {
    display: none;
}

.table-fixed thead th {
    position: sticky;
    top: -1px;
  }


#editar-modulo { overflow-y:scroll }
#editar-producto { overflow-y:scroll }
#nuevo-modulo { overflow-y:scroll }
#nuevo-producto { overflow-y:scroll }
#nueva-cotizacion { overflow-y:scroll }
#detalles-cotizacion { overflow-y:scroll }
#detalles { overflow-y:scroll }

.wrapper {
  position: relative;
  padding: 0 0px;
  height: 80vh;
  overflow-y: auto;
}

.text-center{
	vertical-align: middle !important;
}

.vertical-center {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.background {
    background: #222;
}

.footer {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    color: #2099F9
}

.footerSideBar {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 250px;
    color: #FFF
}

.smallLabel {
    font-size: 18px;
    color: #fff
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: 0;
    background: #333;
}

.navbar-header {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.blue-text {
    color: #2099F9;
}

.margin {
    padding-left: 14px;
    padding-right: 14px;
}

.coso {
    color: #000000;
    border-color: #FFFFFF
}

.coso:hover {
    color: #000000;
    border-color: #FFFFFF
}

.separator {
    height: 1px;
    width: 100%;
    display: block;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.celda0 {
    min-width: 320px;
    max-width: 320px;
}

.celda1 {
    min-width: 160px;
    max-width: 160px;
}

.celda2 {
    min-width: 140px;
    max-width: 140px;
}

.celda3 {
    min-width: 100px;
    max-width: 100px;
}

.celda-sm {
    min-width: 60px;
    max-width: 60px;
	word-break: break-all;
}

.inside {
    margin: 8px;
}

.main-tabs {
    margin-top: 8px;
    margin-bottom: 8px;
}

#devices {
    padding-bottom: 8px;
}

.alarm-icon {
    margin-right: 8px;
    margin-left: 8px;
}

#drop-image {
    margin-top: -6px;
}

.gray-button {
    border-color: gray;
}

.sin-margen {
    margin-bottom: 0px;
    margin-top: 0px;
}

#tablabody {
    max-height: 75vh;
    overflow-y: scroll;
}

#table-modal {
    max-height: 250px;
    overflow-y: scroll;
}

.tablebody-modal {
    max-height: 250px;
    overflow-y: scroll;
}


/* tables */

table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(desc.gif);
}

.search-label {
    max-width: 100px;
}

.datepicker-dropdown:before {
    display: none;
}

.datepicker-dropdown:after {
    display: none;
}

.fake-input {
    font-size: 1.6em;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
