html {
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body {
  background-color: initial;
  color: #545454;
  font-size: 10pt;
  font-family: 'Oxygen', sans-serif, Times, serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
footer {
  height: 50px;
}
.footer-container {
  margin: 10px;
  border-top: 1px solid #112045;
}
/* General layout*/

.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear-fix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.span-label {
  font-size: 7pt;
  margin-top: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
  margin-bottom: 0;
  padding-bottom: 0;
}
h1 {
  font-size: 1.5em;
  color: #112045;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5,
h6 {
  font-size: 1em;
}
h5 a:link,
h5 a:visited,
h5 a:active {
  padding: 0;
  text-decoration: none;
}
.site-title a,
.site-title a:hover,
.site-title a:active {
  background: none;
  color: #c8c8c8;
  outline: none;
  text-decoration: none;
}
.back-color-app-blue {
  background-color: #325fcd;
}
.envelope {
  margin-top: 2px;
  float: right;
  left: -40px;
  width: 0;
  cursor: pointer;
}
.envelope:hover {
  color: #325fcd;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #112045;
}
button {
  -ms-border-radius: 0;
  border-radius: 0;
}
.disabled {
  opacity: 0.99;
}
.btn[disabled] {
  opacity: 0.35;
}
.action-button {
  line-height: normal !important;
  padding: 4px 12px;
  display: inline-block !important;
  color: white;
  font-size: 12px;
  border-radius: 0;
  text-decoration: none !important;
  margin: 3px 5px 0 0;
}
.action-button.pull-right {
  margin-left: 5px;
  margin-right: 0;
}
label {
  display: block;
  font-size: 10pt;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
input.input-info {
  background-color: #112045;
  border: none;
  color: white;
  font-size: 10pt;
  color: #545454;
}
input.input-info:focus {
  border-color: #112045 !important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.width-inherit {
  width: 100%;
}
.height-inherit {
  height: 100%;
}
.logo-footer {
  float: right;
  max-height: 30px;
  margin-right: 20px;
  margin-top: 10px;
}
/* Login page */

.login-logo {
  position: absolute;
  height: 100px;
  right: 40px;
  top: 20px;
}
.page-header {
  margin: 0px 0 20px;
  border: none;
}
.page-login .login-remember {
  padding-left: 0;
}
h1.login-title {
  text-align: center;
  color: white;
  font-size: 15pt;
  text-transform: uppercase;
  padding: 10px;
  background-color: #112045;
}
input[type="button"].reset,
button.reset,
a.reset {
  background-color: #112045;
  color: white;
  background-image: linear-gradient(to bottom, #112045, #112045);
}
/* _Layout styles*/

/* header menu - between applications*/

.rtm-application-enabled {
  border: none;
  background: url(../Content/images/rtm_app.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.rtm-application-enabled:hover {
  border: none;
  background: url(../Content/images/rtm_app_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.rtm-application-disabled {
  border: none;
  background: url(../Content/images/rtm_app_disabled.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  pointer-events: none;
  text-decoration: none;
  border: 0;
  outline: none;
}
.development-application-enabled {
  border: none;
  background: url(../Content/images/development_app.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.development-application-selected {
  border: none;
  background: url(../Content/images/development_app_selected.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.development-application-selected:hover,
.development-application-enabled:hover {
  border: none;
  background: url(../Content/images/development_app_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.development-application-disabled {
  border: none;
  background: url(../Content/images/development_app_disabled.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  pointer-events: none;
  text-decoration: none;
  border: 0;
  outline: none;
}
.contracts-app-enabled {
  border: none;
  background: url(../Content/images/contracts_app.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.contracts-app-enabled:hover {
  border: none;
  background: url(../Content/images/contracts_app_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.contracts-app-disabled {
  border: none;
  background: url(../Content/images/contracts_app_disabled.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  pointer-events: none;
  text-decoration: none;
  border: 0;
  outline: none;
}
.recruitment-application-enabled {
  border: none;
  background: url(../Content/images/hrrecruitment_app.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.recruitment-application-enabled:hover {
  background: url(../Content/images/hrrecruitment_app_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.recruitment-application-disabled {
  border: none;
  pointer-events: none;
  background: url(../Content/images/hrrecruitment_app_disabled.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.peopleDb-application-enabled {
  border: none;
  background: url(../Content/images/people_db.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.peopleDb-application-selected {
  border: none;
  background: url(../Content/images/people_db_selected.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.peopleDb-application-enabled:hover,
.peopleDb-application-selected:hover {
  border: none;
  background: url(../Content/images/people_db_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.peopleDb-application-disabled {
  border: none;
  background: url(../Content/images/people_db_inactive.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  pointer-events: none;
  text-decoration: none;
  border: 0;
  outline: none;
}
.umbrella-application-enabled {
  border: none;
  background: url(../Content/images/umbrella_app.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
.umbrella-application-enabled:hover {
  background: url(../Content/images/umbrella_app_hover.png);
  background-size: 75px 75px;
  background-repeat: no-repeat;
  height: 75px;
  width: 75px;
  text-decoration: none;
  border: 0;
  outline: none;
}
/* main layout - content*/

.main-content,
.featured + .main-content {
  background-position: 10px 0;
}
.page-content-body {
  padding-right: 15px;
  padding-left: 10px;
  vertical-align: top;
}
.content-wrapper {
  margin: 0 auto;
  max-width: none;
  padding-right: 10px;
  padding-left: 10px;
}
.featured .content-wrapper {
  padding: 10px;
}
.main-content {
  padding-top: 0;
}
.featured + .main-content {
  background: url("../Content/images/heroAccent.png") no-repeat;
}
header .content-wrapper {
  padding-top: 20px;
}
/* tables*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
  /*height: 100%;*/

}
.control-label {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left !important;
  padding-right: 0;
  color: #545454;
  font-size: 12px;
  font-weight: bold !important;
  white-space: nowrap;
}
.btn-primary {
  background-color: #112045;
  border-color: #112045;
  border-radius: 0;
  color: white;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #112045;
  border-color: #112045;
}
.form-control,
.input-group-addon {
  border-color: #112045;
  border-radius: 0;
}
span.field-validation-error,
span.field-validation-error > span {
  color: red !important;
  font-size: 10px;
  font-weight: bold;
}
.form-holder {
  background-color: #8d97a9;
  background-color: rgba(141, 151, 169, 0.37);
  padding: 10px;
}
.form-control:focus {
  border-color: #112045;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #112045;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: white;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px #112045;
}
select > option:hover {
  background: none;
  /* remove blue background on ie10/ie11 when selected*/
  color: #545454;
  cursor: pointer;
}
/* jqueryte richtextbox*/

.jqte_editor,
.jqte_source {
  height: 200px;
  width: 100%;
  word-break: break-word;
  word-break: normal;
  -ms-word-break: break-word;
}
.jqte.disabled {
  background-color: #eeeeee;
  opacity: 1;
  border-color: #dedede !important;
  pointer-events: none;
}
.jqte.disabled .jqte_tool_icon {
  display: block;
  width: 22px;
  height: 22px;
  background: url(jquery-te-disabled.png) no-repeat;
  cursor: not-allowed;
}
.jqte.disabled .jqte_tool_text {
  cursor: not-allowed;
}
.jqte.disabled .jqte_editor {
  cursor: not-allowed;
}
.jqte_toolbar * {
  font-family: 'Microsoft New Tai Lue', "Segoe UI", Verdana, Helvetica, Sans-Serif !important;
  color: #545454 !important;
}
.jqte {
  border: #112045 1px solid !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  word-break: break-all;
}
.jqte.optional {
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  border-color: #545454 !important;
  -ms-border-radius: 0px !important;
  border-radius: 0px !important;
}
.jqte_tool.jqte_tool_1 .jqte_tool_label {
  height: auto !important;
}
/*---GRID MVC---*/

.grid-dropdown {
  border-radius: 0;
}
table.grid-table-site {
  border: 1px solid #112045;
  border-collapse: separate;
}
.grid-table-site thead {
  border-bottom: 1px solid #dddddd;
}
.grid-header {
  background-color: white;
  border-bottom: 1px solid black !important;
}
.grid-row {
  background-color: white;
}
.grid-row-alt {
  background-color: #eeeeee;
}
table.grid-table tr.grid-row-selected td {
  background: #112045 !important;
  color: white;
}
table.grid-table .grid-filter {
  float: left !important;
  margin-right: 5px !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #112045;
  border-color: #112045;
}
.pagination > li > a,
.pagination > li > span {
  color: #112045;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #112045;
  background-color: #eeeeee;
  border-color: #dddddd;
}
th {
  font-size: 1.2em;
  text-align: left;
  border: none 0;
  padding-left: 0;
}
th a {
  /*display: block;*/
  position: relative;
}
th a:link,
th a:visited,
th a:active,
th a:hover {
  color: #545454;
  text-decoration: none;
  padding: 0;
  font-size: 15px;
}
th a:hover {
  color: black;
}
th.asc a,
th.desc a {
  margin-right: 0.75em;
}
th.asc a:after,
th.desc a:after {
  display: block;
  position: absolute;
  right: 0em;
  top: 0;
  font-size: 0.75em;
}
th.asc a:after {
  content: '▲';
}
th.desc a:after {
  content: '▼';
}
td {
  border: 0 none;
}
tr.pager td {
  padding: 0 0.25em 0 0;
}
.jqte_tool.jqte_tool_1 .jqte_tool_text {
  color: #545454 !important;
}
.img-container {
  position: relative;
  background-color: white;
  border: 1px solid #112045;
  -ms-border-radius: 0px;
  border-radius: 0px;
  height: 75px;
}
.logo-preview {
  position: absolute;
  top: 3%;
  left: 1%;
  height: 94%;
  max-height: 94%;
  max-width: 96%;
  height: auto;
  width: auto;
}
input[type=file].input-logo-file {
  width: 0;
  height: 0;
  display: none;
}
button.uploadBtn {
  margin-right: -1px;
  font-size: 10pt;
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group input.form-input {
  padding-left: 4px;
}
.disable-img-container {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
  border-color: #dedede;
}
.dropdown-menu > li > a {
  color: #545454 !important;
  font-size: 10pt;
  font-family: 'Microsoft New Tai Lue', "Segoe UI", Verdana, Helvetica, Sans-Serif;
}
.dropdown-menu > li > a:hover {
  background-color: #112045 !important;
}
.btn-grid-actions {
  color: #545454;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.uppercase {
  text-transform: uppercase;
}
.checkbox-default {
  width: auto;
  border-color: red;
  cursor: pointer;
  margin-top: 7px !important;
}
.checkbox-label-left {
  margin-right: 4px;
  cursor: pointer;
}
.checkbox-label-right {
  cursor: pointer;
}
.alert {
  margin: 5px;
}
a.disabled-link {
  pointer-events: none;
}
a.disabled-link > span.header-tab-item {
  color: #aaaaaa;
}
.disabled-radion-label {
  color: #aaaaaa;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.common-layout-header,
.common-layout-upper-header {
  padding: 8px 6px 0 6px;
  margin: 0px 10px 0 10px;
  height: 91px;
  border-bottom: 1px solid #112045;
}
.common-layout-header label,
.common-layout-header a {
  color: #545454;
  padding: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold !important;
}
.logout-container {
  position: absolute;
  right: 5px;
  top: 30px;
}
.logout-container button {
  border: none;
  background: url(../Content/images/logout.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
  margin-right: 8px;
}
.logout-container button:hover {
  background: url(../Content/images/logout_hover.png);
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.header-left-container {
  float: left;
  width: 30%;
}
.application-logo {
  margin-top: 10px;
  max-height: 60px;
  max-width: 100%;
}
.header-right-container {
  float: right;
  width: 65%;
  padding-right: 40px;
}
.user-details {
  text-align: right;
  padding: 10px;
  border-right: 1px solid #545454;
}
.header-right-container > div {
  float: right;
}
@media (max-width: 1023px) {
  .common-layout-header {
    padding: 8px 6px 0 6px;
    margin: 0px 10px 0 10px;
    height: 146px;
    border-bottom: 1px solid #112045;
  }
}
.customer-header-logo {
  max-height: 50px;
  max-width: 100%;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
@media (max-width: 471px) {
  #toggleSlider {
    height: 50px;
    width: 50px;
  }
  #userLogo {
    height: 50%;
    width: auto;
  }
}
.header-right-container > div:first-child {
  width: 100%;
}
.header-right-container > div:last-child {
  width: 61%;
}
@media (max-width: 500px) {
  #userLogo,
  #toggleSlider {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .recruitment-application-enabled,
  .recruitment-application-disabled,
  .peopleDb-application-enabled,
  .peopleDb-application-disabled,
  .rtm-application-enabled,
  .rtm-application-disabled,
  .umbrella-application-enabled,
  .development-application-enabled,
  .development-application-disabled {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .round-button {
    border: none !important;
    background-size: 40px 40px !important;
    background-repeat: no-repeat !important;
    height: 40px;
    width: 40px;
    text-decoration: none;
    outline: none;
  }
  .header-right-container > div:last-child {
    width: 200%;
    margin-top: 10px;
  }
  .page-title {
    margin-top: 30px;
  }
  #orgContainer {
    border: 1px solid #325fcd;
    height: 80vh;
    width: auto !important;
  }
  .page-content-body {
    padding: 0;
  }
  .content-wrapper.main-content.clear-fix > .col-md-2,
  .content-wrapper.main-content.clear-fix > .col-sm-3,
  .content-wrapper.main-content.clear-fix > col-xs-3,
  .content-wrapper.main-content.clear-fix > col-lg-2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .row .col-xs-3.col-sm-3.col-md-2.col-lg-2 {
    padding-left: 0;
    float: right;
    clear: both;
    width: 100%;
  }
  .row .col-xs-3.col-sm-3.col-md-2.col-lg-2 .col-md-2,
  .row .col-xs-3.col-sm-3.col-md-2.col-lg-2 .col-sm-3,
  .row .col-xs-3.col-sm-3.col-md-2.col-lg-2 col-xs-3,
  .row .col-xs-3.col-sm-3.col-md-2.col-lg-2 col-lg-2 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .row .col-xs-9.col-sm-9.col-md-10.col-lg-10 {
    float: right;
    clear: both;
    width: 100%;
    padding: 0 !important;
  }
  .row .col-xs-9.col-sm-9.col-md-10.col-lg-10 .col-md-4,
  .row .col-xs-9.col-sm-9.col-md-10.col-lg-10 .col-sm-6,
  .row .col-xs-9.col-sm-9.col-md-10.col-lg-10 col-xs-12,
  .row .col-xs-9.col-sm-9.col-md-10.col-lg-10 col-lg-4 {
    padding: 0 !important;
    margin: 0 !important;
  }
  .row.jobCode-detail p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40%;
  }
  .row.jobCode-detail pre {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 60%;
  }
  .row.jobCode-detail div .col-xs-10.pull-right {
    width: 60%;
  }
  .card.row > .col-xs-2.col-sm-4.col-md-4.col-lg-3 {
    float: none !important;
  }
  .form-group .row .col-xs-2.detail-label.no-padding-left {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 400px) {
  .header-right-container > div:first-child {
    width: 70%;
  }
  .header-right-container > div:last-child {
    width: 200%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .header-right-container > div:first-child {
    width: 54%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .header-right-container > div:first-child {
    width: 38%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .header-right-container > div:first-child {
    width: 30%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .header-right-container > div:first-child {
    width: 30%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .header-right-container > div:first-child {
    width: 25%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .header-right-container > div:first-child {
    width: 25%;
  }
  .header-right-container > div:last-child {
    width: 50%;
  }
}
.round-menu-button {
  float: right;
  max-width: 75px;
}
.grit {
  -webkit-mask-image: url("grit.png");
  mask-image: url("grit.png");
}
.version-lbl {
  margin-left: 18px !important;
  color: gray !important;
}
div.page-login > div > img {
  height: auto;
  max-width: 100%;
}
textarea.input-sm {
  resize: vertical;
}
.logo-upload-ie-btn {
  width: 15%;
  position: absolute;
  height: 30px;
  opacity: 0;
}
.login-icon {
  background-color: #112045;
}
.input-group-login {
  height: 100%;
  margin-bottom: 10px;
}
.input-group-login input {
  padding: 0 10px 0 10px;
  background-color: white;
  color: #112045;
}
.input-group-login input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #112045;
  text-transform: lowercase;
}
.input-group-login input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #112045;
  text-transform: lowercase;
  opacity: 1;
}
.input-group-login input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #112045;
  text-transform: lowercase;
  opacity: 1;
}
.input-group-login input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #112045;
  text-transform: lowercase;
}
.input-group-login input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #112045;
  text-transform: lowercase;
}
/* example*/

.row {
  margin-left: 0px;
  margin-right: 0px;
}
#wrapper {
  padding-left: 40px;
  transition: all 0.4s ease 0s;
  height: 99%;
}
.push {
  height: 50px;
}
#sidebar-wrapper {
  margin-left: -150px;
  left: 40px;
  width: 150px;
  top: 0;
  background-color: #112045;
  position: fixed;
  height: 100%;
  z-index: 99;
  transition: all 0.4s ease 0s;
}
.sidebar-nav {
  display: block;
  float: left;
  width: 150px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-content-wrapper {
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-bottom: -50px;
  position: relative;
}
#wrapper.opened {
  padding-left: 150px;
}
#wrapper.opened #sidebar-wrapper {
  left: 150px;
}
#menu-toggle {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
#sidebar_menu li a,
.sidebar-nav li a {
  color: white;
  display: block;
  float: left;
  text-decoration: none;
  width: 150px;
  background: #112045;
  border-bottom: 1px solid white;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  -ms-transition: background 0.5s;
  transition: background 0.5s;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 3px;
  padding-right: 3px;
}
.sidebar_name {
  padding-top: 25px;
  color: white;
  opacity: 0.7;
}
.sidebar-nav li {
  line-height: 40px;
}
.sidebar-nav li a {
  color: white;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-nav li a:hover {
  color: #325fcd;
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 90px;
  line-height: 90px;
  font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
  color: #545454;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: white;
  background: none;
  color: red;
}
#main_icon {
  font-size: 28px;
  margin-left: 60px;
  display: inline;
}
.text-align-right {
  text-align: right;
}
.sub_icon {
  float: right;
  padding-right: 65px;
  padding-top: 10px;
}
.content-header {
  height: 65px;
  line-height: 65px;
}
.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}
@media (max-width: 330px) {
  .round-button {
    border: none !important;
    background-size: 30px 30px !important;
    background-repeat: no-repeat !important;
    height: 30px;
    width: 30px;
    text-decoration: none;
    outline: none;
  }
}
@media (min-width: 501px) and (max-width: 800px) {
  .round-button {
    border: none !important;
    background-size: 60px 60px !important;
    background-repeat: no-repeat !important;
    height: 60px;
    width: 60px;
    text-decoration: none;
    outline: none;
  }
}
@media (max-width: 767px) {
  #wrapper {
    padding-left: 40px;
    transition: all 0.4s ease 0s;
  }
  #sidebar-wrapper {
    left: 40px;
  }
  #wrapper.opened {
    padding-left: 150px;
  }
  #wrapper.opened #sidebar-wrapper {
    left: 150px;
    width: 150px;
    transition: all 0.4s ease 0s;
  }
  .common-layout-header,
  .common-layout-upper-header {
    padding: 0;
    margin: 0px 10px 0 10px;
    height: 91px;
    border-bottom: 1px solid #112045;
  }
}
.menu-icon {
  font-size: 25px;
  margin-right: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}
.disabledPersonLnk .circle {
  font-size: 15px;
}
.hide-text-menu .circle {
  margin-left: 55px;
  text-indent: 0;
}
.circle {
  width: 35px;
  height: 35px;
  line-height: 32px;
  border-radius: 50%;
  border: 2px solid;
  font-size: 12px;
  text-align: center;
}
.person-selected-menu #person-menu-item a,
.organization-selected-menu #organization-menu-item a,
.people-selected-menu #people-menu-item a,
.jobcodes-selected-menu #jobcodes-menu-item a,
.templates-selected-menu #templates-menu-item a,
.reports-selected-menu #reports-menu-item a,
.settings-selected-menu #settings-menu-item a,
.onboarding-selected-menu #onboarding-menu-item a,
.emailtemplate-selected-menu #emailtemplate-menu-item a,
.development-projects-selected-menu #development-projects-menu-item a,
.development-template-selected-menu #development-template-menu-item a,
.development-email-template-selected-menu #development-email-template-menu-item a {
  color: #325fcd;
}
.hide-text-menu {
  text-indent: 54px;
  white-space: nowrap;
  overflow: hidden;
}
.page-title {
  color: #325fcd;
  font-weight: bold;
  padding-left: 20px;
  margin-bottom: 10px;
}
.title {
  color: #325fcd;
}
.margin-right-40 {
  margin-right: 40px;
}
.straight-borders {
  border-radius: 0;
}
p.company-color {
  color: #112045;
  font-size: 10pt;
  font-weight: normal;
  margin-top: 0;
}
.company-color {
  color: #112045;
  font-size: x-small;
  font-weight: bold;
  margin-top: -24px;
}
.checkbox {
  margin: 0 0 0em 0em;
}
.checkbox label {
  display: inline-block;
}
.checkbox .input-assumpte {
  display: none;
}
.input-assumpte + label:after {
  background-color: #112045;
  display: inline-block;
  transition-duration: 0.3s;
  width: 16px;
  height: 16px;
  content: '';
  margin-left: -20px;
}
.input-assumpte:checked + label:after {
  background-color: #112045;
  content: '\2714';
  font-size: 14px;
  color: white;
}
.login-title {
  padding-bottom: 30px;
  color: white;
}
* {
  margin: 0;
}
.wrapper {
  min-height: 94%;
  height: auto !important;
  margin: 0 auto -30px;
}
.login-push {
  height: 50px;
}
footer {
  height: 20px;
}
.footer {
  border-top: 1px solid white;
}
.back-color-app-grey {
  background-color: gray;
}
.empty-layout-footer {
  border-top: 1px solid white;
  margin-top: 100px;
}
.margin-around-medium {
  margin: 30px !important;
}
.margin-around-small {
  margin: 10px !important;
}
.no-padding-around {
  padding: 0;
}
.resize-icon {
  height: 2em;
}
.padding-left-right {
  padding: 0px 2px 0px 2px;
}
.passwords {
  max-height: 195px;
  width: 100%;
  overflow-y: auto;
  background-color: white;
}
.margin-top-3 {
  margin-top: 3px;
}
#surveyCodes {
  float: right;
}
.no-padding-top {
  padding-top: 0;
}
.no-margin-top {
  margin-top: 0 !important;
}
.passwords-header {
  height: 30px;
}
.opened-position {
  padding-right: 15px;
}
.password-element {
  padding-left: 10px;
}
.padding-top-7 {
  padding-top: 7px;
}
.tutorial-title {
  font-size: 15px;
  font-weight: 800;
  display: table-cell;
}
.video-thumb {
  width: 100px;
  height: 70px;
  display: table-cell;
}
.auto-width {
  width: auto !important;
}
.img-responsive {
  max-width: 100%;
}
.search-input {
  background: none;
}
.button-width {
  width: 3%;
}
.padding-bottom-10 {
  padding-bottom: 10px;
}
.search-button {
  background: transparent;
  border: 1px solid #2b6363;
  border-left: none;
  margin: 0;
  border-radius: 0;
}
.search-input {
  border-right: none;
}
.search-image {
  background-color: transparent;
  max-height: 32px;
}
label.dropdown-slide {
  position: relative;
  float: right;
  background-image: url("images/app_menu_button.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 10px;
}
label.dropdown-slide:hover {
  background-image: url("images/app_menu_button_hover.png");
}
.content {
  width: 100%;
  padding: 0px;
  transition: transform 0.4s;
}
.slide-menu-down {
  padding-top: 90px;
  transform: translate3d(0, 0, 0);
}
.slide-menu {
  transform: translate3d(0, -91px, 0);
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  transition: all 0.4s;
  z-index: 2;
}
.active-content {
  transform: translate3d(0, 91px, 0);
}
#login_partial {
  margin-top: -20px;
}
.toolbox {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.person-tile {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: white;
  margin: 5px;
  margin-right: 10px;
  padding-right: 0;
  position: relative;
}
.block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  width: 270px;
  height: 147px;
}
.no-padding-left {
  padding-left: 0;
}
.padding-top-10 {
  padding-top: 10px;
}
.person-card-name {
  font-weight: 800;
  font-size: 14px;
  color: #545454;
}
.person-card-field {
  float: left;
  font-weight: 800;
  margin: 0;
}
.no-margin {
  margin: 0 !important;
}
.person-card-button {
  background: none;
  border: none;
  width: 100%;
  font-size: 20px;
  padding-top: 10px;
  color: #545454;
  text-decoration: none;
}
.person-card-button:hover {
  color: #325fcd;
  text-decoration: none;
}
.edit-name-label {
  margin-left: 15px;
  margin-bottom: 10px;
  float: left;
}
.edit-name-list-label {
  margin-bottom: 10px;
}
.department-tree-node,
.chair {
  background-color: white;
  color: white;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  min-width: 250px;
}
.department-head-of-department {
  color: gray;
}
.selected-department-tree-node,
.selected-chair {
  background-color: lightgray;
  color: white;
}
.chair-name {
  font-weight: 800;
  font-size: 16px !important;
}
a.chair-name {
  color: inherit;
}
#organization-chart-container > .google-visualization-orgchart-table div {
  padding: 0;
}
.chair-details,
.department-details {
  background-color: gray;
  min-height: 120px;
}
.skip-line {
  border-right: 1px solid #325fcd;
}
.list-item-name {
  max-width: 70%;
  float: left;
}
.department-details-edit {
  color: #545454;
}
.peopledb-translate-attribute {
  padding-right: 10px;
}
.peopledb-translate-modal {
  font-size: 18px;
}
.google-visualization-orgchart-connrow-large {
  background: rgba(122, 122, 122, 0.2);
}
.loading_img {
  position: fixed;
  top: 50%;
  left: 50%;
}
.set-origin {
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
#orgContainer {
  border: 1px solid #325fcd;
  height: 80vh;
  width: 94vw;
}
#organization-chart-container {
  height: inherit;
}
.chairs-organization-chart {
  height: auto !important;
}
.zoom-icon {
  font-size: 18px;
  cursor: pointer;
}
.revert-delete-button {
  margin-top: 5px;
  font-size: 16px;
  color: red;
}
.confirm-delete-button {
  font-size: 16px;
}
.no-allocation-text {
  color: red;
  font-weight: bold;
  margin-top: 5px;
  overflow-wrap: break-word;
}
.margin-top-14-percent {
  margin-top: 14%;
}
.download-csv-button {
  font-size: 30px;
}
.download-csv-button:hover {
  color: #112045;
}
#editAllocation .modal-dialog {
  width: 80%;
}
#importApplicantsView hr {
  margin: 10px 0;
  border-color: #545454;
}
#importApplicants .modal-body {
  margin-bottom: 10px;
}
.import-disabled,
.checkbox-button-disabled.glyphicon.glyphicon-unchecked {
  color: #d7d4d4;
}
.allocation-radio-button.glyphicon:before,
.radio-button-disabled.glyphicon:before {
  visibility: visible;
}
.allocation-radio-button.glyphicon.glyphicon-unchecked,
.checkbox-button-disabled.glyphicon.glyphicon-unchecked,
.checkbox-button.glyphicon.glyphicon-check,
.checkbox-button.glyphicon.glyphicon-unchecked {
  font-size: 20px;
}
.allocation-radio-button.glyphicon.glyphicon-unchecked:hover {
  font-size: 20px;
  color: #337ab7;
}
.allocation-radio-button.glyphicon.glyphicon-unchecked:checked:before {
  content: "\e067";
}
input[type=radio].glyphicon {
  visibility: hidden;
}
.user-no-image {
  font-size: 48px;
  margin-top: 10px;
}
.ok-button:disabled {
  color: #d7d4d4;
}
/*.panel {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #545454;
   
}
.panel-heading {
    background-color: transparent !important;
    color:#545454 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-body{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}*/

.filter-toolbox {
  min-width: 190px;
}
.filter-option-text {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 190px;
  text-align: left;
}
.person-tile-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mandatory-asterisk {
  color: red;
  font-size: 10px;
}
.form-group .control-label {
  color: red !important;
}
.checked {
  display: none;
}
.active .checked {
  display: inline-block;
}
.active .unchecked {
  display: none;
}
.btn-plain {
  padding: 0;
}
.btn-plain.active,
.btn-plain:focus,
.btn-plain:hover,
.btn-plain:active {
  box-shadow: none;
  color: #545454;
}
.user-from-person .row {
  margin-top: 5px;
  margin-bottom: 5px;
}
.user-from-person input[readonly] {
  opacity: 0.6;
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    overflow: visible;
    font-size: 10pt;
    width: 100%;
    font-family: sans-serif, Times, serif;
    position: absolute !important;
    margin: 0 !important;
  }
  .department-tree-node {
    background-color: white;
    color: white;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    min-width: 250px;
  }
  #organization-chart-container {
    position: static !important;
    margin: 0 !important;
  }
  button {
    visibility: hidden;
  }
  #department-name {
    max-width: 100%;
    overflow: hidden;
  }
  .department-details {
    max-height: 100px;
    border-left: 1px solid black;
  }
  .department {
    height: 125px;
    border: 1px solid black !important;
    padding: 0;
    margin: 0;
  }
  a[href]:after {
    content: none !important;
  }
}
.person-card-grid {
  padding-left: 12px;
}
.person-image {
  width: 100%;
  height: 100%;
}
.no-padding-right {
  padding-right: 0;
}
/* added for editing person field - tab focus style be consistent */

.attribute_container input:focus,
.attribute_container a:focus,
.attribute_container button:focus,
.attribute_container section:focus,
.person-card-edit:focus {
  outline: none;
  box-shadow: 0px 0px 1px 1px #337ab7;
}
.textbox-as-span {
  border: none;
  background: transparent;
}
.no-underline-link {
  margin-top: 10px;
}
.no-underline-link:hover {
  text-decoration: none;
}
.allocate-to-chair-button {
  margin-right: 20px;
  margin-left: 10px;
}
#allocationEdit {
  display: none;
}
#btnSaveAllocation {
  position: relative;
  top: -20px;
}
.allocation-tile {
  padding: 10px 10px 10px 10px;
  width: 290px;
  height: 130px;
  margin-left: 0;
  position: relative;
}
.allocation-share-content {
  color: #09b3e4;
  font-weight: 800;
}
.allocation-tile-button {
  float: right;
  font-size: 20px;
  margin-left: 10px;
}
.allocation-field {
  margin-right: 5px;
}
.no-allocation-warning {
  color: red;
}
.allocation-zone {
  margin-top: 2px;
}
#buttonBackToOrganization {
  margin-top: 0;
}
.allocation-buttons {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.onboarding-template-container {
  border: 1px solid black;
  display: table;
  width: 100%;
  padding: 10px;
}
.onboarding-template-tile {
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 370px;
  min-height: 80px;
  float: left;
}
.onboarding-subcomponent-title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 800;
}
.onboarding-template-tile-label {
  font-weight: 800;
  float: left;
}
.onboarding-process-container {
  border: 1px solid black;
  display: table;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.onboarding-process-tile {
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 370px;
  float: left;
}
.onboarding-process-tile-content {
  float: left;
  width: 220px;
  margin-top: 10px;
  padding-left: 15px;
}
.onboarding-process-picture-container {
  float: right;
  width: 100px;
  border-left: 1px solid black;
  margin-top: 10px;
  margin-right: 10px;
}
.onboarding-process-picture {
  max-width: 80px;
  float: right;
}
.onboarding-process-tile-buttons {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 5px;
}
.onboarding-process-tile-no-picture {
  color: gray;
  font-size: 80px;
  float: right;
}
.process-progress-bar {
  height: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-top: 1px;
  background: red;
  /* For browsers that do not support gradients */
  /* For Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(left, #f32d12, #f7c21d, #74be00);
  /* For Opera 11.1 to 12.0 */
  background: -o-linear-gradient(left, #f32d12, #f7c21d, #74be00);
  /* For Fx 3.6 to 15 */
  background: -moz-linear-gradient(left, #f32d12, #f7c21d, #74be00);
  /* Standard syntax */
  background: linear-gradient(to right, #f32d12, #f7c21d, #74be00);
}
.progress-bar-cover {
  height: 5px;
  margin-top: 1px;
  background-color: lightgray;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.progress-container {
  position: relative;
  float: right;
  background-color: lightgray;
  border-radius: 5px;
  width: 100px;
  height: 7px;
  margin-top: 8px;
}
.email-template #Subject {
  width: 100%;
}
.no-padding-left {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.jqte {
  margin-top: 3px !important;
  margin-bottom: 0 !important;
}
.tasks-table tr:nth-child(odd) {
  background-color: gray;
}
.person-select-option:hover {
  background-color: #d5d7d4;
}
.person-select-option {
  background-color: white;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.person-select-box {
  position: relative;
}
.person-select-option-default {
  background-color: white;
  height: 25px;
}
.person-option-picture {
  width: 22px;
}
.person-select-search-box {
  width: 100%;
  position: absolute;
  top: 0px;
}
.person-select-list {
  max-height: 250px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 25px;
  text-decoration: none;
  list-style: none;
  overflow-x: hidden;
}
.input-border {
  -moz-appearance: textfield;
  background-color: -moz-field;
  border: 1px solid darkgray;
}
.cursor-pointer {
  cursor: pointer;
}
hr.nav {
  border-color: #464646;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dropdown-arrow {
  font-size: 12px;
  margin-top: 5px;
  margin-right: 5px;
}
.inline-element {
  display: inline;
}
.no-picture {
  font-size: 22px;
  vertical-align: middle;
}
.align-bottom {
  position: absolute;
  bottom: 4px;
  width: 100%;
}
.allocation-pie-chart-icon {
  float: right;
  margin-top: 0;
  margin-right: 5px;
}
#personTotalAllocation,
.total-allocation-label {
  vertical-align: middle;
}
.total-allocation-label {
  font-weight: 800;
}
.bluegarden-employee-cell {
  border: 1px solid black;
}
.select2-selection {
  border-radius: 0 !important;
}
.select2 {
  width: 100% !important;
}
.bluegarden-container {
  width: 100%;
  padding: 0;
}
.table-fixed {
  width: 100%;
}
.table-fixed tbody {
  height: 500px;
  overflow-y: scroll;
  width: 100%;
}
.table-fixed thead,
.table-fixed tbody,
.table-fixed tr,
.table-fixed td,
.table-fixed th {
  display: block;
}
.table-fixed tbody td {
  float: left;
  height: 30px;
  border: 1px solid black;
}
.table-fixed thead tr th {
  float: left;
  background-color: #d7d4d4;
  border-color: black;
  color: #545454;
}
.select-td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.create-development-project-tab {
  background-color: #112045;
  /*background-color: #2962ee;*/
  padding: 10px;
  height: 40px;
  min-width: 150px;
  font-size: 16px;
  color: white;
  border-right: 1px solid white;
}
.create-development-project-tab:last-child {
  border-right: none;
}
.create-development-project-tab:hover {
  background-color: dodgerblue;
  cursor: pointer;
}
.multiselect-search-box {
  width: 100%;
}
.select-list {
  max-height: 200px;
  overflow-y: auto;
}
@media print {
  .column-block {
    width: 100%;
  }
  .department-name {
    visibility: visible;
  }
  .department-name::after {
    content: none !important;
  }
}
a {
  cursor: pointer;
}
.notification {
  position: sticky;
  top: 10px;
  z-index: 9999;
}
.jobcode-description {
  background: none;
  border: none;
  color: #545454;
  font-size: 10pt;
  font-family: 'Oxygen', sans-serif;
  padding-top: 0;
  padding-bottom: 0;
}
.width-20-percent {
  width: 20%;
}
.margin-right-4-percent {
  margin-right: 4%;
}
pre.discution-description {
  color: #545454;
  font-size: 10pt;
  font-family: 'Oxygen', sans-serif;
  border: none;
  background-color: white;
  padding: 0;
  margin: 0;
}
.tasklist-container {
  border: 2px solid #545454;
}
.tasklist-header {
  background-color: #545454;
  color: white;
  font-weight: 800;
}
.employee-agreement-text {
  font-weight: normal;
  color: black;
}
.field-bordered {
  border: 1px solid gray;
  margin-bottom: 2px;
  margin-top: 2px;
}
.field-helptext {
  margin: 5px;
}
.loader {
  height: 14px;
  width: 14px;
}
.wrapper {
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  z-index: 1002;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
}
.spinner-wrapper {
  display: flex;
  justify-content: center;
  justify-items: center;
}
/*.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
   
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}*/

.multiline-container {
  white-space: pre;
}
#noteText {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 150px;
  display: inline-block;
}
#noteText .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: #555555;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 70px;
  left: 0%;
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s;
}
#noteText .tooltiptext::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555555 transparent transparent transparent;
}
#noteText:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.disabled-button-class {
  position: relative;
  left: -20px;
  top: 1px;
  color: rgba(255, 0, 0, 0.5);
  transform: scale(1.2);
}
#organisationPersmissionBtn .glyphicon.glyphicon-user {
  font-size: 1.3em;
}
.hideNotActiveClass {
  /*display: none;*/
  opacity: 0;
}
#organisationPersmissionBtn:focus {
  outline: none;
}
.multiselect-dropdown .dropdown-btn {
  padding: 0 2px !important;
  border-radius: 0px !important;
  height: 28px;
}
.multiselect-dropdown .dropdown-btn .selected-item {
  margin-top: 2px;
}
.multiselect-dropdown .dropdown-btn .dropdown-down {
  border-top: 7px solid #555555 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  margin-bottom: 1px !important;
}
.multiselect-dropdown .dropdown-btn .dropdown-up {
  border-bottom: 7px solid #555555 !important;
  border-left: 3px solid transparent !important;
  border-right: 3px solid transparent !important;
  margin-bottom: 1px !important;
}
/*Spinner*/

.cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999;
  /*display: none;*/

}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 40%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: black;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
/*Checkbox*/

/* Customize the label (the checkbox-container) */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eeeeee;
}
/* On mouse-over, add a grey background color */

.checkbox-container:hover input ~ .checkmark {
  background-color: #cccccc;
}
/* When the checkbox is checked, add a blue background */

.checkbox-container input:checked ~ .checkmark {
  background-color: #325fcd;
}
/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
