html {
	overflow-y: hidden;
}

body {
	font-family: "system-ui",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
.tag {
}

.tag-i {
	background-color: #4cd964;
}

.tag-o {
	background-color: #ff3b30;	
}

.size-18 {
	font-size: 18px;
}

.text-right {
	text-align: right;
}

.small-img-list {
}

.small-img-list img {
	height: 64px;
	padding: 1px;
}

.hide {
	display: none;
}

.list-block .item-input.small-img-list {
	margin-top: 0;
	margin-bottom: 0;
}

.small-img-list .small-img {
	display: inline-block;
	position: relative;	
}

.small-img-list .small-img i {
	cursor: pointer;
}

.small-img-list .small-img i {
	position: absolute;
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	top: 3px;
	right: 3px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #f5f5f5;
	font-size: 18px;
	line-height: 22px;
}

.smart-select-page li:first-of-type {
	display: none;
}

.panel-right {
	width: 300px;
	background-color: #fff;
}

.panel-right .content-block {
	color: #6d6d72;
}
.panel-right .list-block .item-content {
	padding-left: 0;
}
.panel-right .content-block-title {
	font-weight: bold;
	font-size: 16px;
	margin-left: 0;
}
.panel-right .list-block .item-title.label {
	width: 40%;
}

.panel-overlay {
	background: rgba(0,0,0,.6);
}

.logo {
	text-align: center;
}

.logo img {
	max-width: 100%;
	margin-top: 24px;
	width: 240px;
}

.list-thumb {
	width: 64px;
    height: 64px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.f7-icons.btnNew {
	vertical-align: bottom;
}
.navbar-inner .sliding {
	text-transform: uppercase;
}
.no-image-notice {
	color: #737373;
	font-size: 0.9em;
    padding: 10px 0;
}
.content-block-title {
	line-height: 18px;
	margin: 33px 15px 8px;
}
body {
	background: #074d55; 
	background: -moz-radial-gradient(center, ellipse cover, #a7cfdf 0%, #23538a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, right bottom, 0px, left top, 100%, color-stop(0%,#6967a5), color-stop(50%,#2075a1), color-stop(100%,#074d55));
	background: -webkit-radial-gradient(right bottom, ellipse cover, #6967a5 0%, #2075a1 50%, #074d55 100%);
	background: radial-gradient(ellipse at right bottom, #6967a5 0%, #2075a1 50%, #074d55 100%);
}
.panel-left  .page, .panel-left  .pages, .panel-left  {
	background: none;
}
.panel-left  .list-block ul {
	background: none;
	border:none;
}
.panel-left  .list-block .item-link {
	color:#fff;
}
.panel-left  .list-block .item-link:active {
	background: rgba(255,255,255,0.2);
}
.panel-left  .list-block .item-inner {
	border-bottom-color:rgba(255,255,255,0.2);
}
.panel-left  .content-block, .panel-left  .content-block-title {
	color:#fff;
}
.upper {
	text-transform: uppercase;
}
.btnLogin {
	margin:0 auto;
	font-weight: bold;
}
.btnAddImg i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.btnNew {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.circle {
	border-radius: 50%;
}
.media-list {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
.media-list .item-text {
	line-height: 1;
	height: auto;
}

@media only screen and (max-width: 413px) {
	.driver-f-name {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.short-id {
		display: inline;
	}
	.long-id {
		display: none;
	}
}