:root {
    --primary: #23f6ef;
    --secondary: #6166ff;
}
  

p, li, a {
    font-size: 14px;
}
p.center {
    text-align: center;
}
a {
    text-decoration: none;
}
body {
	color: #000;
	font-family: Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 24px
}
h2 {
	font-size: 22px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h1, h2, h3, h4 {
	text-transform: uppercase;
	letter-spacing: .1em
}
.center {
    text-align: center;
}
div.block {
    background: none repeat scroll 0 0 #EEEEEE;
}
div.block.white {
    background: none repeat scroll 0 0 #FFFFFF;
}
div.block.blue {
    background: none repeat scroll 0 0 #95DFEE;
}
div.block.blur {
    background: url("g97mPihtz8TvQh4kQe9eohoyHWy7cunVrUSKTky2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.block.blur2 {
    background: url("D48fxVjHp6FDWfu8UIrkcQ9jWuEFeNMF4XBgOpPGm5O.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.block.dark {
    background: -moz-linear-gradient(center bottom , #333333 0%, #4D4D4D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #DDDDDD -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
}
hr.dotted {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: dotted none;
    border-width: 2px 0 1px;
}

.clear-form {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto 20px;
    max-width: 380px;
}
.clear-form form {
    margin-bottom: 0;
}
.clear-form .form-heading, .clear-form .form-footer {
    margin-bottom: 0;
    padding: 15px 35px;
}
.clear-form .form-heading .header {
    color: #4D4D4D;
    margin: 10px 0 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
.clear-form .form-heading p {
    margin-top: 15px;
}
.clear-form .form-heading.gray {
    background: -moz-linear-gradient(center bottom , #F1F1F1 0%, #F6F6F6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E1E1E1;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin: -1px -1px 35px;
}
.clear-form .form-heading.gray .header {
    margin: 0;
}
.clear-form .form-heading hr {
    margin: 15px 0 10px;
}
.clear-form .form-body {
    padding: 0 35px;
}
.clear-form .form-body input[type="text"], .clear-form .form-body input[type="password"] {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #BBBBBB;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    font-size: 14px;
    height: auto;
    padding: 11px 18px;
}
.clear-form .form-body input[type="text"]:hover, .clear-form .form-body input[type="password"]:hover {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #AEAEAE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
.clear-form .form-body input[type="text"]:active, .clear-form .form-body input[type="password"]:active, .clear-form .form-body input[type="text"]:focus, .clear-form .form-body input[type="password"]:focus {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #959595;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}
.clear-form .form-body .pair-group {
    margin-bottom: 10px;
}
.clear-form .form-body .pair-group input[type="text"]:first-child, .clear-form .form-body .pair-group input[type="password"]:first-child {
    border-bottom: medium none;
    border-radius: 3px 3px 0 0;
    margin-bottom: 0;
}
.clear-form .form-body .pair-group input[type="text"]:last-child, .clear-form .form-body .pair-group input[type="password"]:last-child {
    border-radius: 0 0 3px 3px;
    margin-top: 0;
}
.clear-form .form-body .body-split {
    display: block;
}
.clear-form .form-body .body-split:before, .clear-form .form-body .body-split:after {
    content: "";
    display: table;
    line-height: 0;
}
.clear-form .form-body .body-split:after {
    clear: both;
}
.clear-form .form-body .body-split .right-col, .clear-form .form-body .body-split .left-col {
    display: block;
    float: left;
    width: 154px;
}
.clear-form .form-body .body-split .left-col .checkbox {
    margin-top: 6px;
}
.clear-form .form-body span.form-label {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.clear-form .form-body input[type="text"], .clear-form .form-body input[type="password"], .clear-form .form-body .checkbox, .clear-form .form-body p.highlight {
    margin-bottom: 20px;
}
.clear-form .form-body input[type="text"]:last-child, .clear-form .form-body input[type="password"]:last-child, .clear-form .form-body .checkbox:last-child, .clear-form .form-body p.highlight:last-child {
    margin-bottom: 0;
}
.clear-form .form-body p.highlight {
    border: 2px dashed #C8C8C8;
    border-radius: 7px;
    font-size: 14px;
    padding: 10px 12px;
}
.clear-form .form-body p.highlight a {
    text-decoration: none;
}
.clear-form .form-body p.highlight a:hover {
    text-decoration: underline;
}
.clear-form .form-footer {
    padding-bottom: 35px;
}
.clear-form .form-footer p {
    margin: 20px 0 0;
}
.clear-form .form-footer p a {
    text-decoration: none;
}
.clear-form .form-footer p a:hover {
    text-decoration: underline;
}
.clear-form .form-footer hr {
    margin: 5px 0 20px;
}
.clear-form .form-footer.gray {
    background: -moz-linear-gradient(center bottom , #F1F1F1 0%, #F6F6F6 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #E1E1E1;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 0 #FFFFFF inset;
    margin: 35px -1px -1px;
    padding-top: 35px;
}
.clear-form.no-border {
    border: medium none;
    box-shadow: none;
}
.clear-form.mailing {
    background: url("98ijLHD742ZFFvnygm78wHMhWQPsknshkflan2QRDvJ.png") repeat-x scroll -2px 0 #FFFFFF;
}
.clear-form.two-col {
    border-radius: 6px;
    display: block;
    max-width: 600px;
}
.clear-form.two-col:before, .clear-form.two-col:after {
    content: "";
    display: table;
    line-height: 0;
}
.clear-form.two-col:after {
    clear: both;
}
.clear-form.two-col .col1, .clear-form.two-col .col2 {
    display: block;
    float: left;
}
.clear-form.two-col .col1 {
    padding: 0 35px 35px;
    width: 215px;
}
.clear-form.two-col .col1 h1, .clear-form.two-col .col1 h2, .clear-form.two-col .col1 h3, .clear-form.two-col .col1 h4, .clear-form.two-col .col1 h5, .clear-form.two-col .col1 h6 {
    margin: 0 0 10px;
}
.clear-form.two-col .col2 {
    border-left: 1px solid #BBBBBB;
    margin-bottom: 35px;
    width: 314px;
}
.clear-form.two-col .col2 .form-heading {
    padding-top: 0;
}
.clear-form.two-col .col2 .form-heading .header {
    margin-top: 0;
}

/* Login Page Custom CSS Ends */

/* Common CSS Elements */

/* Only add Margin top to the first container in the body */
body > .container {
    margin-top: 58px;
}

.newToGearhouseContainer {
    text-align:  center;
    line-height:  360px;
}

.newToGearhouseContainer #btnFirstTimeUser {
    width: 50%;
}

.userNavigationContainer {
    margin-bottom: 15px;
}

.userNavigationContainer .nav {
    margin: 0 auto;
}
.logo-holder {
	margin-top: 25px;
	margin-bottom: 30px;
}
.logo-holder img {
	display: block;
	width: 300px;
	max-width: 100%;
}

ul.typeahead {
    width: 97%;
}

#policy p, #whs p, #travel p, #equaloppotunities p, #complaintresolution p, #accept p {
    padding-top: 10px;
}

.policyScroll,.termsScroll{
    height: 300px;
    overflow: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

form div.alert {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.control-label .glyphicon {
    font-size: 7px;
    font-weight: normal!important;
    color: #FF0000;
    vertical-align: super;
}

.upload-container > input{
    float: left;
}

.upload-filename{
    padding: 8px;
}

.upload-filename > a,.upload-filename > span{
    padding-left: 10px;
}

.h4Bold{
    font-weight: bold;
}

.clear-form .form-body input[type="password"].noMargin{
    margin-bottom:  0;
}

.passwordDisclaimer{
    font-style: italic;
}


.centered-pills { text-align:center; }
.centered-pills ul.nav.nav-pills, .centered-pills ul.nav.nav-tabs { display:inline-block; }
.centered-pills ul.nav.nav-pills li, .centered-pills ul.nav.nav-tabs li { display:inline; }

.licenceTemplate{
    display: none;
}

#addLicence{
    float: right;
}
.form-section {
	margin-bottom: 40px;
}
legend {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em
}
.nav-pills>li>a {
	color: #6166ff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	padding: 9px 12px;
	font-size: 12px;
	transition: .15s ease;
}
.nav-pills>li>a:hover {
	color: #ffffff;
	background-color: #FF19A0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #6166ff;
	text-transform: uppercase;
}
.btn {
	border-radius: 0;
	transition: .15s ease;
	text-transform: uppercase;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: bold;
}
.btn-primary, .btn-info {
	background-color: #6166ff;
	border-color: #6b70ff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.open .dropdown-toggle.btn-primary,
.btn.ui-state-hover {
	background-color: #FF19A0;
	border-color: #FF19A0;
	-webkit-appearance: button;
}


/* WHS */


  /* WHS INDUCTION */
.container {
    transition: all 0.3s ease-in-out;
}
.container--collapsed {
    max-height: 0;
    overflow: hidden;
}
.whs-section {
    display: none;
}
  
.whs-section--active {
    display: block;
    min-height: 400px;
}
  
.section__img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
  
.section__title {
    margin-top: 0;
}
  
  /* TOOLTIP */
.tooltip-trigger {
    color: var(--secondary);
    position: relative;
}
  
.tooltip-trigger:hover {
    cursor: pointer;
}
  
.tooltip-trigger:hover > .whs-tooltip {
    display: block;
}
  
.whs-tooltip {
    display: none;
    background-color: var(--secondary);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    min-width: 250px;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%);
    z-index: 10;
}
.whs-tooltip--lg {
    width: 450px;
}
.whs-tooltip::after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: rotate(45deg);
}
.whs-tooltip--bottom {
    bottom: unset;
    top: calc(100% + 10px);
}
.whs-tooltip--bottom::after {
    bottom: unset;
    top: -5px;
}
.whs-tooltip--right {
    bottom: unset;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    top: 0;
}
.whs-tooltip--right::after {
    bottom: unset;
    left: -5px;
    top: 50%;
}
.whs-tooltip--left {
    bottom: unset;
    top: 0;
    left: 0;
    transform: translateX(calc(-100% - 10px)) translateY(-50%);
}
.whs-tooltip--left::after {
    top: calc(50% + 5px);
    left: calc(100% - 5px);
}
  
.whs-tooltip__img {
    max-width: 200px;
    height: auto;
    margin-bottom: 10px;
}
  
.text--secondary {
    color: var(--secondary);
}
.first-letter--color::first-letter {
    color: var(--secondary);
    font-size: 18px;
    margin-right: 2px;
}
.action-bar {
    text-align: center;
    padding: 10px 0;
}
  
.whs-question {
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--secondary);
}
  
.whs-answer-list {
    list-style: none;
    padding-left: 0;
}
.whs-answer-item {
    display: flex;
    padding: 10px 0;
    margin-bottom: 5px;
    font-size: 16px;
}
.whs-answer-item--disabled {
    pointer-events: none;
}
.whs-answer-item--disabled:hover {
    cursor: not-allowed;
}
  
.whs-answer-item--disabled span {
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}
  
.whs-answer-item--correct span {
    background: green;
    border: 1px solid green;
    color: #fff;
}
.whs-answer-item--incorrect span {
    background: red;
    border: 1px solid red;
    color: #fff;
}
  
.whs-answer-item:hover {
    cursor: pointer;
}
.whs-answer-item:hover .whs-answer-enum,
.whs-answer-item:hover .whs-answer-description {
    color: #fff;
    background-color: var(--secondary);
}
  
.whs-answer-enum {
    font-weight: 700;
    padding: 10px 15px;
    margin-right: 10px;
    border: 1px solid var(--secondary);
    border-radius: 3px;
    transition: all 0.1s ease-in-out 0.1s;
}
.whs-answer-description {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid var(--secondary);
    margin-right: 10px;
    border-radius: 3px;
    transition: all 0.1s ease-in-out 0.1s;
}

.whs-video-container{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.whs-video{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width: 100%;
    height: 100%;
}
.btn--centered{
    display: block;
    margin: 0 auto;
}