/*
 * GLOBAL
 */
body {
  background-color: #fff;
  font-family: Arial, 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.head_2p-logo {
  max-height: 80px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'HamburgSans', Georgia, 'Times New Roman', Times, serif;
  font-weight: 400;
}

h2,
h3,
h4 {
  color: #333;
}

h1{
  font-size: 33px;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 22px;
}


/* Links */
a:hover, a:focus {
  color: #0a1622;
  text-decoration: underline;
}

a,
a:hover {
  color: #003063;
}

.isSetInitialPassword{
  color: #333;
}


img {
  max-width: 100%;
  height: auto;
}

.container {
  /*min-width: 730px;*/
}

/*
 * HEAD
 */
.head {
  padding: 1em 0 0;
}

.mainNavigation {
  border-top: 7px #003063 solid;
  box-shadow: 3px 3px 5px 0 #999;
  margin-bottom: 1.5em;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  font-family: "HamburgSans", Georgia, "Times New Roman", Times, serif;
  font-style: normal;
  font-weight: normal;
  margin-top: 1em;
}

.mainNavigation .navbar {
  border-radius: 0;
  border: 0 none;
  min-height: auto;
}

.mainNavigation .navbar-nav {
  margin-left: 0;
}

.mainNavigation .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.mainNavigation .navbar-right {
  float: none !important;
  margin: 0;
}

.mainNavigation .navbar li,
.mainNavigation .navbar a,
.mainNavigation .navbar form button {
  line-height: 38px;
}

.mainNavigation .navbar.navbar form button,
.mainNavigation .navbar li {
  font-size: 16px;
}

.mainNavigation .navbar.navbar form button,
.mainNavigation .navbar.navbar a {
  padding: 0 10px;
  display: block;
  color: #000;
}

@media (max-width: 1200px) {
  .mainNavigation .navbar.navbar form button,
  .mainNavigation .navbar li {
    font-size: 13px;
  }
  .mainNavigation .navbar.navbar form button,
  .mainNavigation .navbar.navbar a {
    padding: 0 9px;
    display: block;
    color: #000;
  }
}

@media (max-width: 991px) {
  .head_km-logo {
    height: 68px;
  }

  .head_2p-logo {
    width: 450px;
  }
}

@media (max-width: 990px) {
  .mainNavigation .navbar.navbar form button,
  .mainNavigation .navbar li {
    font-size: 10px;
  }
  .mainNavigation .navbar.navbar form button,
  .mainNavigation .navbar.navbar a {
    padding: 0 5px;
    display: block;
    color: #000;
  }
}



.mainNavigation .navbar-default .navbar-nav > .open > a,
.mainNavigation .navbar-default .navbar-collapse > .navbar-nav > li > a:hover,
.mainNavigation .navbar.navbar form button:hover,
.mainNavigation .navbar.navbar > a:hover,
.mainNavigation .navbar-nav > .active > form button,
.mainNavigation .navbar-nav > .active > a,
.mainNavigation .navbar-nav > .active > a:hover {
  color: #fff;
  background: #003063;
  text-decoration: underline;
  font-style: italic;
}

/* Second level */
.mainNavigation .navbar.navbar .dropdown-menu .active a {
  background: #fff;
  color: #003063;
}

/* Login/Logout */
.mainNavigation .navbar-form {
  margin: 0 !important;
  padding: 0;
}

.mainNavigation .navbar.navbar form button {
  border: 0 none;
}



/*
 * BREADCRUMB
 */
.breadcrumb {
  background: transparent;
  font-size: 13px;
  padding: 0;
}

.breadcrumb > .active {
  color: #6e6e6e;
}



/*
 * MAIN
 */
.main {
  background: #fff;
  padding: 1em 3em 4em;
  margin-bottom: 4em;
}



/*
 * MISCELLANOUS
 */
.not-set {
  color: #c55;
  font-style: italic;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Grid view */
a.asc:after, a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

#captchaform-captcha-image{
  width: 0;
  height: 0;
}

#captchaform-captcha{
  width: 200px;
}
#contactform-verifycode-image{
  width: 0;
  height: 0;
}
.imageTest{
  width: 150px !important;
  height: 74px !important;
}

.claim{
  color: #333;
  font-family: Arial, 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
hr{
  border-bottom-width: 0;
  border-color: #003063;
}

.tileView{
  background-color: #fff;
  box-shadow: none;
}

.tile {
  box-shadow: 3px 3px 5px 0 #999;
  margin-bottom: 10px;
  margin-right: 20px;
  height: 260px;
  background-color: #fff;
}

.tileheading {
  display: block;
  margin-right: 2px;
}

.tile > img {
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 10px;
  width: 50px;
}

/* Icons in Result Table */
#testing-form .glyphicon-eye-open{
  color: #333;
}

/* Icons in Result Table */
#testing-form .glyphicon-ok {
  color: #5bb95b;
}

.tileli {
  display: block;
  margin-bottom: 5px;
}

.red{
  color:#003063;
}

.btn-primary,.btn-success,.btn-warning{
  border-color: #002042;
  background-color: #003063;
}

.btn-primary:hover,.btn-success:hover,.btn-warning:hover{
  background-color: #002042;
  border-color: #0a1622;
}

.btn-primary:active,.btn-success:active,.btn-warning:active{
  background-color: #002042;
  border-color: #0a1622;
}

.btn-primary:active:focus,.btn-success:active:focus,.btn-warning:active:focus{
  background-color: #002042;
  border-color: #0a1622;
}

.btn-primary:active:hover,.btn-success:active:hover,.btn-warning:active:hover{
  background-color: #002042;
  border-color: #0a1622;
}
.btn-primary.active, .open,.btn-primary:focus, .btn-primary.focus{
  background-color: #002042;
  border-color: #0a1622;
}

.btn-success.active, .open,.btn-success:focus, .btn-success.focus{
  background-color: #002042;
  border-color: #0a1622;
}
.btn-warning.active, .open,.btn-warning:focus, .btn-warning.focus{
  background-color: #002042;
  border-color: #0a1622;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary.focus:active, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
  background-color: #002042;
  border-color: #0a1622;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-primary:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-success.focus:active, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  background-color: #002042;
  border-color: #0a1622;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning.focus:active, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  background-color: #002042;
  border-color: #0a1622;
}

.btn-blocks{
  background-color: #fff;
  border-color: #003063;
  border-width: 2px;
  color:#003063;
}

.btn-blocks.active{
  background-color: #003063;
  border-color: #003063;
  color:#fff;
}

.btn-blocks:active:hover, .btn-blocks.active:hover, .open > .dropdown-toggle.btn-blocks:hover, .btn-blocks:active:focus, .btn-blocks.active:focus, .open > .dropdown-toggle.btn-blocks:focus, .btn-blocks.focus:active, .btn-blocks.active.focus, .open > .dropdown-toggle.btn-blocks.focus {
  background-color: #003063;
  border-color: #003063;
  color:#fff;
}

.btn-blocks:hover{
  color:#003063;
}

.btn-primary[disabled]:hover{
  border-color: #003063;
  background-color: #003063;
}

.btn.btn-blocks.disabled {
  background-color: #aaa;
  border-color: #555;
  color:#fff
}



.label-warning {
  background-color: #e10019;
}

.label-success {
  background-color: #5cb85c;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #003063;
  border-color: #002042;
  color: #fff;
  cursor: default;
  z-index: 3;
}
.pagination > li > a, .pagination > li > span{
  color:#003063;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
  border-color: #ddd;
  color:#003063;
  z-index: 2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: #002042;
  color:#003063;
  color: #fff;
  cursor: default;
  z-index: 3;
}

.widthLm{
  width: 15%;
}


.sub, .sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 95%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

.sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

.sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.green {
  color: green;
}

.black {
  color: #000000;
}

.spacer{
  height:173px;
}

@media only screen and (max-width: 991px) {
  .spacer{
    height:20px;
  }
}


/***** Complete Testing Table ************/


.completeTestingTable tbody tr td{
  vertical-align: middle;
  font-weight: normal;
  padding: 4px;
}

.completeTestingTable thead tr th{
  vertical-align: middle;
  font-weight: bold;
  padding: 4px;
}

.completeTestingTable tbody tr td.big{
  padding: 8px;
}

.completeTestingTable .logo{
  height: 35px;
  width: 35px;
}

.completeTestingTable .number{
  text-align: center;
  border: 1px solid grey;
  cursor: pointer;
  transition: background 200ms ease-in-out, color 200ms ease-in-out;
}



.completeTestingTable .number:hover{
  background-color: #003063;
  color: #fff;
}

.completeTestingTable input[type="radio"]{
  height: auto;
  box-shadow: none;
}

tr.milestone{
  background-color: #aaaaaa;
  color:#fff;
}
tr.milestone a{
  color:#fff;
}

.numberSelected{
  background-color: #002042 !important;
  color: #fff;
}


.error{
  color: #003063;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
  background-color: #003063;
}


.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #002042;
  border-color: #0a1622;
}


.veryLarge .modal-lg{
  width:1100px !important;
}

.jobsVideo{
    width: 100%;
    max-height: 100%;
}
.noVideo{
  height:219px;
}


@media screen and (max-width: 1024px) {
  /*Smartphone */
  .navbar-nav .open .dropdown-menu{
    background-color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #000;
  }

  .main{
    padding: 0;
  }

  .jobsVideo{
    width:200px;
    height:150px;
  }

  .noVideo{
    height:137px;
  }
  .col-sm-6.tile, .col-sm-5.tile{
    padding-top: 10px;
  }
  .tile{
    margin-right:0;
    margin-left:0;
    height:100%;
  }
  .row{
    margin-left:0;
    margin-right:0;
  }

  .headerIcon,.stepHeader img{
    width:30px;
    margin-right:0;
    margin-left:10px;
  }

  .biographyForm .form-control{
    display: inline-block;
  }

  .stepHeader h2{
    font-size:18px
  }
  .stepheader,.biographyForm{
    text-align:left;
    padding-left: 40px;
  }

  h1{
    font-size:24px;
  }
  h2{
    font-size:20px;
  }
}
@media (min-width: 768px) {
  .col-sm-6.tile {
    width: 47%;
  }
}


tr.completed td{
  color: #003063;
}

#dazTable .competence{
  text-align: center;
  vertical-align: middle;
}

#dazTable .imageCol{
  width: 50px;
  padding:0;
  text-align: center;
  vertical-align: middle;
}

#dazTable td img{
  width: 38px;
  height:119px;
  max-width: none;
}
#dazTable .dateCol input{
  width:75px;
}
#dazTable td.completed{
  color: #003063;
}
#dazTable td.colorCell.completed{
  background-color: #003063;
}

#dazTable td.colorCell{
  vertical-align:middle;
}

#dazTable tr.completed td.colorCell{
  background-color: #003063;
  color: #fff;
}


#dazTable .dateString{
  display: block;
  padding-top:4px;
  padding-bottom:2px
}

#dazTable .dateString.last{
  font-weight: bold;
}
#dazButtonBar .btn{
  padding: 6px 6px;
}
#dazTable .registeredBy{
  vertical-align: middle;
}
#supportPlanDetailTable thead tr th{
  vertical-align: middle;
}
caption{
  color:#333;
  font-weight: bold;
}

/* LTD */
.clean {
    padding: 0;
    list-style-type: none;
}

.clean > li > ul {
    list-style-type: disc;
}

#ltd-form .form-group {
    margin-bottom: 10px;
}

.studentMenu {
    padding: 10px 0 10px 10px;
    border: 1px solid #00b1e6;
}

.studentMenu.active {
    background-color: #00b1e6;
}

.studentMenu.active a {
    color: #fff !important;
    text-decoration: underline;
}


.tableHidden {
    visibility: collapse;
}

@media print {
    .progress {
        position: relative;
    }

    .progress:before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
        border-bottom: 2rem solid #eeeeee;
    }

    .progress-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: 2rem solid #337ab7;
    }

    .progress-bar-success {
        border-bottom-color: #67c600;
    }

    .progress-bar-info {
        border-bottom-color: #5bc0de;
    }

    .progress-bar-warning {
        border-bottom-color: #f0a839;
    }

    .progress-bar-danger {
        border-bottom-color: #ee2f31;
    }

    .btn-group .active {
        border: 2px solid black;
    }

    .btn-warning, .mainNavigation, .breadcrumb {
        display: none;
    }
}

.iconText {
    font-family: 'EB Garamond', Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
    color: #333;
    font-size: 18px;
}

div.iconText {
    text-decoration: none;
}

.progress {
    margin-bottom: 0px;
}

.verticalProgressContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 20px;
    height: 150px;
}

.verticalProgressContainer > div {
    align-self: stretch;
}

.verticalProgressContainer > .top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.verticalProgressContainer > .bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.verticalProgressContainer > .green {
    background-color: #5cb85c;;
}

.verticalProgressContainer > .yellow {
    background-color: #f0ad4e;;
}

.verticalProgressContainer > .red {
    background-color: #d9534f;;
}

.competenceButton {
    border-color: #e10019;
    color: #e10019;
}

.competenceButton:hover,.competenceButton:focus,.competenceButton:active {
    color: #e10019 ;
    background-color: #fff;
    border-color: #e10019;
}

.competenceButton.btn-blocks:active:hover, .competenceButton.btn-blocks.active:hover, .open > .competenceButton.dropdown-toggle.btn-blocks:hover, .competenceButton.btn-blocks:active:focus, .competenceButton.btn-blocks.active:focus, .open > .competenceButton.dropdown-toggle.btn-blocks:focus, .competenceButton.btn-blocks.focus:active, .competenceButton.btn-blocks.active.focus, .open > .competenceButton.dropdown-toggle.btn-blocks.focus {
    color: #e10019 ;
    background-color: #fff;
    border-color: #e10019;
}

.competenceButton.active,.competenceButton.active:hover,.competenceButton.active:focus,.competenceButton.active:active {
    border-color: #e10019;
    background-color: #e10019 !important;
    color: #fff !important;
}

.student.btn.btn-blocks{
    border-color: #e10019;
    color: #e10019;
}

.student.btn.btn-blocks.active{
    border-color: #e10019;
    background-color: #e10019;
    color: #fff;
}

.student.btn-blocks:active:hover, .student.btn-blocks.active:hover, .open > .student.dropdown-toggle.btn-blocks:hover, .student.btn-blocks:active:focus, .student.btn-blocks.active:focus, .open > .student.dropdown-toggle.btn-blocks:focus, .student.btn-blocks.focus:active, .student.btn-blocks.active.focus, .open > .student.dropdown-toggle.btn-blocks.focus {
    border-color: #e10019;
    background-color: #e10019;
    color: #fff;
}
.mt-10{
    margin-top: 10px;
}

.mt-15{
    margin-top: 15px;
}

.mt-20{
    margin-top: 20px;
}

.mt-25{
    margin-top: 25px;
}

.progress-bar-default{
    opacity: 0;
}


