@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Open+Sans&family=Poppins&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&display=swap');

body {
    background: #0f0e1c;
    font-family: 'Rubik', sans-serif;
    color: #757480;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    color: #3bbeb4;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}

h4 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

#main {
    background: #f9fbfe;
    margin: 0;
    padding: 0px 0px 25px 0px;
}

p,
#page_content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}


a {
    color: inherit;
    background: transparent;
    text-decoration: underline;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    color: #3bbeb4;
    background: transparent;
    text-decoration: underline;
}

#top {
    height: auto;
    min-height: 50px;
    background: #ffffff;
    border-bottom: 20px solid #3bbeb4;
    overflow: hidden;
}

#top #innertop {
    width: 100%;
}

#logo-helper {
  overflow: hidden;
  height: auto;
}

#logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

#top #topbuttons, #top #topcontrols  {
    float: left;
    margin: 0;
    height: auto;
    display: flex;
    height: 50px;
}

a.button span, 
a.button, 
a.button_active, 
a.button_active span, #top #topcontrols a {
    background: none;
    margin: 0;
    padding: 0;
    color: #757480;
    color: #757480;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    line-height: 50px;
    font-size: 12px;
}

a.button, #top #topcontrols a {
    margin-right: 30px;
    display: inline-block;
    float: left;
    height: 90%;
}


a.button_active {
    border-bottom: 5px solid #757480;
    border-radius: 5%;
}

#maintop {
   display: none;
}

#main {
    width: 100%;
}

#page-wrapper {
    display: table;
    width: 100%;
}

#page_content {
    display: table-cell;
    background: #ffffff;
    padding-right: 15px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    width: 80%;
}

#page_content .container {
    margin: 0;
}

#left {
    display: table-cell;
    background: #3bbeb4;
    width: 10%;
    float: none;
    padding: 20px;
    min-width: 150px;
    border-right: 2px solid #3bbeb4;
}

#left ul li a {
    background-color: transparent;
    color: #ffffff;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 0;
    border-left: 2px solid #ffffff;
    display: block;
    padding: 5px 15px;
}

#left ul .login {
    visibility: hidden;
}

#left ul li.current a,
#left ul li a:hover {
    color: #913a91;
    border-color: #913a91;
}

#left ul.legend li {
    color: #757480;
}

#question_titlebar {
    margin-top: 10px;
    margin-left: -12px;
}

.footer-top {
    background-color: #0f0e1c;
    color: #ffffff;
    padding-top: 55px;
    padding-bottom: 55px;
    width: 80%;
    margin: auto;
}

.footer-bottom {
    background-image: url(/question_files//c/1/1/footer_bkg_img.png);
    background-repeat: repeat-x;
    background-position: center center;
    background-color: #0f0e1c;
    color: #ffffff;
    height: 167px;
}

.container {
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

#page_content #content {
    /* The following line breaks task display for blockly tasks. */
    /* display: table; */
}

a.question_button_first span ,a.question_button_last span {
  background: none;
  line-height: 17px;
}


a.question_button_first,
a.question_button_last
{
  background: #913a91;
  margin-left: 10px;
  margin-right: 10px;
}

a.question_button_first:hover,
a.question_button_last:hover {
  background-color: #fdb515;
  color: #fff;
  text-decoration:none;
}

a.question_button_first {
  border-radius: 5px;
}

a.question_button_last {
  border-radius: 5px;
  padding-left: 5px;
}

input[type=submit] {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 30px 5px 5px 5px;
    padding: 15px 30px;
    background-color: #3bbeb4;
    border: 1px solid #3bbeb4;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-decoration: none;
    text-transform: none;
    -webkit-border-radius: 6px;
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 6px;
    /* Firefox 1-3.6 */
    -ms-border-radius: 6px;
    border-radius: 6px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    -webkit-transition: background-color 0.25s ease-in-out;
    /* WebKit */
    -moz-transition: background-color 0.25s ease-in-out;
    /* Mozilla */
    -o-transition: background-color 0.25s ease-in-out;
    /* Opera */
    transition: background-color 0.25s ease-in-out;
    /* Generic */
}

input[type=submit]#submit_answer {
    margin-top: 0px !important;
}

input[type=submit].erase {
    background-color: #d35b32;
    border: 1px solid #d35b32;
    margin-top: 0px !important;
}

input[type=submit]:focus,
input[type=submit]:hover {
    color: white !important;
    background-color: #757480;
    border: 1px solid #757480;
    text-decoration: none;
}

table {
    margin: 0;
}

table tr.header td, table tr th {
    font-weight: normal;
    text-transform: uppercase;
    background-color: #3bbeb4;
    color: white;
}

table tr td, table tr th {
    border: 1px solid #3bbeb4;
    padding: 5px 10px;
}

.cuttle-tbl-wrapper {
    display: table;
}

.cuttle-tbl-cell {
    display: table-cell;
    vertical-align: middle;
}

.cuttle-tbl-cell-divider {
    height: 90px;
    vertical-align: middle;
    color: #D8D8D8;
    border: 1px solid #757480;
    margin-left: 20px;
    margin-right: 20px;
}

#answerWarning {
    color: #ffffff;
    padding: 5px 10px;
}

#answerWarning.incorrect{
     background-color: #d35b32;
}

#answerWarning.correct{
     background-color: #3bbeb4;
}


div.horizontal.answers {
    text-align: center;
}

#left ul li.current {
    font-weight: bold;
    list-style-image: url(/question_files//1/1/a/arrow10x10.png);
}

#left ul li.answer {
    font-weight: bold;
    list-style-image: url(/question_files//1/f/2/purple_arrow10x10.png);
}

#question_clock_label {
    background: transparent url(/question_files//4/e/1/time_left_back.png) no-repeat top left;
}

#question_clock_value {
    background: transparent url(/question_files//4/e/1/time_left_back.png) no-repeat top left;
    width: 51px;
    text-align: center;
}

#question_clock>div {
  font-weight: 500;
  height: 14px;
  padding: 8px 8px;
  line-height: 14px;
  color: #666;
}

#main .warning {
  display: block;
  padding: 10px 15px;
  margin: 0 -30px 0 -30px ;
  border: 0;
  color: white;
  background-color: #d35b32;
  text-align: center;
  font-style: italic;
}

#left [data-menu-item="messages"], #left [data-menu-item="support_question"]
{
    margin-top:15px;
    margin-bottom:15px;
}

#left [data-menu-item="messages"] .menu_item__link, #left [data-menu-item="messages"] .menu_item__counter, #left [data-menu-item="support_question"] .menu_item__link, #left [data-menu-item="support_question"] .menu_item__counter 
{
  display: inline;
}

.menu_item__counter
{
  margin-left:5px;
  color:#733BBE;
}

@-webkit-keyframes blinker 
{
  0% {color: #e4e8f0;}
  8% {color: #733BBE;}
  16% {color: #e4e8f0;}
}

.menu_item__link--highlight
{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
}

