/* <style> */

#ticketinfo label {
  font-weight: bold;
  white-space: nowrap;
}

#ticketinfo fieldset {
  width: 57em;
}
/* old */
#ticketinfo fieldset#readonly-tkt-properties {
  float: left;
  min-height: 6em;
  margin-right: 1em;
  width: 35em;
}

#ticketinfo fieldset#readonly-tkt-resources {
  min-height: 6em;
  width: 20em;
}

.ticket-readonly
{
    float: right;
    width: 28em;
}


fieldset.ticket-properties-readonly,
fieldset.ticket-status-readonly
{
    float: left;
    min-height: 6em;
    margin-right: 1em;
    width: 25em;
    margin-top: 0px;
    margin-left: 1em;
}

.readonly-tkt-description {
    clear: both;
    border: solid 1px #9F2B33 !important;
    /* min-width: 57em; */
    background-color: #CEC !important;
    padding: 0.25em 0.5em 0.5em 0.5em;
    margin-bottom: 10px;
    float:left;    
    white-space: pre-wrap;
    width: 57em;
}
.ticket-left-col {
    width: 57em;
    float: left;
}

 

fieldset.container-block-small {
    display: block;
    float: left;
    margin-right: 10px;
    width: 300px;
}
fieldset.container-block-small input[type=file] {
    clear: both;
    float: left;
}
.ticket-comment-midblock {
    width: 320px;
    float: left;
}

.ticketevent-expand {
    cursor : pointer;
}


#comment-container {
    clear: both;
   }
   

div.button-float {
     background-color: #9F2B33;
    width: 100%;
   padding: 0;
   clear: both;
}

div.ticketevent {
  margin-top: 1.5em;
  margin-bottom: 0;
  border-bottom: solid 1px #bbb;
  color: #999;
}

div.ticketevent-fileitem {
    background: #FFC;
    border: none;
    color: black;
    margin: 0px;
    padding: 0px
   }
   
span.changesetlink {
    cursor : pointer;
  color: black;
  white-space: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 0.9em;


  background-image: url(images/changeset.png);
  background-repeat: no-repeat;
  background-position-y: 2;
  padding-left: 14px;
}
/** ---------timeline  -- */
.left-block {
    width: 200px;
    float: left;
    margin-right: 10px;
    height: 500px;
}
.right-block-timeline {
    
    width: 700px;
    
    float: left;
    margin-left: 10px;
    
}



/** --------- subscriber box  & attachments -- */
.right-block {
    
    background: #FBFBFB;
   
    color: #484848;
    margin: 0px auto 1em;
    padding: 0.5em;
    width: 21%;
    float: right;
}





.section {
    border: 1px solid #DEDEDE;
    
    border-bottom-left-radius: 5px 5px;
    border-bottom-right-radius: 5px 5px;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
    margin-bottom: 12px;
    padding: 3px;
}
.watch-subscribers a:link, 
.watch-subscribers a:visited,
.attachments a:visited, 
.attachments a:link
{
    border-bottom: none;
    color: #093;
}
a.menu-link-subscribe,
a.menu-link-subscribe:link:hover,
a.menu-link-subscribe:visited:hover
{
    background-image: url(images/add.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
    line-height: 18px;
    padding: 2px 0px 5px 18px;
    
    color: #093;
} 
div.section h2 {
    background: none;
    color: #9F2B33;
    font-size: 14pt;
    font-size: 11pt;
    margin: 0px;
}
.watch-subscriber-person
{
    background-image: url(images/user.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    
    line-height: 18px;
    padding: 2px 0px 5px 18px;
    
    color: #093;
}

/* -----   attachments ---------- */
.attachments ul {
    list-style: none;
}
.attachments ul  li {
    margin: 0;
padding: 0;
}
.attachments ul  li  a {
    
}


/* -----enum editors..---------- */
div.ticket-enum {
   height: 12px;
   cursor: pointer;
}

/* sortable report tables */

table.report tbody tr.even { background-color: #fcfcfc }
table.report  tbody tr.odd { background-color: #f7f7f7 }

table.report thead tr th {
  cursor: pointer;
/*  font-size: 0.7em;*/
}

table.report thead tr .header {
  background-image: url(images/sort/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 16px;
}

table.report thead tr .headerSortUp {
  background-image: url(images/sort/asc.gif);
}

table.report thead tr .headerSortDown {
  background-image: url(images/sort/desc.gif);
}

table.report tbody tr.statusclosed td {
  background-color: #eee !important;
  color: #777;
}

table.report tbody tr.statusclosed td.summary,
    table.report tbody tr.statusclosed td.ticket {
  text-decoration: line-through;
}

table.report tbody tr.color1 td {
  background-color: rgb(255, 221, 204);
  color: rgb(170, 34, 34);
}
table.report tbody tr.color2 td {
  background-color: rgb(255, 255, 187);
  color: rgb(136, 136, 0);
}
table.report tbody tr.color4 td {
  background-color: rgb(221, 255, 255);
  color: rgb(0, 153, 153);
}

table.report tbody tr.color5 td {
  background-color: rgb(221, 231, 255);
  color: rgb(68, 102, 153);
}

table.report tbody tr td a {
  border-bottom-style: none;
  /* color: inherit; */
}

table.report tbody tr td {
  white-space: nowrap;
 /* font-size: 0.75em; */
}

table.report tbody tr td.summary {
  white-space: normal;
}



/* --- new design **/
.mtrack-ticket-events { 
    float: left;
    width: 53em;
}

table.report tbody tr td form.ticket-edit,
table.report tbody tr td .ticket-view
{
  white-space: normal;
}
form.ticket-edit,
.ticket-view {
   /* width: 960px; */
   /*  border: 5px solid #666; */

    padding: 5px;
}
/*
form.ticket-edit { 
  width: 960px;

}
*/

.ticket-edit-left
{
    float: left;
    width: 640px;
}
.ticket-edit .ticket-edit-left-head
{
    float: left;
    width: 100%;
}

.ticket-field {
    clear: both;
}
.ticket-edit-left .ticket-field textarea.wiki,
.ticket-edit-left .ticket-field textarea,
.ticket-edit-left .ticket-field label,
.ticket-edit-left .ticket-field input
{
    float: left;
    width: 600px;
    
}
.ticket-edit-right 
{
    width: 300px;
    float: left;
    margin-top: 0;
}
.ticket-edit-right .ticket-field label { 
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    margin-top: 2px;
}
.ticket-edit-right .ticket-field  .asmContainer { 
    clear: both;
}
.ticket-edit-left-lower {
    width: 595px;
}

.ticket-edit-left-lower .ticket-field {
    float: left;
    width: 280px;
}

.ticket-edit-left-lower .ticket-field label { 
    width: 100px;
    display: block;
    float: left;
    text-align: right;
    margin-top: 2px;
}
.ticket-edit-left-lower .ticket-field-long  label {
    float: left;
    width: 180px;
}
.ticket-edit-left-lower .ticket-field-long  input {
    float: left;
    width: 80px;
}
.ticket-edit-left-lower .ticket-field  select {
    float: left;
    width: 170px;
} 

table.report tr td .ticket-view td {
    border: none;
}
.mtrack-ticket-desc {
    float : left;
}

.ticketchangeinfo pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera 4 - 6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}



/* ------------- new preview.. ---------------*/
li.change-log-item {
    cursor: pointer;
}
.change-log-details {
    display:block;
    clear:both;
}
