@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500,500italic,700,700italic,900,900italic);
html {
  position: relative;
  min-height: 100%;
}
body{
	font-family: 'Roboto', sans-serif;
	/* Margin bottom by footer height */
    margin-bottom: 90px;
	background: #F8F8F9;
	color: #242424;
}
/*Helper classes css*/
.margin-right .btn-sm{
    margin-right:10px;
}
.margin-right .btn-sm:last-child{
    margin-right:0;
}
.title-tag{
    font-weight: 400;
    margin-bottom: 0;
}
.hr{
    border-bottom: 2px solid #c7c1c1;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gray-bg{
    background-color:#eee;
}
.btn-md{
    padding: 6px 10px;
}
.fa-question-circle{
    color:#000;
}
.progress{
	height: 17px;
	line-height: 17px;
	margin: 5px 0 !important;
	border: 0;
}

.progress .bar{
	font-size: 12px;
}
.inset-box {
	font-size: 24px;
}
.greybar{
	background-color: #ccc;
	margin-bottom: 2px;
}
.btn.btn-cancel{
  width: 68px;
  font-size: 14px;
  background: #ccc;
}

.btn.btn-cancel:hover{
  background: #666;
  color: #fff;
}

.btn.btn-help{
	background: #d9e2e8 !important;
	color: #1b3844;
	margin-bottom:10px;
	width: 189px;
	height: 45px;
	font-size:18px;
}

.btn.btn-help:hover{
	background: #1b3945 !important;
	color: #fff;
}
.btn.btn-white{
	background: #fff;
	color: #000;
	border: 1px solid #ccc;
}

.btn.btn-white:hover{
	background: #ccc;
}

.btn.btn-goback{
	background: #636363 !important;
	color: #fff;
}

.btn.btn-goback:hover{
	background: #959595 !important;
	color: #fff;
}
.btn.btn-savesubmit{
	width: 200px;
	height: 22px;
	background: #f88c3d;
	color: #fff;
	font-weight: 600;
}

.btn.btn-savesubmit:hover{
	background: #d6773e;
}

.btn.btn-launchtest {
	height:44px;
	width:200px;
	margin-bottom:30px;
	margin-top:10px;
	font-size:20px;
	font-weight:400;
}
.btn.btn-grey{
	color: #fff;
	font-weight: 600;
	background-color: #a6a8ab;
}

.btn.btn-grey:hover{
	background-color: #808184;
}
.btn.btn-previous{
	height:31px;
	width:68px;
	margin-right:10px;
	font-size: 14px;
	background: #ccc;
}

.btn.btn-previous:hover{
	background: #666;
}

.btn.btn-testquestions-live{
	width: 180px;
	height: 40px;
	font-size: 18px;
	background: #ccc;
}

.btn.btn-testquestions-live:hover{
	background: #666;
}

.btn.btn-testquestions-live-blue{
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 30px;
	background: #459fc9;
}

.btn.btn-testquestions-live-blue:hover{
	background: #357d9b;
}

.btn-testquestions {
	background-color:#fff;
	border:1px solid #666;
	padding: 2px 10px;
}

.dropdown-toggle:focus {
    outline: 5px auto -webkit-focus-ring-color;
}
.certmodal {
	z-index: 9999;
	font-size: 36px;
	height:600px;
	width:700px;
	margin: -50px 0 0 -360px;
}
.floaticontotheleft {
	float:left;
	padding-left:20px;
	padding-right:20px;
	margin-top: 0;
}
.circle {
	text-align: center;
	background-color: #0f0;
	height: 12px;
	margin-top:6px;
	margin-right: 10px;
	width: 12px;
	float: left;
}
.h1-div {
	border-bottom:5px solid #eeeeee;
	margin-bottom:10px;
	margin-top:-25px;
}

.form-help-text {
	font-size: 13px;
}

.information-font {
	font-size: 16px;
}
/* Data Tables */

.proctorreporttablerows-top {
	background-color: #666;
	color:#fff;
	margin-bottom: 2px;
}

.proctorreporttablerows {
	background-color: #eee;
	margin-bottom: 2px;
}

.proctorreporttablerows-top-angularview {
	background-color: #666;
	color:#fff;
	margin-bottom: 2px;
	font-size:14px;
	font-weight: 600;
}

.proctorreporttablerows-angularview {
	background-color: #eee;
	margin-bottom: 2px;
	font-size:14px;
}

.testvideobox {
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:200px;
}

.nav.test-q.sidebar-nav-list li .time_remaining {
	margin: 5px 0;
}
/* Help Buttons */

.help-text {
	font-size: 24px;
	font-weight: 600;
	padding-right:10px;
}

.help-position-fixed-top {
	position:fixed !important;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	padding: 12px 10px 20px 20px;
	background-color: #223746;
	color: #fff;
	font-size: 14px;
	width: 260px;
	cursor: pointer;
}

.help-position-fixed-center {
	position:fixed;
	bottom:0;
	right:50px;
	padding: 4px;
	margin-left:-4px;
	z-index: 9998;
}

.help-position-fixed-center-angular {
	position:fixed;
	bottom:0;
	right:50px;
	padding: 4px;
	margin-left:-4px;
	z-index: 9999;
}

.help-expand-out-absolute {
	position:fixed !important;
	bottom: 10%;
	left:80%;
	padding: 4px;
	margin-left:-4px;
}

.box-angular-test {
	position: relative;
	background-color: #abc;
	width: 40px;
	height: 40px;
	float: left;
	margin: 5px;
	cursor:pointer
}

.box-angular-test-identity {
	position: relative;
	background-color: blue;
	width: 15px;
	height: 15px;
	float: left;
	margin: 5px;
	cursor:pointer
}

.box-angular-test-incidents {
	position: relative;
	background-color: aqua;
	width: 15px;
	height: 15px;
	float: left;
	margin: 5px;
	cursor:pointer
}

.tab-container{
	border: 1px solid #ccc;
	margin-top:10px;
}

.verbose-accessibility {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -100px;
}
/* header navbar css*/
header{
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.nav-menu{
    background-color: #eeeeee;
}
.navbar-default{
    padding:5px 0;
    margin-bottom:0;
    background: #fff;
    border:none;
}
.navbar-brand {
    padding: 5px 0 !important;
    height: 70px;
    margin-left: 0!important;
}
.navbar-brand img {
    height: 65px;
}
.navbar-top {
    background-color: white;
    padding: 5px 0 !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.navbar-nav.navbar-right{
    padding-top:5px;
}
.navbar-default .leftsideimg {
    padding-top:0;
    padding-bottom:0;
    height: 65px !important; /* height of image area */
    width: 320px!important; /* width of image area */
    background-image:url('../../proctortrack/images/proctortrack_logo_new.svg?build=1.0.0'); /* logo */
    background-repeat:no-repeat;
    background-size: contain;
}
.navbar-default .leftsideimg1 {
    padding-top:0;
	padding-bottom:0;
	/* margin-top: 15px; */
    /*height: 50px !important;  height of image area */
    /*width: 60px !important;  width of image area */
    background-image:url('../../img/dashboard-anonymous/header_logo.svg'); /* logo */
    background-repeat:no-repeat;
    background-size: contain;
    width: 135px;
    margin-top: 8px;
	margin-left: 20px !important;
	height: 60px !important;
}
.navbar-header .logout-btn{
    padding:20px 15px;
}
.cms-breadcrumbs {
	background-color: #303333;
	color: #fff;
	margin-top:0;
    margin-bottom:0;
	padding:10px;
}

.cms-breadcrumbs-black {
	background-color: #202222;
	color: #fff;
	/*margin-bottom:20px;*/
	padding:10px;
}
a .cms-breadcrumbs-link {
	color:#fff;
}

a .cms-breadcrumbs-link-active {
	color:#1F74DE;
}
a .cms-breadcrumbs-link:hover {
	color:#ccc;
}
.account-bar-icon-color {
    font-size: 16px;
    color:#333;
}
[data-notifications] {
	position: relative;
}
[data-notifications]:after {
	content: attr(data-notifications);
	position: absolute;
	right: 3px;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	line-height:1.4em;
	text-align:center;
	font-weight:bold;
	color:#fff;
	text-shadow:0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow:
	inset 0 1px 0 rgba(255,255,255,35),
	0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow:
	inset 0 1px 0 rgba(255,255,255,.35),
	0 1px 1px rgba(0,0,0,.2);
	box-shadow:
	inset 0 1px 0 rgba(255,255,255,.35),
	0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius:4em;
	-moz-border-radius:4em;
	border-radius:4em;
	background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f78297', EndColorStr='#f46677');
	border:1px solid #ce4f5e;
}
.navbar-text {
	font-size: 12px;
	text-transform: uppercase;
	width:96px;
	margin-bottom:0;
}
.grey-container {
	background-color:#eee;
	text-align:center;
	padding: 15px 0;
}
.navbar-box{
    display: inline-block;
}
.cms-light-blue-container {
    background-color: #ebeff2;
    padding: 20px 0;
}
.gray-title-tag{
    font-size: 16px;
    color: #abadaf;
    text-transform: uppercase;
    margin:0;
    margin-top:5px;
}
/* dashboard menu css */
#dashboard-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#dashboard-menu ul li {
  display: block;
  position: relative;
  float: left;
}
#dashboard-menu ul li .level1 li, #dashboard-menu ul li .level1 li .level2 li  {
  display: block;
  position: relative;
  float: left;
  min-width: 231px;
  width: 100%;
  border-top: 1px solid #eee;
}

#dashboard-menu li ul { display: none; }

#dashboard-menu ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none;
  white-space: nowrap;
  color: #000 !important;
}
.main-nav li a{
	text-transform: uppercase;
    font-size: 15px;
}

#dashboard-menu ul li a:hover,
#dashboard-menu ul li a:focus-within {
	background: #303333;
	color: #fff !important;
}
#dashboard-menu li:hover > ul,
#dashboard-menu li:focus-within > ul {
  display: block;
  position: absolute;
  z-index: 999999;
}
.level1, .level2{
	background-color: #fff;
	box-shadow: 0 7px 11px -2px #888888;
}
.level1 li  a, .level2 li a{
	text-transform: capitalize;
    font-size: 15px;
}
#dashboard-menu li:hover li,
#dashboard-menu li:focus-within li { float: none; }
#dashboard-menu li:hover li a:hover,
#dashboard-menu li:hover li a:focus-within {
	background: #303333;
	color: #fff;
}

.main-nav li ul li { border-top: 0; }

ul ul ul {
  left: 100%;
  top: 0;
}
.custom-ctrl{
    width: auto;
    display: initial;
}
.panel.panel-test-data >.panel-heading{
    background-color:#eeeeee !important;
}
.panel-count h3{
    margin: 0;
    color: #242424;
    font-size: 33px;
    font-weight: 400;
    display: inline-block;
}
.panel-count{
    text-align: center;
    box-shadow: none;
    padding: 15px;
}
.panel-test{
    margin-bottom:20px;
}
.panel-test-footer{
    color: #707070;
    border: none;
    padding: 0;
    text-align:center;
}
.panel-test-data .col-xs-6:after{
    background-color: #E9E9E9;
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
}
.panel-test-data .col-xs-6:first-child:after{
     background-color:transparent;
     width:0;
}
.panel-test-data .col-xs-4:first-child:after{
    background-color:transparent;
    width:0;
}
.panel-test-data .col-xs-4:after{
    background-color: #E9E9E9;
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
}

.test-panel-dark{
    background: #303333;
    padding-top:20px;
}
.panel-dark p, .panel-dark small{
    color:#fff;
}
.panel-dark{
    background: #303333;
    border: 1px solid #eeeeee;
}
.panel-dark .panel-heading{
    background-color:#eeeeee;
}
.panel-dark .panel-heading h3{
    color:#000;
}
.test-result{
    color:#fff;
    text-align:center;
    margin-bottom:20px;
}
.test-count{
    padding:15px;
}
.test-count h3{
    margin:0;
}
.chart-block .panel-dark .col-xs-6:after{
    background-color: #E9E9E9;
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
}
.chart-block .panel-dark .col-xs-6:first-child:after{
     background-color:transparent;
     width:0;
}
.chart-block .panel-dark .col-xs-4:first-child:after{
    background-color:transparent;
    width:0;
}
.chart-block .panel-dark .col-xs-4:after{
    background-color: #E9E9E9;
    content: '';
    height: 50%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 25%;
}
/* table css */
.custom-table tbody tr:nth-child(even) td{
  padding:0;
  border:none;
}
.custom-table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #E6E6E6;
    background-color: #eee;
}
.custom-table>tbody>tr>td{
    border-bottom: 1px solid #E6E6E6;
    border-top:0;
}
.custom-table>tbody>tr>td, .table>thead>tr>th{
    vertical-align:middle;
    padding:10px;
}
.custom-table>thead>tr>th{
    font-weight:500;
}
.table>thead>tr>th,.table>thead>tr>td {
    vertical-align: bottom;
    border-bottom: 1px solid #E6E6E6;
    background-color: #f3f2f2;
}
.table:not(.table-striped)>tbody>tr>td{
    border-bottom: 1px solid #E6E6E6;
    border-top:0;
    /* word-break: break-all; */
}
hr {
    margin: 15px 0 !important;
    padding: 0 !important;
    border-top: 0;
    border-bottom: 1px solid #D3D3D3 !important;
    height: 0;
}
.label{
	font-weight: 400;
	padding: 3px 6px !important;
	font-size: 13px;
	text-transform: uppercase;
    /*color: #666;*/
}
.label-custom {
    background-color: #1F74DE;
    color:#fff;
}
table #menu1{
    right:0;
    left:auto;
}
/**************  form css  ********************/
.required-item {
    color: #d90000;
}
.euro-date {
    font-size: 10px;
    margin: 5px 0;
}
/****************** footer css  *********************/
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
	border-top: 1px solid #e7e7e7;
	background: #F5F6FA;
    color: #585865;
    font-size: 13px;
	padding: 7px 0;
	height: auto;
}
footer .copy {
    padding: 25px 0;
    font-weight:400;
}
footer ul li {
    padding: 0 !important;
}
footer ul li a{
    color: #1A62BC;
}
footer ul li a:hover{
    color: #1A62BC;
}
footer .list-inline>li:first-child{
    padding-left:0;
}
footer ul li:after {
   content: '|';
   margin: 0 5px;
}
footer ul li:last-child:after {
    content: initial;
}

.ui-state-highlight {
	background-color: #FFF;
	border: 1px solid #000;
	cursor: move;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 0;
	text-align: center;
	min-height: 10px;
}

.ui-state-default {
	background-color: #FFF;
	border: 1px solid #000;
	cursor: move;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 20px 0;
	text-align: center;
}
.btn-backtodashboard {
	width:175px;
}

.blue-container {
	background-color: #ebeff2;
}

.blue-container-padded {
	background-color: #ebeff2;
	margin-top:-20px;
	margin-bottom:20px;
}

.blue-container-padded-big {
	background-color: #ebeff2;
	margin-top:0;
	padding-bottom:100px;
}

.question-edit-label {
	padding-right:20px;
}

.question-edit-radio {
	padding-left:10px;
}

.question-edit-question-title {
	width:80%;
	float:left;
	padding-left:10px;
	padding-right: 10px;
}


.question-edit-choice-position {
	margin-left:20px;
	margin-top:8px;
	width:200px;
	position:absolute;
}

.question-edit-field-position {
	position:absolute;
	margin-left:60px;
	margin-top:-40px;
}
.navbar-login-register {
	cursor:pointer;
	color:#adadad;
	padding:20px;
	padding-bottom:37px;
}

.navbar-login-register:hover {
	cursor:pointer;
	border-bottom:5px solid #1e428a;
	color:#1e428a;
}

.navbar-login-register-disableme {
	cursor:pointer;
	color:#adadad;
	padding:20px;
	padding-bottom:37px;
}

.navbar-login-register-disableme:hover {
	cursor:pointer;
	border-bottom:5px solid #adadad;
	color:#adadad;
}

.navbar-login-container {
	margin-top:30px;
	margin-right:10px;
	float:left;
}

.token-sidebar {
	background-color:#e8eef6;
	margin-top:40px;
	padding:20px;
}

.firstrun-step-header {
	font-size:24px;
	color: #97999b;
}

.firstrun-para {
	font-size: 16px;
	margin-top:10px;
	margin-bottom:40px;
}

.firstrun-para-grey {
	font-size: 16px;
	margin-top:-30px;
	margin-bottom:40px;
	color: #97999b;
}

.firstrun-char-remain {
	color: #97999b;
	font-size:14px;
}
.pink[data-bubble]:after {
	background-image: -webkit-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -moz-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -o-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: -ms-linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	background-image: linear-gradient(top, rgb(247, 130, 151), rgb(244, 102, 119));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f78297', EndColorStr='#f46677');
	border:1px solid #ce4f5e;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.support-modal-open {
	overflow: hidden;
}

.support-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: auto;
	overflow-y: scroll;
}

.support-modal.fade .support-modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	}

.support-modal.in .support-modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.support-modal-dialog {
	position: relative;
	z-index: 1050;
	width: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.support-modal-content {
	position: relative;
	background-color: #ffffff;
	border: 0 solid #999999;
	border: 0 solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
}

.support-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
	background-color: #000000;
}

.support-modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.support-modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.support-modal-header {
	min-height: 16.428571429px;
	padding: 15px;
	border-bottom: 0;
}

.support-modal-header .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	margin-top: -8px;
	background-color:#a7a7a7;
	height:30px;
	width:30px;
	border-radius:20px;
}

.support-modal-title {
	margin: 0;
	line-height: 1.428571429;
}

.support-modal-body {
	position: relative;
	padding: 20px;
}

.support-modal-footer {
	padding: 19px 20px 20px;
	margin-top: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.support-modal-footer:before,
.support-modal-footer:after {
	display: table;
	content: " ";
}

.support-modal-footer:after {
	clear: both;
}

.support-modal-footer:before,
.support-modal-footer:after {
	display: table;
	content: " ";
}

.support-modal-footer:after {
	clear: both;
}

.support-modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.support-modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}

.support-modal-footer .btn-block + .btn-block {
	margin-left: 0;
}

@media screen and (min-width: 768px) {
	.support-modal-dialog {
		width: 900px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.support-modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
}

.down_for_maintenance_header {
	color: #ffc23f;
	text-transform: uppercase;
	font-size: 18px;
}

.down_for_maintenance_body {
	font-size: 18px;
}

.down_for_maintenance {
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	background-color: #fff;
	border-bottom: 4px solid #ffc23f;
	height:180px;
}

.reset-space {
	margin-top:20px;
}
.incident-listing.ng-enter,
.incident-listing.ng-leave{
	-webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
}

.incident-listing.ng-enter.ng-enter-active,

.incident-listing.ng-leave {
  opacity: 1;
    top: 0;
    height: 30px;
}


.incident-listing.ng-leave.ng-leave-active,
.incident-listing.ng-enter{
	opacity: 0;
    top: -50px;
    height: 0;
}
.video-small-image {
	height:150px;
	width: auto;
}
.video-large-image {
	height:300px;
	width: auto;
}
.screencast-small-image {
	height:150px;
	width: auto;
}
.screencast-large-image {
	height:300px;
	width: auto;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
.content{
	margin: 20px 0;
}
.paging {
	width:270px;
	clear:both;
	padding:6px 0;
	line-height:17px;
	font-size:13px;
}

.paging span, .paging a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:5px 8px;
	text-decoration:none;
	width:auto;
	color:#666;
	background: #ddd;
	border:0 solid #ddd;
	font-weight:normal;
}

.paging a:hover{
	color:#fff;
}

.paging .current{
	padding:5px 8px;
	color:#fff;
}
.question-numbers{
    padding: 15px 0;
    text-align: center;
}
.form-label{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.margin-bottom{
    margin-bottom:30px;
}
#change-password-form .form-group{
    margin-bottom:25px;
}
#change-password-form .form-group:last-of-type{
    margin-bottom:15px;
}
#register-new .form-group{
    margin-bottom:25px;
}
.table>tbody>tr>.collapse-row{
    padding:0;
    background-color: #383838;
    color: #ffffff;
    border:none;
}
.panel.panel-onb-scr{
    border:1px solid #E6E6E6;
}
.panel.panel-onb-scr>.panel-heading{
    background: #282C35;
    color: #ECECEC;
}
.panel.panel-onb-scr>.panel-body{
    background: #d9d9d7;
}
.panel.panel-onb-scr>.panel-body .fail-image {
    text-align: center;
    padding: 160px 0;
}
/*section loader icon*/
.section-loading {
  overflow: hidden;
}

.section-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: .5;
  filter: alpha(opacity=50);
}

.section-loader {
  z-index: 100;
  width: 156px;
  height: 44px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}

.section-loader i {
  margin: 0 10px;
  vertical-align: sub;
}

.footer-pt-logo {
    height: 38px;
    margin-right: 5px;
}
#vf-main-navbar .dropdown-menu>li>a{
    color: #333 !important;
}
#vf-main-navbar .dropdown .caret{
    color: #333 !important;
}
ul.list-inline{
    margin-left:0 !important;
}
.export-ready-msg-box{
    display: block;
}
.export-ready-msg-box .icon{
    display: inline-block;
    float: left;
    width: 24%;
    padding: 25px 15px;
}
.export-ready-msg-box .icon i{
    color: #4AD991;
    font-size: 81px;
}
.export-ready-msg-box .info .btn{
    padding: 0 4px;
}
.well-dark-custom {
    padding: 0;
    border-radius:0;
}
td.dropdown-bg {
    background: #43425D !important;
    padding: 8px!important;
}
.table.data-table td:last-child {
  padding: 8px 0;
  width: 29px;
  text-align: center;
  border-right: 2px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
}
.table.data-table td p.bottom-text {
  color: #9D9DAA;
  font-size: 12px;
  margin: 5px 0 5px 29px;
}
.table.table-light tr:nth-child(odd) td {
  vertical-align: middle;
}
.table.data-table td:nth-last-child(2) button, .table.data-table td:last-child button {
  padding: 0;
}
.btn-expired{
    border: 1px solid #FF7285;
    color: #FF7285;
    padding:7px 26px;
    border-radius: 20px;
    width:100px;
    font-size: 15px;
    background: #FFD2D8;
}
.btn-expired:hover, .btn-expired:active, .btn-expired:focus {
   color: #FF7285;
}
.export-btn{
    border: 2px solid #43425D;
    padding: 2px 3px;
    border-radius: 50%;
}
/*styles for download plugin page*/
.btn-custom-outline {
    color: #ffffff;
    background-color: #1F74DE !important;
    border-color: #1F74DE !important;
}
.btn-custom-outline:not(.btn-hover-nobg):hover,
.btn-custom-outline:not(.btn-hover-nobg):focus,
.btn-custom-outline:active {
    background-color: transparent !important;
	border-color: #1F74DE !important;
	color: #1F74DE;
}
.bg-splash{
    background-image: linear-gradient(to right, rgba(48, 49, 51, .63), rgba(48, 49, 51, .63)), url(../../img/dashboard-anonymous/Header_Proctortrack.jpg)!important;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: 0 -50px;
}
.bg-splash-dmv {
    background-image: linear-gradient(to right, rgba(22, 49, 89, 0.77),rgba(22, 49, 89, 0.77)), url("../../img/dashboard-anonymous/illustration-bridge.png")!important;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
	/* overflow: hidden; */
}
.panel-browser-support{
    padding: 40px 25px;
    margin: calc(25vh - 80px) 0;
}
.splash-text-container{
    margin-top: 250px;
}
.splash-text-container h2{
    margin-bottom: 80px;
}
.splash-text-container p{
    margin-bottom: 5px;
    font-size: 16px;
}
.splash-text-container a{
    margin-top: 60px;
}

@media screen and (max-width: 962px) {
    .splash-text-container {
        margin-top: 180px;
    }
    .splash-text-container h2 {
        margin-bottom: 20px;
    }
    .splash-text-container a{
        margin-top: 20px;
    }
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px 30px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 0;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.04);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px;
}
.card-badge{
    background: #9D9DAA;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    padding: 6px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
}
.table.table-reasons tbody tr:last-child td{
    border-bottom: 0;
}

.splash-text-container-new {
    margin-top: 100px;
}

.splash-text-container-new h2 {
    font-weight: normal;
}

.splash-text-container-new p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-transparent-outline-blac-white{
    color: white;
    border-color: white;
}

.imp-warn {
    background: #0D76D2;
    padding: 10px;
    color: white;
	font-size: 18px;
	margin-left: 0px;
	width: 100%;

}

.btn-transparent-outline-blue {
    border-color:#1F74DE;
}

.custom-float{
	border-radius: 34px 8px 34px 34px;
    bottom: 6px;
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.26);
    color: #fff;
    cursor: pointer;
    display: table;
    position: fixed;
    right: 5px;
    z-index: 1;
    height: 60px;
    width: 60px;
    background-color: #46a4ec;
}

.float-containt{
	display: table-cell;
    font-size: 23px;
    padding: 2px 0 0 2px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.lti-revoke .contact-info{
    background: #E2F2FF 0% 0% no-repeat padding-box;
    padding: 3px;
}

.lti-revoke .revoke-img{
    margin-top: 20px;
    margin-bottom: 10px;
}

.font-size-12{
    font-size: 12px;
}

.margin-right-8{
    margin-right: 8px;
}