/*///////////////// structure ////////////////*/
.container-body
{
    margin-top: 65px;
}
.img-admin
{
    width: 150px;
    height: auto;
}
.tags
{
    padding: 0 5px;
}
.tags li
{
    /*display: inline;*/
    font-size: 16px;
    padding: 0;
    list-style: none;
}
div.paginator
{
   text-align: center;
}
.blue
{
    color: #428bca;
}
.green
{
    color: green;
}
.red
{
    color: red;
}
.light-blue
{
    color: #5bc0de;
}
.margin-left-5
{
    margin-left: 5px;
}
.margin-left-15
{
  margin-left: 15px;
}
.margin-right-30
{
    margin-right: 30px;
}
.margin-right-15
{
    margin-right: 15px;
}
.margin-bottom-30
{
    margin-bottom: 30px;
}
.margin-bottom-12
{
    margin-bottom: 12px;
}
.margin-top-10
{
    margin-top: 10px;
}
.margin-top-5
{
    margin-top: 5px;
}
.margin-left-12
{
    margin-left: 12px;
}
.middle-panel
{
    margin-top: 25%;
}
.hidden
{
  display: none;
}
/*///////////////// forms ////////////////*/
.form-button
{
    cursor: pointer;
}
/*///////////////// signup form ////////////////*/
.centered-form
{
    margin-top: 10%;
}
.centered-form .panel
{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
/*///////////////// navbar ////////////////*/
.navbar.dropdown-user a:hover
{
    text-decoration: none;
}
.navbar-top-links li a
{
    padding: 15px;
    min-height: 50px;
}
#dropdown-profile
{
  padding-top: 10px;
  padding-bottom: 10px;
}
#nav-email
{
  margin-left:3px;
}
/*///////////////// dashboard ////////////////*/
.stats-item
{
  height: 120px;
  border:1px solid #DBE0E4 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size:13px;
    font-family:Roboto, sans-serif;
    padding: 20px;
    text-decoration:none;
    font-weight:bold;
    color: #ccc;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.stats-item:hover
{
  border:1px solid #1090c3;
}

.icon-large
{
  font-size: 50px;
}
.text-large
{
  font-size: 50px;
}

/*///////////////// user profile ////////////////*/
.profile-avatar
{
  width: 179px;
  height: 179px;
  border: 4px dashed #bbb;
  margin-left: auto;
  margin-right: auto;
}
/*///////////////// user search ////////////////*/
.ordering-container {
  height: 125px;
}

.form-error{
  border: 1px solid red;
}
.navbar-header{
    width:16.7%;
}
