#div-gpxplus
{
  width:100%; 
  position:relative;
}

#div-map
{
  margin:0px;
  padding:0px;
  height:600px;
  width:70%;
  float:left;
}

#div-settings
{
  float:right;
  width:30%;
  margin:0px;
  padding-left:20px;
  vertical-align: top;
}

.gpx_slider, 
.jscolor_picker
{
  width: 100%;
  max-width: 150px;
}

.no-display
{
  display:none;  
}

.setting-panel
{
  width:100%;
  border:solid 1px #d0d0d0;
  border-radius: 6px;
}
  
.setting-panel label
{
  display:block;
}

.setting-panel input[type="text"],
.setting-panel textarea
{
  display:block;
  clear:both;
}

.setting-header
{
  width:100%;
  background-color:#0897cc;
  color:#ffffff;
  height:30px;
  line-height:30px;
  text-transform: uppercase;
  padding-left:5px;
  font-weight:bold;
  font-size: 0.625em;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.setting-content
{
  padding: 10px;
  background-color: #ffffff;
}

.setting-content label
{
  font-size: 0.75em;
  font-weight: bold;
  color:#050505;
}

.setting-content .notes
{
  font-size: 0.75em;
  color:#030303;
}

.setting-content input,
.setting-content textarea
{
  font-size:0.75em;
}

#debug-div
{
  position:absolute;
  top:0px;
  left:0px;
  width:300px;
}

#debug_coord_field
{
  margin-left:20px; 
}


.button-disabled
{
  
}

#output-div
{
  display:block;
  clear:both;
}

#div-map img 
{
   max-width: none;
}

#upload_info
{
  font-size: 0.6875em;
  border: solid 1px #c0c0c0;
  border-radius: 3px;
  width: 30%;
  background-color: #f0f0f0;
  padding: 10px;
}

#upload_progress
{
  font-size: 0.6875em;
  padding-top: 15px;
}

#upload_ajax_spinner
{
  font-size: 0.6875em;
  padding-top: 15px;
}

#poly_weight_field,
#poly_opacity_field,
#poly_fill_opacity_field
{
  width:40px;
}

.map_options
{
  position: relative;
  display:inline-block;
  border: solid 1px #dadada;
  padding-right: 10px;
  width:100%;
  
}

#optionButtons
{
  display:block;
  position: absolute;
  right: 0px;
  top:0px;
}

#project_display_name
{
  font-weight:bold;
}

table tr.gpxrow.hover_on td
{
  background-color: #D1F1F7;
}

.gpxrow.hover_off 
{
  background-color: #FFFFFF;
}

table tr.gpxrow_edit td,
table tr td.gpxrow_edit
{
  background-color: #D1E7CE;  
  padding: 0px;
  margin: 0px;
}

table tr td.gpxrow_edit input
{
  border: solid 1px #D1E7CE;  
  background-color: #D1E7CE;
  outline: none;
  width: 100%;
}
table tr td.gpxrow_edit input:focus
{
    border: solid 1px #9FC39A;
    box-shadow:0 0 5px #9FC39A;
}
table tr td.gpxrow_edit select
{
  border: solid 1px #D1E7CE;  
  background-color: #D1E7CE;
  outline: none;
}
table tr td.gpxrow_edit select:focus
{
    border: solid 1px #9FC39A;
    box-shadow:0 0 5px #9FC39A;
}

.button_container
{
  display: inline-block;
}

.button_container.button_options
{
  position: absolute;
  right: 0px;
  top: 0px; 

}

#table-data
{
  table-layout: fixed;
}

#table-data table
{
  width: 100%;
  max-width: 1500px;
}

#table-data td
{
  font-size: 12px;
  white-space: nowrap;  
  width: 100px;
}

#table-data td.buttons,
#table-data td.latlng
{
  white-space: nowrap;
  text-align: left;
}

#table-data td span.min-width
{
  display: none;
}

#table-data img
{
  max-width: none;
}

#table-data td.label
{
  display: none;
}

#table-data tr.gpxrow td.point-spacer
{
  display: table-cell;
}

#table-data tr.row-spacer
{
  display: none;
}

#table-data td.no-full-width
{
  display: none;
}

#table-data td.full-width
{
  display: block;
}



@media only screen and (max-width: 1200px)
{
  #table-data td
  {
    white-space: normal;
  }
}

@media only screen and (max-width: 1300px)
{
  .map_options
  {
  }
  
  .map_options .project-name
  {
    display: block;
  }
}

@media only screen and (max-width: 1140px)
{

  #table-data
  {
    border-collapse: collapse;
  }
  
  #table-data td
  {
    display: inline-block;
    width: 70%;
    padding: 5px 15px;
    height: 40px;
  }     
  
  #table-data td.label
  {
    display: inline-block;
    width: 30%;
    background-color: #0897cc;
    font-weight: bold;
    color: #ffffff;
  }

  #table-data td.no-full-width
  {
    display: block;
  }
  #table-data td.full-width
  {
    display: none;
  }
  
  #table-data td.options
  {
    background-color: #9DD5E9;
  }

  #table-data td.point
  {
    background-color: #ADB3B5;
  }
  
  
  #table-data tr.full-width
  {
    display: none;
  }
  
  #table-data tr.gpxrow td.point-spacer
  {
    display: none;
  }
  
  #table-data tr.row-spacer,
  #table-data tr.row-spacer td
  {
    display: block;
    width: 100%;
  }
  
  .button_container
  {
    display: block;           
  }
  
  .button_container .label
  {
    width: 25%;
    min-width: 120px;
  }  
  
  .button_container.button_options
  {
    position: relative;
  }
}

@media only screen and (max-width: 590px)
{
  .button_container .label
  {
    width: 100%;
    margin-right: 0px;
  }
  .button_container .buttons
  {
    padding-left: 10px;
  }
  .map_options
  {
    padding-right: 0px;
  }
  .button_container .buttons span
  {
    display: block;
    margin-bottom: 10px;
  }
}

.setting-panel input.elevation[type="text"]
{
  width: 30%;
}

span.elev_label
{
  font-size: 0.625em;
  position: relative;
  left: -25px;
  top: 3px;
}

.button_container #gpxplus_current_position
{
  font-size: 0.75em;
  cursor: pointer;
}

#dialog-quick-start h2
{
  font-size: 14px;
}

.no-close .ui-dialog-titlebar-close {
    display: none;
}

