.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right:30px;
    display:none;
    z-index: 9999999999;
}

.menu .list i.fa{
	padding-top: 8px;
}

.menu .list .active i.fa{
	padding-top: 4px;
}

body{
    overflow-x: hidden;
}

body.ls-closed{
	background-color: white;
}

body.ls-closed .card{
	box-shadow: none;
}

body.ls-closed .card .file{
	border-bottom: 1px dotted #ccc;
    padding: 10px 0;
}

#dashboard_accesos_directos #myTab li{
    width: 100%;
}

.dd-item,
.dd-empty,
.dd-placeholder,
.dd-handle{
    width: 250px !important;
    display: inline-block;
}

.dd-item{
    margin: 10px;
    padding: 10px;
}

.dd-handle{
    height: auto;
    width: 100% !important;
    margin: 0;
    padding: 0;
}

.dd-handle .image{
    min-height: 220px;
    min-width: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.sortable.list-sort .dd-item {
    margin: 10px 0;
    padding: 0;
    width: 100% !important;
}

.sortable.list-sort .dd-item .dd-handle{
    padding: 10px;
}

.bg-light-blue .btn.pull-right {
    margin-top: -8px;
}

.label-divider {
    margin-top: 25px;
}

.observaciones-grid {
    height: 150px;
    overflow-y: scroll;
    display: block;
    width: 100%;
}

footer > div {
    display: none !important;
}

#upload-image-crop {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #000;
}

#upload-image-crop .img-thumbnail {
    position: relative;
}

#upload-image-crop .img-spinner {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100px;
    top: calc(50% - 50px);
    margin: 0;
}

.colorpicker-element .input-group-addon i, .colorpicker-element .add-on i {
    border: 1px solid;
}

.grid-container {
    position: relative;
}

.grid-container .loader {
    position: absolute;
    background: #ffffffba;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.grid-container .loader .fa {
    margin-top: 20%;
}