
.taskbar_news {
  margin-bottom: 10px;
}

.taskbar_news a {
  margin-right: 10px;
  border-bottom: solid 1px #999;
}

#news_content td {
  vertical-align: top;
}

#news_sortable {
  min-height: 400px;
  width: 600px;
  margin: 0 auto;
}

.current_elems,
.elem_list {
  margin: 0;
  padding: 0;
}

.current_elems li,
.elem_list li {
  margin: 5px 0;
  padding: 5px 10px;
  list-style-type: none;
}

.current_elems li {
  border: dashed 1px #ccc;
}
#box_list_elem {
  background: #eee;
  border-left: 3px solid #fff;
  box-shadow: 0 0 5px #333333;
  height: 100%;
  margin: 0;
  padding: 50px 5px;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  z-index: 1000;
  color: #222;
  opacity: 0.9;
}
#box_list_elem {
  opacity: 1;
}

#filter_for_el {
  padding: 4px;
  width: 80%;
  margin: 0;
}

.elem_list {
  padding-bottom: 50px;
  height: 60%;
  overflow: auto;
}


.elem_list li {
  background: #333;
  color: #FFFFFF;
  box-shadow: 2px 2px 3px #333;
  border-radius: 2px;
  position: relative;
  padding-left: 26px;
}
.elem_list li:before {
  content: url('./../../../../Local/ajax/16/move.png');
  position: absolute;
  top: 6px;
  left: 5px;
}

.elem_list li:hover,
.elem_list li.ui-draggable-dragging {
  box-shadow: 2px 2px 2px #666;
  cursor: move;
}

li#news_title_1 {
  background: #111;
}
li#news_title_2 {
  background: #222;
}


li#news_page {
  background: #85B30A;
}


li.news_actu {
  background: #88A538;
}

div.opt_title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0 5px;
}

.news_edit_zone {
  box-shadow: inset 1px 1px 4px #aaa;
  border: solid 1px #999;
  min-height: 500px;
  padding: 0px;
  background: #f4f4f4;
  width: 650px;
}

#news_content cite {
  font-size: 13px;
  font-weight: bold;
  color: #222;
  padding: 10px 5px;
  display: block;
}

.news_edit_zone input,
.news_edit_zone textarea {
  width: 80%;
}

#news_sortable li {
  margin: 10px 0;
  padding: 0;
  border-style: none;
  box-shadow: 0 0 2px #666;
  background: #ffffff;
}

#news_sortable li input {
  padding: 5px;
  width: 90%;
  margin-left: 5px;
}

#news_sortable .news_highlight {
  background-color: #333;
  height: 50px;
}

ul.news_actions,
ul.news_actions li {
  padding: 0;
  margin: 0;
  list-style-type: none !important;
  background: none;
  height: 25px;
  padding: 4px;
}

ul.news_actions li {
  float: left;
}

ul.news_actions img {
  width: 16px;
  height: 16px;
}
ul.news_actions a {
  color: #555;
}


li.fld_line {
  position: relative;
  min-height: 32px;
}

li.fld_line table,
li.fld_line td,
li.fld_line img {
  max-width: 100%;
}

.fld_btns {
  position: absolute;
  top: 5px;
  right: 5px;
}
.fld_btns a {
  display: block;
  float: left;
  width: 26px !important;
  height: 26px !important;
  line-height: 30px;
  vertical-align: text-bottom;
  padding: 0px;
  text-shadow: 0 0 2px #fff;
  color: #333;
  background: #fff;
  border-radius: 5px;
  margin-left: 5px;
  border: solid 1px #ccc;
}

.ed_news_label {
  font-weight: bold;
}


li.fld_line table > tr:nth-child(2n+1) td,
li.fld_line table > tr:nth-child(2n) td {
  background: #fff;
}

/* Default style for newsletter preview */

textarea.preview_html {
  width: 90%;
  border: solid 1px #999;
  box-shadow: inset 2px 2px 10px #ccc;
  padding: 14px;
  min-height: 500px;
}

#preview_zone {
  line-height:1.5;
  background:white;
  width: 600px;
  border: solid 12px #fff;
  box-shadow: 3px 3px 10px #ccc;
  margin: 20px auto;
  min-height: 500px;
}

#preview_zone div,
#preview_zone span,
#preview_zone  h1,
#preview_zone h2,
#preview_zone h3,
#preview_zone h4,
#preview_zone h5,
#preview_zone h6,
#preview_zone p,
#preview_zone blockquote,
#preview_zone pre,
#preview_zone a,
#preview_zone ol,
#preview_zone ul,
#preview_zone li,
#preview_zone table,
#preview_zone caption,
#preview_zone tbody,
#preview_zone tfoot,
#preview_zone thead,
#preview_zone tr,
#preview_zone th,
#preview_zone td,
#preview_zone article {
  margin:0;padding:0;border:0;font-size:100%;font:inherit;
  background: transparent;
  color: #000;
  vertical-align: top;
}
table {
  border-collapse:separate;
  border-spacing:0;
}

caption, th, td {
  text-align:left;
  font-weight:normal;
  float:none !important;
}
table, th, td {
  vertical-align:top;
}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* -------------------------------------------------------------------------- */
/* Public List */
.public_list li,
.public_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none !important;
}

.public_list>li {
  list-style-type: none;
  background: none !important;
}

.public_list>li li {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 5px;
}

.public_list li .pub_date {
  float: right;
}



/* Send form */

.list_filter li {
  border-bottom: solid 1px transparent !important;
}
.list_filter li:hover {
  border-bottom: solid 1px #ccc !important;
  background: #fff !important;
}

.news_form textarea {
  width: 100%;
  height: 100px;
}

.list_filter {
  padding: 0;
  margin: 0;
}

.list_filter li {
  padding: 0;
  margin: 4px;
  border-bottom: dotted 1px #999;
}

.list_filter a {
  text-decoration: underline;
  color: #666;
  float: right;
}


.link_private {
  float:right;
}
.link_private a.on {
  color: #CB4B16;
}
.link_private a.off {
  color: #859900;
}

#news_content td {
  text-align: left;
}

.size_infos {
  float: right;
  padding: 3px;
  color: #CB4B16;
  font-weight: bold;
}