@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');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&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;
}

body {
    background: url('/assets/img/bg.png');
    background-size: cover;
}

h1 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-weight: 400;
}

h2 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 25px;
}

h3 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0;
    margin-top: 15px;
}

h4 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-weight: 400;
}

h5 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-size: 26px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
}

h6 {
    font-family: 'Fredoka One', cursive;
    color: #263569;
    font-size: 18px;
    font-weight: 400;
    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: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;
    border-radius: 5px;
}

.search-inner .search-drop ul li {
    list-style-type: none;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}

.search-inner .search-drop ul li:last-child {
    border-bottom: 0;
}

.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 small {
    font-size: 16px;
}

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

.search-inner .search-drop ul li a span {
    color: #919191;
    margin-left: 7px;
    margin-top: 2px;
    font-size: 12px;
    float: right;
    color: #263569;
    font-family: 'Fredoka One', cursive;
}

.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-5,
.col-md-6,
.col-md-7,
.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-5 {
    width: 41.66%;
}

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

.col-md-7 {
    width: 58.33%;
}

.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;
    background: url(/assets/img/bg.png);
    background-size: cover;
}

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

.header {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #fff;
    padding-bottom: 20px;
}

.header::after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(/assets/img/arc.png);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    bottom: -40px;
    left: 0;
}


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

.header .logo img {
    height: 60px;
    padding-top: 27px;
}

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

.header .search-input {
    display: inline-block;
    position: relative;
    top: 44px;
    width: 100%;
}

.header .search-input input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    line-height: 25px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 10px;
}

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

ul.navigation {
    text-align: right;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    font-family: 'Fredoka One', cursive;
}

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

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

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

ul.navigation li.btn-user a {
    background: url(/assets/img/btn-std.png);
    background-size: cover;
    background-position: right;
    padding: 10px 15px;
    padding-right: 50px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    min-width: 170px;
    text-align: left;
    box-sizing: border-box;
    position: relative;
}

ul.navigation li.btn-user img.icon {
    width: 26px;
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 0;
}

.alert {
    text-align: center;
    color: #f4e2e2;
    color: #a63a3a;
    margin-bottom: 20px;
}

.btn-admin {
    position: absolute;
    top: 8px;
    right: 25px;
    color: #999;
    text-decoration: none;
}

.msg-alert {
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 20px 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    background: #fafafa;
}

.msg-alert a.md-trigger {
    color: #263569;
    font-weight: 600;
}




/******/
.form-page {
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 5px 25px;
    box-sizing: border-box;
}

.form-page .col-md-12 {
    padding: 0;
}

.form-page h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.divider {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-dashboard .dataTables_wrapper .dataTables_length {
    display: none;
}

.section-dashboard table {
    width: 100%;
    font-size: 13px;
}

.section-dashboard table td:last-child {
    text-align: right;
}

.section-dashboard table td {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
}

.section-dashboard table td span.small {
    font-size: 10px;
    color: #888;
    font-weight: 600;
}


.section-dashboard label.input-outer {
    margin: 0;
    font-size: 13px!important;
}

.section-dashboard a {
    color: #4eaf99;
    text-decoration: none;
}

#licens .dataTables_wrapper .dataTables_length {
    display: none;
}

.section-classtree h2,
.section-classtree h3 {
    margin: 0;
    margin-bottom: 5px;
}

.section-classtree h3 {
    margin-bottom: 10px;
}

.section-classtree .btn {
    width: auto!important;
    float: right;
}

.classtree ul {
    margin: 0;
    padding: 0;
}

.classtree ul li {
    list-style-type: none;
    padding: 5px 0;
}

.section-dashboard h2,
.section-userinfo h2,
.section-customerinfo h2 {
    margin: 0;
    margin-bottom: 20px;
}

.section-userinfo .dataTables_wrapper .dataTables_filter {
    width: 100%;
    display: none;
}

.section-customerinfo ul {
    margin: 0;
    padding: 0;
}

.section-customerinfo ul li {
    list-style-type: none;
    font-size: 16px;
    padding: 3px 0;
}

.section-dashboard .nav {
    position: absolute;
    top: 14px;
    right: 25px;
}

.section-dashboard .dataTables_wrapper .dataTables_filter {
    width: 100%;
}


/* DASHBOARD / OVERVIEW */
.info-box {
    background: #fafafa;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #eee;
}

.info-box p {
    margin: 0;
    color: #666;
}

.box-nav {
    margin-bottom: 15px;
    display: flex;
}

.box-nav .btn-save {
    margin-left: auto;
    width: auto!important;
}

.btn-back {
    color: #fff!important;
    padding: 10px 0;
    display: inline-block;
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
    font-size: 14px;
    text-decoration: none;
}

.btn-back:hover {
    color: #4eaf99!important;
}

.section-schoolyear {
    display: flex;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    align-items: center;
    justify-content: center;
}

.section-schoolyear select {
    width: 70%;
    margin-left: auto;
    margin-bottom: 0;
}

/* SEARCH */

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

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

.search-inner {
    width: 100%;
    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: 2px solid #eee;
    border-radius: 5px;
    padding: 5px 25px;
    padding-left: 50px;
    font-size: 20px;
    margin-top: 0;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

/* 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;
}

.item-outer {
    position: relative;
}

.btn-lock {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.section-right .btn-lock {
    top: 20px;
}

.btn-lock img {
    width: 100%;
}

a.md-trigger {
    color: #263569;
}

/* CARDS */
.section-filter ul {
    margin: 0;
    padding: 40px 0;
    padding-top: 50px;
    text-align: center;
}

.section-filter ul li {
    display: inline-block;
}


.section-filter ul li a {
    padding: 5px 25px;
    margin: 0 5px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #264782;
    border-radius: 10px;
    font-family: 'Fredoka One', cursive;
}

.section-filter ul li a.active {
    background: #fff;
    color: #264782;
}

.section-cards .item {
    position: relative;
    margin-bottom: 30px;
    /*padding: 4px 6px;*/
}

.section-cards .item img {
    width: 100%;
    border-radius: 20px;
}

.section-cards .item .banner {
    position: absolute;
    bottom: 40px;
    left: 20px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    font-size: 24px;
    font-weight: 400;
    color: #263569;
    font-family: 'Fredoka One', cursive;
}

.splash {
    position: absolute;
    top: -20px;
    right: 0;
    background: #000;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-10deg);
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Fredoka One', cursive;
}

.splash.blue {
    background: #568ec7;
}

.splash.orange {
    background: #e0623d;
}

.splash.green {
    background: #68ad59;
}

.splash span {
    font-size: 19px;
    line-height: 24px;
}

.splash span b {
    font-size: 26px;
    display: inline-block;
    font-weight: 400;
}

.splash span small {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

.content.white {
    background: #fff;
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    padding-bottom: 150px;
    position: relative;
}

.content.white::after {
    content: '';
    width: 100%;
    height: 40px;
    background: url(/assets/img/arc.png);
    background-size: cover;
    background-position: bottom;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.section-center {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
}

.btn-edit-show img {
    width: 40px;
    height: 40px;
}

.md-content h3 {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.md-content h3 .btn-edit-show {
    position: absolute;
    top: 33px;
    margin-left: 30px;
}

.md-content .btn-edit {
    cursor: pointer;
    background: url(/assets/img/btn-logout.png);
    background-size: cover;
    background-position: right;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    top: 34px;
    right: 60px;
}

.delete-outer {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}

.delete-outer a {
    cursor: pointer;
    color: #FF2600;
    font-weight: 400;
    font-family: 'Fredoka One', cursive;
}

.delete-outer a.blue {
    color: #263569;
}

span.delete-user-outer {
    color: #263569;
    font-weight: 400;
}

/* FOOTER */
.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    z-index: 0;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 0;
    display: inline-block;
    font-family: 'Fredoka One', cursive;
}

.footer .right {
    text-align: right;
}

.footer .right a {
    font-size: 18px;
    position: relative;
    top: 3px;
}

.footer-some {
    text-align: left;
}

.footer-some img {
    width: 35px;
}

.footer-some a {
    margin-right: 10px;
}

.footer-bottom {
    width: 100%;
    display: inline-block;
    padding: 40px 0;
    text-align: center;
    box-sizing: border-box;
}

.footer-top ul {
    padding: 0;
    margin: 0;
    margin-top: 40px;
}

.footer-top ul li {
    display: inline-block;
}

.footer-top ul li a {
    font-size: 18px;
}

/* LOGIN */
.form {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.form label {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

.form input {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.form input.error {
    background: #f4e2e2;
}

.form select {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.form .btn-cta {
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Fredoka One', cursive;
    color: #fff;
}

.form .btn {
    color: #263569;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fredoka One', cursive;
}

.form .discret {
    color: #999;
    font-style: italic;
}

.signup-newsletter label {
    width: auto;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -1px;
    left: 2px;
}

.signup-newsletter input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.signup-newsletter input[type="checkbox"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.error-msg span {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -5px;
    color: #FF2600;
}

#modal-login .alert span {
    width: 100%;
    display: inline-block;
}

#modal-login .alert span.blue {
    color: #263569;
}

.univers h1 {
    font-size: 40px;
    margin-top: 12px;
    margin-bottom: 15px;
}

.univers h2 {
    font-size: 30px;
}

.univers p {
    font-size: 16px;
    line-height: 24px;
}

.univers .link.item {
    background: #a2d7ef;
    min-height: 150px;
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}

.univers .link.item img {
    width: 100%;
    float: left;
}

.univers .link.item .banner {
    position: absolute;
    bottom: 10px;
    left: 15%;
    background: #263569;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width: 70%;
    text-align: center;
    box-sizing: border-box;
    font-family: 'Fredoka One', cursive;
}

.univers .link.item .banner small {
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
}

.univers .section-right .link.item .banner {
    left: 5%;
    width: 90%;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb span {
    color: #999;
    text-decoration: none;
}

.breadcrumb small {
    font-size: 13px;
}

.breadcrumb i {
    margin: 0 10px;
    font-style: normal;
    color: #999;
    font-size: 10px;
    position: relative;
    top: -1px;
}

.download {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

.download img {
    width: 100%;
}

.download a {
    background: url(/assets/img/btn-reset.png);
    background-size: cover;
    background-position: right;
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    font-family: 'Fredoka One', cursive;
}

.hide {
    display: none;
}

.md-modal .pre {
    padding-top: 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.md-content button.md-close {
    position: absolute;
    top: 9px;
    right: 14px;
    background: none;
    border: 0;
    font-size: 20px;
    opacity: 0.4;
}

.btn-cta {
    cursor: pointer;
    background: url(/assets/img/btn-logout.png);
    background-size: cover;
    background-position: right;
    padding: 14px 45px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.center {
    text-align: center;
}

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

.md-content > div p {
    font-weight: 400;
}

p.discret {
    color: #999;
    font-style: italic;
}

.admin .header {
    margin-bottom: 100px;
}

.admin ul.navigation li {
    display: inline-block;
}

.admin ul.navigation li a {
    padding: 10px 15px;
}

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

.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%;
    background: #fff;
    position: relative;
}

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

.admin .btn {
    background: #4eaf99;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'Fredoka One', cursive;
}

.admin .btn-add {
    position: absolute;
    top: 28px;
    right: 40px;
    font-size: 30px;
    color: #263569;
    cursor: pointer;
}

.admin .nav a {
    color: #999;
    padding: 20px 0;
    display: inline-block;
    font-size: 14px;
    font-family: 'Fredoka One', cursive;
}

.admin label {
    width: 100%;
    display: inline-block;
    font-weight: 300;
    font-size: 16px;
    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 {
    height: 250px!important;
}

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

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

.admin .section-actions {
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.admin .section-actions a {
    color: #aa4040;
}

.admin span.btn-delete-item {
    cursor: pointer;
}

.btn-delete {
    cursor: pointer;
}

#downloads {
    margin-top: 30px;
}

#downloads div#table_length {
    display: none;
}

.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 th, 
table td {
    font-weight: 400!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: 400;
    font-size: 16px;
    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;
    display: inline-block;
}

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

.section-products div#table_filter,
.section-products div#table_length,
.section-products div#table_info,
.section-products div#table_paginate {
    display: none;
}

.section-products div#table_wrapper {
    padding: 0 20px;
}

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

.admin .nav .left {
    float: left;
    margin-top: 7px;
}

.admin .nav .left a {
    text-decoration: none;
}

.admin .nav .btn {
    text-decoration: none;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    top: 3px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Fredoka One', cursive;
}

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

.admin .section-cards {
    width: 100%;
    display: inline-block;
}

.admin .section-cards .item {
    min-height: 200px;
}

.admin .section-cards .item .banner {
    left: 0;
    font-size: 18px;
}

.admin .section-cards .item .img {
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: relative;
    background: #eee;
    left: 0;
    border-radius: 20px;
}

.dz-default.dz-message {
    border: 2px dashed #eee;
    text-align: center;
    padding: 20px;
}

.section-media-single h4.section-sub-title {
    display: none;
}

.onyx-dropzone-info .actions {
    display: none;
}

.section-media-single span.small {
    font-size: 11px;
    color: #999;
    margin-bottom: 40px;
    display: inline-block;
}

.section-media img {
    width: 55px;
}

select {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid #eee;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

/* Customize the label (the container) */
.input-outer {
    display: block;
    position: relative;
    font-weight: 400!important;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.input-outer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.input-outer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.input-outer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.input-outer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.input-outer .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}

@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 {
        display: inline-block;
        margin-top: 0;
        width: 100%;
    }

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

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

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

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

    .header .logo {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .header .search-input {
        top: 0;
    }

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

    .section-cards .item {
        width: 100%;
        padding: 20px;
    }

    .univers .section-left, 
    .univers .section-center, 
    .univers .section-right {
        width: 100%;
    }

    .content.univers {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .footer .right {
        position: relative;
    }

}


