body {
    font-size: 16px;
    line-height: 1.428571429;
    color: #333333;
    background-image: url(/images/bg1.jpg);
}

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

.layout-boxed {
    background: url(/images/bg1.jpg);
}

.content {
    padding-bottom: 20px;
    background-color: #f7f0e2;
    min-height: 350px;
    padding: 0 10px 0 10px;
}

.navbar {
    background-image: url(/images/navibg.jpg);
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

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

.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-image: url(/images/alareuna_bg.png);
    width: 100%;
    padding: 10px;
    margin-top: 0px;
}

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

.navbar-brand {
    font-family: "Carter One";
    margin-left: 25px;
    margin-top: 5px;
    padding: 10px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #f5f2d5;
    text-shadow: 3px 3px 2px #682b2b;
    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: "Carter One";
    text-shadow: 3px 3px 2px #f5f2d5;
    font-size: 30px;
}

.navbar-text a {
    font-family: "Carter One";
    color: #682b2b;
    text-shadow: 3px 3px 2px #f5f2d5;
    font-size: 30px;
}

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

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

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

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

.btn-success {
    color: #fff;
    background-color: #67a255;
    border-color: #67a255;
}

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

.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: 4px;
    border-radius: 20px;
    padding-top: 4px;
}

.incorrect_answer {
    border-color: #e61403;
    background: #e61403;
    border-style: dotted;
    margin: 4px;
    border-radius: 20px;
    padding-top: 4px;
}

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: "Carter One";
    color: #682b2b;
    text-shadow: 3px 3px 2px #f5f2d5;
    font-size: 20px;
    margin-bottom: 10px;
}

.AnswerPanelTitle {
    font-family: "Carter One";
    color: #682b2b;
    text-shadow: 3px 3px 2px #f5f2d5;
    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;
}
