a {
	cursor: pointer;
}

.navbar-header p {
	color: rgb(214,214,214);
	padding: 13px 15px 8px;
	height: 46px;
	font-size: 12px;
}

footer {
	padding-left: 177px;
	padding-top: 20px;
	color: white;
}

body { 
	padding-bottom: 70px; 
}

#dashboard-menu li:not(.active) div.pointer {
	display: none;
}

#pad-wrapper {
	font-size: 14px;
	margin-top: 66px;
}

#pad-wrapper h2 {
	margin-top: 50px;
}

.request_feedback {
	margin-top: 80px;
}

.labellist {
	list-style: none;
}

.labellist li {
	margin-top: 10px;
}

.labellist li i {
	margin-left: 36px;
	font-size: 12px;
}

.not_emphasis {
	font-weight: bold;
}

.switchlist {
	list-style: none;
}

.switchlist li {
	margin-top: 15px;
}

.switchlist li input {
	margin-left: 70px;
	margin-top: 10px;
	width: 80%;
}

.switchlist li i {
	margin-left: 72px;
	font-size: 12px;
}

.slider-frame.on {
	background-color: #5cb85c;
	/* Removing transitions because problems on Safari/iOS 9.1*/
	/* transition: all .3s linear; */
	/* -moz-transition: all .3s linear; */
	/* -webkit-transition: all .3s linear; */
	/* -o-transition: all .3s linear; */
}

.slider-frame:not(.on) {
	background-color: #d9534f;
	/* Removing transitions because problems on Safari/iOS 9.1*/
	/* transition: all .3s linear; */
	/* -moz-transition: all .3s linear; */
	/* -webkit-transition: all .3s linear; */
	/* -o-transition: all .3s linear; */
}

/*
This is messing up bootstrap, so removing it.
form {
	margin-left: 50px;
}

.form-control {
	margin-top: 15px;
	width: 300px;
}

form a.btn {
	margin-top: 15px;
}
*/

.datatables-page {
}

table.dataTable thead th {
	padding-left: 9px;
	min-width: 100px;
}
table.dataTable thead th.sorting {
    background: url('/a/img/datatables/sort_both.png') no-repeat center right;
    cursor: pointer;
}
table.dataTable thead th.sorting_asc {
    background: url('/a/img/datatables/sort_asc.png') no-repeat center right;
    cursor: pointer;
}
table.dataTable thead th.sorting_desc {
    background: url('/a/img/datatables/sort_desc.png') no-repeat center right;
    cursor: pointer;
}

div.valuebar {
	background: #76bdee;
	height: 20px;
	border: 1px solid #30a1ec;
}

#summarydiv .row {
	margin-top: 15px;
	margin-bottom: 15px;
}

#summarydiv td {
	width: 1px;
	padding-right: 10px;
}
#summarydiv td:last-child {
	width: 100%;
	white-space: nowrap;
}

#summarydiv .summarybox {
	border-left: 1px solid #ddd;
}

#details img.thumbnail {
	width: 200px;
}

img.zoomed {
	width: 800px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: white;
	border: 1px solid #ccc;
	padding: 4px;
	border-radius: 4px;
	-webkit-animation-duration: 0.3s;
	   -moz-animation-duration: 0.3s;
	     -o-animation-duration: 0.3s;
	        animation-duration: 0.3s;
}

.no-student-work-filler {
	margin-top: 30px;
	padding: 20px;
	background: #F8FDA9;
	border: 1px solid #ccc;
}
.no-student-work-filler img {
	border: 1px solid #ccc;
}

.giftcards-admin .nav-tabs li a {
	padding: 10px;
	color: black;
	text-decoration: none;
}
.giftcards-admin .nav-tabs li:not(.active) a {
	background: #eee;
    border: 1px solid #ccc;
}
.giftcards-admin form {
	margin-top: 40px;
	margin-left: 0;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}
.giftcards-admin form input[type="text"] {
	width: 400px;
}
.giftcards-admin form td {
	padding: 6px;
}
