@charset "UTF-8";
/*------------- Main Declarations -------------*/
body {
  border: 0;
  margin: 0;
  padding-bottom: 4em;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000;
  background: #fff;
}

#page {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.page {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/*------------- global classes -------------*/
.hidden {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 1px;
  overflow: hidden;
}

a,
a:link,
a:hover,
a:focus,
a:hover,
a:active,
a:visited {
  color: #10059f;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 1.2em;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 1em;
}

h1 {
  display: block;
  font-size: 21px;
  font-weight: normal;
  border-bottom: 1px solid #888;
}

h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.4em;
}

span.btn {
  cursor: pointer;
}

span.btn,
a.btn,
a.btn:link,
a.btn:hover,
a.btn:focus,
a.btn:hover,
a.btn:active,
a.btn:visited {
  display: inline-block;
  padding: 2px 6px;
  background: #efefef;
  color: #000;
  border: #aaa 1px solid;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3em;
}

span.btn:hover,
a.btn:hover,
a.btn:active {
  background-color: #ccc;
  border-color: #aaa;
  color: #000;
}

div.block {
  padding: 12px;
  margin-bottom: 24px;
}

div.block.inverted {
  margin-top: 24px;
  margin-bottom: 12px;
  border-bottom: 1px #888 solid;
}

div.block.footer {
  margin-bottom: 0;
  border-top: 1px #888 solid;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

input {
  padding: 0 4px;
}

div.form-row {
  margin: 3px 0;
  min-width: 200px;
}
div.form-row select {
  max-width: 100%;
}

/*------------- Header -------------*/
#topBar {
  font-size: 12px;
  height: 1.5em;
  line-height: 1.5em;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #222;
  background: #efefef;
  border-bottom: 1px solid #ccc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.loggedInAs {
  text-align: right;
}

#header {
  margin: 0;
  padding: 32px 0;
  position: relative;
}

div.logo {
  float: left;
  width: 200px;
}

div.site-title {
  position: absolute;
  bottom: 32px;
  right: 0;
  font-size: 21px;
  color: #10059F;
}

div.lang {
  position: absolute;
  top: 32px;
  right: 0;
}

ul.lang, li.lang {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

li.lang {
  float: right;
}

a.lang,
a.lang:link,
a.lang:hover,
a.lang:focus,
a.lang:hover,
a.lang:active,
a.lang:visited {
  display: inline-block;
  padding: 0 6px;
}

.lang.active a.lang {
  text-decoration: underline;
}

#skiplinks {
  position: absolute;
  top: 0;
  left: -90000px;
}

/* general tables */
table {
  width: 100%;
  border-spacing: 0;
}

th, td {
  padding: 3px 6px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5em;
  text-align: left;
  vertical-align: middle;
}

tr.even td {
  background: #ddd;
}

tr.odd td {
  background: #eee;
}

tr:hover td {
  background: #CFE9FC;
}

td button {
  margin: 0;
}

table div.toggler {
  display: none;
  padding: 12px;
  border-bottom: 1px solid #ccc;
}

table.bordered {
  border-collapse: collapse;
}
table.bordered tr:hover td {
  background: none;
}
table.bordered th, table.bordered td {
  border: 1px solid #ccc;
  vertical-align: top;
}

/* general form */
form {
  line-height: 1.5em;
}

input.cb {
  width: 14px !important;
}

textarea {
  height: 3.4em;
}

/*------------- Main Content -------------*/
/* cL */
#content_left {
  float: left;
  width: 182px;
  min-height: 200px;
}

/* Nav */
ul.nav, li.nav {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

ul.nav.l1 {
  margin-bottom: 2.2em;
  border-top: 1px solid #888;
}

a.nav,
a.nav:link,
a.nav:hover,
a.nav:focus,
a.nav:hover,
a.nav:active,
a.nav:visited {
  display: block;
  margin: 0;
  padding: 0 6px;
  width: 170px;
  background: #fff;
  color: #000;
  line-height: 1.8em;
  text-decoration: none;
  text-transform: none;
  border-bottom: 1px solid #888;
}

a.nav.active,
a.nav:hover,
a.nav:active {
  background: #CFE9FC;
}

/* content_main */
#content_main {
  float: left;
  margin-left: 20px;
  width: 918px;
}

div.moderation {
  border: dashed 1px #888;
  background: #ffffce;
}

div.flash-notice {
  border: dashed 1px #888;
  background: #ceffce;
}

div.flash-error {
  border: dashed 1px #888;
  background: #ffcece;
}

div.floatL a.btn {
  margin-right: 12px;
}

div.floatR a.btn {
  margin-left: 12px;
}

div.field-errors input,
div.field-errors textarea,
div.field-errors select {
  background: #ffcece !important;
  color: #000 !important;
}

div.field-error-msg {
  display: block;
  padding: 0;
  margin: 0.5em 0 0 0;
  font-style: italic;
  font-weight: bold;
}

div.field-error-msg ul,
div.field-error-msg li {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}

span.field-error-prefix {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

span.contentMetaInfo {
  font-size: 13px;
  color: #555;
}

div.contentCrdate {
  font-size: 11px;
  font-style: italic;
}

/* tables */
table .created,
table .username {
  width: 180px;
  text-align: left;
}

table .number,
table .email {
  width: 240px;
  text-align: left;
}

table .play,
table .delete,
table .edit,
table .move,
table .feedbacks {
  width: 72px;
  text-align: right;
}

table .section,
table .roles,
table.pm .number,
table.subcontents .title {
  width: auto;
  text-align: left;
}

table.subcontents .move {
  width: 260px;
  text-align: right;
}

table button.move {
  width: auto;
}

table .position,
table .type {
  width: 40px;
}

td.feedbacks_row {
  border: 1px solid #ccc;
  border-top: none;
}

table.moderate_feedbacks {
  margin-bottom: 6px;
}

tr.feedbacks_row tr.odd td {
  background: #f8f8f8;
}

tr.feedbacks_row tr.even td {
  background: #f2f2f2;
}

.sectioncontentsstats {
  margin: 20px 0;
}

.sectioncontentsstats .firstLine th {
  vertical-align: bottom;
}

.sectioncontentsstats .alignright {
  text-align: right;
}

.sectioncontentsstats th,
.sectioncontentsstats td {
  border-right: 1px solid #ccc;
}

/* Sections & Contents */
.sections select {
  display: inline-block;
  width: 365px;
}

.sections input {
  display: inline-block;
  width: 354px;
}

.sections label {
  display: inline-block;
  width: 150px;
  margin-right: 12px;
}

.sections button {
  display: block;
  margin-left: 466px;
}

.sections_edit label,
.sections_new label,
.sections_protect label,
.content_edit label,
.content_new label,
.user_edit label,
.user_new label,
.news_edit label,
.default_login label,
.address_new label {
  display: inline-block;
  width: 270px;
  margin-right: 12px;
  vertical-align: top;
}
.sections_edit input,
.sections_new input,
.sections_protect input,
.content_edit input,
.content_new input,
.user_edit input,
.user_new input,
.news_edit input,
.default_login input,
.address_new input {
  display: inline-block;
  width: 214px;
}
.sections_edit textarea, .sections_edit select, .sections_edit .expandedChoices,
.sections_new textarea,
.sections_new select,
.sections_new .expandedChoices,
.sections_protect textarea,
.sections_protect select,
.sections_protect .expandedChoices,
.content_edit textarea,
.content_edit select,
.content_edit .expandedChoices,
.content_new textarea,
.content_new select,
.content_new .expandedChoices,
.user_edit textarea,
.user_edit select,
.user_edit .expandedChoices,
.user_new textarea,
.user_new select,
.user_new .expandedChoices,
.news_edit textarea,
.news_edit select,
.news_edit .expandedChoices,
.default_login textarea,
.default_login select,
.default_login .expandedChoices,
.address_new textarea,
.address_new select,
.address_new .expandedChoices {
  display: inline-block;
  width: 220px;
}
.sections_edit .expandedChoices.checkboxes > div,
.sections_new .expandedChoices.checkboxes > div,
.sections_protect .expandedChoices.checkboxes > div,
.content_edit .expandedChoices.checkboxes > div,
.content_new .expandedChoices.checkboxes > div,
.user_edit .expandedChoices.checkboxes > div,
.user_new .expandedChoices.checkboxes > div,
.news_edit .expandedChoices.checkboxes > div,
.default_login .expandedChoices.checkboxes > div,
.address_new .expandedChoices.checkboxes > div {
  display: grid;
  grid-template-columns: 1.6em 1fr;
  align-items: center;
}
.sections_edit .expandedChoices.checkboxes > div input,
.sections_new .expandedChoices.checkboxes > div input,
.sections_protect .expandedChoices.checkboxes > div input,
.content_edit .expandedChoices.checkboxes > div input,
.content_new .expandedChoices.checkboxes > div input,
.user_edit .expandedChoices.checkboxes > div input,
.user_new .expandedChoices.checkboxes > div input,
.news_edit .expandedChoices.checkboxes > div input,
.default_login .expandedChoices.checkboxes > div input,
.address_new .expandedChoices.checkboxes > div input {
  width: auto;
}
.sections_edit button,
.sections_new button,
.sections_protect button,
.content_edit button,
.content_new button,
.user_edit button,
.user_new button,
.news_edit button,
.default_login button,
.address_new button {
  display: block;
  margin-left: 282px;
  margin-top: 6px;
}

.login_reset_password {
  margin: 30px 0 0 136px;
}

.default_login label {
  width: 120px;
}

.resetpassword label {
  margin-right: 1em;
}

/*.fos_user_reset input {
	margin-top: 10px;
	margin-left: 316px;
}
.fos_user_reset input#fos_user_resetting_form_new_first,
.fos_user_reset input#fos_user_resetting_form_new_second,
.fos_user_reset input#username {
	margin: 0;
}*/
.default_login button {
  margin-left: 136px;
}

div.multiple_entries {
  float: left;
  margin: 12px 0 0 0;
  max-width: 100%;
}

div.multiple_entries select.sections {
  width: 350px;
}

div.delete_content {
  float: right;
  margin: 12px 6px 0 0;
}

button.del_all {
  width: 151px;
}

.content_edit p.formText {
  display: inline-block;
}

.record_properties td.col1 {
  width: 438px;
}

#lpc_televoxguibundle_contenttype_upload {
  padding-left: 0;
}

div.start-date,
div.stop-date,
div.del-date {
  display: inline;
}

div.start-date input,
div.stop-date input,
div.del-date input {
  width: 98px;
  margin-right: 6px;
}

div.sections_delete,
div.content_delete,
div.user_delete {
  margin-top: -24px;
}

/* Subsections */
table.subsections td:nth-child(7) {
  white-space: nowrap;
}

select.switcher {
  width: 160px;
}

td.feedbacks_row {
  padding: 0;
  border-bottom: none;
}

.subcontents td.play {
  padding: 5px 6px 0;
}

.subcontents span.ui-icon {
  position: relative;
  top: 3px;
  left: -4px;
}

.subcontents span.contentPosInfo {
  width: 16px;
  display: inline-block;
}

button.ui-icon {
  background-color: white;
  border: 1px solid silver;
  cursor: pointer;
  padding: 0px;
  box-sizing: content-box;
  border-radius: 3px;
  display: inline !important;
}

span.ui-icon {
  display: inline-block;
}

/* users */
.settings label,
.password label {
  display: inline-block;
  width: 220px;
  margin-right: 12px;
  vertical-align: top;
}

.settings input,
.password input {
  display: inline-block;
  width: 180px;
}

.settings textarea {
  width: 180px;
}

.settings button,
.password button {
  width: 80px;
  margin-left: 337px;
}

table.users td {
  vertical-align: top;
}
table.users ul {
  margin: 0;
  padding: 0;
  list-style: none inside none;
}
table.users span.expired {
  color: red;
  font-weight: bold;
}

ul.uroles {
  list-style: none inside none;
  margin: 0;
  padding: 0;
}

/* Feedbacks */
div.delete_feedback {
  float: right;
  margin: 6px;
}

/* Addresses */
.addressListTop {
  display: flex;
  padding: 6px 6px 12px;
  gap: 12px;
}

table.addressList .phones span, table.addressList .groups span {
  display: inline-block;
  margin-right: 0.5em;
}
table.addressList .footer {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  padding: 2em;
}
table.addressList .footer:hover {
  background: none;
}

table.addressGroupList td:last-child {
  padding: 0;
}
table.addressGroupList form > div {
  display: flex;
  flex-flow: row nowrap;
}
table.addressGroupList form > div label {
  display: none;
}
table.addressGroupList form > div input {
  flex-grow: 1;
  border: none;
  outline: none;
  padding: 6px;
  background: none;
  font-size: 1em;
}
table.addressGroupList form > div button {
  margin: 3px;
}
table.addressGroupList form > div button.save {
  display: none;
}
table.addressGroupList form > div .form-row {
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: row nowrap;
}
table.addressGroupList span.name {
  padding: 6px;
}
table.addressGroupList tr.changed td {
  background: #eeffaa;
}
table.addressGroupList tr.changed form > div button.save {
  display: inline;
}

.addressesFoot {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.addressesFoot #totalNumAddresses {
  padding: 10px 5px;
}
.addressesFoot #pagingWrap {
  display: flex;
  flex-flow: row nowrap;
  gap: 3px;
  margin: 5px 0;
}
.addressesFoot #pagingWrap .pagelink {
  padding: 0.3em;
  border: 1px solid #ccc;
  min-width: 1em;
  text-align: center;
}
.addressesFoot #pagingWrap .pagelink.current {
  font-weight: bold;
}
.addressesFoot #pagingWrap a.pagelink {
  cursor: pointer;
}
.addressesFoot #pagingWrap .ellipsis {
  padding: 0.3em 1em;
}
.addressesFoot #pagingWrap .ellipsis:before {
  content: "…";
}

/*------------- Alerts -------------*/
.alert {
  padding: 0.5em 1em;
  margin: 1em 0;
  border-left-style: solid;
  border-left-width: 4px;
}
.alert.success {
  color: #2a6f2a;
  border-color: #7ab87a;
  background-color: #daf1da;
}
.alert.warning {
  color: #994d00;
  border-color: #f09942;
  background-color: #ffe6cc;
}
.alert.error {
  color: #991600;
  border-color: #f05b42;
  background-color: #ffd3cc;
}

/*------------- Footer -------------*/
/* jquery UI overrides */
.ui-autocomplete {
  position: absolute;
  border: 1px solid black;
}

.ui-state-highlight {
  background-color: #eee;
  border: 1px solid black;
}

.ui-widget {
  font-family: Arial, sans-serif !important;
  font-size: 16px !important;
}

.form-input {
  display: block;
}

form > #multiEditForm {
  display: flex;
  align-items: baseline;
  gap: 0.3em;
}

/*------------- clearfix -------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
  font-size: 0;
  line-height: 0;
}

/* End hide from IE-mac */

/*# sourceMappingURL=style.css.map */
