@charset "utf-8";

@import url(//fonts.googleapis.com/css?family=Lato:400,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);

/*------------------------------------*\
    MAIN RESET
\*------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
	var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
}

article, aside, details, figcaption, figure, footer, header, main, nav,
	section {
	display: block;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a {
	color: #222;
}

a.view-attachment{
	color: #337ab7;
	text-decoration: underline;
	font-weight: bold;
}

a:hover, a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

a:active {
	color: #222;
}

a:hover, a:focus {
	color: #222;
}

a img {
	border: 0;
}

.left{
	text-align: left !important;
}

.center{
	text-align: center !important;
}

.right{
	text-align: right !important;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
nav {
	display: inline-block;
}

.footer-nav .caret
{
	display: none;
}

.navbar-default {
	width: 100%;
	background-color: transparent;
	border: none;
}

.navbar-default .navbar-toggle {
	border: none;
}

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

.navbar-collapse {
	box-shadow: none;
}

.navbar {
	min-height: 20px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}

.nav>li {
	/* background-color: #232f65; */
	position: relative;
	display: inline-block;
	border-left: 1px solid #ccc;
	text-transform: uppercase;
	/* -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; */
}

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

.nav>li:FIRST-CHILD{
	border: none;
}

.navbar-default .navbar-nav>.open>a{
	color: #001c41;
	background-color: transparent;
} 

.navbar-default .navbar-nav>.open>a:hover{
	color: #fff;
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a{
	color: #001c41;
	font-weight: bold;
}

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

.nav>li>a {
	position: relative;
	display: block;
	margin: 2px 8px;
	padding: 4px;
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	background-color: transparent;
}

.nav>li>a:hover, .nav>li>a:active {
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>li:hover.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #f6b330;
    background-color: transparent;
}

.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
	background-color: transparent;
	border: none;
}

.nav .open>a:hover {
	color: #fff;
}

.nav>li.active>a {
	background-color: transparent;
	color: #fff;
}

nav .dropdown-menu {
	background-color: #001c41;
}

.dropdown-menu>li>a {
	color: #fff;
	font-weight:bold;
	border: none;
	text-align: right;
}

.dropdown-menu>li:hover,
.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #b282b9;
	border: none;
}


.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
	color: #f6b330;
    background-color: #001c41;
}

.open>.dropdown-menu {
	border: none;
}

.navbar-collapse {
	padding: 0px;
}

button.navbar-toggle {
	min-width: 20px;
	height: 28px;
	border: none;
	color: #FFF;
}

.footer-nav a{
	color: #fff;
}

ul.footer-nav{
	list-style: none;
	margin-top: 40px;
}

ul.footer-nav li{
	font-size: 18px;
	line-height: 36px;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
body, button, input, select, textarea, div {
	font-family:'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	color: #222;
}

b, strong {
	font-weight: 700;
}

dfn, cite, em, i {
	font-style: italic;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
	list-style-position: inside;
}

p {
	font-size: 16px;
	line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	
}

h1 {
	font-family:'Ubuntu', sans-serif;
	font-size: 24px;
	line-height: 36px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
}

h2.uppercase{
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 18px;
}

#live-time{
	font-size: 38px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

button {
	font-size: 12px !important;
	font-weight: bold !important;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 4px 20px;
	color: #fff;
	background: #232f65;
}

button:hover {
	background-color: #001c41;
	color: #fff;
}

button.disabled,
button.disabled:hover,
.btn-primary.disabled:hover{
	background-color: #ccc !important;
}

hr {
	border-top: 1px solid #ccc;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #ccc;
   opacity:  1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}

label.inline,
.inline{
	display: inline-block !important;
}

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

.align-left{
	text-align: left;
}

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

input[type=text],
input[type=password],
input[type=email],
input[type=number],
select{
	width: 100%;
	max-width: 200px;
	min-height: 24px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #a9a9a9;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email]{
	padding-left: 4px;
}

input.numeric{
	text-align: right;
	padding-right: 4px;
}

textarea{
	width: 100%;
}

.numeric{
	text-align: right;
}

input.medium-numbers{
	max-width: 100px;
}

input.small-numbers{
	max-width: 60px;
}

/*------------------------------------*\
    PAGE SECTIONS
\*------------------------------------*/
section, header, footer{
	width: 100%;
}

header{
	min-height: 140px;
	padding: 20px 0px;
	background-color:#fff;
	border-bottom: 1px solid #b5b3b4;
}

section {
	clear: both;
	position: relative;
	margin: 15px 0px;
}

#main-content-wrapper{
	margin-bottom: 50px;
}

.container{
	position: relative;
}

.container h1{
	margin-bottom: 10px;
}

footer{
	position: fixed;
	bottom: 0px;
	max-height: 40px;
	background-color: transparent;
	border-top: 1px solid #b5b3b4;
	z-index:99;
}

footer .container{
	padding: 5px 0px;
	background-color: #fff;
}

footer .container p{
	font-size: 12px;
}

.user-access{
	position: absolute;
    top: 20px;
    right: 40px;
}

.user-access .fa-bell,
.user-access .fa-bell-o,
.user-access .fa-user{
	color: #a9b3c9;
	font-size: 20px;
}

.user-access .fa-bell{
	color: #001c41;
	cursor: pointer;
}

.user-access .fa-bell-o{
	color: #ccc;
}

.notification-alert{
	position: relative;
}

.notification-alert-count{
	width: 15px;
	height: 15px;
	right:4px;
	top:-4px;
	position: absolute;
	background-color: #a94442;
	color: #fff;
	font-size: 10px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    vertical-align: top;
    line-height: 14px;
    padding: 0px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.user-access .dropdown-menu{
	background-color: #eee;
}

.user-access .dropdown-menu>li>a{
	color: #333;
}

.user-access .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #001c41;
}

#ticket-unread-list.dropdown-menu>li>a{
	font-weight: normal;
	text-align: left;
	width: 250px;
	word-wrap: break-word;
	white-space: initial;
}

#ticket-unread-list.dropdown-menu>li{
	border-bottom: 1px solid #ccc;
}

#ticket-unread-list.dropdown-menu>li:LAST-CHILD{
	border: none;
}

#main-nav-wrapper{
	position: absolute;
	right: 15px;
	top: 70px;
}

.content-wrapper
{
	margin-bottom: 20px;
}

.label{
	color: #333;
}

.required-indicator{
	color: #f00;
}

.error_field,
input.error_field{
	border: 1px solid #a94442;
}

.error-msg{
	font-size: 10px;
	color: #a94442;
}

h3.section-title{
	font-size: 18px;
	padding:4px;
	color: #fff;
	background-color: #001c41;
}

ul.table-list{
	margin-bottom: 15px;
	background-color: #fff;
}

ul.table-list,
ul.alternate-color,
ul.table-list li,
ul.alternate-color li{
	list-style-type: none;
}

ul.table-list li{
	padding: 1px 6px;
	border-bottom: 1px solid #ccc;
}

ul.alternate-color li{
	list-style-type: none;
	padding: 4px;
}

ul.alternate-color li:nth-child(even),
div.alternate-color>div:nth-child(even){
	background-color: #eee;
}

div.alternate-color>div:nth-child(odd){
	background-color: #f9f9f9;
}

.fa{
	margin-left: 10px;
	margin-right: 10px;
}

.fa.default{
	color: #364c9f;
}

.fa.back-link{
	margin-left: 0px;
	margin-right: 4px;
	color: inherit;
}

.fa.fa-ticket.with-amr,
.fa.fa-history.with-amr{
	color:#5cb85c;
}

.fa.fa-ticket.locked{
	color:#333;
}

.v-margin{
	margin-bottom: 40px;
}

.content-align-left{
	text-align: left;
}

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

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

.record-list-scroller{
	overflow-y: auto;
	max-height: 400px;
}

.global-error-msg{
	display: inline-block;
	font-size: 12px;
    color: #a94442;
}

/*---------------------------------------------*\
	BOOTSTRAP OVERRIDE
\*---------------------------------------------*/
html, body {
  	overflow: hidden;
  	height: 100%;
}

body{
	overflow: auto;
}

/* unset bs3 setting */
.modal-open {
 	overflow: auto; 
}

.panel-default>.panel-heading{
	font-family:'Ubuntu', sans-serif;
	text-align: center;
	font-size: 18px;
	color: #fff;
    background-color: #001c41;
    position: relative;
}

.panel-default>.panel-heading.controls{
	color: #fff;
	text-align: left;
}

.panel-heading.controls

.panel-default>.panel-heading.section-title,
.panel-default.login-form-wrapper>.panel-heading{
    background-color: #001c41;
}

.panel-heading.controls>a,
.section-title .panel-title>a:hover,
.section-title .panel-title>a:active,
.section-title .panel-title>a:visited,
.section-title .panel-title>a:focus{
	color: #fff;
}

.popover-title{ 
	display: none; 
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; 
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-header{
	background-color: #001c41;
    color: #fff;
    padding: 7px 15px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 2;
}

.modal-header .close{
	position: absolute;
    top: -15px;
    right: -15px;
    font-size: 24px !important;
    background-color: #f6b330;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    color: #fff;
	opacity: 1;
}

.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
    padding: 15px;
    pointer-events: all;
    background-color: rgba(255,255,255,.9);
}

.confirm-popup{
	width: 400px;
}

.bootpopup-body{
	padding: 15px 0px;
	min-height: 70px;
	max-height: 680px;
    overflow-y: auto;
	/* text-align: center; */
	vertical-align: middle;
}

.bootpopup-body p{
	font-size: 18px;
}

.table-responsive thead>tr{
	background-color: #001c41;
}

.table-responsive th{
	color: #fff;
	text-align: center;
}

.table>thead>tr>th{
	vertical-align: middle;
	font-weight: bold;
}

.table-bordered>tbody>tr>td,
.table-bordered>thead>tr>th{
	border: none;
	border-left: 1px solid #ccc;
}

.time-in-out-buttons .time-btn-info{
	color: #232f65;
	font-size: 18px;
    line-height: 22px;
    vertical-align: text-top;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary.crud-add {
    color: #fff;
    background-color: #f6b330;
    right: 10px;
    top: 5px;
}

.btn-primary.crud-add:hover,
.btn-primary.crud-add:focus{
	background-color: #cf9728;
}

a.btn{
	padding: 4px 20px;
	font-size: 12px;
    border: none;
}

.control-buttons a.btn{
	font-weight: bold;
	margin-left: 20px;
	line-height: 18px;
}

.toggle.btn{
	min-width: 60px;
    min-height: 30px;
}

.panel-default>.panel-heading.note-toolbar{
	background-color: #f4f4f4;
	text-align: left;
}

.btn-group-vertical>.btn, 
.btn-group>.btn{
	right: 0px;
    top: 0px;
    color:#001c41;
    background-color: #f4f4f4;
    border-color: #ccc;
}

.dropdown-menu.note-check>li>a{
	color: #001c41;
}

.dropdown-menu.note-check>li>a:focus, 
.dropdown-menu.note-check>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.form-control{
	display: inline;
}

/*---------------------------------------------*\
	LOGIN PAGE
\*---------------------------------------------*/

.login-form-wrapper,
.reset-password-form-wrapper{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.reset-password-form-wrapper .btn{
	float: right;	
}

.form-group{
	padding: 15px 15px 0px;
	margin-bottom: 0px;
}

.login-form-wrapper .label,
.reset-password-form-wrapper .label{
	display: block;
	font-size: 100%;
	text-align: left;
	padding-left: 0px;
}

.login-form-wrapper input[type=text],
.login-form-wrapper input[type=password],
.login-form-wrapper input[type=email],
.reset-password-form-wrapper input[type=text],
.reset-password-form-wrapper input[type=password],
.reset-password-form-wrapper input[type=email]{
	width: 100%;
	max-width: none;
}

.error-msg,
.description{
	font-size: 10px;
}

.button-group{
	margin-top: 15px;
}

.login-form-wrapper button,
.reset-password-form-wrapper button{
	padding: 6px 12px !important;
	min-width: 140px;
}

.control-label{
	font-size: 100%;
	font-weight: bold;
}

.change-password{
	max-width: 700px;
	margin: 0 auto;
}

/*---------------------------------------------*\
	DASHBOARD PAGE
\*---------------------------------------------*/
.time-tracker-wrapper{
	min-height: 135px;
	position: relative;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 20px 0px 15px;
}

.time-tracker-title{
	position: absolute;
	top: -12px;
	left: 4px;
	background: #efefef;
	padding: 0 4px;
}

#dashboard-date-time button{
	margin: 10px;
}

.dashboard-time,
.time-in-out-buttons{
	display: inline-block;	
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 15px; 
}

.dashboard-time{
	border: none; /* 1px solid #333; */
	padding: 5px 30px
}

.dashboard-schedule{
	/* border-top: 1px solid #ccc; */
	padding: 10px 0px; 
	margin-bottom: 0px;
}

.dashboard-schedule h3{
	margin-bottom: 10px;
}

.dashboard-schedule button{
	margin-right: 8px;
	margin-bottom: 8px;
	min-width: 90px;
}

.assigned-task{
	max-width: 200px;
}

.pre-defined-task{
	width: 95px;
	float: left;
}

.assigned-task.active,
.assigned-task.active:hover,
.pre-defined-task.active,
.pre-defined-task.active:hover{
	background-color: #f6b330;
}

.pre-defined-task-wrapper{
	border-left: 1px solid #ccc;
}

.dashboard-schedule .pagination{
	margin-bottom: 0px;
}

.status-offline,
.status-online{
	font-weight: bold;
}

.status-offline,
.fa.Offline{
	color: #d43f3a;
}

.status-online,
.fa.Online{
	color: #229954;
}

.fa.VL,
.fa.SL{
	color: #aaa;
}

.fa.Offline,
.fa.Online,
.fa.VL,
.fa.SL{
	cursor: default;
}

.camera-icon{
	
}



/*---------------------------------------------*\
	ASSESSMENT PAGE
\*---------------------------------------------*/
#assessment-wrapper{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#assessment-wrapper .nav>li{
    background-color: transparent;
    color: #333;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 15px;
}

.nav-pills{
	background-color: #001c41;
	padding: 12px;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-pills>li>a,
.nav-pills>li.active>a{
	font-size: 22px;
	margin: 0;
	padding:3px 12px;
	color: #fff;
	text-transform: none;
	min-width: 80px;
	text-align: center;
}

.nav-pills>li>a:hover{
	background-color: #001c41;
	opacity:.8;
}

#assessment-wrapper .tab-content{
	padding: 15px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
	opacity:1;
	color: #f6b330;
	font-weight: bold;
    background-color: transparent;
}

.nav-pills>li.inactive>a,
.nav-pills>li.inactive>a:focus, 
.nav-pills>li.inactive>a:hover{
	opacity:.4;
	color: #ccc;
    background-color: transparent;
    cursor: default;
}

.employee-info-wrapper{
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ccc;
	padding: 0 15px 15px;
	 -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.employee-info-wrapper:after{
	clear: both;
	content: "";
	display: table;
}

.employee-info-wrapper .control-label{
	text-align: right;
}

.assessment-details{
	margin: 20px 0px;
	font-size: 16px;
    line-height: 22px;
}

.assessment-details p,
.assessment-details ul{
	margin-bottom: 20px;
}

.assessment-details ul li{
	list-style-position: outside;
	margin-left: 40px; 
}

.panel-heading-title{
	color: #fff;
}

.panel-content{
	padding: 15px;
}

.panel-content .row{
	margin-bottom: 15px;
}

.panel-content.record-view .row{
	margin-bottom: 0px;
}

.panel-content .row>div.align-right{
	padding-right: 0px;
}

.panel-content .fa{
	color: #777;
}

.panel-content .btn-primary>.fa{
	color: #fff;
}

.category-name{
	font-weight: bold;
	text-transform: uppercase;
}

select.rating-options{
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

textarea.comment-field {
	width: 100%;
}

.control-buttons{
	margin: 0 auto;
	text-align: right;
}

.pagination,
.control-buttons.inline-pagination{
	margin: 10px 0px;
}

.pagination-count{
	vertical-align:top; 
	margin: 10px 0px;
	padding: 6px 12px;
	border:1px solid #337ab7;
	border-radius: 4px;
}

.pagination-count span{
	line-height: 18px;
	font-weight: bold;
	color:#337ab7;
	line-height: 1.42857143;
}

.control-buttons button{
	min-width: 105px;
	margin-left: 20px;
}

.assessment.control-buttons{
	padding: 15px;
}

.assessment-setup{
	padding: 15px;
}

.assessment-setup .panel{
	border: none;
}

ul.record-list-menu li{
	list-style-type: none;
	padding: 4px;
	cursor: pointer;
}

ul.record-list-menu li.even{
	background-color: #eee;
}

ul.record-list-menu li.active{
	background-color: #b282b9;
}

ul.record-list-menu li:hover{
	background-color: #a290c4;
	color: #fff;
}

ul.record-list-menu li.active{
	font-weight: bold;
}

.roles-list li{
	border-bottom: 1px solid #ccc;
}

.panel-heading button{
	color: #fff;
	background-color: #f6b330;
	position: absolute;
	right: 10px;
	top: 5px;
}

.label-field-vertical label,
.label-horizontal label{
	display: block;
}

.field-horizontal{
	padding-left: 0px;
}

.label-field-inline label,
.label-field-inline input{
	display: inline-block;
	position: relative;
}

.label-field-inline label{
	margin-right: 20px;
}

label.checkbox-label{
	cursor: pointer;
}

label.required:after{
	content: "*";
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	right: -10px;
	top:4px;
}

h4.required:after,
.label-field-vertical label.required:after,
.label-horizontal label.required:after{
	content: "*";
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	right: -4px;
}

.view-details label.required:after,
.view-details .label-field-vertical label.required:after,
.view-details .label-horizontal label.required:after,
.view-details .label-field-inline label.required:after{
	content: " ";
}


.employee-info-wrapper .form-group{
	padding-top: 10px;
}

.form-group label[class^="col-"]{
	padding-right: 0px;
}

.input-group.date{
	width: 200px;
}

.input-group-addon{
	padding: 0 10px;
}

th.picker-switch{
	text-align: center;
}

.input-group.date .fa{
	margin: 0px;
}

 .field-wrapper-required:before{
	clear: both;
	content: '*';
	color: #f00;
	position: absolute;
	left: 4px;
	top: 4px;
	font-size: 18px;
}

#average-score{
	font-size: 24px;
    padding-left: 10px;
    color: #008000;
}

#average-score.failed{
	color: #f00;
}

.fa.status{
	float: right;	
}

.status-green{
	color: #8eba42;
}

.status-yellow{
	color: #ffaf00;
}

.status-blue{
	color: #001c41;
}

.status-red{
	color: #d01f40;
}

.status-gray{
	color: #404041;
}

.assessment-popup-result{
	width: 100%;
	max-width: 900px;
}

.assessment-popup-result .panel-content.result-details{
	max-height: 300px;
	overflow-y: auto;
}

.popover-content p{
	font-size: inherit;
}

/*---------------------------------------------*\
	PROFILE PAGE
\*---------------------------------------------*/
.profile-photo-wrapper{
	border: 1px solid #ccc;
	width: 240px;
	margin: 0px 0px 10px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.profile-photo-wrapper img{
	width: 100%;
	max-width: 240px;
	height: auto;
}

.tab-menu{
	background-color: #fff;
	padding: 15px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

ul.tab-menu li{
	font-weight: bold;
	list-style-type: none;
	padding: 4px;
	cursor: pointer;
	padding: 8px;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

ul.tab-menu li:hover,
ul.tab-menu li.active{
	background-color: #b282b9;
	color: #fff;
}

ul.tab-menu li:hover{
	background-color: #a290c4;	
}

ul.tab-menu li.disabled,
ul.tab-menu li.disabled:hover{
	color: #ccc;
	background-color: #fff;	
}

.panel-default>.section-title{
	text-align: left;
}

.profile-info{
	line-height: 22px;
}

.profile-info label{
	font-weight: bold;
}

#separation-info-field{
	display: none;
}

#separation-info-field.separation-info{
	display: block;
}

.profile-page .row{
	margin-bottom: 15px;
}

.profile-page .toggle-on.btn,
.profile-page .toggle-off.btn{
	line-height: 16px;
}

/*---------------------------------------------*\
	SCHEDULE PAGE
\*---------------------------------------------*/
.modal-content.schedule-popup{
	width: 100%;
    max-width: 800px;	
}

input.schedule-time{
	width: 40px;
	text-align: right;
}

select.schedule-time{
	width: 50px;
}

label.from-to{
	font-size: 12px;
	padding-left: 10px;
	display: inline-block;
}

input.date-picker{
	width: 100px;
}

.month-year-only .ui-datepicker-calendar {
    display: none;
}


/*---------------------------------------------*\
	SEARCH FILTER SECTION
\*---------------------------------------------*/
.search-wrapper{
	margin: 15px 0px;
	padding: 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.search-wrapper label{
	font-weight: bold;
}

.search-wrapper .row{
	margin-bottom: 6px;
}

.advance-search-filter{
	display: none;
}

.search-btn-control{
	margin-top: 15px;
}

.icon-circle{
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	border: 1px solid #222;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.btn.advance-search{
	font-size: 12px;
    padding: 4px 15px;
    padding-right: 30px;
    margin-right: 15px;
    position: relative;
}

.btn.advance-search.collapsed::after{
	content: ' ';
	position: absolute;
	right: 8px;
	top: 10px;
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border:none;
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.btn.advance-search::after{
	content: ' ';
	position: absolute;
	right: 8px;
	top: 10px;
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border:none;
    border-bottom: 6px dashed;
    border-bottom: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.employee-name input{
	max-width: 120px;
}

/*---------------------------------------------*\
	TABLE GRID COMPONENTS
\*---------------------------------------------*/
.grid-control-btn{
	text-align: center;
}

th.sortable{
	cursor: pointer;
	position: relative;
}

th.sortable.ASC::after,
th.sortable.DESC::after{
	content: ' ';
	position: absolute;
	display: inline-block;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border:none;
}

th.sortable.ASC::after{
    border-top: 6px dashed #f6b330; 
    border-top: 6px solid #f6b330;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

th.sortable.DESC::after{
    border-bottom: 6px dashed #f6b330;
    border-bottom: 6px solid #f6b330;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.fa{
	margin: 0 4px;
	font-size: 18px;
	cursor: pointer;
}

.fa-angle-double-down,
.fa-angle-double-up{
	color: #364c9f;
}

.panel-content .fa.view-list,
.panel-content .fa.crud-view,
.view-list,
.crud-view{
	color: #364c9f;
}

.panel-content .fa.crud-edit,
.crud-edit{
	color: #364c9f;
}

.panel-content .fa.crud-delete,
.crud-delete{
	color: #d11f41;
}

.ipcam-view{
	color: #364c9f;
}

.fa-check.green{
	color: #3a9a57;
}

.fa-times.red{
	color: #d11f41;
}

.panel-content .fa.view-list.disabled,
.panel-content .fa.crud-view.disabled,
.panel-content .fa.crud-edit.disabled,
.panel-content .fa.crud-delete.disabled,
.view-list.disabled,
.crud-view.disabled,
.crud-edit.disabled,
.crud-delete.disabled,
.ipcam-view.disabled{
	color: #aaa;
	cursor: default;
}

.table-bordered{
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.table-bordered tr>td:FIRST-CHILD,
.table-bordered tr>th:FIRST-CHILD{
	border-left: none;
}

.table-bordered tr>th:FIRST-CHILD{
	border-top-left-radius: 4px;
}

.table-bordered tr>th:LAST-CHILD{
	border-top-right-radius: 4px;
}

.table-bordered tr>th.with-sub-header{
	border-bottom:1px solid #ccc;
}

.table-bordered tr>th.sub-header:FIRST-CHILD{
	border-top-left-radius: 0px;
	border-left: 1px solid #ccc;
}

.table-bordered tr>th.sub-header:LAST-CHILD{
	border-top-right-radius: 0px;
}

/*---------------------------------------------*\
	FORM INPUT FIELDS
\*---------------------------------------------*/
.view-details input,
.view-details select,
.view-details textarea{
	background-color: #efefef;
}

.view-details input.enabled,
.view-details select.enabled,
.view-details textarea.enabled{
	background-color: transparent;
}

input.readonly{
	background-color: #efffff;
}

.field-label{
	font-weight: bold;
	min-height: 20px;
}

.field-label.chk-label{
	vertical-align: top;
    line-height: 22px;
    cursor: pointer;
    display: inline-block;
}

.full-name-field input{
	width: 180px;
}

.sub-section-title{
	margin-bottom: 10px;
}

input[type=text].date-field{
	width: 90px;
}

.readonly{
	background-color: #efefef;
}

/*---------------------------------------------*\
	MODAL POPUP CLASS SIZEs
\*---------------------------------------------*/
.modal-400{
	width: 100%;
    max-width: 400px;
}

.modal-500{
	width: 100%;
    max-width: 500px;
}

.modal-550{
	width: 100%;
    max-width: 550px;
}

.modal-650{
	width: 100%;
    max-width: 650px;
}

.modal-700{
	width: 100%;
    max-width: 700px;
}

.modal-750{
	width: 100%;
    max-width: 750px;
}


.modal-800{
	width: 100%;
    max-width: 800px;
}

.modal-850{
	width: 100%;
    max-width: 850px;
}

.modal-900{
	width: 100%;
    max-width: 900px;
}

.modal-950{
	width: 100%;
    max-width: 950px;
}

.modal-1000{
	width: 100%;
    max-width: 1000px;
}

/*---------------------------------------------*\
	ITASSETS MODULE
\*---------------------------------------------*/
ul.tabbar-menus{
	margin-bottom: 20px;
}

ul.tabbar-menus>li{
	font-size: 22px;
    margin: 0;
    padding: 3px 12px;
    color: #fff;
    text-transform: none;
    min-width: 80px;
    text-align: center;
    cursor: pointer;
}

ul.tabbar-menus>li.active,
ul.tabbar-menus>li:hover{
	color:#f6b330;
	background-color: transparent;
}

ul.multi-select input{
	margin-left: 4px;
}

ul.multi-select label{
	cursor: pointer;
	width: 94%;
	padding: 4px;
	
}

ul.multi-select li{
    padding: 0px;
}

.amount-label{
	display: inline-block;
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin-right: 6px;
	margin-top: 4px;
}

.amount-label.number{
	border-bottom: 1px dashed #333;
}

.amount-label.grand-total{
	font-size: 16px;
	line-height: 24px;
	margin-top: 6px;
}

.amount-label.number.double-line{
	border-bottom: 4px double #333;
}

.purchase-order h2{
	margin-bottom: 30px;
}

.purchase-order .row{
	margin-bottom: 5px;
}

.purchase-order .heading{
	width: 120px;
	margin-left: 10px;
}

.purchase-order .field-name-by{
	border-bottom: 1px solid #ccc;
}

@media print
{    
    .no-print, .no-print *{
        display: none !important;
    }
}

/*---------------------------------------------*\
	DASHBOARD SIDEBAR PANELS
\*---------------------------------------------*/
.announcement-content{
	margin: 40px 0px;
}


#upcoming-events{
	padding-bottom:30px;
}

.event-photo-wrapper img,
.event-photo-wrapper button{
	max-width: 200px;
	margin-bottom:  15px;
}

#events-carousel{
	text-align: center;
}

#events-carousel .item img{
	max-width: 300px;
	margin: 0 auto;
	display: block;
}

#events-carousel .carousel-indicators{
	bottom: -30px;
}

#events-carousel .carousel-indicators li{
	border: 1px solid #f6b330;
	margin: 0 5px;
}

#events-carousel .carousel-indicators .active{
	background-color: #f6b330;
}

.blockUI.blockOverlay{
	z-index: 999999 !important;
}

.blockUI.blockMsg.blockPage{
	z-index: 9999999 !important;
}

#faq .panel-default>.panel-heading,
#ctu-list .panel-default>.panel-heading{
	text-align: left;
	color: #001c41;
    background-color: #f4f4f4;
    font-weight: bold;
}

.blood-donation-faq .panel-body,
.blood-donation-faq li{
	font-size: 16px;
	line-height: 22px;
}

#ctu-list p{
	margin-bottom: 10px;
}

#ctu-list .details{
	margin: 0 15px 24px;
}

.ctu-type-name{
	margin-top: 30px;
	margin-bottom: 10px;
}

.corporate-logo-wrapper{
	background-color: #f4f4f4;
	border: 1px solid #c4c4c4;
	width: 100%;
	max-width: 200px;
	min-height: 100px;
	margin-bottom: 10px;
}

.corporate-logo-wrapper img{
	width: 100%;
	vertical-align: middle;
}

#ctu-list .corporate-logo-wrapper{
	max-width: 300px;
}

#ctu-list .fa{
	color: #000040;
	float: left;
	margin-top: 5px;
}

#ctu-list .ctu-contact-info p{
	margin-left: 32px;
}

#ctu-list a{
	color: #001c41;
	font-weight: bold;
}

.doc-title{
	margin: 30px 0px 15px;
}

.doc-title.first{
	margin-top: 15px;
}

.doc-content p{
	margin-bottom: 15px;
}

.doc-unordered-list{
	list-style: none;
	list-style-position: outside;
	margin-top: 15px;
	margin-left: 30px;
}

.doc-unordered-list>li{
	line-height: 22px;
}

.doc-unordered-list>li>ul{
	margin-top: 0px;
}

.doc-ordered-list{
	list-style: none;
	list-style-position: outside;
	margin: 15px 0px 15px 40px;
}

.doc-ordered-list.top{
	margin-left: 60px;
}

.doc-ordered-list.upper-alpha{
	list-style: upper-alpha;
}

.doc-ordered-list.lower-alpha{
	list-style: lower-alpha;
}

.doc-ordered-list.decimal{
	list-style: decimal;
}

.doc-ordered-list>li{
	line-height: 22px;
}

.doc-ordered-list>li>ul{
	margin-top: 0px;
}

.grid-box{
	border: 1px solid #333;
}

.violations-santions p{
	margin: 15px;
}

/*---------------------------------------------*\
	APPLICATION FORM
\*---------------------------------------------*/
#application-wrapper{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#application-wrapper .nav>li{
    background-color: transparent;
    color: #333;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 10px;
}

.nav-pills{
	background-color: #001c41;
	padding: 12px;
	 -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-pills>li>a,
.nav-pills>li.active>a{
	font-size: 22px;
	margin: 0;
	padding:3px 12px;
	color: #fff;
	text-transform: none;
	min-width: 80px;
	text-align: center;
}

.nav-pills>li>a:hover{
	background-color: #001c41;
	opacity:.8;
}

#application-wrapper .tab-content{
	padding: 15px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus, 
.nav-pills>li.active>a:hover{
	opacity:1;
	color: #f6b330;
	font-weight: bold;
    background-color: transparent;
}

.nav-pills>li.inactive>a,
.nav-pills>li.inactive>a:focus, 
.nav-pills>li.inactive>a:hover{
	opacity:.4;
	color: #ccc;
    background-color: transparent;
    cursor: default;
}

.application.control-buttons{
	padding: 15px;
}

.section-separator{
	border-top: 4px solid #999;
	margin: 40px 0px;
}

#print-wrapper h2{
	margin-bottom: 15px;
}

#print-wrapper .title{
	font-weight: bold;
	margin-top: 15px;
}

#print-wrapper .title span{
	font-weight: normal;
}

.percent-wrapper{
	width: 100%;
	background-color: #ccc;
	position: relative;
}

.percent-label,
.percent-value{
	position:absolute;
	right:6px;
	color:#fff;
	padding:4px;
	font-weight: bold;
}

.percent-label{
	left: 4px;
}

.percent-value{
	right:6px;
}

.percent-bg{
	min-height: 26px;
	padding:4px;
}

.percent-bg.yellow{
	background-color: #f6b330;
}

.percent-bg.gray{
	background-color: #777;
}

.percent-bg.green{
	background-color: #00b287;
}

.percent-bg.blue{
	background-color: #112779;
}

.percent-bg.light-blue{
	background-color: #6ab3bd;
}

.optional{
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.applied-before,
.learn-from-optional{
	display: none;
}

#application-wrapper input[type=radio]+label,
#application-wrapper input[type=checkbox]+label{
	min-width: 64px;
}

/*---------------------------------------------*\
	WEBSERVICE API DOCUMENTATION
\*---------------------------------------------*/
ul.endpoint-list{
	list-style-type: none;
	margin: 20px 0px;
}

ul.endpoint-list li{
	border-top: 1px solid #ccc;
	line-height: 32px;
	padding: 0px 10px;
}

ul.endpoint-list li.active,
ul.endpoint-list li.active a{
	background-color: #b282b9;
    color: #fff;
}

.services-documentation .document-wrapper{
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.services-documentation .tab-content{
	padding: 15px;
}

.webservice-path{
	font-weight: bold;
	font-size: 18px;
}

.webservice-path,
.webservice-method,
.webservice-params,
.webservice-output{
	margin-bottom: 20px;
}

.webservice-method label,
.webservice-params label,
.webservice-output label{
	font-weight: bold;
}

.webservice-params ul{
	margin-left: 20px;
}

.webservice-output ul.output,
.webservice-output ul.output li ul{
	font-style: italic;
	font-size: 12px;
	margin-left: 30px;
	list-style-type: none;
}

.webservice-output ul.output{
	background: #fcfcfc;
	border: 1px solid #c4c4c4;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.webservice-output p{
	margin-bottom: 20px;
}

/*------------------------------------*\
    UPLOAD PAGE SECTIONS
\*------------------------------------*/
.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
  	cursor: pointer;
  	width: 820px;
	height: 180px;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

.drag-drop-zone
{
	min-height: 180px;
	border: 3px dashed #ccc;
	padding:10px;
	position: relative;
}

h2.drag-drop-info
{
	position: absolute;
    top: 100px;
    color: #ccc;
    text-align: center;
    width: 100%;
}

#multiple-upload #document-files{
	padding: 15px;
}

#multiple-upload #document-files .odd{
	background-color: #f9f9f9;
}

#document-files .document-file{
	padding: 4px;
}

.table-striped>tbody>tr.oddRow:nth-of-type(odd){
	background-color: #fff;
}

.full-view{
	background-color: #efffff;
	display: none;
}

.full-view div{
	padding: 4px;
} 

.grid-control-btn .fa-angle-double-down{
	display: none;
}

.grid-control-btn .collapsed .fa-angle-double-down{
	display: block;
}

.grid-control-btn .fa-angle-double-up{
	display: block;
}

.grid-control-btn .collapsed .fa-angle-double-up{
	display: none;
}

.grid-control-btn .collapse-all-in,
.grid-control-btn .collapse-all-out{
	color: #fff;
}

.grid-control-btn .collapse-all-in{
	display: block;
}

.grid-control-btn .collapse-all-out{
	display: none;
}


/* @keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
} */

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 30px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 30px;
  width: 30px;
  position: absolute;
  content: '\2713';
  display: inline-block;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  font-weight: bold;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

.survey-grid.error_field{
	border: none;
}

/*------------------------------------*\
    PAYROLL MODULE
\*------------------------------------*/
.panel-content .row.employee-timesheet{
	margin-bottom: 4px;
}

.employee-timesheet{
	font-size: 11px;
}

.employee-timesheet .with-value{
	font-weight: bold;
	background-color: #de9;
}

.nav-pills.employee-timesheet{
	padding: 4px;
	margin-bottom: 4px;
}

ul.tabbar-menus.employee-timesheet>li{
    font-size: 14px;
    padding: 3px 6px;
}

.tracker-table .not-started,
.table-striped>tbody>tr.not-started:nth-of-type(odd){
	background-color: #ddd;	
}

.tracker-table .vl,
.table-striped>tbody>tr.vl:nth-of-type(odd){
	background-color: #c4bd97;	
}

.fa.vl{
	color:#c4bd97;
}

.tracker-table .sl,
.table-striped>tbody>tr.sl:nth-of-type(odd){
	background-color: #ddd9c4;	
}

.fa.sl{
	color:#ddd9c4;
}

.tracker-table .absent,
.table-striped>tbody>tr.absent:nth-of-type(odd){
	background-color: #a94442;	
}

.fa.absent{
	color:#a94442;
}

.tracker-table .regular-holiday,
.table-striped>tbody>tr.regular-holiday:nth-of-type(odd){
	background-color: #f2dcdb;
}

.fa.regular-holiday{
	color:#f2dcdb;
}

.tracker-table .special-holiday,
.table-striped>tbody>tr.special-holiday:nth-of-type(odd){
	background-color: #da9694;	
}

.fa.special-holiday{
	color:#da9694;
}

.table-condensed>tbody>tr>td.input-field{
	padding:2px;
}

td.input-field input{
	font-size: 12px;
    line-height: 17px;
    min-height: 21px;
}

.table-condensed>thead>tr>th.total,
.table-condensed>tbody>tr>td.total{
	background-color: #f6b330;	
}

.table-condensed>tbody>tr.sub-total,
.table-condensed>thead>tr>th.sub-total,
.table-condensed>tbody>tr>td.sub-total{
	background-color: #ddd;	
}

.table-condensed>tbody>tr.grand-total,
.table-condensed>thead>tr>th.grand-total,
.table-condensed>tbody>tr>td.grand-total{
	background-color: #de9;
	color: #000;
	font-weight: bold;
}

.payroll-summary{
	margin: 0 auto;
	max-width: 500px;
}

.payroll-summary .row.total{
	border: 1px solid #333;
}

.payroll-summary .row.total.net-pay{
	background-color: #de9;
}


.payroll-summary .payroll-item{
	padding-left: 20px;
}

.invoice.sub-total,
.invoice.grand-total{
	font-weight: bold;
}

.invoice.grand-total{
	font-size: 16px;
}

.fa.apa-validated{
	color:#5cb85c;
}

.fa.css-validated{
	color:#3fc2cd;
}

.fa.css-rejected{
	color:#d9534f;
}

.fa.css-validated.apa-manager-approved{
	color:#f6b330;
}

.fa.finance-validated,
.fa.ops-manager-approved{
	color:#001c41;
}

.fa.payrun-excluded{
	color: #909090;
}

.invoice .nav-pills>li>a, 
.invoice .nav-pills>li.active>a{
	font-size: 20px;
}

.quick-options{
	background-color: #eee;
	top: unset;
	left: unset;
}

.quick-options li{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	padding: 0px 10px;
	cursor: pointer;
}

.xero-account-list.dropdown-menu{
	right: 15px; 
	left: unset;
	background-color: #eee;
}

.xero-account-list.dropdown-menu>li{
	color: #333;
	font-size:14px;
	font-weight: 400;
	text-align: left;
	padding:4px 10px;
	cursor: pointer;
}

.xero-account-list.dropdown-menu>li:hover {
	color: #fff;
	background-color: #204d74;
}

.btn-primary + .xero-account-list.dropdown-menu{
	background-color: #286090;
}

.btn-primary + .xero-account-list.dropdown-menu>li{
	background-color: #286090;
}

.btn-primary + .xero-account-list.dropdown-menu>li>a{
	text-align: left;
	font-size: 12px;
}

.btn-primary + .xero-account-list.dropdown-menu>li:hover,
.btn-primary + .xero-account-list.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #204d74;
}

.tracker-table th{
	height:40px;
}

.tracker-table th.summary{
	height:55px;
}

.tracker-table th.overtime, 
.tracker-table th.night-differential{
	height:85px;
}

#invoice-link-content .tab-content>.tab-pane.show {
    display: none !important;
}

#invoice-link-content .tab-content>.tab-pane.show.active{
	display: block !important;
}

/*------------------------------------*\
    SCORECARD MODULE
\*------------------------------------*/
.category-components{
	margin: 10px 10px 0px;	
}

.component-items>di{
	padding: 4px 0px 15px;
}

.component-items>div:NTH-CHILD(even){
	background-color: #e9e9e9;
}

.component-items>div:NTH-CHILD(odd){
	background-color: #efefef;
}

.component-title{
	background-color: #364c9f;
	padding:4px 0px;	
}

.component-title>div{
	color: #fff;
	font-weight: bold;
}

.total-score{
	font-weight: bold;
	text-align: right;
	padding-right:10px;
	margin-left: 15px;
}

.percentage-over{
	color: #f00;
}

.rating-system{
	padding:0px 5px;
	background-color: #2e6da4;
	border: 1px solid #000;
}

.rating-system>div{
	font-size: 12px;
	padding: 3px 0px;
	color:#fff;
	border-top: 1px solid #000;
}

.rating-system>div:FIRST-CHILD{
	border:none;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.rating-system>div>span{
	display: inline-block;
	width: 30px;
	background-color: #fff;
	color:#000;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}

.report-table{
	margin-bottom: 30px;
}

/*------------------------------------*\
    Values Award Nomination
\*------------------------------------*/
.values-button{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.values-button input{
	display: none;
}

.values-button label{
	display: block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    background-color: #fff;
	color: #daa520;
	width: 64px;
	height: 64px;
	margin: 10px auto;
}

#van-details .values-button label{
	width: 72px;
	height: 72px;
}

.values-button span{
	cursor: default;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.42857143;
}

.values-button label.values-excellence,
.values-button span.values-excellence{
	color: #f5b335;
}

.values-button label.values-excellence{
	border: 2px solid #f5b335;
}

.values-button label.values-excellence svg path{
	fill: #f5b335;
}

.values-button input:checked + label.values-excellence{
	background-color: #f5b335;
}

.values-button label.values-family,
.values-button span.values-family{
	color: #7e57c5;
}
.values-button label.values-family{
	border: 2px solid #7e57c5;
}

.values-button label.values-family svg path{
	fill: #7e57c5;
}

.values-button input:checked + label.values-family{
	background-color: #7e57c5;
}

.values-button label.values-respect,
.values-button span.values-respect{
	color: #00b189;
}

.values-button label.values-respect{
	border: 2px solid #00b189;
}

.values-button label.values-respect svg path{
	fill: #00b189;
}

.values-button input:checked + label.values-respect{
	background-color: #00b189;
}

.values-button label.values-understanding,
.values-button span.values-understanding{
	color: #001c71;
}

.values-button label.values-understanding{
	border: 2px solid #001c71;
}

.values-button label.values-understanding svg path{
	fill: #001c71;
}

.values-button input:checked + label.values-understanding{
	background-color: #001c71;
}

.values-button input:checked + label{
	-webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,.3);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,.3);
}

.values-button input:checked + label.values-excellence svg path,
.values-button input:checked + label.values-family svg path,
.values-button input:checked + label.values-respect svg path,
.values-button input:checked + label.values-understanding svg path{
	fill: #fff;
}

.values-button input:checked + label:hover,
.values-button label:hover{
	-webkit-box-shadow: 2px 6px 12px rgba(0,0,0,.3);
    box-shadow: 2px 6px 12px rgba(0,0,0,.3);
}

.values-button input + label.inactive svg path{
	fill: #ccc;
}

.values-button input + label.inactive{
	border: 2px solid #ccc;
	cursor: default;
}

.values-button span.inactive{
	color: #ccc;
}

.values-tooltip{
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	padding: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 12px rgba(0,0,0,.2);
    box-shadow: 0px 6px 12px rgba(0,0,0,.2);
    z-index:9999;
    text-align: left;
}

.values-button label:hover + span + div.values-tooltip,
.values-button span:hover + div.values-tooltip{
	display: block;
}

.van-photo-wrapper-thumb{
	border: 1px solid #ccc;
	width: 160px;
	height:100px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #efefef;
}

.van-photo-wrapper-thumb img{
	width: 100%;
	height: auto;
	cursor: pointer;
}

.van-photo-wrapper-thumb label{
	color: #ccc;
    font-size: 18px;
    margin: 40px auto;
    text-align: center;
}

.van-photo-wrapper img{
	width: 100%;
}

/*------------*/
.values-award-nomination-btn{
	background-color: #4cae4c;
}

.values-award-nomination-btn:hover label{
	-webkit-box-shadow: 2px 6px 12px rgba(0,0,0,.3);
    box-shadow: 2px 6px 12px rgba(0,0,0,.3);
}

.values-award-nomination-btn:hover p{
	text-shadow: 2px 6px 12px rgba(0,0,0,.3);
}

.values-button label.values-trophy{
	display: inline-block;
	margin: 0px 15px;
	width: 94px;
	height: 94px;
	float: left;
	background-color: transparent;
}

.values-button label.values-trophy svg path{
	fill:#fff;
}

.values-award-nomination-btn{
	width: 100%;
	max-width: none;
}

.values-button p.values-trophy{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	margin-top: 10px;
}

.values-button div{
	/* margin-top: 15px; */
}

#circle-container {
  width: 90px;
  height: 90px;
  position:absolute;
  z-index:1;
}

.fill-circle {
  width: 80px;
  height: 80px;
  position:absolute;
  z-index:5;
  background-color:#fff;
  border-radius:80px;
  margin:5px 0px 0px 5px;
  background-image: url('https://darko.co.za/circle-fill.png');
  background-repeat:no-repeat;
}

.quarter {
  width: 45px;
  height: 45px
}

.top-left {
  border-top-left-radius: 90px;
  background: #1fb14e;
  float: left
}

.top-right {
  border-top-right-radius: 90px;
  background: #1ba8e0;
  float: right
}

.bottom-left {
  border-bottom-left-radius: 90px;
  background: #fecc0b;
  float: left
}

.bottom-right {
  border-bottom-right-radius: 90px;
  background: #de232c;
  float: right
}



ul.employee-list-options li:NTH-CHILD(odd){
	background-color: #f9f9f9;
}

#employee-list-options {
	width: auto;
    min-width: 200px;
}

#list-result-wrapper{
	position: absolute;
	top:24px;
	left:80px;
	background-color: #fff;
	padding:10px;
	z-index:9999;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	max-height: 300px;
	overflow-y:auto;
}

#visitor-log-form{
	max-width: 500px;
	margin: 0 auto;
}

#visitor-log-form input,
#visitor-log-form select{
	border: none;
	border-bottom: 1px solid #333;
	padding: 8px;
	max-width:none;
}

#visitor-log-form select{
    color: #ccc;
}

#visitor-log-form select option{
    color: #000;
}

#visitor-log-form select option:first-child{
    color: #ccc;
}

#visitor-log-form label{
	min-height: 10px;
}

#visitor-log-form .label-field-vertical label.required:after{
	position: absolute;
	top: 22px;
	left: 12px;
	right: auto;
}

#visitor-log-form #list-result-wrapper{
	left: 20px;
	top: 45px;
}

#visitor-log-form ul.multi-select li{
	line-height: 2em;
}

#visitor-log-form ul.multi-select li:nth-child(even){
	background-color: #f9f9f9;
}

#visitor-log-form div.option-btn-wrapper{
	width: 300px;
    margin: 0 auto;	
}

#visitor-log-form .option-btn{
	width: 100%;
	font-size: 24px;
	line-height: 1.4em;
    max-width: 300px;
    padding: 20px 15px;
    margin: 20px auto;
}

#visitor-log-form .control-buttons{
	margin-top: 60px;	
}

/*------------------------------------*\
    PTO MODULE
\*------------------------------------*/
.pto_anniversary{
	background: #fff4c3 !important;
}

.pto_as_of_today{
	background: #aaf5cb !important;
}

.pto_forecast_component .fa-info-circle{
	color: #777;
	font-size: 16px;
}

#leaves-info.panel-content{
	padding: 0px;
}

.leave_tracker_456>td,
.leave_tracker_457>td{
	font-weight: bold;
	color: #364c9f;
}

.leave_tracker_455>td{
	color:#a94442;
}

.pto-leave-incentives-credits>td {
	font-weight: bold;
	color: #262d6a !important;
}

.pto-leave-incentives-credits>td>span {
	color: #001c41 !important;
	font-size: 14px !important;
}

/*------------------------------------*\
    MOBILE RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:768px) {
	
	#main-nav-wrapper{
		position: static;
	}
	
}

@media only screen and (max-width:767px) {
	.logo{
		text-align: center;
	}
	
	.user-access {
	    top: 80px;
	}
	
	#main-nav-wrapper{
		position: absolute;
		z-index: 1030;
    	width: 100%;
    	max-width: 250px;
    	right: none;
    	left:15px;
	}
	
	.navbar-toggle{
		float: left;	
	}
	
	.navbar-collapse.in{
		overflow: visible;
	}
	
	.navbar-nav{
		margin: 0px;
		background-color: #f3f3f3;
		border-radius: 4px;
    	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	
	.nav>li {
		display: block;
	}
	
	.nav>li:hover, 
	.navbar-default .navbar-nav>.open, 
	.navbar-default .navbar-nav>.open>a:focus {
	    background-color: #b282b9;
	    color: #fff;
	}
	
	.navbar-nav .open .dropdown-menu{
		background-color: #001c41;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: #fff;
		text-align: left;
	}
}


@media only screen and (max-width:425px) {
	
	
}

/*Benjoe Start*/
input.form-control, select.form-control, textarea.form-control {
  color: #222 !important;
  padding: 0 4px !important;
  border-radius: 2px !important;
  border: 1px solid #a9a9a9 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -o-transition: none !important;
  line-height: 2 !important;
}

select.form-control {
	padding: 0 !important;
}

input.form-control, select.form-control {
	height: 24px !important;
}

#login-form .form-control {
	height: 34px !important;
	padding: 6px 12px !important;
	color: #555 !important;
	border-radius: 4px !important;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.emp-details-email {
	max-width:470px!important;
}

.btn {
  padding: 4px 20px;
  border: none !important;
}

.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.bold-for-v3 {
	font-weight: 600;
}

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

.module-title .h5 {
    font-size: 24px;
}

.module-title{
	margin-bottom: 20px;
}

h4.module-title{
	font-weight: bold;
}

.form-control[readonly] {
    background-color: #fff;
}
/*Benjoe End*/


/*------------------------------------*\
    Attendance Time Tracker
\*------------------------------------*/
.icon-option-list.dropdown-menu{
	top: auto;
	left: auto;
	background-color: #ddd;
}

.icon-option-list.dropdown-menu{
	background-color: #eee;
}

.icon-option-list.dropdown-menu.green{
	background-color: #2ab27b;
}

.icon-option-list.dropdown-menu.blue{
	background-color: #286090;
}

.icon-option-list.dropdown-menu>li{
	font-size:14px;
	font-weight: 400;
	text-align: left;
	padding:5px 10px;
	cursor: pointer;
	border-top: 1px solid #ccc;
}

.icon-option-list.dropdown-menu.green>li{
	color: #fff;
	background-color: #2ab27b;
}

.icon-option-list.dropdown-menu.blue>li{
	color: #fff;
	background-color: #286090;
}

.icon-option-list.dropdown-menu>li:FIRST-CHILD{
	border-top: none;
}

.icon-option-list.dropdown-menu.green>li:hover {
	color: #fff;
	background-color: #20895e;
}

.icon-option-list.dropdown-menu.blue>li:hover {
	color: #fff;
	background-color: #204d74;
}

.v4-display{
	display: none !important;	
}

#recurring-options select{
	width: 100px;
}

#recurring-options select.fixed-date{
	width: 50px;
}

.content-block-header{
	width: 100% !important;
	align-items: center !important;
	margin-bottom: 15px;
	position: relative;
	padding: .8em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
} 

.content-block-header,
.content-block-header .card-title{
	color: #fff;
}

.content-block-header.cbh-gray{
	background-color: #777;
}

.content-block-header.cbh-red{
	background-color: #d11f41;
}

.content-block-header .card-title{
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}

.checkbox-wrapper-3{
	padding-top: 20px;
}

select.currency{
	max-width: 60px;	
}
