
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}
.navbar-inverse .navbar-brand {
    background-image: url(/resources/images/template/smart-icon-114x114.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #FFF;
}*/


body {
    min-height: 2000px;
    /*padding-top: 40px;*/
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 400;
    /*background-color: #CCC;*/
}
h1 {
    letter-spacing: -1px;
}
h1, h2, h3, h4, h5, h6 {

}

* strong {
    font-weight: 700;
}

.btn {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    border: none;
}

.categorylinks {
    margin-top: 0.5em;
}

.categorylinks a {
    display: inline-block;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    padding: 6px 12px;
    background-color: yellow;
    color: black !important;
    text-decoration: none;
    margin-right: 7px;
    font-weight: bold;
    transition: 0.15s;
}

    .categorylinks a:hover, .categorylinks a:focus, .categorylinks a.active {
        color: #FFF !important;
        background-color: black;
    }

    .table.table-striped td, .table.table-striped th {
        border: none;
        vertical-align: middle;
        padding: 15px;
    }


    .navbar-brand {
        /*background-image: url(/wcms/images/smart-icon-20x20.png);*/
        background-position: 5px center;
        background-repeat: no-repeat;
        /*padding-left: 30px;*/
        color: #FFF;
    }
.navbar-inverse .navbar-brand {
    color: #FFF;
    font-weight: 900;
}

.navbar-inverse {
    /*background-image: url(/resources/fullimages/large/141535-19.jpg);
    background-size: cover;
    background-position: center center;*/
}

    .navbar-inverse .navbar-nav > li > a {
        color: #FFF;
        /*padding: 30px;*/
    }

    .navbar-nav .active {
        font-weight: bold;
    }
/*.smartadmin-nav {
    padding-top: 4px;
}
    .smartadmin-nav .nav-tabs {
        border-bottom: none;
    }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:visited {
    background-color: #CCC;
    color: #000;

}
    .navbar-inverse .navbar-nav > a:hover {
        background-color: red;
    }*/    



textarea {
    width: 100%;
    font-family: 'Courier New','Courier';
}

.tinymce.standard, .tinymce.noforcedrootblock {
    height: 400px;
}
.tinymce.slideshow {
    height: 600px;
}

.nonbreaking {
    white-space: nowrap;
}

.page-header {
    margin-top: 0px;
}

table.paginated .pager, table.paginated .pager * {
    border-top: none;
}

table.paginated .pager table td span, table.paginated .pager table td a  {
    display: inline-block;
    padding: 10px 20px;
    background-color: #CCC;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 18px;
}

table.paginated .pager table td a {
    background-color: darkcyan;
    color: #FFF;
}

.alert {
    background-color: yellow;
    padding: 20px;
    border: none;
    color: black;
}

.btn.btn-success {

}

a {
    color: black;
}
.btn, .panel, .jumbotron, .form-control {
    border-radius: 0 !important;
}

.jumbotron {
    background-color: transparent;
    text-align: left;
    color: #FFF;
    background-image: linear-gradient(to bottom, transparent, #00C6CF), url(/resources/fullimages/large/141535-19.jpg);
    background-size: cover;
    background-position: center center;
}

.help-block {
    /*display: flex;
    align-items: center;
    padding: 16px;
    background-color: #f0fbfc;*/ /* Subtle tint to match the icon */
    /*border-radius: 8px;
    border-left: 5px solid #00C6CF;
    color: #333;
    font-family: sans-serif;*/
    /* The SVG Icon */
    /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300C6CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E");*/
    /*background-image: url("data:image/svg+xml;utf8,\
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300C6CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\
    <circle cx='12' cy='12' r='10'/>\
    <line x1='12' y1='16' x2='12' y2='12'/>\
    <line x1='12' y1='8' x2='12.01' y2='8'/>\
  </svg>");*/
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='10' stroke='%2300C6CF' stroke-width='2'/%3E%3Cpath d='M12 16V12' stroke='%2300C6CF' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='8' r='1' fill='%2300C6CF'/%3E%3C/svg%3E") no-repeat center;
    background-repeat: no-repeat;
    background-size: auto 1.2em;  
    background-position: left 0.15em;
    padding-left: 1.5em;
    /*background-color: navy;*/
    /*margin: 0.5em;*/
}

.form-group {
    padding: 1em;
    background-color: #EFEFEF;
    /*border: 1px solid #DDD;*/
    box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
    margin-bottom: 1em;
    border-radius: 0.4em;
}

    .form-group .form-control {
        border: none;
        border-radius: 0.2em !important;
    }

.btn, .categorylinks a {
    border-radius: 0.2em !important;
}


/* Desktop / Large devices (992px and up) */
@media (min-width: 992px) {
    .action-bar {
        display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px; 
        background-color: #EEE;
        margin: auto;
    }
    .action-bar > * {
        margin: 0;
    }
    body {
        margin-bottom: 200px;
    }
}

/* login form mini */
section.mini-block {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.16);
    padding: 15px;
    background-color: white;
    border-bottom: 4px solid #CCC;
}