body {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;	
}

label {
	font-weight: 100;
}

/* Panels */
.panel.panel-default {
	border-top-width: 1px;
}

.panel.panel-signup {
	width: 100%;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.panel.panel-signup .section-header {
	font-weight: 700;
	text-align: center;
	margin-top: 40px;
}

textarea#terms {
	width: 100%;
	resize: none;
	border-radius: 4px;
	border-color: #dde6e9;	
	color: black;
}

.panel.panel-signup .spacer {
	height: 16px;
}

.panel.panel-signup input {
	margin-top: 4px;
}

/* Nav */
.sidebar .nav {
	padding-top: 20px;
}
.sidebar .nav li a, 
.sidebar .nav li .nav-item {
	font-weight: 300;
}
.sidebar .nav .user-block {
	padding-bottom: 40px;
}

/* Page Header */
.content-wrapper h3, 
.content-wrapper .content-heading {
	font-weight: 100;
}

.uk-notify {
	font-size: 9px;
	font-weight: 300;
	top: 70px;
}

.topnavbar .navbar-header .brand-logo > img {
	height: 36px;
}

/* Columns */
.col-xsd {	
	width: 172px;
}

/* Tables */
.table-search {
	width: 33%;
	max-width: 260px;
}

.table-indent {
	margin: 0 16px 16px 16px; 	
}
.panel .table, 
.panel .table-responsive .table, 
.panel .panel-collapse .table {
	margin-bottom: 16px;
}

/* Table rows */
.table-rows-bordered tr {
	border-top: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
}
.table-comfortable tr {
	height: 80px;
}

table tr.inactive {
	background-color: #fff5f5;
}

/* Table cells */
table tr td.profile-image {
	width: 60px;
	padding: 0;
	text-align: left;
}
	table tr td.profile-image .media {
		width: 40px;
	}
	table tr td h3 {
		margin-top: 8px;
	}
	table tr td img.td-icon {
		height: 24px;
		opacity: 0.4;
	}
	table tr td.shrink {
		width: 1px;
	}

/* Switch */
.switch input:checked + span {
  background-color: #B2D234;
  border-color: #B2D234;
}

/* Spinner */
body .whirl:before {
	background-color: transparent;
}
.whirl {
	opacity: 0.6;
}

/* Forms */
form input, form select, form .input-panel {
	max-width: 360px;
}
#account-holder-select input {
	max-width: 100%;
}

form select {
	text-indent: 10px;
}
form select option:disabled { 
	color: #cccccc;
}
.dropdown-text, .dropdown-text-light {
	font-family: 'Roboto', sans-serif;
	font-weight: 200;
	font-size: 14px;
}
.dropdown-text-light {
	font-size: 12px;
	color: #cccccc;
}
.dropdown-text-deleted {
	font-weight: strong;
	font-size: 12px;
	color: #cccccc;
}
.form-group.switch {
	height: 30px;
}
form div.minicolors {
	display: inline-block;
	width: 58px;
	height: 58px;
	border: 1px solid #dde6e9;
	border-radius: 29px;
}
form input.minicolors-input {
	height: 100%;
	border-radius: 29px;
}
form div.minicolors span.minicolors-swatch.minicolors-sprite {
	width: 100%;
	height: 100%;	
	border-radius: 29px;
}

/* buttons */
.btn-wd {
	min-width: 170px;
	margin-right: 16px;
}
.extra-top-margin {
	margin-top: 50px;
}
.btn.btn-lg .icon img {
	height: 17px;
	width: auto;
	margin-bottom: 8px;
}
.btn.btn-lg .icontext {
	font-family: 'Roboto', sans-serif;
	font-size: 8pt;
	font-weight: 100;
}
.btn.toggle.active {
	box-shadow: none;
	background-color: #B2D234;
	color: #ffffff;
}
.btn.toggle.active .icon img {
	-webkit-filter: brightness(10);
}
span.btn-group {
	margin-right: 16px;
}

/* Profile images */
.profile-image-container {
	position: relative;
}
.profile-image-hover-effect {
    position: relative;
    top: -156px; 
    left: 0px;
    width: 156px;
    height: 156px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.profile-image-hover-effect:hover {
    opacity: 1;
}
.img-circle {
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 1px;
}
.img-circle-2 {
	border-width: 2px;
}
.img-large {
	border-width: 3px;
	width: 156px;
    height: 156px;
}
.image-selector-buttons, .image-selector-buttons button, .image-selector-buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.image-browser {
	min-width: 262px;
	max-width: 262px;
}
.imgcrop-preview, .imgcrop-preview img {
	border-radius: 50%;
}

/* Maps */
.map-address-control {
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	margin-bottom: 16px;
}

.map-canvas {
	width: 100%;
	height: 300px;
	border-radius: 4px;
	border: 1px solid #dde6e9;
	background-color: #f5f7fa;
}

/* Cars */
.color-swatch {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	border: 1px solid #dde6e9;
}


.ride-list-date-time {
	width: 150px; 
	vertical-align: top; 
	padding-top: 12px;	
}

.ride-list-action {
    padding-right: 20px;
    opacity: 0.6;
    line-height: 3.0;
}

.ride-list-action img {
    opacity: 0.6;
}

.ride-list-action-popover {
    opacity: 0.6;
    padding-right: 20px;
}
.ride-list-action-popover:hover {
	opacity: 1.0;
}

.ride-list-user {
    vertical-align: top !important;
    width: 300px;
}

.ride-list-pickup-time {
	font-weight: 200;
	margin-bottom: 4px;
}
.ride-list-address {
	font-size: 16px;
	line-height: 2.0;
}
.ride-list-driver-name, .ride-list-requested-by-name {
	padding-top:6px;
	font-size: 13px;
	font-weight: 200;
}
.amount-invalid .form-control {
    border-color : red;
}

.amount-invalid .parsley-errors-list {
    display : block;
}


/* comments */
.timeline > li > .timeline-badge {
	left: 0;
}

.timeline > li > .timeline-panel {
	margin-left: 60px;
}

.timeline > li > .timeline-panel .popover .arrow, .timeline-alt > li > .timeline-panel .popover .arrow {
	display: block;
}

.timeline:before, .timeline-alt:before {
	background-color: transparent;
}

.xs {
	font-size: 8pt;	
}

ride-status div ul {
	float: left;
	margin-right: 16px;
}

li.full-circle {
  background: #B2D234;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 2px;
}

li.empty-circle {
  background-color: rgba(204, 0, 102, 0);
  border: 1px solid #B2D234;
  height: 15px;
  width: 15px;
  -moz-border-radius:75px;
  -webkit-border-radius: 75px;
  margin-right: 2px;
}

/* UI Select */
.ui-select-offscreen {
	display: none;
}

.ui-select-search {
	border: none;
}

.form-control.ui-select-container.ui-select-multiple.ui-select-bootstrap.dropdown.form-control {
	height: auto;
}

.media-box {
	padding: 8px;
}