/* draft css */
#gevme_website_builder-admin-top-bar #gevme_website_builder-save .caret{
  margin-right: -10px;
  margin-left: 10px;
}
#gevme_website_builder-admin-top-bar #gevme_website_builder-save .sub-menu{
  display: none;
}
#gevme_website_builder-admin-top-bar #gevme_website_builder-save .sub-menu a{
  width: 100%;
}
#gevme_website_builder-admin-top-bar #gevme_website_builder-save:hover .sub-menu{
  display: block;
}
.page-node-draft #block-system-main article{
  background-color: #fff4f4;
}

.moderate-published a,
.moderate-published a:hover{
  font-weight: bold !important;
  color: #fff !important;
  padding: 5px 10px;
  border-radius: 4px;
  background: #0a6700;
  text-decoration: none !important;
}
.view-published a,
.view-published a:hover{
  font-weight: normal !important;
  text-decoration: underline !important;
  color: #31708f !important;
}
.view-published a:hover{
  color: #000 !important;
}
.not-front .main-container{
  padding-top: 0px !important;
}
.alert-info{
  margin-bottom: 0px !important;
}
.moderate-published .noti{
  width: 21px;
  height: 18px;
  background: url(../images/warning.png);
  display: inline-block;
  margin-right: 10px;
}
#page #console .messages.access_unpublished, .main-container .messages.access_unpublished{
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-bottom: 0;
}