﻿@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900);



body {
    background-color: rgb(245, 245, 245);
    overflow: auto !important;
    font-size: 16px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

h1 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-top: 1rem;
}

h2 {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0;
}

h3 {
    font-size: 1.7rem;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
}


video {
    width: 100%;
}


.h1 {
    font-weight: bold;
    font-size: 2.2rem;
    margin-top: 1rem;
}

.h2 {
    font-weight: bold;
    font-size: 2.0rem;
    margin: 0;
}


.h3 {
    font-size: 1.7rem;
}


.h4 {
    font-size: 1rem;
    font-weight: bold;
    margin: 1.52rem 0 .912rem 0;
}

.h5 {
    font-size: 1rem !important;
}

.sc-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.small-icon {
    font-size: 1.5rem !important;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.width-100 {
    width: 100%;
}

.width-75 {
    width: 75%;
}

.width-70 {
    width: 69%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.text-danger, .validation-summary-errors {
    color: #E00000;
    font-style: italic;
}

    .text-danger, .validation-summary-errors span {
        padding: 1rem;
    }

    .text-danger, .validation-summary-errors li {
        padding: 0.2rem;
        list-style-type: square !important;
    }

.ok-text {
    color: blue:
}

.red-text {
    color: #E00000 !important;
}


p {
    max-width: 600px;
    margin: 1.2rem 0;
}

.transcript-wrapper {
    visibility: hidden;
}

.transcript {
    height: 200px;
    display: block;
    overflow-y: scroll;
}


.frontpage-video-wrapper video {
    width: 85%;
    border: 1px solid #ddd;
}


.frontpage-video-wrapper h2 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 0.2rem;
}

.frontpage-video-wrapper .btn {
    background-color: #fff !important;
    color: #ab001d !important;
    margin: 1rem;
}



button {
    background-color: #ab001d;
    border-radius: 0;
}

.submit-button {
    background-color: #1c87c9;
    border: none;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    
}

#se_webinar {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    cursor: pointer !important;
}

.material-icons {
    font-size: 2rem !important;
    margin: 0;
}

.btn, .btn-large {
    background-color: #ab001d;
}

.btn-floating {
    background-color: #fff;
}


    .btn-floating .material-icons {
        color: #ab001d !important;
    }

    .btn-floating:hover {
        background-color: #ab001d !important;
    }

    .btn-floating .material-icons:hover {
        color: #fff !important;
    }

button:focus {
    background-color: darkseagreen !important;
}

.btn {
    background-color: #ab001d !important;
}

.relative {
    position: relative;
}

.hidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.full-fixed-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(255,255,255,0.9);
    z-index: 6;
    text-align: center;
}

.big-play-button {
    z-index: 11;
    position: relative;
    top: 40vh;
}

    .big-play-button .btn-large {
        background-color: #ab001d !important;
    }

    .big-play-button .material-icons {
        color: #fff !important;
        font-size: 3rem !important;
    }

    .big-play-button #start_video {
        display: none;
    }

.nav-wrapper {
    background-color: #fff;
    color: #000;
}

nav ul a {
    color: #000;
}

.video-main, .slido, .instagram, video {
    max-width: 100%;
}

.video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    padding-top: 0;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.video-main {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-main iframe,
    .video-main object,
    .video-main embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.stream-not-ready-poster {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background-color: #000;
    color: #fff;
}

    .stream-not-ready-poster h3 {
        padding-top: 20%;
        font-size: 2rem;
        max-width: 70%;
        font-weight: normal;
        margin: auto
    }



.wrapper {
    margin: auto;
    max-width: 3000px;
    padding: 1px;
}

.statped-logo {
    color: #ab001d !important;
    width: 20em;
    margin: -3px 0 20px 15px;
    padding-left: 2px;
    position: absolute;
    top: 1rem;
}

.statped-logo {
    display: inline-block;
    outline: 0;
}

    .statped-logo img {
        width: 122px;
        height: 29px;
    }

    .statped-logo:link, .statped-logo:visited {
        color: #3d3d3b;
    }


    .statped-logo .statped-logo-byline {
        display: inline-block;
    }

.preview-text {
    position: fixed;
    top: -1rem;
    right: 1rem;
    font-size: 0.8rem;
}

.id-container {
    width: 230px;
    margin-top: 1.5rem !important;
    padding: 0.5rem;
    border-radius: 5px;
    border: 3px solid #999;
    text-align: center;
}

#big_play_button {
    z-index: 10;
}

#pnl_innhold {
    padding-bottom: 5rem;
}

.innhold {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.video_wrapper {
    align-items: flex-start;
    margin: auto;
    margin-top: 0;
}



.interpreter-wrapper {
    position: relative;
    width: 100%;
    display: none;
    min-width: 300px;
    margin-top: 4.59rem;
    margin-bottom: 1rem;
}

#interpreter {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    max-width: 100%
}

.interpreter-iframe {
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    pointer-events: none;
}

.interpreter-btn {
    position: relative;
    left: 0;
    width: 50%;
    margin-right: 42%;
    margin-top: 0px;
}

#show-interpreter {
    margin-left: 25%;
}


    #show-interpreter img {
        max-width: 80%;
    }

#resync {
    position: absolute;
    top: -1rem;
    left: 60%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}



#instagram-wrapper {
    margin-top: 2rem;
}

.instagram {
    height: 100%;
    width: 100%;
}

.sk-ww-instagram-hashtag-feed-item, .sk-ig-post-img {
    min-width: 150px !important;
    min-height: 150px !important;
}

.right-column {
    width: 30%;
    padding: 0.5rem;
}

.right-column_interpreter {
    width: 40% !important;
}

.slido {
    margin-top: -1px;
}

.slido-iframe {
    min-height: 600px !important;
    max-height: 1000px;
    height: 78vh;
}

.slido-iframe_interpreter {
    height: 46vh;
    min-height: 300px !important;
}

.chat-warning {
    font-size: 1rem;
    font-style: italic;
    color: #E00000;
    margin: 2px auto;
}

.overskrift {
    padding: 1rem 0 2rem 0;
    text-align: center;
}

.slido-overskrift {
    text-align: center;
    margin: 0rem 0 0.8rem 0;
    padding: 0 0 0 2rem;
}

.container {
    max-width: 1050px;
}

input, textarea, select {
    background-color: #FFFAF0 !important;
}

input, textarea, select {
    display: block;
}

fieldset {
    margin-top: 3rem;
    max-width: 800px;
    padding: 2rem;
    border-radius: 20px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: grey !important;
    opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: grey !important;
    opacity: 1 !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: grey !important;
    opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: grey !important;
    opacity: 1 !important;
}

legend {
    padding: 0 1rem;
    font-weight: bold;
}

label {
    display: inline-block;
    color: #333 !important;
    font-size: 1rem !important;
    padding: 0.5rem 0 !important;
}

.input-field {
    display: block;
    padding: 1em 0;
}

input[type=text] {
    padding: 0 1rem !important;
    width: 90% !important;
}

.input-field textarea {
    padding: 0 1rem !important;
    height: 7rem !important;
}


.select label {
    padding: 0.5rem;
}


.input-kort {
    max-width: 250px;
}

.input-veldig-kort {
    max-width: 140px;
}

.input-field label {
}

strong {
    font-weight: bold;
}

.collapsible .collapsible-header {
    padding: 2rem;
    margin: 1rem;
}

.collapsible-header h3 {
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}

.collapsible-header strong {
    margin: 0 2rem 0 0.5rem;
}

.collapsible .collapsible-header {
    margin: 0 !important;
}

.errormessage {
    padding: 0.5rem;
    border: 2px solid #E00000;
}

.til-kopiering {
    padding: 1rem;
    border: 1px solid #999;
    max-width: 600px;
}

.modal {
    max-height: 85% !important;
    padding-top: 2rem;
    border-radius: 0;
    min-width: 50vw;
}

.modal-startskjerm {
    border: 10px solid #ef4d64;
    text-align: center;
    background-image: url(grafikk/ppt-statped-bak.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.webinar .modal-startskjerm p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    max-height: 100px;
}

.webinar .modal {
    min-height: 60vh;
}


.modal-overlay {
    opacity: 0.7 !important;
}

/*DataTables overwrites*/

table.dataTable {
    border-collapse: collapse !important;
}


.dataTable tr {
    border: none;
    border-bottom: 1px solid #999;
}

.dataTable td {
    border: none !important;
}

#webinar_data_filter {
    margin-right: 1rem !important;
}

#webinar_data_filter input {
    height: 1.7rem !important;
}

/*Countdown timer*/
.nedtelling-wrapper {
}

#clockdiv {
    color: #000;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 1.5rem;
    font-family: monospace;
}

    #clockdiv > div {
        padding: 0.5rem;
        background: #6A1C67;
        display: inline-block;
    }

    #clockdiv div > span {
        padding: 1rem;
        background: #fff;
        display: inline-block;
        font-weight: bold;
    }

.smalltext {
    padding-top: 0.5rem;
    font-size: 1rem;
    color: #fff;
}


/*** Media queries ***/

@media screen and (max-width: 1200px ) and (min-width:701px) {

    body {
        font-size: 10px !important;
    }

    .video_wrapper {
        align-items: flex-start;
        width: 60%;
    }

    .right-column {
        width: 40%;
    }

    #clockdiv {
        font-size: 1rem;
        padding: 0.8rem
    }
}


@media screen and (max-width: 760px) {


    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
        margin: 0;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    #modal_paavent {
        top: 1rem !important;
    }


    .innhold {
        flex-direction: column;
    }

    .video_wrapper {
        width: 100% !important;
    }

    .interpreter-wrapper {
        width: 80%;
        min-width: unset;
        margin-top: 0.5rem;
        margin-left: 0;
    }

    .video_wrapper {
        align-items: flex-start;
        width: 60%;
    }

    .right-column {
        width: 40%;
    }

    .interpreter-btn {
        margin-right: 0;
    }

    #show-interpreter {
        margin-left: 0;
    }

    #hide-interpreter {
        position: absolute;
        top: 0;
    }


    .right-column {
        width: 100% !important;
        height: 700px;
    }


    .instagram {
        overflow-x: scroll;
        overflow-y: hidden;
        height: 200px;
    }


        .instagram .sk-ww-instagram-hashtag-feed {
            width: 3000px !important;
        }

    .slido-overskrift {
        text-align: center;
        margin: 1.2rem 0 0.8rem 0;
        padding: 0;
    }


    .slido-iframe_interpreter {
        min-height: 600px !important;
        height: 78vh;
    }

    #clockdiv {
        font-size: 1rem;
    }

        #clockdiv > div {
            padding: 0.3rem;
        }

        #clockdiv div > span {
            padding: 0.5rem;
        }

    .smalltext {
        padding-top: 0.2rem;
        font-size: 0.5rem;
    }

    .webinar .modal {
        width: 92vw !important;
        font-size: 1rem;
        min-height: 85vh !important;
    }

    .modal .modal-content {
        padding: 0.5rem;
    }
}

input#image-button {
    background: #ccc url('tolke-tegn.png') no-repeat top left;
    padding-left: 16px;
    height: 16px;
}


@media only screen and (max-width: 992px) {

    .hide-on-med-and-down {
        display: block !important;
    }
}
