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

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

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

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

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

a,
a:hover {
    color: #00b1e6;
}

.isSetInitialPassword {
    color: #333;
}


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

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

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

.mainNavigation {
    border-top: 7px #00b1e6 solid;
    box-shadow: 3px 3px 5px 0 #999;
    margin-bottom: 1.5em;
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    font-family: "EB Garamond", 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: 20px;
}

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

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


@media (max-width: 1200px) {

    .main {
        padding: 0;
    }

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

    .mainNavigation .navbar.navbar form button,
    .mainNavigation .navbar.navbar a {
        padding: 0 5px;
    }
}

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

    .head_2p-logo {
        width: 450px;
    }

    .mainNavigation .navbar.navbar form button,
    .mainNavigation .navbar.navbar a {
        padding: 0 2px;
    }

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


.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: #00b1e6;
    text-decoration: underline;
    font-style: italic;
}

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

/* 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;
}




/*
 * 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: 'Gudea', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

hr {
    border-bottom-width: 0;
    border-color: #00b1e6;
}

.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: #00b1e6;
}

.btn-primary, .btn-success, .btn-warning {
    border-color: #1885a6;
    background-color: #00b1e6;
}

.btn-primary:hover, .btn-success:hover, .btn-warning:hover {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-primary:active, .btn-success:active, .btn-warning:active {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-primary:active:focus, .btn-success:active:focus, .btn-warning:active:focus {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-primary:active:hover, .btn-success:active:hover, .btn-warning:active:hover {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-primary.active, .open, .btn-primary:focus, .btn-primary.focus {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-success.active, .open, .btn-success:focus, .btn-success.focus {
    background-color: #1885a6;
    border-color: #1c5566;
}

.btn-warning.active, .open, .btn-warning:focus, .btn-warning.focus {
    background-color: #1885a6;
    border-color: #1c5566;
}

.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: #1885a6;
    border-color: #1c5566;
}

.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: #1885a6;
    border-color: #1c5566;
}

.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: #1885a6;
    border-color: #1c5566;
}

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

.btn-blocks.active {
    background-color: #00b1e6;
    border-color: #00b1e6;
    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: #00b1e6;
    border-color: #00b1e6;
    color: #fff;
}

.btn-blocks:hover {
    color: #00b1e6;
}

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

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


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

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

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00b1e6;
    border-color: #1885a6;
    color: #fff;
    cursor: default;
    z-index: 3;
}

.pagination > li > a, .pagination > li > span {
    color: #00b1e6;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #00b1e6;
    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: #1885a6;
    color: #00b1e6;
    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: bold;
    padding: 4px;
}

.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: #00b1e6;
    color: #fff;
}


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

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

#sortingTable > table > tbody > tr:first-child > td > a.positionUp {
    display: none;
}

#sortingTable > table > tbody > tr:last-child > td > a.positionDown {
    display: none;
}

.innerTable > table > tbody > tr:first-child > td > a.positionUp {
    display: none;
}

.innerTable > table > tbody > tr:last-child > td > a.positionDown {
    display: none;
}

tr.milestone {
    background-color: #00b1e6;
    color: #fff;
}

tr.milestone a {
    color: #fff;
}


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

.noVideo {
    height: 219px;
}


@media screen and (max-width: 770px) {
    /*Smartphone */
    .navbar-nav .open .dropdown-menu {
        background-color: #00b1e6;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .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;
    }

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

    .stepHeader h2 {
        font-size: 18px
    }

    .stepheader, .biographyForm {
        text-align: center;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .col-sm-6.tile {
        width: 47%;
    }
}

tr.completed td {
    color: #00b1e6;
}

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

#dazTable .imageCol {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    height: 120px;
}

#dazTable .imageCol .daz-level-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    color: #333;
    text-align: center;
}

#dazTable td img {
    width: 38px;
    height: 119px;
    max-width: none;
}

#dazTable .dateCol input {
    width: 75px;
}

#dazTable td.completed {
    color: #00b1e6;
}

#dazTable td.colorCell.completed {
    background-color: #00b1e6;
}

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

#dazTable tr.completed td.colorCell {
    background-color: #00b1e6;
    color: #333;
}


#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: #fd007d;
    color: #fd007d;
}

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

.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: #fd007d ;
    background-color: #fff;
    border-color: #fd007d;
}

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

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

.student.btn.btn-blocks.active{
    border-color: #fd007d;
    background-color: #fd007d;
    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: #fd007d;
    background-color: #fd007d;
    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;
}


