@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*font-family: 'Ubuntu', sans-serif;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-size-adjust: 100% !important;
}

h2 {
    color: #0A276F;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
}

h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0;
    margin-top: 15px;
}

h5 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 5px;
}

h6 {
    font-size: 18px;
    margin: 0;
}

textarea,
input {
    font-family: 'Open Sans', sans-serif;
}

select:focus,
input:focus,
button:focus {
    outline: none;
}

input::placeholder {
  color: #989b9a;
}

input:-ms-input-placeholder {
  color: #989b9a;
}

input::-ms-input-placeholder {
  color: #989b9a;
}

.hide {
    display: none;
}

.error-txt {
    color: rgb(255,0,0);
}

.search-inner p {
    font-size: 18px;
}

.search-inner p a {
    font-weight: 600;
    font-size: 24px;
    color: #000;
}

.search-inner p a.normal {
    font-size: 20px;
    font-weight: 500;
}

.search-inner p a:hover {
    color: #333;
}

.search-inner .search-drop {
    position: absolute;
    top: 52px;
    background: #fff;
    width: 100%;
    text-align: left;
    z-index: 9999;
}

.search-inner .search-drop ul {
    padding: 0;
    margin: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: hidden;
}

.search-inner .search-drop ul li {
    list-style-type: none;
    font-size: 16px;
}

.search-inner .search-drop ul li a {
    width: 100%;
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
}

.search-inner .search-drop ul li a:hover {
    background: #fafafa;
}

.search-inner .search-drop ul li a span {
    color: #919191;
    margin-left: 7px;
    font-size: 12px;
}

.search-inner .search-drop ul li.highlight {
    background: #fafafa;
}

.search-inner .search-drop ul li.red a {
    color: rgb(255,0,0);
}


.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12 {
    display: inline-block;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    min-height: 1px;
}

.col-md-2 {
    width: 16.66%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33%;
}

.col-md-6 {
    width: 50%;
}

.col-md-8 {
    width: 66.66%;
}

.col-md-9 {
    width: 75%;
}

.col-md-12 {
    width: 100%;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    display: inline-block;
}

.header .logo {
    text-decoration: none;
}

.header .logo img {
    height: 30px;
    padding-top: 20px;
}

.home .header .logo {
    display: none;
}

.header .search-outer {
    margin-top: 0;
    margin-left: 30px;
    display: inline-block;
    position: relative;
    top: -8px;
}

.header .search-input {
    display: inline-block;
}

.header .search-input input {
    width: 300px;
    padding: 5px 15px;
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
}

.header .search-inner i {
    top: 11px;
    left: 15px;
    font-size: 16px;
}

ul.navigation {
    text-align: right;
    padding: 0;
    margin: 0;
}

ul.navigation li {
    list-style-type: none;
}

ul.navigation li a {
    padding: 25px 0;
    display: inline-block;
    color: #888;
    font-size: 16px;
    text-decoration: none;
}

ul.navigation li.active a {
    color: #000;
    font-weight: 700;
}

/* SEARCH */

.search-outer {
    text-align: center;
    margin-top: 150px;
}

.search-outer .logo {
    margin-bottom: 40px;
}

.search-inner {
    display: inline-block;
    position: relative;
}

.search-inner i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #888;
    font-size: 18px;
}

.search-input input {
    width: 900px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 40px;
    padding: 5px 25px;
    padding-left: 50px;
    font-size: 20px;
    margin-top: 0;
}

/* CMS */
.cms {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 350px;
    font-size: 16px;
}

.cms h1 {
    text-transform: uppercase;
    font-size: 40px;
    margin: 0;
    margin-bottom: 30px;
}

.cms p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
}

/* WORD */
.section-word {
    padding-top: 50px;
    padding-bottom: 100px;
    display: inline-block;
    width: 100%;
}

.word-right {
    margin-bottom: 250px;
}

.word-headline h1 {
    font-size: 60px;
    display: inline-block;
    margin: 0;
}

.word-headline a {
    color: #000;
    text-decoration: none;
}

.word-headline span {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}

.word-meta span {
    color: rgb(142, 88, 163);
    font-size: 20px;
    position: relative;
    padding-right: 19px;
    margin-right: 6px;
}

.word-meta span:before {
    content: '';
    width: 7px;
    height: 7px;
    background: rgb(142, 88, 163);
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 0;
    border-radius: 100%;
}

.word-meta span:last-child:before {
    display: none;
}

.word-content {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
}

.word-content .item {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}

.word-content p {
    margin: 0;
    margin-bottom: 10px;
}

.item.anchor .text {
    padding-left: 30px;
}

.item i.anchor-symbol {
    display: none;
}

.item.anchor i.anchor-symbol {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    background: #e28940;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    top: 4px;
    display: inline-block;
}

.item p a {
    color: #000;
}

.item h4 {
    margin-bottom: 0;
}

/* FOLD */
.fold {
    border: 2px solid #111;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 10%);
    border-width: 0;
}

.fold.active {
    border-width: 2px;
}

.fold-header {
    text-align: center;
    position: relative;
}

.fold h3 {
    background: #111;
    margin: 0;
    padding: 20px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
}

.fold.active h3 {
    text-align: right;
    padding-left: 110px;
}

.fold .item {
    display: none;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.fold-header img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
    top: -15px;
}

.fold.active .fold-header img {
    width: 100px;
    position: absolute;
    left: 0;
    top: -15px;
}

.fold.word-origin {
    border-color: transparent;
}

.fold.active.word-origin {
    border-color: #b4c853;
}

.fold.word-origin h3 {
    background: #b4c853;
}

.fold.word-expressions {
    border-color: transparent;
}

.fold.active.word-expressions {
    border-color: #80c5c8;
}

.fold.word-expressions h3 {
    background: #80c5c8;
}

.fold.active .item {
    display: inline-block;
}

.fold .item.anchor i.anchor-symbol {
    top: 21px;
}

.fold.word-origin .item.anchor i.anchor-symbol {
    background: #b4c853;
}

.fold.word-expressions .item.anchor i.anchor-symbol {
    background: #80c5c8;
}

.section-suggestion {
    margin-bottom: 250px;
}

.section-suggestion p {
    font-size: 20px;
}

.blue-txt {
    color: rgb(89, 93, 149);
}

/* FOOTER */

.footer-illustration {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    bottom: -15px;
}

.footer-illustration img {
    height: 250px;
    display: inline-block;
    float: right;
    bottom: -15px;
    position: relative;
}

.home .footer-illustration img {
    height: 250px;
    display: inline-block;
    margin: 0 auto;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
    z-index: 0;
}

.home .footer {
    z-index: -1;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
}

.footer-bottom {
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-align: center;
    background-color: rgb(105, 201, 202);
    box-sizing: border-box;
}

/* LOGIN */
.login-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 100px;
}

.login-form .logo img {
    width: 100%;
    margin-bottom: 50px;
}

.login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 16px;
}

.login-form .btn-cta {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #80c6c8;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.admin ul.navigation li {
    list-style-type: none;
    display: inline-block;
}

.admin ul.navigation li a {
    padding-left: 15px;
    padding-right: 15px;
}

.narrow {
    max-width: 600px;
    margin: 0 auto;
}

.admin .content .container {
    max-width: 900px;
    margin-top: 100px;
}

.admin .box {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}

.admin .box h1 {
    margin: 0;
    margin-bottom: 20px;
}

.admin .btn {
    background: rgb(105, 201, 202);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.admin .nav a {
    color: #999;
    padding: 20px 0;
    display: inline-block;
    font-size: 14px;
}

.admin label {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 5px;
}

.admin input {
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 10px 12px;
    width: 100%;
    font-size: 16px;
}

.admin textarea {
    display: inline-block;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 10px 12px;
    width: 100%;
    height: 100px;
    font-size: 16px;
}

.admin .trumbowyg-editor {
    min-height: 70px;
    height: 50px;
}

.admin .trumbowyg-editor p {
    margin: 0;
}

.admin .trumbowyg-box {
    min-height: 70px;
    margin-bottom: 20px;
}

.trumbowyg-button-pane button {
    text-indent: -9999px;
}

.trumbowyg-button-pane button::before {
    font-family: "Font Awesome 5 Pro";
    text-indent: 0;
    float: left;
}

.trumbowyg-button-pane button[title="View HTML"]::before {
    content: '\f121';
}

.trumbowyg-button-pane button[title="Bold (Cmd + B)"]::before {
    content: '\f032';
}

.trumbowyg-button-pane button[title="Italic (Cmd + I)"]::before {
    content: '\f033';
}

.trumbowyg-button-pane button[title="Strikethrough"]::before {
    content: '\f0cc';
}

.trumbowyg-button-pane button[title="Underline"]::before {
    content: '\f0cd';
}

body table.dataTable thead .sorting_asc, 
table.dataTable thead th {
    text-align: left;
    background-image: none!important;
    border-bottom: 2px solid #eee!important;
}

table.dataTable tbody td {
    padding-left: 20px!important;
}

table.dataTable tbody tr td {
    border-bottom: 1px solid #eee!important;
}

table.dataTable th:last-child, 
table.dataTable td:last-child {
    text-align: right;
    padding-right: 0;
}

table.dataTable th:first-child, 
table.dataTable td:first-child {
    text-align: left;
    padding-left: 0!important;
}


table.dataTable tbody tr td a {
    font-weight: 600;
    color: #66b1b3;
    text-decoration: none;
}

body .dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid #eee;
    background: #fafafa;
    padding: 8px 12px;
}

body .dataTables_wrapper .dataTables_length {
    padding-left: 0px;
    position: relative;
    top: 3px;
}

body table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.section-dashboard-numbers {
    text-align: center;
}

.section-dashboard-numbers span.num {
    font-size: 70px;
    font-weight: 600;
}

.section-dashboard-numbers h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.admin .nav .right {
    float: right;
    margin-top: 10px;
}

.admin .nav .btn {
    text-decoration: none;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 7px 20px;
    position: relative;
    top: 3px;
    margin-bottom: 15px;
}

@media ( max-width: 830px ) {

    .header .search-input input {
        width: 200px;
    }

}

@media ( max-width: 699px ) {

    .wrapper {
        padding-bottom: 250px;
    }

    .home .wrapper {
        padding-bottom: 0;
    }

    ul.navigation {
        width: 100%;
        display: inline-block;
    }

    .search-outer .logo img {
        height: 30px;
    }

    .search-input input {
        width: 100%;
    }

    .header .col-md-3 {
        width: 100%;
    }

    .home .footer-illustration img {
        height: 200px;
        float: right;
    }

    .header .search-outer {
        margin-left: 0;
        margin-top: 30px;
    }

    .word-left {
        width: 100%;
        margin-bottom: 50px;
    }

    .word-right {
        width: 100%;
    }

    .word-headline h1 {
        margin-bottom: 5px;
        width: 100%;
        word-break: break-all;
        font-size: 40px;
        line-height: 45px;
    }

    .word-headline span {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 21px;
        display: inline-block;
    }

    .section-word {
        padding-bottom: 0;
    }

}


