﻿html, body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

body {
    padding-top: 90px;
    padding-bottom: 0;
    min-height: 500px;
}

p {
    line-height: 1.7;
}

/* 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;
}

h1 {
    padding: 10px 0 20px 0;
    color: #0078bf;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 0;
}

h2 {
    padding: 10px 0 20px 0;
    color: #0078bf;
    font-size: 24px;
    font-weight: 600;
}

    h2.row-title {
        padding-left: 15px;
        padding-top: 0;
    }

h3 {
    font-size: 20px;
    font-weight: bold;
    color: #0078bf;
}

    h3.side {
        margin-top: 0;
        margin-bottom: 0;
    }

h4 {
    font-weight: 600;
    line-height: 24px;
}


a.link-blue {
    background:url(/Images/arrow-blue.png) top right no-repeat;
    line-height: 24px;
    color: #0078bf;
    padding-right: 33px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
}

a.link-white {
    background:url(/Images/arrow-white.png) top right no-repeat;
    line-height: 24px;
    color: #ffffff;
    padding-right: 33px;
    margin-right: 5%;
    font-size: 16px;
    font-weight: 600;
}


.pad-top-20 {
    padding-top: 20px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-40 {
    padding-top: 40px;
}

.pad-top-50 {
    padding-top: 50px;
}

.pad-bottom-20 {
    padding-bottom: 20px;
}

.pad-bottom-30 {
    padding-bottom: 30px;
}

.pad-bottom-40 {
    padding-bottom: 40px;
}

.pad-bottom-50 {
    padding-bottom: 50px;
}

.center {
    text-align: center;
}

.strong {
    font-weight: bold;
}

a.page-breadcrumb {
    line-height: 50px;
    height: 100px;
    border-bottom: 1px solid #ebebec;
    background-color: #ffffff;
    color: #898989;
    display: block;
    padding-left: 98px;
    padding-top: 30px;
}

    a.page-breadcrumb:hover {
        color: #898989;
    }

.horizontal-rule {
    border-bottom: 1px solid #ebebec;
    padding-bottom: 30px;
    margin-bottom: 0px;
}

/** Share **/
#IDshareName {
    color: #333333;
    margin: 30px 0 30px 0;
}


#IDshareModal .share-padding {
    padding-left: 30px;
    padding-right: 30px;
}

#IDshareModal a {
    color: #333333;
}
#IDshareModal h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 0;
}

#IDshareModal h4 {
    font-size: 16px;
    margin-top: 0;
}

.share-button {
    cursor: pointer;
}

/*** Portal row ****/

.portal-link {
    text-align: center;
    padding-top: 30px;
}

.portal-link img {
    position: relative;
    top: -15px;
}

.portal-link a {
    font-size: 36px;
    font-weight: 600;
    color: #4C4D4F;
    display: inline-block;
}

/* Forms */
input,
select,
textarea {
    max-width: 280px;
}

.label-notice {
    font-weight: normal;
    font-size: 11px;
}

label.search-form {
    font-size: 13px;
    color: #898989;
    font-weight: 600;
    text-align: left;
}

select.search-form, select.search-form-small {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 0 0;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../Images/ddl-arrow.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 0;
    border-bottom: 1px solid #898989;
    color: #333333;
    overflow: hidden;
    padding: 0 10px 7px 0;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline:0;
    background-color: transparent;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}

select.search-form-small {
    font-size: 13px;
}

select.search-form:focus, select.search-form-small:focus {
    border-color: transparent;
    border-bottom: 1px solid #898989;
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    -ms-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

input[type=submit].search-form, input[type=reset].search-form {
    width: 100%;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    
}

input[type=text].search-form, input[type=password].search-form {
    outline: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #898989;
    border-radius: 0;
    margin-bottom: 20px;
    max-width: none;
}

input[type=text].search-form:focus, input[type=password].search-form:focus {
    background-color: #ffffff;
}

input.grey-button {
    background-color: #898989;
    border: 1px solid #898989;
}

.gray-row {
    background-color: #EBEBEC;
    padding: 35px 0 25px 0;
}

.gray-row-small {
    background-color: #EBEBEC;
    padding: 25px 0 15px 0;
}

.error {
    color: #B21E13;
    padding: 10px 10px 10px 50px;
    border-radius: 5px;
    background: url(../Images/vykricnik.png) no-repeat top left;
    background-position-y: 10px;
    background-position-x: 10px;
    background-color: #ffdddd;
}

label {
    display: block;
}


#centerForm {
    padding-top: 70px;
    text-align: center;
}

#centerForm h2 {
    color: #333333;
    margin: 0;
    padding-bottom: 15px;
}

#centerForm h3 {
    color: #333333;
    margin: 0;
    padding-bottom: 15px;
}

#centerForm .column, #centerForm .grayColumn {
    margin: 0 auto;
    display: block;
    width: 550px;
    padding: 30px;
    text-align: left;
}
    #centerForm .grayColumn {
        background-color: #ebebec;
    }

    #centerForm input[type=submit] {
        width: 50%;
        font-weight: 600;
    }

    #centerForm input[type=checkbox] {
        float: left;
        margin-right: 15px;
    }

#centerForm p {
    margin-top: 10px;
    font-size: 14px;
}

#centerForm li {
    padding: 0;
    margin: 0;
}

#centerForm ul {
    padding-left: 0;
}

/** Material **/

.material-search {
    line-height: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #898989;
    margin-bottom: 20px;
}

.material-search .material-search-submit {
    width: 25px;
    height: 21px;
    background: url(../Images/lupa.png) no-repeat top left;
    border: 0;
    outline: 0;
}

.material-search .material-search-textbox {
    border: 0;
    outline: 0;
    background-color: transparent;
}

.material-search .material-search-textbox:focus {
    background-color: #ffffff;
}


.material-box {
    background-color: #ffffff;
    box-shadow: 0 3px 10px #999;
    border-radius: 5px;
    margin-top: 25px;
    height: 300px;
}

    .material-box .content {
        padding: 30px 20px 1px 20px;
        height: 250px;
    }

.material-box h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
}
    .material-box .material-rating {
        font-size: 13px;
        padding-bottom: 15px;
    }
    .material-box .parameter {
        font-size: 14px;
        font-style: italic;
        color: #333333;
        font-weight: 600;
        line-height: 22px;
    }

        .material-box .parameter span {
            color: #898989;
            padding-right: 5px;
            font-weight: normal;
        }

    .material-box .link {
        border-top: 1px solid #EBEBEC;
        display: block;
        color: #0078BF;
        height: 45px;
        padding-left: 20px;
        line-height: 45px;
        margin-top: 5px;
        text-transform: uppercase;
    }

    .material-box .unlocked {
        display: inline-block;
        background: url(../Images/unlocked.png) top left no-repeat;
        width: 30px;
        height: 30px;
        float: right;
        margin-right: 20px;
        margin-top: 7px;
    }

.material-box .demo {
    background: url(../Images/demo.png) bottom right no-repeat;
    position: relative;
    width: 70px;
    height: 84px;
    display: inline-block;
    float: right;
    top: -30px;
    right: -20px;
    z-index: 20;
}

.material-box .new-material {
    background: url(../Images/new-material.png) bottom right no-repeat;
    position: relative;
    width: 70px;
    height: 84px;
    display: inline-block;
    float: right;
    top: -30px;
    right: -20px;
    z-index: 20;
}

#comments .material-side h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    border-bottom: none;
    font-size: 16px;
}

        #comments .material-side h3 a {
            color: #333333;
            
        }

    .material-side .description, .material-side .description p {
        font-size: 13px;
        padding-bottom: 0;
        line-height: 16px;
    }
    .material-side .parameter {
        font-size: 13px;
        font-style: italic;
        color: #333333;
        font-weight: 600;
        line-height: 18px;
    }

        .material-side .parameter span {
            color: #898989;
            padding-right: 5px;
            font-weight: normal;
        }



.material-label {
    font-size: 12px;
    font-weight: 600;
    color: #898989;
}


.material-background {
        background: url(../Images/material-background.png) no-repeat top center;
    padding-top: 62px;
}

#material {
    font-size: 18px;
    line-height: 36px;
    box-shadow: 0 3px 10px #999;
    margin-bottom: 50px;
}

#material h2 {
    font-size: 36px;
    margin: 0;
}

#material .material-padding {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 30px;
    padding-bottom: 45px;
}

#material .parameter {
    display: block;
    margin-right: 30px;
    font-style: italic;
    font-weight: 600;
}

#material .parameter span {
    color: #898989;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
}

#material .download li {
    list-style-type: none;
}

#material .last-download {
    position: relative;
    top: -5px;
    left: 20px;   
    font-size: 14px;
    color: #898989;
}

#material .btn-download {
    margin-bottom: 15px;
    min-width: 350px;
}

/*** Book ****/

.book-row {
    height: 228px;
    box-shadow: 0 3px 10px #999;
    padding: 0 90px 0 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.book-cover {
    float: left;
    height: 240px;
    width: 170px;
    margin-right: 15px;
    vertical-align: top;
    overflow: hidden;
}

.book-cover img {
    overflow: hidden;
    width: 170px;
}

.book-row h3 {
    font-size: 18px;
    font-weight: 600;
}

.book-row h3 span {
    color: #898989;
}

.book-attribute {
    color: #898989;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    padding-right: 5px;
    line-height: 35px;
}

.book-tag {
    color: #333333;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
    padding-right: 20px;
}

.book-description, .book-description p {
    font-size: 13px;
    line-height: 16px;
    max-height: 80px;
    overflow: hidden;
}

.book-link {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    display: inline-block;
    margin-right: 60px;
}

/*** Calendar *****/

.calendar-row {
    padding-top: 15px;
}

/** calendar event blue box **/
.calendar-box {
    box-shadow: 0 3px 10px #999;
    padding: 0;
    border-radius: 5px;
    height: 290px;
    width: 262px;
    background-color: #ffffff;
    margin-right: 30px;
    margin-bottom: 30px;
}
    .calendar-row .calendar-box:last-child {
        margin-right: 0;
    }

    .calendar-box h3 {
        background-color: #0078BF;
        color: #ffffff;
        margin: 0;
        line-height: 44px;
        padding-left: 20px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 18px;
    }

    .calendar-box .content {
        height: 192px;
        overflow: hidden;
        padding: 15px 20px 20px 20px;
    }

    .calendar-box p {
        padding: 0;
        margin-bottom: 0;
        line-height: 18px;
    }

    .calendar-box p.title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .calendar-box div.description {
        font-size: 14px;
        margin-bottom: 10px;
        text-align: justify;
    }

    .calendar-box div.parameter {
        font-size: 13px;
        font-style: italic;
        color: #333333;
        font-weight: 600;

    }

        .calendar-box div.parameter span {
        color: #898989;
        padding-right: 5px;
        font-weight: normal;
    }

    .calendar-box .link {
        border-top: 1px solid #EBEBEC;
        display: block;
        color: #0078BF;
        height: 45px;
        padding-left: 20px;
        line-height: 45px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-top: 5px;
    }

    .calendar-box:last-of-type {
        margin-right: 0;
    }

/** calendar doporucene **/

.calendar-top {
    padding-bottom: 15px;
}

.calendar-top .day {
    display: inline-block;
    width: 68px;
    height: 68px;
    font-size: 24px;
    color: #ffffff;
    margin-right: 30px;
    background-color: #0078bf;
    text-align: center;
    line-height: 68px;
    float: left;
    padding-left: 5px
}

.calendar-top .content {
    margin-left: 98px;
}

.calendar-top h3 {
    color: #333333;
}

.calendar-top .parameter {
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 2px;
}

    .calendar-top .parameter span {
        color: #898989;
        display: inline-block;
        margin-right: 3px;
    }

.calendar-top .text {
    font-size: 13px;
    margin-bottom: 15px;
}

.calendar-top .link {
    display: inline-block;
    margin-right: 30px;
}

.calendar-top .share {
    color: #898989;
    text-transform: uppercase;
    display: inline-block;
}

.modal-body b.parameter {
    color: #898989;
    font-style: italic;
}

/** Articles **/

.article-side {
    height: 120px;
}

    .article-side .image {
        width: 164px;
        height: 107px;
        display: inline-block;
        float: left;
    }

    .article-side .content {
        margin-left: 190px;
    }
    
        .article-side .content a {
            color: #333333;
        }

    .article-side .text, .article-side .text p {
        line-height: 19px !important;
        font-size: 13px !important;
    }




#articleMain {
    margin-bottom: 30px;
}

    #articleMain .text {
        line-height: 19px !important;
        border-bottom: 1px solid #ebebec;
        margin-bottom: 10px;
    }

        #articleMain .text p {
            font-size: 13px !important;
        }

    #articleMain h2 {
        font-size: 24px;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #articleMain h2 a {
            color: #333333;
        }



.article-row {
    clear: left;
    height: auto;
    box-shadow: 0 3px 10px #999;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.428571429;
}

    .article-row .image {
        width: 200px;
        min-height: 171px;
        display: inline-block;
        float: left;
    }

    .article-row .content {
        margin-left: 225px;
        padding-top: 5px;
        padding-right: 30px;
    }

        .article-row .text, .article-row .content p {
            line-height: 19px !important;
            font-size: 13px !important;
        }


        .article-row .content a {
            color: #333333;
        }

    .article-row .share {
        color: #898989;
        text-transform: uppercase;
        display: inline-block;
    }

    .article-row .read {
        display: inline-block;
        margin-right: 30px;
    }

        .article-row .read a {
            color: #0078bf;
            text-transform: uppercase;
        }

    .article-row .date {
        margin-bottom: 10px;
        font-size: 13px;
    }


.article-box {
    background: url(../Images/article-background.png) no-repeat top center;
    padding-top: 62px;
}

article {
    font-size: 18px;
    line-height: 36px;
    box-shadow: 0 3px 10px #999;
    margin-bottom: 50px;
}

article .article-padding {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 30px;
    padding-bottom: 45px;
}

bin .bin-padding {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 30px;
    padding-bottom: 45px;
}

card .bin-padding {
    padding-left: 98px;
    padding-right: 98px;
    padding-top: 30px;
    padding-bottom: 45px;
}

article .parameter {
    display: inline-block;
    margin-right: 30px;
    font-style: italic;
    font-weight: 600;
}

article .parameter span {
    color: #898989;
    display: inline-block;
    margin-right: 10px;
    font-weight: 400;
}

article .tags {
    margin-top: 10px;
    margin-bottom: 25px;
}

article .tag {
    background-color: #ebebec; 
    padding: 5px 10px 5px 10px; 
    margin-right: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

article .perex {
    font-weight: 600;
    margin-bottom: 35px;
}


/** Pinteres columns grid **/
#ColumnsGrid {
    position: relative;
    left: 15px;
}

.article-tile {
    height: auto;
    box-shadow: 0 3px 10px #999;
    position: absolute;
}

.article-tile .image {
        width: 263px;
        display: inline-block;
        float: left;
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .article-tile .content {
        padding: 10px 10px 10px 10px;
    }

        .article-tile .text, .article-tile .content p {
            line-height: 19px !important;
            font-size: 13px !important;
        }

        .article-tile .content a {
            color: #333333;
        }

    .article-tile .share {
        color: #898989;
        text-transform: uppercase;
        display: inline-block;
    }

    .article-tile .read {
        display: inline-block;
        margin-right: 30px;
    }

        .article-tile .read a {
            color: #0078bf;
            text-transform: uppercase;
        }

    .article-tile .date {
        margin-bottom: 10px;
        font-size: 13px;
    }



#articleMain .share, .article-side .share {
    color: #898989;
    text-transform: uppercase;
    float: right;
}

#articleMain .date, .article-row .date, .article-side .date {
    color: #898989;
}


.article-list-mode-switcher {
    display: inline-block;
    float: right;
    position: relative;
    top: -15px;
    right: 15px;

}

.article-list-mode-switcher .Table {
    background-image: url(../Images/table.png);
    width: 17px;
    height: 15px;
    display: inline-block;
}

.article-list-mode-switcher .Tiles {
    background-image: url(../Images/tiles.png);
    width: 17px;
    height: 15px;
    display: inline-block;
}

.article-search {
    line-height: 21px;
}

.article-search .article-search-submit {
    width: 25px;
    height: 21px;
    background: url(../Images/lupa.png) no-repeat top left;
    border: 0;
    outline: 0;
}

.article-search .article-search-textbox {
    border: 0;
    outline: 0;
    background-color: transparent;
}

.article-search .article-search-textbox:focus {
    background-color: #ffffff;
}

/** Rating **/

#ratingStars {
    display: inline-block;
    font-style: normal;
}

#ratingStars a {
    width: 22px;
    height: 22px;
    background: url(../Images/star-rating.png) no-repeat top left;
    display: inline-block;
    position: relative;
    top: 4px;
    left: 15px;
}

#ratingStars a:hover, #ratingStars a.active {
    -moz-background-position-y: -22px;
    -o-background-position-y: -22px;
    background-position-y: -22px;
}

/** komentare **/

#discussions {
    position: relative;
    left: -30px;
    top: 20px
}

#comments h3 {
    line-height: 48px;
    font-size: 18px;
    border-bottom: 3px solid #ebebec;
}

#comments h3.comment-count {
    border-bottom: 3px solid #0078bf;
    color: #333333;
}

#comments .nospace {
    padding-right: 0;
    margin-right: 0;
}

#comments .discussion-box {
    padding-left: 30px;
    padding-bottom: 20px;
}

#comments .discussion-author {
    font-weight: 600;
    color: #0078bf;
    display: inline-block;
    margin-right: 30px;
}

#comments .discussion-date {
    display: inline-block;
    color: #989898;
    font-weight: 600;
}

#comments .discussion-text {
    max-width: 560px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#comments .discussion-rating {
    float: right;
}

#comments .discussion-rating a, #comments .discussion-rating span {
    font-size: 12px;
    width: 30px;
    display: inline-block;
}

#comments .discussion-rating-link {
    background: url(../Images/heart-link.png) no-repeat top right;
    color: #333333;
}
#comments .discussion-rating-link:hover {
    text-decoration: none;
}


#comments .discussion-rating-done {
    background: url(../Images/heart-done.png) no-repeat top right;
    color: #EB83B3;
}

#comments .discussion-rating-anonymous {
    background: url(../Images/heart-anonymous.png) no-repeat top right;
    color: #333333;
}

#comments .discussion-reaction {
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    color: #333333;
}

#articleSide {
    
}

#articleSide h4 a {
    color: #333333;
}

#articleSide .content {
    border-bottom: 1px solid #ebebec;
    padding-bottom: 20px;
}

#articleSide .text, #articleSide .text p {
    font-size: 13px;
    line-height: 15px;
}

#articleSide .date {
    color: #898989;
}


/* partneri */

#partners {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}

#partners h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    
}

#partners ul {
    padding-left: 0;
}

#partners li {
    list-style-type: none;
    display: inline-block;
    margin: 20px;
}

#partners li a img {
    max-height: 45px; 
}


/** boxes **/

.infobox {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px 10px 10px 15px;
    margin: 10px 0 10px 0;
}

.infobox.info {
    background: url(../Images/icon_info.png) no-repeat top left;
    padding-left: 40px;
    background-position-y: 15px;
    background-position-x: 5px;
    background-color: #eeeeee;
    min-height: 55px;
}

.controlbox {
    background-color: #eeeeee;
    border-radius: 5px;
    padding: 15px 10px 10px 15px;
    margin: 10px 0 5px 0;
}

.warningbox {
    background-color: #ffe5cc; 
    color: #8c5e09; 
    padding: 30px 0 20px 30px;
}

.errorbox {
    background-color: #ffcccc; 
    color: #660000; 
    padding: 30px 0 20px 30px;
}

.successbox {
    background-color: #ccffcc; 
    color: #006600; 
    padding: 30px 0 20px 30px;
}

.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;
}

.tagEditInput {
    margin-bottom: 2px;
    margin-right: 2px;
    width: 225px;
    display: inline-block;  
}

.tagEditButton {
    margin-bottom: 2px;
    width: 34px;
    height: 34px;
    display: inline-block;
}

.media-right {
    display: inline-block;
    float: right;
    border: 1px solid #eeeeee;
    padding: 3px;
}

.media-box {
    display: inline-block;
}

.media-source {
    color: #999999;
    font-size: 10px;
    font-style: italic;
    float: right;
}

    .media-source a {
        color: #999999;
        font-size: 10px;
    }

.g-recaptcha {
    margin: 3px 0 3px 0;
}

.profile-menu {
    margin-top: 50px;
    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;
}


/** footer **/

footer {
    height: 64px;
    background-color: #0078BF;
    color: #ffffff;
    padding: 15px;
    margin-top: 30px;
}

    footer ul {
        padding-left:0px;
    }

    footer li {
        list-style:none;
        display:inline-block;
        margin-right:15px;
    }

    footer a {
        color: #ffffff;
        margin-right: 20px;
        line-height: 42px;
        text-transform: uppercase;
        font-weight: 600;
    }

        footer a:hover {
            color: #ffffff;
        }
    
    footer .facebook {
        background:url(../Images/Social/facebook.png) top left no-repeat;
    } 
    
    footer .twitter {
        background:url(../Images/Social/twitter.png) top left no-repeat;
    } 

    footer .googleplus {
        background:url(../Images/Social/googleplus.png) top left no-repeat;
    } 
        
    footer .social {
        width:40px;
        height: 40px;
        padding: 0;
        display: inline-block;
        text-decoration: none;
        margin-right: 0;
    }

        footer .social:hover {
            background-position-y:-40px;
        }

/** Bootstrap override **/

/*.body-content {
    padding-top: 58px;
}*/

.navbar {
    min-height: 65px;
}

.navbar-brand {
    line-height: 43px;
    font-size: 26px;
    font-weight: 600;
    background: url(../Images/panacek2.png) top left no-repeat;
    padding-left: 85px;
    padding-right: 15px;
    position: relative;
    background-position-y: -8px;
    left: -10px;
    margin-top: 17px;
    height: 90px;
    z-index: 30;
    text-transform: uppercase;
}

.navbar-nav {
    padding-top: 30px;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 90%;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 600;
}

.navbar-inverse {
    background-color: #0078Bf;
    border-color: #0078Bf
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

    .navbar-inverse .navbar-brand {
        color: #ffffff;
    }

.navbar-right > li > a {
    color: #7fbbdf !important;
}

.navbar-toggle {
    margin-top: 35px;
}

.navbar-inverse .navbar-toggle {
    border-color: #ffffff;
}

dl.dl-small dd {
    line-height: 24px;
}

dl.dl-small dt {
    line-height: 24px;
}
a {
    color: #0078bf;       
}

.btn-primary {
    background-color: #0078bf;
    border-color: #0078bf;
}

.btn-default {
    background-color: #dae3f1;
    border-color: #cfd7e5;
}

.form-control-inline {
    width: auto;
    display: inline-block;
}

.k-filter-row th, .k-grid-header th.k-header {
    vertical-align: top !important;
    white-space: initial !important;
}

.k-grid td {
    border-width: 0 0 0 0 !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    border-width: 0 0 0 0 !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc !important;
    text-align: center !important;
}

.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-left: 22px;
    line-height: 44px;
    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;
}

.navbar-nav a.active {
    border-bottom: 5px solid #7fbbdf;
}

.letter-title {
    font-weight: bold;
    margin-right: 5px;
}

.letter-box {
    display: inline-block;
    margin-right: 5px;
}

.letter-box .actual {
    font-weight: bold;
    cursor: pointer;
    font-size: 20px;
}

.letter-box .letter {
    
}

.letter-box .number {
    font-size: 11px;

}
  div.container-fluid.gray-row > div.row {
        margin-right: 0; /** odstranuje prebytecne misto v pravo **/
        margin-left: 0;
    }

/*  Blogy */

a.blog-navigation {
    min-height: 130px;
}

a.blog-navigation:hover {
    text-decoration: none;
}

a.blog-navigation h4:hover {
    text-decoration: underline;
}

a.blog-navigation .navigation-title {
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-weight: 600;
}

.blog-navigation .parameter {
    color: #898989;
}

a.blog-navigation .perex {
    color: #333333;
}

a.blog-navigation .perex p {
    margin-bottom: 0;
}

.blog-next {
    background: url(../Images/arrow-gray-right.png) top right no-repeat;
    padding-right: 70px;
    text-align: right;
}

.blog-previous {
    background: url(../Images/arrow-gray-left.png) top left no-repeat;
    padding-left: 70px;
}

.no-margin {
    margin-left: 0;
    margin-right: 0;
}
/*blog addpicture*/
#viewBlogUploadPicture{
    height:300px;
    margin-bottom:15px;
    }

#viewBlogUploadPicture .imgContainer{    
    height:190px;
    text-align:center;
  
}

#viewBlogUploadPicture img {
    max-width:100%;
    max-height:185px;
    vertical-align:bottom;
}

#viewBlogUploadPicture .caption{
    height:100px;

}

#viewBlogUploadPicture .UploadPictureNadpis {
    /*float:left;*/
    /*width:50%;*/
    display:block;
    height:45px;
    margin-bottom:5px;
    overflow:auto;
    padding:5px;
    text-align:center;
}
#viewBlogUploadPicture .UploadPictureObsah {
    /*float:right;*/
    /*width:35%;*/
    display:block;
    text-align:right;
    
    vertical-align:bottom;
}

.sirkaMax{
    width:100%;
}


/*Konec - blog addpicture*/
@media (max-width: 767px) {
    #partners {
        overflow: hidden;
        }
    .article-list-mode-switcher {
        display: none;
        }
   
    a.btn.btn-primary {
        white-space: normal;
        
    }
    #CustomAreaID_19 img {
        width: 100%;
    }
    .gray-row-small {
    background-color: #EBEBEC;
    padding: 45px 0 15px 0;
}

    .profile-menu li {
    display:block;
}

   #centerForm .grayColumn.pull-left {
    margin-bottom: 10px;
       margin-top: -45px;
      }
    #centerForm .grayColumn {
          width:auto ;
          text-align:   left;
        float: none !important;
        /*white-space: nowrap;*/
  }
       .navbar-nav a.active {
        border: 0px;
     }

     .profile-menu a.active {
    border-left: 2px solid #0078BF;
    border-top: 2px solid #0078BF;
    border-right: 2px solid #0078BF;
    border-bottom: 2px solid #0078BF;
    color: #0078BF;
    font-weight: bold;
    background-color: white;
}

      .profile-menu a {
    display:block;
}

 body {
     padding-top: 60px;
 }
    

    footer {
        height: auto;
    }


     .navbar-brand {
        height: 60px;
        padding: 15px 0 0 72px;
        margin: 7px 0 0 0px;
        left: -10px;
        height: 62px;
        background-position-x: 10px;
        background-size: 70px 135px;
  
    }
      .navbar {
        min-height: 70px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 0px;
                padding-bottom: 10px;
            }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /*since 3.1.0*/
    .navbar-collapse.collapse.in {
        display: block !important;
        margin-top: 0;
    }

    .article-row {
        /*min-width: 290px;*/
        box-shadow: 0 3px 10px #999;
        margin-bottom: 30px;
        height: auto;
        width: auto;
        padding: 0;
    }

        .article-row .image {
            width: 100%;
            height: auto;
            margin: auto;
            display: block;
            float: none;
        }

        .article-row .content {
            margin: 0 0 0 0;
            padding: 8px;
            text-align: justify;
        }

  

    .book-row {
        height: auto;
        overflow: visible;
        margin: 0 15px 30px 15px;
        padding: 5px 5px 5px 5px;
    }

    #articleMain > img {
        width: 100%;
    }

    .article-side .image {
        width: 100%;
        height: auto;
        margin:0px auto 0px auto;
        padding-top: 12px;
        display: block;
        float: none;
        }

        .article-side .content {
            margin: 0 0 0 0;
            padding: 0px 6px 0px 6px ;
            text-align: justify;
            }
        
          .article-side {
      
        margin: 0 0px 30px 0px;
        height: auto;
        width: auto;
        padding: 0 0 0 0;
    }
          h3.side {
              padding: 0 0 15px 0;
          }
 
        div.row.pad-top-40 {
       
        margin: 0 15px;
    }

    .calendar-box {
        margin-right: 5px;
    }
       
    input,
    select,
    textarea {
        max-width: 100%;
    }

.k-grid {
    overflow: scroll;
}
/*.container {
    overflow: scroll;
}*/

    .overflowScroll {
     overflow: scroll;
    }
    .mainContainer{
        padding-bottom:500px;
    }
    /*div.button a{
        width:auto;
        height:auto;
    }*/

.material-box { min-width: 230px; margin-bottom:11px}

    article .article-padding {
        padding-left: 20px;
        padding-right: 20px;
    }

    a.blog-navigation .perex {
        display: none;
    }

    .row {
        margin-left:0;
        margin-right: 0;
    }

    /*blog addpicture*/
    .modal-content{
    min-width:310px;
}
    .modal-body .btn{
        padding:6px 11px;
    }
    /*Konec - blog addpicture*/
    .sirkaMax{
    width:auto;
    margin-top:10px;
}
    /*.responsBtn{
    width:auto;
    height:auto;
}*/
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        padding-top: 45px;
    }
    .navbar-nav a.active {
        border: 0px;
     }
    .gray-row-small {
    background-color: #EBEBEC;
    padding: 45px 0 15px 0;
}
    .profile-menu a {
        padding: 15px 12px 10px 12px; /*aby se vešlo submenu v testování atd*/
    }

    .navbar {
        min-height: 70px;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 15px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 0px;
                padding-bottom: 10px;
            }
 div.row.pad-top-40 {
       
        margin: 0 15px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /*since 3.1.0*/
    .navbar-collapse.collapse.in {
        display: block !important;
        margin-top: 0;
    }

    .collapsing {
        overflow: hidden !important;
    }



    input, select, textarea {
        max-width: 100%;
    }

  

    footer {
        height: auto;
    }
        
 .navbar-brand {
     height: 60px;
        padding: 15px 0 0 85px;
        margin: 7px 0 0 0px;
        left: -10px;
        height: 62px;
        background-position-x: 10px;
        background-size: 70px 135px;
  
    }


      #centerForm .grayColumn {
          width:auto ;
          text-align: justify;
          margin-bottom: 10px;
      }
}

@media (min-width: 992px) and (max-width: 1200px) {
     body {
         padding-top: 45px;
     }

     

    .navbar-nav {
        padding-top: 0;
    }

    .navbar-brand {
        padding-right: 0;
        line-height: 50px;
        background: none;
        height: 50px;
        top: 0;
        margin-top: 10px;
        padding: 0 15px;
    }

    .navbar-nav > li > a {
        padding: 10px 8px 10px 8px;
    }

    #calendar {
        display: none;
    }

    article .article-padding {
        padding: 30px;
        }
    #articleMain {
         margin-bottom: 0px;
    }
     #articleMain > img {
        width: 100%;
        
    }
     #articleMain > h2, .text {
         margin: 10px 0 0px 0;
     }

      div.article-side {
        height: auto;
      }
      .article-list-mode-switcher {
        top: 8px;
        right: 8px;
        margin: 10px 10px 10px 0;
        }

      #centerForm .grayColumn {
          width:auto ;
          text-align: justify;
          margin-bottom:10px
      }
}

.import-steps {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%
}

.import-steps .progressbar {
    counter-reset: step
}

.import-steps .progressbar li {
    list-style-type: none;
    float: left;
    width: 33.33%;
    position: relative;
    text-align: center
}

.import-steps .progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #e6eff5;
    position: relative;
    z-index: 5
}

.import-steps .progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e6eff5;
    top: 20px;
    left: -50%
}

.import-steps .progressbar li:first-child:after {
    content: none
}

.import-steps .progressbar li.active {
    color: #e5097f;
    font-weight: bold
}

.import-steps .progressbar li.active:before {
    background-color: #e5097f;
    color: #fff
}

#idColumns select {
    max-width: 128px;
}

.is-valid {
    border-color: #28a745;
}

.is-invalid {
    border-color: #dc3545;
}

.valid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.align-text-top {
    vertical-align: top;
}

@media (max-width: 360px) {
    .navbar-brand {
        font-size: 22px;
    }

    .calendar-box {
        width: 100%;
    }
}