/* Layout och struktur */
#Panel_TopMenuOnMasterPage {
	display: none;
}

body {
	/**/
	box-sizing: border-box;
	padding: 32px 32px;
	background: #fff;
}

.paddingTopM {
	padding-top: 5px;
}

.family_members {
	border: 1px solid #e3e3e3;
	padding: 10px;
	border-radius: 0 0 4px 4px;
	border-top: none;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.container {
	/* max-width: 1420px; */
}

	.container.main {
		/*	box-sizing: border-box; 
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
*/
		box-sizing: border-box;
		background: #fff;
		/* border: 1px solid #dddddd; */
		border-top: 0;
		padding: 0;
		width: 100%;
		/* -moz-box-shadow: 0 0 20px -3px #cccccc;
	-webkit-box-shadow: 0 0 20px -3px #cccccc;
	box-shadow: 0 0 20px -3px #cccccc; */
	}

		.container.main > .row-fluid:first-child {
			display: flex;
			align-items: center;
			flex-wrap: wrap;
		}

			.container.main > .row-fluid:first-child .btn-group,
			.container.main > .row-fluid:first-child .btn {
				margin-top: 0 !important;
			}

	.container.footer {
		/*	box-sizing: border-box; 
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
*/
		box-sizing: border-box;
		padding: 10px 30px 0 30px;
	}

.footer p {
	/*	box-sizing: border-box; 
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
*/
	font-size: 11px;
}

.LinkButton {
	color: #7fa9b4;
	text-decoration: underline;
}

a {
	/*color: #7fa9b4;*/
	/*color: #34565f;*/
	color: #333333;
	text-decoration: dashed;
}

	a.link {
		color: #005B88;
		/*color: #0088cc;*/
	}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: clamp(1.75rem, 2.361vw, 2.125rem);
	font-weight: 400 !important;
	margin: 0;
	margin-right: auto;
}

h2, h3 {
	font-size: clamp(1rem, 1.389vw, 1.25rem);
	font-weight: 500 !important;
}

h4 {
	font-weight: 400 !important;
}

h1 {
	display: flex;
	align-items: center;
}

	h1 > a.pull-right {
		margin-left: auto;
	}

	h1 > span.pull-right {
		margin-left: auto;
	}


/* Modals */
.modal-body {
	/* max-height: 100%; */
}

/** 
	Navigering 
 */
.navbar-inner {
	/*min-height: 70px;*/
	min-height: 40px;
}

.navbar .nav > li > a {
	/*padding: 26px 15px 26px;*/
	padding: 10px 15px 10px;
}

.dropdown-menu a:hover, .dropdown-menu a:focus {
	filter: none !important;
	/*background: #7fa9b4 !important;*/
	background: #eaeaea !important;
	color: #333333 !important;
}

/* Tab navigering */
.container.page-nav {
	margin-bottom: 16px;
	width: 100% !important;
}

	.container.page-nav ul.nav {
		margin-bottom: 0;
	}
/* Nav tabs */
.nav-tabs > li {
	cursor: pointer;
	border-bottom: 3px solid transparent;
	padding-right: 14px;
	padding-left: 14px;
	margin-right: 4px;
	margin-bottom: -3px;
}

	.nav-tabs > li:hover {
		cursor: pointer;
	}

	.nav-tabs > li > a {
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		line-height: 20px;
		border: 0;
		border-bottom: 3px solid transparent;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

		.nav-tabs > li > a > i {
			display: none;
		}

.nav-tabs > .active > a {
	color: #3481e5;
	background-color: transparent;
	border: 0;
	border-bottom: 3px solid #3481e5;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	background-color: transparent;
	color: #3481e5;
	border: 0;
	border-bottom: 3px solid #3481e5;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #3481e5;
	background-color: transparent;
	border: 0;
	border-bottom: 3px solid #3481e5;
}

/* Brödsmulor */
ul.breadcrumb {
	background: none;
}

.breadcrumb {
	margin-bottom: 0px;
	font-size: smaller;
}

/* Undermeny */
.sub-nav {
	background: #f7f7f7;
}

ul.sub-nav {
	/* border: 1px solid #333; */
}

.sub-nav ul {
	margin: 6px 0 20px 0;
}

	.sub-nav ul.level_3, .sub-nav ul.level_4 {
		margin-left: 15px;
	}

.sub-nav > li > a {
	margin-bottom: -1px;
	padding: 8px 14px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.sub-nav a.active {
	color: #000;
}

.sub-nav ul li {
	list-style: none;
}

.sub-nav .icon-chevron-right, .sub-nav .icon-chevron-down {
	float: right;
	opacity: .5;
}

.sub-nav > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	background: #333;
	border: none;
}

label { /* OVERRIDE */
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}

	label.checkbox {
		margin-top: 1px;
	}

	label.radio {
		margin-top: 1px;
	}

.spacer {
	margin: 5px;
}

.space-left {
	margin-left: 10px;
}

.space-right {
	margin-right: 25px;
}

.space-top {
	margin-top: 10px;
}

.space-bottom {
	margin-bottom: 10px;
}

/* Placeholders */
::-webkit-input-placeholder {
	font-size: 13px;
}

::-moz-placeholder {
	font-size: 13px;
}
/* firefox 19+ */
:-ms-input-placeholder {
	font-size: 13px;
}
/* ie */
input:-moz-placeholder {
	font-size: 13px;
}


.center {
	text-align: center;
	display: inline;
}

.inline {
	display: inline;
}

.text-smaller {
	font-size: smaller;
}

/* MEDIA QUERIES **************************************/




/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

	.container.main {
		padding: 0;
	}

	/*
	.navbar-fixed-top, .navbar-inner {
		padding: 5px 20px 0px 20px;
	}
	*/

	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-right: 0;
	}
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	.container.main {
		padding: 0;
		width: 100%;
	}
}

.s {
	background: #0094ff;
	border: solid 1px;
}

.dropdown, .dropdown-menu, .nav-header {
	/*	padding-left: 0; 
	border-bottom: solid 1px #E5E5E5*/
}

.navbar .nav > li:hover {
	background-color: #eaeaea;
}

@media (max-width: 979px) {

	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		font-weight: normal;
	}

	.navbar-fixed-top { /* OVERRIDE BS */
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { /* OVERRIDE BS */
		/* width: 1160px; */
		width: 100%;
	}
}

@media (min-width: 1400px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { /* OVERRIDE BS */
		/* width: 1360px; */
		width: 100%;
	}
}

@media (min-width: 1600px) {
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { /* OVERRIDE BS */
		/* width: 93%; */
		width: 100%;
	}

		.container.container-public { /* Override width in public pages */
			/* width: 1360px; */
			width: 100%;
		}
}
/* Padding body */
@media (min-width: 1024px) {
	body {
		padding: 32px 32px 24px 32px;
	}
}

@media (min-width: 1280px) {
	body {
		padding: 32px 32px 64px 32px;
	}
}

@media (min-width: 1920px) {
	body {
		padding: 32px 32px 64px 32px;
	}
}

.brand img {
	/*width: 70%;
	margin: 5px;
	width: 46%;*/
	margin: 9px;
	margin-left: 1px;
	margin-top: 7px;
	margin-bottom: 0px;
}

.navbar .brand {
	padding: 0px !important;
	margin-left: 0px !important;
}



@media (max-width: 979px) {
	.navbar .brand { /* OVERRIDE BS */
		margin: 0 0 0 25px !important;
		padding-left: 10px;
		padding-right: 10px;
	}
}



.container.footer p, .container.footer a {
	color: #999999;
}


/***********************************/


hr {
	/*margin-top: 15px !important;*/
	margin-top: 18px !important;
}

















.RadEdit table {
	padding-right: 10px;
	/*it is an example URL*/
}


.hotspot:hover {
	background-color: #efefef;
	cursor: pointer;
	border-color: #999999;
}

.no-hover {
	pointer-events: none;
}

.nocontact {
	color: silver;
}


	.nocontact:hover {
		cursor: not-allowed;
		background-color: #FFF3F3;
	}

	.nocontact a:hover {
		text-decoration: none;
	}


.rounded {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color: #f8f8f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.rounded_family {
	min-height: 20px;
	padding: 19px;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background-color: #f8f8f8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0 !important;
}

.img-polaroid {
	max-width: 91% !important; /*100% !important;*/
	padding: 10px !important; /*2.5% !important;*/
}
/* ContactImageTilesGroupedByRole */
.img-polaroid-tiles {
}

.avatar_wrapper {
	background-color: #E3E3E3;
	text-align: center;
	vertical-align: middle;
}

.RadGrid_Metro .rgGroupPanel, .RadGrid_Metro .rgGroupPanel caption {
	background-color: rgb(214, 214, 214) !important; /* #7EA9B4 !important;*/
}

.RadGrid_Metro {
	border: none !important;
}

/*
.search-choice span
{
	font-size: 12px !important;
}

.chzn-container
{
	font-size: 12px !important;
}

.chzn-container-multi .chzn-choices .search-choice
{
	line-height: 9px !important;
	margin: 2px 2px 2px 2px !important;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	right:1px !important;
	top: 2px !important;
}
*/

.RadDropDownTree_Metro .rddtFocused {
	border-color: #7EA9B4 !important;
	background-color: #7EA9B4 !important;
}

.RadGrid_Metro .rgMasterTable .rgSelectedCell, .RadGrid_Metro .rgSelectedRow {
	background-color: #7EA9B4 !important;
}

	.RadGrid_Metro .rgActiveRow td, .RadGrid_Metro .rgSelectedRow td {
		border-color: silver !important;
	}

.RadGrid_Metro .rgMasterTable, .RadGrid_Metro .rgDetailTable, .RadGrid_Metro .rgGroupPanel table, .RadGrid_Metro .rgCommandRow table, .RadGrid_Metro .rgEditForm table, .RadGrid_Metro .rgPager table {
	table-layout: auto !important;
}

.chzn-container .chzn-results .highlighted {
	/*background-color: #7EA9B4 !important;*/
	background-image: none !important;
	color: #333333 !important;
}

.chzn-container-active .chzn-choices {
	border: 1px solid #aaa !important;
}


input[type="checkbox"] {
	margin: 1px 3px 1px 2px !important;
	/* margin: 3px 5px 1px 1px !important; */
	/* !!! */
	vertical-align: top !important;
}

/*
.RadGrid_Metro input[type="radio"], input[type="checkbox"] 
{
	margin: 3px 5px 1px 1px !important;
	vertical-align: top !important;
}

.RadTreeView_Metro .rtChecked, .RadTreeView_Metro .rtUnchecked, .RadTreeView_Metro .rtIndeterminate
{
	background-image: url('../Images/RadTreeView2_Metro.png') !important;
}

.RadTreeView_Metro .rtPlus, .RadTreeView_Metro .rtMinus
{
	background-image: url('../Images/RadTreeView_Metro.png') !important;
}
*/

.RadFilter_Metro .rfLeft, .RadFilter_Metro .rfMid, .RadFilter_Metro .rfTools, .RadFilter_Metro .rfRight {
	/*border-color: gray !important;*/
}










.RadFilter_Metro .rfApply input {
	display: inline-block !important;
	border-left: 0 none #e6e6e6 !important;
	border-right: 0 none #e6e6e6 !important;
	border-top: 0 none #e6e6e6 !important;
	border-bottom: 0 none #b3b3b3 !important;
	display: inline !important;
	padding: 4px 12px !important;
	margin-bottom: 0 !important;
	*margin-left: .3em !important;
	font-size: 14px !important;
	line-height: 20px !important;
	color: #333333 !important;
	text-align: center !important;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
	vertical-align: middle !important;
	cursor: pointer !important;
	background-color: #f5f5f5 !important;
	*background-color: #e6e6e6 !important;
	background-repeat: repeat-x !important;
	*-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	zoom: 1 !important;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
	/*
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #006dcc !important;
  *background-color: #0044cc !important;
  background-repeat: repeat-x !important;
	background-image: linear-gradient(to bottom, #0088cc, #0044cc) !important;
	border-left-color: #0044cc !important;
	border-right-color: #0044cc !important;
	border-top-color: #0044cc !important;
	border-bottom-color: #002a80 !important;
	*/
}

	.RadFilter_Metro .rfApply input:hover {
		color: #333333 !important;
		background-color: #e6e6e6 !important;
		*background-color: #d9d9d9 !important;
	}

.RadFilter_Metro .rfApply a {
	border: none !important;
}

.RadFilter_Metro {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: normal !important;
	line-height: 20px !important;
	text-transform: none !important;
}

	.RadFilter_Metro .rfOper:hover, .RadFilter_Metro .rfField:hover, .RadFilter_Metro .rfExp:hover, .RadFilter_Metro .rfOper:focus, .RadFilter_Metro .rfField:focus, .RadFilter_Metro .rfExp:focus, .RadFilter_Metro .rfOper:active, .RadFilter_Metro .rfField:active, .RadFilter_Metro .rfExp:active {
		color: #7EA9B4 !important;
	}

/*** OVERRIDE TABLE ROW IN BOOTSTRAP */
.table th, .table td {
	border-bottom: 1px solid #dddddd;
	border-top: none;
}

/*** LARGE MODAL IN BOOTSTRAP */

body .modal.extralarge {
	width: 96%;
	left: 2%;
	margin: auto auto auto auto;
}

body .modal.large {
	width: 80%;
	left: 8%;
	margin: auto auto auto auto;
}

body .modal.mediumlarge {
	width: 60%;
	left: 20%;
	margin: auto auto auto auto;
}

body .modal.mediumsmall {
	width: 400px;
	left: 32%;
	margin: auto auto auto auto;
}

body .modal.medium {
	width: 36%;
	left: 32%;
	margin: auto auto auto auto;
}

body .modal.small {
	width: 300px;
	left: 40%;
	right: 40%;
	margin: auto;
	top: 10%;
}

.modal h5.underlined {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 4px;
}

body .modal.fade.in {
	/*top: 3%;*/
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
}


/*** OVERRIDE MODAL LABEL IN BOOTSTRAP */
.modal label {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}


/*

.RadGrid_Metro .rgAdd, .RadGrid_Metro .rgRefresh, .RadGrid_Metro .rgEdit, .RadGrid_Metro .rgDel, .RadGrid_Metro .rgFilter, .RadGrid_Metro .rgPagePrev, .RadGrid_Metro .rgPageNext, .RadGrid_Metro .rgPageFirst, .RadGrid_Metro .rgPageLast, .RadGrid_Metro .rgExpand, .RadGrid_Metro .rgCollapse, .RadGrid_Metro .rgSortAsc, .RadGrid_Metro .rgSortDesc, .RadGrid_Metro .rgUpdate, .RadGrid_Metro .rgCancel, .RadGrid_Metro .rgUngroup
{
	background-image: url('../Images/RadGrid_Metro.gif') !important;
}

.RadGrid_Metro .rgNumPart a.rgCurrentPage
{
	border-color: #7fa9b4 !important;
}


.RadGrid_Metro .rgMasterTable, .RadGrid_Metro .rgDetailTable, .RadGrid_Metro .rgGroupPanel table, .RadGrid_Metro .rgCommandRow table, .RadGrid_Metro .rgEditForm table, .RadGrid_Metro .rgPager table
{
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif  !important;
	line-height: 20px  !important;
}

.RadGrid .rgClipCells .rgHeader, .RadGrid .rgClipCells .rgFilterRow>td, .RadGrid .rgClipCells .rgRow>td, .RadGrid .rgClipCells .rgAltRow>td, .RadGrid .rgClipCells .rgEditRow>td, .RadGrid .rgClipCells .rgFooter>td
{
	padding: 8px  !important;
	line-height: 20px  !important;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table 
{
	border-collapse: collapse !important;
	border: none !important;
}

.RadGrid_Metro 
{
	background-color: transparent !important;
}

.RadGrid_Metro .rgAltRow 
{
	background-color: #f9f9f9;
}

*/

/*
.RadMenu_Context 
{
	background-color: #dedede;
	padding: 10px;
}

.rmText input {
	float: left;
}

.rmSlide {
	background-color: #dedede;
	padding: 10px 0 10px 0;
}
*/

/******************************************/


.SearchParameterDiv {
	margin-bottom: 10px;
}

.rgRow td .btn, .rgAltRow td .btn {
	padding: 3px 7px 3px 7px;
	min-width: 20px;
}



.radiobuttongroup input {
	display: inline;
	vertical-align: top;
	margin-right: 4px;
}

.radiobuttongroup label {
	display: inline;
	margin-right: 20px;
}

.rmText > label {
	font-size: 12px !important;
	line-height: 14px !important;
}


.label-ro {
	cursor: default;
}

label.label-disabled {
	cursor: default;
	opacity: 0.4;
}


.dropdown-menu {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/*.error {
	border-color: red;
}*/

.validationerror {
	border: 1px solid #EBA5A5 !important;
	background-color: #FFEAEA !important;
}

input.invalid, select.invalid, textarea.invalid, .RadInput_NGOPRO input.riTextBox.invalid, .RadPicker_NGOPRO.invalid .RadInput_NGOPRO > .riTextBox, .RadComboBox.RadComboBox_NGOPRO.invalid {
	border-color: #F99595 !important; /*#FB4A4A;*/
	/*border: 2px;*/
}

input.is-invalid,
select.is-invalid,
textarea.is-invalid,
.RadInput_NGOPRO input.riTextBox.is-invalid,
.RadPicker_NGOPRO.is-invalid .RadInput_NGOPRO > .riTextBox,
.RadComboBox.RadComboBox_NGOPRO.is-invalid,
.form-control.is-invalid,
.form-control:invalid {
	border-color: #dc3545;
	background-color: #F8DBDB !important;
}


/* OVERRIDE RAD */
* + html .riSingle input.riTextBox,
* + html .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"],
.RadInput .riTextBox,
.RadInputMgr {
	height: 30px !important;
}

.RadPicker.RadPicker_NGOPRO {
	margin-bottom: 10px;
}

td > .RadPicker.RadPicker_NGOPRO {
	margin-bottom: 0px;
}

html body .RadInput_NGOPRO .riTextBox, html body .RadInputMgr_NGOPRO {
	/*border-color: #8E8E8E #B8B8B8 #B8B8B8 #8E8E8E;*/
	border-color: #CCCCCC !important; /* OVERRIDE RAD */
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

	img.grayscale:hover {
		filter: none;
		-webkit-filter: grayscale(0%);
	}

input[type=image].grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

	input[type=image].grayscale:hover {
		filter: none;
		-webkit-filter: grayscale(0%);
	}





.table tbody > tr > td /* BS OVERRIDE */ {
	vertical-align: middle;
}

.stacked {
	white-space: nowrap !important;
	text-align: left !important;
	width: 80% !important;
}



.invisible {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}

.sessiondata {
	font-family: Verdana;
	font-size: 10px;
	float: left;
}
/* tiles */
.member-list.tiles {
	/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
*/
	padding: 20px 0 0 0;
	margin: 10px 0;
}

	.member-list.tiles .item {
		position: relative;
		margin-bottom: 20px;
	}

		.member-list.tiles .item img {
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			position: relative;
			padding: 10px;
			border: 1px solid #ddd;
			background: #fff;
			-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		}

		.member-list.tiles .item p {
			position: absolute;
			z-index: 500;
			left: 10px;
			bottom: 0;
			padding: 5px 10px;
			background: rgba(255,255,255,0.8);
			width: 160px;
			text-align: center;
		}
/* lista */
.member-list.list {
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}

	.member-list.list .image-container,
	.member-list.list p {
		float: left;
		margin-right: 20px;
	}

	.member-list.list img {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		padding: 5px;
		border: 1px solid #ddd;
		background: #fff;
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	}

	.member-list.list .image-container {
		height: 100px;
		width: 100px;
	}

	.member-list.list .row-fluid {
		box-sizing: border-box;
		border-top: 1px solid #DDDDDD;
		padding: 10px;
	}

		.member-list.list .row-fluid.odd {
			background: #F9F9F9;
		}
/* !!!!!!
@media (min-width: 1200px) {
	.member-list.tiles {
		padding-top: 30px;
	}

		.member-list.tiles .item {
			margin-bottom: 30px;
		}

			.member-list.tiles .item p {
				width: 220px;
			}

	.member-list.list .image-container,
	.member-list.list p {
		margin-right: 30px;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.member-list.tiles .item img {
		padding: 5px;
	}

	.member-list.tiles .item p {
		left: 5px;
		bottom: -5px;
		width: 135px;
	}
}

@media (max-width: 768px) {
	.member-list.tiles .item p {
		width: 220px;
	}
}

@media (max-width: 480px) {
	.member-list.list .contacts {
		float: right;
		width: 215px;
	}
}

@media (max-width: 320px) {
	.member-list.list .contacts {
		float: right;
		width: 40px;
	}
}
*/

h1 .btn, h2 .btn, h3 .btn {
	font-weight: normal;
}

.RadTreeView .rtPlus, .RadTreeView .rtMinus {
	float: left !important;
}


/***** BOOTSTRAP OVERRIDE ********/
.btn.disabled, .btn[disabled] {
	opacity: 0.40;
}
/***** BOOTSTRAP OVERRIDE ********/
.chzn-container { /*OVERRIDE chosen */
	width: 100% !important;
}


/***** BOOTSTRAP NOTIFY OVERRIDE ********/
.notifications.center > div {
	width: 50%;
}

.notifications.center {
	z-index: 9999;
	top: 60px;
}

.notifications {
	line-height: 1.5em;
}
/***** BOOTSTRAP NOTIFY OVERRIDE ********/

/***** START OF CSS classes for Avatar for contacts ********/
/* Theese classes is used for the contacts avatar image */

.AVA-grays {
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

.AVA-sepia {
	-webkit-filter: sepia(35%);
	-moz-filter: sepia(35%);
	-o-filter: sepia(35%);
	filter: sepia(35%);
}

.AVA-sepi2 {
	-webkit-filter: sepia(1);
	-moz-filter: sepia(1);
	-o-filter: sepia(1);
	filter: sepia(1);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: grayscale(50%);
}

.AVA-brig0 {
	-webkit-filter: brightness(90%);
	-moz-filter: brightness(90%);
	-o-filter: brightness(90%);
	filter: brightness(90%);
}

.AVA-brig1 {
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-o-filter: brightness(110%);
	filter: brightness(110%);
}

.AVA-brig2 {
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	filter: brightness(120%);
}

.AVA-brig3 {
	-webkit-filter: brightness(130%);
	-moz-filter: brightness(130%);
	-o-filter: brightness(130%);
	filter: brightness(130%);
}

.AVA-hue00 {
	-webkit-filter: hue-rotate(30deg);
	-moz-filter: hue-rotate(30deg);
	-o-filter: hue-rotate(30deg);
	filter: hue-rotate(30deg);
}

.AVA-hue01 {
	-webkit-filter: hue-rotate(20deg);
	-moz-filter: hue-rotate(20deg);
	-o-filter: hue-rotate(20deg);
	filter: hue-rotate(20deg);
}

.AVA-hue02 {
	-webkit-filter: hue-rotate(10deg);
	-moz-filter: hue-rotate(10deg);
	-o-filter: hue-rotate(10deg);
	filter: hue-rotate(10deg);
}

.AVA-hue03 {
	-webkit-filter: hue-rotate(-10deg);
	-moz-filter: hue-rotate(-10deg);
	-o-filter: hue-rotate(-10deg);
	filter: hue-rotate(-10deg);
}

.AVA-hue04 {
	-webkit-filter: hue-rotate(-20deg);
	-moz-filter: hue-rotate(-20deg);
	-o-filter: hue-rotate(-20deg);
	filter: hue-rotate(-20deg);
}

.AVA-hue05 {
	-webkit-filter: hue-rotate(-30deg);
	-moz-filter: hue-rotate(-30deg);
	-o-filter: hue-rotate(-30deg);
	filter: hue-rotate(-30deg);
}

.AVA-empty {
}
/***** END OF CSS classes for Avatar for contacts ********/

.TelerikModalOverlay {
	background-color: #000 !important;
	opacity: 0.8 !important;
}

.RadUpload {
	width: 100% !important;
	text-align: center !important;
}

.rwWindowContent {
	background-color: #EEE !important;
}

.RadImageEditor {
	border: none !important;
}

span.ruFileWrap.ruStyled {
	z-index: 99 !important;
}

.btnDisable {
	opacity: 0.4;
}

.btn {
	min-width: 16px; /*20px*/
}

	.btn.btn-push-top {
		margin-top: 25px;
	}

.rgMasterTable > tbody > tr > td > a.btn {
	margin-left: -4px;
	margin-right: -4px;
}

.btn-fa {
	font-family: 'FontAwesome';
	height: 20px;
	width: 17px;
	line-height: 20px;
}

.table tbody tr.archive > td {
	opacity: 0.4;
}

.table tbody tr > td.td-button {
	opacity: 1;
}

/* Table background colors */
table tbody tr.error > td {
	background-color: #f2dede;
}

table tbody tr.warning > td {
	background-color: #fcf8e3;
}

table tbody tr.success > td {
	background-color: #dff0d8;
}

table tbody tr.info > td {
	background-color: #d9edf7;
}

.table tbody tr.archive > td {
	/*background-color: #e3e3e3;*/
}

.table tbody tr.muted > td {
	color: #e3e3e3;
}

/* Table striped colors */
.table-striped tbody > tr.success:nth-child(even) > td,
.table-striped tbody > tr.error:nth-child(even) > td,
.table-striped tbody > tr.info:nth-child(even) > td,
.table-striped tbody > tr.archive:nth-child(even) > td {
	/*filter: brightness(104%);*/
}

.table-striped tbody > tr.warning:nth-child(even) > td {
	background-color: #fffde8;
}

/* Table background colors on hover */
table.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc !important;
}

table.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc !important;
}

table.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6 !important;
}

table.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3 !important;
}

table.table-hover tbody tr.archive:hover > td {
	opacity: 1;
	/*background-color: #dcdcdc !important;*/
}

/* Table striped colors on hover */
.table-striped.table-hover tbody tr.success:nth-child(even) > td,
.table-striped.table-hover tbody tr.error:nth-child(even) > td,
.table-striped.table-hover tbody tr.warning:nth-child(even) > td,
.table-striped.table-hover tbody tr.info:nth-child(even) > td,
.table-striped.table-hover tbody tr.archive:nth-child(even) > td {
	/*filter: brightness(100%) !important;*/
}

a.aspNetDisabled:hover, a.aspNetDisabled:focus {
	text-decoration: none;
	color: inherit;
}

	a.aspNetDisabled:hover.btn-success, a.aspNetDisabled:hover.btn-danger,
	a.aspNetDisabled:hover.btn-info, a.aspNetDisabled:hover.btn-warning {
		color: white;
	}

.RadDock_NGOPRO {
	z-index: 9999;
	border: 1px solid #666;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background-color: #EEE;
}

.RadDock .rdTop, .RadDock .rdTop * {
	background-color: #2C2C2C !important;
	color: #DADADA !important;
}

.pagebreak {
	page-break-after: always;
}

.table td input[type="text"] {
	margin-bottom: 0 !important;
}

.table .text-center {
	text-align: center !important;
}

.textbox-clone {
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	border-radius: 4px;
	width: 100%;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.dropdown_legend_table {
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.dropdown_legend_menu {
	padding: 0 !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}

.dropdown_legend_table td {
	padding: 10px 20px 10px 20px;
	border: 1px solid silver;
	font-weight: normal;
}

.image-lock {
	margin-bottom: 20px;
}

/* Table-ro: readonly table */
.table-ro td {
	vertical-align: top;
	border-bottom: none;
}

.table-ro label {
	margin-top: 0;
	cursor: default;
}

/* OVERRIDE BS FOR CHECKBOXES IN GRID AND TABLE */
td > input[type="checkbox"] {
	margin-top: 0;
}

/* OVERRIDE BS FOR CHECKBOXES INSIDE LABELS */
label.checkbox {
	font-weight: normal !important;
}

/* OVERRIDE BS FOR RADIOBUTTONS INSIDE LABELS */
label.radio {
	font-weight: normal !important;
}

table tbody tr.rgRowInactive > td {
	opacity: 0.4;
	background-color: #FFE8E8 !important;
}

table tbody tr.rgRowInactive:hover {
	opacity: 0.8;
}

/* OVERRIDE FOR BS BADGE */
.label-info, .badge-info {
	/*background-color: #ADADAD;*/
	background-color: #6BA8B2;
}

.badge {
	padding-right: 6px;
	padding-left: 6px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.label, .badge {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	text-shadow: none;
}
/* OVERRIDE FOR BS BADGE */



/* FIX FOR MEMBER LIST TILES */
.member-list.tiles .item p {
	left: 1px;
	bottom: -9px;
	width: 250px;
	padding: 10px 10px;
	background-color: white;
}

@media (max-width: 768px) {
	.member-list.tiles .item {
		min-width: 300px;
	}

		.member-list.tiles .item p {
			width: 250px;
		}
}

@media (min-width: 769px) and (max-width: 979px) {
	.member-list.tiles .item p {
		width: 129px;
		padding: 5px 10px;
		font-size: 90%;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	.member-list.tiles .item p {
		width: 178px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.member-list.tiles .item p {
		width: 222px;
	}
}

@media (min-width: 1400px) {
	.member-list.tiles .item p {
		/*width: 80%;*/
		width: 250px;
	}
}
/* FIX FOR MEMBER LIST TILES */









/* RESPONSIVE FIX BTN-GROUP */
@media (max-width: 768px) {
	.btn-group > .btn {
		font-size: 11px;
	}
}
/* RESPONSIVE FIX BTN-GROUP */

.customfooter_outer {
	width: 98% !important;
}

/* CHOSEN OVERRIDE */
.chzn-container-single .chzn-single {
	height: 28px !important;
}

	.chzn-container-single .chzn-single span {
		line-height: 28px;
	}
/* CHOSEN OVERRIDE */

.MyModalPanel {
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.reLayoutWrapper {
	z-index: 1111;
	position: relative;
	background-color: #FCFCFC;
	width: 98% !important;
}

.popover {
	z-index: 1200;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* BADGE */

.div-btn-badge-container {
	padding-left: 15px;
	white-space: nowrap;
}

.badge-btn {
	position: relative;
	left: -15px;
	top: -11px;
}


/*  Make two or more elements fill entire space */
/*  |-----stretch to next element-----|--btn--| */
div.row-fluid-table {
	display: table;
	width: 100%;
}

	div.row-fluid-table.hidden {
		display: none;
	}

	div.row-fluid-table > div {
		display: table-cell;
	}

		div.row-fluid-table > div.stretch {
			width: 100%;
		}

		div.row-fluid-table > div:not(.stretch) {
			padding-left: 10px;
		}

		div.row-fluid-table > div.right {
			padding-left: 0px;
			padding-right: 10px;
		}

.NotChosen {
	opacity: 0.3;
}

@media (max-width: 767px) {
	/* DO NOT WRAP THE CAMPAIGN H1 IN MOBILE VIEW */
	#ContentPlaceHolder1_PanelPrivateLogin {
		top: 6px;
		position: absolute !important;
		top: -35px !important;
		right: 9px;
	}

	#ContentPlaceHolder1_AddThisPanel {
		position: absolute;
		left: 10px;
		top: -30px !important;
	}
}


/* RADCOMBO DEFAULT SKIN OVERRIDE */
.RadComboBoxDropDown {
	background-color: white;
}

.rcbHovered {
	background-color: #EAEAEA !important;
}

.rcbInner {
	border-width: 0px !important;
}

.rcbActionButton:active {
	border-width: 0px !important;
}
/* /RADCOMBO DEFAULT SKIN OVERRIDE */


/* CONTROL CSS */
.formcontrol {
	width: 100%;
	min-height: 30px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

html body span.RadInput_NGOPRO > input.riTextBox[type="text"].formcontrol { /* RadNumericTextBox */
	margin-bottom: 10px;
}

.RadGrid.RadGrid_NGOPRO {
	margin-bottom: 10px;
	border-width: 0;
	border-style: none;
}
/* /CONTROL CSS */

.customtextlang_div {
	display: none;
}


/* Standard background-colors */
.ngopro-error {
	background-color: #f2dede;
}

.ngopro-warning {
	background-color: #fcf8e3;
}

.ngopro-success {
	background-color: #dff0d8;
}

.ngopro-info {
	background-color: #d9edf7;
}

.ngopro-archive {
	background-color: #e3e3e3;
}

/* Standard background-colors: hover */
.ngopro-error:hover {
	background-color: #ebcccc !important;
}

.ngopro-warning:hover {
	background-color: #faf2cc !important;
}

.ngopro-success:hover {
	background-color: #d0e9c6 !important;
}

.ngopro-info:hover {
	background-color: #c4e3f3 !important;
}

.ngopro-archive:hover {
	background-color: #dcdcdc !important;
}

/* Standard light background-colors */
.ngopro-error-light {
	background-color: #FFF1F3;
}

.ngopro-warning-light {
	background-color: #fcf8e3; /* TODO NOT UPDATED */
}

.ngopro-success-light {
	background-color: #eff7eb;
}

.ngopro-info-light {
	background-color: #d9edf7; /* TODO NOT UPDATED */
}

.ngopro-archive-light {
	background-color: #eeeeee;
}

/* Standard light background-colors: hover */
.ngopro-error-light:hover {
	background-color: #ffe8e8 !important;
}

.ngopro-warning-light:hover {
	background-color: #faf2cc !important; /* TODO NOT UPDATED */
}

.ngopro-success-light:hover {
	background-color: #e6f3e0 !important;
}

.ngopro-info-light:hover {
	background-color: #c4e3f3 !important; /* TODO NOT UPDATED */
}

.ngopro-archive-light:hover {
	background-color: #e5e5e5 !important;
}

.period_progressbar_outer {
	width: 100%;
	height: 10px;
	background-color: #b2b2b2;
	margin-top: 10px;
	border-radius: 10px;
	opacity: 0.3;
}

.period_progressbar_inner {
	background-color: green;
	height: 100%;
	border-radius: 10px;
}

.period_red {
	background-color: indianred;
}

.dim {
	opacity: 0.4;
}

.dim2 {
	opacity: 0.6;
}

@keyframes blink {
	50% {
		opacity: 0.2;
	}
}

@-webkit-keyframes blink {
	50% {
		opacity: 0.2;
	}
}

.blink {
	animation: blink 0.4s step-start 0s 4;
	-webkit-animation: blink 0.4s step-start 0s 4;
	animation-timing-function: ease-in-out;
}

.err {
	background-color: #F8DBDB !important;
}

.chzn-container.chzn-container-single.err {
	border: 1px solid red;
	border-radius: 7px;
}

.nowrap {
	white-space: nowrap;
}

.td_trunc {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 1px;
}

td {
	position: relative;
}

tr.strikeout td:before {
	content: " ";
	position: absolute;
	top: 45%;
	left: 0;
	border-bottom: 1px solid #CCC;
	width: 100%;
}

tr.strikeout td {
	color: #CCC;
}
/* TAGS */
.tag-grey {
	background-color: #999999;
	color: white;
}

.tag-green {
	background-color: #468847;
	color: white;
}

.tag-orange {
	background-color: #f89406;
	color: white;
}

.tag-red {
	background-color: #b94a48;
	color: white;
}

.contact_tags span {
	margin-right: 10px;
}
/* TAGS */


/* CHOSEN OVERRIDE */
.chosen-container-multi .chosen-choices {
	border-radius: 3px;
	border-color: #ccc !important;
}

.chosen-container .chosen-drop {
	border-color: #ccc !important;
}

.chosen-container {
	width: 100% !important;
	margin-bottom: 10px;
}
/* CHOSEN OVERRIDE */

.RadDropDownTree_NGOPRO {
	margin-bottom: 10px;
}
/* CHOSEN OVERRIDE */

.background-none {
	background: none !important;
}

.dim-subline {
	opacity: 0.4;
	font-size: medium;
}

/* RADEDIT FULLSCREEN FIX */
.RadEditor.reFullScreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
}
/* RADEDIT FULLSCREEN FIX */

.Label_Inactivate_ContentType {
	text-align: left;
	margin-top: 0;
	line-height: 15px !important;
	font-weight: normal !important;
	display: flex;
}


/* TOOLTIP */
.tool-tip {
	display: inline-block;
	float: left;
	margin-right: 9px;
}

	.tool-tip [disabled] {
		pointer-events: none;
	}

.fa-menu-icon {
	width: 14px !important;
	text-align: center !important;
}

.help-info {
	opacity: 0.5;
	padding-right: 3px;
	padding-top: 5px;
}

.modal-backdrop, .modal-backdrop.fade.in {
	/* background-color: white; */
	backdrop-filter: blur(3px);
	background: rgba(255,255,255,0.7);
	opacity: 1;
}

/* RESPONSIVE MODAL FIX FOR LOW HEIGHT SCREENS */
@media (max-height: 700px) {
	body .modal.fade.in {
		position: absolute;
	}
}
/* RESPONSIVE MODAL FIX FOR LOW HEIGHT SCREENS */

.variabledata-dropdown {
	font: normal 12px "Segoe UI", Arial, Sans-serif;
	padding: 0;
	margin: 0;
	height: 22px;
	border-radius: 4px;
	margin-bottom: 2px;
	float: right;
	width: 100px;
}