body{
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}

a {
  color: #3f72d8;
  text-decoration: none;
}


#page-layout-box--header-- {
  background-color: #2b3643;
}

#page-layout-box--header-- h1 {
  background: url(/style/default/image/admin/publis.png) top right no-repeat;
  width: 44px;
  height: 45px;
  float: right;
  clear: none;
  margin: 7px auto 0;
  display: block;
  float: none;
}

#page-layout-box--header-- h1 span {
  display: none;
}

#page-layout-box--content-- {
  width: 100%;
}

#page-layout-box-inner--content-- {
  width: 1200px;
  margin: auto;
}

.layout_box {
  float: none;
  margin: auto;
}

#footer-copyright {
  text-align: center;
  margin: 30px 0;
}

.admin_user_toolbar_button {
  font-size: 20px;
}

.admin_user_toolbar_button i {
  margin-right: 15px;
}

.admin_user_toolbar {
  padding: 20px 0;
  margin: 0 0 20px;
}

.admin_user_toolbar h2 {
  text-align: center;
  font-weight: 200;
  font-size: 25px;
}

.admin_user_menu_button_holder {
  font-size: 20px;
}

.label {
  color: #000;
  font-size: 16px;
}

/*editor*/
.Editor input.textentry, .Editor textarea, .Editor select, .Editor input.date {
    background-color: #fff;
    background-image: none;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 6px 1%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 97%;
}

.Editor select, .Editor input.date {
    min-width: 25%;
    width: auto;
}

table.Editor th {
    margin: 0;
    padding: 1pt 2pt 2pt;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.column_table td {
    border-top: 1px solid #e0e0e0;
}
.column_table td, .column_table th {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    color: #7d7d7d;
    padding: 8px;
}

.column_table {
    border: 1px solid #e0e0e0;
    border-collapse: collapse;
    margin: 10pt 0;
    width: 100%;
}

.column_table th {
    background-color: #e4e4e5;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    color: #303641;
    text-align: left;
}

table.Editor .big_error, .error_message {
    background-color: #10cfbd;
    border: 2px solid #d00;
}

.error_message, .success_message {
    color: #000;
}

.error_message, .success_message, .info_message {
    margin: 30pt auto;
    padding: 2% 4%;
    text-align: center;
    width: 50% !important;
}

.success_message {
    background-color: #dfb;
    border: 2px solid #0d0;
}

.error_message li,
.success_message li {
  list-style-type: none;
}

span.error {
  color: #d00;
}

#popupMessageContainer {
  display: none !important;
}

.column_table td .percent_bar {
    background: #fe8005 none repeat scroll 0 0;
    border: 1px solid #fe8005;
    display: block;
    float: left;
    height: 0.8em;
    padding: 0;
    width: 1em;
}

/* menu */
#my_menu {
  margin: 30px 0;
}

#my_menu fieldset {
  border: 0px none;
}

#my_menu fieldset legend {
  font-size: 22px;
  font-weight: 200;
}

#my_menu fieldset a {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

#my_menu fieldset a i {
  display: block;
  clear: both;
  font-size: 22px;
}


table.Editor th.tall {
  vertical-align: top;
}

.publis-section {
  position: relative;
}

#PublisSectionOpts {
  position: absolute;
  right: 0;
  top: -40px;
  width: 20px;
  height: 20px;
  padding: 10px;
  background: #ccc;
  font-size: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.editable-highlight {
  background-color: rgba(204, 204, 204, 0.7) !important;
}