/* main css */


/* VARIABLES */

:root {
    --theme-color: #c6192d
        /*#2196f3*/
    ;
}

body {
    font-size: 1.2em;
    font-family: sans-serif;
    color: #333;
    /*    padding-top: 2em;* /
    margin: 0 0.3em;*/
    /***********/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /**********/
}

.el-box {
    text-transform: uppercase;
    padding: 15px;
    border-radius: 0%;
    width: 35px;
    color: white;
    background-color: #c6192d
        /*#2196f3*/
    ;
    text-shadow: 2px 2px 2px #00000085;
    display: flex;
    justify-content: center;
    align-items: center;
    /*
	box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
	-webkit-box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
	-moz-box-shadow: 7px 11px 17px -1px rgba(0,0,0,0.43);
	*/
}


/* END OF VARIABLES */

.username-menu {
    padding-right: 5px;
}

.img-icon {
    width: 25px;
}

.user-number-style {
    display: flex;
    /*justify-content: flex-start;*/
    align-items: center;
    /*border: 2px solid red;*/
}

.result-note {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center-content {
    display: flex;
    /*	flex-direction: column;*/
    justify-content: center;
}


/* TEMPLATE */

.img {
    width: 100%;
    border: 2px solid transparent;
}


/*
#checkam-navbar {
    background-color: var(--theme-color);
}*/

.copyright {
    font-size: 1.1em;
    padding: 0 0 0 35px;
}

.copyright-img {
    position: fixed;
    margin: 0 0 0 5px;
}


/*** TABLE DATA 
#userMarkTable_info
***/

#userMarkTable_length,
#userMarkTable_filter {
    display: none;
}

#top-scores-table_length,
#top-scores-table_filter {
    display: none;
}


/*** TABLE DATA ***/


/****** TEXT NON-SELECTABLE ********/

#menu-item a {
    color: white;
    text-decoration: none;
    display: block;
    width: 100%;
    color: white;
    background-color: #328a4f;
    margin: 4px 3px;
}

#menu-item h3 {
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #328a4f;
    /*
    height: 5em;
    color: white;
    background-color: #328a4f;
    margin: 4px 3px;*/
}


/****** TEXT NON-SELECTABLE ********/

#mark-quiz {}

.not-ready-yet {
    text-align: center;
    width: 90%;
    border-radius: 5pX;
    position: absolute;
    top: 5px;
    font-size: 0.8em;
    color: white;
    background-color: #e98484;
}

.answer-display {
    background-color: rgb(211, 243, 211);
    color: #000;
    padding: 5px;
    display: none;
}

#page-nav {
    display: flex;
    justify-content: space-between;
    padding: 0.3em 0.5em;
    box-shadow: 0px 3px 3px;
    height: 1.7em;
}

#navbar-name {
    margin-top: 0em;
}

#page-nav,
#page-footer {
    background-color: #328a4f;
}

#page-footer {
    display: flex;
    justify-content: space-between;
    padding: 0em 0.5em;
    box-shadow: 0px -3px 3px;
    height: 1.8em;
}

#page-footer .footer-item {
    margin-bottom: 0.4em;
}

#quiz .answers .list {
    border: 1px groove #cbe1cbb3;
    padding: 0 0.2em;
    padding-top: 0.3em;
}

.miya-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

td {
    white-space: nowrap;
}

.question-container .question-reporter a {
    color: green;
}

.answers {
    font-size: 0.9em;
}

#restart {
    display: none;
}

#counter {
    position: fixed;
    z-index: 10;
    right: 15px;
    /*width: 90px;*/
    padding: 3px 6px;
    bottom: 40px;
    border: 2px solid var(--theme-color)
        /*#2196f3*/
    ;
    background-color: white;
    display: flex;
    justify-content: space-between;
}

#counter span {
    max-width: 25px;
    text-align: center;
}

.cr {
    display: flex;
    justify-content: center;
}

.cr a {
    border: 2px solid green;
}

.question {
    font-weight: bold;
    font-size: 0.8em;
    color: #409840;
}

.question-container {
    border: 0.5px #0000004d groove;
    border-radius: 5px;
    box-shadow: 3px 3px 5px;
    padding: 15px 5px;
    margin: 10px 0px;
}

.question-container-reporter-display {
    display: block;
    display: flex;
    justify-content: space-around;
}

.question-container .question-reporter {
    display: none;
}


/*
.miya-toolbar {
    background-color: var(--theme-color);
    color: white;
}
*/

#mcq-links a {
    color: var(--theme-color);
}

.checkam-popup {
    background-color: var(--theme-color);
}

button.checkam-popup-button {
    width: 100px;
    color: black;
    background-color: #fff;
}

.checkam-slogan-text {
    color: var(--theme-color);
}

.slogan {
    text-transform: uppercase;
}


/* TEMPLATE END */


/* MARQUEE * /

.custom {
    height: 90px !important;
}
* /

.checkam-media-player {
    /*    border: 2px solid red;* /
    bottom: -15px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.toolbar-inner {
    max-height: 30px;
    bottom: 0 !important;
    top: 55px;
}

.toolbar-audio-container {
    position: absolute;
    height: 40px;
    top: 0;
    background: green;
    width: 100vw;
    text-align: center;
    line-height: 20px;
}

.toolbar-text-container {
    position: absolute;
    height: 15px;
    top: 0;
    background: black;
    width: 100vw;
    text-align: center;
    line-height: 14px;
}

.toolbar-text-container span {
    font-size: 12px;
}


/* MARQUEE END */


/* INFO */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.media-info-text i {
    /*   border: 1px green solid;*/
    padding-right: 10px;
}

.media-info-text span {
    font-size: 1.5em;
    font-weight: bolder;
    /*    border: 1px red solid;*/
    width: 100px;
}

.cc {
    display: flex;
    flex-direction: column;
    /*    justify-content: center;*/
    width: 100%;
}

.live {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 10px;
}


/* INFO */


/* PROGRAMMES */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    color: var(--theme-color);
}

.media-programmes {
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 5px;
}


/* PROGRAMMES */


/* CONTACTS */

.contact-icons {
    margin: 15px 0;
    display: flex;
    justify-content: center;
}

.contact-location {
    font-size: 1.2em;
    font-weight: bolder;
    margin-bottom: 5px;
}


/* CONTACTS */


/* CHECKAM ADD */

.checkam-add {
    /*    border: 1px groove #000;*/
    position: fixed;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}


/* CHECKAM ADD */


/* SWIPER */


/*
#home-swiper .swiper-slide {
    /*  border: 2px solid black;* /
    height: 350px;
    text-shadow: 2px 2px 3px #000;
    font-weight: bolder;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 10% 0%
    }
    50% {
        background-position: 91% 100%
    }
    100% {
        background-position: 10% 0%
    }
}

.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #fff;
}

.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(270deg, #29c59d, #2086ae, #c422d5);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 10s ease infinite;
    -moz-animation: AnimationName 10s ease infinite;
    animation: AnimationName 10s ease infinite;
}

.demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 350px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}
*/

.advert-img {
    width: 100%;
}

.media-name {
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bolder;
}

.slogan {
    font-family: 'Roboto';
    font-weight: bolder;
}


.payment-failure {
    display: flex;
    justify-content: space-around;
}

.dataTables_paginate {
    display: flex;
    justify-content: space-around;
}

.notes-non-img {
    height: 75px;
    text-transform: uppercase;
    font-size: 3em;
    padding: 30px;
    background-color: #2196f3;
    border-radius: 5px;
}

.video-icon {
    background-color: var(--theme-color);
    height: 200px;
}

.video-icon i {
    color: white;
    font-size: 9em;
}

/**********POPOVER*/
#list-popover .list div {
    color: black;
    padding: 20px 10px;
    border: 2px solid red;
}

.hidden {
    display: none;
}

/* partner cards */
.demo-card-header-pic .card-header {
    height: 50vw;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.demo-card-header-pic .card-content-padding .date {
    color: #8e8e93;
}

.partner-category {
    padding: 2px 5px;
    background-color: #c6192d96;
    /*var(--theme-color) ;*/
}

.card-footer span a {
    border: 2px solid green;
}

/* partner cards */

/*
#list-elements span {
    background: #fff;
    padding: 1em;
    box-shadow: 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    font-weight: bold;
}

#list-elements span {
    display: block;
    font-weight: normal;
    font-size: .8em;
}
*/
.list-elements span {
    background: #fff;
    padding: 1em;
    box-shadow: 1px 1px rgba(0, 0, 0, .1);
    margin-bottom: 10px;
    font-weight: bold;
}

.list-elements span {
    display: block;
    font-weight: normal;
    font-size: .8em;
}

.slide-text {
    font-size: 1.5rem;
    min-height: 200px;
    background-color: #931322;
    color: #ffffff;
    /* #c6192d*/
}

.slide-text span {
    padding: 5px 20px;
}

.career-div {
    /*display: flex;
    justify-content: center;
    border: 2px solid green;
    width: 100%;*/
}

.career-field {
    width: 100%;
    border: none;
    color: white;
    background-color: #c6192d;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

#login-form-div {
    display: none;
}