﻿html, body, input, textarea, select, button
{
	font-family: Arial;
	font-size: 14px;
	color: #666;
}

html
{
	overflow-y: scroll;
}


::selection
{
	background-color: #74ba46;
	color: #fff;
}

.negative ::selection
{
	background-color: #ef5b2d;
	color: #fff;
}

a.default
{
	color: #639c3e;
}

a.default:hover
{
	color: #a3bf3b;
}

a.button.default,
button.default
{
	position: relative;
	border-radius: 4px;
	padding: 8px 20px;
	background-color: #b3d242;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	user-select: none;
	margin: 0;
}
a.button.default:hover,
button.default:hover
{
	background-color: #a3bf3b;
}


a.button.default.smaller,
button.default.smaller
{
	padding-top: 1px;
	padding-bottom: 1px;
}

a.button.default.small,
button.default.small
{
	padding: 5px 10px;
	font-size: 13px;
}


button.default.small.arrow-down-small .icon
{
	position: relative;
	top: -1px;
	width: 11px;
	height: 5px;
	background-image: url(/content/images/icons/arrow-small-down.png);
	opacity: 0.4;
}


a.button.default.red,
button.default.red
{
	background-color: #ef5b2d;
}

a.button.default.light-gray,
button.default.light-gray
{
	background-color: #dedede;
	color: #444;
}
a.button.default.light-gray:hover,
button.default.light-gray:hover
{
	background-color: #ccc;
}

a.button.default.dark-gray,
button.default.dark-gray
{
	background-color: #9a9a9a;
	color: #fff;
}


a.button.gray-border,
button.gray-border
{
	position: relative;
	border-radius: 4px;
	padding: 8px 20px;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #888;
	text-decoration: none;
}

a.button.gray-border:hover,
button.gray-border:hover
{
	background-color: #fafafa;
}


a.button.gray-border.selected
{
	border-left: 8px solid #73ba46;
}




.purchase button.default
{
	background-color: ef5b2d;
}


button.default.dimmed
{
	background: #c2c2c2;
}

button.default.light-gray
{
	background-color: #e6e6e6;
	color: #999;
}

.popup
{

}

.panel-hidden .popup
{
	transform: scale(0.5,0.5);
	opacity: 0;
}

.popup
{
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	transition: opacity linear 100ms, transform ease-out 100ms;
	transform:  scale(1,1);
	transform-origin: 0 0;
	padding: 20px;
	display: inline-block;
	z-index: 999;
	box-sizing: border-box;
}

.fork-panel-binding-root.top-most .popup
{
	z-index: 1000;
}

.popup.context-menu
{
	padding: 0;
}

.popup.context-menu input.filter
{
	margin: 0;
	padding: 10px;
}

.popup.context-menu a,
.popup.context-menu button
{
	padding: 10px 10px 10px 35px;
	width: 100%;
	text-decoration: none;
	text-align: left;
	display: block;
	color: #666;
	border-top: 1px solid rgba(0,0,0,0.1);
	transition: background-position ease-out 150ms;
	background-size: 20px 20px;
	background-position: 7px -50%;
	font-size: 13px;
}

.popup.context-menu button.checked
{
	background-image: url(/content/images/icons/check-green.png);
	background-position-y: 50%;
}
.red .popup.context-menu button.checked
{
	background-image: url(/content/images/icons/check-red.png);
}

.popup.context-menu a:hover,
.popup.context-menu button:hover
{
	background-color: #e8f3e0;
	color: #5c734e;
}

.popup.dialog button
{
	margin: 5px 0;
	width: 100%;
}

.light-striped
{
	background-color: #fafafa;
}

.light-striped:nth-child(2n+1)
{
	background-color: #eee;
}

textarea.default,
input.default
{
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	padding: 10px 20px 10px 20px;
	line-height: 20px;
	outline: none;
	box-sizing: border-box;
}

.input-container input.default
{
	padding: 18px 20px 6px 20px;
}

.input-container.no-label input.default
{
	padding: 10px 20px 10px 20px;
}

input.default::placeholder
{
	color: #bbb;
	opacity: 1;
}

input.default:disabled
{
	background: transparent;
	border-color: transparent;
}

input.default:focus
{
	border-color: #74ba46;
}

.negative input.default:focus
{
	border-color: #ef5b2d;
}

.popup.dropdown
{
	position: absolute;
	padding: 0;
	min-width: 200px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 9999 !important;
}

.popup.dropdown li
{
	position: relative;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
}

.popup.dropdown.hidden
{
	display: none;
}

.popup.dropdown li:hover
{
	background-color: #eee;
}

.popup.dropdown li.selected
{
	background-color: #7a7a7a;
	color: #fff;
}
/*.negative .popup.dropdown li.selected
{
	background-color: #d56565;
}*/





.expand-button
{
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	background: url(/content/images/icons/tree-expand.png) center no-repeat;
	transition: transform linear 80ms;
	vertical-align: top;
	opacity: 0.5;
	border-radius: 20px;
}

.expand-button:hover
{
	opacity: 1;
	background-color: #ccc;
}


.expand-button.expanded
{
	transform: rotate(45deg);
}


.expand-button.hidden
{
	visibility: hidden;
}


.tooltip
{
	position: absolute;
	background: #000;
	border-radius: 6px;
	color: #fff;
	padding: 3px 10px;
	z-index: 5000;
	pointer-events: none;
	transform-origin: 0 0 ;
	transform: scale(1);
	transition: transform ease-out 50ms;
	box-shadow: 4px 5px 8px rgba(0,0,0,0.15);
}

.tooltip.hidden
{
	transform: scale(0);
}


.copy-to-clipboard-bubble
{
	position: absolute;
	background: #000;
	border-radius: 6px;
	color: #fff;
	padding: 3px 10px;
	z-index: 5000;
	pointer-events: none;
	transform-origin: 50% 50%;
	transform: scale(1);
	transition: transform cubic-bezier(0, 0, 0.6, 1.38) 100ms;
	box-shadow: 4px 5px 8px rgba(0,0,0,0.15);
}

.copy-to-clipboard-bubble.hidden
{
	transform: scale(0);
}



.dropdown .create-dropdown-item .icon
{
	color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	background: #777;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 20px;
	margin-right: 8px;
}


.dropdown .create-dropdown-item.dimmed
{
	opacity: 0.35;
}


button.page-context-menu
{
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	width: 50px;
	height: 50px;
	border-radius: 0 0 0 10px;
	z-index: 101;
}

button.page-context-menu:hover
{
	background: rgba(0,0,0,0.05);
}

button.page-context-menu .icon
{
	position: absolute;
	top: 15px;
	left: 15px;
	background-image: url(/content/images/icons/hamburger-dots.png);
	background-size: contain;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	z-index: 10;
}


button.popup-default-context-menu
{
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 0 0 0 10px;
}

button.popup-default-context-menu:hover
{
	background: #eee;
}

button.popup-default-context-menu .icon
{
	position: absolute;
	top: 10px;
	left: 7px;
	background-image: url(/content/images/icons/hamburger-dots.png);
	background-size: contain;
	width: 24px;
	height: 24px;
	opacity: 0.5;
	z-index: 10;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.more-info-circle
{
	position: relative;
	width: 27px;
	height: 27px;
	background-image: url(/content/images/icons/more-info-circle.png);
	background-size: 13px 13px;
	background-position: center center;
	cursor: pointer;
	opacity: 0.5;
	transition: transform cubic-bezier(0, 0, 0.6, 1.38) 200ms;
	transform: rotate(0deg);
	border-radius: 100px;
}

.more-info-circle:hover
{
	opacity: 1;
	transform: rotate(360deg);
}

.button-group
{
	display: inline-flex;
	border-radius: 4px;
}

.button-group.gray button:not(.selected)
{
	background: #c2c2c2;
}
.button-group.gray button:not(.selected):hover
{
	background: #bbb;
}

.button-group button:not(:first-child)
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.button-group button:not(:last-child)
{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


.button-group.green button.default.selected
{
	background-color: #74ba46;
}

.button-group.green button.selected
{
	color: #fff;
}

.large-navigation-buttons
{
	margin: 0 20px 20px 20px; 
	text-align: center;
}

.large-navigation-buttons a.button.gray-border
{
	display: block;
	margin: 5px 0;
}


.manage-saving-icon
{
	position: fixed;
	top: 10px;
	left: 10px;
}

.large-loader
{
	display: inline-block;
	background-image: url(/content/images/carrot.png);
	width: 100px;
	height: 100px;
	background-size: contain;
	z-index: 100;
	animation: carrot-loader-rotation 1s ease-in-out infinite;
}


@keyframes carrot-loader-rotation
{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.perc
{
	font-family: 'Lato', sans-serif;
	font-size: 90%;
}

.main-content-container
{
	margin-bottom: 80px;
}

@media (max-width:600px)
{
	.default-left-bar
	{
		display: none;
	}

	.main-content-container
	{
		margin-left: 10px !important;
	}
}


.default-checkbox-container .checkbox
{
	display: inline-block;
	text-align: center;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #eee;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}


.default-checkbox-container:hover .checkbox
{
	background-color: rgba(0,0,0,0.1);
}

.default-checkbox-container.checked .checkbox
{
	background-color: #74ba46;
	border-color: #74ba46;
}
