@CHARSET "ISO-8859-1";

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

/*------------------------------------*\
    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: 'Raleway', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	/* Bold */
	color: #00B0F0;
	/* Blue color */
}

p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	/* Regular */
}

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: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 {
	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: #001c41;
	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;
	background-color: #001c41;
}

.dropdown-menu>li>a {
	color: #222;
	font-weight: bold;
	border: none;
	text-align: right;
}



.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #ffffff;
	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;
}

a.bread-crumbs {
	color: #001c41;
	/* text-decoration: underline; */
	border-bottom: 1px solid #001c41;
	border-bottom: 1px solid #001c41;
}

/*------------------------------------*\
    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,
li {
	font-size: 16px;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;

}

h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	line-height: 30px;
}

h2.uppercase {
	text-transform: uppercase;
	font-weight: bold;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

button {
	font-size: 12px;
	font-weight: bold;
	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;
	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;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

input[type=text],
input[type=password],
input[type=email],
select {
	width: 100%;
	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=email] {
	padding-left: 4px;
}

input.numeric {
	text-align: right;
	padding-right: 4px;
}

textarea {
	width: 100%;
}

.numeric {
	text-align: right;
}

/*------------------------------------*\
    PAGE SECTIONS
\*------------------------------------*/
section,
header,
footer {
	width: 100%;
}

header {
	min-height: 120px;
	padding: 20px 0px;
	background-color: #fff;
	border-bottom: 1px solid #b5b3b4;
}

section {
	clear: both;
	position: relative;
	margin: 0px 0px;
}

#app {
	height: 100%;
	/* margin-bottom: 50px; */
	position: relative;
}

.container {
	position: relative;
}

.container h1 {
	margin-bottom: 10px;
}

.panel-default {
	border-color: #ccc;
}

.modal-body .panel-default {
	max-height: 530px;
	overflow: hidden;
	overflow-y: auto;
}

#record-details {
	padding: 0px 15px;
}

footer {
	position: fixed;
	bottom: 0px;
	max-height: 40px;
	background-color: #fff;
	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: 10px;
	right: 25px;
}

.user-access .fa-bell,
.user-access .fa-bell-o,
.user-access .fa-user {
	color: #3fc2cd;
	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 {
	margin-top: 10px;
	color: #001c41;
	color: #001c41;
}

.user-access .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #001c41;
	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: 50px;
}

.content-wrapper {
	margin-bottom: 20px;
}

.content-wrapper:LAST-CHILD {
	margin-bottom: 60px;
}

.label {
	color: #333;
}

.required-indicator {
	color: #f00;
}

.error_field,
input.error_field,
.error_field+.ms-options-wrap>button {
	border: 1px solid #a94442;
}

.error-msg {
	font-size: 10px;
	color: #a94442;
}

h3.section-title {
	font-size: 18px;
	padding: 4px;
	color: #fff;
	background-color: #001c41;
	background-color: #001c41;
}

ul.table-list {
	margin-bottom: 15px;
	background-color: #fff;
}

ul.table-list,
ul.table-list li {
	list-style-type: none;
}

ul.table-list li {
	padding: 1px 6px;
	border-bottom: 1px solid #ccc;
}

.fa {
	margin-left: 10px;
	margin-right: 10px;
}

.fa.back-link {
	margin-left: 0px;
	margin-right: 4px;
}

.fa.fa-ticket.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;
}

.control-buttons {
	margin: 0 auto 30px;
	text-align: right;
	padding-top: 2px;
}

.modal-content .control-buttons {
	margin: 0 auto;
}

.control-buttons button,
.control-buttons a.btn {
	min-width: 105px;
	margin-left: 20px;
}

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.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: #4a4a4a;
	color: #fff;
}

ul.tab-menu li.active {
	background-color: #6a6a6a;
}

/*---------------------------------------------*\
	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;
	background-color: #d11f41;
	-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;
	/* 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: #2ab27b;
    border-color: #259d6d; */
}

a.btn-primary,
a.btn-success {
	padding: 4px 20px;
	font-size: 12px;
	border: none;
}

a.btn-primary.large,
a.btn-success.large {
	padding: 7px 20px;
	font-size: 14px;
}

.btn-primary.crud-add {
	color: #fff;
	right: 10px;
	top: 5px;
}

.btn-primary.crud-add:hover,
.btn-primary.crud-add:focus {
	background-color: #259d6d;
	border-color: #2ab27b;
}

.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;
}

#record-details.panel-content,
.panel-content {
	padding: 15px;
}

.panel-content .row {
	margin-bottom: 15px;
}

/*---------------------------------------------*\
	GLOBAL STYLES
\*---------------------------------------------*/
.title {
	margin: 10px 0px;
}

.for-mobile,
.for-mobile.inline-block,
.for-mobile.inline {
	display: none !important;
}

div.alternate-bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 4px 0px;
}

div.alternate-bg:nth-child(even) {
	background-color: #f9f9f9;
}

.edit-control {
	display: block;
}

.view-control {
	display: none;
}

.view-details .edit-control {
	display: none;
}

.view-details .view-control {
	display: block;
}

.range-field div {
	display: inline-block;
}

.ms-options-wrap>.ms-options>ul li.selected label,
.ms-options-wrap.ms-has-selections>button:hover {
	background-color: #001c41;
}

/*---------------------------------------------*\
	LOGIN PAGE
\*---------------------------------------------*/
#login-section form {
	margin-bottom: 20px;
}

.login-form-wrapper {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.form-group {
	padding: 15px 15px 0px;
	margin-bottom: 0px;
}

.login-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] {
	width: 100%;
	max-width: none;
}

.error-msg,
.description {
	font-size: 10px;
}

#global-error-msg.error-msg {
	font-size: 12px;
	font-weight: bold;
}

.button-group {
	margin-top: 15px;
}

.login-form-wrapper button {
	padding: 6px 12px;
	min-width: 140px;
}

.control-label {
	font-size: 100%;
	font-weight: bold;
}

.change-password {
	max-width: 700px;
	margin: 0 auto;
}

#register-section h1 {
	margin-bottom: 30px;
}

.sign-up-via {
	font-size: 16px;
}

.sign-up-via::before,
.sign-up-via::after {
	content: " ";
	position: absolute;
	top: 10px;
	height: 2px;
	width: 45%;
	background-color: #ccc;
}

.sign-up-via::before {
	left: 0px;
}

.sign-up-via::after {
	right: 0px;
}

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;
}

/*---------------------------------------------*\
	HOME PAGE
\*---------------------------------------------*/


/*---------------------------------------------*\
	SEARCH FILTER SECTION
\*---------------------------------------------*/
#banner {
	height: 60%;
	position: relative;
	overflow: hidden;
}

#banner-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	position: absolute;
}

.banner-opacity-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #2e2a6b;
	opacity: 0.7;
}

.banner-text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.centered-content {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	padding: 0px 15px;
}

.banner-text-wrapper h1,
.banner-text-wrapper h2 {
	width: 90%;
	max-width: 960px;
	font-size: 68px;
	color: #f0f0f0;
	text-align: center;
	margin: 0 auto;
	line-height: 1.1;
}

#search-filter {
	background: linear-gradient(#001c41, #003d8d);
	background-position: center;
	background-size: cover;
	padding: 60px 0px 40px;
	position: relative;
}

#search-filter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #001c41;
	opacity: 0.8;
}

#banner #search-filter {
	background-color: transparent;
}

#search-filter .vline {
	border-left: 1px solid #ccc;
	margin-right: 20px;
	height: 40px;
}

#search-filter select,
#search-filter input {
	border: none;
	font-size: 18px;
	padding: 8px;
}

#search-filter option {
	font-size: 18px;
	padding: 4px 2px;
}

#search-filter button {
	width: 100%;
	border: none;
	padding: 10px 30px;
	background-color: #cc0066;;
	color: #fff;
	font-size: 18px;
}

#search-filter button:hover {
	background-color: #fff;
	color: #353746;
}

#search-filter select,
#search-filter input {
	background-color: #fff;
	color: #353746;
	margin-bottom: 30px;
}

#search-filter select {
	color: #353746;
}

select:invalid,
#search-filter select:invalid {
	color: #ccc;
}

option {
	color: #000;
}

#search-filter option {
	color: #000;
}

option.placeholder,
#search-filter option.placeholder {
	color: #000;
}

.search-title {
	padding: 30px 0px 20px;
}

.search-title h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.keyword-search {
	width: 200px;
	position: relative;
	float: right;
}

.keyword-search .fa {
	position: absolute;
	top: 7px;
	padding: 4px 6px 4px 4px;
	font-size: 14px;
	color: #ccc;
	border-right: 1px solid #ccc;
	left: 2px;
}

.keyword-search input {
	padding: 8px 8px 8px 36px;
	max-width: 200px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
}

#search-result {
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#search-result .job-item {
	padding: 60px 20px 40px;
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
}

#search-result .job-item:FIRST-CHILD {
	border-top: none;
}

.job-item h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.job-item h3 a {
	text-decoration: underline;
	text-decoration-style: dotted;
	-moz-text-decoration-color: #ccc;
	text-decoration-color: #ccc;
}

#job-title .job-status {
	position: absolute;
	top: 0px;
	left: 15px;
	height: 30px;
	min-width: 150px;
	max-width: 250px;
	padding: 6px 30px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
}

#job-title .job-status span {
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}

.job-item .job-status span {
	font-size: 12px;
	font-weight: bold;
}

.job-item .job-status i.fa {
	font-size: 12px;
}

#job-title .job-status-95 {
	background-color: #159E15;
}

#job-title .job-status-96 {
	background-color: #ffaf00;
}

#job-title .job-status-97 {
	background-color: #d01f40;
}

.job-item .job-status-95 {
	color: #159E15;
}

.job-item .job-status-96 {
	color: #ffaf00;
}

.job-item .job-status-97 {
	color: #d01f40;
}

.job-item .job-info,
.job-item .job-summary p {
	margin-bottom: 20px;
}

.job-item .job-summary,
.job-item .job-summary p {
	margin-bottom: 20px;
	line-height: 28px;
	color: #5d5d5d;
	font-size: 18px;
}

.job-item .job-summary a.read_more {
	color: #001c41;
	font-weight: bold;
	font-size: 14px;

}

#application-list {
	padding-bottom: 100px;
}

#application-list .job-item {
	padding: 20px 20px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#application-list .job-item .job-summary,
#application-list .job-item .job-summary p,
#application-list .job-item .job-info p {
	font-size: 14px;
	line-height: 24px;
}

#application-list .job-item .job-summary p:LAST-CHILD {
	margin-bottom: 0px;
}

#application-list .job-item h3 {
	font-weight: bold;
}

.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;
}

.user-name input {
	max-width: 160px;
}

/*---------------------------------------------*\
	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\9 #f6b330;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

th.sortable.DESC::after {
	border-bottom: 6px dashed #f6b330;
	border-bottom: 6px solid\9 #f6b330;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.fa {
	margin: 0 3px;
	font-size: 18px;
	cursor: pointer;
}

.fa-angle-double-down,
.fa-angle-double-up {
	color: #364c9f;
}

.no-action,
.view-list,
.crud-view {
	color: #364c9f;
}

.crud-edit {
	color: #364c9f;
}

.crud-delete {
	color: #d11f41;
}

.crud-failed {
	color: #d11f41;
}

.crud-blacklist {
	color: #d11f41;
}

.exam-print-btn {
	color: #364c9f;
}

.ipcam-view {
	color: #364c9f;
}

.view-save,
.fa-check.green {
	color: #3a9a57;
}

.fa-times.red {
	color: #d11f41;
}

.accepted,
.completed {
	color: #2ab27b;
}

.future-ref,
.reschedule,
.job-offer {
	color: #f6b330;
}

.rejected,
.archived {
	color: #d01f40;
}

.no-show {
	color: #404041;
}

.inprogress,
.result {
	color: #001c41;
}

.refer-to {
	color: #B8D124;
}

.view-list.disabled,
.crud-view.disabled,
.crud-edit.disabled,
.crud-delete.disabled,
.crud-blocklisted.disabled,
.ipcam-view.disabled,
.no-action.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;
}

/*---------------------------------------------*\
	PARAMETER MODULE
\*---------------------------------------------*/
#option-group-list {
	list-style: none;
}

ul.record-list-menu li {
	list-style-type: none;
	padding: 4px;
	cursor: pointer;
}

ul.record-list-menu li:nth-of-type(odd) {
	background-color: #eee;
}

ul.record-list-menu li.active {
	background-color: #c4c4c4;
}

ul.record-list-menu li:hover {
	background-color: #3d3d3d;
	color: #fff;
}

ul.record-list-menu li.active {
	font-weight: bold;

}

ul.tab-menu li.disabled,
ul.tab-menu li.disabled:hover {
	color: #ccc;
	background-color: #fff;
}

.roles-list li {
	border-bottom: 1px solid #ccc;
}

.panel-heading button {
	color: #fff;
	background-color: #2ab27b;
	border-color: #259d6d;
	position: absolute;
	right: 10px;
	top: 5px;
}

.label-field-vertical label,
.label-horizontal label {
	display: block;
}

.field-horizontal {
	padding-left: 0px;
}

.label-field-inline div.group,
.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: " ";
}

/*---------------------------------------------*\
	FORM INPUT FIELDS
\*---------------------------------------------*/
.view-details input,
.view-details select,
.view-details textarea {
	background-color: #efefef;
}

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;
}

.full-name-field input {
	width: 180px;
}

.sub-section-title {
	margin-bottom: 10px;
}

input[type=text].date-field {
	width: 90px;
}

.readonly {
	background-color: #efefef;
}

label.from-to {
	font-size: 12px;
	padding-left: 10px;
	display: inline-block;
}

input.short,
select.short {
	max-width: 90px;
}

input.default,
select.default {
	max-width: 120px;
}

input.medium,
select.medium {
	max-width: 200px;
}

input.long,
select.long {
	max-width: 300px;
}

/*---------------------------------------------*\
	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;
}

.pagination {
	margin: 0px 0px 22px;
}

.pagination-count {
	vertical-align: top;
	padding: 10px 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;
}

/*------------------------------------*\
    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;
}

.upload-resume-wrapper .fileinput-button,
.profile-photo-wrapper .fileinput-button {
	padding: 2px 20px;
	margin-top: 10px;
	min-width: 200px;
}

.upload-resume-wrapper .fileinput-button input,
.profile-photo-wrapper .fileinput-button input {
	width: 200px;
	height: 28px;
}

.upload-resume-wrapper a.fileinput-button {
	padding: 4px 20px;
}

/* Fixes for IE < 8 */
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.drag-drop-zone {
	min-height: 124px;
	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;
}

.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;
}

.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: '✔';
	display: inline-block;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
}

.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;
}

/*------------------------------------*\
    JOB BOARD PAGE
\*------------------------------------*/
#job-details {
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#job-details h1 {
	margin: 20px 0px;
}

.fix-job-title {
	background: #001c41;
	color: #fff;
	z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-height: 60px;
}

.fix-job-title h1 {
	color: #fff;
}

#job-details h3.title,
#job-details .text-content,
#job-details .job-info,
#job-details .job-info span,
#job-details label {
	font-size: 16px;
}

#job-details h3.title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

#job-details .text-content {
	margin-bottom: 40px;
	line-height: 24px;
}

#job-details .job-info,
#job-details .job-info span {
	margin-bottom: 0px;
	line-height: 28px;
}

.job-summary {
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 30px;
}

.job-summary p, .job-summary li, .job-summary span, .job-summary div {
	font-family: 'Lato', sans-serif !important;
	color: #222 !important;
}

#job-title.panel-content .row {
	margin-bottom: 0px;
}

#job-details .panel-content {
	border-bottom: 1px solid #ccc;
	padding: 15px 30px;
}

#job-details .panel-content .inside-banner {
	margin: -15px -30px 80px;
}

.inside-banner img {
	width: 100%;
	height: auto;
}

#job-details .control-buttons {
	margin-top: 15px;
}

#job-details a.btn-apply-now {
	font-size: 16px;
	font-weight: bold;
	line-height: 48px;
	text-align: left;
	background-color: #cc0066;
	color: #fff;
	border: 1px solid #001c41;
	padding: 0 20px;
	min-width: 224px;
	text-transform: uppercase;
	letter-spacing: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#job-details .fix-job-title a.btn-apply-now {
	color: #001c41;
	background-color: #fff;
	border: 1px solid #001c41;
	border: 1px solid #001c41;
	min-width: 180px;
}

#job-details a.btn-apply-now.refer-a-friend {
	font-size: 16px;
	line-height: 42px;
	letter-spacing: 4px;
}

#job-details a.btn-apply-now i.fa {
	/* margin-left: 10px;
	float: right; */
	position: absolute;
	top: 18px;
	right: 24px;
	font-size: 44px;
}

#job-details a.btn-apply-now:hover {
	color: #000;
	background-color: #fff;
}

#job-details ul {
	position: relative;
	/* list-style-type: none; */
	list-style-position: outside;
	margin-left: 32px;
}

#job-details ul>li {
	text-indent: 0px;
}

#job-details ul>li>ul>li {
	list-style: circle;
}

#job-details ul>li:before {
	/* content: "-";
  	position: absolute;
  	left: -30px; */
}

#job-details label {
	line-height: 24px;
}

#job-details .label-field-vertical {
	padding-bottom: 30px;
	border-right: 1px solid #ccc;
}

#job-details .label-field-vertical:NTH-CHILD(3),
#job-details .label-field-vertical:NTH-CHILD(6) {
	border: none;
}

div.back-link {
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px 0px;
}

div.back-link i.fa {
	margin: 0px 10px;
}

#registration-form {
	margin-bottom: 20px;
}

#create-account h1,
#create-account h2,
#create-account h3 {
	margin-bottom: 15px;
}

.right-divider {
	border-right: 1px solid #ccc;
}

.or-divider {
	margin: 20px 0px;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.or-divider span {
	background-color: #fff;
	min-width: 40px;
}

.or-divider:before,
.or-divider:after {
	content: " ";
	position: absolute;
	top: 10px;
	width: 44%;
	background-color: #ccc;
	height: 1px;
}

.or-divider:before {
	left: 0px;
}

.or-divider:after {
	right: 0px;
}

/* .or-divider.vertical{
	margin: 0px;
	height: 270px;
	text-align: center;
	vertical-align: middle;
}

.or-divider.vertical:before,
.or-divider.vertical:after{
	top:0;
	width: 1px;
	height: 44%;
}

.or-divider.vertical:before{
	top:0px;
	left:50%;
}

.or-divider.vertical:after{
	top: auto;
	bottom: 0px;
	right:50%;
}

.or-divider span{
	position: absolute;
	top: 45%;
	left: calc(50% - 20px);
} */

.btn-block {
	margin-bottom: 15px;
}

.btn-with-icon {
	position: relative;
	color: #fff;
	/* padding-left: 40px; */
}

.btn-with-icon i {
	position: absolute;
	top: 15px;
	left: 10px;
}

.btn-linkedin {
	background-color: #007bb6;
}

.btn-linkedin:hover {
	color: #fff;
	background-color: #006699;
}

.btn-facebook {
	background-color: #3b5998;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #0b2968;
}

.btn-google {
	background-color: #dc4a38;
}

.btn-google:hover {
	color: #fff;
	background-color: #ac1a08;
}

.btn-mydiversify {
	background-color: #001c41;
}

.btn-mydiversify:hover {
	color: #fff;
	background-color: #503883;
}

.mce-wrapper {
	position: relative;
}

/* .mce-menu {position:fixed !important} */

#sliding-banners-preview label {
	padding: 5px;
	display: inline-block;
	width: 50%;
	float: left;
}


/*------------------------------------*\
    PROFILE PAGE
\*------------------------------------*/
#profile-section h1 {
	margin: 30px 0px;
}

#profile-section h2 {
	font-weight: bold;
}

.profile-content {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 30px 30px 45px;
}

.profile-content.last {
	border-bottom: none;
	margin-bottom: 0px;
}

.profile-photo-wrapper {
	width: 100%;
	padding: 20px;
}

.profile-photo-wrapper img {
	width: 100%;
	max-width: 200px;
}

.profile-content h2 {
	margin-bottom: 20px;
}

.profile-content ul {
	margin-bottom: 20px;
}

.profile-content .crud-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 32px;
	color: #3fc2cd;
}

.experience-item,
.education-item,
.skill-item,
.qualification-item {
	position: relative;
	margin-bottom: 30px;
}

.experience-item .crud-icon,
.education-item .crud-icon {
	top: 0px;
	right: -10px;
}

.experience-item.original-version .crud-icon,
.education-item.original-version .crud-icon {
	top: 10px;
	right: 10px;
}

.original-version {
	background-color: #ddd;
	padding: 10px;
	margin-top: -30px;
}

.editted-version {
	/* margin-bottom: 30px; */
}

.editted-version .experience-details {
	margin-bottom: 20px;
}

.editted-version .edit-label {
	font-size: 12px;
	font-style: italic;
	color: #f00;
	margin-bottom: 0px;
	margin-top: 10px;
}

.editted-version .edit-label a {
	color: #f00;
	background-color: #ccc;
	padding: 4px 10px;
	border-radius: 2px;
}

.skill-item .crud-icon,
.qualification-item .crud-icon {
	top: -50px;
	right: -10px;
}

.skill-level {
	position: relative;
	background-color: #ccc;
	background: -webkit-linear-gradient(left, #fff, #ccc, #aaa);
	background: -o-linear-gradient(right, #fff, #ccc, #aaa);
	background: -moz-linear-gradient(right, #fff, #ccc, #aaa);
	background: linear-gradient(to right, #fff, #ccc, #aaa);
	width: 200px;
}

.skill-level div {
	color: #fff;
	background-color: #3097D1;
	background: -webkit-linear-gradient(left, #50c7f1, #2a88bd);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #50c7f1, #2a88bd);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #50c7f1, #2a88bd);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #50c7f1, #2a88bd);
	opacity: 0.8;
	text-align: right;
	padding-right: 2px;
}

.skill-comment {
	font-style: italic;
	margin-left: 15px;
	padding: 0px 4px;
	min-height: 42px;
	background-color: #fafafa;
	border: 1px solid #efefef;
}

.inclusive-date {
	font-size: 12px;
	font-style: italic;
}

.experience-item p {
	margin-bottom: 15px;
}

.company-details {
	margin-bottom: 30px;
}

.company-name {
	font-weight: bold;
}

.company-details p {
	margin-bottom: 0px;
}

.experience-details {
	padding-left: 30px;
	margin-bottom: 60px;
}

.experience-details h5 {
	font-weight: bold;
}

.experience-details ul,
.experience-details ol {
	list-style-position: outside;
	margin-left: 15px;
}

.responsibilities-section ul {
	list-style-position: outside;
	margin-left: 15px;
}

.responsibilities-section ul>li>ul,
.responsibilities-section ul>li>ol,
.responsibilities-section ol>li>ol,
.responsibilities-section ol>li>ul {
	margin-left: 30px;
}

.experience-details ul>li>ul,
.experience-details ul>li>ol,
.experience-details ol>li>ol,
.experience-details ol>li>ul {
	margin-left: 20px;
}

.responsibilities-section ul>li>ul,
.experience-details ul>li>ul {
	list-style: circle;
}

.responsibilities-section ul>li>ul>li>ul,
.experience-details ul>li>ul>li>ul {
	list-style: square;
}

.view-details p,
.view-details ul {
	margin-bottom: 20px;
}

.view-details .field-text {
	padding: 4px 8px;
	border: 1px solid #ccc;
	background: #fcfcfc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.field-text ul {
	list-style-position: outside;
	margin-left: 20px;
}

.application-status-history h4 {
	margin-bottom: 10px;
}

.application-status-history h4,
.application-status-history h5 {
	font-weight: bold;
}

.application-status-history h5 {
	font-size: 14px;
}

.application-history {
	padding: 4px 15px 20px;
}

.application-history .row {
	margin-bottom: 0px;
}

.application-history .row:nth-child(even) {
	background-color: #e9e9e9;
}

.application-history .row:nth-child(odd) {
	background-color: #f9f9f9;
}

.application-history .grid-header {
	background-color: #001c41;
	color: #fff;
	text-align: center;
}

.application-history>.row>div {
	padding: 4px;
	border-left: 1px solid #fff;
	min-height: 26px;
}

.application-history>.row>div:first-child,
.application-history>.row>div.header:first-child {
	border-left: none;
}

.employment-preference {
	padding: 15px;
	margin-bottom: 0px;
}

.employment-preference .row {
	margin-bottom: 0px;
	background-color: #e9e9e9;
	padding: 4px;
	min-height: 30px;
}

.employment-preference .row:nth-child(even) {
	background-color: #f9f9f9;
}

.employment-preference .row>div {
	padding: 0px;
}

/*------------------------------------*\
    JOB APPLICATIONS
\*------------------------------------*/
.short-list-status.dropdown-menu {
	top: auto;
	left: auto;
	background-color: #ddd;

}

.short-list-status.dropdown-menu {
	background-color: #eee;
}

.short-list-status.dropdown-menu>li {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	padding: 4px 10px;
	cursor: pointer;
}

.short-list-status.dropdown-menu>li:hover {
	color: #fff;
	background-color: #259d6d;
}

.btn-success+.short-list-status.dropdown-menu {
	background-color: #2ab27b;
}

.btn-success+.short-list-status.dropdown-menu>li {
	background-color: #2ab27b;
}

.btn-success+.short-list-status.dropdown-menu>li>a {
	text-align: left;
	font-size: 12px;
}

.btn-success+.short-list-status.dropdown-menu>li:hover,
.btn-success+.short-list-status.dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #20895e;
}

/* .tooltip .tooltip-inner{
	max-width:310px;
	padding:6px 8px;
	color:#6a6a6a;
	text-align:center;
	background-color: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border: 1px solid #eaeaea;
}

.tooltip.in{
	opacity:1;
    filter:alpha(opacity=100);
}

.tooltip.right > .tooltip-arrow {
  border-right-color: #999;
}

.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #999;
}

top tooltip
.tooltip.top > .tooltip-arrow {
  border-top-color: #999;
}

left tooltip
.tooltip.left > .tooltip-arrow {
  border-left-color: #999;
} */

.notes-item {
	white-space: pre-wrap;
	word-wrap: break-word;
	line-height: 20px;
}

.float-right {
	position: absolute;
	right: 20px;
	padding-top: 10px;
	margin: 0;
}

.float-right .fa {
	font-size: 18px;
	/* color: #2ab27b; */
}

/*------------------------------------*\
    DASHBOARD PAGE
\*------------------------------------*/
.summary-box {
	margin: 15px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #fcfcfc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.summary-box h2 {
	font-size: 44px;
	line-height: 54px;
	font-weight: bold;
	color: #f6b332;
}

.summary-box h2.count-0 {
	color: #ccc;
}

.summary-box h3>a {
	color: #041b72;
	font-weight: bold;
}

.summary-box h3.count-0 {
	color: #ccc;
	font-weight: bold;
}

.no-result {
	max-width: 1170px;
	margin: 0 auto 60px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}


/*------------------------------------*\
    GALLERY STYLES
\*------------------------------------*/
.image-thumbnail {
	padding: 15px;
}

.image-thumbnail input[type=checkbox] {
	display: none;
}

.image-thumbnail input[type=checkbox]+label {
	border: 2px solid #fff;
}

.image-thumbnail input[type=checkbox]:checked+label {
	border: 2px solid #0084ff;
}

.image-thumbnail input[type=checkbox]:checked+label::before {
	content: '✔';
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #0084ff;
	background-color: #ddd;
	padding: 2px 4px;
	opacity: 0.8;
}


/*------------------------------------*\
    EMPLOYEE REFERRAL PAGE
\*------------------------------------*/
.erp-content {
	margin-bottom: 80px;
}

.erp-content h1,
.erp-content h2,
.erp-content h3,
.erp-content h4,
.erp-content p,
.erp-content ul {
	margin-bottom: 15px;
}

.erp-content h2 {
	margin-top: 40px;
	font-weight: bold;
}

.erp-content h2>span {
	margin-right: 20px;
	display: inline-block;
}

.erp-content p {
	text-align: justify;
}

.erp-content ul {
	margin-left: 30px;
	list-style-position: outside;
}

.erp-content ul>li {
	padding-left: 15px;
	/* line-height: 28px; */
	margin-bottom: 15px;
}

.erp-content ul>li>ul {
	margin-bottom: 30px;
}

.erp-content table {
	margin-top: 15px;
}

.erp-content p.example {
	margin-left: 60px;
	font-style: italic;
	font-size: 14px;
}

.erp-content a {
	color: #3097D1;
}

.alpha-list {
	list-style-type: lower-alpha;
}

.alpha-list.upper {
	list-style-type: upper-alpha;
}

.number-list {
	list-style-type: decimal;
}

.roman-list {
	list-style-type: lower-roman;
}

.roman-list.upper {
	list-style-type: upper-roman;
}

.italic {
	font-style: italic;
}


/*------------------------------------*\
    EXAM MODULE
\*------------------------------------*/
.radiobox-option {
	margin-right: 10px;
}

.radiobox-option label {
	padding-left: 8px;
	padding-top: 10px;
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
}

/* ----- Progressbar ----- */
.progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
}

.progressbar li {
	list-style-type: none;
	width: 20%;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}

.progressbar.steps-4 li {
	width: 25%;
}

.progressbar.steps-6 li {
	width: 16%;
}

.progressbar.steps-7 li {
	width: 14%;
	font-size: 10px;
}

.progressbar li,
.progressbar li a {
	color: #7d7d7d;
}

.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 26px;
	border: 2px solid #7d7d7d;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}

.progressbar li:first-child:after {
	content: none;
}

.progressbar li.active,
.progressbar li.active a {
	color: green;
}

.progressbar li.active:before {
	border-color: #55b776;
}

.progressbar li.active+li:after {
	background-color: #55b776;
}

#questions-answers {
	/* max-height: 360px; */
	overflow-y: auto;
	border-top: 1px solid #000;
}

#questions-answers>ul>li:nth-child(even) {
	background-color: #eee;
}

#questions-answers>ul>li:nth-child(odd) {
	background-color: #f9f9f9;
}

#questions-answers>ul>li.parent-question {
	background-color: #fff;
}

.question {
	padding: 15px;
	list-style: none;
}

.question p {
	font-size: 16px;
	line-height: 22px;
}

.question p.answer {
	margin-left: 20px;
	font-weight: bold;
}

.question p.correct {
	color: #5cb85c;
}

.question p.wrong {
	color: #d11f41;
}

h2 {
	margin-bottom: 20px;
}

.group_questions {
	margin: 40px 20px;
}

.complete-msg p {
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.group-title {
	margin-bottom: 30px;
}

.view-attachment {
	color: #3097D1;
	text-decoration: underline;
}

.list-result-wrapper ul.record-list-menu {
	position: fixed;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
	max-width: 300px;
}

.list-result-wrapper ul.record-list-menu li {
	list-style: none;
	padding: 4px !important;
}

.list-result-wrapper ul.record-list-menu li label {
	margin-bottom: 0;
	display: block;
	padding-left: 20px;
	cursor: pointer;
}

.list-result-wrapper .record-item input[type='checkbox'] {
	float: left;
	margin-top: 5px;
}

.list-result-wrapper {
	position: absolute;
	left: 20px;
	top: 45px;
	z-index: 9999999999999;
	background-color: #ccc;
	min-width: 300px;
	border: 1px solid #ccc;
}

.list-result-wrapper {
	top: 60px;
}

.list-result-wrapper ul.multi-select li {
	line-height: 2em;
	cursor: pointer;
}

.list-result-wrapper ul.multi-select li:nth-child(even) {
	background-color: #f9f9f9;
}

.list-result-wrapper ul.multi-select li:hover {
	background-color: #b282b9;
}

input.small-number,
input.date-picker,
input.hasDatepicker {
	width: 110px !important;
}

.form-control {
	display: inline;
}

/*------------------------------------*\
    MEDIA RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width:1024px) {

	#job-details .label-field-vertical:NTH-CHILD(3) {
		border-right: 1px solid #ccc;
	}

	#job-details .label-field-vertical:NTH-CHILD(2),
	#job-details .label-field-vertical:NTH-CHILD(4) {
		border: none;
	}

}

@media only screen and (max-width:990px) {

	#job-details .label-field-vertical,
	#job-details .label-field-vertical:NTH-CHILD(3) {
		border: none;
	}

	#job-details .control-buttons {
		text-align: center;
	}
}

@media only screen and (max-width:768px) {

	.ms-options-wrap ul {
		columns: 2 !important;
	}

}

@media only screen and (max-width:767px) {


	#register-section .right-divider,
	#login-section .right-divider {
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding-bottom: 20px;
	}

	.registration-wrapper {
		margin-top: 60px;
	}

	.sign-up-via {
		margin: 30px 0px 0px;
	}

	.not-for-mobile {
		display: none !important;
	}

	.for-mobile {
		display: block !important;
	}

	.for-mobile.inline {
		display: inline !important;
	}

	.for-mobile.inline-block {
		display: inline-block !important;
	}
}

@media only screen and (max-width:667px) {

	.logo {
		text-align: center;
	}

	.logo img {
		max-width: 200px;
	}

	.user-access {
		right: 20px;
		width: 200px;
		text-align: right;
	}

	.user-access .dropdown-menu {
		right: 0px;
	}

	#main-nav-wrapper {
		right: auto;
		top: 55px;
		left: 15px;
		width: 100%;
		max-width: 250px;
	}

	.navbar-nav {
		margin: 7px;
	}

	.navbar {
		z-index: 999999;
	}

	.navbar-toggle {
		float: left;
	}

	.navbar-nav {
		background-color: #001c41;
		background-color: #001c41;
	}

	.navbar-default .navbar-nav>li>a {
		color: #fff;
		line-height: 34px;
	}

	.nav>li {
		display: block;
		border-bottom: 1px solid #ccc;
	}

	.dropdown-menu>li>a {
		text-align: left;
	}

	.user-access .dropdown-menu>li>a {
		text-align: right;
	}

	#job-title .fix-job-title .job-status {
		padding: 3px 10px;
		min-width: 100px;
	}

	#job-title .fix-job-title .job-status span {
		font-size: 12px;

	}

	#job-details .fix-job-title h1 {
		font-size: 14px;
		line-height: 1.2em;
		margin: 20px 0px 10px;
	}

	#job-details .control-buttons,
	#job-details .fix-job-title .control-buttons {
		position: relative;
	}

	#job-details .control-buttons {
		max-width: 180px;
	}

	#job-details .fix-job-title .control-buttons {
		max-width: 200px;
		margin: 0 auto 0px;
	}

	#job-details a.btn-apply-now {
		min-width: 160px;
	}

	#job-details .fix-job-title a.btn-apply-now {
		min-width: 100px;
		font-size: 14px;
		line-height: 32px;
		margin-left: 0px;
	}

	#job-details a.btn-apply-now i.fa {
		top: 4px;
		right: 20px;
	}

	#job-details .fix-job-title a.btn-apply-now i.fa {
		top: 2px;
		right: 50px;
		font-size: 32px;
	}

}

@media only screen and (max-width:568px) {
	.ms-options-wrap ul {
		columns: 1 !important;
	}

}

@media only screen and (max-width:425px) {}

/* New Header */
.header {
	background-color: #fff;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
	width: 100%;
	z-index: 3;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header li a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
	background-color: #001c41;
	color: #ffff;
}

.header .logo {
	display: block;
	float: left;
	font-size: 2em;
	text-decoration: none;
}

.header .menu {
	clear: both;
	max-height: 0;
	transition: max-height .2s ease-out;
}

.header .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 0;
	user-select: none;
	position: absolute;
	right: 15px;
	top: 40px;
}

.header .menu-icon .navicon {
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
	background: #333;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.header .menu-icon .navicon:before {
	top: 5px;
}

.header .menu-icon .navicon:after {
	top: -5px;
}

.header .menu-btn {
	position: absolute;
	right: 15px;
	top: 31px;
	width: 18px;
	height: 14px;
	opacity: 0;
}

.header .menu-btn:checked~.menu {
	max-height: 500px;
	background-color: #0084ff;
	color: #fff;
}

.header .menu {
	right: 15px;
	top: 60px;
	text-align: right;
}

.header .menu-btn:checked~.menu-icon .navicon {
	background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
	transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
	top: 0;
}

.user-menu-top {
	display: none;
}

@media (min-width: 1025px) {
	.user-menu {
		display: none;
	}

	.user-menu-top {
		display: block;
		display: inline-block;
	}

	.header li {
		float: left;
	}

	.header li a {
		padding: 4px 10px;
		color: #001c41;
		color: #001c41;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		background-color: #fff;
	}

	.header .menu {
		clear: none;
		float: right;
		max-height: none;
		margin-top: 50px;
	}

	.header .menu-icon {
		display: none;
	}
}

@media(max-width: 1024px) {
	.user-access {
		position: absolute;
		top: 30px;
		right: 40px;
	}

	.header .menu li a {
		color: #fff;
		font-weight: 600;
	}

	.header ul {
		background-color: #001c41;
	}

	.header .menu {
		position: absolute;
		overflow: hidden;
		z-index: 1;
		text-transform: uppercase;
	}

	header .dropdown.open .dropdown-menu {
		position: relative;
		width: 100%;
		display: block;
		box-shadow: none;
	}

	.dropdown-menu>li>a {
		text-align: right;
	}
}

.content-wrapper.container,
.content-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.dropdown-menu li {
	float: none;
}

@media(max-width: 525px) {
	.user-name-hide {
		display: none;
	}
}

.menu li.active>a {
	color: #f6b330;
}

.menu ul li.active>a {
	color: #fff;
}

@media (min-width: 992px) {
	.container {
		width: 1020px;
		width: 100%;
		padding: 0 30px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

a.btn.btn-apply-now {
	background-color: #2ab27b;
	color: #fff;
}

.horizontal-align {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.centered-button {
	display: block;
	text-align: center;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #cc0066;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	width: 150px;
}
