﻿@charset "utf-8";
/* CSS Document */

/* UI highlight */
.ui-state-highlight {
	background-color: #f05a06 !important;
}
.ui-state-active {
	background-color: #f05a06 !important;
}

* {
	border: 0px;
	margin: 0px;
	padding: 0px;	
	outline: 0;
 	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box; 
	font-family: 'Heebo', sans-serif;
	outline: 0 none;
}

*:focus {
    outline: 0;
}
button::-moz-focus-inner {
  border: 0;
}

a {
	outline: 0 none !important;
}
#home_sidebar a {
	color: #f05a06;
}

textarea {
	resize: vertical;
}

html, body {
	background-image: none;
	background-color: #fff;
	color: rgba(0,0,0,0.87);
	font-size: 14px;	
	height: 100%;
	min-width: 640px;
}
p {
	font-size: 14px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
ol {
	margin: 0px 0px 10px 13px;
}
ol li {
	font-size: 14px;
} 

#wrapper { 
	position: absolute;
	top: 0px; 
	bottom: 0px;
	left: 0px;
	right: 0px;
} 

#int_wr {
	position: relative;
	overflow: auto; 
	height: 100%;
}

/* Main topbar */
#toplogo {
	width: 45px;
	height: auto;
	margin: 10px 15px 0px 15px; 
}
#toplogo img {
	width: 35px;
	height: auto;
}
#tb_wr {
	background-color: #2d3436;
	color: #fff;
}
.tb_but {
	padding: 13px 15px;
}
.tb_but:hover {
	background-color: #444;
}
a.tb_but {
	text-decoration: none;
	color: #fff;
}
a.tb_but.active {
	color: #f05a06;
}
#language_code_main {
	position: relative;
	top: -3px;
	padding-right: 15px;
	font-weight: normal;
	font-size: 13px;
}
#language_code_main .select2-container--default .select2-selection--single {
	border: 0px none !important;
	background-color: #2D3436 !important;
	height: 27px;
}
#select2-sel_language_code_main-container {
	color: #999; 
}

#userinfo {
	position: absolute;
	top: 12px;
	right:10px;
	color: #fff; 
}
#devinfo { 
	position: absolute;
	right: 43%;
}
#devinfo h3 {
	color: #444 !important;
	opacity: 0.3;
}

/* Main document areas */
#tb_wr {
	width: 100%;
	height: 50px;
	position: fixed;
	font-size: 16px;
	font-weight: bold;
	z-index: 200;
}

#bb_wr {
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	position: fixed;
	font-size: 16px;
	font-weight: bold;
	background-color: #2D3436;
	z-index: 1001;
	text-align: center;
}

a.bottomlink {
	display: inline-block;
	color: #636E72;
	text-decoration: none;
	font-weight: normal;
	padding: 9px 15px;
	font-size: 14px;
}
a.bottomlink.active, a.bottomlink:hover {
	color: #f05a06;
}
a.bottomlink:hover {
	color: #fff;
}
#donatelink {
	cursor: pointer;
	display: inline-block;
}
.pplogo { 
	opacity: 0.4;
	position: relative;
	margin-left: 3px;
	top: 2px;
	width: 12px;
	height: auto;
}
#submenu {
	display: flex;
	position: fixed;
	top: 33px;
	height: 40px;
	left: 0px;
	right: 0px;
	background-color: #ecf0f1;
	z-index: 100;
}
#sidebar {
	position: fixed;
	top: 50px;
	bottom: 0px; 
	left: 0px;
	width: 200px;
	background-color: #ecf0f1;
	border-right: 1px solid #D1DFE5;
	z-index: 199;
}
#subint {
	position: fixed;
	top: 50px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
	background-color: #222;
	z-index: 197;
}
.bottombar #subint {
	bottom: 40px;
}
#subint.subint_submenu { 
	top: 73px;
}
#subint .scroll {
	position: fixed;
	top: 50px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
	background-color: #222;
	z-index: 200; 
}
.centrebar {
	margin: 0 auto; 
	max-width: 820px;
}
.centrebar a {
	color: #F05A06;
}
.centrebar > ol > li {
	margin-top: 8px;
}

.doctable {
	margin-bottom: 15px;
}
.doctable th {
	text-align: center;
	background-color: #ddd;
	padding: 3px;
}
.doctable td {
	vertical-align: top;
	padding: 5px;
}



/* Translation */  	
#translation_editor {
	display: flex !important;
	flex-direction: column;
	align-items: stretch;
	position: fixed;
	top: 40px;
	bottom: 40px;
	right: 40px;
	left: 240px;
}
#translation_editors {
	flex: 1;
	align-items: stretch;
}
.editorcol {
	align-items: stretch;
}
.english_preview {
	padding: 15px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

/* Homepage */ 
.ioslink, .androidlink {
	display: inline-block;
	margin: 5px 0px;
}
.ioslink img, .androidlink img {
	image-rendering: -webkit-optimize-contrast;
	width: auto; 
	height: 40px;
}
.lang_tr .ioslink img, .lang_tr .androidlink img {
	height: 36px;
}
.androidlink {
	margin-left: 10px;
}
#download_qr_sample {
	display: none;
}

/* TCs */
ol.subnumbering > li {
    counter-increment: item;
}
ol.subnumbering > li:first-child {
  counter-reset: item;
}

ol.subnumbering ol > li {
    display: block;
	text-indent: -27px;
    margin-left: 20px;
}
ol.subnumbering ol > li > ol > li {
    display: block;
	text-indent: -37px;
    margin-left: 30px;
}
ol.subnumbering ol > li > ul {
    margin-left: 40px;
	text-indent: -20px;
}

ol.subnumbering ol > li:before {
    content: counters(item, ".") ". ";
}

/* Contact */
.form_contact {
	position: relative;
	top: 60px;
	margin: 0 auto 0 auto;
	width: 350px;
	line-height: 20px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E5E5E5;
	border-radius: 8px;
	box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.7);
	font-weight: normal;
	padding: 20px;
}
.form_contact .form_logo img {
    display: block;
    max-height: 150px;
    max-width: 150px;
    width: auto;
    height: auto;
    margin: 0px auto 30px auto;
}
@media only screen and (max-width: 400px) {
	.form_contact {
		width: 90%;
	}
	.form_contact .form_logo img {
		max-height: 60px;
		max-width: 60px;
		width: auto;
		height: auto;
		margin: 0px auto 20px auto;
	}
}


/* Panels */
#panel_left { 
	padding-right: 20px;
	margin: 0px 20px 20px 0px;
	border-right: 3px dotted #d1dfe5;
}
#panel_right { 
	width: 100%;
}


/* Submenu */
.editor_tabs {
	background-color: #fff;
	border-top: 1px solid #2D3436;
	border-bottom: 1px solid #2D3436;
}
.editor_tab {
	color: #666;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	border-right: 1px solid #2D3436;
}
.editor_tab_active {
	color: #fff; 
	background-color: #2D3436;
}
.editor_tab:last-child {
	border-right: 0px none;
}

/* Info */
textarea#info, textarea#location_info{
	width: 100%;
	font-size: 14px;
	resize: vertical;
	border: 1px solid #b7b7b7;
	color: #444;
	background-color: #f8f8f8;
	padding: 3px 5px;
}

.subint_submenu #editor  {
	left: 300px; /* Same as width of #client_sel above */
}
.tabs {
	display: none;
	height: 100%;
}
.tab_page {
	position: absolute;
	top: 40px;
	bottom: 3px;
	left: 3px;
	right: 3px;
}
.tab_page_nopad {
	position: absolute;
	top: 45px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
.tab_submenu {
	position: absolute;
	height: 40px;
	left: 3px;
	right: 3px;
	top: 3px;
	background-color: #ecf0f1;
	padding: 5px;
	z-index: 1001;
}
.tab_page .hasmenu {
	padding-top: 46px !important;
}

#site_submenu {
	display: flex;
	position: absolute;
	height: 40px;
	width: 300px;
	top: 3px;
	left: 3px;
	background-color: #ecf0f1;
	padding: 5px;
	z-index: 999;
}
#popover, #popover_sub {
	position: fixed;
	display: none;
	left: 0px;
	right: 0px;
	top: 0px; 
	bottom: 0px;
	padding: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1001;
}
#popover_sub {
	background-color: rgba(0,0,0,0);
	z-index: 1001;
}
.popover_pad {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border-radius: 3px;
	overflow: hidden;
}

#instructions {
	position: fixed;
	display: none;
	z-index: 2000;
	padding: 5px;
	background-color: #fff;
	border-radius: 20px;
	left: 30px;
	bottom: 30px;
	width: 400px;
}
.instructions_inner {
	border-radius: 15px;
	border: 3px dotted #F05A06;
	padding: 10px 20px;
}
.instructions_close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}
.instructions_inner ion-icon {
	font-size: 18px;
	position: relative;
	top: 5px;
}

#help {
	position: absolute;
	display: none;
	z-index: 2000;
	padding: 5px;
	background-color: #fff;
	border-radius: 20px;
	width: 50%;
	min-width: 600px;
	top: 30px;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.help_inner {
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border-radius: 15px;
	border: 1px solid #F05A06;
	padding: 28px 15px 15px 20px;
}
.help_inner ol {
	margin: 0px 0px 10px 25px;
}
.help_inner ul {
	margin: 0px 0px 10px 25px;
}
.help_inner ion-icon {
	font-size: 18px;
	position: relative;
	top: 5px;
}
.help_main {
	position: absolute;
	top: 10px;
	bottom: 0px;
}
.help_close {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 25px;
	z-index: 2005;
}



/* Submenu / Sidebar elements */
.interface_header {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	font-weight: bold;
	background-color: #d1dfe5;
	border-radius: 3px;
	padding: 3px 5px;
}
#topsearch {
	position: relative;
	width: 225px;
	margin: 5px 0px 0px 5px;
}
.schedule #topsearch {
	width: 295px;
}
#sitesearch {
	position: relative;
	width: 288px;
}
.site_submenu_editor #sitesearch {
	width: 210px;
}
.searchbox, .sb_searchbox {
	width: 100%;
	background-color: #fff;
	border: 1px solid #b7b7b7 ;
	border-radius: 1px;
	height: 30px;
	font-size: 14px;
	padding: 5px 24px 5px 5px;
	text-align: left;
}
.searchbutton {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 26px;
	height: 26px;
	background: url(/images/icons/search.png) center center no-repeat #2d3436;
	background-size: 18px 18px;
	border-radius: 2px;
	cursor: pointer;
}
#searchbox::-webkit-input-placeholder {color: #666;}
#searchbox:-moz-placeholder {color: #666; opacity:1;}
#searchbox::-moz-placeholder {color: #666; opacity:  1;}
#searchbox:-ms-input-placeholder {color: #666;}


/*Home screen*/
#home_sidebar {
	padding: 5px 10px;
	background-color: #fff !important;
}

/* Main editors */
#submenubar {
	position: fixed;
	top: 20px;
	bottom: 20px;
	left: 20px;
	width: 200px;
	border-radius: 3px 0px 0px 3px;
	background-color: #e6ecf0; 
	z-index: 999;
}
#submenubar button {
	font-size: 14px;
	padding: 6px 0px;
	margin-bottom: 10px;
	height: auto;
}

#item_editor {
	position: fixed;
	left: 220px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border-radius:  0px 3px 3px 0px;
	z-index: 2000;
	overflow-y: scroll;
}
#editor {
	position: fixed;
	left: 200px;
	right: 0px;
	top: 50px;
	bottom: 0px;
	overflow-y: scroll;
	z-index: 2000;
}
.subint_submenu #editor  {
	top: 73px;
	overflow-y: hidden;
}

/* Mapping */
.mapoverlay {
	position: absolute;
	padding: 0px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	border-radius: 2px;
	z-index: 1;
}
#course_overlay_controls, #course_overlay_add {
	display: none;
	top: auto;
	right: 60px;
	bottom: 24px;
	left: auto; 
	height: 82px;
	z-index: 1;
	background-color: #fff;
	padding: 5px;
}
#course_overlay_controls {
	width: 160px;
}
#course_overlay_add {
	width: auto;
	height: 40px;	
}
.overlay_button {
	text-align: center;
	width: 22px;
	height: 22px;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	font-size: 16px;
	cursor: pointer;
	padding: 1px 0px 0px 0px;
	margin: 0px 2px 1px 0px !important;
	overflow: hidden;
}
#overlay_movement_controls {
	text-align: center;
	width: 55px;
	margin-right: 5px;
}
#overlay_secondary_controls {
	margin-left: 5px;
}
#overlay_tertiary_controls {
	margin-left: 10px;
	width: 22px;
}
#overlay_alpha_controls {
	padding: 5px;
	margin: 1px 7px;
}
#overlay_slider {
	border: 1px solid #b7b7b7;
	border-radius: 3px;
}
#overlay_slider .ui-slider-handle {
	border: 1px solid #F05A06;
	border-radius: 5px;
}										   

/*Course controls*/
.editor_control_group .clickable {
	color: #F05A06;
	text-decoration: underline dotted;
	font-size: 12px;
}
.editor_control_group .clickable:hover {
	text-decoration: underline solid;
}

#editor_control_group_1 {
	display: none;
}

.top_separator {
	padding-top: 7px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
}

#course_controls {
	display: flex;
	flex-direction: column;
	width: 350px;
	height: 100%;
	z-index: 1;
	font-size: 14px;
	line-height: 22px;
	border-right: 1px solid #2D3436;
}
.home #course_controls {
	position: fixed;
	top: 50px;
	bottom: 40px;
	height: auto;
}
/* #course_controls input {
	cursor: pointer;
} */
#course_selector {
	height: 48px;
	background-color: #f05a06;
	padding: 8px 10px 8px 10px;
}
#course_editor {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 5px 10px;
	background-color: #fff !important;
	overflow-y: auto;
}
.course_code_info {
	margin: 3px 5px 0px 10px;
}
.course_code { 
	padding-top: 3px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Oxygen Mono', monospace;
}
.course_code_infowindow { 
	font-size: 14px !important;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Oxygen Mono', monospace;
}

/*Course map points*/
#course_points {
	display: flex;
	flex-direction: column;
	padding: 5px 5px 8px 0px;
	margin-right: -5px;
}
.course_editor #course_points {
	padding-top: 8px;
	border-top: 1px solid #eee;
}
#course_point_controls {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}
.point_box {
	position: relative;
	padding: 8px 5px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
	background-color: #fff;
	border-radius: 2px;
	align-content: stretch;
	height: 40px;
}
.point_icon {
	padding-top: 4px;
	font-size: 18px;
}		
#course_editor.course_linear .score_controls {
	display: none;
}
.fld_score {
	font-size: 12px !important;
	width: 45px !important;
	min-width: 40px !important;
	max-width: 40px !important;
	padding: 1px 5px !important;
	min-height: 28px !important;
	border: 1px solid #ddd !important;
	border-radius: 2px;
}
.point_box.point_breakpoint {
	background-color: #fcefd9;
}
.breakpoint_arrow {
	position: absolute;
	z-index: 999;
	top: 38px;
	left: 50%;
	margin-left: -15px;
	width: 29px;
	height: 18px;
	background: url('/images/general/breakpoint_arrow.png') center center no-repeat;
}
.point_box.unmatched .breakpoint_arrow {
	display: none;
}
.point_box.unmatched {
	background-color: #ea9797;
	border-color: #d63031;
}
.point_box.unmatched .point_index {
	color: #d63031;
}
.course_points_sortable .point_box {
	cursor: grab;
}
.point_box_highlight {
	border: 1px solid #F05A06 !important;
}
.point_index {
	margin-right: 5px;
	font-weight: bold;
	font-size: 12px;
}

/*Course map*/ 
#course_map { 
	position: fixed !important;
	left: 350px;
	right: 0px;
	top: 50px;
	bottom: 0px;
	z-index: 1000;
	background-color: #222;
	display: none;
}
.home #course_map {
	bottom: 40px;
}
#course_map_controls, #lower_map_controls {
	display: none;
	top: 10px;
	left: 190px;
	height: 40px;
	z-index: 1;
	background-color: #fff;
	padding: 5px;
} 

.lang_bg #course_map_controls {
	left: 205px;
}
.lang_cs #course_map_controls {
	left: 200px;
}
.lang_de #course_map_controls {
	left: 188px;
}
.lang_da #course_map_controls {
	left: 178px;
}
.lang_el #course_map_controls {
	left: 245px;
}
.lang_es #course_map_controls {
	left: 195px;
}
.lang_et #course_map_controls {
	left: 190px;
}
.lang_eu #course_map_controls {
	left: 205px;
}
.lang_fi #course_map_controls {
	left: 208px;
}
.lang_gl #course_map_controls {
	left: 195px;
}
.lang_hu #course_map_controls {
	left: 203px;
}
.lang_it #course_map_controls {
	left: 210px;
}
.lang_ja #course_map_controls {
	left: 195px;
}
.lang_lt #course_map_controls {
	left: 253px;
}
.lang_lv #course_map_controls {
	left: 192px;
}
.lang_nl #course_map_controls {
	left: 195px;
}
.lang_no #course_map_controls {
	left: 185px;
}
.lang_pl #course_map_controls {
	left: 195px;
}
.lang_pt #course_map_controls {
	left: 193px;
}
.lang_ro #course_map_controls {
	left: 185px;
}
.lang_ru #course_map_controls {
	left: 207px;
}
.lang_sk #course_map_controls {
	left: 205px;
}
.lang_sl #course_map_controls {
	left: 218px;
}
.lang_sv #course_map_controls {
	left: 188px;
}
.lang_tr #course_map_controls {
	left: 178px;
}
.lang_uk #course_map_controls {
	left: 215px;
}
.lang_zh #course_map_controls {
	left: 196px;
}
.lang_zh-TW #course_map_controls {
	left: 196px;
}
#lower_map_controls {
	top: auto;
	left: auto;
	bottom: 24px;
	left: auto;
	right: 60px;
	height: 41px;
}
#course_map_search {
	width: 200px;
}
#course_search_results {
	top: auto;
	left: auto;
	bottom: 115px;
	right: 10px;
	width: 260px;
	border-radius: 5px;
	padding-top: 15px;
	display: none;
}
#course_search_results h4 {
	margin-bottom: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 240px;
}
#course_search_results p {
	font-size: 12px;
	margin-bottom: 0px;
}
#course_search_results .search_result {
	padding: 5px 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	border-left: 7px solid #f05a06;
	background-color: #eee;
	cursor: pointer;
}
#course_search_results .search_result:hover {
	background-color: #ffe3d4;
}
#search_close {
	position: absolute;
	right: 3px;
	top: 3px;
	font-size: 10px;
	cursor: pointer;
	background-color: #bbb;
	width: 14px; 
	color: #fff;
	padding: 0px;
	border-radius: 10px;
	text-align: center;
}
#search_close:hover {
	color: #fff;
	background-color: #f05a06;
}


/* Course infowindow */
.course_iw .gm-style-iw {
	width: 310px !important;
	padding-bottom: 3px !important;
}
.course_iw {
	width: 280px !important;
	color: #333;
}

.course_iw .io_logo {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.course_iw h3 {
	font-size: 15px;
	font-weight: normal;
	line-height: 16px;
	margin: 5px 0px 3px 0px;
}
.course_iw h4 {
	font-size: 13px;
	font-weight: normal;
	margin: 3px 0px 3px 0px;
}
.course_iw p {
	font-size: 13px;
	margin: 5px 0px 3px 0px;
}
.course_iw p b {
	font-weight: 700;
}
.course_iw a {
	color: #F05A06;
	text-decoration: none;
}
.coursestats {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: -7px;
	padding-top: 5px;
	border-top: 1px dotted #666;
}
.course_iw ion-icon {
	color: #999;
	font-size: 22px;
}
.course_iw .stat_text {
	position: relative;
	top: -6px;
}
.course_iw .gm-style-iw-d {
	overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

.qr_setup {
	padding: 0px;
	border: 8px solid #ccc;
}

/* Results page */
.results #subint {
	background-color: #fff;
}
#results_viewer {
	position: fixed;
	right: 0px;
	left: 0px;
	top: 98px;
	bottom: 0px;
	overflow-y: scroll;
}
#results_list {
	position: relative;
}

#results_table td, #results_table th {
	text-align: center;
	padding: 5px 10px;
	line-height: 1.3em;
}	

#results_table tr:nth-child(even) {
	background: #eee;
}
#results_table tr:nth-child(odd) {
	background: #fff;
}
#results_table tr:nth-child(even) td.breakpoint {
	background: #f9e8cc;
}
#results_table tr:nth-child(odd) td.breakpoint {
	background-color: #FCEFD9;
}

#results_table .username {
	text-align: justify !important;
}
#results_table .bad_entry {
	color: #d63031;
}
#results_table .wrong_order {
	color: #ff8a00;
}

.split_time {
	color: #999;
	font-size: 90%;
}
.split_time_rank {
	color: #f05a06;
	font-size: 90%;
	font-weight: bold;
}

#cal_schedule {
	font-size: 12px;
}
#cal_schedule .ui-datepicker {
	padding: 0px;
}
#cal_schedule .ui-state-highlight {
	background-color: #aad4ff;
	border: 1px solid #74b9ff;
	color: #222;
}

/* Metrics */
.chart_wrapper {
	margin: 10px;
}
#chart_coursecount, #chart_usercount {
	width: 100% !important;
}

/* Scheduling infowindow */
.iw_quotelist_wr {
	max-height: 250px;
	overflow-y: auto;
}
.iw_quotelist_wr .btn_appts {
	width: 120px;
}
.iw_quotelist { 
  border-collapse: collapse;
}
.iw_quotelist td { 
  padding: 5px 3px !important;
}
.iw_quotelist tr td:first-child {
	padding-left: 0px !important;
}
.iw_quotelist tr td:last-child {
	padding-right: 0px !important;
}
.gm-style-iw-a {
	right: 0px;
	width: 410px !important;
	overflow: visible !important;
}
.gm-style-iw-a > div {
	display: block !important;
	width: 410px !important;
	overflow: visible !important;
}
.gm-style-iw-a > div > div {
	overflow: visible !important;
}
.point_iw {
	width: 150px !important;
}
.point_iw h3 {
	margin-bottom: 4px !important;
	
}
.point_iw_editor.editmode_0 {
	display: none;
}
.point_iw_editor.editmode_1 {
	display: block;
}



.tr_task td {
	border-top: 2px solid #dfe6e9 !important;
}
.tr_task_appointments {
	font-size: 10px;
	color: #b2bec3;
}
.tr_task_appointments td {
	padding-top: 2px !important;
	padding-bottom: 3px !important;
}
.tr_task_appointments td:first-child {
	padding-left: 0px !important;
}






/* Calendar */
#filters .frm_fld_label { 
	position: relative;
	top: 2px;
	font-size: 14px;
	font-weight: normal;
}
#submenu .select2 .select2-selection {
	font-size: 14px;
	height: 30px !important;
}
#autorefresh {
	position: relative;
	top: 3px;
}
#monthheader {
	text-align: center;
	position: fixed;
}
#monthdays {
	position: fixed;
	top: 107px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.dayheader {
	background: #ecf0f1;
	border-top: 1px solid #dfe6e9;
	border-bottom: 1px solid #dfe6e9;
	padding: 5px;
}
.daywidth {
	width: 14.28571428571429%;
}
.dayblock {
	position: relative;
	float: left;
	width: 14.28571428571429%;
	height: 20%;
	border-right: 1px solid #dfe6e9;
	border-bottom: 1px solid #dfe6e9;
	overflow-x: hidden;
}
.dayblock:hover {
	background: #f6f6f6 !important;
}
.dayblock:nth-child(7n) {
	border-right: 0px none;
}
.daynumber {
	font-weight: bold;
	font-size: 10px;
	color: #333;
	text-align: right;
	padding: 3px;
}
.daygrey {
	background-color: #efefef !important;
}
.weekday_6, .weekday_7 {
	background-color: #f6f6f6;
}
.daygrey > .daynumber, .weekday_6 > .daynumber, .weekday_7 > .daynumber {
	color: #b2bec3;
}
.daytoday {
	background-color: #fef5d7 !important;
}


/* Tracking */
#tracking_map {
	position: absolute;
	top: 72px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #eee;
}
#tracking_map_controls {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 220px;
  min-height: 300px;
	z-index: 1;
	font-size: 14px;
	line-height: 22px;
}
#tracking_map_controls label {
	position: relative;
	top: -1px;
	cursor: pointer;
}
#tracking_map_controls input {
	cursor: pointer;
}

#cal_tracking {
	font-size: 12px;
}
#cal_tracking .ui-datepicker {
	padding: 0px;
}
#cal_tracking .ui-state-highlight {
	background-color: #aad4ff;
	border: 1px solid #74b9ff;
	color: #222;
}


/* Map markers */
.markerlabel {
	width: 100px;
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: center;  
	white-space: nowrap; 
	overflow: visible; 
	font-weight: bold;
	text-shadow:
     -1px -1px 0.4px #000,  
      1px -1px 0.4px #000,
      -1px 1px 0.4px #000,
       1px 1px 0.4px #000;
}


.markercounter, .markercounter_red { 
	width: 20px;
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 10px;
	letter-spacing: -0.5px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap; 
	overflow: auto;
}
.markercounter_red {
	color: #fff;
}
.markerschedule {
	width: 26px;
	color: #fff;
	font-family: 'Heebo', sans-serif;
	font-size: 8px;
	font-weight: 100;
	text-align: center;  
	white-space: nowrap; 
	overflow: auto;
	padding: 0px;
}

/* Forms */ 
.frmgrp {
	margin: 5px 0px;
	display: flex;
}
.frmgrp label {
	padding-top: 5px;
}

.frmgrp_spacer {
	margin-top: 20px;
}

.frmgrp p {
	margin: 6px 0px 0px 0px;
}
.frm_fld_label {
	min-width: 200px;
}
.frm_fld {
	border: 1px solid #b7b7b7;
	color: #444;
	background-color: #f8f8f8;
	padding: 3px 5px;
	font-size: 15px;
	margin: 0px 0px 0px 0px !important;
	min-width: 150px;
	max-width: 350px;
	min-height: 30px;
	width: 100%;
}

.frm_fld_wide {
	max-width: none !important;
}

.frm_fld_number {
	padding: 0px 0px 0px 5px !important;
}

.frm_fld_short {
	min-width: 40px;
	max-width: 150px;
}
.frm_fld_small {
	font-size: 12px;
}
.control_group {
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

.frm_label {
	color: #666;
	font-size: 12px;
}
.frm_stacked_label {
	color: #666;
	display: block;
	font-size: 12px;
	margin: 4px 0px -3px 0px;
}


/* Photo upload */
#photo_upload {
	position: absolute;
	position: absolute;
	left: 5px;
	right: 5px;
	top: 5px;
	bottom: 5px;
} 
.hasmenu > #photo_upload {
	top: 48px;
}
.dz-drag-hover {
	border: 4px dashed #dfe6e9;
	border-radius: 10px;
	z-index: 9999;
} 
.photo_tile {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline-block;
	cursor: pointer;
	border: 2px solid #fff;
	margin: 10px 10px 0px 0px;
	z-index: 2000;
}
.photo_tile .delbutton {
	position: absolute;
	display: none;
	width: 20px;
	height: 20px;
	right: 2px;
	top: 2px;
	cursor: pointer;
}
.photo_tile:hover {
	border: 2px solid #74b9ff;
}
.photo_tile:hover .delbutton {
	display: block;
	background: url('/images/icons/delete.png') center center no-repeat;
}
.photo_preview {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}


/* Tables */
.table_std {
  background-color: #fff;
  border: 1px solid #d0d5d9; 
	border-radius: 4px;
}
.table_std th, tr.foot td {
  background-color: #636e72;
	color: #fff;
  vertical-align: middle;
  border-right: 1px solid #2d3436;
  padding: 7px;
}
.table_std th:last-child, tr.foot td:last-child {
  border-right: 0px none;
}
.table_std.sortable th {
  cursor: pointer; 
}
.table_std tr:hover {
  background-color: #ECF0F1;
}
.table_std td {
  vertical-align: middle;
  border-bottom: 1px solid #E6ECF0;
  padding: 5px;
}
.table_std td.br {
  border-right: 1px solid #E6ECF0;
}
.table_std tr:last-child td {
  border-bottom: 0px none;
}

.table_light { 
  background-color: #fff;
}
.table_light th, tr.foot td {
	font-weight: normal;
	font-size: 14px;
  background-color: #f8f8f8;
  vertical-align: middle;
  padding: 5px;
}
.table_light.sortable th { 
  cursor: pointer; 
}
.table_light tr:hover {
  background-color: #ECF0F1; 
}
.table_light td {
  vertical-align: middle;
  border-bottom: 1px solid #f8f8f8;
  padding: 4px 4px;
}
.table_light td.br {
  border-right: 1px solid #f8f8f8;
}
.table_light tr:last-child td {
  border-bottom: 1px solid #f8f8f8;
}
.table_light .btn {
  padding: 0px 10px;
	margin-bottom: 0px;
}
 



.tr_controls {
	text-align: right;
	white-space: nowrap;
	width: 25px;
}
.tr_controls button {
	width: 70px;
	padding: 10px 0px;
}
.table_sel {
	background-color: #fff;
	font-size: 12px;
}
.table_sel tr {
	cursor: pointer;
}
.table_sel td {
	padding: 10px;
	border-bottom: 1px solid #ecf0f1;
}
.table_sel tr:hover {
	background-color: #f5f9fa;
}
.table_sel tr.active {
	background-color: #636e72;
}
.table_sel tr.active td {
	color: #fff;
}
.table_sel tr.active td .loz {
	background-color: #2d3436;
	color: #fff;
}
td.tight {
	padding: 2px;
	width: 10px;
}

tr.subaccount {
	color: #666;
	background-color: #FCEFD9;
}
tr.subaccount > td:first-child {
	padding-left: 30px;
}



/* Buttons */
.btn_mini { 
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 3px;
	width: 25px;
} 
.btn_mini:hover {
	border: 1px solid #ccc;
}
.btn, .ajs-button {
	background-color: #2D3436; 
	color: #fff;
	height: 31px;
	padding: 3px 10px;
	border-radius: 5px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	outline: 0 !important;
}
.btn:focus, .btn:active, .ajs-button:focus, .ajs-button:active {
	outline: 0 !important;
}
.btn_disabled {
	opacity: 0.5;
}
.btn ion-icon {
	position: relative; 
	top: 3px;
}

#submenu .btn {
	padding: 0px 15px;
	margin: 5px 10px 0px 10px;
}
.btn_inline {
	margin: 3px 5px;
}
.btn_small {
	padding: 2px 10px;
}
.btn_icon {
	padding: 0px 5px 0px 5px;
}
.btn_tiny {
	padding: 1px 10px 0px 10px !important;
	font-size: 10px !important; 
	height: 20px;
}
table .btn_small {
	margin-bottom: 0px;
}

.fg_green {
	color: #00b894;
}
.fg_red{
	color: #D63031;
}

.bg_ok, .ajs-ok {
	background-color: #00b894;
}
.bg_warn {
	background-color: #d63031;
}
.bg_cancel, ajs-cancel {
	background-color: #2d3436;
}
.bg_alert {
	background-color: #e0a504;
}
.bg_pale {
	background-color: #636e72;
}

.buttonflash {
  animation: background-color 0.5s 0s linear infinite alternate;
}

@keyframes background-color {
  from {background:#2D3436;}
  to   {background:#636E72;}
}


#wait {
	display: none;
	position: fixed;
	opacity: 1;
	left: 50%;
	top: 40%;
	margin-left: -50px;
	width: 100px;
	height: 100px;
	background: url('/images/general/wait.svg') center center no-repeat;
	opacity: 0.7;
	z-index: 99999999;
}


