/* Tripline Mobile CSS */

body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #353535;
    min-width:320px;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

body > * {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 48px;
    width: 100%;
    min-height: 400px;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: -webkit-transform;
    -webkit-transform: translateX(0%);
    -webkit-transition-timing-function: ease-in-out;
}
 
.logo {
	height: 34px;
	width: 150px;
	padding: 7px 5px 4px 5px;
}
 
.gps-status {
	display:inline;
	margin-left:18px;
}

.gps-status img {
	display:inline;
	vertical-align:bottom;
	padding-bottom:9px;
}

.alert {
	color:#fc0000;
}

.account-info {
	float: right;
	padding: 17px 10px 0 0;
	color: #c8c8c8;
	font-size: 13px; 
	font-weight:normal;
}

.account-info a {
	color: #c8c8c8;
}

#preloader {
  display: none;
  background-image: url(/media/image/loading.gif), url(/media/image/listArrow.png);
  background-repeat: no-repeat;
}

#pageloading {
  /*
  background-color: white;
  opacity: .7;
  */
  background-color: rgba(255,255,255,0.7);
  z-index:1000;
  background-image: url(/media/image/loading-big.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top:48px;
  display:none;
}

.top_pane {
	display: block !important;
    position: static !important;
    min-height: 0px !important;
    -webkit-transition-duration: 0ms !important;
	background-color: #000000;
    background:
    -webkit-gradient(linear, 100% 100%, 100% 0%, from(#000000), to(#454545));
    border-bottom:1px solid #989898;
    height:47px;
}

.footer {
	display: block !important;
    position: static !important;
    min-height: 0px !important;
    -webkit-transition-duration: 0ms !important;
    border-top:2px solid #686868;
    background: #000;
    height:30px;
}

.footer a{
	font-size:13px;
}
 
.footer a:link {
	color:#c8c8c8;
}
 
.footer a:visited {
	color:#c8c8c8;
}
 
.tabs_bar {
	overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    background-color: #686868;
}
 
.tabs_bar > .tab_selectors {
	position:relative;
	top:6px;
	left:4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
 
.tabs_bar > .tab_selectors > .narrow_tabs > .tab_selector {
	position: relative;
	top: 5px;
	min-width: 24.25%;
	text-align: center;
	display:block;
	float:left;
    overflow: hidden;
	background: #686868;
	cursor:pointer;
}
 
.tabs_bar > .tab_selectors > .narrow_tabs > .active_tab_selector {
	min-width: 24.25%;
	text-align: center;
	display:block;
	float:left;
    overflow: hidden;
	padding:5px 0px 7px 0px;
	background: white;
	color: #353535;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}
 
.tabs_bar > .tab_selectors > .wide_tabs > .tab_selector {
	position: relative;
	top: 3px;
	min-width: 49%;
	text-align: center;
	display:block;
	float:left;
    overflow: hidden;
	background: #686868;
}
 
.tabs_bar > .tab_selectors > .wide_tabs > .active_tab_selector {
	min-width: 49%;
	text-align: center;
	display:block;
	float:left;
    overflow: hidden;
	padding:3px 0px 7px 0px;
	background: white;
	color: #353535;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
}

.tab_title {
	padding: 0px 5px 0px 5px;
}
 
.tab_loading {
	background: white url(/media/image/loading.gif) no-repeat center center !important; 
	min-height: 13px;
}

.field-input {
	border:1px solid #c8c8c8; 
	font-size:108%;	
}
  
.main_page > ul {
	display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 350px;
}
 
ul > li {
    position: relative;
    margin: 0;
    border-top: 1px solid #c8c8c8;
    padding: 7px 0 8px 10px;
    font-size: 12px;
    list-style: none;
}

ul > li:last-child {
    border-bottom: 1px solid #c8c8c8;
}

.trip-date {
    margin: 0 0 -1px 0;
    font-size: 77%;
    padding: 2px 2px 0px 10px;
    border-top: 0;
    border-bottom: 1px solid #bbb;
    background-color: #ddd;
    color: #444;
}
 
.item_table {
	border-spacing: 0;
	width: 100%;
}
 
.item_block {
	margin: 0; 
	padding: 0;
	vertical-align:top;
}

.item_thumb_trip{
    float: left;
    width: 84px;
    height: 55px;
    border: 1px solid gray;
    padding: 1px;
}

.item_thumb_wp{
    float: left;
    width: 21px;
    height: 21px;
}

.item_icon_wp {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #FD2604;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.item_icon_result {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #1c91c4;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
 
.nav_to_more {
	width: 30px;
	margin:0;
	margin-left:5px;
	padding:0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px; 
	background: #FFF url(/media/image/listArrow.png) no-repeat right center;
	border:1px solid #FFF;
}
 
.nav_to_more_selected {
	width: 30px;
	margin:0;
	margin-left:5px;
	padding:0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px; 
	background: #FFF url(/media/image/loading.gif) no-repeat 6px center; 
	border:1px solid #FFF;
}
 
.muted { color: #686868; }
.light { color: #c8c8c8; }
.small { font-size:12px; font-weight:normal;}
.mini { font-size:10px; font-weight:normal;}

a:active, a:link, a:visited {
	color: #353535;
}

a.light :active, a.light:link, a.light:visited {
	color: #c8c8c8;
}

a.username:active, a.username:link, a.username:visited { 
	color: #1c91c4; 
	text-decoration: none; 
	font-weight: bold;
}

.username { 
	color: #1c91c4; 
	text-decoration: none; 
	font-weight: bold;
}
 
.cite {
	font-size:12px;
	font-weight:normal;
	display:block;
	color:#468;
}


.ago {
	display:block; 
	float:right; 
	color:blue; 
	font-size:12px;
}
 
.recent {
	display:block; 
	float:right; 
	color:#b02; 
	font-size:12px;
}
 
.info {
	display:block; 
	float:right; 
	font-size:12px;
}
 
.info > .ago {
	display:block;
	color:blue; 
	text-align:right;
}
 
.position_on_standby {
	display:block;
	color:green; 
	text-align:right;
}

.section-title {
	font-size:12px;
	font-weight:bold;
	color:#686868;
	padding:5px;
}
 
.item > .title {
	font-size:18px;
	font-weight: bold;
}
 
.indented_item > .title {
	font-size:13px;
	font-weight: normal;
}
 
.title {
	font-size:18px;
	font-weight: bold;
}

.summary {
	font-size:14px;
	font-weight:normal;
	color:#686868;
	padding: 5px 0px 0px 0px;
}

.thumbs {
	padding: 10px 0px 0px 0px;
}

.thumb {
	padding: 0px 2px 0px 0px;
}

#photo-mask {
  background-color: rgba(0,0,0,0.7);
  z-index:900;
  width: 100%;
  height: 300%;
  position: absolute;
  top:47px;
  display:none;
}

.photo-con {
	text-align:center;
	margin:0% 5% 10% 5%;
	position:relative;
	left:auto;
}

.photo {
	position:relative;
	display:inline-block;
	min-width:200px;
	min-height:200px;
	border:1px solid #686868;
	background-color:#000;
	background-image: url(/media/image/loading-white.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.photo img {
	max-width:100%;
	max-height:100%;
}

.photo-prev {
	position: absolute;
    left: 0;
    width:50%;
	height: 100%;
	-webkit-tap-highlight-color:transparent;
}

.photo-next {
	position: absolute;
    right: 0;
    width:50%;
	height: 100%;
	-webkit-tap-highlight-color:transparent;
}

.photo-actions {
	padding: 5px 0px 5px 0px;
}

.photo-actions a {
	color:#c8c8c8;
}

/*photo on checkin page*/
.photo-disp {
    padding:1px;
    border:1px solid #c8c8c8;
    background: #EEE url(/media/image/loading.gif) no-repeat center center;
    width:200px;
    min-height:50px;
}
 
.item {
    display: block;
    margin: 0 0 0 -10px;
    padding: 0 8px 0 10px;
    text-decoration: none;
    color: inherit;
    min-height:2em;
}
 
.indented_item {
   display: block;
    margin: 0 0 0 -10px;
    padding: 0 8px 0 10px;
    text-decoration: none;
    color: inherit;
	padding-left:35px;
	min-height:2em;
}
 
.no_entries {
	font-size:12px;
	text-align:center; 
	color:#686868;
	padding-top:2.3em;
}
 
.action_bar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 30px;
    background-color: #686868;
}
 
.action_bar > .action_selectors {
    position:relative;
    top:7px;
    left:4px;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
 
.action_bar > .action_selectors > .action_selector {
	position:relative;
	left:7px;
	top:2px;
    overflow: hidden;
	background: #686868;
	display: block;
	width:20%;
}
 
.item_header {
	padding:10px 10px 10px 10px;	
}
 
.item_header > .cite {
	font-size: 14px;
	font-weight: normal;
	display: block;
	color: #468;
	padding-top:10px;
}
 
fieldset {
    position: relative;
    margin: 0;
    margin-bottom:15px;
    padding: 0;
    background: #FFFFFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #c8c8c8;
    text-align: left;
    font-family: Helvetica;
    font-size: 16px;
    width:100%;
}
 
fieldset.info {
	border: 1px solid #c8c8c8;
}
 
.item_actions > .row  {
    position: relative;
    min-height: 42px;
    border-bottom: 1px solid #999999;
    -webkit-border-radius: 0;
    text-align: left;
    background-color:#e8e8e8;
    line-height:40px; 
    font-size:14px; 
    font-weight: bold;
}
 
.info > .row  {
    position: relative;
    min-height: 22px;
    border-bottom: 1px solid #c8c8c8;
    -webkit-border-radius: 0;
    text-align: left;
    background-color:white;
    font-size:12px;
}
 
.info > .header {
	padding-left: 8px; 
	height:10px; 
	background-color: white; 
	text-align: left; 
	line-height: 23px; 
	font-weight: bold; 
	color: #462;
}
 
fieldset > .row:last-child {
    border-bottom: none !important;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
 
fieldset > .row:first-child {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
 
.info_item {
    display: block;
    margin: 0px;
    padding: 8px;
}
 
.info_item > .title {
	font-size:14px;
	font-weight: bold;
	width:75px;
	float:left;
}

.info_item > .text {
	font-size:14px;
	font-weight: normal;
	color: #468;
}
 
fieldset > .row:last-child > .info_item {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
 
a.action {
	display: block;
	width: 246px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
	text-align: center;
	line-height: 36px;
	margin: 15px auto;
	-webkit-border-radius: 10px;
	-webkit-appearance: push-button;
}

.text-entry {
	color:#353535;
	font-size:14px;
	border: 1px solid #c8c8c8;
	padding:3px;
}

a.button {
	color: #666;
	display: inline-block;
	text-decoration: none;
}

.button {
	background: #E6E6E8;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F9), to(#E6E6E8));
	background: -moz-linear-gradient(top, #F8F8F9, #E6E6E8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f9', endColorstr='#e6e6e8');
	border: 1px solid #CCC;
	color: #666;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.button:hover {
	background: #F0F0F3;
	color:#353535;
}

.bcrunch {
	padding: 4px;
    height: 12px;
	line-height: 12px;
	font-size:10px;
}

.hide {
	display:none;
}

.clear {clear:both;}

.split-left {
	display:block;
 	width:50%;
 	float:left;
 	text-align:left;
}
 
.split-right {
	display:block;
 	width:50%;
 	float:right;
 	text-align:right;
}


/*generic item list*/
ul.ilist {
    margin: 5px 0px 5px 0px;
    padding:0;
}

ul.ilist.replies {
    margin: 1px 0px 0px 0px;
}

ul.ilist li {
	list-style:none;
	float:left;
	display:block;
    width: 100%;
    margin: 5px 0px 3px 0px;
    padding:0;
    border:0;
}

ul.ilist li.comment {
	border-top:1px solid #eee;
	padding-top:5px;
}

ul.ilist li.comment:last-child {
	margin-bottom:50px;
}

ul.ilist li.reply {
	width:85%;
	margin: 2px 0px 2px 0px;
	padding:3px;
	background-color: #F2F2F2;
	font-size:93%;
}

ul.ilist li .thumb {
    float:left;
    margin:0px 8px 0px 0px;
}

ul.ilist li .info {
    float:left;
    padding-top:2px;
    width: 85%;
}

ul.ilist li .info h2,h3,h4 {
    padding-top:0px;
    padding-bottom:0px;
}

ul.ilist li .info .description {
    padding-top:2px;
}

ul.ilist li .info .stats {
    padding-top:5px;
}

.load-more {
	background: #F2F2F2;
	padding: 5px 0px 5px 0px;
	text-align:center;
	font-size:12px;
}

/* action links  e.g. [delete] */
a.actionlink:active, a.actionlink:link, a.actionlink:visited { color: #353535; text-decoration: none; font-size: 93%;}
a.actionlink:hover { color: #E41B17; text-decoration: none;}

/* comments (now mostly covered by ilist) */
.comments-con {
    margin: 0px 10px 25px 10px;
    padding: 5px 0px 0px 0px;
}

.comment-list {
	min-height:25px;
}

.comment-submit {
	margin: 0px 0px 0px 0px;
	float:right;
}

.comment-block-meta {
	float: left;
	padding-top:2px;
}

.comment-time {
	font-size:77%;
	color: #888;
}

.comment-action {
	font-size:77%;
}

.comment-action img {
	display:inline;
	vertical-align:bottom;
	padding-bottom:2px;
}


.reply-teaser-box {
	background-color:#F2F2F2;
	margin:3px 0px 3px 0px;
	padding: 5px;
	clear:both;
	width:85%
}

.reply-teaser-input {
	border:1px solid #c8c8c8;
	padding:2px;
	color:#888;
	width:98%
}

.reply-box {
	background-color:#F2F2F2;
	margin:5px 0px 5px 0px;
	padding: 5px;
	clear:both;
	width:85%
}

.reply-box-text {
	margin-left:30px;
}

.reply-box-text textarea {
	width: 97%; 
	padding:3px;
}

.reply-submit {
	margin: 0px 0px 0px 0px;
	float:right;
}

.reply-block-avatar {
	width: 20px;
	float: left;
}
