.admin-content {
  color: #333;
  padding: 60px;
  background-color: #F4F4F4;
  font-size: 17px;
  text-transform: uppercase;
}

h1 {
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #666;
}

input {
  height: 45px;
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #333;
  border: 0;
  padding: 1px 14px 0;
  background-color: #FFF;
  box-shadow: none !important;
}

input[readonly] {
  background-color: #EEE;
  color: #666;
}

label {
  line-height: 58px;
  vertical-align: top;
}

.logininput {
  width: 300px;
}

.btn {
  color: #fff;
  background-color: #777;
  width: inherit;
  line-height: 45px;
  height: 45px;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  border: 0;
  display: inline-block;
  padding: 0 30px;
  letter-spacing: .05em;
  position: relative;
  text-transform: uppercase;
  outline: none !important;
}

.btn:hover {
  background-color: #999;
}

.error {
  color: #C00;
  font-size: 15px;
}

.okay {
  color: #0C0;
  font-size: 15px;
}

.adminmenu {
  margin-bottom: 60px;
}

.adminmenu a {
  color: #777;
  margin-right: 30px;
  text-transform: uppercase;
  /* text-decoration: none; */
}

.adminmenu a:hover {
  color: #999;
}

.list-table {
  margin-left: -15px;
}

.list-table th,td {
  padding: 12px;
  min-width: 60px;
}

.list-table td {
  vertical-align: middle;
}

.list-table a {
  color: #555;
}

.list-table a:hover {
  color: #999;
}

.list-btn {
  margin-top: 50px;
}

.infogr-small {
  width: 150px;
  height: 150px;
}

.rowphoto-small {
  width: 100px;
  height: 100px;
}

.row-type-icon-small {
  width: 100px;
}

.row-type-icon-medium {
  width: 180px;
}

.row-type-icon-big {
  width: 220px;
}
