@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
    --font: 'Montserrat', sans-serif;
    --letter-spacing: 0.12em;
    --word-spacing: 0.16em;
    --line-height: 1.5em;
}

html {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: var(--font);
    font-size: 16px;
    letter-spacing: var(--letter-spacing);
    word-spacing: var(--word-spacing);
    line-height: var(--line-height);
    font-weight: 600;
    color: black;
    background-color: #6FB6BD;
}

label {
    font-weight: unset;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.2;
    color: inherit;
}

.page-container {
    margin-top: 20px;
    border-radius: 5px;
}

.page-content {
    background-color: #BEE5E8;
}

.layout-boxed {
    background: transparent linear-gradient(180deg, #2E4C6F 0%, #286E88 100%) 0% 0% no-repeat;
    /*background-color: #6FB6BD;*/
}

.content-wrapper {
    border-radius: 5px;
}

.content {
    background-color: #f4f8fb;
    min-height: 350px;
    padding: 0 10px 0 10px;
    border-radius: 5px;
}

.navbar {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

.navbar-top-corners {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sentina-logo {
    width: 60%;
}
.navbar-header-border {
    border-style: dashed;
    border-color: #f0e4d8;
    border-width: 1px;
    padding: 10px 15px;
    width: 100%;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.navbar-footer {
    background-color: #BEE5E8;
    width: 100%;
    padding: 10px;
    margin-top: 0px;
}

.sisalto {
    /*border-style: dashed;
    border-color: #306ba1;
    border-width: 1px;*/
}

.navbar-brand {
    font-family: 'Montserrat', sans-serif;
    margin-left: 25px;
    margin-top: 5px;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #f5f2d5;
    font-size: 30px;
}

.navbar-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar .footer-dashed {
    border-style: dashed;
    border-color: #306ba1;
    margin-left: 0px;
    border-width: 1px;
    padding: 5px;
}

.sidebar {
    background-image: url(/images/navibg.jpg);
}

.sidebar-content {
    border-style: dashed;
    border-color: #f0e4d8;
    margin-left: 10px;
    margin-right: 10px;
    border-width: 1px;
    padding: 15px;
}

.navbar-default.navbar-fixed-bottom {
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.navbar-default .navbar-text {
    color: #682b2b;
    margin-left: 25px;
    margin-top: 5px;
    padding: 10px 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

.navbar-text a {
    font-family: 'Montserrat', sans-serif;
    color: #682b2b;
    font-size: 30px;
}

#question-container img {
    width: 100%;
}

.question-list-item {
    width: 250px;
    border-radius: 10px;
}

.panel-title {
 font-size: 1.75rem;
}

.panel-title > div {
    display: inline;
}

.question-list-item > .panel {
    border-radius: 10px;
    min-height: 350px;
    position: relative;
}

.question-list-item > .panel > .panel-body {
    padding: 5px;
}

.question-list-item > .panel > .panel-footer > .question-counter {
    padding: 5px;
    text-align: center;
}

.question-list-item > .panel > .panel-footer {
    padding-top: unset;
    padding-bottom: unset;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    bottom: 0;
    /* position: absolute; */
}

.question-list-item > .panel > .panel-footer > .btn-success {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.question-list-item > .panel > .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.question-list-item > .panel > .panel-heading > .heading-elements {
    right: 0px;
}

.question-list-item > .panel > .panel-heading > .heading-elements > .icons-list > .dropdown > .dropdown-menu {
    min-width: 80px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable li {
    float: left;
    padding-right: 10px;
}

.mediadiv > img {
    max-width: 100%;
}

.clickable {
    cursor: pointer;
}

.bottom_margin_5 {
    margin-bottom: 5px;
}

.top-help-bg {
    background-color: #53959C;
    border-color: #53959C;
    color: #fff;
}

.font-120 {
    font-size: 120%;
}

.btn-success {
    color: #fff;
    background-color: #53959C;
    border-color: #53959C;
}

.btn-success:hover {
    background-color: #156791;
}

.btn:hover {
    background-color: #156791;
}

.media-file-image {
    width: 100%;
}

.orange_button_background {
    background-image: url("/images/nappi_oranssi_450x450.png");
    width: 40px;
    height: 40px;
    padding: 12px;
    background-size: 40px;
    color: white;
}

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

.footer-text a {
    font-size: 20px;
}

.sidebar {
    padding-bottom: 10px;
}

.video-icon {
    width: 220px;
    height: 160px;
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.video-icon > .icon-video-camera {
    font-size: 60px;
    padding-top: 40px;
}

/* Media Answer Card settings */

#media-answer-card-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
}

#media-answer-card-list li {
    float: left;
    padding-right: 10px;
    display: flex;
    flex-flow: column;
}

.media-answer-card-list-item {
    width: 250px;
    border-radius: 10px;
}

.media-answer-card-list-item > .panel {
    border-radius: 10px;
    min-height: 350px;
    position: relative;
}

.media-answer-card-list-item > .panel > .panel-body {
    padding: 5px;
}

.media-answer-card-list-item > .panel > .panel-footer > .question-counter {
    padding: 5px;
    text-align: center;
}

.media-answer-card-list-item > .panel > .panel-footer {
    padding-top: unset;
    padding-bottom: unset;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.media-answer-card-list-item > .panel > .panel-footer > .btn-success {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.media-answer-card-list-item > .panel > .panel-heading {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.media-answer-card-list-item > .panel > .panel-heading > .heading-elements {
    right: 0px;
}

.media-answer-card-list-item > .panel > .panel-heading > .heading-elements > .icons-list > .dropdown > .dropdown-menu {
    min-width: 80px;
}

.media_file {
    max-width: 100%;
    border-radius: 5px;
}

.align-center {
    max-width: 100%;
    align-items: center;
}

.color-white { color: white }

.btn-action {
    margin-right: 5px;
}

.selectableArray {
    border-bottom: rgba(93,106,163,0.28) dotted;
}

.valign {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
}

.teksti {
    margin-left: 10px;
}

.login-container .page-container {
    padding-top: 0px;
}

.correct_answer {
    border-color: #4CAF50;
    background: #4CAF50;
    border-style: dotted;
    margin-top: 4px;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    width: 100%;
    margin-left: -8px;
    padding-left: 6px;
}

.incorrect_answer {
    border-color: #e61403;
    background: #e61403;
    border-style: dotted;
    margin-top: 4px;
    border-radius: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    width: 100%;
    margin-left: -8px;
    padding-left: 6px;
}

h5.modal-title {
    color: black;
}

h6.text-semibold {
    color: black;
}

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

.hidden {
    display: none;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.headerRow {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
}

.AnswerPanelTitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    margin-bottom: 10px;
}

.question_image {
    max-width: 100%;
}

.table_tight > thead > tr > th,
.table_tight > tbody > tr > th,
.table_tight > tfoot_orders > tr > th,
.table_tight > thead > tr > td,
.table_tight > tbody > tr > td,
.table_tight > tfoot > tr > td {
    padding: 2px;
}
