/* portfolio admin overrides */
#wrapper {
  margin: auto;
  max-width: 960px;
}
.preloading {
  padding-top: 0;
}
#header {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
}
#header .logo {
  width: 178px;
}
#header .logo img {
  width: 100%;
  height: auto;
}
#header .top {
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 31px;
  letter-spacing: -0.5px;
}
#header .ham {
  display: none;
}
.butnew-holder {
  text-align: center;
  margin: 20px auto;
}
.form-help {
  padding-left: 130px;
  font-size: 12px;
  font-weight: bold;
}
form p {
  vertical-align: top;
  text-align: start;
}
.formrow * {
  vertical-align: top;
}
.admin__block {
  width: 800px;
  margin: 50px auto;
  border: 3px solid #d3d3d3;
}
.admin__block h2 {
  text-align: center;
  font-size: 18px;
  background: #d3d3d3;
  line-height: 35px;
  font-weight: bold;
}
.admin__block h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.admin__block form {
  margin: 20px;
}
.admin__block .form-item + .form-item {
  margin-top: 15px;
}
.admin__block .form-item__label {
  float: left;
}
.admin__block .form-item__input {
  margin-left: 150px;
}
.admin--floating-switch {
  position: fixed;
  /*background: rgba(255,153,0,0.6);*/
  text-align: center;
  padding: 15px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
}
.project-edit-mode .project-items {
  margin-left: 30px;
  margin-right: 30px;
  overflow: auto;
}
.project-edit-mode .project-items header {
  margin-bottom: 10px;
}
.project-edit-mode .project-items > .project__item,
.project-edit-mode .project-items > div {
  width: 31%;
  float: left;
  height: 200px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 20px;
  border: 2px solid #ff4500;
  box-sizing: border-box;
  margin-left: 1%;
  margin-right: 1%;
}
.project-edit-mode .sortable-placeholder {
  height: 200px !important;
  background: #d3d3d3 !important;
  border: 2px solid #808080 !important;
}
.admin--floating-switch #project-edit-mode-switch {
  display: inline-block;
}
.project-edit-mode .admin--floating-switch #project-edit-mode-switch {
  display: none;
}
.admin--floating-switch #project-edit-mode-switch-off {
  display: none;
}
.project-edit-mode .admin--floating-switch #project-edit-mode-switch-off {
  display: inline-block;
}
.admin--floating-switch #project-sort-mode-switch {
  display: inline-block;
}
.projects-list-sort-mode .admin--floating-switch #project-sort-mode-switch {
  display: none;
}
.admin--floating-switch #project-sort-mode-switch-off {
  display: none;
}
.projects-list-sort-mode .admin--floating-switch #project-sort-mode-switch-off {
  display: inline-block;
}
.project__item {
  position: relative;
}
.admin-tools {
  display: none;
}
.project-edit-mode .admin-tools {
  display: block;
}
.project-edit-mode .admin-tools .handle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.project-edit-mode .admin-tools .handle:hover {
  background: rgba(0,0,0,0.8);
  transform: scale(1.1);
}
.project-edit-mode .admin-tools .project-delete-item-but {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
div.admin__block {
  display: none;
}
.project-edit-mode div.admin__block {
  display: block;
}
/*#project-edit-info-but {*/
  /*position: absolute;*/
  /*right: 10px;*/
/*}*/
#edit-user-access-form {
  padding-bottom: 100px;
}
#edit-user-access-form li + li {
  margin-top: 10px;
}
.access-list-holder input[type=checkbox] {
  width: auto !important;
}
.project-list-items .sortable-placeholder {
  height: 300px !important;
  width: 300px !important;
  background: #d3d3d3 !important;
  border: 2px solid #808080 !important;
  float: left;
  margin: 30px;
}
.projects-list-sort-mode .project-list-items .item {
  width: 300px !important;
  height: 300px !important;
  float: left !important;
  margin: 30px;
}
.project-list-items .item .handle {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -30px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: rgba(0,0,0,0.7);
  text-align: center;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}
.projects-list-sort-mode .project-list-items .item .handle {
  display: block;
}
.project-list-items .item .handle:hover {
  background: rgba(0,0,0,0.8);
  transform: scale(1.1);
}



#login_form {
  font-size: 12px;
  color: #948B7C;
  margin-bottom: 70px;
  margin-left: 2px;
}
#login_form p {
  margin: 5px 0px;
}
#login_form label {
  font-size: 14px;
  display: block;
  padding-top: 5px;
  font-family: 'arsmaquettepro-medium';
}
#login_form .field_holder {
  display: inline-block;
  width: auto;
  /*height: 21px;*/
  padding: 5px 7px;
  background: #fff;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
#login_form input {
  font-size: 16px;
  border: 0px;
  height: 21px;
  line-height: 21px;
  *line-height: 18px;
  _line-height:21px;
  color: #948B7C;
  width: 296px;
  outline: none;
  font-family: 'arsmaquettepro-reg';
}
#login_form .remember_holder {
  height: 50px;
  margin-top: 11px;
}
#login_form label.remember {
  font-size: 14px;
  line-height: auto;
  float: left;
  margin-left: 2px;
}
#login_form #remember_check {
  float: left;
  width: 15px;
  height: 15px;
}
#login_form #remember_note {
  font-size: 13px;
  padding-left: 20px;
}
#login_form .login_but {
  font-size: 24px;
  color: #958779;
  background: url(../images/rightarrow_rounded.png) 0% 60% no-repeat;
  padding-left: 25px;
  margin-top: 10px;
  display: block;
}
.loginhelp {
  padding-top: 28px;
  background: url(../../img/cloudberry/hr11px.png) 0 0 no-repeat;
  color: #958779;
  font-size: 13px;
}
.loginhelp strong {
  font-size: 16px;
  display: block;
  margin-bottom: 3px;
}

#userheader {
  border-bottom: 2px solid #D8D2C8;
  margin-bottom: 7px;
  height: 65px;
  position: relative;
}
#userheader h1 {
  margin: 0;
  width: 268px;
  height: 31px;
  background: url(../images/logo.svg) no-repeat;
  text-indent: -9000px;
  position: absolute;
  left: 0;
  top: 15px;
}

.login_message {
  font-size: 16px;
  color: #AEA495;
  margin-bottom: 20px;
  color: #AEA495;
  margin: 0 0 1em .125em;
  font-family: 'arsmaquettepro-medium';
  font-weight: normal;
  -webkit-font-smoothing: subpixel-antialiased;
}


#flash {
  font-weight: bold;
  color: #fb4901 !important;
  font-size: 14px;
  margin-bottom: 20px;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 0;
}

.login_but {
  text-decoration: none;
  font-family: arsmaquettepro-reg;
  font-weight: bold;
}
.login_but:hover {
  text-decoration: underline;
}