/* -- SVG Elements */
@keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-webkit-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-moz-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@-o-keyframes rotation {
	
	to { transform: rotate(360deg); }
	
}
@keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-webkit-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-moz-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}
@-o-keyframes dash {
	
	0% { stroke-dasharray: 1, 62; stroke-dashoffset: 0; }
	50% { stroke-dasharray: 42, 62; stroke-dashoffset: -42; }
	100% { stroke-dasharray: 42, 62; stroke-dashoffset: -62; }
	
}

/* -- Animations */
@keyframes entriesShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-webkit-keyframes entriesShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-moz-keyframes entriesShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@-o-keyframes entriesShow {
    
    from { opacity: 0; visibility: hidden; transform: translateX(320px); -webkit-transform: translateX(320px); -moz-transform: translateX(320px); -o-transform: translateX(320px); -ms-transform: translateX(320px); }
    to { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    
}
@keyframes entriesHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-webkit-keyframes entriesHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-moz-keyframes entriesHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}
@-o-keyframes entriesHide {
    
    from { opacity: 1; visibility: visible; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); -ms-transform: translateX(0); }
    to { opacity: 0; visibility: hidden; transform: translateX(-320px); -webkit-transform: translateX(-320px); -moz-transform: translateX(-320px); -o-transform: translateX(-320px); -ms-transform: translateX(-320px); }
    
}

/* -- Main Preloader */
.main-preloader { background-color: rgba( 236, 240, 245, 1.0 ); width: 100%; height: 100%; z-index: 999; }
.main-preloader .wrapper { position: relative; }
.main-preloader .svg-loader { width: 32px; height: 32px; }
.main-preloader .label { color: #1d1d1b; display: block; text-align: center; position: relative; top: 40px; }

/* -- SVG Loader */
.svg-loader { width: 24px; height: 24px; opacity: 0; visibility: hidden; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; animation: rotation 1s linear infinite; transition: opacity 175ms ease, visibility 175ms ease; }
.svg-loader.show { opacity: 1; visibility: visible; }

/* -- HeaderBar */
.header-bar { background-color: #fff; width: 100%; height: 68px; position: relative; border-bottom: 4px solid rgba(0, 0, 0, 0.06); padding: 0 16px; }
.header-bar .icon-wrapper { margin-left: -16px; }
.header-bar .custom-data { min-width: 0; width: 100%; height: 100%; }
.header-bar .header-icon-container { height: 100%; }
.header-bar .view-title { font-weight: 400; }

/* -- SideBar */
.side-bar { background: -webkit-linear-gradient( 45deg, rgb(43, 43, 43), rgb(66, 66, 66) ); background: -moz-linear-gradient( 45deg, rgb(43, 43, 43), rgb(66, 66, 66) ); background: -o-linear-gradient( 45deg, rgb(43, 43, 43), rgb(66, 66, 66) ); border-right: 1px solid rgba(0, 0, 0, 0.1); width: 100%; max-width: 300px; height: 100%; position: absolute; top: 0; left: 0; z-index: 99; transform: translate3d(-300px, 0, 0); -webkit-transform: translate3d(-300px, 0, 0); -moz-transform: translate3d(-300px, 0, 0); -o-transform: translate3d(-300px, 0, 0); -ms-transform: translate3d(-300px, 0, 0); transition: transform 175ms ease 175ms; -webkit-transition: -webkit-transform 175ms ease 175ms; -moz-transition: -moz-transform 175ms ease 175ms; -o-transition: -o-transform 175ms ease 175ms; -ms-transition: -ms-transform 175ms ease 175ms; }
.side-bar.expand { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transition-delay: 175ms; -webkit-transition-delay: 175ms; -moz-transition-delay: 175ms; -o-transition-delay: 175ms; }

.side-bar .user-detail { position: relative; padding: 16px 4px 16px 16px; }
.side-bar .user-detail .profile-picture { background-color: #fff; width: 40px; height: 40px; border-radius: 100%; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 16px; overflow: hidden; }
.side-bar .user-detail .profile-picture .img { width: 100%; height: 100%; }
.side-bar .user-detail .info .name { color: #fff; font-size: 14px; display: block; line-height: 1; font-weight: 400; }
.side-bar .user-detail .info .email { color: rgba(210, 238, 255, 0.5); font-size: 12px; }

.side-bar .side-menu .menu-item .item-wrapper { border-radius: 28px; pointer-events: none; }
.side-bar .side-menu .menu-item { padding: 8px 12px; color: rgba(255, 255, 255, 1.0); user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; }
.side-bar .side-menu .menu-item .icon-wrapper { margin-right: 8px; text-align: center; padding: 16px; }
.side-bar .side-menu .menu-item.active .item-wrapper { background-color: rgba(255, 255, 255, 0.05) }
.side-bar .side-menu .menu-item.active .icon-wrapper { color: rgba(236, 102, 8, 1.0); }

.side-bar .close-menu-container { margin-left: auto; margin-top: -8px; }
.side-bar .close-menu { position: relative; width: 100%; height: 100%; margin-top: 3px; }
.side-bar .close-menu .bar { background-color: rgba(255, 255, 255, 1.0); position: absolute; top: 8px; left: 3px; right: 3px; height: 2px; display: block; border-radius: 1px; transition: transform 175ms ease; -webkit-transition: transform 175ms ease; -moz-transition: transform 175ms ease; -o-transition: transform 175ms ease; -ms-transition: transform 175ms ease; }
.side-bar .close-menu .bar:nth-child(1) { transform: rotateZ(45deg); -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); }
.side-bar .close-menu .bar:nth-child(2) { transform: rotateZ(-45deg); -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); }
.side-bar .close-menu.close .bar { transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); }

.side-bar .footer { height: 45px; }
.side-bar .footer .logout-container { color: #fff; color: rgba(255, 255, 255, 1.0); user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; padding: 16px 16px 16px 14px; }
.side-bar .footer .logout-container .icon { margin: 0 24px 0 12px; }
.side-bar .footer .logout-container .label { line-height: 1; }

/* -- Hamburger Menu */
.hamburger-menu { width: 100%; height: 100%; position: relative; padding: 6px 3px; }
.hamburger-menu .bar { background-color: rgba(112, 112, 112, 1.0); position: absolute; top: 8px; left: 3px; right: 3px; height: 2px; display: block; border-radius: 1px; }
.hamburger-menu .bar:last-child { top: 14px; transform: scaleX(0.7); -webkit-transform: scaleX(0.7); -moz-transform: scaleX(0.7); -o-transform: scaleX(0.7); -ms-transform: scaleX(0.7); transform-origin: left center; -webkit-transform-origin: left center; -moz-transform-origin: left center; -o-transform-origin: left center; -ms-transform-origin: left center; transition: transform 175ms ease; -webkit-transition: -webkit-transform 175ms ease; -moz-transition: -moz-transform 175ms ease; -o-transition: -o-transform 175ms ease; -ms-transition: -ms-transform 175ms ease; }

/* -- Form Elements */
.form-box { width: 100%; max-width: 320px; height: 100%; max-height: 612px; position: relative; border-radius: 8px; }

.checkbox-field .checkbox-wrapper { position: relative; }
.checkbox-field .checkbox, .form .checkbox-field .check::before { transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); }
.checkbox-field .checkbox { background-color: rgba(0, 0, 0, 0); width: 18px; height: 18px; border: 2px solid rgba(0, 0, 0, 0.21); border-radius: 2px; -webkit-box-flex: 0; -ms-flex: none; flex: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; }
.checkbox-field .checkbox.error { border-color: #ef1c1c; }
.checkbox-field .checkbox-label { font-size: 14px; margin-left: 16px; }
.checkbox-field .check::before { content: '\f00c'; color: rgba(0, 0, 0, 0); font-family: 'fontAwesome'; font-size: 12px; position: absolute; top: 2px; left: 3px; pointer-events: none; }
.checkbox-field .checkbox:checked { background-color: #ef7d00; border-color: #ef7d00; }
.checkbox-field .checkbox:checked + .check::before { color: #fff; }

/* entry-forms */
.entry-form { position: relative; }
.entry-form .logo { background-size: 90% 85%; background-position: 75% center; }
.entry-form .logo-container { height: 35%; padding: 42px; }
.entry-form .form-container { height: 65%; overflow: hidden; position: relative; -webkit-overflow-scrolling: auto; }
.entry-form .form-container .form-wrapper { overflow-y: auto; position: absolute; left: 0; right: 0; height: 100%; opacity: 0; visibility: hidden; padding: 0 42px 42px; animation: entriesHide 175ms ease forwards; -webkit-animation: entriesHide 175ms ease forwards; -moz-animation: entriesHide 175ms ease forwards; -o-animation: entriesHide 175ms ease forwards; }
.entry-form .form-container .form-wrapper.show { animation: entriesShow 175ms ease forwards; -webkit-animation: entriesShow 175ms ease forwards; -moz-animation: entriesShow 175ms ease forwards; -o-animation: entriesShow 175ms ease forwards; opacity: 1; visibility: visible; }
.entry-form .form-container .form-wrapper::-webkit-scrollbar { width: 4px; }
.entry-form .form-container .form-wrapper::-webkit-scrollbar-thumb { background-color: rgba(172, 172, 172, 1.0); border-radius: 5px; }
.entry-form .form-container .form-wrapper .form-message { padding-bottom: 16px; }
.entry-form .form-container .form-wrapper .form-message .message { font-size: 14px; text-align: center; display: block; }
.entry-form .form-element, .entry-form .form-element .input-wrapper { position: relative; }
.entry-form .form-element:not(:last-child) { margin-bottom: 20px; }
.entry-form .form-element.error:not(:last-child) { margin-bottom: 4px; }
.entry-form .form-element,
.entry-form .form-element .input, 
.entry-form .form-element .input::-webkit-input-placeholder, 
.entry-form .form-element .icon, 
.entry-form .form-element .fill,
.entry-form .form-element .checkbox-wrapper .checkbox,
.entry-form .form-element .checkbox-wrapper .check::before,
.entry-form .form-element .error-message,
.entry-form .action { transition: all 175ms ease; -webkit-transition: all 175ms ease; -moz-transition: all 175ms ease; -o-transition: all 175ms ease; -ms-transition: all 175ms ease; }
.entry-form .form-element .icon { width: 48px; height: 48px; position: absolute; padding: 16px; top: 0; left: 0; bottom: 0; margin: auto; color: rgba(29, 29, 27, 1); pointer-events: none; }
.entry-form .form-element .input { color: rgba(29, 29, 27, 1); width: 100%; height: 48px; font-size: 14px; display: block; padding: 4px 24px 0 48px; }
.entry-form .form-element .input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.48); }
.entry-form .form-element .fill { position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid rgba(176, 184, 205, 1); border-radius: 12px; pointer-events: none; z-index: -1; }
.entry-form .form-element .input:focus ~ .fill { border-color: rgba(188, 207, 0, 1); }
.entry-form .form-element .input:focus, .entry-form .form-element .input:focus ~ .icon, .entry-form .form-element .input:focus::-webkit-input-placeholder { color: rgba(188, 207, 0, 1); }
.entry-form .form-element .input:disabled, .entry-form .form-element .input:disabled::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.32); }
.entry-form .form-element .input:disabled ~ .icon { color: rgba(29, 29, 27, .32); }

.entry-form .action-container { margin-top: 16px; }
.entry-form .action { font-size: 12px; opacity: 0; visibility: hidden; user-select: none; -webkit-user-select: none; -ms-user-select: none; } /* -- margin-top: 8px; display: block; float: right; */
.entry-form .action.show { opacity: 1; visibility: visible; }

.entry-form .form-element .checkbox-wrapper .checkbox { background-color: rgba(0, 0, 0, 0); width: 18px; height: 18px; border: 2px solid rgba(0, 0, 0, 0.21); border-radius: 2px; -webkit-box-flex: 0; -ms-flex: none; flex: none; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; -ms-appearance: none; }
.entry-form .form-element .checkbox-wrapper .checkbox-label { font-size: 14px; margin-left: 16px; }
.entry-form .form-element .checkbox-wrapper .check::before { content: '\f00c'; color: rgba(0, 0, 0, 0); font-family: 'fontAwesome'; font-size: 12px; position: absolute; top: 2px; left: 4px; pointer-events: none; }
.entry-form .form-element .checkbox-wrapper .checkbox:checked { background-color: #ef7d00; border-color: #ef7d00; }
.entry-form .form-element .checkbox-wrapper .checkbox:checked + .check::before { color: #fff; }

.entry-form .form-element .error-message { max-height: 0; padding-left: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; }
.entry-form .form-element.error .error-message { max-height: 50px; padding-top: 8px; }
.entry-form .form-element .error-message .message { color: #ff8787; font-size: 14px; }

.entry-form .message-field { padding: 20px 0; text-align: center; }
.entry-form .message-field .title { display: block; font-size: 20px; font-weight: bold; margin-bottom: 8px; }

.entry-form .checkbox-field .checkbox { border-color: rgba(176, 184, 205, 1); }
.entry-form .checkbox-field .checkbox.error { border-color: #f15e5e; }
.entry-form .checkbox-field .checkbox:checked { border-color: #ef7d00; }
.entry-form .checkbox-field .checkbox-label { color: #1d1d1b; }

/* -- Tracker */
.tracker-search { background-color: #fff; border-radius: 12px; height: 48px; opacity: 1; position: relative; margin-bottom: 16px; -webkit-box-flex: 0; -ms-flex: 0 0 48px; flex: 0 0 48px; z-index: 4; } /* overflow: hidden; */
.tracker-search .icon-wrapper { position: absolute; top: 0; right: 0; bottom: 0; width: 48px; padding: 8px; }
.tracker-search .icon-wrapper .button { width: 100%; height: 100%; min-width: 0; font-size: 16px; border-radius: 6px; transition: background-color 175ms ease, color 175ms ease, box-shadow 175ms ease; }
.tracker-search .icon-wrapper .button:disabled { background-color: rgba(255, 255, 255, 1.0); color: rgba(112, 112, 112, 1.0); }
.tracker-search .icon-wrapper .button .icon { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: 0; text-align: center; line-height: 32px; transform: scale(1) rotate(0deg); transition: transform 175ms ease; }
.tracker-search .icon-wrapper .button .icon.hide { transform: scale(0) rotate(-180deg); }
.tracker-search .search { width: 100%; height: 100%; padding: 0 48px 0 16px; font-weight: 300; border-radius: inherit; }
.tracker-search .search-wrapper { position: absolute; top: 0; left: 0; right: 0; background-color: rgba(255, 255, 255, 1.0); padding-top: 40px; padding-bottom: 8px; border-radius: 12px; opacity: 0; visibility: hidden; -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.07), 0 3px 14px 3px rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.10); -webkit-transition: opacity 175ms ease, visibility 175ms ease; -moz-transition: opacity 175ms ease, visibility 175ms ease; -o-transition: opacity 175ms ease, visibility 175ms ease; transition: opacity 175ms ease, visibility 175ms ease; z-index: -1; }
.tracker-search .search-wrapper.show { opacity: 1; visibility: visible; }
.tracker-search .search-result { overflow: hidden auto; max-height: 305px; }
.tracker-search .search-result ul { list-style: none; }
.tracker-search .search-result .search-item:first-child { margin-top: 8px; }
.tracker-search .search-result .item { position: relative; padding: 12px 48px 12px 24px; }
.tracker-search .search-result .item > span { display: block; }
.tracker-search .search-result .item .label { font-weight: 400; }
.tracker-search .search-result .item .text { font-size: 14px; }

/* -- Subheader */
.subheader .title { font-size: 18px; font-weight: 400; }

/* -- Action */
.actions .action { position: relative; width: 40px; height: 40px; border-radius: 6px; padding: 12px; background-color: rgba(255, 255, 255, 1.0); overflow: hidden; -o-transition: background-color 175ms ease, color 175ms ease; -moz-transition: background-color 175ms ease, color 175ms ease; -webkit-transition: background-color 175ms ease, color 175ms ease; transition: background-color 175ms ease, color 175ms ease; }
.actions .action.active { background-color: rgba(239, 125, 0, 0.25); color: rgba(236, 102, 8, 1.0); }
.actions .action.disabled, .actions .action:disabled { color: rgba(112, 112, 112, 0.5); }
.actions .action .progress-bar { width: 0%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: rgba(236, 102, 8, 1.0); -o-transition: width 175ms ease; -moz-transition: width 175ms ease; -webkit-transition: width 175ms ease; transition: width 175ms ease; }

.secondary-actions { position: absolute; width: 24px; height: 24px; background-color: rgba(231, 231, 231, 1.0); }
.secondary-actions::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.secondary-actions.expand-click-radius-top::before { top: -16px; }
.secondary-actions.expand-click-radius-right::before { right: -16px; }
.secondary-actions.expand-click-radius-bottom::before { bottom: -16px; }
.secondary-actions.expand-click-radius-left::before { left: -16px; }
.secondary-actions.top-left { top: 0; left: 0; border-top-left-radius: 12px; border-bottom-right-radius: 12px; }
.secondary-actions.top-right { top: 0; right: 0; border-top-right-radius: 12px; border-bottom-left-radius: 12px; }
.secondary-actions.bottom-left { bottom: 0; left: 0; border-bottom-left-radius: 12px; border-top-right-radius: 12px; }
.secondary-actions.bottom-right { bottom: 0; right: 0; border-bottom-right-radius: 12px; border-top-left-radius: 12px; }
.secondary-actions .arrow { transition: transform 175ms ease 375ms; }
.secondary-actions .arrow.rotate { transform: rotate(180deg); }
.secondary-actions .arrow.angle-135deg { transform: rotate(135deg); }
.secondary-actions .arrow.angle-135deg.rotate { transform: rotate(-45deg); }

/* -- Buttons */
.button { min-width: 64px; height: 36px; font-family: 'Lato', 'Arial', sans-serif; font-weight: 700; letter-spacing: 2px; position: relative; overflow: hidden; padding: 0 16px 0; color: rgba(255, 255, 255, 1.0); line-height: 36px; border-radius: 4px; background-color: rgba(188, 207, 0, 1); font-size: 14px; text-transform: uppercase; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; }
.container:not(.ios) .button:not(.round) { padding: 2px 16px 0; }
.button.secondary { background-color: rgba( 236, 240, 245, 1.0 ); color: #707070; }
.button.round { width: 36px; min-width: auto; height: 36px; border-radius: 36px; line-height: 36px; padding: 2px 0 0; }
.button .icon { margin-right: 8px; }
.button:disabled { background-color: rgba(0, 0, 0, .21); box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; } /* rgba(239, 125, 0, .5) */
.button.large { width: 100%; max-width: 280px; display: block; margin: 0 auto; height: 48px; border-radius: 4px; line-height: 48px; box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); -webkit-box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); -moz-box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); transition: all 175ms ease; -webkit-transition: all 175ms ease; -moz-transition: all 175ms ease; -o-transition: all 175ms ease; }
.button.processing { color: rgba( 255, 255, 255, 0 ); background-color: rgba(188, 207, 0, 1); width: 48px; min-width: auto; }
.button.shadow { box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); -webkit-box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); -moz-box-shadow: 0 12px 17px 2px rgba(188, 207, 0, 0.14), 0 5px 22px 4px rgba(188, 207, 0, 0.12), 0 7px 8px 0 rgba(188, 207, 0, 0.20); }
.button.flat { background-color: rgba(0, 0, 0, 0); font-size: 12px; }
.button.flat.confirm { color: rgba(188, 207, 0, 1); }
.button.flat.reject { color: #cccccc; }

/* -- DataTable */
.data-table { width: 100%; border-collapse: collapse; }
.data-table .row { height: 48px; }
.data-table .col { padding-left: 16px; }
.data-table .head { font-size: 12px; font-weight: 400; color: rgba(172, 172, 172, 1.0); }
.data-table .head .row .col { position: -webkit-sticky; position: sticky; top: 0; z-index: 3; background-color: rgba(255, 255, 255, 1.0); }
.data-table .body { font-size: 14px; }
.data-table .body .row { border-bottom: 1px solid rgba(0, 0, 0, 0.06); transition: background-color 175ms ease; }
.data-table .body .row:hover { background-color: rgba(245, 245, 245, 1.0); }
.data-table .body .row:last-child { border-bottom: 0; }

/* -- Select Image */
.select-image, .select-image .selected-image .img, .select-image .selected-image::before { border-radius: 12px; }
.select-image { background-color: #fff; width: 100%; height: 280px; position: relative; overflow: hidden; }
.select-image .info-container { width: 100%; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
.select-image .info-container.light-color { color: #fff; }
.select-image .info-container .icon-holder { width: 34px; height: 34px; position: relative; margin: auto; margin-bottom: 8px; }
.select-image .info-container .label { display: block; text-align: center; }
.select-image .info-container .icon { font-size: 34px; }
.select-image .selected-image, .select-image .selected-image .img { width: 100%; height: 100%; }
.select-image .selected-image::before { content: ''; background-color: rgba(0, 0, 0, .3); width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.select-image .selected-image .img { object-fit: cover; -o-object-fit: cover; object-position: center; -o-object-position: center; }

/* -- From Elements */
.form { position: relative; width: 100%; }
.form .form-element .input-wrapper .underline,
.form .form-element .error-message { transition: all 275ms ease; -webkit-transition: all 275ms ease; -moz-transition: all 275ms ease; -o-transition: all 275ms ease; }
.form .form-element:not(:last-of-type) { margin-bottom: 8px; }
.form .form-element .label { font-size: 14px; margin-bottom: 8px; display: block; }
.form .form-element .input-wrapper { position: relative; border-radius: 12px; overflow: hidden; }
.form .form-element .input-wrapper .input { background-color: rgba( 236, 240, 245, 1.0 ); font-weight: 300; width: 100%; height: 48px; padding: 0 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 375ms ease; -webkit-transition: color 375ms ease; -moz-transition: color 375ms ease; -o-transition: color 375ms ease; }
.form .form-element .input-wrapper .input.loading-gradient { color: rgba(0, 0, 0, 0); }
.form .form-element .input-wrapper .select-input-icon { background-color: #ecf0f5; border-right: 1px solid #dae2ec; height: 48px; padding: 0 16px; }
.form .form-element .input-wrapper .select-input-icon.has-interaction { cursor: pointer; -webkit-transition: background 175ms ease; transition: background 175ms ease; }
.form .form-element .input-wrapper .select-input-icon.has-interaction:hover,
.form .form-element .input-wrapper .select-input-icon.has-interaction.selected { background-color: #dae2ec; }
.form .form-element .input-wrapper .select-input-icon.disabled { pointer-events: none; }
.form .form-element .input-wrapper .input:disabled { opacity: .6; }
.form .form-element .input-wrapper .textfield { background-color: rgba( 236, 240, 245, 1.0 ); font-weight: 200; width: 100%; height: calc(48px * 4); padding: 16px; }
.form .form-element .input-wrapper.enable-icon .input { padding-right: 52px; }
.form .form-element .input-wrapper.enable-icon .icon { font-size: 18px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); padding: 16px; }
.form .form-element .input-wrapper.enable-icon .icon:not(.clickable) { pointer-events: none; }
.form .form-element .input-wrapper .underline { background-color: rgba(188, 207, 0, 1); width: 50%; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); opacity: 0; visibility: hidden; }
.form .form-element.has-error .input-wrapper .underline { background-color: #ff8a8a; }
.ios .form .form-element .input-wrapper .underline { width: 100%; -webkit-transition-duration: 0s; }
.form .form-element .input-wrapper .input:focus + .underline,
.form .form-element .input-wrapper .textfield:focus + .underline,
.form .form-element .input-wrapper .input.isset + .underline,
.form .form-element.has-error .input-wrapper .underline { width: 100%; visibility: visible; opacity: 1; }
.form .form-element .error-message { color: #ff8a8a; height: 16px; font-size: 12px; display: block; margin-top: 8px; visibility: hidden; opacity: 0; }
.form .form-element.has-error .error-message { visibility: visible; opacity: 1; }
.form .button { margin-top: 16px; }

.radio-button { position: relative; width: 40px; height: 40px; }
.radio-button .radio-wrapper, .radio-button .radio-wrapper .active-state { transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -webkit-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -moz-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); -o-transition: all 175MS cubic-bezier(0.4, 0.0, 0.2, 1); }
.radio-button .radio-native { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; cursor: pointer; }
.radio-button .radio-wrapper { border: 2px solid #757575; width: 18px; height: 18px; border-radius: 100%; position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); pointer-events: none; }
.radio-button .radio-wrapper .active-state { background-color: #EF7D00; width: 10px; height: 10px; border-radius: 100%; position: relative; top: 50%; left: 50%; opacity: 0; transform: translate(-50%, -50%) scale(0); -webkit-transform: translate(-50%, -50%) scale(0); -moz-transform: translate(-50%, -50%) scale(0); -o-transform: translate(-50%, -50%) scale(0); -ms-transform: translate(-50%, -50%) scale(0); }
.radio-button .radio-native:checked + .radio-wrapper { border-color: #EF7D00; }
.radio-button .radio-native:checked + .radio-wrapper .active-state { opacity: 1; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); -o-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); }

/* -- Switch */
.switch { width: 40px; height: 40px; position: relative; }
.switch .switch-native { width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0; cursor: pointer; }
.switch .switch-track { width: 32px; height: 14px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 7px; pointer-events: none; background-color: rgba(0, 0, 0, 0.26); -o-transition: background-color 90ms ease; -moz-transition: background-color 90ms ease; -webkit-transition: background-color 90ms ease; transition: background-color 90ms ease; }
.switch .switch-thumb { width: 20px; height: 20px; position: absolute; top: -3px; transform: translateX(-4px); border-radius: 50%; background-color: rgba(241, 241, 241, 1.0); -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20); box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20); -o-transition: background-color 90ms ease, -o-transform 90ms ease; -moz-transition: background-color 90ms ease, -moz-transform 90ms ease; -webkit-transition: background-color 90ms ease, -webkit-transform 90ms ease; transition: background-color 90ms ease, transform 90ms ease; }
.switch.active .switch-track, .switch .switch-native:checked + .switch-track { background-color: rgba(188, 207, 0, 0.5); }
.switch.active .switch-track .switch-thumb, .switch .switch-native:checked + .switch-track .switch-thumb { background-color: rgba(188, 207, 0, 1); -o-transform: translateX(15px); -moz-transform: translateX(15px); -webkit-transform: translateX(15px); transform: translateX(15px); }
.switch.disabled .switch-track, .switch .switch-native:disabled + .switch-track { opacity: .5; }

.switch.process { pointer-events: none; }
.switch.process .switch-native:checked + .switch-track { background-color: rgba(0, 0, 0, 0.26); }
.switch.process .switch-native:checked + .switch-track .switch-thumb { background-color: rgba(241, 241, 241, 1.0); }
.switch.process .switch-native + .switch-track .switch-thumb { background-color: rgba(188, 207, 0, 1); }
.switch.process .switch-native + .switch-track { background-color: rgba(188, 207, 0, 0.5); }

/* -- Dropdown List */
/*.dropdown { position: relative; width: 100%; overflow: hidden; border-radius: 12px; }*/
/*.dropdown .selected-item, .dropdown .dropdown-items .item { background-color: rgba( 236, 240, 245, 1.0 ); width: 100%; height: 48px; padding: 0 16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }*/
/*.dropdown .selected-item .label { margin-right: auto; }*/
/*.dropdown .selected-item .icon { font-size: 16px; transform: rotateZ(0); -webkit-transform: rotateZ(0); -moz-transform: rotateZ(0); -o-transform: rotateZ(0); -ms-transform: rotateZ(0); }*/
/*.dropdown .dropdown-items { height: 0px; transition: all 375ms ease; }*/
/*.dropdown .dropdown-items.open { opacity: 1; }*/

/* -- Dialog */
.dialog { background-color: rgba(0, 0, 0, 0.6); padding: 16px; z-index: 999; }
.dialog .box-container { background-color: #fff; max-width: 400px; position: relative; height: 250px; border-radius: 12px; overflow: hidden; }
.dialog .box-container .subheader { padding: 16px; }
.dialog .box-container .content { height: 100%; }
.dialog .box-container .content .message { overflow-wrap: break-word; }
.dialog .box-container .footer { padding: 16px; }
.dialog .box-container .footer .button:not(:last-of-type) { margin-right: 8px; }

.dialog.select-dialog .box-container { max-height: 500px; height: 100%; }
.dialog.select-dialog .box-container .item { padding: 4px 16px 4px 5px; }
.dialog.select-dialog .box-container .item .iti-flag { margin-right: 8px; }
.dialog.select-dialog .box-container .item .label { user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; cursor: pointer; }

/* -- Battery */
.battery .battery-life { height: 4px; border-radius: 2px; margin-top: 8px; margin-bottom: 12px; background-color: rgba(245, 245, 245, 1.0); }
.battery .battery-life .battery-fill { width: 0%; height: 100%; background-color: rgba(130, 240, 120, 1.0); border-radius: 2px; transition: width 175ms ease, background-color 175ms ease; }
.battery .battery-life .battery-fill.low { background-color: rgba(249, 48, 48, 1.0); }
.battery .battery-life .battery-fill.medium { background-color: rgba(255, 233, 88, 1.0); }
.battery .battery-placeholders { font-size: 12px; font-weight: 400; }

/* -- Tiles */
.tiles { position: relative; }
.tiles .tile:not(:last-of-type) { margin-bottom: 16px; }

/* -- Cards */
.cards { position: relative; }
.cards .spacing-bottom:not(:last-of-type) { margin-bottom: 16px; }
.cards .cards-wrapper { position: relative; }
.cards .cards-wrapper:not(.initial-height) { height: 72px; overflow: hidden; transition: height 275ms ease; }
.cards .cards-wrapper:not(.initial-height).expand { transition: height 275ms ease; }
.cards .cards-wrapper, .cards .card { background-color: #fff; border-radius: 16px; width: 100%; }
.cards .card { padding: 16px; }
.cards .card-animation.ng-enter { transition: all 375MS ease; -webkit-transition: all 375MS ease; -moz-transition: all 375MS ease; -o-transition: all 375MS ease; opacity: 0; visibility: hidden; }
.cards .card-animation.ng-enter-active { opacity: 1; visibility: visible; }
.cards .card .image-container { background-color: rgba( 236, 240, 245, 1.0 ); width: 40px; height: 40px; border-radius: 100%; overflow: hidden; margin-right: 16px; }
.cards .card .image-container .img { width: 100%; height: 100%; }
.cards .card .content { min-width: 0; }
.cards .card .content > span { display: block; }
.cards .card .content .label { font-weight: 400; font-size: 14px; }
.cards .card .content .message { font-size: 14px; }
.cards .card .content .secondary-label { font-size: 12px; }
.cards .card .icon-right { width: 50px; padding: 16px; margin-right: -16px; }
.cards .card .icon-right .drag { background-color: rgba(112, 112, 112, 1); width: 100%; height: 2px; }
.cards .card .icon-right .drag:not(:last-of-type) { margin-bottom: 2px; }
.cards .icon-container .icon { padding: 8px 8px; font-size: 12px; }

.cards .cards-wrapper .resizable-content { padding: 0 16px 16px 16px; }
.cards .cards-wrapper:not(.initial-height) .resizable-content { transition: all 275ms ease; opacity: 0; }
.cards .cards-wrapper:not(.initial-height).expand .resizable-content { transition: opacity 275ms ease 375ms; opacity: 1; }
.cards .cards-wrapper .resizable-content .divider { background-color: rgba( 236, 240, 245, 1.0 ); width: 100%; height: 2px; }
.cards .cards-wrapper .resizable-content .title { font-weight: 400; }
.cards .cards-wrapper .resizable-content .label { font-size: 14px; }

.card-submenu .card-submenu-item { position: relative; overflow: hidden; font-weight: 400; font-size: 14px; }
.card-submenu .card-submenu-item:not(:last-child)::before { content: ''; position: absolute; left: 56px; right: 0; bottom: 0; height: 1px; background-color: rgba(0, 0, 0, 0.06); }
.card-submenu .card-submenu-item .icon { margin-right: 16px; }

/* -- Square Card */
.square-card { width: 100%; min-width: 240px; padding: 24px 0; position: relative; background-color: rgba(255, 255, 255, 1.0); border-radius: 12px; -ms-flex: none; flex: none; } /* height: 240px; */
.square-card:not(:last-child) { margin-bottom: 16px; }
.square-card::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 12px; moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; transition: box-shadow 175ms ease; -webkit-transition: box-shadow 175ms ease; -moz-transition: box-shadow 175ms ease; -o-transition: box-shadow 175ms ease; }
/*.square-card:hover::before { cursor: pointer; -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07), 0 4px 5px 0 rgba(0, 0, 0, 0.06), 0 1px 10px 0 rgba(0, 0, 0, 0.10); }*/
.square-card.card-animation.ng-enter { -webkit-transition: opacity 375MS ease, visibility 375ms ease; transition: opacity 375MS ease, visibility 375ms ease; opacity: 0; visibility: hidden; }
.square-card.card-animation.ng-enter-active { opacity: 1; visibility: visible; }
.square-card.card-placeholder { background-color: rgba(255, 255, 255, 0.5); }
.square-card .square-card-content { height: 156px; }
.square-card .image-container { background-color: rgba( 236, 240, 245, 1.0 ); width: 80px; height: 80px; border-radius: 100%; }
.square-card .image-container .img { width: 100%; height: 100%; }
.square-card .text-container { font-size: 14px; margin-top: 16px; }
.square-card .text-container > span { width: -ms-calc( 240px - (16px *2 )); width: -o-calc( 240px - ( 16px * 2 )); width: -moz-calc( 240px - ( 16px * 2 )); width: -webkit-calc( 240px - ( 16px * 2 )); width: calc( 240px - ( 16px * 2 )); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; }
.square-card .text-container .label { font-size: 20px; font-weight: 400; }

/* Rectangle Card */
/*.rectangle-cards { min-width: 100%; }*/
.rectangle-cards { overflow-x: scroll; padding: 16px; }
.rectangle-cards::-webkit-scrollbar { display: none; }
.rectangle-cards::after { content: ''; flex: 0 0 16px; } /* (!) Flex-basis needs to be the same as padding */
.rectangle-card { margin-right: 8px; padding: 16px; position: relative; }
.rectangle-card:first-child:last-child, .rectangle-card:last-child { margin: 0; }
.rectangle-card .progress-circle-container { width: 80px; height: 80px; margin: 0; }
.rectangle-card .rectangle-card-info-container { font-size: 14px;  }
.rectangle-card .alarm { min-width: 68px; position: absolute; top: 8px; right: 8px; padding: 6px; color: rgba(255, 255, 255, 1.0); opacity: 1; background-color: #FD4343; border-radius: 8px; text-align: center; font-weight: 400; backface-visibility: hidden; -webkit-font-smoothing: subpixel-antialiased; -moz-box-shadow: 0 0 2px 0 rgba(253, 67, 67, 0.14), 0 2px 2px 0 rgba(253, 67, 67, 0.12), 0 1px 3px 0 rgba(253, 67, 67, 0.20); -webkit-box-shadow: 0 0 2px 0 rgba(253, 67, 67, 0.14), 0 2px 2px 0 rgba(253, 67, 67, 0.12), 0 1px 3px 0 rgba(253, 67, 67, 0.20); box-shadow: 0 0 2px 0 rgba(253, 67, 67, 0.14), 0 2px 2px 0 rgba(253, 67, 67, 0.12), 0 1px 3px 0 rgba(253, 67, 67, 0.20); -o-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -o-transition: -o-transform 175ms ease; -moz-transition: -moz-transform 175ms ease; -webkit-transition: -webkit-transform 175ms ease; transition: transform 175ms ease; }
.rectangle-card .alarm.show { -o-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); animation: alertPulse 1s ease-out infinite 375ms; }
.rectangle-card .settings { position: absolute; top: 0px; right: 0px; padding: 8px; cursor: pointer; opacity: .8; -webkit-transition: opacity 175ms ease; transition: opacity 175ms ease; }
.rectangle-card .settings:hover { opacity: 1; }


/* -- Map */
.map-container .map-wrapper, .map-container .map-info { border-radius: 12px; }
.map-container { height: 100%; }

.map-container .map-wrapper .actions { position: absolute; top: 8px; right: 8px; z-index: 1; }
.map-container .map-wrapper .actions .action { width: 32px; height: 32px; position: relative; display: block; background-color: rgba(255, 255, 255, 1.0); color: inherit; border-radius: 6px; padding: 8px; }
.map-container .map-wrapper .actions .action.active { background-color: rgba(237, 246, 227, 1.0); color: rgba(188, 207, 0, 1); }
.map-container .map-wrapper .actions .action:not(:last-child) { margin-bottom: 8px; }
.map-container .map-wrapper .actions .action:disabled { color: rgba(112, 112, 112, 0.5); }

.map-container .map-wrapper,
.map-container .map-info,
.map-container .map-info::after,
.map-container .map-info .switch-layout-icon,
.map-container .map-info .map-info-layouts { transition: all 375ms ease; -webkit-transition: all 375ms ease; -moz-transition: all 375ms ease; -o-transition: all 375ms ease; }
.map-container .map-wrapper { width: 100%; height: 100%; position: relative; -webkit-box-flex: 0; -ms-flex: 0 1 100%; flex: 0 1 100%; overflow: hidden; -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.10); box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.10); }
.map-container .map-wrapper.collapse { margin-bottom: 0; -webkit-box-flex: 0; -ms-flex: 0; flex: 0; }
.map-container .map-initial-size { height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.map-container .map-initial-size .overlay { background-color: rgba(0, 0, 0, 0.5); z-index: 16; }
.map-container .map { height: 100% !important; }
.map-container .marker-label-container { position: relative; top: 10px; }
.map-container .marker-label { font-weight: 300; position: relative; padding: 4px 8px; background-color: white; border-radius: 4px; opacity: 0; visibility: hidden; z-index: 4; pointer-events: none !important; transition: opacity 375ms ease, visibility 375ms ease; } /* -- height: 24px; line-height: 24px; */
.map-container .marker-label.show { opacity: 1; visibility: visible; }
.map-container .marker-label::before { content: ''; position: absolute; left: 0; right: 0; bottom: -4px; margin: auto; width: 12px; height: 12px; background-color: white; border-radius: 2px; transform: rotate(45deg); z-index: -1; }
.map-container .marker-label .label { display: block; }
.map-container .marker-label .label.time { font-weight: 700; }
.map-container .marker { width: 18px; height: 18px; position: relative; margin: 0 auto; background-image: url('../images/marker/marker.png'); pointer-events: auto; }
.map-container .map-info { background-color: #fff; position: relative; width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 0; flex: 0 0 0; margin-top: -16px; visibility: hidden; opacity: 0; }
.map-container .map-info.expand-normal,
.map-container .map-info.expand-max { padding: 24px 0 16px; margin-top: 0; visibility: visible; opacity: 1; }
.map-container .map-info.expand-normal { -ms-flex: 0 1 150px; flex: 0 1 150px; }
.map-container .map-info.expand-max { -ms-flex: 0 1 100%; flex: 0 1 100%; }
.map-container .map-info .switch-layout-icon { visibility: hidden; opacity: 0; }
.map-container .map-info::after { content: ''; background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%); background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%); background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%); background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%); background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 65%); width: 100%; height: 50%; position: absolute; bottom: 0; left: 0; visibility: hidden; opacity: 0; z-index: 5; pointer-events: none; border-radius: 0 0 12px 12px; }
.map-container .map-info.scroll-gradient::after,
.map-container .map-info .switch-layout-icon.show { visibility: visible; opacity: 1; }

.map-container .map-info .map-info-wrapper { overflow: hidden; -ms-flex-preferred-size: 100%; flex-basis: 100%; }
.map-container .map-info .map-info-layouts { height: 100%; transform: translateX(0); -webkit-transform: translate3d(0, 0, 0); }
.map-container .map-info .map-info-layouts.layout1 { transform: translateX(-100%) translateX(-16px); -webkit-transform: translateX(-100%) translateX(-16px); -moz-transform: translateX(-100%) translateX(-16px); -o-transform: translateX(-100%) translateX(-16px); -ms-transform: translateX(-100%) translateX(-16px); }
.map-container .map-info .map-info-layouts.layout2 { transform: translateX(-200%) translateX(-32px); -webkit-transform: translateX(-200%) translateX(-32px); -moz-transform: translateX(-200%) translateX(-32px); -o-transform: translateX(-200%) translateX(-32px); -ms-transform: translateX(-200%) translateX(-32px); }
.map-container .map-info .map-info-section { flex: 0 0 100%; }
.map-container .map-info .map-info-section:not(:last-of-type) { margin-right: 16px; }

.map-container .map-wrapper .info-text { position: absolute; top: 8px; left: 8px; right: 72px; color: black; z-index: 1; font-size: 12px; padding: 10px 8px 8px 16px; background-color: rgba(0,0,0,0.5); border-radius: 8px; color: white; opacity: 0; visibility: hidden; transform: scale(0); transform-origin: left top; transition: transform 175ms ease, opacity 175ms ease, visibility 175ms ease; }
.map-container .map-wrapper .info-text.show { opacity: 1; visibility: visible; transform: scale(1); }

.map-container .map-info .data-table-container { overflow: auto; white-space: nowrap; }

/* -- Progress Circle */
.progress-circle-container { width: 200px; height: 200px; margin: 32px auto 0; position: relative; }
/*.progress-circle-fill.animate { transition: stroke-dasharray 2s ease; }*/
.progress-circle-text { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; font-size: 14px; }

/* -- Nothing Found */
.nothing-found { width: 100%; padding: 0 16px; }
.side-bar-space .nothing-found { padding: 0 16px; }
.nothing-found .wrapper { background-color: #fff; border-radius: 12px; padding: 16px; }
.nothing-found .icon { font-size: 30px; padding-right: 16px; }

/* -- Chips */
.chips, .chips .chip { position: relative; }
.chips .chip { height: 32px; margin-right: 6px; margin-bottom: 6px; border-radius: 16px; padding: 0 12px; font-size: 14px; background-color: rgba( 236, 240, 245, 1.0 ); cursor: pointer; transition: all 175ms ease; overflow: hidden; user-select: none; }
/*.chips .choice-chip:hover .chip, .chips .chip:hover { background-color: #eaeaea; }*/
.chips .chip .label { font-size: 14px; }
.chips .chip:last-child, .chips .choice-chip:last-child { margin-right: 0; }

.chips .chip .leading-icon, .chips .chip .trailing-icon { width: 20px; height: 20px; font-size: 12px; margin-left: -4px; margin-right: 4px; padding: 2px; }
.chips .chip .trailing-icon { margin-left: 8px; margin-right: -4px; }
.chips .chip .trailing-icon.small { font-size: 14px; padding: 3px; }
.chips .chip .leading-icon.image { width: 24px; height: 24px; margin-left: -8px; border-radius: 100%; }

.chips .choice-chip { position: relative; margin-right: 6px; margin-bottom: 6px; }
.chips .choice-chip .native-control { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; cursor: pointer; }
.chips .choice-chip.selected .chip, .chips .choice-chip .native-control:checked + .chip { color: rgba(188, 207, 0, 1); background-color: rgba(188, 207, 0, 0.13); }
.chips .choice-chip .chip { margin: 0; pointer-events: none; }
.chips .no-margin-bottom { margin-bottom: 0; }

/* -- Banner */
.banner { width: 100%; font-size: 14px; margin-top: -83px; margin-bottom: 16px; padding: 10px 8px 8px 16px; opacity: 0; visibility: hidden; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 3px 0 rgba(0, 0, 0, 0.10); -o-transition: margin-top 175ms ease, opacity 175ms ease, visibility 175ms ease; -moz-transition: margin-top 175ms ease, opacity 175ms ease, visibility 175ms ease; -webkit-transition: margin-top 175ms ease, opacity 175ms ease, visibility 175ms ease; transition: margin-top 175ms ease, opacity 175ms ease, visibility 175ms ease; }
.banner.show { margin-top: 0; opacity: 1; visibility: visible; }

/* -- Toolbar */
.toolbar { background-color: #303030; width: 100%; height: 56px; position: relative; }
.toolbar .item { color: rgba(255, 255, 255, 0.5); }
/*.toolbar .item .icon-container { position: relative; overflow: hidden; }*/
/*.toolbar .item .icon-container::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; background-color: rgba(255, 255, 255, 0.05); border-radius: 100%; -ms-transform: scale(0); -o-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); -o-transition: -o-transform 175ms ease; -moz-transition: -moz-transform 175ms ease; -webkit-transition: -webkit-transform 175ms ease; transition: transform 175ms ease; }*/
.toolbar .item .label { font-size: 12px; margin-top: 6px; }
.toolbar .item .icon-container, .toolbar .item .label { -o-transition: color 175ms ease; -moz-transition: color 175ms ease; -webkit-transition: color 175ms ease; transition: color 175ms ease; }

.toolbar .item.active { background-color: rgba( 236, 240, 245, 1.0 ); color: #303030; }
/*.toolbar .item.active { color: rgba(236, 102, 8, 1.0);*/
/*.toolbar .item.active .icon-container { color: rgba(236, 102, 8, 1.0); }*/
/*.toolbar .item.active .icon-container::before { -ms-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }*/

/* -- Action Elements */
.actions .action { width: 40px; height: 40px; position: relative; border-radius: 6px; padding: 12px; color: inherit; background-color: rgba(255, 255, 255, 1.0); transition: background-color 175ms ease, color 175ms ease; cursor: pointer; overflow: hidden; }
.actions .action.small { width: 32px; height: 32px; padding: 8px; }
.actions .action.x-small { width: 24px; height: 24px; padding: 4px; }
.actions .action.active { background-color: rgba(188, 207, 0, 0.25); color: rgba(188, 207, 0, 1); }
.actions .action:disabled { color: rgba(112, 112, 112, 0.5); }
.actions .action .progress-bar { width: 0%; height: 2px; position: absolute; left: 0; bottom: 0; background-color: rgba(188, 207, 0, 1); -o-transition: width 175ms ease; -moz-transition: width 175ms ease; -webkit-transition: width 175ms ease; transition: width 175ms ease; }

/* -- Tooltip */
.tooltip { background-color: #fff; border-radius: 4px; position: fixed; opacity: 0; visibility: hidden; overflow-y: auto; z-index: 9999; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 10px 0 rgba(0, 0, 0, 0.20); -webkit-transition: opacity 175ms ease, visibility 175ms ease; transition: opacity 175ms ease, visibility 175ms ease; }
.tooltip::-webkit-scrollbar { width: 4px; }
.tooltip::-webkit-scrollbar-thumb { background-color: rgba(117, 117, 117, .4); border-radius: 2px; }
.tooltip.show { opacity: 1; visibility: visible; }
.tooltip .message { color: #000; font-size: 14px; padding: 8px; -webkit-user-select: none; user-select: none; pointer-events: none; }