/* Personal css */

.circle {
	border-radius: 50%;
	width: 13px;
	height: 13px;
	margin: 2px;
}

	.orange {
		background: #EE9A16;
	}

	.red {
		background: #A83030;
	}

	.grey {
		background: #C0C4C6;
	}
	
	.green {
		background: #587F1B;
	}

.photo_border {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
}

.included {
	color: #587F1B;
}

.name {
	color: #587F1B;
	font-style: italic;
}

a.alt {
	color: #587F1B;
}

	a.alt:hover {
		border-bottom-color: #587F1B;
		color: #587F1B !important;
	}

		a.alt:hover strong {
			color: inherit;
		}
		
.prog_detail p {
	margin-bottom: 0px;
}

#pane_detail p {
	margin-bottom: 1em;
}

	
input[type="submit"].mini,
input[type="reset"].mini,
input[type="button"].mini,
button.mini,
.button.mini {
	font-size: 0.6em;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
}
button.mini.alt,
.button.mini.alt {
	background: #587F1B;
}
button.mini.alt:hover,
.button.mini.alt:hover {
	color: #fff !important;
	background: #7AAA26;
}

input[type="submit"].micro,
input[type="reset"].micro,
input[type="button"].micro,
button.micro,
.button.micro {
	font-size: 0.6em;
	height: 2em;
	line-height: 2em;
	padding: 0 1em;
}

button.micro:hover,
.button.micro:hover {
	color: #A83030 !important;
}

input[type="submit"].micro.alt,
input[type="reset"].micro.alt,
input[type="button"].micro.alt,
button.micro.alt,
.button.micro.alt {
	color: #fff !important;
}

button.micro.alt:hover,
.button.micro.alt:hover {
	background-color: #F25254;
}

span.alt {
	color: #587F1B !important;
}

div.notes {
	font-size: 0.80em;
    border-radius: 3px;
    border: 1px solid #858585;
	padding: 0px 3px 0px 3px;
	display:inline-block;
}

/* Dialog settings */
	.dialogDropShadow {
		 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);  
		 -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
		 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); 
	 }
	.ui-dialog-titlebar {
		background-color: #859B2B !important;
		background-image: none !important;
		color: #fff !important;
	}
	.ui-button, .ui-button-text .ui-button{  
		font-size: 0.7em !important;
		line-height: 0.7em;
		border: 0;
		color: #5D6469 !important;
	}
	.ui-dialog-content, .ui-dialog-content p {
		line-height: 1.5em;
		margin-bottom: 0.6em;
	}
	.ui-dialog-content h2 {
		font-weight: bold;
		font-size: 1.3em;
		margin-bottom: 0.6em;
	}
	.ui-dialog-shadow {
		box-shadow: 0 8px 6px -6px black;;
	}

	
/* Tooltip settings */
	.ui-tooltip {
		color: #5D6469 !important;
		font-size: 0.8em !important;
		box-shadow: 5px 5px 5px #C0C0C0 !important;
		z-index: 20000 !important;
	} 
 
.prog_extra_tr {
	border: none;
}

.prog_extra {
	display: none;
	font-size: 0.90em;
	border-top: none;
}

/* Slide pane */ 
	 #slide-pane {
		position: absolute;
		right: 0px;
		top: 0px;
		bottom: 0px;
		width: 0px;
		background-color: #F9FAFA;
		z-index: 10001;
		overflow: hidden;
	}
	#slide-pane-content {
		padding: 15px;
	}

#div_table {
	min-height: 300px;
}

.prog_activity {
	cursor: pointer;
}

.highlight {
	border-color: #A83030;
	box-shadow: 0 0 0 1px #A83030;
}

.toggle-button-effect {
	font-size: 0.7em;
	height: 3em;
	line-height: 3em;
	padding: 0 1.75em;
}

.search_phrases {
	color: #A83030;
	font-weight: bold;
	background: #FFEEA1;
}

.sticky {
	background: #fff;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	top: 0px;
	z-index: 1;
}

.menu_text_line {
	font-size: 0.9em;
	font-style: italic;
	padding: 0px 0px 0px 23px;
}

#header_title i {
	color: #F25254;
	font-size: 1.1em;
}

#sidebar-button:hover {
	color: #3060A4 !important;
}

.user-input-wrp {
	position: relative;
	padding: 24px 0px 13px 0px;
}
.user-input-wrp .inputText {
	padding: 10px;
	width: auto;
}
.user-input-wrp .floating-label {
	font-size: 1.2em;
	color: #888;
	position: absolute;
	pointer-events: none;
	top: 33px;
	left: 10px;
	transition: 0.2s ease all;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label,
.user-input-wrp select:focus ~ .floating-label,
.user-input-wrp select:not(:focus):valid ~ .floating-label,
.user-input-wrp textarea:focus ~ .floating-label,
.user-input-wrp textarea:not(:focus):valid ~ .floating-label {
	color: #3d4449;
	top: 0px;
	left: 5px;
	opacity: 1;
}
.user-input-wrp select {
	padding: 0px 10px 0px 10px !important;
}

.user-input-page {
	position: relative;
	padding: 25px 0px 13px 0px;
}
.user-input-page .inputText {
	padding: 7px;
	width: auto;
}
.user-input-page .floating-label {
	font-size: 1em;
	color: #888;
	position: absolute;
	pointer-events: none;
	top: 33px;
	left: 10px;
	transition: 0.2s ease all;
}
.user-input-page input:focus ~ .floating-label,
.user-input-page input:not(:focus):valid ~ .floating-label,
.user-input-page select:focus ~ .floating-label,
.user-input-page select:not(:focus):valid ~ .floating-label,
.user-input-page textarea:focus ~ .floating-label,
.user-input-page textarea:not(:focus):valid ~ .floating-label {
	font-size: 1em;
	color: #3d4449;
	top: 0px;
	left: 5px;
	opacity: 1;
}
.user-input-page select {
	padding: 0px 10px 0px 10px !important;
}


@media screen and (max-width: 1680px) {

	.inner {
		padding-left: 25px !important;
	}


}

@media screen and (max-width: 1280px) {

	#search_icon {
		font-size: 1.7em;
		height: 2em;
		line-height: 2em;
		left: 193px;
		top: -2px;
		width: 2em;
	}

}

@media screen and (max-width: 980px) {

	#search_icon {
		left: 193px;
	}

	.circle {
		width: 11px;
		height: 11px;
	}

	.big_icons {
		font-size: 4em !important;
	}

}

@media screen and (max-width: 736px) {

	.inner {
		padding-left: 0px !important;
	}

	#right_logo {
		max-width: 100px;
	}

	.inner {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}

	#search_icon {
		left: 193px;
	}

	.circle {
		width: 10px;
		height: 10px;
	}
	
	.big_icons {
		font-size: 3em !important;
	}

}

@media screen and (max-width: 360px) {
	
	#right_logo {
		max-width: 100px;
	}

	#search_icon {
		left: 188px;
	}

	.circle {
		width: 9px;
		height: 9px;
	}

}