@import url(font_itcconduitstd.css);

html, body {
  height: 100%;
}

body {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  min-width: 850px;
  padding: 0;
  width: 100%;
}

#wrapper {
  min-height: 100%;
  position: relative;
}

ins {
  color: #23bd00;
  text-decoration: underline;
}

del {
  color: #ff0000;
  text-decoration: line-through;
}

fieldset {
  color:#008C8C; 
  border:1px solid #008C8C;
}

input {
  border: 1px solid #cccccc;
}

input[readonly] {
  background: #f3f3f3;
}

input[type=checkbox] {
  border: 0;
}

input[type=text],
input[type=number] {
  box-sizing: border-box;
  height: 30px;
}

hr {
  border: 0;
  border-top: 1px #cccccc solid !important;
  margin: 20px 0;
}

a { 
  color: #008C8C;
  text-decoration:none;
}

a:hover {
  color: #41A9AA;
}

h1, h2, h3, h4 {
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}

h1 {
  font-size: 21px;
  font-weight: bold;
}

div.invbox {
  margin: 0;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
}

.left { float: left;}

.right { float: right;}

.clear { clear: both;}

div.half { width: 50%;}

div.full { width: auto;}

*[data-tooltip] {
  position: relative;
}

*[data-tooltip]:hover:after {
  background-color: #bfe1e2;
  border-radius: 10px;
  color: #000000;
  content: attr(data-tooltip);
  display: block;
  left: 100%;
  font-weight: normal;
  margin-left: 5px;
  max-width: 400px;
  min-width: 150px;
  padding: 10px;
  position: absolute;
  top: 0;
  z-index: 999;
}

*[data-tooltip].tooltip_flip_h:hover:after {
  left: auto;
  right: 100%;
  margin-left: 0;
  font-weight: normal;
  margin-right: 5px;
}

img { border: none;}

span.green {
  color: #008C8C;
}

label.error, p.error {
  color: #DF2F00 !important;
}

label.error-red {
  color: red;
}

a.link {
  background: url(../img/icn_link.png) no-repeat 0 -14px;
  font-weight: bold;
  padding-left: 13px;
}

a:hover.link {
  background-position: 0 -14px;
}

a.button_right {
  margin-left: 10px;
  margin-top: 10px;
}

.underline {
  text-decoration: underline;
}

/*** NAVIGATION ***/

#navigation { 
  background-color:#008C8C;
  font-size:12px;
  height: 65px;
  padding:0px 0px 0px 20px;
}

#navigation ul {
  height:65px;
  margin:0;
  padding:0;
}

#navigation ul li {
  display: table-cell;
}

#navigation ul li a {
  background-color: #008C8C;
  color: #FFFFFF;
  display: block;
  float: left;
  height: 50px;
  padding: 15px 20px 0px 20px;
  text-transform: uppercase;
  width: 95px;
}

#navigation a:hover,
#navigation a.nav_state_active { 
  color:#008C8C;
  background-color:#DAEEEE;
}

#status_box {
  height: 80px;
  margin: 10px 30px 0 0;
  width: auto;
}

#status_box #toggle_userinfo {
  background: url(../img/icn_user-open.png) no-repeat 8px 6px;
  border: 1px solid #cccccc;
  display: block;
  float: right;
  height: 30px;
  width: 50px;
}

#status_box #toggle_userinfo:focus,
#status_box #toggle_userinfo.open:focus {
  outline: none;
}

#status_box #toggle_userinfo:hover,
#status_box #toggle_userinfo.open:hover {
  background-position: 8px -20px;
}

#status_box #toggle_userinfo.open {
  background: url(../img/icn_user-close.png) no-repeat 8px 6px;
  border-bottom-color: #ffffff;
}

#status_box #userinfo {
  border: 1px solid #cccccc;
  display: none;
  margin-top: -1px;
  padding: 9px 10px;
}

#status_box #userinfo.open {
  display: block;
}

  /*** HEADER ***/

#header .logo {
  float: left;
  padding: 25px 20px 25px;
}

#header ul {
  margin-top: 20px;
  padding: 0;
}

#header ul li { 
  display: inline;
  color: #008C8C;
  padding-right: 20px;
}

#header ul li a {
  color: #1C1C1C;
}

#header ul li .logout {
  background: url("../img/icn_logout.png") no-repeat 0 0;
  padding-left: 24px;
}

#header ul li .logout:hover {
  background-position: 0 -23px;
}

#header .eccmid_name {
  color: #333333;
  float: left;
  font-family: "ConduitITCStd-Medium", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  padding: 45px 20px 20px;
}

/*** SMALL BOX ***/

.small_box {
  margin: 0 auto;
  padding-top: 35px;

}

.small_box.logout {
  width: 350px;
}

#login {
  width: 400px;
  margin: 14px auto 0;
}

#login h2 {
  margin-bottom: 22px;
}

#login fieldset {
  border: 1px solid #cccccc;
  color: #000000;
  padding: 20px !important;
}

#login fieldset legend {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: -3px;
  margin-left: -10px;
  padding: 0 10px;
  text-transform: uppercase;
}

#login #username,
#login #password {
  display: none;
}

#login input {
  margin: 0;
  float: left;
}

#login input[type="text"], #login input[type="password"] {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 17px;
  width: 360px;
}

#login .error {
  color: #C50000;
}

#login label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
  line-height: 18px;
}

#login p {
  margin: 0;
}

#login p.message {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #C50000;
}

#login p.links {
  margin-top: 5px;
}

#login a {
  font-size: 13px;
}

#login input#login_submit {
  background: #008c8c url(../img/btn_save.png) no-repeat 7px 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  margin: 40px 0 0;
  padding: 3px 0 5px 22px;
  width: 75px;
}

a.btn_login {
  background: #008c8c url(../img/btn_save.png) no-repeat 7px 8px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 40px auto 0;
  padding: 6px 10px 7px 30px;
  width: 80px;
}

/*** OVERVIEW ***/

#content_frame h3 {
  font-size: 16px;
  font-weight: bold;
}

#content_frame h4 {
  font-size: 14px;
  font-weight: bold;
}

table td.icon.edit a {
  background: url(../img/icn_edit_small.png) no-repeat 0 0;
  display: block;
  height: 16px;
  width: 16px;
}

span.icon.edit {
  background: url(../img/icn_edit_small.png) no-repeat 0 0;
  display: inline-block;
  background-size: cover;
  height: 13px;
  width: 13px;
  margin-left: 3px;
}

table td.icon.edit a:hover {
  background-position: 0 -26px;
}

table td.icon.remove a {
  background: url(../img/icn_close.png) no-repeat 6px 5px;
  display: block;
  height: 20px;
  width: 20px;
}

table td.icon.remove a:hover {
  opacity: 0.6;
}

table td.icon.detail a {
  background: url(../img/icn_detail_small.png) no-repeat 0 0;
  display: block;
  height: 16px;
  width: 16px;
}

table td.icon.detail a:hover {
  background-position: 0 -26px;
}

table.proposals th,
table.proposal_list th,
table.proposing-entity_list th,
table.bbcode-table th{
  background: url(../img/bg_tableheader_small.png) repeat-x 0 0;
  font-weight: bold;
  padding: 10px 10px 7px;
  text-align: left;
  text-transform: uppercase;
}
table.proposal_list.rating_overview th {
  padding: 4px 10px 4px;
}

table.proposals tr.colspan_header th {
  background: #f9f9f9;
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

table.proposals tr.colspan_header th:nth-child(2) {
  text-align: center;
}

table.proposals tr.second_header th {
  background: #ebecee;
  text-align: left;
  text-transform: none;
  font-weight: bold;
}

table.proposals thead tr, 
table.proposal_list thead tr,
table.proposing-entity_list thead tr {
  height: 28px;
}

table.proposals thead td {
  background-color: #008C8C !important;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

table.proposals thead td a {
  color: #FFFFFF;
}

div.overview_box {
  border: 1px #cccccc solid;
  float: left;
  margin: 30px 10px 0 20px;
  min-height: 158px;
  padding: 20px 15px;
  width: 443px;
}

div.overview_box.width_2 {
  width: 948px;
}

div.overview_box .filters {
  text-align: right;
  margin-right: 27px;
}

div.overview_box .filters select,
.invitation_select {
  border: 1px solid #cccccc;
  height: 30px;
  width: 300px;
  background: #ffffff;
  margin-bottom: 15px;
}

div.overview_box .left #export_general_statistics {
  margin-left: 0;
}

table.proposals img {
  padding: 2px;
}

table.proposals td.title {
  width: auto;
}

table.proposals td.icon {
  text-align: center;
  width: 15px;
}

table.proposals td.more {
  background-color: #FFFFFF;
  padding-right: 0;
  text-align: right;
}

div.pie_chart {
  margin-top: 50px;
}

table#overview_session_types {
  height: 280px;
}

/*** TABLE ***/

table {
  width: 100%;
}

table tr td {
  background: #daeeee;
  padding: 10px 10px 7px;
}

table tr:nth-child(odd) td {
  background: #f7f7f7;
}

table tr.highlight td {
  background: #9ACDCE;
}

table td.text_center {
  text-align: center;
}

table td.bold {
  font-weight: bold;
}

table tr.row td.text_left {
  text-align: left;
}

tr.row.total td {
  background: #008C8C;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*** PROPOSAL ***/

div.proposal_box {
  width: 850px;
}

div.proposal_box.width_2 {
  width: 850px;
}

div#proposal h3 {
  text-transform: uppercase;
}

div#proposal input {
  margin-bottom: 20px;
  width: 400px;
}

div#proposal input[type=radio] {
  border: 0;
  width: 25px;
}

div#proposal input[type=checkbox] {
  border: 0;
  width: 25px;
}

div#proposal input.full {
  width: 820px;
}

div#proposal input.btn_submit {
  margin-bottom: 0;
  margin-top: 0;
  padding: 6px 10px 7px;
  width: auto;
}

#proposal-add_comment_div {
  margin-left: 20px;
}

div#proposal .add_comment_button {
  background: url(../img/icn_comment.png) no-repeat 0 1px;
  font-size: 13px;
  font-weight: bold;
  padding-left: 24px;
}

div#proposal .add_comment_button:hover {
  background-position: 0 -21px;
}

div#proposal a#proposal-add_comment {
  background-position: 0 3px ;
  display: inline-block;
  margin-top: 30px;
}

div#proposal a#proposal-add_comment:hover {
  background-position: 0 -19px;
}

div#proposal .remove_person_button,
div#proposal .remove_topic_button {
  font-size: 13px;
  font-weight: bold;
  padding-left: 24px;
}

div#proposal .add_person_button,
div#proposal .add_topic_button {
  background: #008c8c;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  padding: 6px 8px 7px 50px;
}

div#proposal .add_person_button:hover,
div#proposal .add_topic_button:hover {
  color: #ffffff;
}

div#proposal .add_person_button {
  background: url(../img/icn_add-person-negative.png) no-repeat 10px 5px #008c8c;
}

div#proposal .add_topic_button {
  background: url(../img/icn_add-topic.png) no-repeat 10px 5px #008c8c;
}

div#proposal select {
  border: 1px solid #cccccc;
  height: 30px;
  margin-bottom: 20px;
  width: 400px;
}

div#proposal select.full {
  width: 820px;
}

div#proposal select.multiple {
  height: 100px;
}

div#proposal textarea {
  height: 78px;
  margin-bottom: 20px;
  overflow-y: scroll;
  width: 400px;
}

div#proposal textarea.full {
  width: 820px;
}

div#proposal .right select,
div#proposal .right input[type="text"] {
  margin-right: 25px;
}

.option_button {
  background: url(../img/icn_advanced-options.png) no-repeat 10px 5px #008c8c;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  padding: 6px 8px 7px 50px;
}

.option_button:hover {
  color: #ffffff;
}

div#proposal .proposal_persons h3,
div#proposal .topic_persons_main h3 {
  text-transform: none;
}

/*** PROPOSAL LIST ***/

table.proposal_list,
table.proposing-entity_list {
  width: 100%;
}

table.proposal_list th,
table.proposing-entity_list th {
  white-space: nowrap;
}

table.proposal_list th img,
table.proposing-entity_list th img {
  margin-top: 5px;
  vertical-align: top;
}

table.proposal_list td:last-child {

}

table.proposal_list a,
table.proposing-entity_list a {
  color: #333333;
}

table.proposal_list a.session_link,
table.proposing-entity_list a.session_link {
  color: #333333;
}

table.proposal_list td.icon,
table.proposing-entity_list td.icon {
  text-align: center;
  width: 25px;
}

select#proposal_list_filter_select {
  font-weight: bold;
  margin-top: 3px;
}

div#proposal_list_filter_div {
  margin-top: 15px;
  width: 100%;
}

div#proposal_list_full_text_div {
  margin: 3px 30px 0 0;
}

input#proposal_list_full_text {
  width: 200px;
}

select#proposal_list_filter_select option[disabled='disabled'] {
  font-weight: normal;
}

#proposal_list_filter_form select {
  border: 1px solid #cccccc;
  height: 30px;
  width: 300px;
}

/*** PROGRAMME VIEW ***/

select#programme_view_filter_select {
  font-weight: bold;
  margin-top: 3px;
}

div#programme_view_filter_div {
  margin-top: 3px;
}

div#programme_view_full_text_div {
  margin-top: 3px;
}

div#programme_view_select_div {
  margin-top: 22px;
}

input#programme_view_full_text {
  width: 200px;
}

select#programme_view_filter_select option[disabled='disabled'] {
  font-weight: normal;
}

/*** SPEAKER LIST ***/

#speaker_list_select,
#speaker_list_filter_select,
#speaker_list_filter_type_of_commitment_select,
#speaker_list_filter_invitation_status_select {
  border: 1px solid #cccccc;
  height: 30px;
  width: 300px;
}

#speaker_list_select {
  margin-bottom: 15px;
}

input#speaker_list_full_text {
  width: 200px;
}

select#speaker_list_filter_select option[disabled='disabled'] {
  font-weight: normal;
}

/*** SPEAKER LIST - INVITATION EMAIL ***/

a.plus_button,
a.minus_button,
input#invitation_email_form_submit,
input#personal_schedule_email_form_submit,
#proposal_form input[type=submit] {
  background: #008c8c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 20px;
  padding: 6px 10px 7px;
  width: auto;
}

input#invitation_email_form_submit {
  border: none;
}

table#speaker_list_invitation_email tr.row,
table.proposal_list tr.row {
  cursor: pointer;
}

table#speaker_list_invitation_email tr.scheduled td {
  background-color: #298A08;
}

table#speaker_list_invitation_email tr.selected td,
table.proposal_list tr.selected td {
  background-color: #FFBD51;
}

/*** SPEAKER LIST - PERSONAL SCHEDULE EMAIL ***/

table#personal_schedule_email tr.row {
  cursor: pointer;
}

table#personal_schedule_email tr.scheduled td {
  background-color: #298A08;
}

table#personal_schedule_email tr.selected td {
  background-color: #FFBD51;
}

.red_state {
  background-color: #FF0000 !important;
}

.orange_state {
  background-color: #FFBD51 !important;
}

.green_state {
  background-color: #298A08 !important;
}

/*** SORTABLE ***/

.sortable_list li {
  color: #333333;
  font-weight: normal;
  margin: 5px;
  padding: 5px;
}

.sortable_list li input[type="checkbox"] {
  margin-top: 5px;
}

.sortable_list li.ui-state-highlight {
  background: #9ACDCE;
}

ul.sortable_speaker li, ul.sortable_reserve_speaker li, ul.sortable_cancelled_speaker li {
  background: #EAEAEA;
}

.sortable_list {
  min-height: 10px;
}

ul.sortable_list {
  list-style: none;
  padding-left: 0;
}

.proposal_box label.remove {
  display: block;
  float: right;
  font-weight: normal;
  padding-top: 3px;
}

/*** REPORT AN ERROR ***/

div#add_your_comments_dialog textarea {
  height: 100px;
  width: 250px;
  margin-top: 10px;
}

/*** Scheduler ***/

div.scheduler_box {
  border: 1px #cccccc solid;
  margin: 20px 10px 0 20px;
  padding: 5px;
}

.dhx_cal_event {
  cursor: pointer;
  z-index: 1;
}
.highlighted_timespan {
  background-color: #87cefa;
  cursor: pointer;
  filter:alpha(opacity=50);
  opacity:0.5;
  z-index: 0;
}

.dhx_event_resize {
  cursor: default !important;
}

.dhx_footer {
  display: none !important;
}

div#programme_scheduler_sessions {
  margin-bottom: 20px;
}

div#programme_scheduler_sessions tr.row {
  cursor: pointer;
}

div#programme_scheduler_sessions tr.scheduled td {
  background-color: #298A08;
}

div#programme_scheduler_sessions tr.selected td {
  background-color: #FE2E2E;
}

div.color-legend {
  border: 1px #cccccc solid;
  float: left;
  margin: 5px;
  padding: 5px;
  width: auto;
}

div.dhx_menu_head {
  border: 0 !important;
}

select#programme_scheduler_filter_select {
  font-weight: bold;
  margin-top: 3px;
}

div#programme_scheduler_filter_div {
  margin-top: 3px;
}

div#programme_scheduler_full_text_div {
  margin-top: 3px;
}

div#programme_scheduler_select_div {
  margin-top: 3px;
}

input#programme_scheduler_full_text {
  width: 200px;
}

select#programme_scheduler_filter_select option[disabled='disabled'] {
  font-weight: normal;
}

div#eccmid_scheduler {
  height: 591px;
  width: 100%;
}

div#programme_scheduler_conflicts p {
  color: #088A08;
}

.report_button, .edit_session_button, .btn {
  background: #008c8c;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  padding: 6px 10px 7px;
}

.edit_session_button {
  background: url(../img/icn_edit-white.png) no-repeat 10px 8px #008c8c;
  padding-left: 35px;
}

.report_button a, .edit_session_button a, .btn a {
  color: #ffffff;
}

.back-link {
  float: right;
  font-size: 13px;
  font-weight: bold;
}

/* #### min/max-able proposal info & history box #### */

.proposal_box, .history_box {
  font-size: 13px;
  line-height: 19px;
  margin: 20px 10px 0 20px;
  padding: 25px 5px;
  width: 850px;
}

.proposal_box p, .history_box p {
  margin: 0;
}

.proposal_box label, .history_box label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}

label.label-checkbox {
  display: inline;
}

div#proposal input#publishing_agreement {
  margin-bottom: 10px;
}

#proposal .agreement {
  margin: 0 0 20px 37px;
}

.proposal_box {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 40px;
}

.proposal_box.epc-esc {
  margin-top: 0;
}

.proposal_box.motivation {
  border-bottom: none;
  border-top: none;
  margin-top: 0;
}

.history_box {
  margin-top: 0;
}

.proposal_topics.proposal_box {
  clear: both;
  border-top: none;
  margin-top: 0;
}

div#proposal_topics .topic:first-child .proposal_box {
  clear: both;
  border-top: 1px solid #cccccc;
  margin-top: 0;
}

/* history tables */

.history_box table {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.history_box table tr td {
  background: none;
}

.history_box table tr td.legend {
  width: 150px;
}

.history_box table tr:nth-child(even) td {
  background: none;
  padding: 10px 0 0 11px;
}

.history_box table td.bold {
  background: url(../img/bullet_square.png) no-repeat 0 17px;
  padding: 10px 0 0 11px;
}

.history_box .details {
  padding: 0 0 10px;
}

.upper-bold {
  font-weight: bold;
  text-transform: uppercase;
}


.trigger_header {
  color: #333333;
  cursor: grabbing;
  font-weight: bold;
  font-size: 16px;
  height: 16px;
  text-transform: uppercase;
}

.trigger_header span {
  border-radius: 0 !important;
}

.motivation .trigger_header, .history_box .trigger_header {
  cursor: default;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: none !important;
  border: none !important;
}

.trigger_header span.ui-icon {
  height: 20px;
  width: 20px;
}

.trigger_header span.ui-icon-triangle-1-s {
  background: url(../img/icn_expand.png) no-repeat 0 0 !important;
}

.trigger_header span.ui-icon-triangle-1-s:hover {
  background-position: 0 -30px !important;
}

.trigger_header span.ui-icon-triangle-1-n {
  background: url(../img/icn_collapse.png) no-repeat 0 0 !important;
}

.trigger_header span.ui-icon-triangle-1-n:hover {
  background-position: 0 -30px !important;
}

.trigger_content {
  padding: 19px 0 0;
  display: none;
}

.btn_min_max {
  border: 0 !important;
  background-color: #ffffff !important;
  float:right;
  width: 20px !important;
  height: 20px !important;
}

.btn_min_max span.ui-button-text {
  color: #ffffff !important;
  padding: 0;
  line-height: 1em;
}

.full_width {
  width: 100%;
}

#view_title {
  float: left;
  height: 60px;
  width: 632px;
  position: relative;
}

#session_view_navigation {
  width: 870px;
  height: 35px;
}

#session_view_admin_buttons {
  width: 632px;
  /*height: 25px;*/
}

.prev_session_button {
  float: left;
}

.next_session_button {
  float: right;
}

.session_comment_text {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 5px;
  padding-bottom: 5px;
}

.topic_devider {
  height: 1px;
  width: 100%;
  border: 0px;
  border-top: 1px solid #dedede;
}

.person_details {
  border-left: 3px solid;
  padding-left: 3px;
}

.person_details.red {
  border-left-color: #FF0000;
}
.person_details.green {
  border-left-color: #00FF00;
}
.person_details.orange {
  border-left-color: #FFBD51;
}

.changed {
  background-color: #FFDD88;
}

input[type="checkbox"].changed {
  outline: 1px solid #FFDD88;
}

input[type="radio"].changed {
  outline: 1px solid #FFDD88;
}

/* search user in UCA in edit session view */
.ui-dialog-titlebar.ui-widget-header {background: #008C8C !important;}
.ui-dialog .ui-dialog-title{color:#ffffff; !important}
.ui-dialog .ui-state-error { padding: .3em; }
.ui-dialog-titlebar-close{background-color: #ffffff;}
.validateTips { border: 1px solid transparent; padding: 0.3em; }
.dialog-form fieldset { border: 0px solid; color:#000000;}
.dialog-form input.text { margin-bottom:12px; width:95%; padding: .4em; }

.split_block{
  margin-left: 25px;
  width:400px;
}

.split_block input{
  width:190px !important;
}

.search_person_uca {
  background: url(../img/icn_find-person.png) no-repeat 10px 0;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding-left: 50px;
}

.search_person_uca:hover {
  background-position: 10px -28px;
}

div#ajax_content {
  padding: 5px;
  width: auto;
  max-width: 790px;
  height: auto;
}

/*** UCA USER SEARCH LIST ***/

table.uca_user_list tr {
  height: 28px;
}

table.uca_user_list thead td {
  background-color: #008C8C;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.search_user_sorting {
  display: inline-block;
  width: 7px;
  height: 7px;
  float: right;
  margin-top: 5px;
}

.sort_asc {
  background: url(../img/icn_arrow_up_white.gif) no-repeat;
}

.sort_desc {
  background: url(../img/icn_arrow_down_white.gif) no-repeat;
}

/* ###### Pagination (Programme tool)  ##### */
.paginationControl {
  margin: 5px 0 27px;
}

.paginationControl .first {
  background: url(../img/icn_paging-first.png) no-repeat 0 6px;
}

.paginationControl .prev {
  background: url(../img/icn_paging-prev.png) no-repeat 0 6px;
}

.paginationControl .next {
  background: url(../img/icn_paging-next.png) no-repeat 0 6px;
}

.paginationControl .last {
  background: url(../img/icn_paging-last.png) no-repeat 0 6px;
}

.paginationControl .first:hover,
.paginationControl .prev:hover,
.paginationControl .next:hover,
.paginationControl .last:hover,
.paginationControl .first.disabled,
.paginationControl .prev.disabled,
.paginationControl .next.disabled,
.paginationControl .last.disabled {
  background-position: 0 -15px;
}

.paginationControl a, .paginationControl span {
  font-size: 14px;
  margin: 0 5px;
  padding: 4px 8px;
}

.paginationControl .active {
  border: 1px solid #008c8c;
  font-weight: bold;
}

.paginationControl .prev {
  margin-right: 0px;
}

.paginationControl .next {
  margin-left: 12px;
}

.paginationControl a.prev,
.paginationControl a.next,
.paginationControl a.first,
.paginationControl a.last {
}


/* ###### Pagination (UCA)  ##### */
#pagination {
  margin-left: 10px;
  margin-top: 10px;
}

#pagination .page_link{
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  padding: 3px;
  border: #316879 1px solid;
  background-color: #ffffff;
  min-width: 15px;
  text-align: center;
}

#pagination .page_link:hover{
  border: #000000 1px solid;
  color: #000000 !important;
}

#pagination .active{
  border: #FFFFFF 1px solid;
  color: #FFFFFF !important;
  font-weight: bold;
  background-color: #008C8C;
  cursor:default;
}

#pagination .active:hover{
  border: #FFFFFF 1px solid;
  color: #FFFFFF !important;
  font-weight: bold;
  background-color: #008C8C;
}

.page_link_points {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  padding: 3px;
  min-width: 15px;
  text-align: center;
}

/* #### Archive #### */

.search_box, .filter_box {
  padding-left: 20px;
  padding-right: 20px;
}

#archive_list_filter_form .search_box,
#archive_list_filter_form .filter_box {
  padding: 0
}

.visible {
  display: block;
}

.hidden {
  display: none;
}

.filter_box_item {
  border: 1px solid #cccccc;
  display: inline-block;
  height: auto;
  margin-right:30px;
  overflow-x: hidden;
  overflow-y: visible;
  vertical-align: top;
  width: 300px;
}

#programme_view_form .filter_box_item {
  width: 317px;
}

#archive_list_filter_form .filter_box_item {
  margin-bottom: 30px;
  margin-right: 30px;
  width: 317px;
}

#archive_list_filter_form .wrapper_coOrganisers {
  margin-bottom: 0;
  margin-right: 30px;
  width: 317px;
}

#archive_list_filter_form .wrapper_coOrganisers .filter_box_item {
  margin: 0;
}

.wrapper_coOrganisers {
  display: inline-block;
}

#content_frame .filter_box_item h3 {
  background: #eeeeee url(../img/icn_toggle-grey.png) no-repeat right 10px top -16px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px;
  text-transform: uppercase;
}

#content_frame .filter_box_item h3:hover {
  cursor: pointer;
}

#content_frame .filter_box_item h3.open {
  background-position: right 10px top 13px;
}

.filter_box_item select {
  border: none;
  display: none;
  height: 260px;
  min-width: 318px;
  overflow-x: hidden;
  overflow-y: visible;
}

.filter_box_item select.open {
  display: inline-block;
}

.filter_box_item select option {
  padding: 10px;
}

.otherCoOrganisersArchive {
  display: none;
  margin-right: 30px;
  padding-top: 10px;
}

.otherCoOrganisersArchive.open {
  display: block;
}

#otherCoOrganisersSearch{
  width: 317px;
  display: none;
}

.filter_box_item label {
  font-weight: bold;
}

.btn_submit {
  background: #008c8c;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  min-width: 60px;
  padding: 6px 10px 7px 30px;
}

.btn_submit.add-template {
  padding: 6px 10px;
  margin-bottom: 10px;
}

.btn_submit.add-template:hover {
  color: #daeeee;
}

.btn_submit-button {
  padding: 6px 30px 7px 30px;
}

.btn_sync {
  padding-left: 10px;
}

.btn_clear {
  background: url(../img/icn_clear-selection.png) no-repeat 0 9px;
  color: #008c8c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 7px;
}

.archive_btn_clear {
  float: left;
  margin-right: 30px;
}

.btn_clear:hover {
  background-position: 0px -12px;
  cursor: pointer;
}

.export_button {
  background: url(../img/icn_export.png) no-repeat 0 9px;
  color: #008c8c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  margin-left: 30px;
  margin-top: 20px;
  padding-left: 20px;
  padding-top: 7px;
}

.export_button:hover {
  background-position: 0px -12px;
  cursor: pointer;
}

.export_button.proposal_list,
.export_button.rating_overview {
  margin-left: 0;
}

/* ---------------------------
   Form Validation Styles
--------------------------- */
#main_validation_hint {
  display: none;
  margin: 20px;
}

.fixed_dialog_box {
  position: fixed !important;
}

.archive_info {
  margin-bottom:-3px;
  margin-left:2px;
}


/* ---------------------------
   Mail Template View
--------------------------- */
.mail-template-list {
  width: 500px;
}

.template-input {
  width: 800px;
  margin-top: 15px;
  border-top: 1px solid #666;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}

.template-input .header {
  font-size: 14px;
  font-weight: bold;
}

.template-input .hint {
  background-color: #fffabc;
  padding: 5px;
}

.template-input textarea {
  width: 800px;
  height: 200px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.template-input input[type=text] {
  width: 800px;
}

.template-input .btn_submit {
  padding: 6px 10px 7px;
}

.template-preview {
  width: 800px;
  margin-top: 15px;
  border-top: 1px solid #666;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 13px;
}

.template-preview .header {
  font-size: 14px;
  font-weight: bold;
}

.template-preview .marked-template-part {
  background-color: #fffabc;
}

.template-preview table {
  width: auto !important;
}

.template-preview td,
.template-preview tr {
  background-color: white !important;
}

.bbcode-legend {
  font-size: 13px;
  width: 800px;
  margin-top: 15px;
  border-top: 1px solid #666;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bbcode-legend .bbcode-syntax {
  font-size: 13px;
}

.bbcode-legend .bbcode-result {
  font-size: 13px;
}

.bbcode-legend .bbcode-value {
  background-color: #fffabc;
  padding-left: 3px;
  padding-right: 3px;
}

#footer {
  background-image: none;
  border-top: 1px solid #008c8c;
  margin: 40px 20px 0;
  padding: 0;
  position: relative;
  width: calc(100% - 40px);
}

#content_frame + #footer {
  position: absolute;
  bottom: 0;
}

.footer-body {
  background-image: none;
  margin: 0;
  padding: 5px 10px;
  display: inline-block;
  font-size: 13px;
  line-height: 1.66667;
  white-space: nowrap;
}

.col-rate { width: 85px; }

.rating {
  width: 85px;
  text-align: center;
}

.btn_set_rating {
  background: #008c8c;
  border: none;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  width: 20px;
  padding: 3px 8px;
  margin: 0 auto;
  margin-top: 5px;
  display: none;
}

.rating-digit {
  text-align: center;
}

#dialog-confirm {
  font-size: 14px;
  display: none;
}
.ckeditor_container {
  width: 820px;
  margin-bottom: 20px;
}

#dialog-confirm {
  font-size: 14px;
}

/* ---------------------------
   Proposing entities form
--------------------------- */
#proposing-entity input[type=text],
#proposing-entity input[type=number] {
  width: 500px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

#proposing-entity .error {
  color: red;
}

#proposing-entity .btn_submit {
  padding: 6px 10px 7px;
  margin-top: 0;
}

.proposing-entity .select2-search__field {
  height: 16px !important;
  overflow: auto !important;
  margin: 0 5px !important;
}

#other_co_organiser,
#proposal-session_comment_div {
  margin-top: 20px;
}

#add-proposing-entity {
  margin-top: 0;
  margin-bottom: 20px;
}

#add-proposing-entity:hover,
#proposing-entity .btn_submit:hover
{
  color: white;
  background: #41A9AA;
}

#add-proposing-entity:active,
#proposing-entity .btn_submit:active
{
  background: #008c8c;
}

.export_button.proposing_entity_list {
  margin-top: 0;
  float: right;
  margin-right: 10px;
}

.center {
  text-align: center !important;
}

#proposal-comments {
  margin-top: 10px;
  display: none;
  clear: both;
}

.show-item {
  display: block !important;
}

#comment-text {
  width: 850px !important;
  height: 200px !important;
}

.dhx_scale_holder {
    border-left: 3px solid #C2D5FC;
}

.margin-top-20 {
  margin-top: 20px;
}

.select2-container-multi .select2-choices {
  min-width: 250px;
}

.hide-element {
  display: none !important;
}