/* Ajax Loader */
#ajaxloader
{
    position: fixed;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    cursor: wait;
    width: 100%;
    height: 100%;
	display: none;
}

#ajaxloader span {
    background: white url('/static/img/loader.gif') no-repeat center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    position: absolute;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #888;
}

.widget{
}

.hide{
  display: none;
}

.element1-4{
  width: 25%;
  float: left;
}
.element1-3{
  width: 33.33%;
  float: left;
}
.element1-2{
  width: 50%;
  float: left;
}
.element2-3{
  width: 66.67%;
  float: left;
}
.element3-4{
  width: 75%;
  float: left;
}
.element1-1{
  width: 100%;
  float: left;
}

