/*
Brock U plugin CSS

*/

/* ----------------------------------------------
   ----------------------------------------------
   Large Screen desktops (Default)
   ----------------------------------------------
   ---------------------------------------------- */

/* General table styles */
#content table.gsheets {
	margin: 1em 0 3em 0;
	width: 100%;
	border-collapse: collapse;
	-webkit-transition: opacity .1s ease-out;
	   -moz-transition: opacity .1s ease-out;
		-ms-transition: opacity .1s ease-out;
	     -o-transition: opacity .1s ease-out;
		 	transition: opacity .1s ease-out;
	opacity: 1;
	}
	

/* Column width */
#content table.gsheets tr td.col-0 { width: auto; }
#content table.gsheets tr td.col-15 { width: 15%; }
#content table.gsheets tr td.col-25 { width: 25%; }
#content table.gsheets tr td.col-50 { width: 50%; }
#content table.gsheets tr td.col-60 { width: 60%; }
#content table.gsheets tr td.col-70 { width: 70%; }
#content table.gsheets tr td.col-75 { width: 75%; }


/* Sorting */
#content table.gsheets th[data-sort] {
	cursor: pointer;
	}
#content table.gsheets th[data-sort]:after {
    content: "\f107" !important;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	line-height: 1;
	font-size: 90%;
	margin-left: 7px;
    color: #000;
    }	    
#content table.gsheets th.sorting-desc:after {
	content: "\f107" !important;
	color: #fff;
    }
#content table.gsheets th.sorting-asc:after {
    content: "\f106" !important;
	color: #fff;
    }


/* Zebra striping */
#content table.gsheets tr td {
	background: #f8f8f8;
	}
#content table.gsheets tr:nth-of-type(odd) td { 
	background: #fcfcfc;
	}
#content table.gsheets th {
	padding: 10px 15px;
	font-size: .9em;
	background: #000; 
	color: #fff;
	font-family: "Bliss Bold","Trebuchet MS",sans-serif;
	font-weight: bold;
	text-align: left;
	border: none;
	}
#content table.gsheets td {
	padding: 12px 30px 12px 15px;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	color: #585858;
	font-size: .8em;
	vertical-align: top;
	line-height: 130%;
	-webkit-transition: background-color .1s ease-out;
	   -moz-transition: background-color .1s ease-out;
		-ms-transition: background-color .1s ease-out;
	     -o-transition: background-color .1s ease-out;
		 	transition: background-color .1s ease-out;
	}
	#content table.gsheets tr:hover td {
		background-color: #f0f0f0;
		}


/* Links */
#content table.gsheets a.email { border: none; }
#content table.gsheets a .fa { display:inline !important; }


/* Filter bar */

.filterbar-container {
	padding: 1em 0 0 0; margin-bottom: 1.5em;
	border-top: 1px solid #f0f0f0;
	}
.filterbar-container hr { clear: both; background: transparent; }


/* Reset */
.filterbar-container .control,
.filterbar-container .button.reset { float: right; }
.filterbar-container .button.reset:after { content: none !important; }


/* List */

.filterbar-container ul,
.filterbar-container ul li {
	padding: 0 !important; margin: 0 !important;
	list-style-type: none;
	}
.filterbar-container ul li {
	float: left;
	padding-right: 2em !important;
	}
	.filterbar-container ul li.tableSearchContainer { width: 25%; }
	.filterbar-container ul li.filterbycolumnbuttons { width: 40%; padding-right: 0; }
	.filterbar-container ul li.filterbycolumn { width: 30%; padding-right: 0; }
	.filterbar-container ul li.control { width: 20%; padding: 2em 0 0 0 !important; text-align: right; }

.filterbar-container label {
	margin-bottom: .5em;
	display: block;
	font-family: "Bliss Bold","Trebuchet MS",sans-serif;
    font-weight: bold;
    font-size: .9em;
	}
.filterbar-container input.search-input {
	display: block;
	width: 90%;
	}
.filterbar-container select {
	margin-top: .5em;
	width: 100%;
	}
.filterbar-container button { margin-left: 1em; }

.filterbar-container p {
	padding: 1em 0 0 0;
	display: block;
	clear: both;
	}

/* Filter by buttons */

.filterbar-container .filterbycolumnbuttons .button-group { margin-top: -3px; }

.filterbar-container .btn {
	padding: 5px 10px; margin-right: 5px;
	border: none !important;
	font-size: .8em;
	background: #cc0000;
	outline: none;
	white-space: normal !important;
	display: inline;
	line-height: 245%;
	color: #fff !important;
	text-decoration: none !important;
	-webkit-transition: color .1s ease-out !important;
		-ms-transition: color .1s ease-out !important;
       -moz-transition: color .1s ease-out !important;
       	 -o-transition: color .1s ease-out !important;
    		transition: color .1s ease-out !important;
    -webkit-transition: background-color .1s ease-out !important;
    	-ms-transition: background-color .1s ease-out !important;
       -moz-transition: background-color .1s ease-out !important;
       	 -o-transition: background-color .1s ease-out !important;
    		transition: background-color .1s ease-out !important;
	}
.filterbar-container .btn:hover,
.filterbar-container .btn:focus,
.filterbar-container .btn.active {
	color: #fff !important;
	cursor: pointer;
	background: #000;
	border: none !important;
	}
.filterbar-container .btn:active {
	color: #fff !important;
	cursor: pointer;
	background: #000;
	}

.filterbar-container .btn .fa { color: #d8d8d8; }
.filterbar-container .btn:hover .fa,
.filterbar-container .btn:focus .fa,
.filterbar-container .btn.active .fa { color: #fff; }




/* ----------------------------------------------
   ----------------------------------------------
   tablets
   ----------------------------------------------
   ---------------------------------------------- */

@media only screen 
and (min-width : 951px) and (max-width: 1114px) {
	


}



/* ----------------------------------------------
   ----------------------------------------------
   Small tablets
   ----------------------------------------------
   ---------------------------------------------- */
   
@media only screen 
and (min-width : 841px) and (max-width: 950px) {
	

}



/* ----------------------------------------------
   ----------------------------------------------
   Mobile
   ----------------------------------------------
   ---------------------------------------------- */

@media only screen 
and (max-width: 840px) {
	
	/* Filterbar */
	.filterbar-container ul li {
		padding-bottom: 1em !important;
		float: none;
		width: 100% !important;
		padding-right: 0;
		}
	.filterbar-container ul li.control {
		padding-top: 1em !important;
		text-align: left;
		}
	.filterbar-container button {
		margin: 0 1em 0 0;
		}
	.filterbar-container select {
		border: none;
		}
	
	.filterbar-container .button.reset { float: none; }
	
	#content .gsheets-table-container {
		overflow-x: scroll;		
	}

}