@import 'responsive.css';
@import 'reader.css';
@import 'feedback.css';
@import url('../../css/rosetta.css');
@import url('../../ck12assign/css/ck12assign.css');

:root {
	--link-base-color: #00ABA4;
	--link-hover-color: #00ABA4; /* same as base color for now*/
};

.footer table {
    background-color: rgb(47, 53, 66);
    margin: 0px;
    border: none;
}
.footer th div {
    font-weight: bold;
    font-size: medium;
    color: #fff;
}
.footer th div span{
    font-size: 13px;
    color: #fff;
    font-weight: normal;
}
.footer .social-link{
    font-size: 26px;
}

.practiceWidget-static-class{
    position: relative;
    width: 83.333%;
    float: left;
    margin-top: -200px;
}

.ie .practiceWidget-static-class{
    margin-top: auto !important;
}

.tab-link.tab-link-active {
    background: white;
    border: 1px solid #ccc;
    border-bottom: none;
    top: 1px;
    padding : 8px 10px !important;
    position: relative;
    cursor: default;
    color: rgb(255,255,255) !important;
    background-color: rgb(0,171,164) !important;
    font-weight: bold;
    border-width: 0px;
    outline: none;
}
.tab-link:hover {
    background-color: rgb(220,220,220);
    color: #8e8774;
}
.tab-link {
    display: inline-block;
    padding: 8px 11px !important;
    cursor: pointer;
    color: #8e8774;
    background-color: rgb(220,220,220);
    font-size: 18px;
    margin-right: 15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-width: 0px;
    outline: none;
    font-weight: normal;
}
.tab-content {
    background: white;
    padding: 20px;
}

.ck12-content-container ul li, .ck12-content-container ol li{
    list-style-position: inside;
}

.contentXHTML ul{
    margin-left: 2em
}

.groups_share_dialog {
    background-color: #ffffff;
    border: 1px solid #b5b1a8;
    position: relative;
    width: 336px;
    padding: 23px 15px 25px;
    z-index: 3;
    box-sizing: border-box;
}

.groups_share_dialog:before {
    border: 11px solid transparent;
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    bottom: 45px;
    border-right-color: #b5b1a8;
    left: -21px;
}
.groups_share_dialog:after {
    content: " ";
    height: 0;
    position: absolute;
    width: 0;
    bottom: 45px;
    border: 11px solid transparent;
    box-sizing: border-box;
    border-right-color: white;
    left: -20px;
}


.divider{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #fff;
}

.spacetop {
    margin-top: 10px;
}


.clearfix {
    display: block;
    zoom: 1;
}
.spacetoplarge {
    margin-top: 20px;
}
.rightinsidewidth {
    width: 100%;
    padding: 10px 0;
    line-height: 1.2;
    margin: 20px 0 15px;
}
.practice-button {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, div, ul, ol, dt {
    font-family: "ProximaNova","Helvetica Neue",Arial,Helvetica,sans-serif;
    color: #56544D;
}
.modality-type-wrapper {
    margin-top: 12px;
    padding-left: 23px
}
.individual-modality{
    background-color: #fff;
    border: 1px solid #efede7;
    border-radius: 15px;
    display: block;
    overflow: hidden;
    padding-bottom: 12px;
    height: 255px;
  }
.individual-modality:hover {
    box-shadow: 0 0 6px rgba(142,135,115,0.6);
    border: none;
}
.icon-video {
    content: "\e9c8";
}
.icon-interactive_practice {
    content: "\e968";
}
.icon-simulations {
    content: "\e9aa";
}
.imagewrap{
    background: url(../images/sprite_icons.png) no-repeat;
}
.nolink{
    color: #707070;
}
.block{
    display: block;
}
.icon-questionMark{
    color: #ffffff;
    display: table;
    font-size: 8px;
    text-shadow: none;
}
.icon-questionMark:before{
    content: "\e961";
}

.loadingIndicator {
    z-index: 99999;
    margin: 20px auto;
    width: 40px;
    height: 40px;
    animation: loading-rotate 2.0s infinite linear;
}
.loadingIndicator:after {
    bottom: 0;
    background-color: #ff5b3f;
}

.loadingIndicator:before, .loadingIndicator:after {
    content: '';
    width: 60%;
    height: 60%;
    position: absolute;
    border-radius: 100%;
    animation: loading-bounce  2s infinite ease-in-out;
}
.loadingIndicator:before {
    top: 0;
    animation-delay: -1s;
    background-color: #b8d543;
}
.display_block {
    display: block;
}

@keyframes loading-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loading-bounce {
  0%, 100% {
    transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
  }
}

.share-plane-div{
    right: 58px;
}

 /*@media only screen and (max-width:1280px){
    .share-plane-div{
         right: 10px !important;
         position: absolute !important;
    }
}*/


.std_links .imgwrap {
    background: url(../images/sprite_icons.png) no-repeat;
    display: inline-block;
    background-position: -259px -1px;
    width: 21px;
    height: 14px;
    vertical-align: -2px;
}


.standards-html{
  visibility: hidden;
  height: 0;
}

.dialog_standards {
    font-size: 14px;
    text-shadow: none;
    padding: 10px 15px;
}

.dialog_standards .chaptertitle {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 5px 0;
    padding: 5px;
    color: #666;
    text-align: left;
    font-weight: bold;
}

.dialog_standards .column_titlewrapper {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: #00aba4;
}

.dialog_standards .column.title {
    font-weight: bold;
    color: #eee;
}

.dialog_standards .chaptersequence {
    padding-right: 20px;
}

.dialog_standards .column .sectionsequence {
    float: left;
    width: 20%;
    text-align: center;
}

.dialog_standards .column {
    float: left;
    width: 45%;
    text-align: left;
    padding: 5px;
}

#artifact_content table, .chapterdetails table {
  border-width: 0;
  width: 100%;
  overflow: auto;
  display: block;
}

#artifact_content table tbody, .chapterdetails table tbody {
 border: 1px solid #ccc;
}

ul[id^="x-ck12-"], ol[id^="x-ck12-"] {
  margin: 1em 0 1.4em 20px !important;
  padding: 0;
  line-height: 140%;
 }

 ul[id^="x-ck12-"] > li, ol[id^="x-ck12-"] > li {
  list-style-position: initial;
  margin-bottom: 10px;
}

#artifact_content iframe{
  display: block;
  margin: 0 auto;
}

figure.book{
  -webkit-transform-style: flat;
  transform-style: flat;
}

.x-ck12-lower-alpha{
  list-style-type: lower-alpha;
}


.x-ck12-block-math, p > img.x-ck12-math {
    display: block;
    margin: 0 auto;
}

.x-ck12-mathEditor[mathmethod="block"], .x-ck12-mathEditor[data-mathmethod="block"] {
    text-align: center;
    width: 100% !important;
    overflow-x: auto;
    overflow-y: hidden;
    display: inline-block;
    padding-bottom: 4px;
}

#artifact_content h2, #chapter_intro h2, #chapter_summary h2{
    font-size: 20px;
}

#artifact_content h3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    font-size: 20px;
    margin: 2em 0 .4em;
}

#artifact_content h4 {
    font-size: 16px;
}

#artifact_content h5 {
    font-size: 14px;
}

.green-checkmark{
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background: #B8D34F;
    color: #fff !important;
    vertical-align: middle;
    margin-bottom: 15px;
}

.animate-maximize{
    -webkit-transform: translateY(90px) !important;
}

.tooltip-info{
    left: -20px;
    bottom: 5px;
    background-color: #808080;
    position: absolute;
    padding: 8px 5px;
    z-index: 10;
    width: 81%;
    border-radius: 10px;
    border: 1px solid #d4d4d5;
}

.tooltip-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    right: -15px;
    width: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #d4d4d5;
}

.tooltip-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: -14px;
    width: 0;
    border-style: solid;
    border-width: 12px 0 12px 14px;
    border-color: transparent #808080;
}

.tooltip-info .tooltip-title{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.tooltip-info .tooltip-msg {
    margin-top: 2px;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

div.plix-fs {
    max-width: 370px;
    margin: auto;
    display: block;
  }
  div.plix-fs div.iframe-wrapper {
      position: relative;
      padding-top: 100%;
      overflow: hidden;
  }
  div.plix-fs div.iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
  }

/* Content Error */
.content-error-wrapper {
  padding-top: 20px;
  text-align: center;
}
.content-error-img {
  position: relative;
  top: -11px;
  display: inline-block;
}
.content-error-img img {
  width: 32px;
  margin-right: 5px;
}
.content-error-text {
  display: inline-block;
  text-align: left;
}

/* Assign to Class Calendar */

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: none; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { font-weight: bold; font-size: 17px; margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(../../../lib/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; text-decoration: none; }
.ui-state-disabled { cursor: default !important; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }


/* Error Page css */
.subject-icon{height:48px;text-align:center;}
.subject-icon span{background:url("../../common/images/subject-sprite-icons-sm.png") no-repeat scroll -522px -6px transparent;display:inline-block;height:48px;width:48px;margin:0;}
.subject-icon .elementary-math-grade-1{background-position:-1px -1455px;}
.subject-icon .elementary-math-grade-2{background-position:-1px -1523px;}
.subject-icon .elementary-math-grade-3{background-position:-1px -1591px;}
.subject-icon .elementary-math-grade-4{background-position:-1px -1660px;}
.subject-icon .elementary-math-grade-5{background-position:-1px -1729px;}
.subject-icon .elementary-math{background-position:-1px -1389px;}
.subject-icon .arithmetic{background-position:-1px -110px;}
.subject-icon .measurement{background-position:-1px -262px;}
.subject-icon .algebra{background-position:-1px -817px;}
.subject-icon .geometry{background-position:-1px 1px;}
.subject-icon .probability{background-position:-1px -314px;}
.subject-icon .statistics{background-position:-1px -57px;}
.subject-icon .trigonometry{background-position:-1px -215px;}
.subject-icon .math-analysis,.subject-icon .analysis{background-position:-1px -365px;}
.subject-icon .calculus{background-position:-1px -163px;}
.subject-icon .earth-science{background-position:-1px -587px;}
.subject-icon .life-science{background-position:-1px -647px;}
.subject-icon .physical-science{background-position:-1px -705px;}
.subject-icon .biology{background-position:-1px -474px;}
.subject-icon .chemistry{background-position:-1px -529px;}
.subject-icon .physics{background-position:-1px -761px;}
.subject-icon .sat-exam-prep{background-position:-1px -1107px;}
.subject-icon .engineering{background-position:-1px -1166px;}
.subject-icon .technology{background-position:-1px -1317px;}
.subject-icon .astronomy{background-position:-1px -1242px;}
.subject-icon .english{background-position:-1px -931px;}
.subject-icon .history{background-position:-1px -992px;}
.subject-icon .economics{background-position:-1px -1044px;}
.subject-icon .health{background-position:-1px -1798px;}
.subject-icon .writing{background-position:-1px -931px;}
.subject-icon .spelling{background-position:-1px -1863px;}
