/*==========================================
* 
* Sidebar Styles
* 
==========================================*/



/**
* Search box
*/
#sidebarPanel .left-col-search {
	position: relative;
	margin: 0;
}

#sidebarPanel .left-col-search input[type="search"] {
	margin: 0;
}

#sidebarPanel .left-col-search .icon {
	color: #999;
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 14px;
}

#sidebarPanel .left-col-search input[type="search"] {
	padding-right: 40px;
}


/**
* Sidebar buttons
*/
#sidebarPanel .left-col-buttons {
	margin: 10px 0;
	overflow: auto;
	overflow-x: hidden;
}

#sidebarPanel .left-col-buttons .btn {
	line-height: 1.25em;
	padding: 16px 8px !important;
	width: calc(50% - 6px);
}

#sidebarPanel .left-col-buttons .btn i {
}

#sidebarPanel .left-col-buttons .btn:first-child {
	float: left;
	margin-right: 8px;
}

#sidebarPanel .left-col-buttons .btn:last-child {
	float: right;
}

#sidebarPanel .left-col-buttons #printList.btn {
	
}

#sidebarPanel .left-col-buttons #addTeamButton.btn {
	
}

#sidebarPanel .left-col-buttons #addTeamButton.btn .fa-users {
	font-size: 1.2em;
	margin-right: 0;
}

#sidebarPanel .left-col-buttons #addTeamButton.btn .fa-plus {
	font-size: 0.6em;
	line-height: 1em;
	margin-left: -1px;
	vertical-align: super;
}



/**
* Sidebar 'Show All' dropdown
*/
#sidebar-wrapper .form-group.show-all {
	margin-bottom: 10px;
}


/**
* Sidebar Search 

#sidebar-search {
	margin: 8px 0 12px 0;
	position: relative;
}

#sidebar-search .icon {
	color: #999;
	font-size: 17px;
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 3;
}

#sidebar-search input.search-box {
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 12px;
	position: relative;
	width: 100%;
	z-index: 1;
}
*/


/**
* Sidebar Filter 

#sidebar-wrapper .subjectlist .checkbox-group {
	margin: 5px;
}

#sidebar-wrapper .subjectlist .checkbox-group input[type=checkbox] {
	margin-right: 2px;
}
*/



/**
* Sidebar table 
*/
.sideTable table.striped {
}

.sideTable table.striped tr {
    background: #fff;
}

.sideTable table.striped tr:nth-child(2n+1) {
    background: #f0f0f0;
}

.sideTable table.striped tr:hover,
.sideTable table.striped tr:focus {
	background: #868c93 !important;
	color: #fff;
	cursor: pointer;
}

.sideTable table.striped tr:not(.sideListSelectedItem):hover i,
.sideTable table.striped tr:not(.sideListSelectedItem):focus i {
	color: #fff !important;
}

.sideTable table.tablesorter {
	border-collapse: separate;
	border: none;
	border-width: 0;
}

.sideTable table.tablesorter tr,
.sideTable table.tablesorter tr th,
.sideTable table.tablesorter tr td {
	border-width: 0;
}

.sideTable {
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
}


.sideTable table.tablesorter,
.sideTable table.tablesorter colgroup,
.sideTable table.tablesorter tbody,
.sideTable table.tablesorter tr {
	display: block;
	width: 100% !important;
}


.sideTable table.tablesorter {
	border: 1px solid #bbb;
	font-size: 15px;
}

.sideTable table.tablesorter tr {
	background: #f0f0f0;
	background: #fff;
}

.sideTable table.tablesorter tr:hover {
	background: #e0e0e0;
	background: #f0f0f0;
	cursor: pointer;
}

.sideTable table.tablesorter tr td {
   border: none;
   
   line-height: 1.2em;
   padding: 10px;
   position: relative;
}


/**
* Selected item
*/
.sideTable table.tablesorter tr.sideListSelectedItem {
    background: #d9edf7 !important;
	/*display: block !important;*/
	position: relative;
	
	border-width: 2px;
 	border-style: solid;
	border-color: #335092;
}

.sideTable table.tablesorter tr.sideListSelectedItem td {
	color: #222;
	padding-left: 16px;
}

.sideTable table.tablesorter tr.sideListSelectedItem:before {
	position: absolute;
	left: -5px;
	top: calc(50% - 5px);
	
	content: " ";
	display: inline-block;
	transform: rotate(90deg);
	
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #335092 transparent;
}
/* 
END: Selected item
*/


.sideTable table.tablesorter tr td .group-name,
.sideTable table.tablesorter tr td .group-size {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.sideTable table.tablesorter tr td .group-name {
	font-size: 1.2em;
	margin: 0;
}

.sideTable tabl.tablesorter tr td .group-size {
	font-size: 1em;
	margin: 0;
}


/**
* Archived item
*/
.sideTable table.tablesorter tr.archivedGrid {
	font-style: italic;
}

.sideTable table.tablesorter tr.archivedGrid td {
	color: #777;
	padding-left: 24px;
}

.sideTable table.tablesorter .icon.archive {
	display: inline-block;
	position: relative;
	
	height: 17px;
	width: 22px;
}

.sideTable table.tablesorter tr.archivedGrid td:before,
.sideTable table.tablesorter .icon.archive:before {
	background: #999;
	border-radius: 0 0 2px 2px;
	content: " ";
	display: inline-block;
	height: 10px;
	width: 15px;
	
	position: absolute;
	top: 8px;
	left: 4px;
}

.sideTable table.tablesorter tr.archivedGrid td:after,
.sideTable table.tablesorter .icon.archive:after {
	background: #999;
	border-radius: 0 2px 0 0;
	content: " ";
	display: inline-block;
	height: 4px;
	width: 7px;
	
	position: absolute;
	top: 6px;
	left: 6px;
}

.sideTable table.tablesorter tr.archivedGrid.sideListSelectedItem td {
	padding-left: 28px;
}

.sideTable table.tablesorter tr.archivedGrid.sideListSelectedItem td:before {
	left: 8px;
}

.sideTable table.tablesorter tr.archivedGrid.sideListSelectedItem td:after {
	left: 10px;
}
/*
END: Archived item
*/



