/* line 3, ../sass/buttons.scss */
.panel-button {
	color: #777;
}

/* line 5, ../sass/buttons.scss */
.panel-button:hover {
	background-color: #3276b1;
	color: #FFF;
}

/* line 8, ../sass/buttons.scss */
.panel-button:hover .text-lightblue {
	color: #FFF;
}









/* line 3, ../sass/main.scss */
body {
	font-size: 15px;
	background-color: rgb(175, 199, 219);
}

/* line 7, ../sass/main.scss */
h1, h2, h3 {
	margin-bottom: 20px;
}

/* line 11, ../sass/main.scss */
h2 {
	border-bottom: 1px solid #BBDEF9;
	padding-bottom: 20px;
	color: #364D5F;
}

/* line 14, ../sass/main.scss */
h2 small {
	color: #364D5F;
}

h4 {
	color: #364D5F;
	border-bottom: 1px solid #BBDEF9;
	padding-bottom: 5px;
}

h5 {
	font-weight: 500;
	font-size: 1.2em;
}

a {
	color: #428bca;
}

/* line 20, ../sass/main.scss */
a:hover {
	text-decoration: none;
}

/* line 25, ../sass/main.scss */
input[type="radio"]+label {
	padding-left: 10px;
	padding-right: 10px;
}









.person-info {
	width: 100%;
}

.person-panel {
	/* height: 500px; */
	z-index: 0;
}

.history-panel {
	z-index: 0;
}

.balance-panel {
	max-height: auto;
	z-index: -1;
}

.rent-info-panel {
	overflow-y: auto;
	height: 480px;
}

.front {
	z-index: 100;
}

.front2 {
	z-index: 50;
}

.front3 {
	z-index: 20;
}

.front4 {
	z-index: 10;
}

.person-row {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	min-height: 70px;
}

.person-row:hover {
	background-color: #eee;
}

.comment {
	width: 100%;
	height: 400px;
}

/* line 30, ../sass/main.scss */
.actions-col {
	width: 20%;
}

/* line 34, ../sass/main.scss */
.invoice-panel {
	display: none;
}

/* line 39, ../sass/main.scss */
.property-list .select {
	display: none;
}

/* line 43, ../sass/main.scss */
.property-list.selectable .select {
	display: inline;
}

/* line 49, ../sass/main.scss */
.invoice-new {
	cursor: pointer;
}

/* line 53, ../sass/main.scss */
.text-big {
	font-size: 1.4em;
}

/* line 57, ../sass/main.scss */
.text-bigger {
	font-size: 2em;
}

/* line 61, ../sass/main.scss */
.text-lightblue {
	color: #3276b1;
}

/* line 65, ../sass/main.scss */
.text-green {
	color: #3c763d;
}

/* line 69, ../sass/main.scss */
.text-red {
	color: #a94442;
}

.text-yellow {
	color: #ffc107;
}

.text-orange {
	color: #fd9644;
}

.disabled-panel {
	padding-top: 10px;
	background-color: #ebd1d1;
	cursor: not-allowed;
	min-height: 42px;
	font-size: 14px;
}

.slightgreen {
	background-color: #d2e4ce;
}

.btn-female {
	background-color: #eeb3ed;
	border-color: #e566e4;
	color: #fff;
}

.btn-male {
	background-color: #adcdea;
	border-color: #60aaef;
	color: #fff;
}

.btn-adult {
	background-color: #00B4B4;
	border-color: #004444;
	color: #fff;
}

.btn-child {
	background-color: #D5CE00;
	border-color: #838100;
	color: #fff;
}

.link-panel {
	background-color: #AFC7DB;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: auto;
}

.link-panel:hover {
	background-color: #BBDEF9;
}

.link-panel>span {
	color: #364D5F;
	font-size: 18px;
	font-weight: 500;
}

.dropdown-panel {
	padding-top: 8px;
	background-color: #AFC7DB;
	color: #428bca;
	margin-bottom: 0px;
	height: 42px;
	z-index: 100;
}

.dropdown-panel:hover {
	background-color: #BBDEF9;
	color: #428bca;
	z-index: 100;
	cursor: pointer;
}

.dropdown-panel a {
	color: #364D5F;
}

.dropdown-panel span {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.addPanel {
	height: 20px;
}

.table-narrow {
	width: 30%;
}

.payments-panel {
	height: 350px;
	overflow-y: auto;
}

.deposits-panel {
	height: 350px;
	overflow-y: auto;
	z-index: 0;
}

.home-panel:hover {
	background-color: #f5f5f5;
}

.my-panel-heading {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

.my-panel-heading a:after {
	font-family: 'Glyphicons Halflings';
	content: "\e114";
	float: right;
}

.my-panel-heading a.collapsed:after {
	content: "\e080";
}

/* line 72, ../sass/main.scss */
.textbox-required {
	background-color: #F2DEDE;
	color: firebrick;
	border-color: firebrick;
}

/* line 75, ../sass/main.scss */
.dropdown-required {
	background-color: #f5f5f5;
	height: 27px;
	margin-right: 10px;
}

/* line 80, ../sass/main.scss */
.small-red {
	background-color: #F2DEDE;
	color: firebrick;
	padding: 5px;
}

.text-center {
	align: center;
}

.print-container {
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.login-form {
	text-align: center;
	border-style: solid;
	border-width: 1px;
	margin-top: 20px;
	background-color: #6083A0;
}

.login-center {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

.navbar-default {
	background-color: #6083A0;
}

.navbar-default .navbar-brand {
	color: #BBDEFF;
}

.navbar-default .navbar-brand:hover {
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-weight: 500;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.padding-20 {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.padding-10 {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.expanded-panel {
	background-color: rgb(175, 199, 219);
	border-color: #ddd;
	border-width: 1px;
	border-style: solid;
	z-index: 100;
}

.menu-panel-item {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	vertical-align: center;
	width: 200px;
	height: 80px;
	background-color: #6083A0;
	border-style: solid;
	border-width: 1px;
	border-color: #dadada;
	border-radius: 20px;
}

.panel-default {
	border-color: #BBDEF9;
}

.breadcrumb {
	border-color: #BBDEF9;
	border-width: 1px;
	border-style: solid;
}

.list-group-item-success {
	border-color: #BBDEF9;
	border-width: 1px;
	border-style: solid;
}

.list-group-item-danger {
	border-color: FireBrick;
	border-width: 1px;
	border-style: solid;
}

.list-group-item-warning {
	border-color: FireBrick;
	border-width: 1px;
	border-style: solid;
}

.searchbar {
	max-width: 340px;
	margin-top: 8px;
}

.searchbar input#search {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.searchbar input.btn.btn-info.pull-right {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.searchbar input#search {
	max-width: 240px;
	min-width: 240px;
}




.navbar-nav.navbar-right:last-child {
	margin-top: 0px;
}

.login-brand {
	font-size: 1.6em;
	color: #BBDEFF;
}

.pull-up {
	margin-top: -60px;
	margin-right: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.editor {
	height: 500px;
}

.white {
	color: white;
}

.invalid-payment {
	border-color: FireBrick !important;
	border-width: 1px !important;
	border-style: solid !important;
	background-color: FireBrick !important;
}

.nagative-payment {
	border-color: FireBrick !important;
	border-width: 1px !important;
	border-style: solid !important;
	background-color: #ffcfcf !important;
}

.positive-payment {
	border-color: #59a541 !important;
	border-width: 1px !important;
	border-style: solid !important;
	background-color: #cfffd1 !important;
}














/* REDESIGN - ARGE - ithelps */


/* --- GENERAL ---- */

/* custom class */
.btn-margin {
	margin-right: 15px;
}

input[type='checkbox'] {
	outline: none;
}

input:focus {
	outline: none;
}




/* button */
button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
	border-radius: 4px;
}

button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.btn.btn-default.disabled {
	pointer-events: none;
	cursor: default;
	background: #d7d7d7;
}


/* FORM */
.textbox-required label {
	padding-left: 10px;
}

.users .form-select-project {
	height: 160px;
}

/* BLOCK DEL SUPER ADMIN*/
a.btn.btn-default.validclick.disable {
	pointer-events: none;
	background: #e4e4e4;
}








/* --- DATEPICKER UI - OVERRIDE --- */
div#Residents_wrapper,
div#Payments_wrapper,
div#Apartments_wrapper,
div#ResidentPayments_wrapper {
	margin-bottom: 50px;
}

#Residents_wrapper div.dt-button-collection {
	width: 1050px !important;
}

#Payments_wrapper div.dt-button-collection {
	width: 531px !important;
}

#Apartments_wrapper div.dt-button-collection {
	width: 531px !important;
}

#ResidentPayments_wrapper div.dt-button-collection {
	width: 531px !important;
}

#Exportapartments_wrapper div.dt-button-collection {
	width: 531px !important;
}

#Exportapartmenthistory_wrapper div.dt-button-collection {
	width: 531px !important;
}

button.dt-button.buttons-collection.buttons-colvis,
button.dt-button.buttons-copy.buttons-html5,
button.dt-button.buttons-csv.buttons-html5,
button.dt-button.buttons-excel.buttons-html5,
button.dt-button.buttons-pdf.buttons-html5,
button.dt-button.buttons-print {
	color: #fff;
	background-color: #428bca !important;
	border-color: #357ebd !important;
}

.filter-nav {
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 10px;
	background: white;
}

.filter-nav button {
	padding: 5px 20px !important;
}


.dt-buttons .dt-button-collection {
	margin: 5px 0 !important;
}

.dataTable thead {
	white-space: nowrap;
}

.dataTables_wrapper input[type="search"] {
	background: white !important;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
}

.dataTables_length select {
	background: white !important;
}

body .container .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: #fff !important;
	background: #428bca !important;
	border-color: #357ebd !important;
}

body .container .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #fff !important;
	background: #428bca !important;
	border-color: #357ebd !important;
}

body .container .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
	background-color: #3276b1 !important;
	border-color: #285e8e !important;
}

body .container .dataTables_wrapper .dt-buttons {
	width: 100%;
	margin-bottom: 10px;
}

body .container .dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #364D5F !important;
}

body .container .dataTables_wrapper button.dt-button.buttons-columnVisibility span {
	color: black;
}

body .container .dataTables_wrapper button.dt-button.buttons-columnVisibility.active {
	background: #3a77ac !important;
}

body .container .dataTables_wrapper button.dt-button.buttons-columnVisibility.active span {
	color: white !important;
}

body .container .dataTables_wrapper button.dt-button.buttons-columnVisibility {
	background-color: white !important;
	color: black !important;
}

body .container .dataTables_wrapper button.dt-button.buttons-columnVisibility {
	width: 250px !important;
	margin: 5px 5px !important;
	border: 0px !important;
	border-radius: 3px !important;
}

body .container .dataTables_wrapper .dt-button-collection>div {
	display: flex !important;
	justify-content: flex-start !important;
	flex-wrap: wrap !important;
}



/* OVERRIDE LOGIN */
.login-center input.btn.btn-primary {
	min-width: 200px;
}

.login-center .input.email {
	padding-top: 20px;
}




/* OVERRIDE MODAL */
.modal-header {
	border-bottom: 0px !important;
}


/* OVERRIDE NAV */
.navbar-collapse {
	max-height: 440px;
}





/* main page - project overview */
ul.list-group.project-group {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.project-group a.project-item {
	width: calc(50% - 40px);
	height: 200px;
	display: block;
	position: relative;
	margin-bottom: 40px;

	background-color: white;
	background-image: url('https://arge-leistbares-wohnen.zold.at/img/project.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	border-radius: 4px;
}

.project-group a.project-item span {
	position: absolute;
	bottom: 17px;
	text-align: center;
	justify-content: center;
	display: block;
	width: 100%;
	font-weight: 600;
	text-transform: uppercase;
	color: #428bca;
}

.projects p.current {
	font-weight: 600;
}

.project-overview .textbox-required.form-control {
	margin-bottom: 5px;
}

.project-overview .input.select {
	border: 1px solid #949494;
	border-radius: 3px;
	padding: 5px;
	background: #afc7db;
}





/* RESIDENT RATE */
textarea#ResidentRatecomment {
	resize: vertical;
}

.btn-pass-reset {
	margin-right: 15px;
	color: #fff !important;
	background-color: #6c757d;
	border-color: #6c757d
}

.btn-pass-reset:hover {
	color: #fff !important;
	background-color: #5a6268;
	border-color: #545b62;
}

.err-box p,
.err-box-day-err p {
	background-color: #F2DEDE;
	color: firebrick;
	border-color: firebrick;
	padding: 5px 10px;
}

.err-box.hidden p {
	background-color: #F2DEDE;
	color: firebrick;
	border-color: firebrick;
	padding: 5px 10px;
	opacity: 0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#Specialagreement input[type="checkbox"] {
	border: none !important;
	box-shadow: none !important;
}

#Residents td.warning {
	font-size: 0px;
}

#Residents td.warning span:before {
	font-size: 18px !important;
}






/* RESIDENT/DETAIL */
.residents span.sonder-sonder-ok {
	color: green;
	font-weight: 700;
}

.residents span.sonder-fail {
	color: red;
	font-weight: 700;
}

.residents span.sonder-today {
	color: red;
	font-weight: 700;
}

.list-group-item-sondervereinbarung {
	border-color: #fd9644;
	border-width: 1px;
	border-style: solid;
}

li.list-group-item.list-group-item-sondervereinbarung {
	background: #fd96444f;
}

li.list-group-item.list-group-item-sondervereinbarung {
	color: black !important;
}




/* SORT */
.panel.panel-default.aparttype-history,
.panel.panel-default.apartcost-history,
.panel.panel-default.exportapartment-history {
	padding: 10px;
}

.exports.filter-form.row {
	margin-bottom: 20px;
}

.btn.w-350 {
	min-width: 250px;

}

.filter-box {
	margin-top: 10px;
}

.export-btn-box .btn-primary.w-350 {
	min-width: 250px;
	max-height: 40px;
	line-height: 25px;
	margin-right: 20px;
}

.export-btn-box {
	display: flex;
}

#SelectionAddDocumentForm select#SelectionResident {
	min-height: 160px;
}

.row.formular-action-box {
	margin-bottom: 10px;
	padding: 10px 15px;
}

.row.formular-action-box button {
	margin-right: 10px;
}

h4.custom-h4-1 {
	padding-top: 7px;
}

h4.custom-h4-1 p {
	font-size: 15px;
	margin: 12px 0px;
	line-height: 24px;
}

a.btn.btn-primary.sendSerienMail {
	margin-bottom: 80px;
	margin-top: 10px;
}

.add-document form#tinymce {
	border-bottom: 1px solid #BBDEF9;
}



input[type='checkbox'] {
	box-shadow: none !important;
}

.print-action-box {
	margin-bottom: 40px;
	padding: 20px 0;
	display: flex;
	justify-content: flex-end;
}

/* special box new*/
.add-special-box-new {
	font-size: 14px;
}

input.form-control.btn.btn-primary.new {
	font-size: 14px;
	padding: 0px 14px !important;
	height: 34px;
}

/* special box */
.add-special-box {
	overflow-y: scroll;
	height: 340px;
}

.add-special-box table,
.add-special-box table textarea#Comment {
	font-size: 14px;
}

.add-special-box table input.form-control.btn.btn-primary {
	font-size: 0px;
	padding: 0px !important;
	height: 30px;
	margin-bottom: 3px;
	width: 60px;
}

.add-special-box table input.form-control.btn.btn-success {
	font-size: 0px;
	padding: 0px !important;
	height: 30px;
	margin-bottom: 3px;
	padding-left: 10px !important;
	width: 60px;
}

.add-special-box table input.form-control.btn.btn-danger {
	font-size: 0px;
	padding: 0px !important;
	height: 30px;
	width: 60px;
}



.add-special-box table th,
.add-special-box table td {
	white-space: nowrap;
}

a.btn.btn-primary.pull-right.sonder {
	font-size: 14px;
	padding: 0px 22px !important;
	height: 26px;
	line-height: 24px;
	margin-top: -4px;
}

#PaymentBook .list-group-item {
	border: 0px !important;
}

#PaymentBook .panel-body {
	padding-left: 0px;
	padding-right: 0px;
}

.list-group-item-orange {
	border-color: #fd9644;
	border-width: 1px;
	border-style: solid;
	background: #fd964438;
}

.residents .list-group.warnings .list-group-item {
	margin-bottom: 4px !important;
}


/* resident detail - fix form date fields */
form#PaymentViewForm select {
	width: calc(33% - 28px) !important;
	margin-right: 10px;
}

form#PaymentViewForm select:nth-child(4) {
	margin-right: 0px;
}


form#PaymentViewForm .input.date {
	display: flex;
	justify-content: flex-start;
	font-size: 0px;
}

form#PaymentViewForm label {
	padding-right: 20px;
	font-size: 15px !important;
}

form#PaymentViewForm label[for=PaymentDateDay] {
	line-height: 33px;
}

div#NoteBox input.btn.btn-primary.pull-right {
	margin-top: 20px;
}

div#NoteBox {
	padding: 10px 15px;
	box-shadow: none;
}

div#PaymentBook input.btn.btn-primary.pull-right.custom-123 {
	margin-right: 15px;
	margin-top: -10px;
}

p.h4-custom {
	font-weight: bold !important;
	font-size: 15px !important;
}







/* CUSTOM CLASSES */
.col-xs-12.col-md-6.panel-default.height-640 {
	height: 640px !important;
}

.residents .panel-body.payments-panel {
	height: calc(100% - 70px);
}

.font-size-15 {
	font-size: 15px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

button.btn.btn-primary.pull-right.next-page {
	margin-left: 20px;
}


/* Sondervereinbarung - icons */
.add-special-box td.flex {
	position: relative;
}

.add-special-box td.flex span.glyphicon.glyphicon-ok,
.add-special-box td.flex span.glyphicon.glyphicon-refresh,
.add-special-box td.flex span.glyphicon.glyphicon-remove {
	color: white;
	font-size: 11px;
	pointer-events: none;
	left: calc(50% - 6px);
	position: absolute;
}

.add-special-box td.flex span.glyphicon.glyphicon-ok {
	top: 17px;
}

.add-special-box td.flex span.glyphicon.glyphicon-refresh {
	top: 51px;
}

.add-special-box td.flex span.glyphicon.glyphicon-remove {
	top: 83px;
}



/* FOR READ ONLY ROLE */
input[readonly]:focus,
textarea[readonly]:focus,
select[readonly]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.textbox-required[readonly] {
    background-color: #f5f5f5; /* oder transparent, oder #fff */
    color: #333; /* normale Textfarbe */
    border-color: #ccc; /* normale Border-Farbe */
}

.textbox-required[readonly]:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc; /* verhindert Focus-Rahmen */
}

/* allgemein für alle disabled Date-Felder */
select[disabled],
.date select[disabled] {
    background-color: #e9ecef;
    color: #6c757d;
    border-color: #ced4da;
    cursor: not-allowed;
}

select[disabled]:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da;
}















/* FLAME EFFEKT */
.icon-blink {
	animation: blinker 3s linear infinite;
	color: #a94442;
}

@keyframes blinker {

	0%,
	50%,
	100% {
		opacity: 1;
	}

	25%,
	75% {
		opacity: 0.5;
	}
}



/* --- MEDIA */

/* OVERRIDE BOOTSTRAP LAYOUT WIDTH */
@media (min-width: 1600px) {
	.container {
		width: 1500px !important;
	}
}

@media (min-width: 1800px) {
	.container {
		width: 1750px !important;
	}
}


@media only screen and (min-width: 1600px) {

	.add-special-box td.flex span.glyphicon.glyphicon-ok,
	.add-special-box td.flex span.glyphicon.glyphicon-refresh,
	.add-special-box td.flex span.glyphicon.glyphicon-remove {
		left: calc(50% - 18px);
	}
}

@media only screen and (min-width: 1800px) {

	.add-special-box td.flex span.glyphicon.glyphicon-ok,
	.add-special-box td.flex span.glyphicon.glyphicon-refresh,
	.add-special-box td.flex span.glyphicon.glyphicon-remove {
		left: calc(50% - 28px) !important;
	}
}




@media (max-width: 1200px) {

	/* residents btn fix */
	.resident-filter .btn {
		font-size: 13px;
	}

	.responsive-small {
		font-size: 16px !important;
	}

	a.responsive-small:after {
		top: 28px;
		position: absolute;
		right: 38px;
	}
}

@media (max-width: 1100px) {

	.searchbar input#search {
		max-width: 170px;
		min-width: 170px;
	}

	.search-item {
		max-width: 170px;
	}
}

@media (max-width: 1000px) {

	li.search-item {
		display: none;
	}
}

@media (max-width: 860px) {

	ul.nav.navbar-nav .search-item {
		display: none;
	}
}

@media (max-width: 767px) {

	.export-btn-box {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.export-btn-box a.btn.btn-primary {
		width: 100%;
		min-width: inherit;
		margin-bottom: 20px;
	}


	li.nav-name {
		border-top: 1px solid #ffffff57;
	}

	ul.nav.navbar-nav .search-item {
		display: block;
		min-width: 100% !important;
		margin-bottom: 20px;
		margin-top: 10px;
		border-top: 1px solid #ffffff57;
		padding-top: 10px;
		border-bottom: 1px solid #ffffff57;
	}

	.searchbar input#search {
		max-width: 100%;
		min-width: 100%;
	}

	.search-item {
		max-width: 100%;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: rgb(0, 0, 0);
	}

	.navbar-toggle .icon-bar {
		background-color: #484848 !important;
	}

	ul.nav.navbar-nav button.btn.btn-primary.navbar-btn {
		width: 100%;
	}

	ul.nav.navbar-nav {
		margin: 0px;
		padding: 0 0px;
		margin-top: 30px;
	}

	.searchbar {
		width: 100%;
		max-width: none !important;
	}

	.searchbar input#search {
		width: 100% !important;
		max-width: none !important;
		min-width: auto !important;
	}

	.searchbar .col-lg-3 {
		padding: 0px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}


	/* main page project overview*/
	.project-group a.project-item {
		width: 100%;
	}
}