﻿h1, h2, h3, h4 {
	font-weight: bold;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
/* user details styles */
.usercell {
	padding: 0px !important;
	margin: 0px !important;
}
.user-details {
	background-color: white !important;
	padding-bottom:7px;
}
.user-details > div {
	padding-bottom: 5px;
	padding-top: 5px;
}
	.user-details > div:nth-child(odd) {
		background-color: #f9f9f9;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
.user-details > div:nth-child(even) {

}
.user-details > div > div.support-header {
	font-weight:bold;
	background-color:#000;
	color:#fff;
	text-align:center;
} 
.user-details > div > div:first-child {
	padding-right: 0px;
}
.user-details > div > div:nth-child(2) {
	padding-left: 2px;
}
.user-details .user_buttons a {
	border-left: 5px hidden inherit;
	border-right: 5px hidden inherit;
}
/* accessibility styles*/
a.skip {
	text-decoration: none;
	position: absolute;
	top: -1000px;
	left: -1000px;
	height: 1px;
	height: 1px;
	width: 1px;
	text-align: left;
	overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
	color: #fff;
	background-color: #b00;
	top: auto;
	left: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 20px 35%;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
	font-size: 1.6em;
	z-index: 999;
}
a:focus {
	background-color: #a0dcfa40;
}


.btn-success {
    color: #fff;
    background-color: #396f3a;
    border-color: #305e31;
    background-image: none;
}

/* datetimepicker for test activation page */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	background-color: #EEE !important;
	border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 25px !important;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 1.25 !important;
	height: 1.25em !important;
}

.bootstrap-datetimepicker-widget table td {
	height: 25px !important;
	line-height: 25px !important;
	width: 25px !important;
}

.bootstrap-datetimepicker-widget table td span {
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
}

/* admin homepage color panels */
.panel-green {
	border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red  a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}
.panel-footer{
position:relative;
min-height:100px;
padding-bottom:20px;
}
.moreinfo {
	position: absolute;
	bottom:10px;
	right:15px;
}

/* Callouts */
.bs-callout {padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px;border-radius: 3px;}
.bs-callout h4 { margin-top: 0; margin-bottom: 5px;}
.bs-callout p:last-child { margin-bottom: 0;}
.bs-callout code {border-radius: 3px;}
.bs-callout + .bs-callout {margin-top: -5px;}
.bs-callout-default { border-left-color: #777;}
.bs-callout-default h4 {color: #777;}
.bs-callout-primary {border-left-color: #428bca;}
.bs-callout-primary h4 {color: #428bca;}
.bs-callout-success { border-left-color: #5cb85c;}
.bs-callout-success h4 {color: #5cb85c;}
.bs-callout-danger { border-left-color: #d9534f;}
.bs-callout-danger h4 { color: #d9534f; }
.bs-callout-warning {border-left-color: #f0ad4e;}
.bs-callout-warning h4 {color: #f0ad4e;}
.bs-callout-info {border-left-color: #5bc0de;}
.bs-callout-info h4 { color: #5bc0de; }

/* Datatables mostly the list view */
.dataTables_processing {
	z-index: 100;
	color: #fff !important;
	background-color: #000 !important;
}

table.dataTable.table-condensed > thead > tr > th {
	padding-right: 18px !important;
}

.tableInfoFooter > .dataTables_length {
	float: left;
}

.tableInfoFooter > .dataTables_info {
	text-align: center;
}

.tableInfoFooter > .dataTables_paginate {
	float: right;
}

.top > .dataTables_filter {
	display: inline;
	float: right;
}

.top > .bulkActions {
	display: inline;
}

span.parameter > select {
	max-width: 150px;
}

.table-info td:first-child {
	font-weight: bold;
	text-align: right;
}

tr.loading > .details-control {
	background-image: none;
}

.admin-action {
	cursor: pointer;
	color: #337ab7;
}

.test-results tr td:nth-child(5), .test-results tr td:nth-child(6), .test-results tr td:nth-child(7), .test-results tr td:nth-child(8), .test-results tr th:nth-child(7), .test-results tr th:nth-child(8) {
    text-align: center;
}

	.test-results tr td:nth-child(7):not(.admin-action), .test-results tr td:nth-child(8):not(.admin-action) {
		color: #a50707;
		cursor: not-allowed;
	}



/* Sidebar */
ul#accordion {border: 1px solid #ddd;margin-bottom: 20px;border-radius: 4px;color: #333;}
ul#accordion,ul#accordion ul{list-style-type:none;margin:0;padding:0;}
ul#accordion a{color:#666;display:block;padding:10px 15px;margin:0;text-decoration:none;border-bottom:1px solid #ddd;}
ul#accordion > li a:hover {color:#000;background:linear-gradient(to bottom,#F9F9F9 0%,#ddd 100%);}
ul#accordion > li ul > li a:hover {color:#933;background:linear-gradient(to bottom,#F9F9F9 0%,#efefef 100%);}
ul#accordion > li ul > li a.active {color:#933;}
ul#accordion li ul li a{padding-left:15px;}
ul#accordion .indicator{color:#777;}
ul#accordion .panel{border:none;border-radius:0;}
ul#accordion > li{margin-bottom:0px;border-bottom:1px solid #ddd;background:linear-gradient(to bottom,#F9F9F9 0%,#EEE 100%);text-shadow:1px 2px 2px #fff;}
ul#accordion li ul{border-bottom:1px solid #ddd;}
ul#accordion li ul li{margin-bottom:-1px;background-color:#fff;}

/* Login page CSS */
#login {
	margin: 5% auto;
	max-width: 400px;
    text-align: center
}

#login h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px;

}
#reset-form h1 {
	margin-bottom: 10px;
}
#login img{
    display: block;
    margin: auto;
	width:100%;
    padding: 5%;
}

#login .wrapper {
	background-color: #f5f5f5;
	padding: 0 30px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
	z-index: 2;
	position: relative
}

#login .sso {
	background-color: #ba0c2f;
	padding: 40px 30px 10px 30px;
	margin-top: -40px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #ddd;
	z-index: 1;
	position: relative
}

#login .sso a {
	color: #ffffff;
}
	#login .sso a:Hover {
		color: #ffffff;
	}
	#login .sso a:visited {
		color: #ffffff;
	}

#login #reset-form {
    display:none;
}

#login .input-group {
    margin-bottom: 20px;
}

#breadcrumb ol {
    border:1px solid #ddd;
}

.site-footer, .page-wrap:after {
	height: -40px;
}

.site-footer {
	margin:0px auto;
	background: #f5f5f5;
	padding: 10px 0px;
	text-align:center;
}
.site-footer a {
	color: #000;
}

/* does not seem to be used 2/5/18 BH
.nogutterleft {
   padding-left: 0 !important;
   margin-left: 0 !important;
}
*/


/*Wizard CSS*/
.wizard {
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard span.round-tab svg {
	line-height: 70px;
}

.wizard li.disabled span.round-tab {
	background-color:#e0e0e0;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.wizard span.round-tab svg{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard li.active span.round-tab svg{
    color: #5bc0de;
}

.wizard span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard .wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 25px;
}

.wizard h3 {
    margin-top: 0;
}

.wizard svg {
	vertical-align: 0;
}
/*End Wizard CSS*/



#impersonateBtn:hover, #impersonateBtn:focus{
    text-decoration:none;
}
#impersonateBtn{
    padding-top: 15px;
    padding-bottom: 15px;
    border: 0;
}

td.details-control {
	background: url('../../Content/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.details td.details-control {
	background: url('../../Content/details_close.png') no-repeat center center;
}
td.details-user-control {
    background: url('../../Content/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.details td.details-user-control {
    background: url('../../Content/details_close.png') no-repeat center center;
}
.nav-bar>.active>a, .nav-bar>.active>a>i, .nav-bar>.active>a>svg {
	color: #a94442 !important;
}

.has-error label {
  color: #a94442;
}

/*Bootstrap Scrollspy sidebar for Docs*/
	.group {
		width: 100%;
        padding-bottom:25px;
		/*height: 500px;
		background: yellow;*/
	}

	.group .subgroup {
		width: 100%;
        padding-bottom:25px;
		/*height: 200px;
		background: orange;*/
	}

	.fixed {
		position: fixed;
	}

	/* sidebar */
	.bs-docs-sidebar {
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	/* all links */
	.bs-docs-sidebar .nav > li > a {
		color: #999;
		border-left: 2px solid transparent;
		padding: 4px 20px;
		font-size: 13px;
		font-weight: 400;
	}

	/* nested links */
	.bs-docs-sidebar .nav .nav > li > a {
		padding-top: 1px;
		padding-bottom: 1px;
		padding-left: 30px;
		font-size: 12px;
	}

	/* active & hover links */
	.bs-docs-sidebar .nav > .active > a,
	.bs-docs-sidebar .nav > li > a:hover,
	.bs-docs-sidebar .nav > li > a:focus {
		color: #563d7c;
		text-decoration: none;
		background-color: transparent;
		border-left-color: #563d7c;
	}
	/* all active links */
	.bs-docs-sidebar .nav > .active > a,
	.bs-docs-sidebar .nav > .active:hover > a,
	.bs-docs-sidebar .nav > .active:focus > a {
		font-weight: 700;
	}
	/* nested active links */
	.bs-docs-sidebar .nav .nav > .active > a,
	.bs-docs-sidebar .nav .nav > .active:hover > a,
	.bs-docs-sidebar .nav .nav > .active:focus > a {
		font-weight: 500;
	}

	/* hide inactive nested list */
	.bs-docs-sidebar .nav ul.nav {
		display: none;
	}
	/* show active nested list */
	.bs-docs-sidebar .nav > .active > ul.nav {
		display: block;
	}

	.group, .subgroup {
		padding-top: 50px;
		margin-top: -50px;
	}

/*Fix to hide absolute sidebar below 1200px */
@media (max-width: 1200px) {
  .nav-stacked.fixed {
    display: none;
  }
}



/* off canvas test*/

/*
 * Style tweaks
 * --------------------------------------------------
 */

/* Prevent scroll on narrow devices */
/*html,
body {
    overflow-x: hidden;
}*/

body {
    padding-top: 70px;
}


footer {
    padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 0;
    }

    .row-offcanvas-left {
        left: 0;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -75%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 75%; /* 6 columns */
    }

    .sidebar-offcanvas {
        padding-left: 30px;
        position: absolute;
        top: 0;
        width: 75%; /* 6 columns */
    }
}

/* homepage calendar */

	#home_calendar .fixed-panel {
		min-height: 200px;
		max-height: 500px;
		overflow-y: scroll;
	}

	#home_calendar .event {
		margin-bottom: 2em;
	}

	div.calendarDate {
		margin: 10px auto 20px auto;
		font: .8em Arial, sans-serif; /*change calendarIcon size */
		display: block;
		position: relative;
		width: 7em;
		height: 7em;
		background-color: #f8f8f8;
		background-image: linear-gradient(#f8f8f8 0%, #e5e5e5 100%);
		border-radius: .5em;
	}

	div.calendarDate em, div.calendarDate strong, div.calendarDate span {
		display: block;
		width: 100%;
		font-size: 1em;
		font-weight: bold;
		font-style: normal;
		text-align: center;
	}

	div.calendarDate strong {
		border-radius: .5em .5em 0 0;
		position: absolute;
		top: 0;
		padding: 0.5em 0;
		color: #fff;
		text-shadow: #333 0 1px 0;
		background-color: #d9534f;
		border-bottom: 3px solid #ddd;
	}

	div.calendarDate em {
		position: absolute;
		font-size: 1.2em;
		bottom: 0em;
		color: #000;
		padding-top: .2em;
		height: 1.6em;
	}

	div.calendarDate span {
		font-size: 2.8em;
		letter-spacing: -0.05em;
		padding-top: 0.8em;
		color: #2f2f2f;
	}

	div.calendarDate .icon {
		position: absolute;
		bottom: -10px;
		right: -15px;
		margin-left: 10px;
	}
	/* Likert Scale radio buttons */
	ul.likert {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	li.likert {
		float: left;
		width: 20%;
		text-align: center;
		list-style-type: none;
	}
