.body-content {
    flex: 1 0 0;
    background: url(/Content/img/mapa.png) center 225px no-repeat #fff;
}

h1, h2, h3, h4, h5, h6, hf {
    font-family: 'Clara Serif',arial,verdana;
}

h1 {
    font-size: 23px;
}

h3 {
    font-size: 18px;
}


.lng-masthead {
    background: url(/Content/img/mapa.png) center 20px no-repeat #171717;
}

.logobar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav .active {
    background: #c7c9ca;
    color: black;
}

.nav a:hover {
    background: #c7c9ca;
}

.h-ssc {
    border-top: 7px solid #f49339;
}

.h-scs {
    border-top: 7px solid #429ed2;
}

.h-psp {
    border-top: 7px solid #e72534;
}

.h-gs {
    border-top: 7px solid #bd33e6;
}

.h-n {
    border-top: 7px solid #acca57;
}

.h-ssc:hover {
    color: #f49339;
    color: black;
}

.h-scs:hover {
    color: #429ed2;
    color: black;
}

.h-psp:hover {
    color: #e72534;
    color: black;
}

.h-gs:hover {
    color: #bd33e6;
    color: black;
}

.h-n:hover {
    color: #acca57;
    color: black;
}

.color_ssc {
    color: #f49339 !important;
}

.color_scs {
    color: #429ed2 !important;
}

.color_psp, .color_pravidla {
    color: #e72534 !important;
}

.color_gs, .color_grm {
    color: #bd33e6 !important;
}

.color_n {
    color: #acca57 !important;
}

.btn-disc-enter {
    width: 100%;
    margin-top: 10px;
    color: #fff;
    background-color: #429ed2;
    border-color: #acca57;
    border: none;
    font-weight: 500;
}

.btn-ssc-themes {
    background-color: #f49339;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-ssc-themes:hover {
        background-color: #f49339;
        color: black;
    }

.btn-grm-themes {
    background-color: #bd33e6;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-grm-themes:hover {
        background-color: #bd33e6;
        color: black;
    }

.btn-pravidla-themes {
    background-color: #e72534 !important;
    width: 100%;
    margin-bottom: 15px;
}

    .btn-pravidla-themes:hover {
        background-color: #e72534 !important;
        color: black;
    }

.bg-nech-orange:hover, .btn-advs:hover {
    color: black !important;
}

.mp-info {
    font-size: 14px;
}

.mp-info-hidden {
    display: none;
}

.mp-info-more, .mp-info-less {
    cursor: pointer;
    font-weight: 500;
}

.mp-infow {
    margin-bottom: 40px;
}

#lingea-logoR {
    float: right;
}

.col-my-fifth {
    width: 20%;
    text-align: left;
    color: white !important;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.2); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.2), rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.2), rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255,0,0,0)); /* Standard syntax */
    margin: 0px 5px 0px 0px;
}

.nav .active {
    color: black !important;
}

/*zmensenie farebneho menu */
@media screen and (max-width: 992px) {
    .col-my-fifth {
        font-size: 15px;
        line-height: 16px;
    }

    .nav-link {
        display: block;
        padding: .3em 1em;
        font-weight: bold;
        font-size: 18px;
    }
}



.sbar {
    width: 100%;
    background: #c7c9ca;
    padding: 5px 0px 5px 0px;
    z-index: 5;
}

.sbar-s {
    width: 100%;
}

#stickyph {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sbar-ddmenu {
    background: #f49339;
}

.dd1 {
    padding: 10px;
}


.main-content {
    padding-top: 20px;
}

.recommendations img {
    width: 100%;
    margin-top: 15px;
}

.footer {
    background-color: #BDBDBD;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
}

    .footer a {
        color: white !important;
        font-weight: 400;
    }

    .footer hr {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .footer ul {
        padding-left: 0px;
    }

hf {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2f2f2f;
}

.lensico {
    position: absolute;
    right: 32px;
    top: 5px;
    z-index: 3;
    font-size: 21px;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
    background: transparent;
    border: 0px;
}

    .lensico:active {
        background-size: 23px 23px;
    }












.justify-icons {
    display: flex;
    justify-content: space-between;
    max-height: 33px;
}

.micons i {
    font-size: 25px;
    line-height: 35px;
    cursor: pointer;
}

    .micons i:hover {
        font-weight: bold;
    }

    .micons i:active {
        font-weight: initial;
    }

.mi-disabled1 {
    opacity: 0.4;
    color: black;
    font-weight: initial !important;
    cursor: initial !important;
}

.menu-icon {
    height: 25px;
    width: 25px;
}

    .menu-icon img {
    }

.mi-menu {
    background-image: url("https://slovniky.lingea.cz/Content/img/menu.png");
}

.mi-index_prev {
    background-image: url("https://slovniky.lingea.cz/Content/img/previous.png");
}

.mi-index_next {
    background-image: url("https://slovniky.lingea.cz/Content/img/next.png");
}

.mi-history_prev {
    background-image: url("https://slovniky.lingea.cz/Content/img/hist_back.png");
}

.mi-history_next {
    background-image: url("https://slovniky.lingea.cz/Content/img/hist_next.png");
}

.mi-help {
    background-image: url("https://slovniky.lingea.cz/Content/img/question-mark.png");
}

.mi-opt {
    background-image: url("https://slovniky.lingea.cz/Content/img/settings.png");
}


.mi-divider {
    border-left: 1px solid #000;
    height: 26px;
    margin-top: 4px;
}

.mi-tooltip {
    color: black;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}

.mi-question {
    color: black;
    opacity: 1;
    cursor: pointer;
}




.lmtoggler {
    -moz-transition: all 0.2s linear;
    -webkit-transition: 0.2s linear;
    transition: all 0.2s linear;
    font-size: 25px;
    line-height: 35px;
    margin-right: 10px;
    cursor: pointer;
}

.lmtoggler-rotate {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}




.mcard {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 2px rgba(0,0,0,0.20);
}

.mcardlmenu {
    padding: 5px 10px 5px 10px;
}



    .mcardlc .bspan {
        display: block;
    }



.Find .mcard:first-child span:after {
    content: "";
}

.mcardlcb {
    max-height: initial;
}


.mcardlc span {
    color: black;
    cursor: pointer;
    font-weight: 400;
}

ul {
    list-style-type: none;
}

.resizehandler {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-image: url("/content/img/move-option.png");
    background-size: 15px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.word {
    font-weight: bold;
    color: black !important;
    border-radius: 0px;
    padding-right: 60px;
}

    .word::-ms-clear {
        display: none;
    }

    .word::selection {
        /*background: #acca57;*/
    }

/*autocomplete...*/
.ui-menu-item div:hover {
    /*background: #acca57!important;*/
}

w:hover {
    cursor: pointer;
    text-decoration: underline;
}






/*
    rels -- treeview
*/
.lineBot {
    padding-left: 0px;
}

#navigation span {
    cursor: pointer;
    display: block;
    font-weight:500;
    font-size:15px;
}

#navigation .mfd_lst_bb {
    display: inline-block;
    font-style: italic;
}

#navigation li ul {
    display: none;
    padding-left: 20px;
}

.trbplus:before {
    font-family: FontAwesome;
    content: "\f067";
    margin-right: 5px;
}

.trbminus:before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 5px;
}

.trbempty {
    margin-left: 17px;
    margin-right: 5px;
}

    .trbempty:before {
        /*font-family: FontAwesome;
    content: "\f111";
    margin-right: 5px;*/
    }



.lmenu-expanded {
}

.navbar .navbar-toggler i {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.Find .mcardlf {
    display: none !important;
}

@media (max-width: 1200px) {
    .logobar {
        padding-top: 10px;
        padding-bottom: 5px;
    }
}

@media (max-width: 992px) {
    #lingea-logoL img {
    }

    .navbar .navbar-toggler {
        margin-top: 30px;
        color: #acca57 !important;
        font-size: 25px;
        cursor: pointer;
    }

    .logobar {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@media (max-width: 768px) {
    #lingea-logoL img {
        height: 70px;
    }

    .col-sm-0 {
        width: 0px;
        padding: 0px;
        overflow: hidden;
        height: 0px;
    }
}

@media (max-width: 576px) {
    #lingea-logoL img {
        height: 65px;
    }

    .navbar .navbar-toggler {
        margin-top: 15px;
        color: #acca57 !important;
        font-size: 25px;
        cursor: pointer;
    }

    .col-xs-0 {
        width: 0px;
        padding: 0px;
        overflow: hidden;
        height: 0px;
    }
}



.mclexpanded {
    background: red;
    position: absolute;
    display: block !important;
    left: 0px;
    width: 95%;
    z-index: 50;
    top: 0px;
}



@media (max-width: 992px) {
    .mclexpanded {
        left: -42px;
    }
}

@media (max-width: 576px) {
    .mclexpanded {
        left: 0px;
    }
}



/*
    NAE PRODUKTY / REKLAMA
*/

.nphref {
    text-decoration: none !important;
}

.np {
    padding: 5px;
}

    .np .image {
        text-align: center;
    }


        .np .image img {
            width: 80px;
        }

    .np .text p {
        max-height: 65px;
        overflow: hidden;
        line-height: 13px;
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        color: black;
    }

        .np .text p:hover {
            text-decoration: none !important;
        }

.np {
    text-align: center;
}

    .np h4 {
        margin-top: 5px;
        font-size: 15px !important;
    }


@media (max-width: 768px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

.togglechooser {
    height: 100%;
}

.slovnik-btn {
    display: inline-block;
    height: 100%;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    color: white;
    width: 80px;
    height: 100%;
    background: #fff;
    float: left;
    color: #9b9c9e;
    line-height: 35px;
    font-style: italic;
    text-align: center;
    overflow: hidden;
}

    .slovnik-btn:hover {
        color: #9b9c9e;
    }


.mfd_bas_head {
    margin-bottom: 0px !important;
}

.hidden {
    display: none;
}

@media screen and (max-width: 992px) {
    .col-my-fifth {
        font-size: 15px;
        line-height: 16px;
    }

    .nav-link {
        display: block;
        padding: .3em 1em;
    }
}

.pagination .active a {
    background-color: #bfd584;
    border-color: #c4da89;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bfd584;
    border-color: #bfd584;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 0px 10px;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 6px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


/*
    dd select
*/
.dd-selected {
    padding: 0px 10px !important;
}

.dd-selected-text, .dd-option-selected {
    padding: 5px !important;
    margin-bottom: 0px;
    font-weight: 400;
    cursor: pointer;
}

.dd-option {
    padding: 5px 10px !important;
    margin-bottom: 0px;
}

.dd-option-text {
    margin-bottom: 0px !important;
}

/*morf table*/
#entry-wrapper table {
    width: 100%;
}

#entry-wrapper {
    border: 0px;
    overflow: visible;
}

.mcardnone {
    background: transparent;
    box-shadow: none;
}

.morfwrapper {
    margin-top: 10px;
}

    .morfwrapper .nav-link {
        white-space: nowrap;
    }

.morf-table {
    table-layout: fixed;
    word-wrap: break-word;
}


/*
    rozsirene hladani
*/

.checkbox label {
    line-height: 15px;
}

.exsearchtoggle {
    position: absolute;
    z-index: 10;
    margin-top: 7px;
    font-size: 20px;
    right: 32px;
    cursor: pointer;
}

.exsearchwrapper {
    position: absolute;
    background: #c7c9ca;
    z-index: 15;
    padding: 10px;
}

.exs-tips {
}

.exs-navtabs {
    position: absolute;
    z-index: 55;
    top: -31px;
    border: none;
    margin-left: 1px;
    height: 33px;
    overflow: hidden;
}

.nav-tabs .nav-link:hover {
}

.exs-navtabs .nav-item a {
    background: #f49339;
    color: black;
    margin-right: 2px;
    white-space: nowrap;
}

.exs-navtabs .nav-item .active {
    color: black;
    font-weight: bold;
    background: white;
}

.exsearchwrapper label {
    font-weight: 400;
}

.exs-navtabs-hidden {
    display: none;
}

.margin-t5 {
    margin-top: 5px;
}

.select2-selection__clear {
    margin-top: 3px;
}


/*help*/
.top_titulek_help {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.list_help {
    padding-left: 0px;
}

    .list_help li {
        margin-top: 10px;
    }

        .list_help li img {
            height: 20px;
        }

.fsocicons a {
    font-size: 50px;
    margin-right: 50px;
}

    .fsocicons a:hover {
        color: #f49339 !important;
    }

    .fsocicons a:hover, .fsocicons a:focus {
        text-decoration: initial;
    }


/*rozsirene hladani::after*/
.searchplusico {
    position: absolute;
    right: 7px;
    top: 5px;
    z-index: 3;
    font-size: 21px;
    cursor: pointer;
}


#advinput {
    width: 100%;
}

.float-right {
    float: right;
}

.tab-content {
    margin-top: 10px;
}

.splus-aa {
    margin-bottom: 10px;
}

    .splus-aa select, .splus-aa input {
        height: 26px;
    }

#searchplus p {
    margin: 5px 5px 20px 5px;
}
#searchplus span{
    border-radius: 0px !important
}
.ftxploading {
    text-align: center;
    margin: 50px 0px 50px 0px;
    color: grey;
}
 
.checkbox {
    padding-left: 20px;
}

    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        line-height: 17px;
        cursor: pointer;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
    }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: 'FontAwesome';
            content: "\f00c";
        }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

            .checkbox input[type="checkbox"]:disabled + label::before {
                background-color: #eeeeee;
                cursor: not-allowed;
            }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

.checkbox-opt input[type="checkbox"]:checked + label::before {
    background-color: #f49339;
    border-color: #f49339;
}

.checkbox-opt input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.opttab {
    overflow: auto;
}

.btn-advs {
    color: white;
    background-color: #f49339 !important;
    border: none;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
}

    .btn-advs:hover {
        background-color: #f38118;
        /*font-weight:bold;*/
    }

.minhei {
    min-height: 83px;
}

.modal {
    margin-top: 75px;
}

.modal-header {
    padding: 10px 15px;
    color: #f49339;
}

#searchplus .nav .active {
    color: #f49339 !important;
}

#searchplus link, .nav-tabs .nav-link.active {
    font-weight: 400;
}

#searchplus .close span {
    font-size: 30px;
}

.lex_ful_wsnd {
	color: #000;
	cursor: pointer;
}
.lex_ful_wsnd.play, .lex_ful_wsnd.stop {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0px 0px -6px 5px;
}

._ssc .lex_ful_wsnd.play, #explanation-area .lex_ful_wsnd.play {
    background: url(../../Content/img/play-orange.svg) center center no-repeat;
}
._ssc .lex_ful_wsnd.stop, #explanation-area .lex_ful_wsnd.stop {
    background: url(../../Content/img/stop-orange.svg) center center no-repeat;
}

._scs .lex_ful_wsnd.play, #synonym-area .lex_ful_wsnd.play {
    background: url(../../Content/img/play-blue.svg) center center no-repeat;
}
._scs .lex_ful_wsnd.stop, #synonym-area .lex_ful_wsnd.stop {
    background: url(../../Content/img/stop-blue.svg) center center no-repeat;
}

.stop_tts {
    font-size: 26px;
    line-height: 5px;
    vertical-align: middle;
}

.tts-sound {
    margin-right: 6px;
}

#picture-sidebar-tabs li {
    cursor: pointer;
}

.more {
    font-weight: bold;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 415px;
    }
}

@media (min-width: 1536px) {
    #top-menu .title {
        margin-right: 30%;
        padding-right: 30%;
    }
}
