/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* end of css reset */

/* general */
body, html {
  height: 100%;
  width: 100%;
}
body {
  font: normal 14px/16px Arial, sans-serif;
}
.clear { clear: both; }
.clearr { clear: right; }
/*  */
#rosetta_main {
  background: rgba(120, 120, 120, 0.1);
  bottom: 0;
  left: 0;
  /*min-height: 600px;*/
  /*min-width: 600px;*/
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.rosetta_canvas_cont {
  background: #FFF;
  bottom: 147px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 18px;
}
.rosetta_canvas_cont canvas {
  cursor: crosshair;
}
.rosetta_coord_x, .rosetta_coord_y, .rosetta_status {
  border: 1px inset #A8A8A8;
  bottom: 0;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin: 0 0 1px 0;
  padding: 0 0.3em;
  right: 0;
  position: absolute;
  width: 9em;
}
.rosetta_coord_x {
  right: 10em;
}
.rosetta_status {
  left: 0;
  overflow: auto;
  right: 20em;
  width: auto;
}
/*  */
.rosetta_tab_cont {
  border-bottom: 1px inset #A8A8A8;
  border-top: 1px inset #A8A8A8;
  background: #F5F5F5;
  bottom: 21px;
  height: 21px;
  overflow: auto;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.rosetta_tab {
  background: #FFF;
  cursor: pointer;
  float: left;
  margin: 2px 8px 3px 0;
  position: relative;
  white-space: nowrap;
  width: auto;
  z-index: 1;
}
.rosetta_tab:first-child {
  margin-left: 8px;
}
.rosetta_tab.sel {
  background: #D7D7D7;
  z-index: 9010 !important;
}
.rosetta_tab_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.rosetta_tab:before {
  content: ' ';
  position: absolute;
  border-bottom: none;
  border-style: solid;
  border-width: 0 8px 16px 0;
  border-color: transparent #444 transparent transparent;
  position: absolute;
  height: 0;
  left: -8px;
  width: 0;
}
.rosetta_tab:after {
  content: ' ';
  position: absolute;
  border-bottom: none;
  border-style: solid;
  border-width: 16px 8px 0 0;
  border-color: #444 transparent transparent transparent;
  position: absolute;
  height: 0;
  right: -8px;
  top: 0;
  width: 0;
}
.rosetta_tab_bg:before {
  content: ' ';
  position: absolute;
  border-bottom: none;
  border-style: solid;
  border-width: 0 7px 14px 0;
  border-color: transparent #FFF transparent transparent;
  position: absolute;
  height: 0;
  left: -7px;
  top: 1px;
  width: 0;
}
.rosetta_tab.sel .rosetta_tab_bg:before {
  border-color: transparent #D7D7D7 transparent transparent;
}
.rosetta_tab_bg:after {
  content: ' ';
  position: absolute;
  border-bottom: none;
  border-style: solid;
  border-width: 14px 7px 0 0;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  height: 0;
  right: -7px;
  top: 1px;
  width: 0;
}
.rosetta_tab.sel .rosetta_tab_bg:after {
  border-color: #D7D7D7 transparent transparent transparent;
}
.rosetta_tab_text {
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  line-height: 1;
  position: relative;
  z-index: 2;
}
/*  */
.rosetta_totals_cont {
  background: #F1F1F1;
  border-left: 1px inset #A8A8A8;
  border-right: 1px inset #A8A8A8;
  border-top: 1px inset #A8A8A8;
  bottom: 44px;
  font-size: 12px;
  height: 60px;
  line-height: 20px;
  left: 0;
  padding: 32px 0.2em 10px 0;
  position: absolute;
  right: 0;
}
.rosetta_totals_sel {
  height: 12px;
  line-height: 12px;
  position: absolute;
  top: 10px;
}
.rosetta_totals {
  height: 60px;
  overflow: auto;
}
.rosetta_totals_sel input {
  line-height: 12px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: middle;
}
.rosetta_totals_sel label {
  cursor: pointer;
  margin: 0 10px;
}
.rosetta_totals_cont th,
.rosetta_totals_cont td {
  padding: 0 2px;
  text-align: left;
  vertical-align: middle;
}
.rosetta_totals_cont th {
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
}
.rosetta_totals_cont th.right {
  text-align: right;
}
.rosetta_totals_cont .cont,
.rosetta_totals_cont .cont2 {
  float: left;
}
.rosetta_totals_cont .cont2 {
  line-height: 30px;
}
.rosetta_totals .t_area {
  min-width: 90px;
}
/*  */
.rosetta_zoom_btns {
  background: #F1F1F1;
  bottom: 120px;
  height: 26px;
  position: absolute;
  right: 1px;
  width: 86px;
}
.rosetta_zoom_btn {
  border: 1px outset #A8A8A8;
  cursor: pointer;
  background: transparent url('../images/icon_buttons.png') no-repeat 0 0;
  float: right;
  height: 20px;
  margin: 1px 2px;
  width: 22px;
}
.rosetta_zoom_btn:active {
  border-style: inset;
}
.rosetta_zoom_btn.zoom_out { background-position: 0 1px; }
.rosetta_zoom_btn.zoom_in { background-position: -22px 1px; }
.rosetta_zoom_btn.zoom_reset { background-position: -44px 1px; }
.rosetta_zoom_btn.zoom_out:active { background-position: 0 2px; }
.rosetta_zoom_btn.zoom_in:active { background-position: -22px 2px; }
.rosetta_zoom_btn.zoom_reset:active { background-position: -44px 2px; }
.rosetta_buttons > div {
  float: right;
}
/*  */
.rosetta_menu {
  background: #FFF;
  border: 1px solid #AEAEAE;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.6);
  font-size: 12px;
  line-height: 17px;
  min-width: 6em;
  padding: 2px;
  position: absolute;
  z-index: 100;
}
.rosetta_menu_el {
  background: #FFF;
  color: #000;
  cursor: default;
  padding: 0 22px 0 17px;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}
.rosetta_menu_el:hover {
  background: #AAA;
  color: #EEE;
}
.rosetta_menu_el.disabled,
.rosetta_menu_el.disabled:hover {
  color: #CCC;
}
.rosetta_menu_el.toggle,
.rosetta_menu_el.toggle2 {
  background-image: url('../images/icon_menus.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}
.rosetta_menu_el.toggle:hover,
.rosetta_menu_el.toggle.sel {
  background-position: 0 -17px;
}
.rosetta_menu_el.toggle2 {
  background-position: 0 -34px;
}
.rosetta_menu_el.toggle2:hover,
.rosetta_menu_el.toggle2.sel {
  background-position: 0 -51px;
}
.rosetta_menu_el.submenu:after {
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #000;
  content: ' ';
  height: 0;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 0;
}
.rosetta_menu_el.submenu:hover:after,
.rosetta_menu_el.submenu.sel:after {
  border-left-color: #FFF;
}
.rosetta_menu_sep {
  height: 1px;
  padding: 3px 1px 4px 1px;
  position: relative;
}
.rosetta_menu_sep:after,
.rosetta_menu_sep .after {
  background: #AEAEAE;
  content: ' ';
  height: 1px;
  position: absolute;
  bottom: 4px;
  left: 1px;
  right: 1px;
  top: 3px;
}
.rosetta_menubar_cont {
  background: #E4E4E4;
  border-bottom: 1px inset #A8A8A8;
  border-top: 1px inset #A8A8A8;
  height: 16px;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 0;
}
.rosetta_menubar_cont > .rosetta_menu_el {
  float: left;
}
.rosetta_menu > table {
}
tr.rosetta_menu_el {
  padding: 0;
}

.rosetta_menu td:first-child {
  padding: 0 0 0 17px;
}
.rosetta_menu td.rosetta_menu_sep {
  padding: 3px 1px 4px 1px;
}
.rosetta_menu td.rosetta_menu_sep:after {
  display: none;
}
.menubara_edit .rosetta_menu_el .hotkey {
  padding: 0 22px 0 6px;
}


.menubar_main {
  background: #E4E4E4;
  padding: 0 12px;
}
.menubar_main.sel,
.menubar_main:hover {
  background: #AAA;
  color: #EEE;
}
/* rosetta_msgs */
#rosetta_msgs {
  display: none;
  padding: 1em 1em 0.428571em 1em;
}
.blockMsg #rosetta_msgs {
  display: block;
}
#rosetta_msgs h1,
#rosetta_msgs h2,
#rosetta_msgs h3,
#rosetta_msgs h4 {
  margin: 0 0 0.8em 0;
}
#rosetta_msgs h1 {
  font-size: 1.8em;
  font-weight: bold;
}
#rosetta_msgs h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#rosetta_msgs h3 {
  font-size: 1.2em;
  font-weight: bold;
}
#rosetta_msgs h4 {
  font-weight: bold;
}
#rosetta_msgs .cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .bottom04 {
  margin-bottom: 0.4em !important;
}
#rosetta_msgs .top04 {
  margin-top: 0.4em !important;
}
#rosetta_msgs .top {
  margin-top: 2em !important;
}
#rosetta_msgs form.cont {
  border: 1px solid #CFCFCF;
  padding: 0.6em;
}
#rosetta_msgs .error {
  color: #A01414;
}
#rosetta_msgs .ok {
  color: #146414;
}
#rosetta_msgs .left {
  text-align: left !important;
}
#rosetta_msgs .right {
  text-align: right !important;
}
#rosetta_msgs .center {
  text-align: center !important;
}
#rosetta_msgs .und {
  text-decoration: underline;
}
#rosetta_msgs .fl { float: left; }
#rosetta_msgs .fr { float: right; }
#rosetta_msgs label.half {
  width: 50% !important;
}
#rosetta_msgs input[type="text"],
#rosetta_msgs input[type="password"] {
  max-width: 90%;
}
#rosetta_msgs textarea {
  resize: none;
}
#rosetta_msgs input[type="button"],
#rosetta_msgs input[type="submit"] {
  margin: 0.4em 1em;
  min-width: 4em;
}
#rosetta_msgs select:focus,
#rosetta_msgs textarea:focus,
#rosetta_msgs input:focus {
  outline: 0;
}
#rosetta_msgs .input_area {
  height: 96px;
  width: 280px;
}
#rosetta_msgs .input_text {
  width: 180px;
}
/* rosetta_msgs ui */
.ui-front.ui-selectmenu-menu {
  z-index: 10000;
}
.ui-front.ui-selectmenu-menu .ui-menu-item {
  font-size: 0.8em;
/*  padding-left: 1.75em;*/
}
#rosetta_msgs .ui-selectmenu-button {
  float: right;
  font-size: 0.8em;
  outline: 0;
  overflow: visible;
}
#rosetta_msgs .ui-spinner {
  cursor: inherit;
  float: right;
  font-size: 12px;
  overflow: visible;
}
/* rosetta_msgs login */
#rosetta_msgs .forgot_link {
  display: inline;
  text-align: right;
}
#rosetta_msgs .login_extra {
  font-size: 0.8em;
  text-align: right;
}
#rosetta_msgs .login_status {
  text-align: center;
}
#rosetta_msgs .reset_frame {
  border: 1px solid #AAA;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}
#rosetta_msgs .user_state,
#rosetta_msgs .user_city,
#rosetta_msgs .user_lname,
#rosetta_msgs .user_fname {
  width: 160px;
}
#rosetta_msgs .user_password,
#rosetta_msgs .user_email {
  width: 180px;
}
#rosetta_msgs .edit_status {
  text-align: center;
}
#rosetta_msgs .user_password_old, #rosetta_msgs .user_password_new, #rosetta_msgs .user_password_repeat {
  width: 140px;
}
#rosetta_msgs .pass_edit_cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .pass_edit_cont span {
  display: inline-block;
  margin-right: 0.4em;
  text-align: right;
  width: 165px;
}
#rosetta_msgs .info_edit_cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .info_edit_cont span {
  display: inline-block;
  margin-right: 0.4em;
  text-align: right;
  width: 115px;
}
#rosetta_msgs .email_edit_cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .email_edit_cont span {
  display: inline-block;
  margin-right: 0.4em;
  text-align: right;
  width: 105px;
}
#rosetta_msgs .email_edit_cont .note {
  color: #A01414;
  font-size: 0.8em;
  padding: 0.5em 1em;
  text-align: left;
}
#rosetta_msgs .email_edit_cont span + span,
#rosetta_msgs .user_email {
  text-align: left;
  width: 180px;
}
/* rosetta_msgs grid size */
#rosetta_msgs .gs_cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .gs_cont span.text {
  float: left;
  margin-left: 1em;
}
#rosetta_msgs .gs_cont.half {
  margin-bottom: 0.8em;
}
#rosetta_msgs .gs_cont.half .ui-spinner {
  float: right;
}
/* rosetta_msgs line options */
.ui-front.ui-selectmenu-menu .ui-menu-item.color_select {
  padding-left: 1.75em;
}
.ui-front.ui-selectmenu-menu .ui-menu-item.color_select span {
  height: 1.25em;
  left: 0.25em;
  margin: 0 0.25em 0 0;
  position: absolute;
  top: 0.25em;
  width: 1.25em;
}
#rosetta_msgs label.lo_cont {
  cursor: pointer;
}
#rosetta_msgs .lo_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  width: 90%;
}

#rosetta_msgs .lo_cont span.text {
  float: left;
  margin-left: 1em;
  text-align: left;
  min-width: 40%;
}
#rosetta_msgs .lo_cont select {
  float: right;
  width: 160px;
}
/* rosetta_msgs dxf options */
#rosetta_msgs label.dxf_cont {
  cursor: pointer;
}
#rosetta_msgs .dxf_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  width: 90%;
}
#rosetta_msgs .dxf_cont span.text {
  float: left;
  margin-left: 1em;
  text-align: left;
  min-width: 40%;
}
#rosetta_msgs .dxf_cont input[type="checkbox"] {
  cursor: inherit;
  float: right;
}
/* rosetta_msgs export options */
#rosetta_msgs label.export_cont {
  cursor: pointer;
}
#rosetta_msgs .export_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  width: 90%;
}
#rosetta_msgs .export_cont span.text {
  float: left;
  margin-left: 1em;
  text-align: left;
  min-width: 40%;
}
#rosetta_msgs .export_cont input[type="checkbox"] {
  cursor: inherit;
  float: right;
}
/* rosetta_msgs pdf options */
#rosetta_msgs .pdf_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  text-align: left;
  width: 80%;
}
#rosetta_msgs label.pdf_cont {
  cursor: pointer;
  width: 75%;
}
#rosetta_msgs .pdf_cont2 {
  width: 75%;
}
#rosetta_msgs .half > .pdf_cont {
  margin-left: 10%;
  margin-right: 0;
  width: 90%;
}
#rosetta_msgs .pdf_cont.nw {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
#rosetta_msgs .pdf_cont.ml {
  margin-left: 0.6em;
}
#rosetta_msgs .pdf_cont.mb0 {
  margin-bottom: 0em;
}
#rosetta_msgs .pdf_cont.center {
  text-align: center;
}
#rosetta_msgs .pdf_cont span.text {
  margin-left: 0.6em;
  min-width: 40%;
}
#rosetta_msgs .pdf_cont.half div.text {
  margin: 0.3em 0 0.1em 0;
}
#rosetta_msgs .pdf_cont.half .ui-spinner {
  float: left;
}
#rosetta_msgs .dl {
  margin-top: 16px;
}
/**/
#rosetta_msgs .half {
  margin-bottom: 0;
  text-align: center;
}
/* rosetta_msgs print options */
#rosetta_msgs .print_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  text-align: left;
  width: 80%;
}
#rosetta_msgs label.print_cont {
  cursor: pointer;
  width: 75%;
}
#rosetta_msgs .print_cont2 {
  width: 75%;
}

#rosetta_msgs .half > .print_cont {
  margin-left: 10%;
  margin-right: 0;
  width: 90%;
}
#rosetta_msgs .print_cont.nw {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
#rosetta_msgs .print_cont.ml {
  margin-left: 0.6em;
}
#rosetta_msgs .print_cont.mb0 {
  margin-bottom: 0em;
}
#rosetta_msgs .print_cont.center {
  text-align: center;
}
#rosetta_msgs .print_cont span.text {
  margin-left: 0.6em;
  min-width: 40%;
}
#rosetta_msgs .print_cont.half div.text {
  margin: 0.3em 0 0.1em 0;
}
#rosetta_msgs .print_cont.half .ui-spinner {
  float: none;
}
#rosetta_msgs .dl {
  margin-top: 16px;
}
#rosetta_msgs .print_note {
  font-size: 10px;
  line-height: 1;
  margin: 0.5em 0 0 0;
}
/* rosetta_msgs font options */
#rosetta_msgs label.fo_cont {
  cursor: pointer;
}
#rosetta_msgs .fo_cont {
  display: block;
  margin: 0 auto 0.8em auto;
  width: 80%;
}
#rosetta_msgs .fo_cont span.text {
  float: left;
  margin-left: 1em;
  text-align: left;
  min-width: 40%;
}
#rosetta_msgs .fo_cont .fo_grid_fix {
  cursor: inherit;
  float: right;
}
/* rosetta_msgs fields */
#rosetta_msgs .field_cont {
  display: block;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .field_cont span {
  display: inline-block;
  margin-right: 0.4em;
  text-align: right;
  width: 6em;
}
#rosetta_msgs .loading_img {
  height: 24px;
  line-height: 24px;
  margin: 0 0 0.8em 0;
}
#rosetta_msgs .loading_img.loading {
  background: transparent url('../images/ajax_load.gif') center center no-repeat;
}
/* rosetta_msgs load */
#rosetta_msgs input.project_load {
  float: left;
  /*margin-right: 3em;*/
}
#rosetta_msgs .no_projects {
  margin: 1em 0 1em 0;
}
#rosetta_msgs .project_new {
  float: left;
}
#rosetta_msgs .project_import {
  float: left;
}
#rosetta_msgs .project_delete {
  float: right;
}
#rosetta_msgs .project_list {
  margin: 0 0 1.8em 0;
}
#rosetta_msgs .project_list_table_cont {
  border: 1px solid #CFCFCF;
  margin: 0 0 1em 0;
  max-height: 221px;
  overflow: auto;
}
#rosetta_msgs .project_list_table {
  width: 100%;
}
#rosetta_msgs .project_info_table_cont {
}
#rosetta_msgs .project_info_table {
  border: 1px solid #CFCFCF;
  margin: 0 auto 1em auto;
}
#rosetta_msgs .project_info_table th,
#rosetta_msgs .project_info_table td {
  cursor: auto;
  vertical-align: middle;
}
#rosetta_msgs .project_info_table th {
  font-weight: bold;
}
#rosetta_msgs .project_info_table td {
  min-width: 12em;
}
#rosetta_msgs .project_info_table td:first-child {
  font-weight: bold;
  border-right: 1px solid #CFCFCF;
  min-width: 0;
  text-align: right;
}
#rosetta_msgs .project_list_table tr {
  cursor: pointer;
}
#rosetta_msgs .project_info_table .logo_title {
  background: #F3F6FA;
  border-left: 1px solid #CFCFCF;
  text-align: center;
  padding: 2px 2px;
  width: 0.3em;
}
#rosetta_msgs .project_info_table .logo_cont {
  background: #F3F6FA;
  padding: 2px 0;
  width: 326px;
}
#rosetta_msgs .project_info_table .logo_cont img {
  display: block;
  height: auto;
  margin: auto;
  max-height: 80px;
  max-width: 320px;
  width: auto;
}

#rosetta_msgs .user_info_table_cont {
  display: none;
}
#rosetta_msgs .user_info_table {
  border: 1px solid #CFCFCF;
  margin: 0 auto 1em auto;
}
#rosetta_msgs .user_info_table th,
#rosetta_msgs .user_info_table td {
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  cursor: auto;
  line-height: 24px;
  padding: 2px 8px;
  vertical-align: middle;
}
#rosetta_msgs .user_info_table th {
  background: #F3F6FA;
  font-weight: bold;
  min-width: 8em;
}
#rosetta_msgs .user_info_table td {
  text-align: left;
}


#rosetta_msgs .project_info {
}
/* rosetta_msgs blocks */
#rosetta_msgs .blocks_cont_cont {
  text-align: left;
}
#rosetta_msgs .blocks_cont_cont .fix {
  border: none;
  height: 1px;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  padding: 0;
  position: absolute;
  width: 1px;
}
#rosetta_msgs .blocks_cont {
  float: left;
  margin: 6px 0 12px 12px;
  width: 204px;
  /*background: red;*/
}
#rosetta_msgs .blocks_cont .block {
  border: 1px outset #FFF;
  cursor: pointer;
  font-size: 11px;
  margin: 2px 1px;
  outline: 1px solid #000;
  position: relative;
  text-align: center;
}
#rosetta_msgs .blocks_cont .block.corner_cont {
  border: none;
}
#rosetta_msgs .blocks_cont .corner {
  border: 1px outset #FFF;
  float: left;
}
#rosetta_msgs .blocks_cont .corner + .corner {
  /*border-left: 1px solid red;*/
}

/* logout */
.logout_cont {
  float: right;
  font-size: 0.8em;
  margin: 0 1em 0 0;
}
.rosetta_menubar_cont .logout_cont_mb {
}
.rosetta_menubar_cont .logout_cont {
}
.rosetta_menubar_cont .logout_cont span.spacer_mb {
  display: none;
}
.project_list_cont .logout_cont {
  position: absolute;
  right: 0;
  top: 0.5em;
}

/* project img */
.meta_image_change {
  float: right;
  margin: auto;
  overflow: hidden;
}

.meta_image_cont {
  border: 1px solid #CFCFCF;
  float: left;
  min-height: 20px;
  width: 62%;
}
.meta_image_cont img {
  cursor: pointer;
  height: auto;
  width: auto;
  max-width: 100%;
}
.meta_image_cont .fd-zone {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
/* project import */
.project_import_upload {
  margin: 0 auto 2em auto;
  overflow: hidden;
}

.project_import_cont {
  border: 1px solid #CFCFCF;
  float: left;
  min-height: 20px;
  width: 62%;
}
.project_import_cont img {
  cursor: pointer;
  height: auto;
  width: auto;
  max-width: 100%;
}
.project_import_status {
  height: 32px;
}
.project_import_cont .fd-zone {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.fd-zone .fd-file { /* Hides <input type="file"> while simulating "Browse" button: */
  opacity: 0;
  font-size: 80px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -ms-filter: "alpha(opacity=0)";
}
/*  */
#user_fname,
#user_lname,
#user_city,
#user_state,
#user_email,
#auto_save_delay {
  display: none;
}

/* for testing */
#fps {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  right: 9.5em;
  top: 0.1em;
  z-index: 3;
}
#fps .low {
  color: red;
  margin: 0 0.4em;
}
#fps .avg {
  color: blue;
}
#x_y {
  font-weight: bold;
  font-size: 1em;
  position: absolute;
  right: 20em;
  top: 0;
  z-index: 3;
}
#x_y,
#fps {
  display: none;
}

/* printing */
.rosetta_print_div_main_cont {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  z-index: 0;
}
.rosetta_print_div_cont .clear {
  clear: both;
}
.rosetta_print_div_cont .fl {
  float: left;
}
.rosetta_print_div_cont .fr {
  float: right;
}
.rosetta_print_div_cont {
  display: block;
  height: 100%;
  margin: 0;
  opacity: 1;
  overflow: visible;
  width: 100%;

  -webkit-region-break-inside: avoid;
  -webkit-region-break-after: always;
  page-break-after: always;
  page-break-inside: avoid;

}
.rosetta_print_div {
  background: rgba(255, 255, 255, 0.4);
  border: 0.025in solid #000;
  display: block;
  height: 100%;/**/
  margin: 0;
  overflow: visible;
  padding: 0 0.15in;
  text-align: center;
  width: 100%;/**/
}
.rosetta_print_div_t, .rosetta_print_div_d, .rosetta_print_div_i1, .rosetta_print_div_i2 {
  border: 0.025in solid #000;
  margin: 0.15in 0 0 0;
  padding: 0;
  text-align: left;
}

.rosetta_print_div_t {
  display: inline-block;
  height: 7%;/**/
  font-size: 0.05in; /**/
  line-height: 1.05;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.rosetta_print_div_t .some_margin {
  margin: 0 0.1in 0 0;
}
.rosetta_print_div_t .some_margin.first {
  margin-left: 0.1in;
}
.rosetta_print_div_t .some_margin.not_first {
  margin-left: 0.1in;
  margin-right: 0;
}
.rosetta_print_div_t .title {
  font-size: 1.1em;
}
.rosetta_print_div_t .coloredl {
  background: #FFF;
  white-space: nowrap;
  width: 0.8in;
}
.rosetta_print_div_t .colored {
  line-height: 0.95;
  width: 1.15in;
}

.rosetta_print_div_t .b {
  font-weight: bold;
}
.rosetta_print_div_d {
  border-width: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;/**/
  overflow: visible;
  position: relative;
}
.rosetta_print_div_d > svg {
  border: 0.015in solid #000;
  border-width: 0.015in 0.015in 0 0;
  float: right;
  margin: -1px 0 0 0;
}
.rosetta_print_div_i1 {
  border-color: #FFF;
  border-left-width: 0;
  float: left;
  line-height: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rosetta_print_div_i2 {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rosetta_print_div_i2 > div {
  float: left;
}
.rosetta_print_div_i2 .drawn_cont,
.rosetta_print_div_i2 .date_cont,
.rosetta_print_div_i2 .sheet_cont,
.rosetta_print_div_i2 .file_cont {
  border-top: 0.011in solid #000;
}
.rosetta_print_div_i2 .middle_cont {
  border-left: 0.025in solid #000;
  border-right: 0.025in solid #000;
  vertical-align: middle;
}
.rosetta_print_div_i2 .logo_cont {
  float: right;
  text-align: center;
  vertical-align: middle;
}
.rosetta_print_div_i2 .logo_cont:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.rosetta_print_div_i2 .logo_cont img {
  display: inline;
  height: auto;
  vertical-align: middle;
  width: auto;
}

.rosetta_print_div_i2 .t1,
.rosetta_print_div_i2 .t2,
.rosetta_print_div_i2 .t3 {
  line-height: 1.2;
  padding: 0 0.011in;
}
.rosetta_print_div_i2 .t2 {
  font-style: italic;
}

@media print {
  body, html { margin: 0; padding: 0; }
  body > * {
    display: none;
  }
  .rosetta_print_div_main_cont {
    display: block;
    height: auto;
    width: auto;
  }
}
@media screen and (max-width: 799px) {
  #rosetta_msgs .project_list_table_cont {
    max-height: 160px;
  }
}
@media screen and (max-width: 639px) {
  .rosetta_menubar_cont .logout_cont_mb {
    background: #CCC url('../images/icon_mb_menu.png') center center no-repeat;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 3px;
    top: 0;
    width: 32px;
    z-index: 1;
  }
  .rosetta_menubar_cont .logout_cont {
    background: #E4E4E4;
    border: 1px inset #A8A8A8;
    border-top: none;
    cursor: auto;
    display: none;
    margin: 0;
    padding: 3px 6px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 17px;
    white-space: nowrap;
  }
  .rosetta_menubar_cont .logout_cont span {
    display: block;
  }
  .rosetta_menubar_cont .logout_cont span.spacer {
    display: none;
  }
  .rosetta_menubar_cont .logout_cont span.spacer_mb {
    display: inline;
  }
  .rosetta_coord_x, .rosetta_coord_y {
    width: 7em;
  }
  .rosetta_coord_x {
    right: 8em;
  }
  .rosetta_status {
    right: 16em;
  }
  #rosetta_msgs {
    font-size: 0.8em;
  }
  #rosetta_msgs input {
    font-size: 1em;
  }
  #rosetta_msgs .login_extra input {
    font-size: 1.25em;
  }
  #rosetta_msgs .pass_edit_cont span {
    width: 140px;
  }
  #rosetta_msgs .blocks_cont .block {
    font-size: 10px;
  }
  #rosetta_msgs .project_list_table_cont {
    max-height: 140px;
  }
}
@media screen and (max-width: 549px) {
  #rosetta_msgs {
    padding: 0.2em 0.2em 0.1em 0.2em;
  }
  #rosetta_msgs .project_delete {
    float: left;
  }
  #rosetta_msgs .project_info_table td {
    min-width: 0;
  }
  #rosetta_msgs .project_info_table .logo_cont {
    width: 152px;
    width: 192px;
  }
  #rosetta_msgs .project_info_table .logo_cont img {
    max-height: 64px;
    max-width: 150px;
    max-width: 190px;
  }
}
@media screen and (max-width: 419px) {
  #rosetta_msgs .project_info_table .logo_cont {
    width: 152px;
  }
  #rosetta_msgs .project_info_table .logo_cont img {
    max-width: 150px;
  }
}

@media screen and (min-width: 640px) {
  .rosetta_menubar_cont .logout_cont {
    display: block !important;
  }
}