﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans',sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/** My styles **/

.title-motiv {
    float: right;
    margin-left: 25px;
    max-width: 100%;
    margin-bottom: 15px;
}

.box-video {
    background-color: #eee;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.page-item {
    display: inline-block;
    padding: 15px 15px 15px 15px;
}

span.page-item {
    font-weight: bold;
    
    color: #999999;
}
.page-btn {
    min-width: 90px;
}

.material-box {
    padding: 15px;
    background-color: #eee;
    border-radius: 15px;
    margin-top: 15px;
    height: 210px;
    position: relative;
}

.material-box h3 {
    margin-top: 0px;
    font-size: 22px;
}
    .parameter {
        margin-left: 100px;
        line-height: 1.6;
    }
    .parameter span {
        font-weight: bold;
        display: inline-block;
        min-width: 100px;
        position: absolute;
        left: 15px;
    }
.material-box .link {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 100%;

}

.material-box .link a {
    float: right;
}

.material-description {
    }

.material-description td {
    padding: 3px 5px 3px 5px;
}

.material-box .locked {
    display: inline-block;
    background: url(../Images/locked.png) top right no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 30px;
}


.download .locked {
    display: inline-block;
    background: url(../Images/locked.png) top right no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

    .download li {
        list-style-type: none;
    }

.download ul {
    padding-left: 0px;
}

.stream-box, .infobox {
    padding: 15px;
    background-color: #eee;
    border-radius: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.last-download {
    font-size: 90%;
    display: block;
    padding-left: 15px;
    color: #999;
}


.article-row {
    padding-left: 220px;
    position: relative;
    min-height: 130px;
}

.article-row .picture {
    position: absolute;
    left: 0px;
}

    .article-row .date {
        float: right;
        color: #999;
    }

article .article-more {
    width: 15%;
    min-width: 300px;
    float: right;
}

.tags .tag {
    padding: 3px 5px 3px 5px;
    text-align: center;
    background-color: #cd2a81;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    border-radius: 3px;
    font-size: 90%;
}

.media-box img {
    max-width: 50%;
}

.calendar-date {
    font-size: 26px;
    display: inline-block;
    padding-top: 20px;
}

.youtube-thumb {
    overflow: hidden;
}

.youtube-thumb img {
    margin: -10% 0;
    width: 100%;
}

#IdLoading {
    position: absolute;
}

.modal-row {
    margin-top: 4px;
}

.discussion-row {
    border-left: 2px dotted #999;
    padding-left: 10px;
    margin-left: 10px;
}

.discussion-item {
    
}

.discussion-user {
    font-weight: bold;
}

.discussion-date {
    width: 20%;
    display: inline-block;
    color: #999;
    text-align: right;
    float: right;
    font-weight: normal;
}


.book-row {
    max-height: 260px;
    min-height: 250px;
    box-shadow: 0 3px 10px #999;
    padding: 0 90px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
    /*padding-left: 185px;*/
    display: table-row;
    width: 100%;
}

.book-cover {
    vertical-align: top;
    display: table-cell;
    background-color: #eee;
}
    .book-cover .picture {
        max-height: 220px;
        min-height: 170px;
        width: 170px;
        overflow: hidden;
    }
        .book-cover .picture img {
            width: 170px;
        }


.book-content {
    display: table-cell;
    position: relative;
    padding-left: 15px;
    width: 100%;
    padding-bottom: 10px;
}
    .book-content h3 {
        margin-top: 15px;
        font-size: 18px;
        font-weight: 600;
    }
        .book-content h3 span {
            color: #898989;
        }



    .book-content .book-attribute {
        color: #898989;
        font-style: italic;
        font-size: 14px;
        font-weight: 400;
        padding-right: 5px;
        line-height: 35px;
    }

    .book-content .book-tag {
        color: #333333;
        font-style: italic;
        font-size: 14px;
        font-weight: 600;
        padding-right: 20px;
    }

    .book-content .book-description {
        position: relative;
        padding-right: 15px;
    }

        .book-content .book-description .book-description-text {
            font-size: 14px;
            overflow: hidden;
            color: #898989;
            font-style: italic;
        }
            .book-content .book-description .book-description-text p {
                line-height: 1.4;
            }

    .book-content .book-link {
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        margin-right: 60px;
        margin-top: 5px;
    }

.book-preview-box {
    padding: 15px;
    background-color: #eee;
    border-radius: 15px;
    margin-top: 15px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.book-preview-box h3 {
    margin-top: 0;
}

    .book-cover-preview {
        float: left;
        width: 120px;
        margin-right: 15px;
    }

ul.book-links {
    padding-left: 20px;
}

.book-links li {
    margin-top: 5px;
}

.link-arrow {
    background: url(/Images/arrow-blue.png) top right no-repeat;
    line-height: 24px;
    padding-right: 33px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}


.letter-title {
    font-weight: bold;
    margin-right: 5px;
}

.letter-box {
    display: inline-block;
    margin-right: 4px;
}

.letter-box .actual {
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.letter-box .letter {
}

.letter-box .number {
    font-size: 11px;
}


.literacy-box {
    padding: 10px 15px 10px 120px;
    background: url(/Images/ctenar-ico.png) top left no-repeat;
    min-height: 110px;
    text-align: justify;
}

.literacy-title {
    font-size: 120%;
    color: #444444;
}

.literacy-title label {
    margin-left: 10px;
    max-width: 90%;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
    height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 30px;
    text-align: center;
}

/* Webkit */
input[type=range] {
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #4CAF50;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

/* Mozzila */
input[type=range] {
    /* fix for FF unable to apply focus style bug  */
    border: 1px solid transparent;
    /*required for proper track sizing in FF*/
    width: 100%;
    max-width: none;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 15px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #4CAF50;
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]:focus::-moz-range-track {
    background: #ccc;
}


/* IE **/
input[type=range]::-ms-track {
    width: 100%;
    height: 15px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;
    /*remove default tick marks*/
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #ccc;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #4CAF50;
}

input[type=range]:focus::-ms-fill-lower {
    background: #ccc;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

input[type=range]:disabled, input[type=range]:disabled::-webkit-slider-runnable-track, input[type=range]:disabled::-moz-range-track {
    background: #eee;
}

input[type=range]:disabled::-webkit-slider-thumb, input[type=range]:disabled::-moz-range-thumb {
    background: #ddd;
}

input[type="radio"], input[type="checkbox"]{ 
    margin-top: 6px; 
    vertical-align: top;
}

.is-set {
    border: 2px solid #cd2a81;
    font-weight: bold;
}

.navbar .navbar-nav > li > a.nav-order {
    color: #cd2a81;
}

.navbar .navbar-nav > li > a.nav-order.active {
        border-bottom-color: #cd2a81;
    }

.btn-order {
    background-color: #cd2a81;
    color: #fff;
    border-color: #cd2a81;
}

    .btn-order:hover, .btn-order:active {
        background-color: #b92675;
        color: #fff;
    }

.badge-tooltip {
    cursor: pointer;
    background-color: #cccccc;
    margin-left: 5px;
    margin-bottom: 5px;
}

.more-info {
    margin-top: 5px;
    font-size: 90%;
}

.eshop-row {
    margin-bottom: 15px;
}

.picture-row {
    margin-top: 20px;
}
    .picture-row span {
        filter: opacity(50%);
    }
    .picture-row img {
        width: 20%;
        filter: saturate(0);
    }

    .picture-row span.active {
        filter: opacity(100%);
    }

    .picture-row span.active img {
        filter: saturate(100%);
    }

.itemsCount {
    font-size: 16px;
}

.price-description {
    margin-top: 30px;
    color: #999999;
}

.testingDescription {
    color: #999;
    margin-bottom: 30px;
    font-size: 90%;
    margin-top: 5px;
    /*padding-left: 30px;*/
}

.access {
    color: #999999;
    font-size: 90%;
}

.pricingDescription {
    color: #999999;
    font-size: 85%;
    padding-top: 30px;
}

#centerForm {
    text-align: center;
}
#centerForm h2 {
    margin-top: 0;
}
    #centerForm .grayColumn {
        margin: 0 auto;
        display: block;
        width: 360px;
        padding: 30px 60px;
        text-align: left;
        background-color: #ebebec;
        border-radius: 15px;
    }


.profile-menu {
    margin-top: 30px;
    border-bottom: 1px solid #0078bf;
}

.profile-menu ul { padding-left: 0; }
    .profile-menu li { display: inline-block; }
    .profile-menu a {
        padding: 15px 15px 10px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        position: relative;
        top: 2px;
        color: #898989;
    }
        .profile-menu a.active {
            border-left: 1px solid #0078bf;
            border-top: 2px solid #0078bf;
            border-right: 1px solid #0078bf;
            border-bottom: 1px solid #ffffff;
            color: #0078bf;
            font-weight: bold;
            background-color: white;
        }


.warningbox {
    background-color: #ffe5cc;
    color: #8c5e09;
    padding: 15px;
}

.errorbox {
    background-color: #ffcccc;
    color: #660000;
    padding: 15px;
}

.successbox {
    background-color: #deffcc;
    color: #006600;
    padding: 15px;
}

.expiration-box {
    float: right;
    display: inline-block;
    width: 200px;
    text-align: right;
    margin-top: 5px;
}

.right-button {
    position: relative;
    top: 30px;
}

.parent-result-box {
    width: 30%;
    display: inline-block;
    box-shadow: 0 3px 10px #999;
    padding: 0;
    border-radius: 5px;
    background-color: #ffffff;
    margin-right: 30px;
    margin-bottom: 30px;
}

    .parent-result-box .testSetName {
        font-size: 16px;
        display: block;
        background-color: #0078bf;
        color: #ffffff;
        padding: 15px 15px 15px 22px;
        line-height: 25px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
    }

.parent-result-box a {
    margin-left: 20px;
    margin-bottom: 15px;
}

.table th {
    background-color: #eeeeee;
    vertical-align: middle !important;
}

td {
    padding: 3px;
}

.test-box {
    background-color: #eeeeee;
    border-radius: 10px;
    min-height: 280px;
    margin-bottom: 20px;
    padding: 1px 20px 10px 20px;
}

.test-box .btn {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.form-row {
    margin-bottom: 5px;
}

.toggle-open {
    padding-left: 35px;
    background: url(/Images/toggle-open.png) top left no-repeat;
    cursor: pointer;
}

.toggle-close {
    padding-left: 35px;
    background: url(/Images/toggle-close.png) top left no-repeat;
    cursor: pointer;
}

.testing-termin {
    margin-top: 35px;
    font-weight: normal;
    float: right;
    color: #999999;
    font-size: 12px;

}

h4.testing-title {
    font-size: 20px;
    margin-top: 30px;
}

.progress {
    margin: 5px 0 0 0;
}

.progress .correct {
    background-color: #090;
}

.progress .partly-correct {
    background-color: #c90;
}

.progress .incorrect {
    background-color: #BB1111;
}

.progress .omitted {
    background-color: #ddd;
    color: #222222;
}

.children-menu {
    position: relative;
    bottom: 0;
}
.children-menu .child-tab {
    display: inline-block;
    padding: 5px 15px 5px 15px;
    background-color: #999;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

    .children-menu .active {
        background-color: #0078bf;
        color: #fff;
    }

.spinner {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    background: url('/Images/loader.gif') no-repeat center #fff;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

/*********/
/** Bootstrap override **/
.navbar {
    background-color: #fff;
    font-weight: 600;
}

.navbar .container {
    margin-top: 15px;
}
body { padding-top: 70px; }

.navbar .navbar-brand {
    position: relative;
    top: -19px;
    padding-left: 0;
}

    .navbar .navbar-brand .navbar-brand-logo {
        line-height: 50px;
        width: 110px;
        height: 45px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        background: url(/Images/scio2.png) top left no-repeat;
        display: inline-block;
        color: #fff;
        background-position-x: -5px;
        background-position-y: -2px;
    }

.navbar .navbar-brand .navbar-delimiter {
    color: #ccc;
    margin-right: 3px;
}

.navbar .navbar-brand .navbar-brand-title {
    font-size: 15px;
    line-height: 50px;
    color: #333;
    background-color: #fff;
    text-decoration: none;
    display: inline-block;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav > li > a {
    color: #222222;
}

.navbar-toggle {
    border-color: #999;
}

    .navbar-toggle .icon-bar {
        border: 1px solid #999;
    }

.navbar-collapse.in {
    background-color: #eee;
}

.navbar-collapse.in .navbar-right {
    margin-right: -15px;
}

    .nav > li > a.active {
        color: #337ab7;
        border-bottom: 2px solid #337ab7;
    }

.navbar .navbar-nav > li > a {
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 15px;
    padding: 10px 10px 7px 10px;
}

.navbar-right {
    margin-right: 5px;
}

.btn-primary {
    background-color: #0078bf;
    border-color: #0078bf;
}

    .btn-primary:hover {
        background-color: #0066a3;
        border-color: #0066a3;
    }

.btn-danger {
    background-color: #cd2a81;
    border-color: #cd2a81;
}

    .btn-danger:hover {
        background-color: #b52572;
        border-color: #b52572;
    }

.text-success {
    color: #28a745 !important;
}

.text-danger {
    color: #dc3545 !important;
}

#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    text-align: center;
    background-color: #505058;
    color: #fff;
    opacity: 0.95;
    filter: alpha(opacity=95);
    line-height: 26px;
}
#cookieConsent .cookieConsentWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    #cookieConsent .cookieConsentContent {
        padding-left: 15px;
        padding-right: 15px;
    }
#cookieConsent .cookieConsentContent .btn {
    font-size: 13px;
    padding: 8px 16px;
    background: #0066a3;
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 1080px) {
    #cookieConsent {
        height: 150px;
        padding: 10px;
    }
}
