/*
 * mvTrack.css
 */


#dispHeader .user_infoLink:hover{
    color: red;
}


#dispTitle {
    margin: 3px 0 3px 0;
    font-size: 12pt;
}

#trackInfoBox {
    padding-top: 5px;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}

.trkInfoSubHead {
    margin-top: 6px;
    border-top-style: dotted;
    border-top-color: #DDDDDD;
    border-width: 2px;
    width: 90%;
    color: #888888;
}

#trkAutoHeader {
    text-align: left;
    font-weight: normal;
    font-size: 120%;
    background-color: #F9F3D1;
    padding: 8px 8px 8px 15px;
}


#trkAutoHeader .hilite {
    font-weight: bold;
    font-size: 110%;
    color: #eb8f00;
}


#trkAutoHeader .hilitedark {
    font-weight: bold;
    font-size: 110%;
    color: #5B5D9E;
}

#trkAutoHeader .lowlite {
    font-size: 90%;
    padding: 6px 0 0 0;
}

.trkRatingGraphic {
    float: right;
}

#dispTrackInfo {
    background-color: rgb(255, 243, 165);
}

.trkDescDivContainerParam {
    background-color: rgb(255, 243, 165);
    padding: 5px;
    display: none;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
}



.trkAutoFooter {
    text-align: left;
    font-weight: normal;
    padding: 1px 8px 2px 15px;
}

#trackSummaryDispContainer {
    position: relative;
}

#trackSummaryDisp {
    margin: 3px;
    padding: 5px 8px 2px 15px;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
}

#trackSummaryDisp p {
    padding: 0;
    font-size: 11pt;
}

#trackSummaryDisp img {
    margin: 2px 2px 2px 2px;
    padding: 3px;
    max-width: 545px;
    max-height: 500px;
    height: auto;
}

#trackSummaryDisp figure {
    margin: 1px 6px 1px 6px;
    padding: 2px 0 0 0;
    font-style: italic;
    font-size: 90%;
    background-color: rgba(200, 200, 200, .5);
}

#trackSummaryDisp figcaption {
    margin: 0 0 3px 0;
    padding-left: 7px;
    font-style: italic;
}

#trackSummaryDisp .marker {
    background-color: #FC9874;
}


.trkDescDivParam {
    margin: 3px;
    padding: 5px 8px 2px 15px;
    text-align: left;
    font-size: 11pt;
    font-weight: normal;
    min-height: 25px;
    width: 575px;
    background-color: white;
}

.trkDescDivParam p {
    padding: 0;
    font-size: 11pt;
}

.trkDescDivParam img {
    margin: 2px 2px 2px 2px;
    padding: 3px;
    max-width: 545px;
    max-height: 500px;
    height: auto;
}

.trkDescDivParam figure {
    margin: 1px 6px 1px 6px;
    padding: 2px 0 0 0;
    font-style: italic;
    font-size: 90%;
    background-color: rgba(200, 200, 200, .5);
}

.trkDescDivParam figcaption {
    margin: 0 0 3px 0;
    padding-left: 7px;
    font-style: italic;
}


.trkDescDivParam .marker {
    background-color: #FC9874;
}



/*.cke_imag e_nocaption img {*/
/*max-width: 550px;*/
/*max-height: 500px;*/
/*height: auto;*/
/*}*/

.cke_image_resizer_wrapper img {
    max-width: 550px;
    max-height: 500px;
    height: auto;
}


.trkDescDivParam {
    min-height: 25px;
}

/*#trkDialogArea {*/
/*    wid th: 98%;*/
/*}*/


.trkDialogAreaClass textarea {
    font-family: normal arial, helvetica, sans-serif;
}

.editTrkDialog {

}

#trkDialogFormContainer {
    position: relative;
}

.blankClass {
    background-color: white;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top: 0;
    left: 0;
}


#refineStartEndActivate {
    position: relative;
    bottom: 1px;
    display:inline-block;
    float: left;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


#refineStartEndActivate:hover {
    background-color: #EEEEEE;
    border: 1px solid #1C94C4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    opacity: 1.0;
    filter: alpha(opacity=100);
}


#refineStartEndDiv {
    display: none;
}

#refineStartEndActivityDialog {
    display: none;
    margin: 8px 0 8px 0;
    background-color: #E6EEF2;
    padding: 3px;
}

#refineStartEndInfo {
    font-size: 90%;
}


.trackDialogInput {
    background-color: white;
    border-style: solid dashed dashed dashed;
    border-width: 1px;
    border-color: #F78A8A;
    overflow: auto;
}


.trkDialogAreaClass button {
    font-size: 80%;
}

#refineStartEndResponse {
    display: none;
    margin: 8px 0 8px 0;
    background-color: #E6EEF2;
    padding: 3px;
}



.trkDialogAreaClass input.ui-button {
    font-size: 80%;
}


.trkDialogAreaClass {
    margin: 3px 6px 3px 3px;
    padding: 0 5px 2px 15px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    font-size: 10pt;
    font-weight: normal;
    background-color: #D7E3E8;
    width: 98%;
}

.trkDialogAreaClass textarea {
    font-family: normal arial, helvetica, sans-serif;
}

input#routeTitle {
    padding: 3px;
}

.trkDialogAreaClass input.ui-button {
    font-size: 80%;
}

.trkDialogAreaClass #editSubmit {
    font-size: 110%;
}

#buttonRowCover {
    position: absolute;
    z-index: 1010;
    background: url("/mv/images/transparent65.png");
    background: rgba(255, 255, 255, 0.65);
    display: none;
}

#uploadedTrkStatusPanel {
    margin: 3px 2px 8px 2px;
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    border-color: #FC977B;
    font-size: 11pt;
    font-weight: normal;
    background-color: #F9E8E3;
    display: none;
}

#trkOptionSaveInfo {
    font-size: 100%;
}


#trkCompletedInner {
    margin: 3px 6px 8px 3px;
    padding: 2px 5px 10px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background-color: #D7E3E8;
}

#trkCompletedInner input {
    font-size: 120%;
    display: inline-block;
    float: left;
    width: 80px;
}

#trkCompletedInner .hilite {
    color: red;
}

.completedDialogInfo {
    display: inline-block;
    width: 75%;
    padding-left: 15px;
}


#newCompletionDisp {
    margin-top: 6px;
    display: inline-block;
    padding-left: 0;
    font-size: 120%;
    color: #C65555;
}


#trkRateInner {
    margin: 0 6px 8px 3px;
    padding: 2px 5px 10px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    background-color: #D7E3E8;
}

#trkRateInner .hilite {
    color: #935F1A;
}

.ratingbutton {
    font-size: 79%;
    margin-right: 4px;
}

.trkRateCategory {
    padding: 6px;
    clear: both;
}

#trkCategInfoSeparator {
    color: #808080;
    font-size:90%;
}

.trkRateCategoryAlt {
    background-color: #E6EEF2;
}

.trkRateCategLine {
}

.trkRateCategName {
    float: left;
    vertical-align: middle;
    font-weight: bold;
    min-width: 90px;
    margin-right: 6px;
    padding-top: 4px;
}


#routedescription .ratingbutton {
    font-size: 130% !important;
}

.trkCategItemDescription {
    margin-left: 100px;
    min-height: 15px;
    font-size: 120%;
}

.trkRateLineHilite{
    border-style: solid;
    border-width: 2px;
    border-color: #D19AA7;
    padding: 0 0 8px 3px;
}

#trkRateDialogUserMsg {
    margin-top: 6px;
    display: inline-block;
    padding-left: 0;
    font-size: 120%;
    color: #C65555;
}


.helpqtip {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

.helpqtip:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
}

.trkRateQtip {
    font-size: 15px;
    line-height: 120%;
}

#logAreaInner {
    margin: 5px 6px 3px 3px;
    padding: 2px 5px 8px 15px;
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #DDDDDD;
    font-size: 10pt;
    font-weight: normal;
    background-color: #D7E3E8;
    width: calc(100% - 32px);
}

.cke_source {
    white-space: pre-wrap !important;
}
img.graph {
  max-width: 100%;
  height: auto;
  display: block;
}
