body {
	padding: 0;
	margin: 0;
	height: 100%;
	list-style: none;
	font-family: Helvetica,"Helvetica Neue",Arial,sans-serif;
	font-weight: 300;
	overflow-y: scroll;
	overflow-x: hidden;
}

* { 
	margin: 0; 
	padding: 0; 
}

div {
	box-sizing: border-box;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

button, .btn{
	outline: none;
}

button:focus, .btn:focus, button:active, .btn:active{
	outline: none;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn-excel {
	float: left;
    margin-top: 1px;
    margin-right: 10px;
}

.padding-non {
	padding:0px;
}

.col-left {
	padding-left:0px;
}

.col-right {
	padding-right:0px;
}

.row {margin:0px;}

.table-borderless.table>tbody>tr>td{
	border:none;
}

pre {
	white-space: pre-wrap;       /* Since CSS 2.1 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;   
}

footer {
	width:100%;
	line-height: 20px;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size:11px;
	color:#fff;
	background-color:#052E42;
}

footer .footer-headline {
	font-size:16px;
	line-height: 30px;
}

footer a {
	color:#fff;
}

footer a:hover {
	color:#fff;
}

.headline {
	height:40px;
	background-color:#052E42;
	color:#fff;
	text-align:center;
	font-size: 24px;
    line-height: 42px;
	font-weight:100;
	letter-spacing: 2px;
	/*margin-bottom:60px;*/
}

/* popups */

.admin-popup {
	height:100%;
	position: fixed;
	background-color:#f5f5f5;
	oveflow-y:auto;
	overflow-x:hidden;
}

.admin-popup-header {
	background-color: #333;
	padding:9px 17px;
	height:50px;
	font-size:24px;
	color:#fff;
}

.admin-popup .ap-title {
	font-size:16px;
	width:150px;
	min-width:120px;
}

/* Responsive Table */
/* Generic Styling, for Desktops/Laptops */
table { 
	width: 100%; 
	border-collapse: collapse; 
}

/* Table Striping for Responsive Tables */
.table-responsive  tr:nth-of-type(odd) { 
	background: #eee; 
}

.table-responsive thead tr th { 
	background: transparent;
}

.table-responsive th { 
	background: transparent; 
	color: #333;
	font-weight: bold; 
}

.table-responsive td, .table-responsive th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}
/* /END/ */

/* Navigation */

.navbar {
    border-radius: 0px;
   	background-color: #052E42;
   	min-height: 40px;
   	border:none;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #418AA6;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #418AA6;
}

.navbar-nav>li>a {
	padding:10px 15px;
}

.navbar-toggle {
	border:0px;
	padding: 0px;
    margin-top: 12px;
    margin-bottom: 11px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #464D56;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
}

.dropdown-menu {
	padding:0px;
	border-radius:0;
}

.dropdown-menu>li>a {
	padding: 10px 20px;
}

.dropdown-submenu {
    position: relative;
} 

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
    background-color: #418AA6;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #404040;
    text-decoration: none;
    background-color: #ececec;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* /END/ */

/* Header */

.progress {
	margin-bottom:0px;
	border-radius:0px;
	font-size:14px;
}

.progress-bar {
	font-size:14px;
}

header {
	position:relative;
	min-height: 90px;
	background-color: #fff;
}

header h1 a, header h1 a:hover {
	color:#fff;
	text-decoration:none;
}

.logo {
	position:relative;
	margin-top:24px;
	width: 170px;
	height: 41px;
}

.logo-text {
    font-size: 22px;
}

.welcome-text {
	margin-top:12px;
	color: #fff;
	font-size: 20px;
	height: 30px;
}

.welcome-text a, .welcome-text a:hover {
	color:#404040;
	text-decoration: none;	
	display: inline-block;
}

.login-lg {
	position:relative;
	text-align: right;
} 

.login-sm {
	padding-left: 0px;
}

.login-sm .logout {
	margin-top: 10px;
}

.login-sm .exam-state {
	margin-top: 12px;
}

.logout {
	margin-top:12px;
	height: 30px;
}

.logout a {
	color: #ffffff;
    padding: 3px 10px;
}

.logout a:hover {
	text-decoration: none;
}

.logout a.btn {
	font-size: 14px;
	border-radius: 8px;
	color:#333;
	border:0px;
}

.logout .btn-warning {
	background-color:#FFD600;
	color:#333;
}

.logout .btn-warning:hover,
.logout .btn-warning:focus,
.logout .btn-warning:active
 {
	background-color:#FFD200;
	color:#333;
}

.login-container {
	position:relative;
	width: 260px;
	padding: 20px;
	border: solid 1px #e2e2e2;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.action-message {
    color: #F05551;
    font-weight: bold;
    font-size: 13px;
}

.login-container .action-message {

	
}

.user-header-img {
	width:32px;
	border-radius: 50%;
    border:solid 1px #9a9a9a;
    margin-bottom: 9px;
    margin-left:10px;
    background-color:#c5c5c5;
}

.exam-state {
	color: #fff;
    position: absolute;
    top: 54px;
    right: 84px;
    padding: 0px 10px;
    line-height: 2;
    background-color: #495C65;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    z-index: 2;
    font-weight: 500;
}

.state-name {
	display: block;
    text-align: left;
    font-size:26px;
    font-weight:normal;
    line-height: 2;
}

.label-lg {
	padding: 6px;
    font-size: 12px;
    width: 100%;
    display: block;
}

/* time toggle */

.time-container {
    left: 100px;
    font-size: 12px;
}

.time-container input {
	display:none;
}
.time-container label {
	font-weight:300;
}
.tgl {
	display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
	box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
	background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
	background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: block;
	width: 16em;
	height: 20px;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}
/*
.tgl + .tgl-btn:after {
	left: 0;
}
.tgl + .tgl-btn:before {
	display: none;
}*/
.tgl:checked + .tgl-btn:after {
	left: 50%;
}
.tgl-skewed + .tgl-btn {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all .2s ease;
	        transition: all .2s ease;
	margin-top: 2px;
}
.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
	display: inline-block;
	-webkit-transition: all .2s ease;
	        transition: all .2s ease;
	width: 100%;
	text-align: center;
	position: absolute;
	color:#fff;
	line-height: 2em;
}
.tgl-skewed + .tgl-btn:after {
	color:#fff;
}
.tgl-skewed + .tgl-btn:after {
	left: 100%;
	content: attr(data-tg-on);
}
.tgl-skewed + .tgl-btn:before {
	left: 0;
	content: attr(data-tg-off);
}
.tgl-skewed + .tgl-btn:active:before {
	left: -10%;
}

.tgl-skewed:checked + .tgl-btn:before {
	left: -100%;
}
.tgl-skewed:checked + .tgl-btn:after {
	left: 0;
}
.tgl-skewed:checked + .tgl-btn:active:after {
	left: 10%;
}

/* time toggle end */

/* /END/ */

/* Current Exam */

.table-current-exam tr{
	height: 36px;
}

.current-exam-row {
	width: 100%;
	font-size: 13px;
	color: #fff;
	margin-bottom:4px;
}

.current-exam-row td.current-exam {
	background-color: #5CB85C;
	text-align: left;
}

.current-exam-row td {
	background-color: #909090;
	text-align: center;
}

.current-exam-row a {
	color: #fff;
}

.current-exam-row a:hover {
	text-decoration: none;
}

td.btn-default {
	background-color: #909090;
}

td.btn-default:hover {
	background-color: #808080;
}

td.btn-edit {
	background-color: #F0AD4E;
}

td.btn-edit:hover {
	background-color: #ec971f;
}

td.btn-delete {
	background-color: #D9534F;
}

td.btn-delete:hover {
	background-color: #c9302c;
}

/* Notification */
.k-widget.k-notification.k-notification-success {
    background-color: #66BB6A;
    color: #fff;
    border-color: #43A047;
}

.k-widget.k-notification.k-notification-error{
	background-color: #ef5350;
    color: #fff;
    border-color: #f44336;
}

.k-widget.k-notification.k-notification-error{
	background-color: #ef5350;
    color: #fff;
    border-color: #f44336;
}

.k-widget.k-notification.k-notification-info {
	background-color: #2196F3;
    color: #fff;
    border-color: #1E88E5;
}

.success, .wrong, .info {
	width: 340px;
	min-height: 65px;
	padding: 0px 10px;
}

.success h3, .wrong h3, .info h3 {
	font-size: 20px;
	padding: 0px 10px 0px;
	line-height: 2;
}

.success img, .wrong img, .info img {
	float: left;
	margin: 0px 10px 10px 10px;
}

.success p, .wrong p, .info p {
	margin-left: 10px;
	margin-top: 0px;
}

/* Kendo Grid Line Style */
.one-line {
	white-space: nowrap;
}

.multi-line {
	white-space: normal;
}

.bool-line {
	text-align: center;
	text-transform: capitalize;
}

.right-line {
	text-align: right;
}

.center-line {
	text-align: center;
}

/* Help Popup */
.help {
    height: absolute;
    height:100vh;
}

.help-popup {
	/*height:100vh;*/
	background-color:#fff;
}

.help button, .help input {
    font-weight:300;
    border-radius:0px;
}
 
 .help .help-header {
     padding: 10px 15px;
     width:430px;
     height:150px;
     color:#FFF;
     background-color:#052E42;
 }
 
 .help-header a {
 	float:right;
 }

 .help-btn-text {
     float: left;
     font-size: 15px;
     color: #ffffff;
     line-height: 25px;
     position: absolute;
     right: 45px;
     background-color: #f0ad4e;
     padding: 0px 10px;
     margin-top: 8px;
     z-index: -1;
 }
 
.help-icon {
    float:left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F0AD4E;
    color: #fff;
    padding: 3px 14px;
    font-size: 26px;
    margin-right: 15px;
}
   
.help-icon-heading {
    line-height:43px;
    font-size:32px;
    font-weight:normal;
    color:#F0AD4E;
}

.help-address {
    font-size:17px;
    margin-bottom:6px;
}

.help-contact {
    font-size:13px;
    float: left;
}
   
.help .help-container {
    top: 0;
    right: 0;
    display:none;
    background-color:#fff;
    height:100%;
    box-shadow: -3px 0px 3px -1px rgba(0,0,0,0.4);
}

.help .help-content {
    background-color:#fff;
    padding:15px;
    width: 430px;
    /*height:calc(100vh - 282px);*/
    overflow-y: auto;
}

.helpnote-wrap {
	min-height:604px;
	position: relative;
}
   
   .k-editor-inline {
    padding: 0px 0px 10px;
}
   
.help-subheadline {
    color:#F0AD4E;
    font-size:19px;
    font-weight:bold;
    margin-top:20px;
    margin-bottom:10px;
}

#notes-container {
    background-color:#fbfbfb;
    border:solid 1px #cecece;
    padding:10px;
    resize: none;
    width:385px;
    height:100px;
    overflow: auto;
    margin-top: 6px;
}
#help-link-container {
    background-color:#fbfbfb;
    border:solid 1px #cecece;
    padding:10px;
    resize: none;
    width:385px;
    height:100px;
    overflow: auto;
    margin-top: 6px;
}
   
#help-content{
	overflow: auto;
	border: solid 1px #efefef;
}

.edit-by {
    text-align:right;
    font-size:12px;
    font-style:italic;
}

.help .help-footer {
    height:64px;
    color:#F0AD4E;
    background-color:#052E42;
    width:430px;
    bottom: 0px;
    padding: 16px;
    box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.4)
}

.help {
    position: absolute;
    z-index: 99;
    top: 90px;
    right: 0px;
}

.help .toggle-btn {
	position: absolute;
	width: 25px;
	height: 25px;
	z-index: 99;
	top: 8px;
	right: 15px;
}
       
#note-content {
	padding: 10px 10px;
	background-color: #f5f5f5;
	border:solid 1px #ececec;
}

.notes-container {
	padding-bottom:10px;
	border-bottom: dashed 1px #cecece;
}

/* Menu Icon */

#menu-icon {
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 25px;
  background: #F0AD4E;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 7px;
}

#menu-icon span:nth-child(2),#menu-icon span:nth-child(3) {
  top: 12px;
}

#menu-icon span:nth-child(4) {
  top: 17px;
}

#menu-icon.open span:nth-child(1) {
  top: 5px;
  width: 0%;
  left: 50%;
}

#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu-icon.open span:nth-child(4) {
  top: 5px;
  width: 0%;
  left: 50%;
}

/* Menu Icon End */
/* Help Popup End */

/*Kendo Style*/

.k-edit-form-container footer{
	width: 100%;
}

/* LOGIN - LANDING PAGE */

.body-container{
	min-height:700px;
}

.login-info-card{
	background-color: #052E42;
	border-radius: 0.25rem 0 0 0.25rem;

}

.login-form-card{
	border-radius: 0 0.25rem 0.25rem 0;
	background-color: #ffffff;
}

.login-form-card, .login-info-card {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 0px 6px rgba(0,0,0,0.23);
}

#applicant-login .form-group label, #login-password-forgot .form-group label{
	font-weight: 400;
}

#applicant-login #loginemail, #applicant-login #loginpassword, #login-password-forgot #password-reset-email{
	color: #495057bd;
}

#password-reset-heading, #login-password-forgot{
	display: none;
}

#password-forgot-link{
	color: #495057bd;

}

#password-forgot-link:hover{
	color: #495057db;

}

.login-welcome-text{
	color:#6c757d;
}

.survey-icon-light {
	font-size: 52px;
	color:#fff;
}

.survey-icon-dark {
	font-size: 52px;
	color:#212529;
}

.login-cards-container .login-info-card, .login-cards-container  .login-form-card {
	padding-top:40px;
}

.login-form-card form {
	max-width: 360px;
    margin: 0 auto;
}

button#login-submit, a#login-register  {
    width: 100%;
}

.btn{
border-bottom: solid 2px rgba(0, 0, 0, 0.1);
}

.h-90{
	height: 90px;
}


/*** SURVEY TREE ***/

#treeBody .fa-check, #searchArea .fa-check{
	color: #43A047;
}

#treeBody .fa-exclamation, #searchArea .fa-exclamation{
	color: #E53935;
}

#treeBody .fa-exclamation-circle, #searchArea .fa-exclamation-circle{
	color: #FFB300;
	float: right;
}


.userhome-file-icon {
	font-weight: 700;
	color: #6c757d;
	margin-left: 5px;
	font-size: 18px;
}

.userhome-uploaded-title {
	position: relative;bottom: -25px;
}

/* /END/ */

