﻿
/*Custom colors*/
/*#D8EDD0 - btn-success, green*/
#mask {
	background-color: #000;
	display: none;
	position: absolute;
	z-index: 0;
}

.autocomplete_list {
	background-color: #C3D9FF;
	font-size: 12px;
}

.autocomplete_list_hover {
	background-color: #C3D9FF;
	font-size: 12px;
	font-weight: bold;
}

.lblMandatory {
	font-weight: bold;
}

.lblWarning {
	color: DarkOrange;
	font-weight: bold;
}

.lblOk {
	color: Green;
	font-weight: bold;
}

.lblMic {
	font-size: smaller;
}

.btn {
	cursor: pointer;
}

.tvSimple {
	cursor: pointer;
}

.PagerNavigation {
	font-weight: bold;
	height: 30px;
	padding-top: 10px;
	text-align: center;
}


.formular {
	border: solid 2px #CCCCCC;
	margin: 0 auto;
}

.lblInfo {
	color: Blue;
	font-style: italic;
}

.SettingsTab {
	background-color: #FAD163;
	padding: 5px;
}

	.SettingsTab .ajax__tab_body {
		background-color: #F9F9F9;
		padding: 10px;
	}

	.SettingsTab .ajax__tab_header {
		cursor: pointer;
	}


	.SettingsTab .ajax__tab_tab {
		color: #2A5DB0;
		text-decoration: underline;
	}

	.SettingsTab .ajax__tab_hover .ajax__tab_tab {
		text-decoration: none;
	}

	.SettingsTab .ajax__tab_inner {
		margin-left: 1px;
		margin-right: 1px;
		padding: 6px;
	}

	.SettingsTab .ajax__tab_hover .ajax__tab_inner {
		background-color: #FFFFE1;
	}

	.SettingsTab .ajax__tab_active .ajax__tab_outer {
		background-color: #F9F9F9;
		font-weight: bold;
	}

	.SettingsTab .ajax__tab_active .ajax__tab_tab {
		font-weight: bold;
		text-decoration: none;
	}

.searchTitle {
	background-color: #DDE5ED;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

.searchContent {
	font-size: 12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.searchName {
	-moz-border-radius: 3px;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-border-radius: 3px;
	-webkit-transition: all 0.25s ease-in-out;
	border: 2px solid #B9BABD;
	border: 2px solid rgba(0, 0, 0, 0.2);
	-ms-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	font-size: 16px;
	outline: none;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

	.searchName:hover {
		-moz-box-shadow: 0 0 5px #FF9E0E;
		-webkit-box-shadow: 0 0 5px #FF9E0E;
		border: 2px solid #FF9E0E;
		-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
		-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
		border: 2px solid rgba(255, 158, 14, 0.5);
		-ms-box-shadow: 0 0 5px #ff9e0e;
		box-shadow: 0 0 5px #ff9e0e;
		box-shadow: 0 0 5px rgba(255, 158, 14, 1);
		cursor: pointer;
		cursor: pointer;
		font-size: 16px;
	}

.searchNameWatermark {
	color: Silver;
	font-style: italic;
}

.List {
	-moz-border-radius: 15px;
	-moz-box-shadow: 0 0 5px #FF9E0E;
	-webkit-box-shadow: 0 0 5px #FF9E0E;
	border: 1px solid #FF9E0E;
	-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	border: 1px solid rgba(255, 158, 14, 0.5);
	-ms-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-ms-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow-y: scroll;
	height: 200px;
	-ms-box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	color: #000000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F9F9F9;
	cursor: pointer;
}

.ListItem {
	background-color: #F9F9F9;
	font-size: 14px;
	padding: 5px;
}

.ListHighlightedItem {
	background-color: #FAD163;
	font-size: 14px;
	padding: 5px;
}

.divPanel {
	-moz-box-shadow: 0 0 5px #FF9E0E;
	-webkit-box-shadow: 0 0 5px #FF9E0E;
	border: 2px solid #FF9E0E;
	-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	border: 1px solid rgba(255, 158, 14, 0.5);
	-ms-box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	cursor: pointer;
}

.InfoPanel {
	-moz-box-shadow: 0 0 5px #FF9E0E;
	-webkit-box-shadow: 0 0 5px #FF9E0E;
	border: 2px solid #FF9E0E;
	-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	border: 1px solid rgba(255, 158, 14, 0.5);
	-ms-box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	display: none;
	position: fixed;
	background-color: #F9F9F9;
	padding: 10px;
}


.ListCustom {
	-moz-border-radius: 15px;
	-moz-box-shadow: 0 0 5px #ff9e0e;
	-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	-webkit-box-shadow: 0 0 5px #ff9e0e;
	-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	background-color: #F9F9F9;
	border: 1px solid #ff9e0e;
	border: 1px solid rgba(255, 158, 14, 0.5);
	-ms-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-ms-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-ms-box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	color: #000000;
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

.ListItemCustom {
	background-color: #F9F9F9;
	padding-bottom: 10px;
	list-style-type: none;
}

.ListHighlightedItemCustom {
	background-color: lightblue;
	padding-bottom: 10px;
	list-style-type: none;
}

.popup_box {
	background-color: #DDEEF9;
	border-style: solid;
	padding: 5px;
	-moz-border-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-ms-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-box-shadow: 0 0 5px #ff9e0e;
	-moz-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	-webkit-box-shadow: 0 0 5px #ff9e0e;
	-webkit-box-shadow: 0 0 5px rgba(255, 158, 14, 1);
	border: 1px solid #ff9e0e;
	border: 1px solid rgba(255, 158, 14, 0.5);
	-ms-box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px #ff9e0e;
	box-shadow: 0 0 5px rgba(255, 158, 14, 1);
}

.popup_header {
	background-color: #BCCAD4;
	border: 1px Solid #666666;
	font-size: 16px;
	color: #2A5DB0;
	height: 30px;
}

.MyModalBackground {
	background-color: Gray;
	-moz-filter: alpha(opacity=30);
	-o-filter: alpha(opacity=30);
	filter: alpha(opacity=30);
	-ms-opacity: 0.3;
	opacity: 0.3;
}

.MyModalPanel {
	z-index: 10002;
}

.SiteMasterMenu {
	padding: 2px;
	padding-left: 6px;
	padding-right: 6px;
	border: 1px solid lightblue;
}

	.SiteMasterMenu:hover {
		background-color: #FAD163;
		border: 1px solid blue;
		padding: 2px;
		padding-left: 6px;
		padding-right: 6px;
	}

	.SiteMasterMenu:active {
		background-color: #FAD163;
		border: 1px solid blue;
		padding: 2px;
		padding-left: 6px;
		padding-right: 6px;
	}

.IndexPage {
	color: blue;
	padding: 3px;
}

	.IndexPage:hover {
		color: Red;
	}

.IndexPageSelected {
	color: Red;
	padding: 3px;
}

.HeartBeat {
	position: absolute;
	display: none;
	margin: 5px;
	color: red;
	right: 5px;
	top: 5px;
	z-index: 2;
}

.FilterButton {
	-khtml-user-select: none;
	-moz-border-radius: 5px;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-border-radius: 5px;
	/*#1-previne selecţia textului din control*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	background: #fff;
	border: 1px solid #e5e5e5;
	height: 20px;
	line-height: 20px;
	margin: 0 3px 3px 0;
	text-align: center;
	width: 20px;
	/*#1*/
}

	.FilterButton:hover {
		background-color: lightblue;
		border-color: #000000;
		cursor: pointer;
	}

	.FilterButton:active {
		font-weight: bold;
		color: red;
	}


#PersonMasterMenu a:link, #PersonMasterMenu a:visited {
	cursor: pointer;
	display: block;
}

#PersonMasterMenu a:hover, #PersonMasterMenu a:active {
	background-color: #FFFFE1;
	cursor: pointer;
	display: block;
}

.PersonMasterMenuSelected {
	background-color: #FFFFE1;
	cursor: pointer;
	display: block;
}

.divMessageWrapper {
	position: fixed;
	left: 50%;
	top: 30px;
	padding: 5px;
	display: none;
}

.margin-bottom-sm {
	margin-bottom: 5px;
}

.margin-top-sm {
	margin-bottom: 5px;
}

.padding-right-sm {
	padding-right: 3px;
}

.padding-left-sm {
	padding-left: 3px;
}

.padding-left-md {
	padding-left: 6px;
}

.padding-right-md {
	padding-right: 6px;
}

.back-to-top {
	position: fixed;
	bottom: 2em;
	right: 0;
	text-decoration: none;
	color: #000000;
	background-color: #ebebeb;
	background-color: rgba(235, 235, 235, 0.80);
	font-size: 12px;
	padding: 1em;
	display: none;
}

	.back-to-top:hover {
		background-color: #878787;
		background-color: rgba(135, 135, 135, 0.50);
	}


/*Used in code behind*/
.RowStrikeOut {
	text-decoration: line-through;
}


.pointer {
	cursor: pointer;
	cursor: hand;
}

@font-face {
	font-family: 'Jahreskreis';
	src: url('../../fonts/Jahreskreis.eot');
	src: url('../../fonts/Jahreskreis.eot?#iefix') format('embedded-opentype'), url('../../fonts/Jahreskreis.woff2') format('woff2'), url('../../fonts/Jahreskreis.woff') format('woff'), url('../../fonts/Jahreskreis.ttf') format('truetype'), url('../../fonts/Jahreskreis.svg#svgJahreskreis') format('svg');
	font-weight: normal;
	font-style: normal;
}

.records {
	padding: 5px;
	font-weight: bold;
}

/*Bootbox on top of all*/
div.bootbox.modal.fade.in {
	z-index: 10070;
}

	div.bootbox.modal.fade.in + div {
		z-index: 10060;
	}

.myDatePicker {
	cursor: pointer;
}
/*End*/

