.navbar
{
	border-radius: 0px !important;
}

.colorpicker
{
    z-index: 90000;
}


.Loading
{
	position: fixed;
    top: 55px;
    left: 50%;
    width: 250px;
    height: 60px;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    border-radius: 30px;
    margin-left: -125px;
    color: #fff;
    display:none;
}

.Loading .sk-chasing-dots
{
    margin: 0px;
    position: absolute;
    top: 7px;
    right: 12px;	
}

.Loading .sk-chasing-dots .sk-child 
{
    background-color: #fff;
}

.Loading .Cargando
{
	position: absolute;
    top: 5px;
    left: 10px;
    width: 190px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.Loading .Porfavor
{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 190px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.UserNameNews
{
    background: rgba(255,0,0,0.9);
    color: #fff;
    position: absolute;
    right: 0px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 15px;
    border: solid 1px rgba(255,255,255,0.8);
    min-width: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    top: 0px;
}


.ui-autocomplete {
    z-index: 1000000;
}