/*
 * Use this file to override Bootstrap CSS. Do not modify Bootstrap files directly.
 */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

.env-icon-container {
	min-width: 160px;
	text-align: center;
}

.theme-menu-icon {
    max-height: 32px;
    margin-top: 10px;
}

.theme-menu-icon.org-theme {
    max-height: 40px;
    margin-top: 5px;
    max-width: 300px;
}

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

@keyframes spinner {
  to {transform: rotate(360deg);}
}
ul ul{
	padding-left:15px;
}
.intro-block{
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
}

#loginForm{
	padding:15px !important;
}

/* Used as a workaround for IOS 12 problem  where modal windows inside an iFrame disappears.*/
.hidden_spinner:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top-color: #ffffff00;
	border-bottom-color: #ffffff00;
	animation: spinner 1.2s ease infinite;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #273d5c;
  border-bottom-color: #273d5c;
  animation: spinner 1.2s ease infinite;
}

.spinner_element{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 64.5%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-left: -66.5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #273d5c;
  border-bottom-color: #273d5c;
  animation: spinner 1.2s ease infinite;
}

.spinner_element_xs{
  content: '';
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  position: absolute;
  margin-top: 40px;
  left: 50%;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #273d5c;
  border-bottom-color: #273d5c;
  animation: spinner 1.2s ease infinite;
}

.spinner_inline{
  content: '';
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #273d5c;
  border-bottom-color: #273d5c;
  animation: spinner 1.2s ease infinite;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color: #cecece !important;
}

.multiselect-native-select button[disabled]{
	background-color: #cecece !important;
}

body {
	/*IMPORTANT BY Mikael S., some angular plugin breaks some layouts if not enforced by that tag 14.10.2017 */
	/* Added more css rules 18.10....*/
	padding-top: 51px !important;
	position:static !important;
}

#wait-spinner {
    position: fixed;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 50%;
    margin-left: -64px;
    margin-top: -64px;
    z-index: 100;
}


a {
	cursor: pointer
}

.nav-tabs {
  border-bottom: 0px;
}

#nav-tabs-hr {
  background-color: #B4B4B4;
  height: 1px;
  border: 0;
}

.customTooltip{
    font-size: 14px;
    display:none;
		font-family: "Segoe UI";
}

	.inputField .email:focus + .customTooltip{
	    display:block;
	}

#phaseContainer{
  margin-left: 20px;
}
#phaseContainer h1{
  color: rgba(128, 128, 128, 0.7);
}
#topIconContainer{
  margin-top: 26px;
}
.topContainer{
	height: 100px;
}

.tdContent{
  display: inline-block;
  width: 100%;
  min-height: 33px;
}
div.tdContent{
  padding: 5px;
}
.tdEditGlyphon{
  display: inline;
  width: 15%;
  float: right;
}
.glyphicon-trash{
	cursor: pointer;
}
.infoHeader{
	cursor: pointer;
}
.contextMenuLarge::before{
  font-size: 25px !important;
  padding-right: 21px;
  padding-bottom: 4px;
  font-weight: bold !important;
}
input.tdContent{
  background-color: white;
  border: 1px solid #cccccc;
  padding: 5px;
}
div[contenteditable="true"]{
  border: 1px solid #cccccc;
  padding: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: white;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;

}
.instructorContainer tr{
	border: unset;
}

.instructorContainerHead tr th{
	padding-left:0px;
	display: table-header-group;
}

.alignCenter{
	display: flex;
	justify-content: center;
}

#instructorTable{
	margin-top:20px;
	display: table;
}
#instructorTable tbody{
	display: table-row-group;
  border: darkgrey 1px solid;
}
#instructorTable tbody tr{
	display: table-row;
}
#instructorTable tbody tr td.nameField{
	display: table-cell;
	width: 33.33333%;
}
#instructorTable tbody tr td.inputField{
	display: table-cell;
	width: 100%;
}
.btn-space{
	margin-right: 5px;
}
@media only screen and (max-width: 400px) {
        #nav_notif{
	    display:none;
	}
}
@media only screen and (max-width: 350px) {
    #mobileTocMenuBtn{
        display: none;
    }
}

.nav-tabs > li > a {
	border: none;
}

.nav-tabs > li > a:hover {
  border-bottom: 0px;
  background-color: transparent;
  border-color: transparent;
}


/* Menu bar site name */
.navbar-default .navbar-brand {
	background-color: transparent;
}

td {
	word-wrap: break-word;
	vertical-align:middle;
}

td:before {
	word-wrap: break-word;
	vertical-align:middle;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	border-top: 0px;
}

.table > thead > tr > th {
	border-bottom: 0px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}

.btn-responsive {
	margin-top: 5px;
}

.processicon {
	color: #428BCA;
}

.phaseicon {
	color: #428BCA;
}

.container-inner {
	margin-right: 1.5%;
}

.btn-default {
	color: #333;
	background-color: #F1F1F1;
	border-color: #B4B4B4;
}

.fc-event:hover {
    cursor: move;
}

.fc-event-title:hover {
    cursor: pointer;
}

.tdTitleDescriptionJobProgress {
	background: #F5F5F5;
}

.responsiveTitle {
	color: #1C1C1B;
	font-size: 18px;
}
.responsiveDescription{
    white-space: pre-wrap;
}
.shadow {
  -moz-box-shadow:    1px 1px 1px 1px #E3E3E3;
  -webkit-box-shadow: 1px 1px 1px 1px #E3E3E3;
  box-shadow:         1px 1px 1px 1px #E3E3E3;
}
.navbar-brand{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    margin: auto;
    display:inline-block;
    padding-right: 0px;
		margin-left:300px;
}


.navbar-nav > li > a > .glyphicon{
  padding-right: 5px;
  padding-left: 0px;
}

/* this is required to prevent icons jumping to 2nd row */
.navbar-nav > li {
    float: left;
}

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

.form-signup .form-control,
.form-pass-reset .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 7px;
}

.signup-wall .page-header,
.forgot-pass .page-header {
	width: 97%;
	margin: auto;
	color: #FFF;
}

/*************************************
 * General Form Styling
 *************************************/

.content {
	width: 100%;
	height: auto;
	padding: 30px;
}
.forgot-pass > .content {
	padding: 10px;
}

.form-signup,
.form-signin {
    min-height: 200px;
    padding: 15px;
    margin: 0 auto;
}

.form-pass-reset {
    min-height: 200px;
    margin: 0 auto;
}

.errorlist {
	list-style-type: none;
	font-size: 14px;
	display: block;
	text-align: left;
}

.workseed-box-logo {
	position: relative;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	height: auto;
	max-height:150px;
}

/*************************************
 * Login Form Styling
 *************************************/

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin i {
	background: #FFF;
	color: #676767;
	display: block;
	height: 62px;
	line-height: 48px;
	position: absolute;
	text-align: center;
	font-size: 30px;
	padding-top: 6px;
	width: 62px;
    border-radius: 5px 0px 0px 5px;
}

.form-signin input[type="email"],
.form-signin input[type="password"],
.form-signin input[type="text"] {
	background: #FFF;
    width: 86%;
    height: 62px;
    margin-left: 61px;
    color: #222 !important;
    border: 0;
    font-size: 18px;
    -webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
    border-radius: 0px 5px 5px 0px;
}

.form-signin input[type="email"]::placeholder,
.form-signin input[type="password"]::placeholder,
.form-signin input[type="text"]::placeholder {
  color: #888;
  opacity: 0.95; /* Firefox */
}

.form-signin input[type="email"]:focus,
.form-signin input[type="password"]:focus,
.form-signin input[type="text"]:focus {
	outline-width: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.secondAction {
	width: 50%;
	position: absolute;
	right: 19.5%;
	margin-top: 22px;
	float: right;
}

.firstAction a {
	display: inline-block;
	width: 50%;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	margin-left: 5%;
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

/*************************************
 * Register Form Styling
 *************************************/
.form-signup label {
	padding-top: 4px;
	color: #fff;
}

.form-signup .form-signup-heading, .form-signup .checkbox {
    margin-bottom: 10px;
}

.form-signup .checkbox {
    font-weight: normal;
}

.signup-wall .page-header h1 {
	font-size: 23px;
}

.signup {
	width: 100% !important;
}

 /*
 * Forgot pass Form Styling
 */
.forgot-pass input[type="email"] {
	color: black !important;
	width: 100%;
	height: 45px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}

.forgot-pass {
	color: #fff;
}

.forgot-pass-done {
	color: #fff;
}

.password_reset_description {
	width: 97%;
	margin: auto;
	margin-top: 15px;
	text-align: left;
}

#passwordResetForm {
	margin-top: 40px;
	margin-bottom: 0px;
}

.forgot-pass .icon_input_box i {
	background: #FFF;
	color: #676767;
	display: block;
	height: 45px;
	line-height: 45px;
	position: absolute;
	text-align: center;
	font-size: 25px;
	margin-left: 1px;
	padding-top: 2px;
	width: 40px;
}

#sideNav,
#navbarMenuButton {
	display: none;
}
.nvtooltip {
	background-color: white !important;
}




@media print{
	.navbar{
		display:none;
	}
	.content{
		max-width:1000px;
	}
}

@media only screen and (max-width: 9999px) {
	.header_menu_title {
		font-size: 12px;
	}
	.header_menu_icon {
		width: 1.4em;
		font-size:17px;
		width:40px;
		text-align: center;
		padding:0px !important;
	}

	.form-signin input[type="password"],
	.form-signin input[type="email"],
    .form-signin input[type="text"] {
		height: 45px;
		width: 85%;
		position: relative;
		padding-right: 5px;
		float: right;
		display: inline-block;
		margin-bottom: 10px;
	}

	.icon_input_box {
		width: 100%;
		height: 45px;
		margin: 0 auto;
		padding: 0;
		display: inline-block;
	}

	.form-signin i {
		background: #FFF;
		width: 15%;
		height: 45px;
		color: #676767;
		text-align: center;
		font-size: 23px;
		line-height: 23px;
		padding-top: 11px;
		margin-left: 0px;
		position: absolute;
		display: block;
	}
	.firstAction a {
		margin-left: 5%;
	}

	.form-signup,
	.form-signin {
	    width: 100%;
	    min-height: 200px;
	    padding: 15px;
	    margin: 0 auto;
	}

	.secondAction {
		margin-right: -55px;
	}

	.signup-wall .page-header {
		width: 90%;
		margin: auto;
		color: #FFF;
	}

	.workseed-box-logo {
		margin: 0 auto;
	}
}

.login-wall {
    margin-top: 10%;
    width: 60%;
    left: 15%;
    right: -15%;
}

.navbarButtonStyle {
	display: none;
}

@media only screen and (max-width: 1500px) {
	.login-wall {
	    margin-top: 10%;
	    width: 100%;
	}

	.header_menu_icon {
		width:40px;
		font-size:17px;
		text-align: center;
		padding:0px !important;
	}
	.login-wall {
		margin-top: 10%;
		width: 100%;
	}
}

/* Fade animation for AngularJS elements */
.fade {
	opacity: 1.0;
}

.fade.ng-enter {
	transition:0.5s linear all;
	opacity:0;
}

.fade.ng-enter.ng-enter-active {
	opacity:1;
}

.fade.ng-leave {
	transition:0.5s linear all;
	opacity:1;
}

.fade.ng-leave.ng-leave-active {
	opacity:0;
}

/* Highlighted text for search results with glow animation */
span.highlighted {
	color:#5CB85C;
	text-decoration: underline;
}

@keyframes green-glow {
	to {
		text-shadow: 0 0 1px #5CB85C;
	}
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.form-group {
		width: 100%;
	}
	.passwordResetGroup{
		width: 100%
	}
	.forgot-pass{
		width: 60%;
		left: 20%;
	}
	.clear-padding-sm{
		padding:0px;
	}
	.pull-right-sm{
		float:right;
	}
}


@media only screen and (max-width: 767px) {
	.introjs-button-ws, .chardin-button-ws{
		display: none;
	}

	.notification-popover{
		overflow-y:auto;
		overflow-x:hidden;
		max-height:350px;
	}

	.notification-popover{
		overflow-y:auto;
		overflow-x:hidden;
		max-height:350px;
	}

	.form-signup .col-sm-8,
	.form-signup .col-sm-4,
	.forgot-pass .col-sm-8,
	.forgot-pass .col-sm-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

  #baseContainer{
    padding-top:1%;
  }

	#icon {
		width: 14%;
	}

	.container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.login-wall {
		margin-top: 0;
	}

	.workseed-box-logo {
		width: auto !important;
		height: auto !important;
		margin: 0 auto !important;
	}

	.account-wall .page-header {
		width: 100%;
	}

	.account-wall .page-header h1 {
		font-size: 24px;
		font-weight: bold;
	}

	.form-signup,
	.form-signin,
	.form-pass-reset {
	    width: 100%;
	    min-height: 100%;
	    padding: 0;
	    margin: 0 auto;
	}

	.form-signin {
		margin-top: 10%;
	}

	.form-signup label {
		font-weight: normal;
	}

	.form-signin input[type="text"],
	.form-signin input[type="password"],
	.form-signin input[type="email"] {
		width: 100%;
		margin: 0;
		-webkit-box-shadow: none;
        box-shadow: none;
	}

	.icon_input_box {
		width: 100%;
		height: 45px;
		margin: 0 auto;
		padding: 0;
		display: inline-block;
	}

	.form-signin input[type="password"],
	.form-signin input[type="email"] {
		height: 45px;
		width: 85%;
		position: relative;
		font-size: 15px;
		padding-right: 5px;
		float: right;
		display: inline-block;
	}

	.form-pass-reset input[type="email"] {
		color: black !important;
		height: 45px;
		width: 84%;
		position: relative;
		font-size: 15px;
		padding-right: 5px;
		float: right;
		display: inline-block;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
		border: none;
	}

	.icon_input_box i {
		background: #FFF;
		width: 15%;
		height: 45px;
		color: #676767;
		text-align: center;
		font-size: 23px;
		line-height: 23px;
		padding-top: 11px;
		margin-left: 0px;
		position: absolute;
	}

	.firstAction {
		margin: auto;
	}

	.firstAction a:first-child {
		margin-top: 45px;
	}

	.firstAction a {
		display: inline-block;
		width: 100%;
		height: 20px;
		padding: 5px;
		text-align: center;
		text-decoration: underline;
		font-size: 16px;
		margin-left: 0;
	}

	.password_reset_description {
		width: 100%;
	}

	.clear-padding-xs{
		padding:0px !important;
	}
	.pull-right-xs{
		float:right;
	}
    .notifyjs-bootstrap-base{
        white-space: normal !important;
    }

    .btn-block-xs {
      display: block;
      width: 100%;
      padding-left: 0;
      padding-right: 0;
    }
    .btn-block-xs + .btn-block-xs {
      margin-top: 5px !important;
    }

    #instructorTable tbody tr,
    #instructorTable tbody tr td{
        display: block !important;
        width:100% !important;
    }
    #instructorTable tbody tr td.nameField{
        font-weight: bold;
    }
    .theme-menu-icon.org-theme {
        max-height: 40px;
        margin-top: 5px;
        max-width: calc(100vw - 180px);
    }
	.theme-menu-icon {
		max-height: 32px;
		margin-top: 10px;
	}
}


@media screen and (max-width: 740px) and (orientation:landscape) {
	.workseed-box-logo {
		width: auto !important;
		height: auto !important;
		margin: 0 auto !important;
	}
}

.clickable {
    cursor: pointer !important;
}

.not-clickable {
    cursor: default !important;
}

.col-xs-2_10,
.col-sm-2_10,
.col-md-2_10,
.col-lg-2_10 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-2_10 {
    width: 20%;
    float: left;
}


h2 { font-size: 14px !important; }
h4 { font-size: 12px !important; }

@media (min-width: 768px) {
    .col-sm-2_10 {
        width: 20%;
        float: left;
    }
    h2 { font-size: 20px !important; }
    h4 { font-size: 14px !important; }
		.report-icon{
		  max-height: 20px;
		  border-radius: 50%;
		}

}
@media (min-width: 992px) {
    .col-md-2_10 {
        width: 20%;
        float: left;
    }
    h2 { font-size: 30px !important; }
    h4 { font-size: 18px !important; }
		.report-icon{
		  max-height: 40px;
		  border-radius: 50%;
		}
}

.navbar-profile-image {
    padding: 8px !important;
    margin-left: 5px;
}

.navbar-profile-image > div {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    background-color: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}


.dropdown-submenu {
    position:relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
		max-height: 600px;
    max-height: 70vh;
		height: auto;
}

.dropdown-submenu > a:after {
    display: inline-block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: 0;
		position: absolute;
		right:12px;
		left:auto;
}

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

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -80%;
    margin-right: 10px;
	width: 80%;
}

#user-menu > li {
    margin: 0 5px;
}

#user-menu > li > a {
    padding: 10px;
    border-bottom: solid 1px rgba(50, 50, 50, .1);
    white-space: normal;
    line-height: 1.6;
}

#user-menu > li:last-child > a {
    border-bottom: none;
}

#user-menu {
    width: 280px;
}

.introjs-button {
    font-size: 14px !important;
    padding: 14px !important;
}

.menu-item > .title {
    cursor: default;
    text-align: left;
    color: rgb(125, 125, 125);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 290px;
}

.menu-item > .title:hover {
    background: transparent;
    color: rgb(125, 125, 125);
}

.ellipsize {
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar-nav, .navbar-left {
    margin: 0;
    padding-right: 2px;
}

.navbar-left {
    float: left; /* required to prevent the navbar hamburger menu from taking all available space 
                    and causing profile icon dropping to 2nd row for screen widths < 768 px */
}

.navbar-right {
    padding-left: 2px;
}

.nav-button > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.navbar-brand{
	margin: -15px auto !important;
}

@media (max-width: 1050px){
	.navbar-brand img{
			display:none;
	}
}

@media (min-width: 1050px) and (max-width: 1350px){
	.navbar-brand{
			padding-left: 25%;
	}
}

@media (max-width: 991px) {

    #nav_support_instructor{
        display: block !important;
    }

    #nav_support_instructor #link_support .header_menu_title{
        display:none;
    }

	.nav-button:not(.visible-xs) {
	   display: none !important;
	}

	#navbarContainer {
		margin: 0px;
        padding-left:0px !important;
	}

	.forgot-pass > .content {
		padding: 0px;
	}

    .dropdown-nested > ul {
        padding-left: 20px;
				overflow-y:scroll !important;
				height:auto !important;
				max-height: 140px !important;
    }


		.menu-item > .title {
		    cursor: default;
		    text-align: left;
		    color: rgb(125, 125, 125);
		    text-overflow: ellipsis;
		    overflow: hidden;
		    width: 190px;
		}

		.navbar-brand{
			width: 100%;
		}
		.navbar-brand img{
			display: block;
			margin-right: auto;
			margin-left: auto;
		}



    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px;
    }

    .navbar .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .notificationBell a{
      padding:15px !important;
      width:45px;
    }

    #link_search {
        display: none !important;
        margin-right: 0;
    }
		#topIconContainer{
			margin-bottom: -25px;
			width: 100%;
		}
		h4{
			font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
		}

	.navbarButtonStyle {
		display: inline-block;
		float: left;
		height: 48px;
		width: 48px;
		font-size: 23px;
		text-align: center;
    padding:10px !important;
	}

	#navbarMenuButton {
		display: block;
	}

	#navbarMobileMenuButton {
		width: 48px;
		padding-top: 8px;
	}

	.navbarMobile {
		display: block;
	    height: 100%; /* 100% Full-height */
	    width: 0; /* 0 width - change this with JavaScript */
	    position: fixed; /* Stay in place */
	    z-index: 10; /* Stay on top */
	    top: 0; /* Stay at the top */
	    left: 0;
	    background-color: white; /* Black*/
	    overflow-x: hidden; /* Disable horizontal scroll */
	}

	#sideNav {
		display: block
	}

	#navbarMobileButton {
		margin-left: 1.5%;
		text-align: center;
	}

	.mobileBtn {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.mobileBtn > a span{
		font-size: 20px
	}

	.dropdown-menu-mobile {
	    display: none;
	    background-color: #262626;
	    padding-left: 8px;
	}

	#org_dropdown_mobile {
		padding-left: 0px;
	}

}
@media (max-width: 365px) {
	#nav_help{
		display:none !important;
	}
}

.workseed-box-logo {
	max-width: 100% !important;
}

.mobile-title {
    white-space: nowrap;
    padding-left: 40px;
    padding-top: 8px;
    width: 185px;
    display: none;
    text-overflow: ellipsis;
    overflow: hidden;
}

#link_search {
    display: none;
}

.navbar-toggle {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
}

.navbar-collapse {
    border: none !important;
}

.dropdown {
    white-space: normal;
}

#language_selector option {
	color: #213d63;
	font-size: 17px;
}

.language_selector_container {
	margin-top: -30px;
	margin-bottom:20px;
}

.introjs-fixParent {
  position: absolute;
}

:focus{
	border-color: #66afe9 !important;
	outline: 0 !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 16px rgb(102, 175, 233) !important;
	opacity: 1 !important;
}

body.using-mouse *:not(.form-control):focus {
  border-color: initial !important;
  outline: none !important;
  box-shadow: none !important;
}

body.using-mouse .form-control:focus {
  border: 1px solid #cccccc !important;
  outline: none !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

body.using-mouse .btn.glyphicon:focus,
body.using-mouse .btn.glyphicons:focus {
  border-color: transparent !important;
}

.notification-list{
	list-style: none;
	padding: 0px;
}

.notification-list li{
	border-bottom: lightgray 1px solid;
	font-family: "Segoe UI Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.notification-popover{
	overflow-y:auto;
	overflow-x:hidden;
	max-height:500px;
}

.notification-icon {
	font-size: 20px;
	margin-right:5px;
	margin-bottom:5px;
	display: block;
}

.notification-text{
	font-size: 14px;
	margin-bottom: 5px;
}

#bottomButtonRow .btn-toolbar {
    display: inline-block;
}

#bottomButtonRow #reportSaveReady {
    float: right;
}

#bottomButtonRow #report-btn-group-left-mobile {
    min-height: 50px;
}

#bottomButtonRow .btn-toolbar .btn {
    margin-bottom: 5px;
    font-family: "Helvetica Neue", "Segoe UI", "Segoe WP", sans-serif;
    font-weight: 500;
}

#bottomButtonRow .btn-toolbar .btn > span.glyphicon {
    vertical-align: text-top;
    padding-right: 5px;
}

@media only screen and (max-width: 991px){
    #bottomButtonRow .btn-toolbar .btn .glyphicon{
        font-size: 16px !important;
    }
    #bottomButtonRow .btn-toolbar .btn {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 5px;
    }
    #ruler div img,
    #ruler{
        max-width: 98vw !important;
    }
}

.visible{
    display: block !important;
}

.content-pending{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;

}
.content-pending:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    bottom: 0;
    left: -100%;
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.0) 33.3%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 66.6%
    );
    animation: shimmer 1s infinite linear;
}

@keyframes shimmer {
  from {
    transform: translateX(-33.3%);
  }
  to {
    transform: translateX(33.3%);
  }
}

.disable-pointer-events {
    pointer-events: none !important;
}

/*Accessibility improvement, minimum 44px widht & height*/
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    height:44px !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 330px !important;
}

#pdfGroup {
    display: inline-block;
    padding-left: 50px;
}

#pdfGroup md-checkbox:not(.inline) {
    display: block;
}

#pdfselect {
    width: max-content;
    margin: 0;
    display: inline-block;
}

#selectGroup,
#pdf-dialog-advanced-button {
    margin-bottom: 16px;
}

#pdfDialogTitle, #printCompetencePassDialogTitle {
    text-align: center;
    margin-top: 0px;
}


#pdf-dialog-close, #print-competence-pass-dialog-close {
    height: 0;
    padding: 0;
    z-index: 1000;
}

.well-no-box-shadow {
    box-shadow: none !important;
}

::-webkit-scrollbar{width:11px;height:11px;}
::-webkit-scrollbar-button:start:decrement,#doc ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
::-webkit-scrollbar-track-piece{background-color:#FAFAFA;-webkit-border-radius:0;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;}
::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#999;-webkit-border-radius:8px;}
::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#999;-webkit-border-radius:8px;}

.mejs__time {
    font-size: 1.5rem !important;
}

.mejs__button svg {
    height: 1.5rem !important;
    width: 1.5rem !important;
}

.mejs__button>button {
    height: 1.5rem !important;
    width: 1.5rem !important;
    margin: 0.5rem 0rem !important;
}

.clear-padding {
    padding: 0px;
}

/* Use this class on things that are show on many views, i.e. in base.html
   to prevent having different styled links
*/
.default-link {
    color: #428bca !important;
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue" !important;
}
.mejs__container{
    background: #f1f3f4 !important;
    border-radius: 20px;
}

.mejs__time-total,
.mejs__horizontal-volume-total{
    background: lightgrey !important;
}

.mejs__button>button, .mejs__time {
    color: black !important;
    border-radius: 0px !important;
}
.mejs__time-slider > .mejs__time-current,
.mejs__horizontal-volume-current {
    background: black !important;
}
.mejs__controls {
    bottom: 7.5px !important;
}
.mejs__time-handle-content{
    top: -0.5rem !important;
    border: 0.5rem solid black !important;
}

.mejs__speed-button {
    width: 4rem !important;
}
.mejs__speed-button > button{
    width: 4rem !important;
}

.table_editor{
    border-radius:10px;
}

.table_editor tr:first-child td:first-child, .table.table_pd tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.table_editor tr:first-child td:last-child, .table.table_pd tr:first-child td:last-child  {
  border-top-right-radius: 4px;
}

.table_editor tr:last-child td:first-child, .table.table_pd tr:last-child td:first-child  {
  border-bottom-left-radius: 4px;
}

.table_editor tr:last-child td:last-child, .table.table_pd tr:last-child td:last-child  {
  border-bottom-right-radius: 4px;
}

#ruler{
    position: absolute;
    width:auto;
    height:100px;
    opacity: 90%;
    z-index: 1000000;
}
#ruler div img{
    max-width: 1040px;
    height: 100px;
}

body.dragging iframe {
    pointer-events: none;
}

#navbar-organization{
    max-width: 420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

.btn-lg .glyphicon {
    font-size: 20px;
}

html{
    overflow: auto;
    height:100%;
}
body{
    height: unset;
}
md-backdrop {
    position:fixed;
}
.pointerModalNone{
    pointer-events: none;
}

.pointerModalNone .modal-dialog.ui-draggable{
    pointer-events: all;
}

.draggable-element {
  cursor: move;
}

label.normal-weight {
    font-weight: normal;
}

.md-open-menu-container {
    transition-duration: 0.1s !important;
}

.slick-dots {
    position: relative !important;
    bottom: -20px !important;
}

.lang-button {
    margin-left: 5px;
    margin-top: -5px;
    height: 25px;
    width: 40px;
    line-height: 25px;
    padding: 0;
}
.lang-button.inactive {
    opacity: 0.5;
}
.inline-block{
  display:inline-block;
}
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 99999;
  padding: 1em;
  background-color: transparent;
  color: white;
  opacity: 0;
  top: 0px;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #3072AB;
    border-color: #3072AB;
    color:#f2f2f2;
}
.pagination > li > a, .pagination > li > span,
.pagination > .disabled > span, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus{
    color:#3072AB;
    background-color: #f2f2f2;
}

.ui-sortable-selected {
    border-type: solid;
    border-width: 3px;
    padding: 1px !important;
    cursor: move;
}
.ui-sortable-selected {
    border-color: #428aca;
}

.dropdown-disabled {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.4;
}

.h5p-iframe {
	display:block;
	max-width:100%;
	padding-left:5px;
	padding-right:5px;
}

.no-margin-p{
	margin:0px;
}

.bar-done {
    background-color: #85BF08;
}
.bar-undone {
    background: #D2D2D2;
}
.bar-help {
    background: #A00464;
}
.bar-h5p-notpassed {
    background: #FF4444;
}
.bar-acceptance-missing {
    background-color: rgb(241, 130, 15) !important;
}

.new-comment-icon {
    color: #85bf08;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    margin-right: 5px;
    cursor: default;
}


#baseBody {
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#baseContainer {
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#sideNav {
    opacity: 0.97;
}

#signature-element img {
    max-width: 100%;
}

.navbar {
    border-width: 0;
    margin-bottom: 0;
    font-size: 15px;
}

.navbar-nav > li.navbar-save-icon {
    display: none;
}

.navbar-nav > li.navbar-save-icon a {
    padding: 15px 5px;
    pointer-events: none;
}

.navbar-nav > .open > a,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    height: 51px;
}

#overflow-dropdown-links > li > a {
    position: relative; /* Needed for the ::after positioning */
}

#custom_links_inside_dropdown > li > a {
    position: relative;
}

/* vertical line to left of the  active/focused/hovered overflow-menu item. Colors based on theme; set in base_style.html */
#overflow-dropdown-links > .active > a::after,
#overflow-dropdown-links > li > a:focus::after,
#overflow-dropdown-links > li > a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; 
    height:100%;
}

/* for Links-menu links inside overflow menu */
#custom_links_inside_dropdown > .active > a::after,
#custom_links_inside_dropdown > li > a:focus::after,
#custom_links_inside_dropdown > li > a:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px; 
    height:100%
}


/* Menu bar active link */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .introjs-showElement > a,
.navbar-default .navbar-nav > .introjs-showElement > a:hover,
.navbar-default .navbar-nav > .introjs-showElement > a:focus {
    border-bottom-style: solid;
    border-bottom-width: 4px;
    height: 51px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.introjs-showElement > a,
.nav-tabs > li.introjs-showElement > a:hover,
.nav-tabs > li.introjs-showElement > a:focus {
    border: 0px;
    border-bottom-color: transparent;
    cursor: default;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #273d5c;
    border-bottom-color: #273d5c;
    animation: spinner 1.2s ease infinite;
}

.spinner_element{
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 64.5%;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-left: -66.5px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #273d5c;
    border-bottom-color:#273d5c;
    animation: spinner 1.2s ease infinite;
}

.mobileBtn.active {
    border-bottom-style: solid;
    border-bottom-width: 4px;
}

.img-icon {
    position: relative; /* Allows an absolute positioned psuedo element */
}

.img-icon::after {
    position: absolute; /* Positions psuedo element relative to .icon */
    width: 100%; /* Same dimensions as .icon */
    height: 100%;
    content: ""; /* Allows psuedo element to show */
    mix-blend-mode: screen; /* Only apply color on top of white, use screen if icon is black */
    background-repeat: no-repeat;
}


.ui-sortable-helper {
    height: auto !important;
}

md-menu-item > a {
    color: rgba(0,0,0,0.87);
}

li:not(.active):not(.nav-button):not(.side-nav-button):not(#custom_links_inside_dropdown .menu-item) a:hover {
    filter: brightness(80%);
}

.notifview_link {
    position: fixed;
    top: 20px;
    right: 150px;
}

.notifview_info {
    position: fixed;
    top: 30px;
    right: 135px;
}

.notifview_link_mobile {
    position: fixed;
    top: 20px;
    right: 50px;
}

.notifview_info_mobile {
    position: fixed;
    top: 30px;
    right: 50px;
}

.notif-row {
    padding: 5px 0;
    margin: 0;
    border-bottom: solid 1px rgb(204, 204, 204);
}

body.modal-open-custom-top {
    overflow-y: auto;
}

body.modal-open-custom-top > div.modal {
    overflow-y: auto;
}

@media (max-width: 767px) {
    #user-menu {
        width: 280px !important;
        position: absolute;
        background-color: white;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        color: #333333 !important;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover {
        filter: brightness(80%);
        background-color: white !important;
    }

    .visible-xs.nav-button > a {
        border: 0px !important;
    }
}

a[disabled]{
    pointer-events: none;
}

/* Navbar overflow-dropdown menu */
    #overflow-dropdown-button {
        display: none;
    }
    
    #overflow-dropdown-button > a {
        background-color: transparent;
    }    

    #overflow-dropdown-button .navbar-three-dots {
        padding-top: 10px !important;
    }

    .navbar-dot {
        position: relative;
        border-radius: 4px;
        font-size: 0;
        padding: 2px;
        height: 4px;
        width: 4px;
    }

    .navbar-dot:before {
        position: absolute;
        left: -9px;
        top: 0;
        content: '';
        border-radius: 4px;
        font-size: 0;
        padding: 2px;
    }

    .navbar-dot:after {
        position: absolute;
        left: 9px;
        top: 0;
        content: '';
        border-radius: 4px;
        font-size: 0;
        padding: 2px;
    }

    /* Avoid a box around Links inside three-dots dropdown */
    #custom_links_inside_dropdown {
        border: 0;
        float: none;
        display: none; 
        position: relative;
    }

    #custom_links_inside_dropdown > li > a {
        text-wrap: auto;
    }


    #overflow-dropdown-links {
        min-width: 200px;
        max-width: 200px;
        max-height: calc(100vh - 52px);
        overflow-y: auto;
    }

    #overflow-dropdown-links > li > a > .header_menu_title {
        text-wrap: auto;
    }

    #overflow-dropdown-links .custom-link-content {
        display: flex;
        align-items: flex-start;
        gap: 6px;
    }

    #overflow-dropdown-links .custom-link-content > .header_menu_icon {
        margin-top: -2px;
        flex-shrink: 0;
    }

    #overflow-dropdown-links > .custom-link-content > .header_menu_title {
        display:block;
        word-break: break-word;
        white-space: normal;
    }


/* The code is from "Material design switch" for Bootstrap 3.3.
   The Bootstrap 4 will include a native Bootstrap switch, maybe switch to using that when BS4 is available?
*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.2s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.15s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
.material-switch input:disabled + label {
    cursor: not-allowed;
    opacity: 0.5;
}
/* end of material-switch */
.column-option-container button.multiselect{
    display: none;
}