body {
    background: #fff;
    color: #555555;
    font-size: 14px;
    line-height: 26px;
    font-family: Montserrat;
    font-weight: normal;
    overflow-y: scroll;
    padding-top: 12px;
}

@media(min-width:768px) and (max-width:992px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
}

h1 {
    font-size:21px;
    line-height: 27px;
    font-weight: 700;
    padding: 0;
    padding-top: 12px;
    margin: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size:17px;
        line-height: 32px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size:21px;
    }
}

.strong {
    font-weight: bold;
}

.user {
    padding-top: 15px;
}

.user a {
    color: #555;
}

.user .fi-user {
    margin-left: 10px;
    margin-right: 10px;
}

h2, .h2 {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.block h2.title {
    padding-bottom: 8px;
}

.gray-text {
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 400;
    color: #555;
}

@media(min-width:768px) and (max-width:991px) {
     .h2, .block h2.title {
        font-size: 15px;
    }

    .gray-text {
        font-size: 12px;
    }
}

.green {
    color: #6cd941;
}

.red {
    color: #ff0000;
}

.gray {
    color: #555;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a.green {
    color: #6cd941;
    text-decoration: underline;
}


.logo {
    width: 100%;
    max-width: 162px;
    height: auto;
}

.link-to-admin {
    margin-right: 20px;
}

.link-to-admin:hover,
.logout:hover {
    text-decoration: underline;
    color: #555;
}


.footer {
    font-size: 13px;
    padding-bottom: 30px;
}


/*  ----- schaling blocks  ------ */

.block {
    min-height: 250px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-1,
    .block-2,
    .block-3 {
        min-height: 200px;
    }
}

.block-4 {
    min-height: 460px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-4 {
        min-height: 440px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    block-4 {
        min-height: 460px;
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .block-4 {
        min-height: 472px;
    }
}

.block-6 {
    min-height: 179px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-6 {
        min-height: 162px;
    }
}

.block-7,
.block-8,
.block-9 {
    min-height: 180px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-7,
    .block-8,
    .block-9 {
        min-height: 250px;
    }
}

/*  ----- styling blocks algemeen ------ */

.block {
    background: #f9f9f9;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 17px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1200px) {
    .block {
        padding-top: 17px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* ------ webcam ----------*/

#videocontainer {

}

#toggle-webcam-bar {
    width: 100%;
    height: 44px;
    padding: 4px 30px;
    /*background: rgba(255,255,255, 0.7);*/
    background: #f9f9f9;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.toggle-webcam {
    color: rgb(140, 140, 140);
    line-height: 25px;
    cursor: pointer;
    font-weight: 700;
    display: inline-block;
}

.toggle-webcam.active,
.toggle-webcam .active {
    color: rgb(85, 85, 85);
}

.toggle-webcam i {
    font-size: 16px;
    line-height: 25px;
    padding-left: 3px;
    position: relative;
    top: 2px;
}

@media(min-width:768px) and (max-width:991px) {
    .toggle-webcam i {
        display: none;
    }
}

#iframe-overlay {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,0,0.3);
    display: none;
    /*
    eventueel play knop afdekken
     */
}


/*  ----- styling binnen blocks algemeen ------ */

.separator {
    /*  scheidings-lijntje  */
    height: 1px;
    line-height: 1px;
    background: #ddd;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 0px;
    margin-bottom: 10px;
}

@media(max-width:1199px) {
    .separator {
        margin-left: -20px;
        margin-right: -20px;
    }
}


/*  ----- styling block-1 ------ */

.block-1 .date-peiling {
   line-height: 20px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-1 .date-peiling {
       line-height: 20px;
    }
}

.block-1 .date-peiling i {
    font-size: 18px;
    vertical-align: middle;
}

.block-1 .peiling-map-container {
    margin-bottom: 10px;
}

.block-1 a.prev-peilingen {
    text-decoration: underline;
}

@media(min-width:768px) and (max-width:991px) {
    .block-1 .peiling-map-container {
        margin-bottom: 0px;
    }

    .peilingen-progress .h2 {
        font-size: 13px;
        line-height: 13px;
    }
}

.block-1 .peiling-map-container {
    position: relative;
}

.block-1 .peiling-map-container img {
    min-height: 85px !important;
    max-height: 85px !important;
    background-color: #ccc;
}

.block-1 .peiling-map-container a {
    display: block;
    padding: 5px 10px;
    color: #b3b3b3;
}

.block-1 .peiling-map-container a:hover {
    text-decoration: none;
    color: #b3b3b3;
}

.block-1 .peiling-map-container .icon-download-pdf {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: rgba(255,255,255,0.4);
}

.block-1 .peiling-map-container .icon-download-pdf .fi-download {
    font-size: 30px;
    line-height: 30px;
    color: #b3b3b3;
}

.block-1 .peilingen-progress {
    margin-top: 12px;
}

@media(max-width:991px) {
    .block-1 .peilingen-progress {
        margin-top: 2px;
    }
}

.block-1 .peilingen-progress .progress-container-outer {
    margin-bottom: 3px;
    margin-top: -8px;
}

@media(min-width:768px) and (max-width:991px) {

    .block-1 a.prev-peilingen {
        font-size: 11px;
    }
}

@media(max-width:767px) {
    .block-1 .peilingen-progress {
        margin-top: 15px;
        padding-bottom: 13px;
    }
}

.block-1 .progress-container {
    width: 86%;
    display: inline-block;
    height: 10px;
}

.block-1 .progress-percentage {
    width: 10%;
    display: inline-block;
    font-weight: 700;
}

.block-1 .project-progress {
    border: 2px solid #bebebe;
    background: transparent;
    height: 13px;
    border-radius: 6px;
}

.block-1 .bar {
    background: #b3b3b3;
    height: 100%;
}


/*  ----- styling block-2 ------ */

.block-2 {
    padding: 0;
    background: #f9f9f9;
    position: relative;
    /*overflow: hidden;*/
}


/*  ----- styling block-3 ------ */
.block-3 {
    position: relative;
}


/*  ----- styling block-4 ------ */

.block-4 {
    background: #f0f0d6;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(max-width:767px) {
    .block-4 {
        margin-top: 0px;
        margin-bottom:0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    block-4 {
        margin-top: 8px;
    }
}

#marinetraffic {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    padding: 8px 13px;
    background: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 13px;
}

#marinetraffic a {
    margin-right: 15px;
}

#marinetraffic a:last-of-type {
    margin-right: 0;
}

#marinetraffic a:hover {
    text-decoration: underline;
}

#marinetraffic a img {
    margin-right: 6px;
    vertical-align: bottom;
    height: 15px;
}

#timestamp {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    padding: 8px 13px;
    background: rgba(255,255,255,0.7);
    font-size: 13px;
    line-height: 13px;
}

/*  ----- styling block-5 ------ */

.block-5 {
    position: relative;
}

@media (min-width: 768px) {
    .block-5 {
        margin-top: 30px;
    }
}

/*  ----- styling block-6 ------ */

.block-6 {
    position: relative;
}

@media (min-width: 768px) {
    .block-6 {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    .block-6 {
        margin-top: 0px;
        margin-bottom:0px;
    }
}

.block-6 .separator {
    margin-bottom: 8px !important;
}

/*  ----- styling block-7 ------ */

.block-7 .separator {
    margin-top: -2px;
    margin-bottom: 8px;
}

/*  ----- styling block-8 ------ */

.block-8 .separator {
    margin-top: -2px;
    margin-bottom: 8px;
}



/*  ----- styling block-9 ------ */
@media (min-width: 768px) {
    .block-9 {
        margin-top: 30px;
    }
}

.block-9 .project-leader {
    width: 80px;
    height: 80px;
    margin: 10px auto;
    margin-top: 0px;
}

.block-9 .project-leader img {
    width: 80px;
    height: 80px;
    border-radius: 40px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-9 .project-leader {
        margin-top: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .block-9 .project-leader {
        margin-top: 35px;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .block-9 .project-leader {
        width: 66px;
        height: 66px;
    }

    .block-9 .project-leader img {
        width: 66px;
        height: 66px;
        border-radius: 33px;
    }
}

@media(min-width:1200px) {
    .block-9 .project-leader {
        margin-top: 25px;
    }
}

.block-9 .naw {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

@media(min-width:768px) and (max-width:1199px) {
    .block-9 .naw {
        font-size: 12px;
    }
}

@media(max-width:767px) {
    .block-9 .naw {
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .block-9 .naw {
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 10px;
        text-align: left;
    }
}

@media(min-width:1200px) {
    .block-9 .naw {
        margin-top: 13px;
        margin-bottom: 0;
        padding-left: 0px;
        text-align: left;
    }
}

.block-9 .btn-email {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background: #bebebe;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.block-9 .btn-email a,
.block-9 .btn-email a:hover {
    color: #fff;
    text-decoration: none;
}

.block-9 .fi-phone {
    font-size: 22px;
    line-height: 34px;
    vertical-align: -10%;
    color: #bebebe;
}




/*  ----- styling block-7 + block-8 + block-9 ------ */
/*  ----- (deze hebben class .block-bottom)   ------ */
.block-bottom .debiet-value,
.block-bottom .waterstand-value {
    font-weight: 700;
    font-size: 16px;
}

.block-bottom .location {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
}

.block-bottom .separator {
    margin-top: 3px;
}

.block-bottom p.location a span:hover {
    text-decoration: underline;
}

@media(min-width:768px) and (max-width:991px) {
    .block-bottom p.location .pull-left {
        width: 100%;
    }
}

.block-bottom-title {
    padding-bottom: 10px;
}
.block-bottom-title .gray-text {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 10px;
}


.block-bottom .h2 {
    padding-bottom: 5px;
}

@media(min-width:768px) and (max-width:991px) {
    .block-bottom .pull-right {
        float: left !important;
    }

    .block-bottom p.location:last-of-type {
        border-bottom: 0;
    }

    .block-bottom.separator {
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .block-bottom-title {
        padding-bottom: 0px;
    }
    .block-bottom-title .h2 {
        padding-bottom: 0px;
    }

    .block-bottom-title .gray-text {
        padding-bottom: 0px;
        margin-top: -4px;
    }
}

@media (min-width: 1200px) {
    .block-bottom-title .gray-text {
        font-size: 15px;
        line-height: 18px;
    }
}



/*  ----- styling block-3 + block-5 + block-6 ------ */
/*  ----- vnl. event                                 */

@media(max-width:767px) {
    .block-3,
    .block-5,
    .block-6 {
        /* ruimte voor show more icon */
        margin-bottom: 30px;
    }
}

.show-more {
    position: absolute;
    width: 27px;
    height: 25px;
    right: 30px;
    bottom: -25px;
    cursor: pointer;
}

.show-more i {
    font-size: 30px;
    line-height: 30px;
    color: #bebebe;
}


.event {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.event div {
    vertical-align: top;
}

.event:last-of-type {
    margin-bottom: 0px;
}

.event .event-date {
    width: 17%;
    display: inline-block;
    color: #555;
}

@media(min-width:768px) and (max-width:992px) {
    .event .event-date {
        width: 21%;
        overflow: hidden;
        white-space: nowrap;
    }
}

.event .event-date  a {
    color: #555;
}

.event .event-icon {
    width: 8%;
    display: inline-block;
}

.event .event-title {
    width: 70%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}

.event .event-kic {
    width: 70%;
    color: #555;
    display: inline-block;
}



@media(min-width:768px) and (max-width:992px) {
    .event .event-title,
    .event .event-kic {
        width: 60%;
    }

    .event .event-title,
    .event .event-kic,
    .event .event-date {
        font-size: 13px;
    }
}


.event .event-kic1 {
    width: 25%;
    display: inline-block;
    color: #555;
}

@media(min-width:768px) and (max-width:1199px) {
    .event .event-kic1 {
        width: 21%;
        overflow: hidden;
        white-space: nowrap;
    }
}

.event .event-kic2 {
    width: 70%;
    color: #555;
    display: inline-block;
}

@media(min-width:768px) and (max-width:1199px) {
    .event .event-kic1,
    .event .event-kic2 {
        font-size: 12px;
    }
}



/*******************  top  **********************/

#top h2 {
    margin: 0;
    margin-top: 10px;
}

#top h1 {
    margin: 0;
    padding: 0;
}


/*******************  login page  **********************/

#login {
    margin-top: 10vh;
    font-size: 13px;
}

#login .panel {
    border: 1px solid #ccc;
    padding: 40px;
}

#login .input-group .input-group-addon {
    background: #fff;
    border-color: #ddd;
    border-left: 0;
    transition: border-color 300ms;
    outline: 0;
}

#login .input-group .form-control {
    border-right: 0;
}

#login .input-group .form-control {
    border-right: 0;
}

#login .input-group-addon,
#login .input-group-btn,
#login .input-group .form-control {
    display: table-cell;
}

#login .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

#login .form-control {
    font-weight: bold;
    box-shadow: none;
}

#login .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#login .form-control,
#login .form-control:focus,
#login .form-control:hover {
    border: 1px solid #ddd;
    outline: 0;
    box-shadow: none;
}

#login .btn.fullwidth {
    width: 100%;
}

#login .btn:hover,
#login .btn:active {
    background: #6cd941;
    color: #fff;
}

#login .btn,
#login .btn:hover,
#login .btn:active,
#login .btn:focus,
#login .btn:active:focus,
#login .btn.active {
    box-shadow: none;
    outline: 0;
    background: #6cd941;
    color: #fff;
    text-decoration: none;
}

#login .input-group a.input-group-addon {
    text-decoration: none;
}

#login .pass-forgotten {
    color:#555555;
    text-decoration: none;
}

#login .pass-forgotten:hover {
    color: #6cd941;
}


#login .ci input[type=checkbox] + span.ci-input {
    color: #ffa02f;
    padding: 1px;
}

#login .ci span.ci-input {
    display: inline-block;
    border: 1px solid #ddd;
    background: #fff;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
    padding: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 3px;
}

#login .container {
    max-width: 365px;
}


/*******************  kennisdeling page  **********************/

#kennisdeling {
    margin-bottom: 10px;
}

#kennisdeling h2 {
    padding-bottom: 8px;
}

#kennisdeling a:hover {
    text-decoration: underline;
}

#kennisdeling a.btn:hover {
    text-decoration: none;
}

#kennisdeling .message {
    margin-left: 0px;
    background: #f9f9f9;
    padding: 15px 30px;
    margin-top: 25px;
    padding-bottom: 0;
    margin-bottom: -10px;
}

#kennisdeling .comment-block {
    padding: 15px 30px;
    background: #f9f9f9;
    margin-top: 15px;
}

#kennisdeling .overview-messages {
    margin-left: 0px;
    background: #f9f9f9;
    padding: 15px 30px;
    margin-top: 25px;
}

#kennisdeling .overview-messages h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

#kennisdeling .overview-messages a {
    line-height: 30px;
}

#kennisdeling .show-comment .h2 {
    margin-right: 20px;
}

.comment-block-handle {
    padding-top: 5px !important;
    margin-top: 0 !important;
}

@media(max-width:767px) {
    .comment-block-handle {
        padding-top: 20px !important;
    }
}

.comment-block-handle i.fi-chevron-down,
.comment-block-handle i.fi-chevron-up {
    font-size: 26px;
}

.number-of-comments {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    color: #fff;
    background: #6cd941;
    text-align: center;
    line-height: 22px;
}

#kennisdeling .overview-messages .message-link {
    border-top: 1px solid #ddd;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}


@media(max-width:767px) {
    #kennisdeling .overview-messages a {
        line-height: 20px ;
    }

    #kennisdeling .overview-messages .message-link {
        margin-bottom: 12px;
    }
}

/*******************  peilingen page  **********************/


#peilingen {
    margin-bottom: 10px;
}

#peilingen .gray-block {
    padding: 15px 30px;
    background: #f9f9f9;
    margin-top: 15px;
}

#peilingen .peilingen-detail {
    min-height: 400px;
    margin-top: 40px;
    position: relative;
}

#peilingen .peilingen-detail a {
    display: inline-block;
    padding: 5px 10px;
    color: #555;
    text-decoration: none;
}

#peilingen .peilingen-detail a:hover {
    color: #555;
}

#peilingen .peilingen-detail .icon-download-pdf {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: rgba(255,255,255,0.4);
}

#peilingen .peilingen-detail .icon-download-pdf .fi-download {
    font-size: 30px;
    line-height: 30px;
    color: #b3b3b3;
}

#peilingen h2 {
    padding-bottom: 8px;
}

#peilingen a.btn:hover {
    text-decoration: none;
}

#peilingen .overview-peilingen {
    margin-left: 0px;
    background: #f9f9f9;
    padding: 15px 30px;
    margin-top: 15px;
}

#peilingen .overview-peilingen h2 {
    margin-bottom: 10px;
    font-size: 20px;
}

#peilingen .overview-peilingen a {
    line-height: 30px;
}

@media(max-width:767px) {
    #peilingen .overview-peilingen a {
        line-height: 20px;
    }

    #peilingen .overview-peilingen .peiling-link {
        margin-bottom: 12px;
    }
}

#peilingen a:hover {
    text-decoration: underline;
}

.back-to-dashboard {
    padding-top: 20px;
    padding-bottom: 10px;
}

/*   peilingen detail  */

.overview-peilingen .peiling-link {
    border-top: 1px solid #ddd;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 32px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
}

.overview-peilingen .peiling-link a {
    font-size: 14px;
    line-height: 30px;
}

.overview-peilingen .peiling-link:hover {
    font-weight: bold;
}

#peilingen {
    /*font-size: 11px;*/
}

#peilingen .header-rapport {
    background: #f9f9f9;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
}

#peilingen .header-rapport h2 {
    padding-top: 10px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 700;
}

#peilingen .header-rapport h3 {
    padding-bottom: 7px;
    padding-left: 10px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
}

#peilingen .row-report {
    margin-left: -5px;
    margin-right: -5px;
}

#peilingen.row-report>.col, .row-report>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

#peilingen .col-label {
    font-weight: bold;
    line-height: 36px;
    height: 36px;
    background: #f9f9f9;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 1px solid #f9f9f9;
}

#peilingen .col-output {
    font-weight: normal;
    line-height: 36px;
    height: 36px;
    background: #fff;
    padding-left: 30px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}

#peilingen .col-no-label-style {
    font-weight: normal;
    font-style: italic;
    line-height: 36px;
    /*height: 36px;*/
    background: #fff;
    border: 1px solid #fff;
    padding-left: 30px;
}


#peilingen .col-label2 {
    padding-left: 30px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding-top: 10px;
    line-height: 20px;
    /*height: 60px;*/
    height: 36px;
    padding-right: 10px;
    font-weight: bold;
}

@media(max-width:575px) {
    #peilingen .col-label2 {
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 5px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #peilingen .col-label2 {
        height: 80px;
    }
}

#peilingen .col-output2 {
    padding-left: 30px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding-top: 10px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-top: -10px;
}



/*******************  FANCYBOX  **********************/

.fancybox-slide--iframe .fancybox-content {
    width  : 1000px;
    height : 650px;
    max-width  : calc(100% - 20px);
    max-height : calc(100% - 20px);
    margin: 0;
    padding: 30px;
}

.fancybox-slide {
    padding: 10px;
}

.fancybox-iframe {
    position: static;
}

.fancybox-bg {
    background: rgb(144, 144, 144);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.7;
}



/*******************  PRINT  **********************/


@media print {
    /* hide urls */
    a[href]:after { content: none !important; }

    .logo {
        width: 100px;
        height: auto;
    }

    .block-2,
    .block-8 {
        page-break-after: always;
    }

    .print-visible {
        display:block !important;
    }
}

/**************/
/*
.container {
    border: 1px solid blue;
}
div[class^="col-"]{
    border: 1px dashed #ccc ;
}

@media(max-width:767px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
*/
