/*****************************************************************/
/*                          Title                                */
/*****************************************************************/
.Topics .Title {
    width: 894px;
    height: 96px;
    margin: 0 auto;
    margin-top: 5px;
}

.Topics .Title .FreeTrial,.Topics .Title .ShopPrint {
    display: inline-block;
    width: 140px;
    height: 96px;
    margin: 0 5px 0 0;
    float: right;
    text-decoration: none;
    text-align: center;
    font-size: 1.1em;
}

.Topics .Title .FreeTrial .Icoo,.Topics .Title .ShopPrint .Icoo {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 9px 0 6px 0;
    background-repeat: no-repeat;
}

.Topics .Title .FreeTrial .Icoo {
    background-image: url(/img/fl_buttons.png);
    background-position: -50px 0;
}

.Topics .Title .ShopPrint .Icoo {
    background-image: url(/img/fl_buttons.png);
    background-position: -2px 0;
}

.Topics .Title .FreeTrial .Tecoo,.Topics .Title .ShopPrint .Tecoo {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

.Topics .Title .Main {
    float: left;
    height: 96px;
    width: 884px;
}

.Topics .Title .End {
    float: left;
    height: 96px;
    width: 10px;
}

.Topics .Title .Icon {
    float: left;
    height: 80px;
    width: 90px;
    margin: 8px;
}

.Topics .Title .Text.Flip {
    width: 455px;
}

.Topics .Title .Text {
    float:left;
    width: 700px;
    margin: 25px 0 0 10px;
    text-align: left;
    color: white;
}

.Topics .Title .Text .Subject {
    font-size: 1.7em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: normal;
    margin: 0;
}

.Topics .Title .Text .Grade {
    font-size: 1.3em;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: inherit;
    margin: 0;
}

.Topics .Title .Text .GradeSelect {
    font-size: 1.3em;
    margin-top: 5px;
    height: 32px;
    line-height: 32px;
}

.Topics .Title .Text .GradeSelect .Txt {
    float: left;
    height: 32px;
    line-height: 32px;
}

.Topics .Title .Text .GradeSelect .Selector {
    float: left;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
}

.Topics .Title .ToClose {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/img/nb/xbut_arrow1_w.png);
    margin: 0;
    cursor: pointer;
    float: right;
    margin: 24px 0 0 0;
}

.Topics .Title .ToClose.Closed {
    background-image: url(/img/nb/xbut_arrow2_w.png);
}

#box_standard.Closed {
    max-height: 0 !important;
}

#box_standard {
    overflow: hidden;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-height: 50000px;
}

.Topics .Title .Text .GradeSelect .Selector .Gra {
    float: left;
    height: 25px;
    line-height: 25px;
    width: 25px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    background-color: #FFF;
    margin: 0 5px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    border: 3px solid #FFF;
    text-decoration: none;
}

.Topics .Title .Green .Text .GradeSelect .Selector .Gra.Selected {
    background-color: #43ba77;
    color: #FFF;
}

.Topics .Title .Blue .Text .GradeSelect .Selector .Gra.Selected {
    background-color: #4397c6;
    color: #FFF;
}

.Topics .Title .Orange .Text .GradeSelect .Selector .Gra.Selected {
    background-color: #f59756;
    color: #FFF;
}

.Topics .Title .Violet .Text .GradeSelect .Selector .Gra.Selected {
    background-color: #676ab8;
    color: #FFF;
}

.Topics .Title .Red .Text .GradeSelect .Selector .Gra.Selected {
    background-color: #ec5643;
    color: #FFF;
}

/*****************************************************************/
/*                       Title Colors                            */
/*****************************************************************/

.Topics .Title .Green .Gra {
    color: #43ba77;
}

.Topics .Title .Blue .Gra {
    color: #4397c6;
}

.Topics .Title .Orange .Gra {
    color: #f59756;
}

.Topics .Title .Violet .Gra {
    color: #676ab8;
}

.Topics .Title .Red .Gra {
    color: #ec5643;
}

.Topics .Title .Green {
    background: url(../img/promo.png) -0px -550px no-repeat;
}

.Topics .Title .GreenEnd {
    background: url(../img/promo.png) -2551px -550px no-repeat;
}

.Topics .Title .Blue {
    background: url(../img/promo.png) -0px -650px no-repeat;
}

.Topics .Title .BlueEnd {
    background: url(../img/promo.png) -2551px -650px no-repeat;
}

.Topics .Title .Orange {
    background: url(../img/promo.png) -0px -750px no-repeat;
}

.Topics .Title .OrangeEnd {
    background: url(../img/promo.png) -2551px -750px no-repeat;
}

.Topics .Title .Violet {
    background: url(../img/promo.png) -0px -850px no-repeat;
}

.Topics .Title .VioletEnd {
    background: url(../img/promo.png) -2551px -850px no-repeat;
}

.Topics .Title .Red {
    background: url(../img/promo.png) -0px -950px no-repeat;
}

.Topics .Title .RedEnd {
    background: url(../img/promo.png) -2551px -950px no-repeat;
}

/*****************************************************************/
/*                          Section                              */
/*****************************************************************/

.Topics .Hre {
    height: 0;
    border-top: 1px solid #DDD;
    display: none;
}

.Topics .Section {
    display: none;
}

.Topics .Section h2 {
    font-size: 16px;
    margin: 5px 0 5px 20px;
}

.Topics .Section h2 .NY {
    margin-left: 10px;
}

.Topics .Section .ToRow {
    padding-left: 10px;
    margin: 0 10px 10px 10px;
}

.Topics .Section .ToRow .RowR {
    padding-left: 15px;
}

.Topics .Section .ToRow .RowR span {
    font-style: italic;
}

.Topics .Section .ToRow .RowR .ActRow {
    padding-left: 20px;
    height: 21px;
    position: relative;
}

.Topics .Section .ToRow .RowR .ActRow .ActName {
    font-weight: 600;
}

.Topics .Section .Elemunts,.Topics .Section .SubjectText {
    overflow: hidden;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.Topics .Section .Elemunts {
    max-height: 50000px;
}

.Topics .Section .SubjectText {
    max-height: 25px;
}

.Topics .Section.Closed .Elemunts,.Topics .Section.Closed .SubjectText {
    max-height:0 !important;
    margin: 0;
}

.Topics .Section .Elemunts .Links {
    display: none;
}

.Topics .Section .SectionTitle {
    width: 892px;
    height: 74px;
    margin: 0 auto;
    margin-top: 5px;

    color: white;
}

.Topics .Section .Left {
    width: 12px;
    height: 64px;
    margin: 5px 10px;
    float: left;
}

.Topics .Section .Middle {
    margin-left: 12px;
    height: 64px;
    padding: 8px 0 0 0;
    display: inline-block;
    width: 670px;
}

.Topics .Section .Panels {
    display: block;
    height: 50px;
    width: 172px;
    float: right;
    margin: 14px 0 0 0;
}

.Topics .Section .Panels a {
    cursor: pointer;
}

.Topics .Section .Panels div {
    cursor: pointer;
}

.Topics .Section .Panels .ToEdit {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/img/nb/but_add_transp.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    margin: 0 5px 0 0;
}

.Topics .Section .Panels .ToBlank {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 5px 0 0;
    cursor: default;
}

.Topics .Section .Panels .ToShop {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/img/nb/but_shop.png);
    margin: 0 5px 0 0;
}

.Topics .Section .Panels .ToClose {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(/img/nb/but_arrow3.png);
    margin: 0;
}

.Topics .Section.Closed .Panels .ToClose {
    background-image: url(/img/nb/but_arrow2.png);
}

.Topics .Section .SectionTitle .Text{
    font-size: 1.2em;
    margin: 4px 0 0 0;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.Topics .Section .SectionTitle .Subtext{
    font-size: 0.9em;
    margin: 3px 0 0 0;
}

.Topics .Section table {
    width: 897px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

.Topics .Section th {
    width: 33%;
}

.Topics .Section .ToStandart {
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 15px;
    line-height: 15px;
    height: 15px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    margin: 0 0 0 -18px;
    text-decoration: none;
}

.Topics.Green .Section .ToStandart {
    color: #43ba77;
    border: 1px solid #43ba77;
    font-size: 0.8em;
}

.Topics.Blue .Section .ToStandart {
    color: #4397c6;
    border: 1px solid #4397c6;
}

.Topics.Orange .Section .ToStandart {
    color: #f59756;
    border: 1px solid #f59756;
}

.Topics.Violet .Section .ToStandart {
    color: #676ab8;
    border: 1px solid #676ab8;
}

.SubjectText {
    font-size: 1.2em;
    margin: 5px 5px 2px 10px;
    font-weight: bold;
    color: #4d4d4d;
    overflow: hidden;
    text-align: center;
}

.ELA1link {
    font-size: 1.2em;
    margin: 5px 5px 2px 10px;
    font-weight: bold;
    color: #f59756;
    float: right;
    background-color: #FFF;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    height: 25px;
    line-height: 25px;
    border: 3px solid #FFF;
    text-decoration: none;
    padding: 0 5px;
}

/*****************************************************************/
/*                      Section Colors                           */
/*****************************************************************/

.Topics .Section .NewLesson {
    color: #444;
}

.Topics .Section .NewLesson .Left {
    background-color: #00ac3b;
}

.Topics .Section .NewInteractives {
    color: #444;
}

.Topics .Section .NewInteractives .Left {
    background-color: #ff6e00;
}

.Topics .Section .NewMaInteractives {
    color: #444;
}

.Topics .Section .NewMaInteractives .Left {
    background-color: #676dcb;
}

.Topics .Section .NewLabs {
    color: #444;
}

.Topics .Section .NewLabs .Left {
    background-color: #0077c5;
}

.Topics .Section .NewPresentations {
    color: #444;
}

.Topics .Section .NewPresentations .Left {
    background-color: #00ac3b;
}

.Topics .Section .NewDic {
    color: #444;
}

.Topics .Section .NewDic .Left {
    background-color: #ff6e00;
}

.Topics .Section .NewTopics {
    color: #444;
}

.Topics .Section .NewTopics .Left {
    background-color: #0077c5;
}

.Topics .Section .NewFlip {
    color: #444;
}

.Topics .Section .NewFlip .Left {
    background-color: #ffff00;
}



.Topics .Section .Gray {
    background: #ddd url(../img/promo.png) -0px -1480px no-repeat;
    border: 1px solid #b3b3b3;
    color: #4d4d4d;
}

.Topics .Section .Green {
    background: #43b57d url(../img/promo.png) -0px -300px no-repeat;
    border: 1px solid #009245;
}

.Topics .Section .Blue {
    background: #4791c6 url(../img/promo.png) -0px -350px no-repeat;
    border: 1px solid #005ba6;
}

.Topics .Section .Orange {
    background: #f59156 url(../img/promo.png) -0px -400px no-repeat;
    border: 1px solid #f15a24;
}

.Topics .Section .Violet {
    background: #6769b0 url(../img/promo.png) -0px -450px no-repeat;
    border: 1px solid #1b1464;
}

.Topics .Section .Red {
    background: #ec4d43 url(../img/promo.png) -0px -500px no-repeat;
    border: 1px solid #c1272d;
}

.StandardDialog {
    width: 600px;
    height: 500px;
}

.StandardDialog .SelectStates {
    height: 28px;
    margin: -5px 0 0 0;
}

.StandardDialog .SelectStates select {
    width: 100%;
    height: 28px;
    float: left;
    margin-top: -25px;
}

.StandardDialog .TreeStandards
{
    border: 1px solid #B3B3B3;
    height: 470px;
    margin: 5px 0 0 0;
    overflow: scroll;
}

.StandardDialog .TreeStandards ul
{
    margin: 15px 0;
    padding-left: 10px;
    list-style-type: none;
}

.StandardDialog .TreeStandards ul ul {
    margin: 0;
}

.StandardDialog .TreeStandards ul li {
    font-weight: 600;
}

.StandardDialog .TreeStandards ul li ul li {
    font-weight: 400;
}

.StandardDialog .TreeStandards ul li ul li ul li {
    font-weight: normal;
}

.StandardDialog .TreeStandards ul li ul li ul li ul li {
    color: #444444;
}

.StandardDialog .NotStandardCorrelation {
    font-weight: 600;
    text-align: center;
    margin: 50px;
}

.StandardDialog .TreeStandards ul ul:hover {
    background-color: #EEEEEE;
}

.Topics .Activity {
    min-height: 20px;
    padding-right: 22px;
}

.Iframe .Topics table td {
    vertical-align: middle;
    height: auto;
}

.Topics table td {
    vertical-align: top;
    height: 19px;
    position: relative;
}

.Topics table td .DescriptionTopic {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1px solid #666666;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.75);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    top:0;
    left: -5px;
    z-index: 100;
}

.Topics table td .DescriptionTopic h3 {
    color: #005ba6;
    padding: 0 5px;
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.Topics table td .DescriptionTopic span {
    padding: 10px 10px 0 10px;
    display: block;
}

.Topics table td .DescriptionTopic span.AddView {
    padding: 2px 10px 10px 10px;
    text-align: right;
}

.Topics table td:hover .DescriptionTopic {
    display: block;
}

.Topics .PreviewPdf {
    width: 75px;
    float: right;
    margin: 3px;
}

.Topics .FlipMain {
    font-weight: 600;
    width: 290px;
    margin-bottom: 10px;
}

.Topics .FlipChild {
    font-weight: normal;
    margin-left: 10px;
    min-height: 20px;
    padding: 2px 0;
}
/*
.Topics .FlipMain .Activity {
    display: inline;
}

.Topics .FlipMain .ToStandart {
    float: none;
    display: inline-block;
    margin: 0 0 0 10px;
}
*/

.Topics .Section .Panels #QuizToEdit {
    position: relative;
    background-image: none;
}

.Topics .Section .Panels #QuizToEdit .Icon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-image: url(/img/nb/but_add_transp.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    z-index: 100;
}

.Topics .Section .Panels #QuizToEdit .SelectEditor {
    position: absolute;
    top:27px;
    left: 27px;
    width: 125px;
    height: 170px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 8px 3px 8px;
    display: none;
    z-index: 102;
}

.Topics .Section .Panels #QuizToEdit.Selected .SelectEditor {
    display: block;
}

.Topics .Section .Panels #QuizToEdit .SelectEditor a {
    color: #399e00;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #EEE;
}

.Topics .Section .Panels #QuizToEdit .SelectEditor a:last-child {
    border-bottom: none;
}

.Topics .Section .Panels #QuizToEdit .SelectEditor a:hover {
    text-decoration: underline;
}

.Topics .Section .Panels #QuizToShop {
    position: relative;
    background-image: none;
}

.Topics .Section .Panels #QuizToShop .Icon {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 44px;
    height: 44px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background-image: url(/img/nb/but_shop_transp.png);
    background-repeat: no-repeat;
    background-color: #FFF;
    z-index: 101;
}

.Topics .Section .Panels #QuizToShop .SelectEditor {
    position: absolute;
    top:27px;
    left: 27px;
    width: 125px;
    height: 170px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px 8px 3px 8px;
    display: none;
    z-index: 103;
}

.Topics .Section .Panels #QuizToShop.Selected .SelectEditor {
    display: block;
}

.Topics .Section .Panels #QuizToShop .SelectEditor a {
    color: #399e00;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px solid #EEE;
}

.Topics .Section .Panels #QuizToShop .SelectEditor a:last-child {
    border-bottom: none;
}

.Topics .Section .Panels #QuizToShop .SelectEditor a:hover {
    text-decoration: underline;
}

.TableOfContent {
    width: 894px;
    margin: 0 auto;
}

.TableOfContent .HRX {
    text-align: center;
    margin: 30px 0 10px;
    color: #444;
    border-bottom: 1px solid #777;
}

.TableOfContent h3 {
    text-align: center;
    margin: 30px 0 10px;
    color: #1637aa;
    border-bottom: 1px solid #777;
}

.TableOfContent h4 {
    margin: 10px 0 10px 30px;
    color: #444;
}

.TableOfContent h5 {
    margin: 5px 0 5px 50px;
    color: #444;
    cursor: pointer;
    text-decoration: underline;
}

.TableOfContent h5:hover {
    text-decoration: underline;
}

.TableOfContent .Descr {
    font-size: 0.8em;
    color: #444;
    margin: 3px 0 3px 60px;
}