.titles-container.user-operators,
.titles-container.operator-template {
	padding: 5px 7px;
}
/*.delete-icon {
	position: absolute;*/
	/* right: 0px; */
/*	width: 15%;
*/
	/* top: 0; */
/*	min-width: 60px;
	justify-content: center;
	align-items: center;
	display: flex;
	height: calc(100% - 32px);*/
	/* height: 100%; */
/*	color: grey;
	background: rgba(1,1,1,.1);
	box-shadow: 1px 1px 3px rgba(1,1,1,0.31) inset, -1px -1px 3px rgba(1,1,1,0.31) inset;
}
.delete-icon.left {
	left: 30px;
}
.delete-icon.right {
	right: 30px;
}
*/
.operator-material.user-operators {
	overflow: hidden;
}
.operator-ellipsis-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.driver-section:not(.expanded) .ellipsis-text {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.operator-wrap {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
    height: 100px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.operator-list-item {
	width: calc(100% - 60px);
	width: 100%;
	height: 100%; 
	position: absolute;
	background: white;
	top: 0; 
	right: 0; 
}
.visible-info {
	z-index: 10;
	left: 0px;
}
.delete-div {
	background-color: #E57373;
	/*color: white;*/
}
.delete-div .operator-wrap {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.delete-div .delete-text {
	font-weight: bold;
}
.delete-div .paper-button {
	background-color: transparent;
	color: white;
}
.operator-photo { 
	height: 70px;
	width: 70px;
	margin: 15px;
	border-radius: 50%;
}

.operator-data { 
	display: table-cell;
	vertical-align: middle;
}
.operator-name {
	font-size: 20px;
}
.operator-small-data {
	font-size: 12px;
	opacity: .75;
}
.driver-current-vehicle {
	font-style: italic;
	color: blue;
	text-decoration: underline;
}
.operator-small-data .life-icon-button {
	width: 10px;
	height: 10px;
}
.driver-info-edits {
	/*display: none;*/
	visibility: hidden;
	max-height: 0px;
	transition: max-height 0.4s ease-in-out, visibility 0.2s ease-in-out;
}
.expanded .driver-info-edits {
	/*display: block;*/
	visibility: visible;
	max-height: 1000px;
}
.driver-info {
	width: 100%;
}
.driver-main-info { 
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.driver-info-dropdown paper-item span {
	border-bottom: 1px solid rgba(0,0,0,.4); 
}

paper-button paper-material {
	overflow: hidden;
	text-overflow: ellipsis;
}
#driver-template-toast {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
#driver-template-toast paper-spinner {
	padding-left: 10px;
}
/** Speed section **/
.lifes-wrapper {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction : column;
	-webkit-flex-direction: column;
	visibility: hidden;
	max-height: 0;
	/*transition: height, visibility, 0.3s, ease-in-out;*/
	transition: max-height 0.4s ease-in-out, visibility 0.2s ease-in-out;
	border-top: 1px solid rgba(0,0,0,.3);
	padding: 8px 0px 5px;
}
.editing .lifes-wrapper {
	visibility: visible;
	max-height: 200px;
	width: 100%;
	padding-bottom: 25px;
}
.driver-vehicle-link {
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	/*transition: height, visibility, 0.3s, ease-in-out;*/
	transition: max-height 0.4s ease-in-out, visibility 0.2s ease-in-out;
	font-size: 14px;
}
.driver-vehicle-link .current-vehicle{
	text-decoration: underline;
    color: blue;
}
.expanded .driver-vehicle-link {
	visibility: visible;
	opacity: 1;
	max-height: 100px;
	padding: 10px 0px;
}
.lifes-row {
	height: 40px;
	padding-top: 5px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.lifes-buttons {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	padding-left: 2px;
	visibility: hidden;
	transition: max-height 0.4s ease-in-out,max-width 0.4s ease-in-out, visibility 0.2s ease-in-out;
	max-height: 0px;
	max-width: 0px;
}
.editing .lifes-buttons {
	visibility: visible;
	max-height: 400px;
	max-width: 90px;
}
.lifes-buttons paper-icon-button {
	padding: 5px;
}
.editing .edit-label {
	visibility: hidden;
	max-height: 0px;
	max-width: 0px;
}
.edit-label {
	text-decoration:underline;
	font-size:13px;
	max-height: 50px;
	max-width: 60px;
	opacity:.6;
	cursor: pointer;
}
.edit-limit-button {
	height: 100%;
	font-size: 13px;
}
.speed-violations-hist-first {
	padding-top: 5px;
}
.speed-historic-info {
	font-size: 14px;
	margin: 5px 0px;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-flow: column;
	border-top: 1px solid rgba(0,0,0,.3);
}
.speed-hist-item {
	padding: 0px 0px 3px 10px;
}
.expanded .speed-violations-hist-rest {
	visibility: visible;
}
.speed-violations-hist-rest {
	visibility: hidden;
	max-height: 0px;
	transition: max-height 0.4s ease-in-out, visibility 0.2s ease-in-out;
}

/** SECTIONS **/
.driver-section {
	overflow: hidden;
}

@media (max-width: 600px) {
	.operator-wrap {
		height: 80px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.operator-label-data {
		display: none;
	}

	.operator-photo { 
		height: 49px;
		width: 49px;
	}
}
@media (min-width: 601px) {
	.operator-wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}