@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700&display=swap);


/*!
 * Stylesheet for Energie Consult Holland
 */
 

    @font-face {
        font-family: 'Panton-Bold';
        src: url('/fonts/Panton-SemiBold.woff');
    }
    @font-face {
        font-family: 'Panton';
        src: url('/fonts/Panton-Regular.woff');
    }

    html {
        height: 100%;
    }
    
    body {
        padding-top: 87px;
        font-family: "Panton";
        font-size: 16px;
        /* color: #0067b1 !important; */
        /* color: #555 !important; */
        color: #224662 !important;
        height: 100%;
        /* overflow: hidden; */
    }

    table {
        color: #555 !important;
    }

    .black {
        color: black;
    }        
    .grey {
        color: #999;
    }        
    .orange {
        color: orange;
    }        
    .red {
        color:red;
    }
    .yellow {
        color: #f8ea35;
    }
    .yellow_disabled {
        color: #f5ee94;
    }
    .green {
        color: green;
    }
    .blue {
        color: #3a7cb4;
    }

    main > .container {
        position: absolute;
        top: 132px;
        bottom: 32px;
        right: 0;
        left: 0;
        overflow-y: auto;
    }
    main > .container-fluid {
        position: absolute;
        top: 132px;
        bottom: 32px;
        right: 0;
        left: 0;
        overflow-y: auto;
    }

    html body .container.body-content {
        /* position: absolute;
        top: 175px;
        bottom: 32px;
        right: 0;
        left: 0;
        overflow-y: auto; */
    }

    .body_with_color_image {
        background: url(/images/ech-persproef-background-color.png)  ;
        background-size : 100% ;
        background-repeat: no-repeat;
        background-position: center bottom 30px;  
    }
    .body_with_line_image {
        background: url(/images/ech-persproef-background-grey.png)  ;
        background-size : 100% ;
        background-repeat: no-repeat;
        background-position: center bottom 30px;
  
    }

    .left_nav_div {
        padding-left: 20px;
    }

    .left_button {
        width: 100%;
        text-align: left;
    }
    
    .radio_field{
        margin-top:12px;
        margin-right:5px;
    }

    .image_in_button {
        height: 24px;
        margin-right: 10px;
    }
    
    h1, h2, h3{
        font-weight: 100;
        color: #224662 !important;
    }

    small {
        font-weight: 100;
    }
    
    a {
        color: #224662;
        text-decoration: none;
    }

    .navbar-light .navbar-text a{
        color: #adadad;
        text-decoration: none;

    }
    .header_text_top{
        font-size: 13px;
        font-weight: 300;
        color: #adadad !important;
        padding-right: 8px;
    }
    .header_text_top.active{
        color: #e5142f !important;
    }
    .header_text_top:hover{
        color: #0067b1 !important;
    }

    .header_text_bottom{
        margin-left: 16px;
        padding-left: 10px;
        padding-top: 0px;
        padding-bottom: 11px;
        font-size: 18px;
        /* letter-spacing: .02em; */
        /* color: #0067b1 !important; */
        color: #224662 !important;
        /* font-weight: 500; */
        font-weight:bold;
        border-bottom: 5px solid transparent;
    }

    .header_text_bottom:hover{
        color: #e5142f !important;
        border-bottom: 5px solid #e5142f;
    }
    .header_text_bottom.active{
        color: #e5142f !important;
        /* border-bottom: 5px solid #e5142f; */
    }

    .ech_breadcrumb_bar{
        background-color: #eee;
        padding-top: 10px;
        padding-bottom: 5px;
        margin-bottom: 10px;
        color: #888;
        font-weight: 100;
    }
    .ech_breadcrumb_bar a{
        color: #888;
    }

    .ech_bc_arrow{
        margin-left:6px;
        margin-right:6px;
    }

    .ech_bc_arrow, .ech_arrow{
        font-size:22px;
    }


    .ech_blue{
        color: #224662 !important;
    }

    
    .cursor-pointer{
        cursor: pointer;
    }

    .error_validation, .invalid{
        color: #e5142f;
        font-size: 12px;
    }

    .qualification{
        /* background-color:#e9ecef; */
        background-color:#fff;
        color: #495057;
        /* border: 1px solid #ddd!important; */
        /* border: 1px solid #999!important; */
        font-family: SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
        font-size: .8rem;
        padding-top:8px;
    }

    .ech_text_box{
        /* background-color:#fff; */
        /* color: #333; */
    }

    .ech_label{
        font-weight: 500;
        color: #224662 !important;
    }

    .ech_value{
        color: #333;
    }

    .btn-primary {
        /* color: #fff; */
        background-color: #40647d;
        border-color: #40647d;
    }

    .btn-primary:hover {
        /* color: #fff; */
        background-color: #355164;
        border-color: #355164;
    }

    .btn-outline-primary {
        color: #40647d;
        /* background-color: #40647d; */
        border-color: #40647d;
    }

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #355164;
        border-color: #355164;
    }

    .page-item.active .page-link {
        background-color: #40647d;
        border-color: #40647d;
    }

    .page-link {
        color: #40647d;
    }

    .form-group-sm, .form-group{
        margin-bottom: 2px; !important
    }

    .form-control::-webkit-input-placeholder {
        font-weight: 300;
        font-style: italic;
        color:#ccc;
    }

    p.sub_text, .sub_text {
        font-weight: 300;
        font-size: 14px;
        font-style: italic;
        color:#3a7cb4;
    }

    .datetimepicker-input{
        padding-left: 8px;
        
    }
    .error_messages {
        color: red;
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
/*            margin-bottom: 20px;
*/            padding-left: 11px;
    }
    
    .with-errors li {
        color: #A94444;
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        margin-bottom: 20px;
        padding-left: 11px;
    }

    footer {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #eee;
        height: 30px;
        padding: 5px;
        text-align: center;
    }

    .spinner{
        position: absolute;
        color: #3c88be !important;
        height: 100px;
        width: 100px;
        top: 50%;
        left: 50%;
        margin-left: -50px;
        margin-top: -50px;
        /* background: url(/link/to/your/image); */
        background-size: 100%;
    }

    .whole-page-overlay{
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        background: rgba(0,0,0,0.3);
        width: 100%;
        height: 100% !important;
        z-index: 1050;
        display: none;
      }
      .whole-page-overlay .center-loader{
        position: absolute;
        top: 50%;
        left: 52%;
        position: absolute;
        color: #1076c9 !important;
      }

    @media (max-width: 575px) {
        .btn-xs-block {
            display: block;
            width: 100%;
        }
        input[type="submit"].btn-xs-block,
        input[type="reset"].btn-xs-block,
        input[type="button"].btn-xs-block {
            width: 100%;
        }
        .btn-block + .btn-xs-block,
        .btn-xs-block + .btn-block,
        .btn-xs-block + .btn-xs-block {
            margin-top: 0.5rem;
        }
    
        main > .container-fluid {
            top: 70px;
        }
    }

    .btn-expand {
        max-width: 16px;
        box-sizing: content-box;
        color: rgba(0, 0, 0, 0);
        transition: max-width .2s ease;
    }
    .btn-expand.btn-xs {
        max-width: 12px;
    }
    .btn-expand.btn-sm {
        max-width: 14px;
    }
    .btn-expand.btn-lg {
        max-width: 18px;
    }
    .btn-expand i {
        color: #333;
    }
    .btn-expand.btn-link i {
        color: #428bca;
    }
        .btn-expand.btn-primary i,
        .btn-expand.btn-success i,
        .btn-expand.btn-info i,
        .btn-expand.btn-warning i,
        .btn-expand.btn-danger i {
        color: #fff;
    }
        .btn-expand:hover,
        .btn-expand:focus,
        .btn-expand:active {
        max-width: 400px;
        transition-duration: .5s;
    }

    .bg-white{
        background-color: #fff !important;
    }
    a.bg-white:hover {
        background-color: #6c757d !important;
    }


    .checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    margin-top: .15em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 20%;
    left: 20%;
    color:#1076c9;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}