:root {
	--primary-color: #009C43;
	--secondary-color: #0099F3;
	--tertiary-color: #555555;

	--avatar-size: 48px;
}

.app-icon:hover {
	color: var(--teritary-color) !important;	
}

.app-delivery-upgrade {
	line-height: 24px;
	font-weight: 470;
	color: var(--primary-color);
}

.app-upgrade-partner-lbl {
	color: #fff !important;
	font-size: 18px !important;
	border-bottom: 3px solid var(--primary-color);
}

.app-upgrade-partner-lbl:hover {
	border-bottom: 3px solid var(--primary-color);	
}

.app-delivery-change:hover {
	text-decoration: underline;			
}

.app-footer-link:hover {
	color: var(--primary-color) !important;
}

.app-footer-link-divider {
   	border-right: 2px solid #fff !important;
}

.app-logo {
	background-image: url('../files/LogoQuerWeiss.svg') !important;
	background-repeat: no-repeat !important;
}

.app-footer-logo {
	content: url('../files/OneTreePlanted_Logo_White.png') !important;
	background-repeat: no-repeat !important;
	height: 30px;
}

.app-footer-logo-panel:hover .app-footer-logo {
	content: url('../files/OneTreePlanted_Logo_Green.png') !important;
	background-repeat: no-repeat !important;
	height: 30px;	
}

.app-footer-logo-panel:hover .app-footer-logo-link {
	color: var(--primary-color);	
}

.file-upload-list-container{
	max-height: 100% !important;
	bottom: 0px;
}

.app-h1 {
	font-family: Roboto, sans-serif;
	font-size: 24px;
}
.app-h2 {
	font-family: Roboto, sans-serif;
	font-size: 20px;
}
.app-h3 {
	font-family: Roboto, sans-serif;
	font-size: 18px;
}
.app-h4 {
	font-family: Roboto, sans-serif;
	font-size: 16px;
}
.app-h5 {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}
.app-h6 {
	font-family: Roboto, sans-serif;
	font-size: 12px;
}
.app-h7 {
	font-family: Roboto, sans-serif;
	font-size: 10px;
}

.app-font-500 {
   font-weight: 500;
}
.app-font-600 {
   font-weight: 600;
}

.app-btn-primary:hover {
  background-color: var(--tertiary-color) !important;
  color: white !important;
  border: none !important;
}

.app-color-primary {
   color: var(--primary-color);
}
.app-color-secondary {
   color: var(--secondary-color);
}
.app-color-tertiary {
   color: var(--tertiary-color);
}
.app-color-labels {
   color: #717171;
}
.app-color-white {
   color: #fff;
}
.app-color-dark {
   color: #7B7B7B;
}
.app-color-error {
   color: #EF4200;
}
.app-color-info {
   color: #626262;
}
.app-color-warning {
   color: #EDBD00;
}
.app-color-success {
   color: #009C43;   
}

.app-bgcolor-primary {
   background-color: var(--primary-color) !important;
}
.app-bgcolor-secondary {
   background-color: var(--primary-color) !important;
}
.app-bgcolor-tertiary {
   background-color: var(--tertiary-color) !important;
}
.app-bgcolor-100 {
   background-color: #FAFAFA  !important;
}
.app-bgcolor-200 {
   background-color: #F2F2F2  !important;
}
.app-bgcolor-300 {
   background-color: #626262  !important;
}
.app-bgcolor-400 {
   background-color: #7B7B7B  !important;
}

.app-header-shadow {
   border: none;
   -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.75);
   -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.75);
   box-shadow: 2px 2px 4px 1px rgba(0,0,0,0.75);
   z-index: 3;
}
.app-shadow-bottom {
   -webkit-box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.75);
   -moz-box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.75);
   box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.75);
}
.app-border-shadow {
	border: 1px solid transparent !important;
	box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
	border-radius: 5px;
}
.app-border {
   border: 1px solid #d3d3d3;
}
.app-no-border {
   border-style: none; 
}
.app-border-round-4 {
   border-radius: 4px;
}
.app-border-round-6 {
   border-radius: 6px;
}
.app-border-dark-dashed {
  border: 1px dashed #7B7B7B !important; 
}
.app-border-dark-solid {
  border: 1px solid #7B7B7B !important;
}

.app-divider-right {
   border-right: 1px solid rgba(183,183,183,0.2) !important;
}
.app-divider-left {
   border-left: 1px solid rgba(183,183,183,0.2) !important;
}
.app-divider-bottom {
   border-bottom: 1px solid rgba(183,183,183,0.2) !important;
}
.app-divider-top {
   border-top: 1px solid rgba(183,183,183,0.2) !important;
}
.app-divider-bottom-2 {
   border-bottom: 3px solid var(--primary-color) !important;
}
.app-lang-labels {
   padding: 7px;
   font-size: 16px;
   font-weight: 600;
   border-radius: 100%;
}
.app-user-icon {
   border-radius: 50%;
   border: 3px solid #555;
}
.app-whitespace-prewrap,
.app-whitespace-prewrap > * > * > .x-btn-inner {
   white-space: pre-wrap;
}
.app-float-left {
   float: left;
}
.app-float-right {
   float: right;
}
.app-mail-select {
   height: 25px;
   width: 100%;
}
.app-address-label {
	line-height: 22px;
	font-weight: 470;
	color: #303030;
}
.app-address-label-wrapper {
    border: 1px solid #D3D3D3;
	border-radius: 4px;
	box-shadow: 0 1px 4px 0 rgb(32 33 36 / 28%);
}
.app-address-label-body {
	background-color: #FAFAFA !important;
}

.project-btn p{
	text-align: left;
}

.project-search-icon {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.border-radius-5 {
	border-radius: 5px !important;
}

.border-search-edit {
	--box-height: 40px;
    border: 1px solid transparent !important;
    border-radius: calc(0.5 * var(--box-height));
	box-shadow: 0 1px 5px 0 rgb(32 33 36 / 28%);
}
.border-search-edit:hover {
	/* border: 1px solid #00B312 !important; */
	/* box-shadow: 0 2px 5px 1px rgb(0 179 18 / 16%); */
}

.project-grid .x-panel .x-grid-body {
    	border-width: 0;
}

.project-grid .x-grid-row .x-grid-cell-selected {
	background-color: transparent !important;
}

.project-grid .x-grid-row:hover {
	background-color: var(--primary-color) !important;
}

.project-grid .x-grid-item-focused .x-grid-cell-inner:before {
	border: none;
}

.app-grid-check {
   font-size: 16px !important;
   color: var(--secondary-color);
}
.x-menu-item-icon-default {
   font-size: 24px;
}

/*Grid overrides*/
.x-grid-row {
   height: 30px;
}
.x-grid-row .app-grid-row-40 {
   height: 40px;
}
.x-grid-cell-inner {
   padding: 0px 5px;
}
.x-grid-td {
   vertical-align: middle;
}
.x-grid-with-col-lines .x-grid-cell.x-grid-cell-last {
    border-width: 0px;
}
.x-column-header.x-column-header-last {
    border-right: 0px !important;
}

.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.app-uploadgrid {
 /*  border-left-width: 2px !important;
  border-right-width: 2px !important;
  border-top-width: 1px !important;
  border-bottom-width: 2px !important; */
}

.app-uploadgrid .x-grid-td {
	padding: 0px;
	vertical-align: middle;
}

.app-uploadgrid .x-grid-item-focused .x-grid-cell-inner:before {
  /* border: none; */
}

.app-uploadgrid div table td:nth-child(2) div{
	text-align: center !important;
}

.app-uploadgrid div table td:nth-child(3) div{
	text-align: right !important;
}

.app-uploadgrid div table td:nth-child(4) div{
	text-align: center !important;
}

.app-gridheader-no-border > * > * > * > * > .x-column-header {
    border-style: none !important;
}

.app-grid-cell-noselect .x-grid-item-focused .x-grid-cell-inner:before {
	border: none;
}

.app-no-highlight-grid .x-grid-item-focused .x-grid-cell-inner:before {
	border: none;
}
.app-no-highlight-grid .x-grid-item-selected {
	background-color: #FFFFFF;
}
.app-no-highlight-grid .x-grid-item-alt.x-grid-item-selected {
	background-color: #FAFAFA;
}
.x-keyboard-mode .app-no-highlight-grid  .x-column-header.x-column-header-focus,
.app-no-highlight-grid .x-column-header-over {
	background-color: transparent;
}

#app-table-progress {
	width: 100%;   
	border: 1px solid var(--primary-color);
	position: relative;
	padding: 0px;
	background-color: #cfcfcf;
}

#app-table-percent {
	position: absolute;   
	left: 50%;
	color: #fff;
	font-size: 12px;
	transform: translate(-50%, 0%);
}

#app-table-bar {
	height: 19px;
	background-color: var(--primary-color);
}

.file_upload {
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height:100%;
}

.app-scroll::-webkit-scrollbar {
	display: none;
}

.app-scroll {
	-ms-overflow-style: none; 
	scrollbar-width: none;  
}

/* Hower box for upload image */
.app-hoverbox-dash {
	border: 2px dashed rgb(221, 221, 221);
	transition: width 1s;
}

.app-hoverbox-dash:hover {
	border: 2px dashed var(--primary-color) !important;
	background: rgba(0, 156, 67, .05) !important;
}

.app-hoverbox-dash .app-hoverimage {
	background-image: url('../files/upload.png') !important;
	background-repeat: no-repeat !important;
}

.app-hoverbox-dash:hover .app-hoverimage {
	background-image: url('../files/upload_hoover.png') !important;
	background-repeat: no-repeat !important;
}

.app-hoverbox-height {
	min-height: 500px !important;
}

.app-checkbox input[type="checkbox"] {
	display: none;
}
.app-checkbox input[type="checkbox"]+label {
	/* background: url('images/checkbox-off.png') no-repeat; */
    display: inline-block;
	font: 20px/1 ExtJS !important;
	margin-top: 4px;
}
.app-checkbox input[type="checkbox"]+label::before {
	/* background: url('images/checkbox-off.png') no-repeat; */
    content: "\e990";
    color: #959595;
}
.app-checkbox input[type="checkbox"]:checked+label::before {
	/* background: url('images/checkbox-on.png'); */
	content: "\e991";
    color: var(--secondary-color);
}

.app-checkbox-disabled input[type="checkbox"] {
	display: none;
}
.app-checkbox-disabled input[type="checkbox"]+label {
	/* background: url('images/checkbox-off.png') no-repeat; */
    	display: inline-block;
	font: 20px/1 ExtJS !important;
	margin-top: 4px;
}
.app-checkbox-disabled input[type="checkbox"]+label::before {
	/* background: url('images/checkbox-off.png') no-repeat; */
    	content: "\e990";
    	color: #959595;
    	opacity: 0.4;
}
.app-checkbox-disabled input[type="checkbox"]:checked+label::before {
	/* background: url('images/checkbox-on.png'); */
	content: "\e991";
    	color: var(--secondary-color);
}

select {
  /* border: 1px solid #D3D3D3; */
  color: #303030;
  /* background: transparent; */
  font: 400 14px/28px Roboto, sans-serif;
  padding: 0px 10px;
}

.avatar img {
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.icon-target-format {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px !important;
	opacity: 0.7;
	cursor: pointer;
}
.icon-target-format:hover {
	opacity: 1;	
}

/* User Image */

.app-user-image-box {
	width:var(--avatar-size)
	height:var(--avatar-size)
	display:inline-block;
	position:relative;
	outline:0px;
	cursor: pointer;
}

.app-user-image {
	background-color:transparent;
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	width:var(--avatar-size);
	height:var(--avatar-size);
	display:flex;
	border-radius:50%;
	border:2px solid var(--tertiary-color);
	cursor: pointer;
}

/* User Avatar */
.app-avatar {
	border-radius: 50%;
	height: var(--avatar-size);
	text-align: center;
	width: var(--avatar-size);
	border: 2px solid #555;
	cursor: pointer;
}

.app-avatar-initials {
	font-size: calc(var(--avatar-size) / 2.5); 
	top: calc(var(--avatar-size) / 4); 	
	line-height: 1;
	position: relative;
	cursor: pointer;
}
