.sidebar-fixed {
    margin-top: 17px;
    height: 100vh;
    width: 200px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: #fff;
    padding-top: 0;
    z-index: 1000!important;
}
.sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.cell-actions {
    width: 1%;
    text-align: center!important;
    padding: .3rem!important;
}

.md-form select{
    border: 0!important;
    border-radius: 0!important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -webkit-appearance:none;
    -moz-appearance:    none;
    appearance:         none;  
    border-bottom: 1px solid #ced4da!important;
    font-weight: 300;
    background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='#000' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>")!important;
    background-position: 99% 50%!important;
    background-repeat: no-repeat!important;
    background-size: 16px!important;
}

.sidebar-fixed  a.nav-link-submenu, .sidebar-fixed  a.nav-link-submenu-item{
    width: 202px!important;
    border-radius: 0!important;
    border-bottom: 1px solid #ced4da;
    color: #495057;
    padding-top: 12px;
    padding-bottom: 12px;
}

div.btn-agregar{
    margin-top: -6px;
}

ul.pagination{
    justify-content: center!important;
}

.form-check-label{
    color:#757575!important;
    font-weight: 300!important;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #757575;
    margin-right: 110px;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}
.gj-icon{
    color: #757575!important;
}

.file-field {
    position: relative;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
    height: 2.5rem;
}

.file-field input.file-path {
    width: 100%;
    height: 2.1rem;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

.navbar-brand{
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.navbar-brand img{
    height: 30px;
}
.list-group-item.active{
    background-color: #212121!important;
    border-color: #212121;
}

.celda-activo{
    width:1%!important;
    text-align: center!important;
}

.carga-fotos{
    border: 1px solid #aaa!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
}

#tabla_lista td, #tabla_lista th {
    padding: 2px!important;
    vertical-align:middle!important;
}

#listaGaleria, #listaImagenes{
    cursor: move;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/preloader_3.gif) center no-repeat #fff;
}