/* admin.css is compiled from admin.less so don't edit admin.css directly */
body {
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-size: 10pt;
  color: #000;
  background: #dadada url(../imgs/main_background.gif) repeat-x scroll left top;
  text-align: left;
  padding: 15px;
}
em {
  font-style: italic;
}
.templateEditAreaLabel {
  background-color: red;
  color: white;
  padding: 0 6px 0 4px;
}
.error,
.view.editview td label.error {
  background-color: red;
  border-radius: 3px 3px 3px 3px;
  margin-left: 2px;
  padding: 4px;
  width: auto;
}
strong {
  font-weight: bold;
}
img {
  display: inline;
  border: 0;
  margin: 0;
}
form {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
}
#formblock form {
  display: block;
  margin: 0;
  padding: 0;
}
#formblock .formelement {
  width: 400px;
  margin: 0;
  padding: 0;
}
#formblock label {
  float: left;
  width: 110px;
  font-size: 110%;
  color: #7a7a7a;
}
#formblock .nobr {
  display: none;
}
label {
  font-size: 110%;
  color: #7a7a7a;
}
span.required {
  color: #f00;
}
#formblockbuttons {
  text-align: right;
  width: 440px;
  margin: 0;
  padding: 0;
}
select {
  /*
  background-color: #FFFFFF;
  border: medium none;
  color: #52514E;
  font-family: 'Droid Sans',arial,helvetica,sans-serif;
  font-size: 8.5pt;
  */
}
.view.editview .select2-choice > .select2-chosen {
  color: #444444;
}
h1 {
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 18pt;
  color: #000;
  margin-top: 4px;
  margin-bottom: 2px;
}
h2 {
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14pt;
  color: #4C5B66;
  margin-top: 4px;
  margin-bottom: 2px;
}
legend {
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 14pt;
  color: #4C5B66;
  margin-top: 4px;
  margin-bottom: 2px;
}
#main {
  margin-left: auto;
  margin-right: auto;
}
#main td.lt {
  background-color: #ccd7dd;
}
#frame {
  border: 0;
  margin: 0;
  padding: 0;
}
#frame td.lt {
  -moz-border-radius: 0.2em 0.2em 0 0;
  -webkit-border-radius: 0.2em 0.2em 0 0;
  border-radius: 0.2em 0.2em 0 0;
  background: #f48a00 url(../imgs/diag_stripes.gif) repeat-x scroll left -15px;
}
.filters fieldset {
  margin-bottom: 12px;
}
.filters fieldset input,
.filters fieldset select,
.filters fieldset .select2-container {
  margin-right: 14%;
  width: 20%;
  display: inline-block;
  margin-bottom: 12px;
}
.filters fieldset label {
  display: inline-block;
  width: 15%;
}
.filters fieldset input[type="checkbox"],
.filters fieldset input[type="radio"] {
  width: 5%;
  margin-right: 29%;
  margin-left: 0;
}
.filters fieldset input[type="submit"] {
  display: block;
  margin-top: 12px;
}
.view,
.item-list {
  background: #ffffff url(../imgs/main_background_inv_smaller.gif) repeat-x scroll left top;
  width: 100%;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.view table,
.item-list table {
  border-spacing: 0;
  border-collapse: collapse;
}
.view th,
.item-list th {
  font-weight: normal;
  font-size: 9pt;
  color: #fff;
  background-color: #52514E;
  padding: 2px 4px;
  text-align: left;
}
.view td.listFiltersWrapper,
.item-list td.listFiltersWrapper {
  padding: 0;
}
.view td,
.item-list td {
  font-size: 10pt;
  color: #000;
  padding: 2px 4px;
  border-bottom: 1px solid #DDD;
}
.view td.drk,
.item-list td.drk {
  color: #000;
  background-color: #E0E0E0;
}
.view td.drkline,
.item-list td.drkline {
  color: #FFF;
  background-color: #a0a0a0;
  padding: 0;
}
.view td.med,
.item-list td.med {
  color: #333;
  background-color: #f6f6fc;
}
.view td.box,
.item-list td.box {
  background-color: #f0f0f0;
  border: 1px solid #999;
}
.view td.boxEdit,
.item-list td.boxEdit {
  color: #000;
  background-color: #D46300;
  border: 1px solid #cc0;
}
.view td.edit,
.item-list td.edit {
  color: #000;
  background-color: #D46300;
}
.view td.edit a,
.item-list td.edit a {
  color: #000;
}
.view td.edit a.actionbutton,
.item-list td.edit a.actionbutton {
  color: #fff;
}
.view.editview td {
  background: #9A9A9A 0 1px;
  vertical-align: top;
  font-size: 10.5pt;
  padding-top: 8px;
  padding-bottom: 12px;
  border-bottom: 0;
}
.view.editview,
.item {
  /* Fix YUI editor popups */
}
.view.editview label,
.item label {
  display: inline-block;
  width: 12em;
  vertical-align: top;
}
.view.editview small,
.item small {
  color: #444;
}
.view.editview input.actionbutton,
.item input.actionbutton {
  font-size: 11pt;
}
.view.editview a.actionbutton,
.item a.actionbutton {
  font-size: 11pt;
}
.view.editview .yui-editor-panel label,
.item .yui-editor-panel label {
  color: black !important;
  width: inherit !important;
  text-align: left !important;
}
.view.editview td,
.view.editview a {
  color: #fff;
}
.item input[type="text"],
.item textarea {
  width: 250px;
}
.item textarea {
  height: 100px;
}
a:visited {
  color: #fff;
}
table.view select.nofancyselect,
table.item-list select.nofancyselect {
  position: inherit;
  top: inherit;
  visibility: inherit;
}
input.headline {
  font-size: 14pt;
}
.highlight {
  font-weight: bold;
  color: #c00;
}
input.wide {
  width: 80%;
}
textarea {
  border: 0;
  padding: 2px 4px;
  border-radius: .2em;
  -moz-border-radius: .2em;
  -webkit-border-radius: .2em;
  font-size: 10.1pt;
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
}
textarea.wide {
  width: 550px;
}
a,
a:visited {
  color: #33A;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.editor,
a.editor:visited {
  font-size: 9px;
  color: #000;
  text-decoration: none;
}
a.editor:hover {
  font-size: 9px;
  color: #cc0;
  text-decoration: none;
}
.rendering {
  margin: 0;
  padding: 2px;
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #fff;
  background-color: #c00;
}
.notrendering {
  margin: 0;
  padding: 2px;
  font-family: 'Droid Sans', arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 9px;
  color: #fff;
  background-color: #0c0;
}
.agile_adminnamecol {
  text-align: left;
}
.agile_adminnamecolhead {
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.agile_adminactionscolhead {
  white-space: nowrap;
  text-align: center;
  width: 1%;
}
.agile_adminactionscol {
  white-space: nowrap;
  text-align: right;
  width: 1%;
}
.agile_adminhead {
  text-align: center;
}
h2.templateEditorContainer {
  border-bottom: 1px dotted;
  padding: 3px;
}
iframe.templateEditorContainer {
  /*display:hidden;*/
  width: 100%;
  border: 0;
}
table.ui-datepicker-calendar {
  width: 100%;
}
div.ui-datepicker-header a.ui-datepicker-prev,
div.ui-datepicker-header a.ui-datepicker-next {
  width: auto;
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.narrowinput {
  width: 100px;
}
#user_notifications {
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 12px;
  padding: 4px 1px 4px 4px;
  width: 99%;
}
#user_notifications h2 {
  margin-left: 2px;
}
.notification.unread,
.notification.read {
  background-color: #FFFF66;
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  padding: 5px 4px 4px 5px;
}
.notification_body {
  margin-top: 6px;
}
.dismiss_notification {
  background: url("../imgs/silk_icons/icons/cancel.png") no-repeat scroll 0 -1px transparent;
  float: right;
  padding-left: 19px;
}
#show_read_notifications {
  background: url("../imgs/silk_icons/icons/add.png") no-repeat scroll 0 -1px transparent;
  display: inline-block;
  margin: 6px 0 4px;
  padding-left: 19px;
}
#hide_read_notifications {
  background: url("../imgs/silk_icons/icons/delete.png") no-repeat scroll 0 -1px transparent;
  display: inline-block;
  margin: 6px 0 4px;
  padding-left: 19px;
}
.articlelist td {
  vertical-align: top;
}
table .articlelist table td {
  border-bottom: none;
}

/* Quill */
.view.editview td .ql-toolbar {
  background-color: white;
}
.view.editview td .ql-container {
  color: black;
}
.view.editview td .ql-container a {
  color: blue;
}
