.imagenP{
	cursor: pointer;
}

.imagenPN{
	cursor: not-allowed;
}


.nodrop:after{
	display: none !important;
}

.pad1{
	padding-left: 30px !important;
}
.pad2{
	padding-left: 50px !important;
}
.sidebar-collapse .pad1{
	padding-left: 1rem !important;
}
.sidebar-collapse .pad2{
	padding-left: 1rem !important;
}



#searchBar {
    /*background-color: #2f2f2f;*/
    /* border: none; */
    /*color: rgba(239, 239, 239, 0.5);*/
    font-size: 12pt;
    font-weight: 100;
    margin-right: 10px;
    padding: 0.25em 0.75em;
    float: inherit;
    /*max-width: 130px;*/
    /* text-align: right; */
    /*-webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;*/
}
header #toggle-search {
    float: right;
}
#searchBar:hover {
    cursor:auto;
}
.error{
    color: red;
    width: 100%;
    text-align: center;
}