table th {
	font-weight: normal;
	font-size: 11px;
	color: #666;
	padding: 5px 5px;
	text-align: left;
}

td {
	padding: 5px 5px;
	vertical-align: top;
}

td .buttons {
	margin: 10px 15px 0 0;
	text-align: right;
}

td .buttons .btn {
	font-weight: bold;
}

td > span {
	color: #666;
	margin: 0;
	display: block;
}

td h4 {
	/*margin: 7px 0 0 0;*/
	margin: 0px;
	font-size: 16px;
}

td h4 a, td h4 a:hover {
	color: #333;
	text-decoration: none;
}

td h5 {
	font-size: 13px;
	margin: 7px 0 0 0;
}

tr.odd td, tr:nth-child(odd) {
	background: #f8f8f8;
}

.promo {
	text-align: center;
	padding: 5px;
}
.first-td {
	padding-left: 15px!important;
}
.last-td {
	padding-right: 15px!important;
}
#header-fixed { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;
}
#header-fixed--areas { 
    position: fixed; 
    top: 0px; display:none;
    background-color:white;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody,
	#no-more-tables tfoot,
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td,
	#no-more-tables th { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%!important; 
		white-space: normal;
		text-align:left;
	}

	#no-more-tables td:before,
	#no-more-tables th:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before,
	#no-more-tables th:before { content: attr(data-title); }
}



@media only screen and (max-width: 768px) {

    /* Force table to not be like tables anymore */
	#no-more-tables-events table, 
	#no-more-tables-events thead, 
	#no-more-tables-events tbody, 
	#no-more-tables-events th, 
	#no-more-tables-events td, 
	#no-more-tables-events tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables-events thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables-events tr { border: 1px solid #ccc; }
 
	#no-more-tables-events td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 37%!important; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables-events td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables-events td:before { content: attr(data-title); padding-left:10px; padding-right:5px; }
}


@media only screen and (max-width: 768px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables-immovables table, 
	#no-more-tables-immovables thead, 
	#no-more-tables-immovables tfoot, 
	#no-more-tables-immovables tbody, 
	#no-more-tables-immovables th, 
	#no-more-tables-immovables td, 
	#no-more-tables-immovables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables-immovables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables-immovables tr { border: 1px solid #ccc; }
 
	#no-more-tables-immovables td,
	#no-more-tables-immovables th { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 37%!important; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables-immovables td:before,
	#no-more-tables-immovables th:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}

    .fixedHeader-floating {
    	display: none;
    }
    .immovable-flex-container__pics--remove {
    	top: -40px;
		left: -25px
    }
	/*
	Label the data
	*/
	#no-more-tables-immovables td:before ,
	#no-more-tables-immovables th:before  { content: attr(data-title); padding-left:10px; padding-right:5px; }
}



@media only screen and (max-width: 768px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables-buildings table, 
	#no-more-tables-buildings thead, 
	#no-more-tables-buildings tbody,
	#no-more-tables-buildings tfoot,
	#no-more-tables-buildings th, 
	#no-more-tables-buildings td, 
	#no-more-tables-buildings tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables-buildings thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables-buildings tr { border: 1px solid #ccc; }
 
	#no-more-tables-buildings td,
	#no-more-tables-buildings th { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%!important;
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables-buildings td:before,
	#no-more-tables-buildings th:before  { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		/*white-space: nowrap;*/
		text-align:left;
		font-weight: bold;
	}
	td.details {
		padding-left: 6px!important;

	}
 
	/*
	Label the data
	*/
	#no-more-tables-buildings td:before,
	#no-more-tables-buildings th:before
	 { content: attr(data-title); padding-left:10px; padding-right:5px; }
}


/* 
	DATATABLES
*/
/*.top {
	background-color: #e2e2e2;
	font-size: 12px;
	padding: 10px 15px;
}*/

.dataTables_length{
	padding: 15px 0px 0px 15px;
}
.dataTables_info {
	padding: 0px 0px 0px 0px !important;
}
.dataTables_filter {
    padding: 0px 0px 0px 0px!important;
}
.dataTables_filter > label {
	margin: 0;
}
.dataTables_filter label > input[type=search] {
	padding-left: 5px !important;
}
.dataTables_paginate {
	padding: 0px 0px 0px 0px;
}
.fixed-header {
}
.datatable-footer {
	background-color: #ccc;
}
.datatable-footer--smaller-size >tr>th {
	font-size: 80%!important;
}
.table>tfoot>tr>th {
	background-color: #e2e2e2;
	color:#222;
	font-size: 90%;
	white-space: nowrap;
	font-weight: bold;
}

tr.bg-green td {
	background-color: #d4f7cb;
}
tr.bg-red td {
	background-color: #f3514e;
}
td.text-align--center {
	text-align:center;
}
td.padding--indicator,
th.padding--indicator {
	padding-left:0px!important;
	padding-right:0px!important;
}
