body {
    font-family: Roboto, sans-serif;
}
h1 {
    color: #133453;
    margin-top: 0;
    /*border-top: 1px solid;*/
}
h2 {
    color: #133453;
    margin-top: 0;
    border-top: 1px solid;
}

a {
    color: #133453;
    text-decoration: none;
}

.date_field {
    min-width: 100px;
}
.datetime_field {
    width: 170px;
}

.header {
    padding: 0px; /*10px;*/
    white-space: nowrap;
    top: 0px; /*15px;*/
    position: relative;
}
.header #menuButton {
    font-size: 12pt;
    min-width: 80px;
}
.breadcrum {
    position: absolute;
    left: 40%;
    top: 10px;
}

.settings_box {
    width: 500px;
    height: 300px;
    margin: auto;
}

.login_box {
    width: 500px;
    height: 200px;
    padding: 10px;
    margin: auto;
}
.login_prompt {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14pt;
    width: 150px;
}
.login_field {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14pt;
    width: 300px;
}
.login_input {
    font-size: 14pt;
    height: 30px;
}
.login_button {
    width: 100px;
    height: 50px;
    font-size: 18pt;
    margin-bottom: 30px;
}

#role_select {
    font-size: 14pt;
}

th {
    position: relative;
    text-align: left;
}

/* Row coloring */
/*
tr:nth-of-type(even) { background-color: #ffffff; }
tr:nth-of-type(odd) { background-color: #eeeeee; }
*/
.report_line {
    background-color: #eeeeee;
}

/* STicky 2 top rows */
thead tr.first th, thead tr.first td {
  position: sticky;
  top: 0;
  background: #eee;
}
/*
thead tr.second th, thead tr.second td {
  position: sticky;
  top: 17px;
  background: #eee;
}
*/

#frm_new_file {
    width: 1000px;
}

#frm_update_user {
    width: 800px;
}
#frm_update_user table {
    width: 100%;
}

/* BEGIN update_file */
#frm_update_file {
    width: 1000px;
}
#submit {
    height: 40px;
    width:  120px;
    font-size: 18pt;
}
#files {
    height: 40px;
    width:  800px;
    font-size: 14pt;
}

.prompt_column {
    width: 180px;
    padding: 10px;
    vertical-align: top;
}
.value_column {
    width: 80%; /*700px;*/
    padding: 10px;
}
/* END update_file */

/* BEGIN list_files */
#list_files_table {
    width: 100%;
}

.list_files_head_long {
    /*width: 400px;*/
    padding: 10px;
}
.list_files_head {
    /*width: 160px;*/
    padding: 10px;
}
.list_files_head_short {
    /*width: 80px;*/
    padding: 10px;
}

.list_files_row_very_short {
    padding: 10px;
    /*max-width: 60px;*/
    overflow: hidden;
}
.list_files_row_short {
    padding: 10px;
    /*max-width: 60px;*/
    overflow: hidden;
}
.list_files_row {
    padding: 10px;
    /*max-width: 120px;*/
    overflow: hidden;
}
.list_files_row_long {
    padding: 10px;
    /*max-width: 240px;*/
    overflow: hidden;
}
.list_files_row_very_long {
    padding: 10px;
    min-width: 600px;
    overflow: hidden;
}
/* END list_files */

/* BEGIN list_users */
#list_users_table {
    width: 1000px;
}

.list_users_head_long {
    width: 250px;
    padding: 10px;
}
.list_users_head {
    width: 140px;
    padding: 10px;
}
.list_users_head_short {
    width: 70px;
    padding: 10px;
}

.list_users_row {
    padding: 10px;
}
/* END list_users */

/* BEGIN list_feedback */
#list_feedback_table {
    width: 95%;
}

.list_feedback_head {
    padding: 10px;
}

.list_feedback_head_id {
    padding: 10px;
    min-width: 80px;
}

.list_feedback_row {
    padding: 10px;
    vertical-align: top;
}
/* END list_feedback */


/* BEGIN list_categories */
#list_categories_table {
    width: 95%;
}

.list_categories_head {
    padding: 10px;
}

.list_categories_head_id {
    padding: 10px;
    min-width: 80px;
}

.list_categories_row {
    padding: 10px;
    vertical-align: top;
}
/* END list_categories */

.add_new_file {
    font-size: 14pt;
    padding-left: 100px;
}

#popupMenu {
    z-index: 10;
}

.username {
    font-weight: bold;
    font-size: 14pt;
}

.request_line {
    cursor: pointer;
}

/* Begin: alertify overrides */
.ajs-input {
    width: 100%;
}
/* End: alertify overrides */

/* BEGIN list_subscriptions */
#subscription_table {
    text-align: center;
    width: 600px;
}
#subscription_list {
    margin: auto;
}
#subscription_table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid;
}
#subscription_table .param {
    font-style: italic;
}

.subscription_attr_id {
    width:50px;
}
.subscription_attr_name {
    width:150px;
}
.subscription_attr_pub_org {
    width:200px;
}
.subscription_attr_description {
    width:400px;
}
#subscription_description {
    font-size: 10pt;
}
/* END list_subscriptions */

#subr_item_table
{
    text-align: center;
}
#subr_item_list {
    margin: auto;
}
#subr_item_table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid;
}


/* BEGIN list_subitems */
#sub_item_table {
    text-align: center;
}
#sub_item_list {
    margin: auto;
}
#sub_item_table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid;
}
.sub_item_attr_id {
    width:50px;
}
.sub_item_attr_collection {
    width:150px;
}
.sub_item_attr_prefix {
    width:150px;
}
.sub_item_attr_pub_org_name {
    width:200px;
}
.sub_item_attr_sub_name {
    width:150px;
}
.sub_item_attr_start_date {
}
.sub_item_attr_end_date {
}
.sub_item_attr_suspended {
    width:80px;
}
/* END list_subitems */

/* BEGIN: subscriber */
#subscriber_table {
    text-align: center;
    width:600px
}
#subscriber_list {
    margin: auto;
}
#subscriber_table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid;
    min-with: 120px;
}
#subscriber_table .param {
    /* font-weight: bold; */
    font-style: italic;
}

.subscriber_attr_id {
    width:50px;
}
.subscriber_attr_pub_org {
}
.subscriber_attr_description {
    font-size: 10pt;
}
.subscriber_attr_name {
    width:150px;
}
.subscriber_attr_start_date {
    min-width: 100px;
}
.subscriber_attr_end_date {
    min-width: 112px;
}
.subscriber_attr_suspended {
}
.subscriber_attr_disabled {
}
/* END: subscriber */


/* Begin: collections */
.package_name {
    color: #888888;
}
.menu_item_selected {
    background-color: #ffffaa;
}
#collection_list {
    margin: auto;
}
#collection_table {
    text-align: center;
}
#collection_table th {
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid;
}
#collection_table td {
    text-align: left;
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid;
}
.collection_attr_id {
    width:50px;
}
.collection_attr_name {
    width:200px;
}
.collection_attr_description {
    width:500px;
}
#non_coll_files {
    width: 600px;
}
#coll_files {
    width: 600px;
}
#select_collection {
    color: green;
}
/* End: collections */

.hidden_line {
    display: none;
}
.checked_line {
    /*display: none;*/
}

<<<<<<< HEAD
#sel_subscription {
    width: 200px;
    font-size: 14pt;
}
#sel_subscription_colls {
    width: 200px;
    font-size: 14pt;
}

#sel_subscriber {
    width: 300px;
    font-size: 14pt;
}
#sel_subscr_colls {
    width: 200px;
    font-size: 14pt;
}

.edit_scription td {
    padding: 10px;
}
.list_subscription_table {
    min-width: 400px;
}
.list_subscription_table td {
    padding: 10px;
}

.save_cmd {
    color: #008800;
    font-weight: bold;
}
.cancel_cmd {
    color: #880000;
    font-weight: bold;
}
#collection_table input
{
    font-size: 12pt;
}
#collection_table textarea
{
    font-size: 10pt;
}
#list_subscription_table th {
    padding: 10px;
    font-weight: normal;
    text-decoration: underline;
}
#list_subscription_table td {
    padding: 10px;
}
.explain_suspended {
    color: red;
}
.suspended {
    text-decoration: line-through;
}
.expired {
    color: #ff5555;
}
.disabled {
    color: #888888;
}
=======
#pub_uri_result {
  border: 1px dotted #ccc;
  padding: 3px;
}
#pub_uri_result ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#pub_uri_result ul li {
  padding: 5px 0;
}
#pub_uri_result ul li:hover {
  background: #eee;
  cursor: pointer;
}

.public_ref {
    font-size: 10pt;
}

.file_status_top {
    border-top: 1px solid #888888;
}
.file_status_bottom {
    border-bottom: 1px solid #888888;
}
>>>>>>> master
