/********************************************************/
/*              Promo Screens of Curriculum             */
/********************************************************/

.Content {
	padding-right: 200px;
    overflow-x: hidden;
	overflow-y: auto;
}

/*                                 */
/*          PromoSelector          */
/*                                 */
.PromoSelector {
	width: 894px;
	min-height: 300px;
	margin: 0 auto;
}
.PromoSelector .Card {
	width: 276px;
	height: 178px;

	float: left;
	margin: 20px 10px 0 10px;
}
.PromoSelector .Card a {
	color: #005ba6;
}

.PromoSelector .Card .Esl {
    float: right;
    margin-top: -6px;
    margin-right: 20px;
    color: #FFF;
    font-weight: 600;
    background-color: #f59356;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    cursor: pointer;
}

.PromoSelector .Card .Esl a {
    color: #FFF;
    text-decoration: none;
}

.PromoSelector .Card .Math {
    float: right;
    margin-top: -20px;
    margin-right: 20px;
}

.PromoSelector .Card .Title {
	height: 23px;
	padding-top: 4px;
	text-align: center;
	color: #fff;
	font-weight: bold;
    font-size: inherit;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.PromoSelector .Card .Icon {
	float: left;
	width: 90px;
	height: 80px;
	margin: 5px 10px 5px 10px;
}
.PromoSelector .Card .Text {
	float: left;
	width: 153px;
	padding: 5px 5px 0 0;
}
.PromoSelector .Card .Bottom {
	height: 20px;
	padding-left: 5px
}
.PromoSelector .Card ul {
    margin: 2px 0 0 -5px;
    padding: 0;
    list-style-type: none;
    width: 276px;
    text-align: center;
}

.PromoSelector .Card ul li {
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    width: 20px;
    height: 20px;
    color: #FFF;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
}

.PromoSelector .Card ul li a {
    color: #FFF;
    text-decoration: none;
}

.PromoSelector .Card.Big ul li {
    width: 125px;
}

.PromoSelector .Card.GreenBorder ul li {
    background-color: #43b67b;
}

.PromoSelector .Card.OrangeBorder ul li {
    background-color: #f59356;
}

.PromoSelector .Card.BlueBorder ul li {
    background-color: #4692c6;
}

.PromoSelector .Card.VioletBorder ul li {
    background-color: #6769b1;
}

.PromoSelector .Row {
    height: 200px;
/*    margin-bottom: 10px;*/
}
/*                                 */
/*          PromoTitle             */
/*                                 */
.PromoTitle {
	width: 871px;
	height: 117px;
	margin: 0 auto;
	margin-top: 5px;
}

.PromoTitle .Main {
	float:left;
	background: #f9f9f9 url(../img/promo.png) -0px -1250px no-repeat;
	height: 117px;
	width: 861px;
}

.PromoTitle .End {
	float:left;
	background: #f9f9f9 url(../img/promo.png) -2551px -1250px no-repeat;
	height: 117px;
	width: 10px;
}

.PromoTitle .Icon {
	float:left;
	background: #f9f9f9 url(../img/promo.png) -0px -1050px no-repeat;
	height: 100px;
    width: 100px;
    margin: 1px 20px 0 25px;
}

.PromoTitle .Icon.Lesson {
    background: #f9f9f9 url(../img/promo.png) -0px -1825px no-repeat;
}

.PromoTitle .Icon.Quiz {
    background: #f9f9f9 url(../img/promo.png) -105px -1825px no-repeat;
}

.PromoTitle .Icon.Flashcard {
    background: #f9f9f9 url(../img/promo.png) -207px -1825px no-repeat;
}

.PromoTitle .Icon.Worksheet {
    background: #f9f9f9 url(../img/promo.png) -312px -1825px no-repeat;
}

.PromoTitle .Icon.Game {
    background: #f9f9f9 url(../img/promo.png) -412px -1825px no-repeat;
}

.PromoTitle .Icon.Interactive {
    background: #f9f9f9 url(../img/promo.png) -518px -1825px no-repeat;
}

.PromoTitle .Icon.Lab {
    background: #f9f9f9 url(../img/promo.png) -634px -1825px no-repeat;
}

.PromoTitle .Icon.Guide {
    background: #f9f9f9 url(../img/promo.png) -745px -1825px no-repeat;
}

.PromoTitle .Icon.Gloss {
    background: #f9f9f9 url(../img/promo.png) -845px -1825px no-repeat;
}

.PromoTitle .Text {
	float:left;
	width: 440px;
	margin: 3px 0 0 0;
	text-align: center;
	font-size: 1.0em;
}

.PromoTitle .Button {
	float:right;
	height: 56px;
	padding-top: 15px;
	width: 143px;
	background: #f9f9f9 url(../img/promo.png) -0px -1170px no-repeat;
	margin-top: 23px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-size: 1.1em;
}

.PromoTitle .Button:hover {
	background: #f9f9f9 url(../img/promo.png) -150px -1170px no-repeat;
}


/*                               */
/*          Back Colors          */
/*                               */
.Card .Green {
	background: #43b67b url(../img/promo.png) -0px -0px no-repeat;
}
.GreenBorder {
	border: 1px solid #009245;
}
.Card .Blue {
	background: #4692c6 url(../img/promo.png) -0px -30px no-repeat;
}
.BlueBorder {
	border: 1px solid #005ba6;
}
.Card .Orange {
	background: #f59356 url(../img/promo.png) -0px -60px no-repeat;
}
.OrangeBorder {
	border: 1px solid #f15a24;
}
.Card .Violet {
	background: #6769b1 url(../img/promo.png) -0px -90px no-repeat;
}
.VioletBorder {
	border: 1px solid #1b1464;
}
/*                               */
/*             Icons             */
/*                               */
.PromoSelector .Icon1 {
	background: #fff url(../img/promo.png) -0px -1380px no-repeat;
}
.PromoSelector .Icon2 {
	background: #fff url(../img/promo.png) -85px -1380px no-repeat;
}
.PromoSelector .Icon3 {
	background: #fff url(../img/promo.png) -173px -1380px no-repeat;
}
.PromoSelector .Icon4 {
	background: #fff url(../img/promo.png) -264px -1380px no-repeat;
}
.PromoSelector .Icon5,.PromoSelector .Icon11 {
	background: #fff url(../img/promo.png) -358px -1380px no-repeat;
}
.PromoSelector .Icon6 {
	background: #fff url(../img/promo.png) -445px -1380px no-repeat;
}
.PromoSelector .Icon7 {
	background: #fff url(../img/promo.png) -535px -1380px no-repeat;
}
.PromoSelector .Icon8 {
	background: #fff url(../img/promo.png) -620px -1380px no-repeat;
}
.PromoSelector .Icon9 {
	background: #fff url(../img/promo.png) -713px -1380px no-repeat;
}
.PromoSelector .Icon12 {
    background: #fff url(../img/promo.png) -0px -1380px no-repeat;
}
.PromoSelector .Icon13 {
    background: #fff url(../img/promo.png) -535px -1380px no-repeat;
}

.PromoSelector .Icon20 {
    background: #fff url(../img/promo.png) -850px -1380px no-repeat;
}

.PromoSelector .Icon21 {
    background: #fff url(../img/promo.png) -935px -1380px no-repeat;
}

.PromoSelector .Icon22 {
    background: #fff url(../img/promo.png) -1035px -1380px no-repeat;
}

.PromoSelector .Icon23 {
    background: #fff url(../img/promo.png) -1125px -1380px no-repeat;
}

.PromoSelector .Icon24 {
    background: #fff url(../img/promo.png) -1215px -1380px no-repeat;
}

.PromoSelector .Icon25 {
    background: #fff url(../img/promo.png) -1495px -1380px no-repeat;
}

.SearchHeader {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #ff6e0d;
}

.Content.ForSearch {
    padding-right: 0;
    padding: 0;
}

.Content.ForSearch .PromoSelector {
    width: auto;
    overflow-x: hidden;
    overflow-y: scroll;
}

.SearchRow {
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
}

.SearchRow.ForLessonBanner {
    text-align: Left;
    color: #ff6e0d;
    font-size: 16px;
    white-space: normal;
    height: auto;
    min-height: 26px;
    padding: 0;
}

.SearchRow.ForLessonBanner .Name {
    white-space: normal;
    text-overflow: clip;
    overflow: auto;
    line-height: normal;
    height: auto;
}

.SearchRow.ForLessonBanner:hover {
    background-color: #FFF;
}

.NBSP {
    display: block;
    float: left;
    height: 26px;
    width: 25px;
}

.SearchRow.SearchRowT {
    min-height: 26px;
    height: auto;
    line-height: 26px;
    white-space: normal;
}

.SearchRow.Header {
    text-transform: uppercase;
    margin: 0;
    background-color: #BDCCD4;
    height: 26px;
    border-bottom: 1px solid #B3B3B3;
}

.SearchRow.Header:hover {
    background-color: #BDCCD4;
}

.SearchRow:hover {
    background-color: #f9ba6e;
}

.SearchRow.Selected {
    background-color: #F9D9A5;
}

.Page.PageSmall .SearchRow .Name {
    width: 375px;
}

.Page.PageSmall .SearchHeader .Name {
    width: 375px;
}

.Page .SearchHeader .Name {
    width: 410px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

.Page .SearchRow .Name {
    width: 410px;
    padding: 0 0 0 5px;
    float: left;
}

.Page .SearchRow.SearchRowFT .Name {
    width: 390px;
    padding: 0 0 0 25px;
}

.Page .SearchRow .Level {
    width: 90px;
    border-left: 1px solid #b3b3b3;
    display: inline-block;
    height: 26px;
    float: right;
    text-align: center;
}

.Page .SearchHeader .Level {
    width: 90px;
    border-left: 1px solid #b3b3b3;
    display: inline-block;
    height: 30px;
    float: right;
    text-align: center;
}

.Page .SearchRow .Level div {
    width: 15px;
    display: inline-block;
    margin: 10px 2px 2px 2px;
    height: 5px;
}

.Page .SearchHeader .Level div {
    width: 15px;
    display: inline-block;
    margin: 17px 2px 0 2px;
    height: 5px;
}

.Page .SearchRow .Level div.On {
    background-color: #777;
}

.SearchRow .Name span#srResuo {
    float: none;
}

.SearchRow .Name span {
    display: inline-block;
    float: left;
}

.SearchRow .Name span.SortIcon {
    float: right;
}

.SearchRow .NameX .checkbox {
    float: left;
    background-image: url(/img/jstree/d.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: -5px -28px;
    margin: 0 3px 0 0;
}

.Topics .Section .ToRow .RowR .checkbox {
    float: left;
    background-image: url(/img/jstree/d.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 16px;
    background-position: -5px -35px;
    margin: 0 0 0 0;
}

.Topics .Section .ToRow .RowR .checkbox.Checked {
    background-position: -61px -34px;
}

.Topics .Section .ToRow .RowR .checkbox.halfChecked {
    background-position: -33px -34px;
}

.SelectDialogForTopic {
    z-index: 100;
    position: absolute;
    width: 170px;
    border: 1px solid #AAA;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #FFF;
    padding: 10px;
    top: 0;
    left: 40px;
}

.SelectDialogForTopic .Bww {
    text-align: center;
    margin-top: 5px;
}

.SelectDialogForTopic .Hww {
    text-align: center;
    font-weight: 600;
    color: #005ba6;
    margin: 5px 0 10px 0;
}

.SelectDialogForTopic .Rww {
    font-weight: 600;
    font-style: italic;
    height: 20px;
    color: #444;
}

.SelectDialogForTopic input[type="button"]{
    height: 28px;
    width: 60px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF9046;
    color: #FFF;
    cursor: pointer;
    font-weight: 600;
}

.SelectDialogForTopic input[type="button"]:hover{
    background-color: #FF6E0D;
}

.SelectDialogForTopic input[type="button"]:active{
    background-color: #FF9046;
}

.SelectDialogForTopic .Rww .checkbox {
    margin-right: 6px !important;
}

.SearchRow .NameX .checkbox.Checked {
    background-position: -61px -28px;
}

.SearchRow .NameX span {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline;
    height: 26px;
}

#box_main_standards .SearchRow .Name.NameX,#box_main_standards .SearchRow .Name.NameX:hover {
    text-decoration: none;
}

.SearchRow .Name.NameX {
    color: #2E387F;
    text-decoration: underline;
}

.SearchRow .Name.NameX:hover {
    text-decoration: underline;
}

.Hident {
    display: none;
}

.ForClickTreugolmik {
    cursor: pointer;
}

.SearchRow .SortIcon {
    cursor: pointer;
    float:right;
    display: inline-block;
    background-image: url(/img/logo.png?06);
    background-position: -347px -5px;
    width: 22px;
    height: 22px;
    margin: 0 2px;
}

.SearchRow .SortIcon.S1 {
    background-position: -395px -5px;
}

.SearchRow .SortIcon.S2 {
    background-position: -371px -5px;
}

.SearchRow .Name,.SearchRow .Subjects,.SearchRow .Grades,.SearchHeader .Name,.SearchHeader .Subjects,.SearchHeader .Grades {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 26px;
    line-height: 26px;
}

.SearchRow .Name.NameT {
    display: inline-block;
    min-height: 26px;
    line-height: 26px;
    height: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: clip;
    font-weight: bold;
    color: #555;
}

.SearchRow .Name.NameT .Treugolmik {
    background-image: url(/img/treeTable/toggle-expand-dark.png);
    width: 19px;
    height: 19px;
    float: left;
    margin: 4px 0 0 0;
    cursor: pointer;
}

.SearchRow.Opend .Name.NameT .Treugolmik {
    background-image: url(/img/treeTable/toggle-collapse-dark.png);
}

.SearchRow .Subjects,.SearchRow .Grades {
    text-align: center;
}

.Page.PageSmall .SearchRow .Subjects {
    width: 180px;
}

.Page.PageSmall .SearchHeader .Subjects {
    width: 180px;
}

.Page .SearchRow .Subjects {
    width: 180px;
    border-left: 1px solid #b3b3b3;
    float: right;
}

.Page .SearchHeader .Subjects {
    width: 180px;
    border-left: 1px solid #b3b3b3;
    float: right;
    height: 30px;
}

.Page.PageSmall .SearchRow .Grades {
    width: 100px;
}

.Page .SearchHeader .Grades {
    width: 130px;
    border-left: 1px solid #b3b3b3;
    float: right;
    height: 30px;
}

.Page.PageSmall .SearchHeader .Grades {
    width: 100px;
}

.Page .SearchRow .Grades {
    width: 130px;
    border-left: 1px solid #b3b3b3;
    float: right;
}

.Page .ForCenter {
/*    height: 20px;
    width: 850px;
    margin: 0 auto;*/
}

#ForHeader {
    overflow-x: hidden;
    overflow-y: scroll;
}

.Predu {
    margin: 50px 320px 50px 100px;
    text-align: center;
    font-size: 1.5em;
}

.PageSmall .Predu {
    margin: 50px 320px 50px 20px;
}

.linkStandard {
    display: inline-block;
    margin: 10px 10px 10px 50px;
    font-size: 16px;
    width: 400px;
    color: #18a951;
}

.linkStandard:hover {
    color: #005ba6;
}

.TableOfContent {
}
