﻿body
{
    background-color: black;
}
table
{
    font-size: 1em;
}
img
{
    border: 0;
}
hr
{
    border-top: 1px solid #3f3f3f;
    border-right: none;
    border-left: none;
    border-bottom: none;
    margin: 5px 0;
}
a
{
    text-decoration: none;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.clear
{
    clear: both;
}
.frame
{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.red
{
    color: #c9282d !important;
}
.km-view .km-content 
{
    padding: 5px;
    font-family: Arial;
    font-size: 15px;
    background-color: black !important;
    color: white;
}
.km-text
{
    font-size: 12px;
}
.km-view .km-header 
{
    background-color: black !important;
}
.bannerContainer
{
    height: 46px;
    width: 100%;
    background-color: black;
    border-bottom: solid 1px #c9282d;
}

.bannerContainer .topMenu
{
    float: left;
    display: inline-block;
    border-right: solid 1px #c9282d;
    border-bottom: 0;
    background-image: none;
    margin: 0 !important;
    padding: 3px !important;
    border-radius: 0;
    height: 39px;
}

.bannerContainer img.rtLogo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 251px;
    padding: 3px;
}
.km-ios .bannerContainer img.rtLogo
{
    width: 251px;
}
.bannerRideName
{
    float: left;
    color: #c9282d;
}
.rideSummary
{
    position: relative;
    cursor: pointer;
}
.smallProfilePhotoContainer
{
    width: 58px;
    height: 58px;
    position: relative;
    margin: 2px 5px 2px 2px !important;
}
.smallProfilePhoto
{
    padding: 2px;
}
.pageHeader
{
    margin: 0 0 10px 0;
    color: #c9282d;
    font-size: 20px;
    font-style: italic;
    border-bottom: solid 1px #c9282d;
    font-weight: bold;
}
.pageHeader img
{
    vertical-align: middle;
}
.subHeading
{
    font-size: 110%;
    font-weight: bold;
    color: #c9282d;
}

.showMore
{
    display: block;
    width: 100%;
    text-align: center;
    background-color: #c9282d;
    padding: 5px 0;
    cursor: pointer;
    text-decoration: none;
}
.km-root .km-android .km-view {
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
}
.rtFullWidthButton
{
    height: 16px;
    padding: 10px;
    display: inline-block;
    background-image: url('../images/bigButtonBg.png') !important;
    background-color: transparent !important;
    background-size: 100% 100% !important;
    text-decoration: none;
    width: 90%;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    border: none !important;
}

.vehicleProfileRow
{
    margin: 12px 0;
}

.rtButton
{
    padding: 0;
    height: 30px;
    display: inline-block;
    background-image: url('../images/buttonBg.png');
    background-size: 100% 100%;
    text-decoration: none;
}
.rtButton span
{
    display: inline-block;
    margin: 0;
    font-size: 90%;
    font-weight:bold;
    padding: 7px;
    float: left;
}
.rtButton:before, .rtButton:after
{
    display: inline-block;
    float: left;
    content: "";
    width: 8px;
    height: 30px;
    background-size: 100% 100%;
}
.rtButton:before
{
    background-image: url('../images/buttonBefore.png');
}
.rtButton:after
{
    background-image: url('../images/buttonAfter.png');
}
.grey
{
   color: #a0a0a0;
}
.updatePhoto, .vehicleProfilePhoto
{
    max-width: 100%;
}
.updateTitle
{
    font-weight: bold;
}
.updateDate
{
   color: #a0a0a0;
}
.updateBody
{
    clear: both;
    margin-top: 5px;
}
.updateComments
{
    margin-top: 5px;
    /*border-top: dotted 1px #c9282d;
    border-bottom: dotted 1px #c9282d;*/
}
.updateComments a
{
    display: inline-block;
    float: left;
    color: #c9282d;
    text-decoration: none;
    padding: 5px;
}
.updateComments span
{
    display: inline-block;
    float: left;
    padding: 5px;
}
.updateCommentBodyDiv
{
    position: relative;
}
.updateCommentBodyDiv .photo
{
    padding: 2px 10px 2px 2px;
    float: left;
    width: 36px;
}
.unapproved
{
    background-color: #2f2f2f;
}
.updateCommentSummary hr
{
    margin: 5px 0;
}
.commentDetailContainer
{
    float: left;
}
.commentPostedBy
{
    font-weight: bold;
}
.commentText
{
}
#panPostNewCommentLink
{
    display: block;
    color: #c9282d;
    text-decoration: none;
}
#panPostNewCommentLink a
{
    display: block;
    padding: 13px 10px;
}
.vehicleProfileHeader
{
    padding: 0 11px;
    height: 46px;
    float: left;
    color: #c9282d;
    font-size: 20px;
    font-weight: bold;
}
.vehiclePhotoHeader img
{
    float: right;
    height: 46px;
}
a.vehicleOwner
{
    text-decoration: none;
    color: #c9282d;
}
.photoSummary td
{
    height: 48px;
}
.photoSummary img
{
    width: 64px;
    max-height: 48px;
    vertical-align: middle;
}
.photoThumb
{
    float: left;
    width: 25%;
    height: 66px;
    position: relative;
}
.photoThumb div
{
    position: absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modSummary
{
    clear: both;
}
.videoSummary img
{
    float: left;
    margin-right: 3px;
}
.videoName, .modMakeModel
{
    margin: 5px 0;
    font-size: 1.2em;
}
.trAdminPanel
{
    float: right;
    margin-left: 5px;
}
#panPostNewComment
{
    background-color: black;
    padding-top: 20px;
}
#panPostNewComment div
{
    float: right;
}
#txtPostNewComment
{
    height: 48px;
}
input[type='text'], input[type='password'], input[type='email'], input[type='date'], input[type='file'], input[type='number'], input[type='url'], input[type='search'], textarea, select 
{
    border: solid 1px #c9282d !important;
    background-color: black !important;
}
input[type='button']
{
    background-color: #c9282d;
    font-size: 20px;
    padding: 7px;
}
input[type="text"]:disabled, input[type="number"]:disabled
{
    background: #303030 !important;
}
option:disabled
{
    display: none;
}
option
{
    background-color: black !important;
}
.userSummaryBody
{
    display: inline-block;
    margin-top: 18px;
}
#RT_ViewPhoto_PhotoContainer
{
    width: 100%;
    height: 100%;
    margin: -5px;
}
#RT_ViewPhoto_PhotoContainer img
{
    max-width: 100%;
    max-height: 100%;
}
#RT_FullScreenLayoutFooterButtonGroup
{
    position: fixed;
    bottom: 20px;
    right: 20px;
}

/*Inline vertical forms*/
.km-root .inlineVerticalForm .km-listview label
{
    width: 100%;
}

.km-wp .inlineVerticalForm .km-listview label
{
    color: #999;
}

.km-root .km-pane .km-view.inlineVerticalForm .km-listview input,
.km-root .km-pane .km-view.inlineVerticalForm .km-listview textarea,
.km-root .km-pane .km-view.inlineVerticalForm .km-listview select
{
    position: relative;
    width: 100%;
    right: 0;
    margin-top: 0;
    top: 0;
}

.km-root .km-wp .km-view.inlineVerticalForm .km-listview input,
.km-root .km-wp .km-view.inlineVerticalForm .km-listview textarea,
.km-root .km-wp .km-view.inlineVerticalForm .km-listview select
{
    margin-top: .2em;
}

.km-root .km-ios .km-view.inlineVerticalForm .km-listview input,
.km-root .km-ios7 .km-view.inlineVerticalForm .km-listview input,
.km-root .km-ios .km-view.inlineVerticalForm .km-listview textarea,
.km-root .km-ios7 .km-view.inlineVerticalForm .km-listview textarea,
.km-root .km-ios .km-view.inlineVerticalForm .km-listview select,
.km-root .km-ios7 .km-view.inlineVerticalForm .km-listview select
{
    padding: .4em 0;
}
.km-listview textarea
{
    right: 13px !important;
}
/*---------------------------------------------------------------------------*/
.k-dropzone em
{
    display: none;
}
#selectInterestsCategoriesContainer
{
    margin: 10px 0;
    font-size: 1.2em;
}
#editVehiclePhotoAlbumsContainer
{
    margin: -20px 0 10px 20px;
    font-size: 1.2em;
}
#selectInterestsCategoriesContainer input[type='checkbox'], #editVehiclePhotoAlbumsContainer input[type='checkbox'], #editClubMemberPrivilegesCategoriesContainer input[type='checkbox']
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin: 15px;
}
.km-android .km-view .km-tabstrip .km-button.km-state-active {
    background-color: #c9282d;
}
.km-android .km-view .km-tabstrip .km-button {
    border-left: solid 1px #303030;
}
.km-android .km-view .km-tabstrip .km-button:first-child {
    border-left: 0;
}
.km-android .km-view .km-tabstrip .km-state-active span.km-icon {
    color: #ffffff;
}
.km-android .km-view .km-tabstrip .km-button .km-icon {
    color: #ffffff;
}
.km-android .km-view .km-tabstrip .km-button.km-state-active .km-text {
    color: rgb(255, 255, 255);
}

.requestSummary table
{
    width: 100%;
}
.trAdminPanel .km-button, #postNewCommentForm .km-button
{
    background-color: #c9282d;
    font-size: 13px;
    padding: 2px;
    min-width: 40px;
    margin-bottom:8px;
}
#postNewCommentForm .km-button
{
    padding: 15px;
    margin-top: 0;
    width: auto;
}
.green .km-button
{
    background-color: #006c00;
}