﻿@charset "UTF-8";
@font-face {
  font-family: 'Conv_PTF55F';
  src: url("fonts/PTF55F.eot");
  src: local("☺"), url("/fonts/PTF55F.woff") format("woff"), url("fonts/PTF55F.ttf") format("truetype"), url("fonts/PTF55F.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Generated by FG **/
@font-face {
  font-family: 'Conv_PTF56F';
  src: url("fonts/PTF56F.eot");
  src: local("☺"), url("/fonts/PTF56F.woff") format("woff"), url("fonts/PTF56F.ttf") format("truetype"), url("fonts/PTF56F.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Generated by FG **/
@font-face {
  font-family: 'Conv_TradeGothicLTStd';
  src: url("fonts/TradeGothicLTStd.eot");
  src: local("☺"), url("/fonts/TradeGothicLTStd.woff") format("woff"), url("fonts/TradeGothicLTStd.ttf") format("truetype"), url("fonts/TradeGothicLTStd.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

/** Generated by FG **/
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Bd2';
  src: url("fonts/TradeGothicLTStd-Bd2.eot");
  src: local("☺"), url("/fonts/TradeGothicLTStd-Bd2.woff") format("woff"), url("fonts/TradeGothicLTStd-Bd2.ttf") format("truetype"), url("fonts/TradeGothicLTStd-Bd2.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  -ms-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility; }

body {
  padding-bottom: 20px; }

/* Set padding to keep content from hitting the edges */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Trade Gothic Bold", Helvetica, Arial, sans-serif !important;
  font-weight: 700;
  line-height: 1.2895;
  color: inherit; }

.body-content {
  font-family: 'PT Serif',Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  line-height: 1.6111;
  color: #444; }

.body-content > .container {
  padding: 0;
  padding-bottom: 30px; }

.body-content.body-personnel {
  max-width: none; }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.textAreaPlaceholderFix {
  border-right: 1px solid #ccc !important;
  -ms-border-top-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom: 0 !important;
  -ms-border-bottom-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.has-error .textAreaPlaceholderFix {
  border-right: 1px solid #b94a48 !important; }

@media (max-width: 768px) {
  .form-control {
    -ms-border-radius: 4px !important;
    border-radius: 4px !important; } }

.background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -999; }

input:-webkit-autofill {
  -webkit-text-fill-color: #123 !important; }

input:-webkit-autofill:focus {
  -webkit-text-fill-color: #123 !important; }

input:-webkit-autofill::selection {
  -webkit-text-fill-color: #123 !important; }

input::selection {
  color: #fff !important;
  background: #ededed !important; }

textarea::selection {
  color: #fff !important;
  background: #ededed !important; }

.dim {
  z-index: 9999;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(230, 230, 230, 0.78);
  height: 100vh; }

.loading {
  margin: 0 auto;
  border-bottom: 6px solid rgba(0, 0, 0, 0.1);
  border-left: 6px solid rgba(0, 0, 0, 0.1);
  border-right: 6px solid rgba(0, 0, 0, 0.1);
  border-top: 6px solid rgba(0, 0, 0, 0.4);
  -ms-border-radius: 100%;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  animation: rot .6s infinite linear; }

@-moz-keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@-webkit-keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

@keyframes rot {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.itemFocused {
  font-size: 24px !important;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }

.itemFocused:hover {
  cursor: pointer;
  background: transparent; }

.itemFocused:active {
  border: 0 solid transparent;
  border-radius: 5px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in; }

.noBullets {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }

.myPageExtraBookingInfo {
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.k-scheduler-footer {
  display: none !important; }

#scheduler {
  border-top: 0;
  border: 1px solid #3F51B5 !important; }

.k-lg-date-format {
  margin-left: 5px; }

.k-today {
  background-color: transparent !important; }

.k-scheduler {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }

.k-calendar .k-content .k-link {
  padding: 0 .45em 0 .45em;
  text-align: center; }

.k-calendar .k-state-selected > .k-link {
  background-color: #3f51b5; }

.k-nonwork-hour {
  background: #ffeded; }

.k-link, .k-nav-day {
  /*display: none;*/ }

.overlay {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #d3d3d3;
  background: rgba(211, 211, 211, 0.45); }

.overlayContent {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 250px; }

.input-group {
  margin-bottom: 10px; }

.win-flyout:not(.win-menu) button,
.win-flyout:not(.win-menu) input[type="button"] {
  margin-top: 16px;
  margin-left: 20px;
  float: right; }

#status {
  color: green; }

.bootstrappifyMarginRight {
  margin-right: 15px; }

.bootstrappifyMarginLeft {
  margin-left: 15px; }

.right {
  float: right; }

#showCompany {
  display: block; }

.inputWrapper {
  display: inline-block;
  width: 100%; }

.centerContents {
  position: fixed;
  top: 50%;
  width: 100%; }

.c_InfoDrop {
  line-height: 1px;
  z-index: 9999;
  background: #fde073;
  width: 100%;
  height: 45px;
  position: fixed;
  top: -46px;
  left: 0;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.c_InfoDropvsbl {
  z-index: 9999;
  background: #fde073;
  width: 100%;
  min-height: 45px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 5px black;
  -moz-box-shadow: 0 0 5px black;
  box-shadow: 0 0 5px black;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.input-group-addon {
  text-align: left; }

.row {
  padding: 5px 0; }

/*.container label {
    color: white;
}*/
.book {
  background-position: 50% 50%;
  /* Sets reference point to scale from */
  background-size: 40%;
  /* Sets background image to cover entire element */
  background-repeat: no-repeat;
  height: 45px;
  min-width: 45px; }

.k-grid .k-alt td {
  background-color: #f5f5f5;
  /* specify the alternate background-color */ }

.k-grid td {
  padding: 4px !important; }

.k-grid {
  margin: 0 15px; }

@media screen and (max-width: 755px) {
  .container > * {
    padding: 0; } }

.blockular {
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
  width: 90px;
  max-width: 90px;
  margin: 0 auto;
  max-height: 90px; }

.pagination {
  margin: 10px;
  margin-top: 20px; }

.pageContainer {
  display: inline-block;
  float: right; }

.pageContainer a {
  color: #123;
  text-decoration: none; }

.page {
  -moz-transition: 0.15s linear all;
  -ms-transition: 0.15s linear all;
  -o-transition: 0.15s linear all;
  -webkit-transition: 0.15s linear all;
  background: #ddd;
  border-radius: 3px;
  height: 30px;
  margin: 3px;
  padding: 8px;
  transition: 0.15s linear all;
  width: 30px; }

.page:hover {
  background: #999;
  color: #fff; }

.active {
  background: #666;
  color: white !important; }

.container .panel-default > .panel-heading {
  background-color: #ddd; }

.col-sm-9 > p {
  margin: 0 0 20px; }

@media (max-width: 767px) {
  .dateAndBookCol {
    border-top: solid 1px;
    border-color: black;
    padding-top: 10px;
    margin-top: 10px; } }

@media (min-width: 768px) {
  .readMoreLink {
    position: absolute;
    bottom: 0;
    right: 15px; }
  .dateAndBookCol {
    border-left: solid 1px;
    border-color: black; } }

.filterWrapper {
  padding-bottom: 15px; }

@media (min-width: 768px) {
  .flexWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

input[type=text], input[type=textarea], textarea, input[type=password] {
  max-width: 280px; }

.field-validation-valid {
  display: none; }

.validation-summary-valid {
  display: none; }

.input-validation-error.form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.single-participant-wrapper .row {
  padding-top: 0;
  padding-bottom: 0; }

.single-participant-wrapper {
  padding-top: 20px;
  padding-bottom: 10px; }

@media (max-width: 980px) {
  .single-participant-wrapper {
    border-bottom: 1px solid gray; }
  .single-participant-wrapper {
    padding-top: 10px; } }

a {
  color: #ff4146; }

.body-personnel a, .body-personnel a:focus {
  color: cornflowerblue; }

.body-personnel a:hover {
  color: blue; }

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

.css-arrow-blue {
  line-height: 23px;
  padding-left: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../../images/icons-line-arrow-1-22x22.png");
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .css-arrow-blue {
    background-position: 0 0 !important; } }

@media (max-width: 767px) {
  .eduobjeventwrapper {
    border-bottom: 1px black solid;
    padding-bottom: 1px; } }

.btn-primary {
  background-color: #0079AA !important; }

.backbtn {
  background-color: #F7941E;
  color: white; }

.backbtn:hover, .backbtn:focus {
  color: white !important;
  background-color: orange; }

.navbar-inverse.navbar-visma {
  background-color: white;
  border: 0; }

@media (min-width: 768px) {
  .navbar-inverse.navbar-visma {
    border-bottom: 1px solid #DBDBDD; } }

/* Menu - Start */
.row-menu {
  /*padding-bottom:25px;*/ }

.col-mainmenu,
.col-sectionmenu {
  position: static !important;
  padding-right: 0px; }

.col-mainmenu.with-section-menu .mainmenu {
  display: none; }

.col-mainmenu.with-section-menu .mainmenu li {
  padding-bottom: 0px; }

.col-mainmenu.with-section-menu .mainmenu li .flyout {
  margin-top: 0px; }

.mainmenu,
.sectionmenu {
  font-size: 15px;
  overflow: visible;
  padding: 0px;
  margin: 0px 0px 0px -10px; }

.sectionmenu {
  margin: 0px 0px 0px 0px; }

.mainmenu li,
.sectionmenu li {
  display: block;
  float: left;
  margin-top: 5px;
  padding: 0px 0px 10px 0px; }

.mainmenu li a:focus,
.sectionmenu li a:focus {
  outline: none; }

.mainmenu li a:hover,
.sectionmenu li a:hover {
  text-decoration: underline;
  color: #0079aa; }

.mainmenu > li > a,
.sectionmenu > li > a {
  line-height: 17px;
  display: block;
  padding: 11px 15px 9px 15px; }

.mainmenu .flyout,
.sectionmenu .flyout {
  position: absolute;
  z-index: 10000;
  width: 100%;
  margin-top: 10px;
  left: 15px;
  background-color: #eee; }

.mainmenu .submenu,
.sectionmenu .submenu,
.moved-submenu .submenu {
  position: relative;
  overflow: hidden;
  max-width: 980px;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto; }

.mainmenu .submenu ul,
.sectionmenu .submenu ul,
.moved-submenu .submenu ul {
  padding-top: 15px;
  padding-bottom: 15px; }

.mainmenu .submenu li,
.sectionmenu .submenu li,
.moved-submenu .submenu li {
  float: left;
  clear: both;
  padding: 0px; }

.mainmenu .submenu li a,
.sectionmenu .submenu li a,
.moved-submenu .submenu li a {
  line-height: initial;
  display: block;
  padding: 3px 5px 3px 0px; }

.mainmenu li.active,
.sectionmenu li.active,
.moved-submenu li.active {
  background-color: #eee; }

.mainmenu li.active span.arrow,
.sectionmenu li.active span.arrow {
  background-position: bottom left; }

.section-showmenu-button a.active span.arrow {
  background-position: bottom right; }

.mainmenu .section-link,
.sectionmenu .section-link {
  margin-top: 15px;
  margin-left: 0px;
  padding-bottom: 0px; }

.mainmenu .section-link a,
.sectionmenu .section-link a {
  color: #0079aa; }

.mainmenu a.menulnk {
  color: Black !important;
  text-decoration: none; }

.mainmenu a.menulnk:hover {
  color: #0079aa !important;
  text-decoration: underline; }

/* Menu - End */
.navbar-brand {
  margin-top: 5px !important;
  padding-top: 0 !important; }

@media (max-width: 767px) {
  .menuitem {
    background-color: #1874a6;
    border-bottom: 1px solid #f5f5f5;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    display: inline-block;
    padding-left: 20px; }
  .menuitem a.menulnk {
    color: #fff !important; }
  .navbar-collapse {
    border-top: 0 !important; } }

@media (min-width: 768px) {
  .navbar-header {
    padding-right: 30px; } }

.moreeventslnk {
  color: #F7941E; }

.moreeventslnk:hover {
  color: orange; }

.moreeventslnk:focus {
  color: #F7941E; }

.datestring {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 15px; }

h1,
.h1 {
  font-size: 2.1111em; }

h2,
.h2 {
  font-size: 1.51em;
  line-height: 1.2; }

.datesquare {
  background: #0a71d0;
  color: #fff;
  float: left;
  font: 14px/16px "Trade Gothic",Helvetica,Arial,sans-serif;
  margin: 0 14px 0 0;
  padding: 13px 5px;
  text-align: center;
  text-transform: uppercase;
  width: 66px; }

.datesquare strong {
  display: block;
  font: 700 1.7143em/1.0833 "Trade Gothic",Helvetica,Arial,sans-serif;
  margin: 3px 0 0; }

.sortlink {
  color: #999;
  font-size: 13px; }

.sortlink.sortactive {
  text-decoration: underline;
  color: #0a71d0; }

a:hover {
  cursor: pointer; }

.sortheader {
  text-transform: uppercase;
  font-weight: 600; }

.filterddl {
  padding: 15px 5px 15px 5px;
  margin-left: 5px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 100%;
  max-width: 200px; }

.filterddl option, .filterddl {
  color: #0a71d0; }

.filterddl:focus, .filterddl:active {
  border: 1px solid #e6e6e6;
  background: #fff; }

.courselistitem h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin: 0 0 10px;
  text-align: left; }

.sortul {
  font: 10px/12px "Trade Gothic", Helvetica, Arial, sans-serif;
  letter-spacing: 1px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.sortul li {
  padding: 0 0 0 28px;
  display: inline; }

.sexlabel {
  text-transform: capitalize;
  font-weight: normal !important; }

/*input[type=text][data-val-required]+span::after, input[type=text][data-val-group]+span::after{
    content:"*";
    position: relative;
}*/
.form-control {
  display: inline-block; }

.bookingwrapper label {
  /*display:block;*/
  font-size: 16px;
  font-weight: 600; }

.bookingwrapper h3, .datestring.bookingdate {
  border-bottom: 1px solid gray; }

select.form-control {
  max-width: 280px; }

#othertitlerow {
  display: none; }

@media (min-width: 600px) {
  select.form-control {
    min-width: 130px; } }

.rblabel {
  font-weight: normal; }

.inactiveForm {
  opacity: 0.6; }

.loginWrapper {
  max-width: 350px; }

.navbar-right {
  color: white; }

.panel.panel-confirmed {
  border-color: green; }

.panel-confirmed .panel-heading {
  background-color: green; }

.panel.panel-canceled {
  border-color: red; }

.panel-canceled .panel-heading {
  background-color: red; }

.appDetails {
  display: none; }

#tabs .ui-tabs-active a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: default; }

#tabs .ui-tabs-nav a {
  width: 100%; }

#tabs {
  border: none; }

#tabs .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
  background-color: white;
  border: none; }

.container #tabs.ui-tabs.ui-widget.ui-widget-content.ui-corner-all li {
  width: 49%; }

#tabs .ui-tabs-active.ui-state-active {
  background-color: green;
  border-color: green; }

.navbar-toggle {
  background-color: lightgrey; }

.btn-default {
  background-color: #0a71d0;
  color: #fff;
  padding: 10px 26px 11px; }

.btn-default:hover, .btn-default:focus {
  background-color: #08599f;
  border-color: #adadad;
  color: #fff; }

.coursedetailslink, .coursedetailslink a {
  color: black; }

.coursedetailslink:hover, .coursedetailslink a:hover {
  color: #08599f; }

/*-------Social links-------*/
.share-box {
  border-bottom: solid #e6e6e6;
  border-width: 1px 0;
  margin: 30px 0 40px;
  padding: 11px 19px 10px 0; }

.share-box, .frame {
  float: right;
  text-align: right; }

.share-box, .title {
  color: #7f7f7f;
  display: inline-block;
  vertical-align: middle;
  font: 14px/16px "Trade Gothic",Helvetica,Arial,sans-serif; }

.social-networks {
  margin: -13px 2px -15px 0;
  text-align: right; }

.share-box, .social-networks {
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.share-box .social-networks li {
  margin: 0 0 0 6px; }

.social-networks li {
  margin: 0 0 15px 15px;
  padding: 0;
  text-align: left; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.social-networks a {
  border-radius: 40px;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  width: 40px;
  text-decoration: none; }

.social-networks a:before {
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center; }

social-networks, a.mail {
  background: #7f807e; }

.social-networks a.twitter {
  background: #78ccf0; }

.social-networks a.facebook {
  background: #547bbd; }

.social-networks a.linkedin {
  background: #1385c7; }

.fa-2 {
  font-size: 1.5em !important; }

.course-list-ul {
  list-style: none;
  padding-left: 0;
  margin: -10px 0 0 !important;
  float: left;
  font: 11px/13px "Trade Gothic",Helvetica,Arial,sans-serif;
  margin: 0 0 10px;
  width: 100%; }

.course-list-ul:after {
  clear: both;
  content: ''; }

.course-list-ul li {
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%; }

.course-list-ul h3 {
  color: #000;
  margin: 0;
  margin-bottom: 2px;
  margin-top: 2px;
  font-size: 16px; }

.course-list-ul .header a {
  text-transform: uppercase;
  color: #999; }

.course-list-ul .header a:hover {
  text-transform: uppercase;
  color: #0a71d0; }

.course-list-ul .body {
  overflow: hidden; }

@media (max-width: 700px) {
  .course-list-ul .lastAppDateText {
    display: block; } }

.extraInfoText {
  color: #3a87ad; }

.workonly, .homeonly {
  display: none; }

.lastDatePassed {
  font-style: italic; }

