body {
    margin:0;
    display:flex;
    height:100vh;
    flex-direction: column;
    flex-grow: 1;
}

body.ipad {
    position: fixed;
    width: 100vw;
    height:100%;
}

body.ipad.embedded {
    position: fixed;
    width: 100vw;
    height:98vh;
}

body.iphone:not(.embedded) {
    position: fixed;
    width: 100vw;
    height:100%;
}

.ipad :focus {
    outline: none;
}

@media (orientation:portrait) {
    body.android:not(.embedded) {height:89vh;}
    
    body.ipad {
    height:100%;
    }   
}

@media (orientation:landscape) {
    body.android:not(.embedded) {height:81.5vh;}
}

.page-homeadmin .toolbar,
.page-accounts.admin .toolbar,
.page-settingsadmin .toolbar{
    background: #0277BD;
    height: 50px;
}

.page-homeadmin.admin .toolbar .primary-links a,
.page-accounts.admin .toolbar .primary-links a,
.page-settingsadmin.admin .toolbar .primary-links a{
    background-image: url(/images/themes/1/toolbar_home.svg);
}

.admin .toolbar ul li a {
    color:#ffffff;
    height: 34px;
    padding: 16px 12px 0px 12px;
}

.page-homeadmin .profile-primary-link:hover,
.page-homeadmin .toolbar ul li a:hover,
.page-homeadmin .toolbar ul li a.active,
.page-homeadmin .toolbar ul li a.active:hover, 
.page-accounts.admin .profile-primary-link:hover,
.page-accounts.admin .toolbar ul li a:hover,
.page-accounts.admin .toolbar ul li a.active,
.page-accounts.admin .toolbar ul li a.active:hover,
.page-settingsadmin .toolbar ul li a:hover,
.page-settingsadmin .toolbar ul li a.active,
.page-settingsadmin .toolbar ul li a.active:hover{
    background-color: #036393;
    color:#ffffff;
}

.ipad.admin .toolbar ul li a {
    padding: 16px 14px 0px 14px;
}

.admin .toolbar img.profile-primary-link {
    background-color:#ffffff;
}

form { margin: 0px; padding: 0px; }

.display.news p {
    margin-top:5px;
    max-height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
}

#header > .top {
    display:-webkit-flex;
    display: flex;
    height: 60px;
}

#t4l_primary button.primary.new {margin-right: 20px;}

#footer {
    text-align: left;
}

#footer img{border:none;}
#footer a:hover{text-decoration: underline;}

/* message banner */
.message.banner {
    background-color: white;
    border: 1px solid #cc3300;
    border-width: 0 0 1px 0;
    color: white;
    font-size:10pt;
    height: auto;
    line-height: 28px;
    overflow:hidden;
    width: 100%;
}

.message.banner a {
    border-bottom:1px solid steelblue;
    color:steelblue;
}

.message.banner > * {
    margin:0 auto;
}

.message.banner > :first-child {
    background-color:#CC3300;
    font-weight:bold;   
    justify-content: flex-start;    
}

.message.banner > :first-child > :first-child {
    flex-grow:70;
    text-align: justify;
    justify-content:flex-start;
    margin-left: 10px;
}

.message.banner > .flex.container > :last-child {
    align-self: center;
    cursor: pointer;
    display: flex;
    flex-grow: 1;
    font-size: 20px;
    justify-content: flex-end;
    position: relative;
    text-align: right;
    max-width: 40px;
    margin-right: 20px;
}

.message.banner > :last-child {
    background-color:white;
    text-align:left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.message.banner > :last-child > * {
    color:#373737;
    display:inline-block;    
    line-height:20px;
    text-align:justify;  
    width:auto;
}

.message.banner > :last-child > .link {
    color:#4574B4;
    margin-left:.5em;
}

/* end message banner */


/** message none  **/
.message.none {
    color:grey;
    padding:24px;
    font-style:italic;    
}
/** end message none  **/


/*- Main styles */

.label {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1em;
}

.label-large {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

.label.sharing-dialog {
    margin-right: 20px;
}

.hide-screen {
    display: none;
}

.align-right {
    text-align: right;
}

.margin-top {
    margin-top:10px;
}

/**  TAGS  **/
/** --  reset area -- **/
select {background-color:white;}
/** -- end reset area -- **/

button {
    cursor:pointer;
}

button[disabled="disabled"],
[disabled="disabled"], 
[disabled=""] {
    opacity:0.5;
    cursor: default;
}

button.noborder {
    border:none;
}

button.nobackground {
    background:none;
}

button.plain-nav {
    border: none;
    background: none;
    height: 28px;
    width: 32px;
    vertical-align: middle;
    position: relative;
}

button.grey-button {
    border-radius: 2px;
    border: solid 1px #4E4E4E;
    background: #e0e0e0;
    padding: 4px 10px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.toolbar-button {
    border-radius: 2px;
    border: solid 1px #4E4E4E;
    background: #e0e0e0;
    padding: 4px 10px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.toolbar-button:hover {
    background: #848484;
    color: #ffffff;
}

button.toolbar-nav {
    border: none;
    background: none;
    height: 28px;
    width: 32px;
    vertical-align: middle;
    position: relative;
    top: 9px;
}

button.toolbar-nav:hover {
    background: lightgrey;
    border-radius: 2px;
}

button.toolbar-pill-left {
    border-radius: 2px 0px 0px 2px;
    border: solid 1px #4E4E4E;
    background: #e0e0e0;
    color: #2b2b2b;
    font-size: 1em;
    padding: 4px 10px;
    margin-top: 10px;
    vertical-align: middle;
}

button.toolbar-pill-center {
    border: none;
    border-bottom: solid 1px #4E4E4E;
    border-top: solid 1px #4E4E4E;
    border-right: solid 1px #4E4E4E;
    background: #e0e0e0;
    color: #2b2b2b;
    font-size: 1em;
    padding: 4px 10px;
    margin-top: 10px;
    vertical-align: middle;
}

button.toolbar-pill-right {
    border-radius: 0px 2px 2px 0px;
    border: solid 1px #4E4E4E;
    border-left: none;
    background: #e0e0e0;
    color: #2b2b2b;
    font-size: 1em;
    padding: 4px 10px;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.ui-state-active {
    background: #848484;
    color: #ffffff;
}

::-webkit-input-placeholder { font-style:italic;}
input:-moz-placeholder { font-style:italic;}

dl {
    overflow:visible;
}
dl > * {
    display:inline-block;
    float:left;
    height:24px;
    line-height:24px;
    margin:0;
    width:50%;
}

dl > *.newline {
    display:block;
    width:100%;
}

iframe {
    border:none;
    height:100%;
    width:100%;
}

label.nocolon:after {content:"";}

p {margin:0px; padding:0; line-height: 1.5em;}

.heavy {font-weight:500;}

/**  Google Material Icon Formatting  **/

.material-icons.small {font-family: 'Material Icons'; font-size: 20px; color: #4574B4;}
.material-icons.small-with-label {font-size: 20px; color: #4574B4; vertical-align: middle;position: relative;top: -2px;}
.material-icons.dialog-button {font-family: 'Material Icons'; color: #4574B4; font-size: 24px;}
.material-icons.normal {vertical-align: middle;}
.material-icons.large { font-size: 34px; color: #4574B4;}
.material-icons.button-with-label {color: grey; vertical-align: middle; margin-right: 5px;}
.material-icons.white{color: #FFFFFF; vertical-align: middle;}
.material-icons.white-with-label {color: #FFFFFF; vertical-align: middle; margin-right: 5px;}
.material-icons.button-drop-down-arrow {font-size: 20px; color:#ffffff; vertical-align: middle;margin-top: -3px;}
.material-icons.team-icon-project-list {margin-left: 10px; position: relative; top: 6px; color: #9a9a9a; line-height: .4; font-size: 1.8em;}
.material-icons.team-icon-teacher-page {margin-left: 10px; position: relative; top: 2px; color: #b7b7b7; font-size: 1.2em;}
.material-icons.team-icon-students {color: #545454;cursor: default;}
.material-icons.portfolio,.material-icons.comment  {font-size: 18px;color:#a7a7a7;margin-right: 5px;}
.material-icons.complete {color: #a7a7a7;cursor: default;}
.material-icons.nostarted {color: #a7a7a7;cursor: default;}
.material-icons.started {color: #a7a7a7;cursor: default;}
.material-icons.project-list-folder {color: #f5f5f5;font-size: 38px;margin: 3px 10px;}

.material-icons.edit {border: 3px solid #848484;color: #848484;position: relative;top: -1px;font-size: 22px;}
.material-icons.print {color: #848484;position: relative;font-size: 30px;}
.material-icons.share {color: #848484;position: relative;font-size: 30px;}
.ipad .material-icons.delete, .android .material-icons.delete {color: #848484;position: relative;font-size: 32px;}

.material-icons.folder {color:grey;}

/**  input formatting  **/

input[type="file"] {
    border: none;
    padding: 0 0 4px 0;
    max-width: 300px;
}

input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type="checkbox"].disabled {
    opacity:.5;
    cursor:default !important;
}

input[type="button"],
input[type="submit"],
input[type="text"],
textarea,
progress {
    -webkit-appearance: none;
}

.android input[type="radio"],
.android input[type="checkbox"]{
    -webkit-appearance:none;
    background-color: #EAEAEA;
    border: 1px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 1em;
    height:1em;
    width:1em;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

.android input[type="checkbox"] {
    border-radius: 2px;
}

.android input[type="radio"]:checked,
.android input[type="checkbox"]:checked {
    background-color: steelblue;
}

textarea {
    overflow:auto;
    font-family: 'Roboto', verdana, sans-serif;
}

ul.border-li.bottom > li {
    border-bottom:1px solid #e0e0e0;
}

ul.border-li.bottom > li:last-child {
    border-bottom:none;
}

/**  END TAGS  **/

/** TABLES  **/

thead, th {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-weight: normal;
}

/** END TABLES  **/


/** SCROLLABLE TABLES  **/

table.scroll {
    border-spacing: 0;
}
table.scroll tbody, table.scroll thead tr {
    display: block;
}
table.scroll tbody {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

table.scroll thead th, 
table.scroll tbody td {
    height: 30px;
    line-height: 30px;
}

/** END SCROLLABLE TABLES  **/

/**  TABLES WITH BORDERS  **/
table.border {
    border-spacing:0;
    border:1px solid lightgrey;    
    width:100%;
}

table.border thead th {
    height:18px;
    vertical-align: bottom;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-weight: normal;
}

table.border th, table.border td {
    height:10px;
    padding:5px;    
    text-align:left;
}

table.border td {
    vertical-align: top;
}
/**  END TABLES WITH BORDERS  **/


/** CLASSES  **/

/** HEADER CLASSES **/

#t4l_build,
.android #t4l_build,
.ipad #t4l_build,
.iphone #t4l_build {
    display: none;
}

#t4l_build {
    min-height: 18px;
    overflow: hidden;
    font-size: 0.8em; 
    color: #ffffff; 
    text-align: left;
    padding-left: 10px;
    background: lightsalmon;
    user-select: text;
}

#t4l_build:before {
    content:"Rubric Maker:  ";
}

/** END HEADER CLASSES **/

.align-right {text-align:right;}
.align-left {text-align:left;}

.capitalize {text-transform:capitalize;}

.caption {text-align:center;}

.center {text-align:center;}

.checklist > li {
    clear:both;
    display:block;
    height:40px;
    list-style:none;    
}

.checklist > li > * {
    float:left;
    display:inline-block;
    height:40px;
    line-height:40px;
}

.checklist > li > span:first-child {
    margin-right:4px;
    text-align:center;
    width:40px;
}

.checklist > li > span:first-child input {
    position:relative;
    top:2px;
}

.checklist > li > .right {
    float:left;
    text-align:left;
}

.clickable {
    cursor:pointer;
}

.columns {
    overflow:hidden;
    padding-bottom:20px;
}
.columns.two > * {display:inline-block;width:49.5%;}
.columns.two .left {float:left;}
.columns.two  .right {float:right;}



.columns.one_and_two > * {
    display: inline-block;
}

.columns.one_and_two .left { float: left; width: 50%; }
.columns.one_and_two .middle { float: left; width: 25%; }
.columns.one_and_two .right { float: right; width: 25%; }

.column-one-left {width: 95%; float: left;}

#div-wrapper-title-tools .right {text-align:right;}

.date.hasDatepicker {
    border:0;
    background:none;
}

.divider {
    width:1em;
}

.divider.dash:after {
    content:"-";
}

.emphasis {font-style:italic; color: #545454;}

.error {font-style:italic; color:red;}

.footnote {font-size:80%;}

/* flexbox */
.flex.container {
    display:-webkit-flex;
    display:flex;    
}

.flex.container.flexrow {
    -webkit-flex-direction:row;
    flex-direction:row;    
}

.flex.container.flexrow > .right {
    margin-left: auto;
}

.flex.container.flexrow > .right.material-icons {
    margin-right: 10px;
}

.flex.container.center {
    align-items: center;  
}

.flex.container.align-center {
    align-items: center;  
}

.flex.container.flexcolumn {
    -webkit-flex-direction:column;
    flex-direction:column;
}

.flex.container.wrap {
    flex-wrap: wrap;
}

.flex.align-right {
    justify-content:flex-end;
}

.flex-container {
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;  
}

.flex-left-fixed{
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.flex-right-flow{
    -webkit-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.flex-flow{
    -webkit-flex: 1;
    flex: 1;
    overflow: auto;
}

.flex-one{
    -webkit-flex: 1;
    flex: 1;
}

.flex-two{
    -webkit-flex: 2;
    flex: 2;
}

.flex-three{
    -webkit-flex: 3;
    flex: 3;
}

.flex-right {
    margin-left: auto;
}

/* end flexbox */

/* user profile */

.profile-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.profile-container-phone {
    display: none;
}

.profile-text {
    flex: 1;
    margin-left: 10px;
}

.profile-details {
    margin-top: 5px;
}

.profile-url {
    background: none;
    border: none;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 98%;
    font-size: 1em;
}

/* user profile */

.messagewithaction .text {
    font-weight:normal;
}

.messagewithaction button {
    clear:both;
    float:right;
}

.noshow {visibility:hidden;}

.notaphighlight {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.notbutton {
    background:none;
    border:none;
}

.notcomplete {
    color:#999999;
    display:none;
    font-style:italic;
}

.paragraph {
    margin:10px 0;
}

.percentage:after {
    content:"%";
}

input.placeholder {
    color:lightgrey;
    font-style:italic;
}

.show {
    visibility:visible;
}

button.previous-next-chevron {
    height: 30px;
    width: 30px;
    margin-top: 7px;
    margin-right: 5px;
    background:none;
    border:none;
    color: #4574B4;
}

button.home {
    height: 30px;
    width: 120px;
    margin-top: 7px;
    margin-right: 5px;
    margin-left: 10px;
    background:none;
    border:1px solid #90B3E2;
    border-radius: 2px;
    color: #4574B4;
    font-size: 18px;
}

button.project-manager,
.hd button.project-manager {
    width: 50px;
    height: 50px;
    background-image: url(/images/themes/1/toolbar_home_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px 26px;
    margin-left: 5px;
}

.hd button.project-manager:hover {
    border: 1px solid lightgrey;
    border-radius: 4px;
    background-color: #f1f1f1;
}

button.icon-with-label {
    color: #295B9F;
    background:none;
    border:none;
}

.moveable {cursor:move;}

.holder-buttons {padding:10px 0;}

.withcolon {
    margin-right:4px;
}
.withcolon:after {content:":"}
.withcolon.required:after{content:":*";}

/** content header **/
/** used for the second tier navigation menus within a page **/
.content-header {
    background-color: #f5f5f5;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    height: 44px;
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.content-header-holder {
    float: right;
    left: 7px;
    position: relative;
    width: 70%;
}

.content-header-label {
    text-transform: capitalize;
    content: ":";
    line-height: 28px;
    margin-right: 8px;
    width: 65px;
    display: inline-block;
    float: left;
}

.content-header-button {
    text-transform: capitalize;
    display: inline-block;
    float: left;
    border-color: #90B3E2;
    border-width: 0 0 0 1px;
    border-style: solid;
    font-weight: bold;
    height: 100%;
    margin-left: 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 120px;
    background: none repeat scroll 0 0 #E1E9F2;
    font-size: 0.9em;
    cursor: pointer;
}

.content-header-button active {
    background: -moz-linear-gradient(center top , #D6E2F2, #B6C6DB) repeat scroll 0 0 transparent;
}

/** end content header navigation **/

.modal-background {
    background: none repeat scroll 0 0 rgba(55, 55, 55, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.red {color:red;}

.sort.desc:after {
  content: '';
  position: relative;
  left: 4px;
  border: 4px solid transparent;
  top: 10px;
  border-top-color: black;
}

.sortablecolumn {text-decoration:underline;}
.strong {font-weight:bold;}
.superscript {font-size:80%;position:relative;top:-.3em;}


.widget.calendar {overflow:visible;}
.widget.calendar > * {float:left;}

.holder.calendar .icon.calendar {display:inline-block;float:left;position:relative;top:1px;}

.projectrow .icon {display:inline-block;}

.square-button-blue > .material-icons {
    background:transparent;
}

.padded-button-blue {
    height: 32px;
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    line-height: 32px;
    margin-left: 8px;
    margin-right: 10px;
    padding: 0 20px;
    position: relative;
    text-align: center;
}

.wixie-button-blue {
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 4px 8px;
    position: relative;
    cursor: pointer;
}

.wixie-button-blue.secondary,
.ui-dialog .ui-dialog-buttonpane button.wixie-button-blue.secondary {
background: rgb(232,236,239); /* Old browsers */
background: -moz-linear-gradient(top, rgba(232,236,239,1) 30%, rgba(220,221,226,1) 60%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(232,236,239,1)), color-stop(60%,rgba(220,221,226,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(232,236,239,1) 30%,rgba(220,221,226,1) 60%); /* Chrome10+,Safari5.1+ */
background: linear-gradient(to bottom, rgba(232,236,239,1) 30%,rgba(220,221,226,1) 60%); /* W3C */
    
    border: 1px solid #80838A;
    color: #80838A;
    font-family: arial, sans;
    font-size:12px;
    font-weight:bold;
    height:22px;
    line-height:22px;
}

.ui-dialog .ui-dialog-buttonpane button.wixie-button-blue.secondary {
    font-family: arial,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height:30px;
    letter-spacing: 1px;
    padding: 0 15px;
}

.wixie-button-blue-flat {
    background: none repeat scroll 0 0 #00a9e3;
    border-color: #13416f;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;    
    text-align: center;
    text-decoration: none;
    width: 10%;
}

.wixie-button-white {    
    color: #ffffff;
    background: #295B9F;
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 0 8px;
    position: relative;
}

.wixie-button-allwhite {
    background-color:white;
    border:none;
}

button.actions-32[disabled="disabled"],
.wixie-button-blue[disabled="disabled"],
.wixie-button-blue.disabled {
    opacity: .5;
    cursor: default;
}

.wixie-button-white > .icon.downarrow,
.wixie-button-allwhite > .icon.downarrow,
.wixie-button-blue > .icon.downarrow {
    background-image:url(../js/libs/jqueryui/1.10.2/css/smoothness/images/ui-icons_888888_256x240.png);
    background-position: -64px -16px;
    float:right;
    height:16px;
    position:relative;
    top:3px;
    width:16px;
}


.holder.buttons > button,
.button.holder > button {
    display:inline-block;
    width:100px;
    height: 40px;
}

/**  FORM CLASSES  ********/
input::-moz-placeholder,
input:-moz-placeholder, textarea:-moz-placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
    color: gray;
}
/**  END FORM CLASSES  **/

/**  FORM WITH LABEL ABOVE INPUT  *****/
.formrow.vertical > * {
    display:block;
    margin-bottom:2px;
}

.formrow.vertical > label:after {
    content:":";
}

/**  END FORM WITH LABEL ABOVE INPUT  */

/**  GOBACK BUTTON WITH ARROW  **********/
.goback.witharrow {
    overflow:visible;
}
.goback.witharrow .icon {
    height:28px;
    width:40px;
}
/**  END GOBACK BUTTON WITH ARROW  ****/

/**  NAV CLASSES **********/
ul.nav {
    overflow:hidden;
    width:100%;
}
.nav li {
    display:inline-block;
    float:left;
    list-style-type: none;    
}
/**  END NAV CLASSES **********/

/**  DROPDOWN CLASSES  **********/
.dropdown > * {
    background-color:white;
    border:1px solid #90B3E2;
    border-width:0 0 1px;
    cursor:pointer;
    height:40px;
    line-height:40px;
    list-style-type:none;
    padding-left:10px;
    width:auto;
}

.dropdown > *.active,
.dropdown > *:hover {
    background-color:#E7EEF6;
}
/**  END DROPDOWN CLASSES  ****/


/**  ROW CLASSES  ***** **/
.row {min-height:30px;width:100%;}
.row .left, .row .right {clear:none;position:relative;width:49%;}
.row .left,
.row .right,
.row  .icon {display:inline-block;}
.row > * > * {width:98%;}
.row > * > .row {width:100%;}
.row .left {margin-right:0;}
.row .right {float:right;}

.row.buttons button {margin-right:4px;}

.row .icon {margin-left:1em;}

.row.textarea {
    height:auto;
    min-height:63px;
    padding-bottom:1px;
}

/**  END ROW CLASSES  **/

/**  SHOW FOLDERS CLASSES  **/

.list.folders ul {
    padding-left:0;
}

.list.folders li {
    list-style-type:none;
}
.list.folders li > * > * {
    display:inline-block;
}

.list.folders li > * > .icon {
    position:relative;
    top:12px;
}

.list.folders li > * > .name {
    height:40px;
    line-height:40px;
    margin-left:6px;
}

.list.folders li > ul {
    display:block;
}

/**  END SHOW FOLDERS CLASSES  **/

/**  DIALOG BOX  ** DIALOG BOX  **DIALOG BOX  **DIALOG BOX  **DIALOG BOX  **DIALOG BOX  **DIALOG BOX  **/

.modalDialog_contentDiv {
    position: absolute;
    padding: 10px;
    border: 1px solid #90B3E2;
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    border-radius: 2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    background: #ffffff;
}

.ui-dialog,
.ui-dialog .ui-widget-header,
.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content,
.ui-dialog .ui-dialog-buttonpane {
    border:0;
    border-radius:2px;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size:13px;
    background: #ffffff
}

.ui-dialog {
    border:1px solid #90B3E2;
    box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.5);

    padding:0 10px;
}

.ui-dialog,
.ui-dialog-content,
.ui-dialog-content .dialog.content,
.ui-dialog-content .outer {
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.ui-dialog .ui-dialog-content {
    overflow:hidden;
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-content select[disabled=disabled], 
.ui-dialog .ui-dialog-content select.disabled {
    background-color:#DDDDDD;
    border:1px solid #4574B4;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

.ui-dialog .ui-dialog-content .hd {
    background:transparent;
    border:0;
    height:20px;
    position:relative;
    text-align:left;
    width:100%;
}

.ui-dialog .ui-dialog-content .title{
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
}

.ui-dialog .ui-dialog-content .bd {
    padding-top:10px;
}

.ui-dialog .ui-dialog-title {
    display:none;
}

.ui-dialog .ui-dialog-titlebar {
    margin-bottom:10px;
}

.ui-dialog .ui-icon-closethick,
.ui-dialog .ui-widget-header .ui-icon-closethick {
    background: url("/images/icons/icon-close.png") repeat scroll 0 0 transparent;
    background-position: -96px -128px;
    height: 32px;
    position: absolute;
    right: -16px;    
    top: -16px;
    width: 32px;
    z-index:1000;
}

.ui-dialog .ui-widget-header .ui-icon-closethick {
    text-indent:-10000px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    background:none;
    border:0;
    height:32px;
    width:32px;
}

.ui-dialog > p,
.ui-dialog-content > .outer  {
    border:1px solid #90B3E2;
    border-width: 1px 1px 0 1px;
    margin: 0 auto;
    padding: 20px 10px;
    width: 90%;
}

.ui-dialog .content p.first {
    border-width:1px 1px 0 1px;
}

.ui-dialog .dialog.content {
    border-color: #90B3E2;
    border-style: solid;
    border-width:1px;
    text-align:left;
    width:100%;
    padding: 10px;
}

.ui-dialog .dialog.content.restore .formrow{
    padding: 10px;
    display: flex;
    align-items: center;
    font-size:1.1em;
}

.ui-dialog .dialog.content.restore .formrow label{
    flex:1;
}

.ui-dialog .dialog.content.restore .formrow input{
    flex:2;
}

.ui-dialog-bottom-buttons {
    width: 100%;
    text-align: right;
    margin-right: 0px;
    margin-top: 10px;
}

.ui-dialog-buttonpane  {
    margin: 10px 0;
    width:100%;
}

.ui-dialog-buttonset {
    text-align:right;
    width:100%;
    margin-bottom: 10px;
}

.ui-dialog .ui-dialog-buttonpane button {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
}

.ui-dialog .ui-dialog-buttonpane button.primary {
    margin-left:10px;
    min-width:70px;
}

.ui-dialog .ui-dialog-buttonpane button.cancel,
.ui-dialog .ui-dialog-buttonpane button.secondary {
    outline: none;
    margin-right: 10px;
}

button.secondary.cancel:hover {background:none;}

.android .ui-dialog .ui-dialog-buttonpane button.cancel,
.android .ui-dialog .ui-dialog-buttonpane button.secondary {
    height:16px;
    line-height:12px;
}

.ui-dialog.ui-widget .ui-dialog-content .dialog.content.viewproject {
    height:474px;
    overflow:hidden;
}

/**  accounts -- confirm provisioner          **/
.ui-dialog-content.confirm.provisioner table {
    margin:10px auto 20px;
    width:700px;
}

.ui-dialog-content.confirm.provisioner table tr > td.first {
    width:24%;
}

.ui-dialog-content.confirm.provisioner table tr > td.second {
    width:74%;
}

/**  end accounts -- comfirm provisioner   **/


/** -- message -- **/
.ui-dialog-content.message.success .dialog.content {
    padding:20px 5px;
}

.ui-dialog .ui-dialog-content.message > * > * {
    padding:10px;
}

.ui-dialog .ui-dialog-content.message .hd {
    border:1px solid gray;
    border-width:1px 1px 0 1px;
    height:24px;
    width:550px;
}

.ui-dialog .ui-dialog-content.message .smallwindow {
    height:200PX;
    overflow-x:hidden;
    overflow-y:auto;
    width:100%;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog .ui-dialog-content.message ul li {
    list-style-type:none;
}

#dialog-csv-process-failed .ui-dialog-content.message ul {
    border:1px solid grey;
    width:550px;
}

#dialog-csv-process-failed .ui-dialog-content.message ul li {
    border:1px solid grey;
    border-width:0 1px;
    min-height:20px;
    line-height:20px;
    padding:1px;
    width:548px;
}

#dialog-csv-process-failed .ui-dialog-content.message ul li:not(first-child),
#dialog-csv-process-failed .ui-dialog-content.message ul li:not(last-child) {
    border-width:0 0 1px;
}

#dialog-csv-process-failed .ui-dialog-content.message ul li:last-child {
    border-bottom-width:0;
}

#dialog-csv-process-failed .ui-dialog-content.message .hd > span,
#dialog-csv-process-failed .ui-dialog-content.message ul li > span {
    display: inline-block;
    line-height: 15px;
    min-height: 20px;
    padding: 2px 4px;
    vertical-align: middle;
    width: 410px;
}


#dialog-csv-process-failed .ui-dialog-content.message .hd span.id,
#dialog-csv-process-failed .ui-dialog-content.message ul li > span.id {
    width:60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#dialog-csv-process-failed .ui-dialog-content.message .hd > span:last-child,
#dialog-csv-process-failed .ui-dialog-content.message ul li > span:last-child {
    border-left:1px solid grey;
}

#dialog-csv-process-failed .ui-dialog-content.message .hd > span:last-child {
    position:relative;
    left:1px;
}

/** -- end message -- **/

/** -- confirm message -- **/
.ui-dialog-content.message.confirm .hd {
    background-color:#E7EEF6;
    border:1px solid #90B3E2;
    border-width:0 0 1px 0;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    height: 20px;
    width:656px;
}

.ui-dialog-content.message.confirm ul {
    display:block;
    height:auto;
    margin-left:20px;
    width:740px;
}

/** -- end confirm message -- **/


/** -- csv error message  -- **/
.ui-dialog-buttonpane.multiple button {
    margin-left:12px;
}

.ui-dialog-buttonpane.multiple button:last-child {
    margin-left:24px;
}
/** -- end csv error message -- **/

/** --  dataerror message -- **/
/** -- used when displaying errors from csv. used along with banner message.  -- **/
.ui-dialog-content.dataerrors > .content {
    font-style:italic;
    padding:4px;
}

.ui-dialog-content.dataerrors > .content > .bd {
    margin: 0 auto;
    width:558px;
}

.ui-dialog-content.dataerrors > .content table {
    border: 1px solid #000;
    border-collapse: collapse;
    font-style: italic;
    font-weight: normal;
    margin: 8px auto;
    table-layout: fixed;
    width: 560px;
}

.ui-dialog-content.dataerrors > .content table tr > th {
    border:1px solid #000;
    border-width:1px 0;
    font-weight:normal;
}

.ui-dialog-content.dataerrors > .content table tr > * {
    padding-left:4px;
}

.ui-dialog-content.dataerrors > .content table tr > :first-child {
    border-right:1px solid #000;
    width:100px;
}

.ui-dialog-content.dataerrors > .content table tbody tr > :first-child {
    width:103px;
}

.ui-dialog-content.dataerrors > .content table tr > :nth-child(2) {
    width:456px;
} 

.ui-dialog-content.dataerrors > .content tbody {
    display:block;
    height:auto;
    max-height:200px;
    overflow-y:scroll;
    width: 567px;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog-content.dataerrors > .content tbody tr:not(:last-child) {
    border-bottom:1px solid #454545;
}

/** --  end dataerror message  --  **/


/** -- generic message  --  **/

.ui-dialog-content.generic.message > .dialog.content {
    padding:10px;
}

/** -- end generic message  --  **/


/**  --  assign project  --  **/

.ui-dialog .dialog.content.assign.project .hd {
    height:34px;
    line-height:34px;
}

.ui-dialog .dialog.content.assign.project .hd > .left {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.ui-dialog .dialog.content.assign.project .top.row > .right > label {
    display: inline-block;
    float: left;
    height: 34px;
    width: 60px;
}

.ui-dialog .dialog.content.assign.project .top.row > .right > label:first-child {
    width: 40px;
}


.ui-dialog .dialog.content.assign.project input[type=radio] {
    display: inline-block;
    float: left;
    position: relative;
    top: 10px;
    margin-right: 5px;
    margin-left: 10px;
}

.android .ui-dialog .dialog.content.assign.project input[type=radio] {
    top: 5px;
}

 .ui-dialog .dialog.content.assign.project .row.select > .left {
    height:40px;
    line-height:20px;
    margin-left:7px;
    width:46px;
}

.ui-dialog .dialog.content.assign.project .row.select > .right {
    text-align: left;
    width: 560px;
}

.ui-dialog .dialog.content.assign .datepickers .line.left {
    width: 80px;
}

.ui-dialog .dialog.content.assign .datepickers .line.right {
    width: 110px;
    float: none;
}

.ui-dialog .dialog.content.assign .datepickers img, 
.ui-dialog .dialog.content.assign .datepickers .ui-datepicker-trigger {
    clip: rect(0px, 14px, 16px, 0px);
    cursor: pointer;
    height: 200px;
    left: 80px;
    margin: 4px 0 0 4px;
    position: absolute;
    top: -3px;
    width: 400px;
}

.ui-dialog .dialog.content.assign.project .select-row,
.ui-dialog .dialog.content.assign.project .settings_row{
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}

.ui-dialog .dialog.content.assign.project .datepickers.left.row,
.ui-dialog .dialog.content.assign.project .datepickers.right.row{
    display: inline-block;
    width: 40%;
}

.ui-dialog .dialog.content.assign.project .label {
    margin-right: 10px;
}

.ui-dialog .dialog.content.assign.project .label.left {
    width: 70px;
}

.ui-dialog .dialog.content.assign.project select.anyFormField {
    width: 300px;
}

.ui-dialog .dialog.content.assign.project .with-border {
    border: 1px solid grey;
    margin: 0 auto;
    width: 98%;
}

.ui-dialog .dialog.content.assign.project .with-border.list  {
    height:300px;
    margin-top:10px;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
}

.ui-dialog .dialog.content.assign.project .with-border.list  li {
    display:-webkit-flex;
    display: flex;
    border-bottom:1px solid grey;
    list-style-type: none;
}

.ui-dialog .dialog.content.assign .with-border.select-all > .left,
.ui-dialog .dialog.content.assign.project .with-border.list li > .left {
    border-color: grey;
    border-style: solid;
    border-width: 0 1px 0 0;
    float: left;
    height: 31px;
    overflow: hidden;
    text-align: center;
    width: 28px;
}

.ui-dialog .dialog.content.assign .with-border.select-all > .right,
.ui-dialog .dialog.content.assign.project .with-border.list li > .right  {
    -webkit-flex: 1;
    flex: 1;
    text-align:left;
    margin-left: 30px;
}

.ui-dialog .dialog.content.assign .with-border.select-all > .right {
    width:555px;
}

.ui-dialog .dialog.content.assign .with-border.select-all > .right > label,
.ui-dialog .dialog.content.assign.project .with-border.list li > .right  > label {
    height:29px;
    line-height:29px;
    position:relative;
}

.android .ui-dialog .dialog.content.assign.project .with-border.list li > .right {
    width:555px;
}

/**  --  end assign project  --  **/

/**  --  assign rubric  --  **/
.ui-dialog .ui-dialog-content.assign.rubric .withborder {
    border: 1px solid #90B3E2;
    padding-bottom: 0;
}
.assign.rubric .rubric-project-list {
    height:480px;
    overflow-x:hidden;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    width:64.5%
}

.assign.rubric .rubric-folder-list {
    border-right:1px solid #90B3E2;
    height:480px;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    width:35%;
}

.assign.rubric .list-folders {
    text-align: left;
    list-style-type: none;
}

.assign.rubric .list-folders li {
    list-style-type: none;
    margin-left:15px;
}

.assign.rubric .list-folders li .folder:hover {
    background-color:#D6E2F2;
}

.assign.rubric .list-folders li > span {
    display:block;
    line-height:40px;
    margin-top: 5px;
}

.assign.rubric .list-folders li > span > span {
    display:inline-block;
    position: relative;
    top:4px;
}

.android .assign.rubric .list-folders li > span > span {
    top:-6px;
}

.assign.rubric .list-folders li > span > span.hide {
    display:none;
}

.assign.rubric .list-folders li > span > span.name {
    cursor: pointer;
    margin-left:5px;
    color: #295B9F;
    height:20px;
    line-height:20px;
    top:-6px;
    white-space: nowrap;
    width: 150px;
}

.input .assign.rubric .list-folders li > span > span.name {
    top:-6px;
}

.android .assign.rubric .list-folders li > span > span.name {
    top:6px;
}

.assign.rubric.ui-dialog-content .hd {
    position:relative;
    left:7px;
    width:95%;
}

.assign.rubric.ui-dialog-content .dialog.content {
    height:550px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    width:740px;
}

.assign.rubric.ui-dialog-content .list.activities {
    width:540px;
}

.assign.rubric.ui-dialog-content .list.activities .multiselectrow {
    text-align: left;
}

.assign.rubric.ui-dialog-content .list.activities .thumbnail-holder {
    width: 105px;
    display: inline-block;
    text-align: center;
}

.assign.rubric.ui-dialog-content .list.activities .thumbnail {
    height: 70px;
}

.assign.rubric.ui-dialog-content .list.activities .details {
    display: inline-block;
    vertical-align: top;
    width:400px;
    margin-left: 10px;
}

.assign.rubric.ui-dialog-content .list.activities .details > span {
    float:left;
}

.assign.rubric.ui-dialog-content .list.activities > li .last {
    display: inline-block;
    float:right;
    margin-right:5px;
    width:32px;
}
/**  --  end assign rubric  --  **/

/**  --  customize (org-level projects)  -- **/
.ui-dialog-content.customize .dialog.content {
    height:88px;
    padding: 20px 10px;
    width: 100%;
}

.ui-dialog-content.customize .dialog.content > .t4l_small {
    margin-top:15px;
}

.ui-dialog-content.customize .dialog.content label {
    position:relative;
    top:-3px;
}

.ui-dialog-content.customize .dialog.content label:after {
    content:"";
}

.ui-dialog-content.customize + .ui-dialog-buttonpane button {
    margin-left:10px;
}

/**  --  end customize (org-level projects)  --  **/

/** -- choose rubric -- **/
.choose.rubric.ui-dialog-content .hd {
    padding-left:10px;
}

.choose.rubric.ui-dialog-content .outer {
    border:1px solid #90B3E2;
    height:400px;
    overflow:hidden;
    padding:0;
    width:788px;
}

.choose.rubric,
.choose.rubric > * {
    position:relative;
}

.choose.rubric .rubric-row-header {
    display:-webkit-flex;
    display: flex;
    height:32px;
    line-height:32px;
}

.choose.rubric .rubric-row {
    clear: both;
    cursor: pointer;
    display:-webkit-flex;
    display: flex;
    height: 34px;
    line-height: 34px;
    width: 99%;
}

.android .choose.rubric .rubric-row,
.ipad .choose.rubric .rubric-row {
    margin:10px 0;
}

.ipad .choose.rubric .rubric-row {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.choose.rubric .rubric-row.active, 
.choose.rubric .rubric-row:hover {
    background-color:#D6E2F2;
}

.choose.rubric.ui-dialog-content .outer > .left {
    height:398px;
    overflow-x:hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 35%;
}

.choose.rubric.ui-dialog-content .folder-row {
    height: 40px;
    text-align: left;
    width: 256px;
}

.choose.rubric.ui-dialog-content .folder-row > * {
    display:inline-block;
    float:left;
}

.choose.rubric.ui-dialog-content .folder-row > .gone,
.choose.rubric.ui-dialog-content .folder-row > .menu {
    display:none;
}

.choose.rubric.ui-dialog-content .folder-row .arrow {
    width: 24px;
}

.choose.rubric.ui-dialog-content .folder-row .folder {
    height:40px;
    overflow:hidden;
    width:46px;
}

.choose.rubric.ui-dialog-content .folder-row .folder > .icon {
    margin:0 8px;
}

.choose.rubric.ui-dialog-content .folder-row .name {
    height: 40px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 175px;
}

.choose.rubric.ui-dialog-content .outer > .right {
    border-left: 1px solid #90B3E2;
    height: 398px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 64.5%;
}

.choose.rubric.ui-dialog-content .outer > .right  .rubric-row-header > *,
.choose.rubric.ui-dialog-content .outer > .right  .rubric-row > * {
    width:100px;
}

.choose.rubric.ui-dialog-content .outer > .right  .rubric-row > .hide {
    display:none;
}

.choose.rubric.ui-dialog-content .outer > .right  .rubric-row-header > * > *,
.choose.rubric.ui-dialog-content .outer > .right  .rubric-row > * > * {
    display:inline-block;
    float:left;
}

.choose.rubric.ui-dialog-content .outer > .right  .rubric-row-header > .name,
.choose.rubric.ui-dialog-content .outer > .right  .rubric-row > .name {
    width: 50%;
}

.choose.rubric.ui-dialog-content .outer > .right  .rubric-row-header > .name,
.choose.rubric.ui-dialog-content .outer > .right  .rubric-row > .name {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 5px;
    padding: 0 5px 0 7px;
    text-align: left;
    overflow: hidden;    
    text-overflow: ellipsis;
    white-space: nowrap;
}

/** -- end choose rubric -- **/

/**  --  delete rubric  --  **/
.delete.rubric.ui-dialog-content .hd {
    border:0;
    left:7px;
    width:95%;
}

.delete.rubric.ui-dialog-content  .dialog.content > * {
    margin:4px auto;
    width:98%;
}


.delete.rubric.ui-dialog-content + .ui-dialog-buttonpane .primary {
    margin-right:0;
}
/**  --  end delete rubric  --  **/

/**  --  message delete rubric folder  --  **/
.delete.rubric.folder.ui-dialog-content {
    min-height:150px;
    height:auto;
}
/**  --  end message delete rubric folder  --  **/

/**  --  edit assignment rubric  --  **/

.change-assessment {
    padding: 10px;
}

/**  --  end edit assignment rubric  --  **/

/** -- folder manager (projectmanager page)        -- **/

.foldermanager .dialog.content {
    padding:10px 0 0;
}

.foldermanager .dialog.content > * > * {
    padding:10px 5px;
}

.foldermanager .content .hd,
.foldermanager .content label {
    font-weight:bold;
}

.foldermanager .content label {
    text-align:right;
}

.foldermanager .content label:after {
    content:":";
}

.foldermanager .content .top > .left {
    width:65%;
}

.foldermanager .content .top > .right {
    width:33%;
}

.foldermanager .content .row.textarea {
    height:55px;
}

.foldermanager .content .row.textarea textarea {
    resize:none;
}

.foldermanager .content .top > .right > img {
    background-color: #EAEAEA;
    display: block;
    height: 80px;
    margin: 0 auto 12px;
    text-align:center;
    width: 80px;
}

.foldermanager .content .top > .left > .row > .left {
    font-weight:bold;
    text-align:right;
    margin-right:1%;
    width:16%;
}

.foldermanager .content .top > .left > .row > .right {
    width:81.5%;
}

.foldermanager .content .top > .left > .row > span.right {
    position:relative;
    left:-5px;
}

.foldermanager .content .top > .toggle {
    text-align:right;
    margin:10px 0;
    width:846px;
}

.foldermanager .content .top .toggle button {
    border-bottom: 1px solid darkblue;
    font-weight: normal;
    line-height: 19px;
    width: auto;
}

.foldermanager .dialog.content .middle {
    background-color:aliceblue;
}

.foldermanager .content .middle .hd {
    border-bottom:1px solid #ADADAD;
}

.foldermanager .content .middle .section {
    margin-bottom:10px;
}

.foldermanager .content .middle .bd > .row {
    width:100%;
}

.foldermanager .content .middle .bd > .row > .left {
    width:87px;
}

.foldermanager .content .middle .bd > .row > .right {
    width:745px;
}

/** -- end folder manager (projectmanager page) -- **/

/** -- optionselect (for iPad and rubriceditor)  -- **/
.ui-dialog.optionselect .ui-widget-header {
    background-image:none;
    background-color:white;
}

.ipad .ui-dialog.optionselect .ui-icon-closethick,
.embedded .ui-dialog.optionselect .ui-icon-closethick {
    left:18px;
    top:-8px;
}

.ui-dialog.optionselect .ui-dialog-content .dialog.content {
    height:200px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding:0;
}

.ui-dialog.optionselect li {
    border-bottom:1px solid #DDD;
    cursor:pointer;
    list-style-type:none;
    height:40px;
    line-height:40px;
    padding-left:5px;
    width:100%;
}

.ui-dialog.optionselect li.active {
    background-color:#D6E2F2;
}

.android .ui-dialog.optionselect  * {
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}

.ui-dialog.optionselect .ui-dialog-buttonpane .note {
    float: left;
    height: 42px;
    line-height: 41px;
    margin-left: 10px;
}

.android.embedded .ui-dialog.optionselect .ui-dialog-buttonpane .secondary {
    top:0px;
}

/** -- end optionselect (for iPad and rubriceditor)  -- **/

/**  -- view rubric  --  **/
.ui-dialog .rubric-static table tbody tr td {
    font-size:13px;
}

.view.rubric.ui-dialog-content {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.view.rubric.ui-dialog-content .hd {
    height:32px;
    width:820px;
}

.view.rubric.ui-dialog-content .hd .title-wide {
    clear: none;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    display: inline;
    height: inherit;
    left: 7px;
    line-height: 32px;
    position: relative;
    width: 50%;
}

.view.rubric.ui-dialog-content .hd .action-button button.print {
    /*background: transparent url(images/icon-print.png);*/
    display: block;
    height: 32px;
    width: 32px;
    border: 0 none;
  }

.view.rubric.ui-dialog-content .hd .action-button {
    display:inline-block;
    float:right;
    margin-left: 10px;
}

.view.rubric.ui-dialog-content .dialog.content {
    height:90%;
    width:820px;
}

.view.rubric.ui-dialog-content .dialog.content table {
    border:1px solid #90B3E2;
    border-width:1px;
}


.view.rubric.ui-dialog-content .dialog.content td {
    text-align:left;
}

/**  -- end view rubric  --  **/

/**  --  view more dialog --  **/
.ui-dialog-content.viewmore .hd {
    padding-left:11px;
    width:95%;
}

.ui-dialog-content.viewmore .bd > .columns > .left {
    width: 430px;
}

.ui-dialog-content.viewmore .columns .left .columns .right .holder.standardsassigned > * {
    margin-bottom:10px;
}

.ui-dialog-content.viewmore .columns .left .columns .right form {
    margin-top:8px;
    width:100%;
}

.ui-dialog-content.viewmore .columns .left .columns .right form .row.last {
    text-align:right;
}

.ui-dialog-content.viewmore .columns .left .columns .right form button {
    height: 32px;
    left: -1px;
    line-height: 30px;
    padding: 0 8px;
    position: relative
}


/**  --  end view more dialog  --  **/

/**  -- loading dialog  --  **/
.ui-dialog.loading .ui-icon-closethick {
    display:none;
}

.ui-dialog.loading .dialog.content {
    padding:20px;
    margin-bottom: 10px;
}

.ui-dialog.loading.notext .dialog.content {
    text-align:center;
}


.ui-dialog.loading .dialog.content > span {
    font-size: 16px;
    height: 34px;
    line-height: 0;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

/**  -- end loading dialog  --  **/

/**  END DIALOG BOX  **END DIALOG BOX  **END DIALOG BOX  **END DIALOG BOX  **END DIALOG BOX  **END DIALOG BOX  **/

/**  END CLASSES  **/

/**  ICONS  **/

.icon {background:transparent url(images/icons_desktop.png);display:block;height:16px;width:16px;overflow:hidden; border: 0 none;}

.icon.redx, .icon.share, .icon.print, .icon.wixie, .icon.addportfolio, .icon.removeportfolio, .icon.restore, .icon.googleclassroom {height:32px;width:32px;display:inline-block;cursor: pointer;}
.icon.actions-menu {height:32px;width:24px;display:inline-block;cursor: pointer;}

.iphone .icon.wixie,
.ipod .icon.wixie,
.android .icon.print
{display: none!important;}

.icon.home, .icon.backpack, .icon.arrow, .icon.project, .icon.portfolio, .icon.standard, .icon.addnews, .icon.addfolder32, 
.icon.folder32, .icon.wixie32, .icon.edit32, .icon.redx32, .icon.restore32 {height:32px;width:32px;}
.icon.backpack {background:url(/images/themes/1/icon-search-black.svg) no-repeat 0 0;}
.icon.project {background:url(/images/icon-filter-projects-32.svg) no-repeat 0 0;}

.icon.large {height:40px;width:40px;}

.icon.large64 {height:64px;width:64px;}

.icon.alert32 {background:url(/images/icon-alert-32.svg) no-repeat 0 0;height:32px;width:32px;}
.icon.newspaper32 {background:url(/images/icon-message-32.svg) no-repeat 0 0;height: 24px;width: 24px;background-size: 24px 24px;}

.embedded .icon.print {display: none!important;}

/**  END ICONS  **/

/**  FOLDER ARROWS  **/
.folder-arrow-32 { background: transparent url(images/folder-arrows-desktop-32.png); display: block; height: 32px; width: 24px; overflow: hidden; border: 0 none; }
.folder-arrow-32.empty { background-position: 0 0; cursor: default; }
.folder-arrow-32.closed { background-position: 0 -32px; }
.folder-arrow-32.open { background-position: 0 -64px; }
/**  END FOLDER ARROWS  **/

/**  ORDER BY ARROWS  **/
.orderby-arrow-32 { background: transparent url(images/orderby-arrows-desktop-32.png); display: block; height: 32px; width: 24px; overflow: hidden; border: 0 none; }
.orderby-arrow-32.off { background-position: 0 0; }
.orderby-arrow-32.off-desc { background-position: 0 -32px; }
.orderby-arrow-32.on-desc { background-position: 0 -128px; }
.orderby-arrow-32.off-asc { background-position: 0 -96px; }
.orderby-arrow-32.on-asc { background-position: 0 -64px; }
/**  END ORDER BY ARROWS  **/

/*content headings */

#primary .node .content h1 a, #primary .node .content h2 a, #primary .node .content h3 a, #primary .node .content h4 a, #primary .node .content h5 a, #primary .node .content h6 a{
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #333333;
	letter-spacing: 0;
	text-align: left;
	text-transform: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

/*- Begin Lists */

#primary ul {
 margin:10px 0 10px 0;
}

/*----------other styles----------*/

#primary .content blockquote
{
    background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	font-style: italic;
	margin: 15px;
	padding: 12px;
	color: #666666;
}

em {font-style: italic;}

#primary code{
	color: #000000;
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
}

/* BEGIN CUSTOM AND SUPPORT STYLES */

.grey33 { color: #333333; }
.grey66 { color: #666666; }
.grey99 { color: #999999; }
.greyCC { color: #CCCCCC; }
.grey {color: #545454;}
.white { color: #FFFFFF; }
.container-plain {padding: 5px;margin-bottom: 20px;line-height: 34px;}
.container-grey {padding: 5px;margin-bottom: 20px;line-height: 34px;background: #f1f1f1;border: 1px solid #e0e0e0;}
.container-top-border {padding: 10px 5px 0px;line-height: 34px;border-top:1px solid #cecece;}
.container-bottom-border {padding: 0px 5px;line-height: 34px;border-bottom:1px solid #cecece;}
.container-side-bottom-border {padding: 0px 5px;line-height: 34px;border-bottom:1px solid #e0e0e0;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
.container-news {margin: 10px 5px 20px;overflow-x: hidden;}
.hiliteBar0 { padding: 5px; border: 1px solid #4574B4; background: #6691CD; color: #FFFFFF; }
.hiliteBar0B { padding: 5px; border: 1px solid #4574B4; background: #6691CD; color: #FFFFFF; }
.hiliteBar1 { padding: 5px; border: 1px solid lightgrey; background: #FAFAFA; }
.hiliteBar1-nopad { border: 1px solid #90B3E2; background: #D6E2F2; }
.hiliteBar1B { padding: 5px; border: 1px solid #90B3E2; background: #D6E2F2;}
.hiliteBar2 { padding: 5px; border: 1px solid #90B3E2; background: #E9E9E9; }
.hiliteBar2B { padding: 5px; border: 1px solid #e0e0e0; background: #f5f5f5; }
.hiliteBar3 { padding: 5px;}
.hiliteBar3B { padding: 5px; border-bottom: 1px solid lightgrey; background: #FAFAFA; font-weight: bold; }
.hiliteBar3-nopad { border: 1px solid #90B3E2; background: #FAFAFA; }
.hiliteBarWhite { padding: 5px; border: 1px solid #90B3E2; background: #FFFFFF; justify-content: center; }
.hiliteBarWhiteB { padding: 5px; border: 1px solid #90B3E2; background: #FFFFFF; font-weight: bold; }
.hiliteBarGrey { padding: 5px; border: 1px solid #949596; background: #d8d8d8; margin-bottom: 20px; }
.hiliteBarError { padding: 5px; border: 1px solid #FF9900; background: #FFEB66; }
.hiliteBarErrorB { padding: 5px; border: 1px solid #FF9900; background: #FFEB66; font-weight: bold; }
.hiliteBarPopup { padding: 5px; border: 1px solid #4574B4; background: #E9E9E9; }
.hiliteBarPopupWhite { padding: 5px; border: 1px solid #4574B4; background: #FFFFFF; }
.hiliteBarButtonButton { padding-right: 1px; padding-top: 1px; padding-left: 1px; padding-bottom: 0px; border-top: 1px solid #295B9F; border-left: 1px solid #084C8D; border-bottom: 1px solid #084C8D; }
.hiliteBarButtonText { padding-right: 1px; padding-top: 1px; padding-left: 5px; padding-bottom: 0px; border: 1px solid #295B9F; }
.border1 { border: 1px solid #4574B4; }
.border1_bottom { padding-bottom: 5px; border-bottom: 1px solid #4574B4; }
.border1_left { padding-left: 5px; border-left: 1px solid #4574B4; }
.border2 { border: 1px solid #90B3E2; }
.border2_bottom { padding-bottom: 5px; border-bottom: 1px solid #90B3E2; }
.border2_left { padding-left: 5px; border-left: 1px solid #90B3E2; }
.border3 { border: 1px solid #E9E9E9; }
.border3_bottom { padding-bottom: 5px; border-bottom: 1px solid #E9E9E9; }
.border3_left { padding-left: 5px; border-left: 1px solid #E9E9E9; }
.spacerTop { margin-top: 5px; padding-top: 5px; border-top: 1px dotted #E7EEF6; }
.spacerBottom { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #E7EEF6; }


.topRowOfButtons { padding-right: 1px; padding-top: 1px; padding-left: 1px; padding-bottom: 0px; border-top: 1px solid #E7EEF6; border-left: 1px solid #E7EEF6; border-right: 1px solid #E7EEF6; }
.box { padding: 5px; border: 1px dotted #E7EEF6; background: #FFFFFF; }
.bold { font-weight: 500; }
.nobold { font-weight: normal; }
.noresults {margin: 20px 0 0 20px;}
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.middle {vertical-align: middle;}
.clickme { cursor: pointer; }
.gone { display: none !important; }
.nothing-message {font-style: italic; color: grey; margin-top: 10px; margin-left: 10px;}
.code { font-family : "Courier New", Courier, Helvetica, sans-serif; color : #4574B4; }
.inline {display: inline;}
.float-right {float: right;}
.tdSuccess { background-color : #295B9F; color: #FFFFFF; }
.message.noprojects {margin-top: 10px; margin-left: 10px;}
.grey.message.italic {padding: 10px;}
.holder-input-with-button {background: none repeat scroll 0 0 white;
    border: 1px solid #90B3E2;
    display: block;
    height: 20px;
    margin-left: 5px;
    padding: 4px;
    position: relative;
    width: 280px;
    border-radius: 2px;}
.holder-input-button {
    float: right;
    border: none;
    background: none;
}
.input-no-border {
    border: none;
    float: left;
    outline: none;
    width: 230px;}
.input-radio-label {
    display: inline-block;
    vertical-align: middle;
}
.input-radio-series {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.anyFormFieldGrey { font-size: 1.0em; font-family: verdana, helvetica, arial, sans-serif; background: #FFFFFF; border: 1px solid #90B3E2; border-radius: 2px; color: #999999; padding: 4px; margin: 0; }
.notFormField {font-family: verdana, helvetica, arial, sans-serif; background: none; border: none;}
textarea.anyFormField {resize: vertical; }
textarea.anyFormFieldGrey { font-size: 1.0em; font-family: verdana, helvetica, arial, sans-serif; background: #FFFFFF; border: 1px solid #90B3E2; border-radius: 2px; color: #999999; padding: 4px; margin: 0; resize: vertical; }
textarea.new-comment {margin-top: 10px;margin-bottom: 5px;width: 80%;min-width: 200px;}
select.width200 {width: 200px;}
select.anyFormField {min-height: 30px;max-width: 280px;}

select.anyFormFieldGrey, 
select[disabled=disabled],
select[disabled=""] {
    background: #e6e6e6; 
    border: 1px solid #4574B4; 
    border-radius: 4px; 
    color: #666666; 
    padding: 1px; 
    margin: 0; 
}

.oneLinePairs { width: auto; height: auto; padding: 2px 0; overflow: hidden; float: left; margin-left: 15px; }

.formRow { width: auto; height: auto; padding: 2px 0; overflow: hidden; }
.formRow label { width: 30%; float: left; }
.formRow label.required:after { content: " *"; color: #CC3300; }
.formRow label.error { color: #CC3300; }
.formRow input { width: 65%; float: right; }


.formRow.password-change label {max-width: 180px;}
.formRow.password-change input {max-width: 250px;float:unset;}

.checkboxRow { width: auto; height: auto; padding: 2px 0; overflow: hidden; }
.checkboxRow input { float: left; }
.checkboxRow label { margin-left: 10px; float: left; }
.checkboxRow label.required:before { content: "* "; color: #CC3300; }
.checkboxRow label.error { color: #CC3300; }
.formRowButtons { width: auto; height: auto; padding: 2px 0; margin-bottom: 10px; overflow: hidden; }
.formRowButtons a { float: right; margin-top: 3px;}
.formRowButtons input { float: right; margin: 0 10px; }

.formRowButton.password-change input,
.formRowButton.password-change a{float:unset;}

.formRowError { width: auto; height: 1.5em; margin-left: 10px; padding: -2px 0; overflow: hidden; color: #CC3300; }
.twoColRowWithAction { padding: 6px 0 12px; width: auto; height: auto; overflow: hidden; }
.twoColRowWithAction .labelCol { width: 240px; float: left; }
.twoColRowWithAction .detailCol { width: 50%; float: left; max-width: 300px;}
.twoColRowWithAction .actionCol { width: 5%; float: right; }
.twoColRowWithAction .detailCol2 { width: 250px; float: left; }
.twoColRowWithAction .actionCol2 { width: 200px; float: left; }
.twoColRowWithAction .actionCol2a { width: 60px; display: inline-block; }
.twoColRowNoAction { padding: 2px 0; width: auto; height: auto; overflow: hidden; }
.twoColRowNoAction .labelCol { width: 240px; margin-top: 2px;; float: left; }
.twoColRowNoAction .detailCol { width: 68%; max-width: 600px; float: left; }
.twoColRowNoAction .detailCol2 { float: right; }
.blackScreen { background-color: #000000; opacity: 0.4; }
.blackScreenContent { opacity: 1.0; }
.opacityLow { opacity: 0.4; cursor: default;}
.opacityFull { opacity: 1.0; }
.opacityNone { opacity: 0.0; }
.comment-text {margin-bottom: 10px;}
.buttonWhite
{
	border: 1px solid #999999;
	background: #FFFFFF;

	padding: 5px 10px;
	cursor: pointer;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	color: #4574B4;
	vertical-align: middle;
}

.buttonX
{
	border: 1px solid #999999;
	background: #FFFFFF url(images/X-8-dark.png) center center no-repeat;
	width: 16px;
	height: 16px;
	cursor: pointer;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}

.button {
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 4px 8px;
    position: relative;
    cursor: pointer;
    font-size: 12pt;
}

.button-submit-20 {
    height: 20px;
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.button-submit-30 {
    height: 30px;
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    line-height: 30px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.button-cancel-30 {
    background:none;
    border:none;
    color: #4574B4;
    cursor: pointer;
}

.buttonDisabled
{
    height: 20px;
    cursor: default !important;
    opacity: 0.4;
    color: #ffffff;
    background: #4574B4;
    border: none;
    border-radius: 2px;
    line-height: 20px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    position: relative;
}

.icon.close:hover {cursor:pointer;}

.iconTab { margin-left: 5px; padding-left: 8px; padding-top: 4px; padding-right: 8px; }
.iconTab:hover { margin-left: 5px; padding-left: 7px; padding-top: 3px; padding-right: 7px; border-left: 1px solid #90B3E2; border-top: 1px solid #90B3E2; border-right: 1px solid #90B3E2; }
.iconTabSelected { margin-left: 5px; background: #EEEEEE; padding-left: 7px; padding-top: 3px; padding-right: 7px; border-left: 1px solid #90B3E2; border-top: 1px solid #90B3E2; border-right: 1px solid #90B3E2; }
.iconTabDisabled { margin-left: 5px; padding-left: 8px; padding-top: 4px; padding-right: 8px; }
.iconTabDisabled img { opacity: 0.4; }

.pageContentTab_noLink { padding: 5px 10px; border: 1px solid #6691CD; background: #D6E2F2; color: #000000; }
.pageContentTab_selected { padding: 5px 10px; border: 1px solid #6691CD; background: #6691CD; color: #FFFFFF; }
.pageContentTab { padding: 5px 10px; border: 1px solid #6691CD; background: #D6E2F2; color: #000000; }
.pageContentTab:hover { background: #6691CD; color: #FFFFFF; }
.pageContentTab a { color: #000000; }
.pageContentTab_selected a, .pageContentTab:hover a { color: #FFFFFF; }

.colorKeySmall_1 { width: 25px; height: 15px; border: 1px solid #6691CD; background: #FFFFFF; }
.colorKeySmall_2 { width: 25px; height: 15px; border: 1px solid #6691CD; background: #D6E2F2; }
.colorKeySmall_3 { width: 25px; height: 15px; border: 1px solid #6691CD; background: #9EDD87; }
.colorKeyGraded { width: 25px; height: 15px; border: 1px solid #6691CD; background: #9EDD87; }
.colorKeyMain_1 { padding: 10px 20px; border: 1px solid #6691CD; background: #FFFFFF; color: #000000; text-align: center; }
.colorKeyMain_2 { padding: 10px 20px; border: 1px solid #6691CD; background: #D6E2F2; color: #000000; text-align: center; }
.colorKeyMain_3 { padding: 10px 20px; border: 1px solid #6691CD; background: #9EDD87; color: #000000; text-align: center; }
.colorKeyMain_wrapper { border: 2px solid transparent; }
.colorKeyMain_wrapper:hover { border: 2px solid #6691CD; }
.colorKeyMain_wrapper_selected { border: 2px solid #6691CD; }
.colorKeyMain_off { padding: 10px 20px; border: 1px solid transparent; text-align: center; }
.colorKeyMain_wrapper_off { border: 2px solid transparent; }

img.selected { border: 1px solid #D6E2F2; padding: 0px; opacity: 1.0; }
img.not_selected { border: none; padding: 1px; opacity: 0.5; }
img.profile {border-radius: 50%; width: 50px; height: 50px;}
img.profile-small {border-radius: 50%; width: 32px; height: 32px;}

div.PopupMessageBoxMain { position: absolute; text-align: center; left: 0px; top: 0px; margin-left: 41px; margin-top: 41px; }
div.PopupMessageBoxPrint { position: absolute; text-align: center; left: 0px; top: 0px; margin-left: 41px; margin-top: 41px; }

.applicationToolBar { padding: 5px; border: 1px solid #999999; background: #999999; color: #FFFFFF; }
.applicationContentBody { padding: 5px; border-right: 1px solid #999999; border-bottom: 1px solid #999999; border-left: 1px solid #999999; background: #FFFFFF; }

.ContentBoxTab,
.ContentBoxTab:visited,
.ContentBoxTab:active { flex: 1; padding: 5px 10px; color: #2b2b2b; width: 40%; text-align: center;border-radius: 8px 8px 0 0;border: 1px solid lightgrey;background-color: #fafafa;font-family: 'Roboto', Verdana, Arial, sans-serif;font-size:1em;}
.ContentBoxTab:hover { background-color: #c1c1c1;color: #ffffff; cursor: pointer; }
.ContentBoxTabSelected { flex: 1; background: #ffffff; padding: 5px 10px;  cursor: pointer; width: 40%; text-align: center; color: #2b2b2b;border-radius: 8px 8px 0 0;border: 1px solid lightgrey;border-bottom: none;font-family: 'Roboto', Verdana, Arial, sans-serif;font-size:1em;}
body:not(.loggedin) #div_tutrefTab_3 {display:none;}

.AjaxValueSelect { padding: 5px; position: absolute; background: #FFFFFF; border: 1px solid #4574B4; color: #000000; }
.AjaxValueSelect .AjaxValueSelectLink,
.AjaxValueSelect .AjaxValueSelectLink:visited,
.AjaxValueSelect .AjaxValueSelectLink:active { position: relative; padding: 1px 5px; border: 1px solid #FFFFFF; }
.AjaxValueSelect .AjaxValueSelectLink:hover { background-color: #E9E9E9; border: 1px solid #295B9F; cursor: pointer; }

.AjaxValueSelectSimpleLink,
.AjaxValueSelectSimpleLink:visited,
.AjaxValueSelectSimpleLink:active { padding: 6px 10px;}
.AjaxValueSelectSimpleLink:hover { background-color: #D6E2F2; cursor: pointer; }

.AjaxValueSelectSimpleLinkNoCursor,
.AjaxValueSelectSimpleLinkNoCursor:visited,
.AjaxValueSelectSimpleLinkNoCursor:active {}
.AjaxValueSelectSimpleLinkNoCursor:hover { background-color: #D6E2F2; }

.OptionsListSelect { position: relative; background: #FFFFFF; color: #000000; }
.OptionsListSelect .OptionsListSelectLink,
.OptionsListSelect .OptionsListSelectLink:visited,
.OptionsListSelect .OptionsListSelectLink:active { position: relative; padding: 5px; border: 1px solid #FFFFFF; }
.OptionsListSelect .OptionsListSelectLink:hover { background-color: #FAFAFA; border: 1px solid #E7EEF6; cursor: pointer; }

.ArrowScrollLeft,
.ArrowScrollLeft:visited,
.ArrowScrollLeft:active { background: url('images/left_normal.gif') no-repeat 0%; }
.ArrowScrollLeft:hover { background: url('images/left_active.gif') no-repeat 0%; cursor: pointer; }
.ArrowScrollLeft_inactive { background: url('images/left_inactive.gif') no-repeat 0%; }
.ArrowScrollRight,
.ArrowScrollRight:visited,
.ArrowScrollRight:active { background: url('images/right_normal.gif') no-repeat 100%; }
.ArrowScrollRight:hover { background: url('images/right_active.gif') no-repeat 100%; cursor: pointer; }
.ArrowScrollRight_inactive { background: url('images/right_inactive.gif') no-repeat 100%; }

/* begin classes for javascript right-click context menu */
ul.SimpleContextMenu {
	display: none;
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 12px;
	list-style-type: none;
	border-top: 1px solid #90B3E2;
	border-bottom: 1px solid #90B3E2;
	border-left: 1px solid #90B3E2;
	border-right: 1px solid #90B3E2;
}
ul.SimpleContextMenu li {  }
ul.SimpleContextMenu li.title { padding: 5px 10px; border-bottom: 1px solid #90B3E2; background: #D6E2F2; font-weight: bold; }
ul.SimpleContextMenu li a { display: block; padding: 5px 10px; text-decoration: none; color: #4574B4; background: #FFFFFF; }
ul.SimpleContextMenu li a:hover { text-decoration: none; background: #D6E2F2; }
/* end classes for javascript right-click context menu */

#divContentBlockForTabs { padding: 0; margin: 0px auto; top: 24px; position: relative; }
#divContentBlockForTabs #divTabsRow { position: absolute; left: -51px; bottom: -4px!important; bottom: -1px; }
#divContentBlockForTabs #divTabsRow ul li { display: inline; float: left; margin-right: -12px; border: 1px solid #FFFFFF; }
#divContentBlockForTabs #divTabsRow ul li a { color: #FAFAFA; background: #999999; text-decoration: none; padding: 3px 10px 3px 10px; display: block; font-size: 12px; }
#divContentBlockForTabs #divTabsRow ul li a:hover { background: #CCCCCC; color: #4574B4; text-decoration: underline; }
#divContentBlockForTabs #divTabsRow ul li a.active,
#divContentBlockForTabs #divTabsRow ul li a.active:hover { color: #4574B4 !important; background: #DDDDDD; text-decoration: none; }
#divTabsContent { background: #FAFAFA; color: #000000; text-align: left; margin: 0px auto; top: 24px; padding: 5px; position: relative; border: 2px solid #DDDDDD; }

div.t4l_listTableDiv { position: relative; margin: -1px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDivFirst { position: relative; margin: 15px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDiv98 { position: relative; width: 98%; margin: -1px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDiv98First { position: relative; width: 98%; margin: 15px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDiv480 { position: relative; width: 480px; margin: -1px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDiv480First { position: relative; width: 480px; margin: 15px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDivRight { margin-left: 175px; padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDivRightError { margin-left: 175px; padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #FFEB66; }
	/*	call the right div before the left div	*/
div.t4l_listTableDivLeft { width: 170px; top: 0px; padding: 3px 5px; position: absolute; font-weight: bold; }
	/*	call the right div before the left div	*/
div.t4l_listTableDivAll { padding: 3px 5px; position: relative; background-color: #FAFAFA; }
div.t4l_listTableDivAllError { padding: 3px 5px; position: relative; background-color: #FFEB66; }
div.t4l_listTableDivAll_heading { padding: 3px 5px; position: relative; background-color: #DDDDDD; font-weight: bold; }
div.t4l_listTableDivAll_dark { padding: 3px 5px; position: relative; background-color: #DDDDDD; }
div.t4l_listTableDivAll_medium { padding: 3px 5px; position: relative; background-color: #E9E9E9; }
div.t4l_listTableDivAll_light { padding: 3px 5px; position: relative; background-color: #FAFAFA; }
	/*	call the all div instead of left & right to take up the entire space	*/
div.t4l_listTableDivAnywhereMain_heading { padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #DDDDDD; font-weight: bold; }
div.t4l_listTableDivAnywhereMain_dark { padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #DDDDDD; }
div.t4l_listTableDivAnywhereMain_medium { padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #E9E9E9; }
div.t4l_listTableDivAnywhereMain_light { padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #FAFAFA; }
div.t4l_listTableDivAnywhereMain_error { padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #FFEB66; }
	/*	call the anywhere main div with an inline style=param to place the main cell of content anywhere on the row	*/
div.t4l_listTableDivAnywhereSecond_heading { top: 0px; padding: 3px 5px; position: absolute; border-left: 1px dotted #E7EEF6; background-color: #DDDDDD; font-weight: bold; }
div.t4l_listTableDivAnywhereSecond_dark { top: 0px; padding: 3px 5px; position: absolute; border-left: 1px dotted #E7EEF6; background-color: #DDDDDD; }
div.t4l_listTableDivAnywhereSecond_medium { top: 0px; padding: 3px 5px; position: absolute; border-left: 1px dotted #E7EEF6; background-color: #E9E9E9; }
div.t4l_listTableDivAnywhereSecond_light { top: 0px; padding: 3px 5px; position: absolute; border-left: 1px dotted #E7EEF6; background-color: #FAFAFA; }
	/*	call the anywhere second div with an inline style=param to place content anywhere on the row	*/

div.t4l_fileBrowseDiv { position: relative; margin: -1px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #E9E9E9; }
div.t4l_fileBrowseDivFilename { margin-left: 49px; padding: 3px 5px; position: relative; border-left: 1px dotted #E7EEF6; background-color: #FAFAFA; }
	/*	call the filename div before any of the others	*/
div.t4l_fileBrowseDivCheckbox { top: 0px; padding: 3px 5px; position: absolute; }
div.t4l_fileBrowseDivFileIcon { margin-left: 24px; top: 0px; padding: 3px 5px; position: absolute; border-left: 1px dotted #E7EEF6; }
div.t4l_fileBrowseDivFileSize { margin-left: 325px; top: 0px; padding: 3px 5px; position: absolute; }
div.t4l_fileBrowseDivWebPath { margin-left: 400px; top: 0px; padding: 3px 5px; position: absolute; }
#primary .singlepage .node .content .t4l_fileBrowseDiv .t4l_fileBrowseDivFileSize { font-size: 10px; }
#primary .singlepage .node .content .t4l_fileBrowseDiv .t4l_fileBrowseDivWebPath { font-size: 10px; }
	/*	call the filename div before any of the others	*/

div.t4l_listAnyTable { position: relative; margin: -1px 0px 0px 0px; border: 1px dotted #E7EEF6; background-color: #E9E9E9; }
	/*	similar to t4l_listTableDiv, but darker background and not 98% width	*/

div.t4l_listHiddenData { padding: 3px 5px; position: absolute; border: 1px dotted #E7EEF6; background-color: #FAFAFA; }
	/*	use with any of the list divs, this one will start hidden, sit a few px above the row it represents, good for hidden form fields that need to show at some point	*/

#t4l_loginForm { position: absolute; top: 2px; right: 0px; font-size: 0.75em; color: #000000; width:760px; }
#t4l_loginForm a { text-decoration: none; color: #FFFFFF; }
#t4l_loginForm a:hover { text-decoration: underline; color: #FFFFFF; }

#t4l_loginForm .row {
    clear:both;
    height:36px;
    margin-bottom:4px;
}

 #t4l_loginForm .row .right {
    position:relative;
 }

#t4l_loginForm .row.inputs > .right {
    left:13px;
}


.android #t4l_loginForm .row.inputs > .right,
.google #t4l_loginForm .row.inputs > .right {
    left:9px;
}

#t4l_loginForm .row.twobuttonswithlabel > .right > .right {
    left:5px;
}

#t4l_loginForm .row label, 
#t4l_loginForm .row input,
#t4l_loginForm .row button {
    display:inline-block;
    height:26px;
    margin-right:4px;
}

#t4l_loginForm .row.inputs label {
    display:none;
}

#t4l_loginForm .row input {    
    padding:2px;
    width:35%;
}

#t4l_loginForm .row button {
    height:32px;
    margin-right:0;
    width:80px;
}

#t4l_loginForm .row select {
    float: left;
    height: 32px;
    padding: 2px;
    width: 284px;
}


#t4l_loginForm .row .hiliteBar3 {
    float: right;
    padding: 14px;
    text-align: justify;    
}

#t4l_loginForm .row.twobuttonswithlabel > .row > .left {
    line-height:32px;
    width:44.9%;
}

#t4l_loginForm .row.twobuttonswithlabel > .row > .right {
    text-align:right;
    width:54%;
}

#t4l_loginForm .row.twobuttonswithlabel > .row > .right button {
    float:none;
}

#t4l_loginForm .row button.withicon {
    margin-right:4px;
    width:89px;
}

#t4l_loginForm .row button.withicon > * {
    display:inline-block;
}

#t4l_loginForm .row button.withicon > .icon {
    border-right: 1px solid #07109B;
    background-position-y:-80px;
    float: left;
    height: 30px;
    margin-left: 0;
    width: 26px;
}

#t4l_loginForm .row button.withicon > .icon.google {
    background-position:-267px -83px;
}

.ipad #t4l_loginForm .row button.withicon > .icon.google ,
.android #t4l_loginForm .row button.withicon > .icon.google  {
    background-position:-248px -85px;
}

#t4l_loginForm .row button.withicon > .text {
    float: right;
    font-size: 90%;
    line-height:32px;
    text-align: center;
    width: 55px;
}

#t4l_footer { margin-top: 10px; font-size: .8em; color: #80838A; margin-left: 1%}

#t4l_footerCopy { top: 0px; padding-left: 10px; }
#t4l_footerLinks { top: 0px; padding-right: 10px; }
#t4l_footer span.bold { font-weight: bold; }
#t4l_footer a, #footer .text { text-decoration: none; color: #9EBFE3; }
#footer .text {
    margin-top:1em;
}
#t4l_footer a:hover { text-decoration: none; color: #FFFFFF; }
#t4l_footerNav
{
	/*position: relative;*/
	margin-top: 10px;
	height: 30px;
	background: #D6E2F2;
	color: #4574B4;
	border: 1px solid #90B3E2;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
}
#t4l_footerNav a { text-decoration: none; color: #4574B4; }
#t4l_footerNav a:hover { text-decoration: underline; color: #4574B4; }
#t4l_submenu { background: #295B9F url(images/slinks.gif) repeat-x top; font-size: 12px; color: #000000; text-align: left; letter-spacing: 1px; padding: 3px 0px 3px 20px; }
#t4l_submenu a { color: #295B9F; }
#t4l_submenu a:hover { color: #4574B4; text-decoration: underline; }
#t4l_submenu a:active { color: #4574B4; text-decoration: underline; }
#t4l_evalformLogin { position: absolute; margin-top: 9px; margin-left: 500px; float: left; background: #E9E9E9; }
#t4l_evalformLogin div { padding: 3px 5px; }
#t4l_evalformLogin div.t4l_evalformLoginHeader { padding: 5px; border: 1px dotted #4574B4; background: #295B9F; color: #FFFFFF; font-weight: bold; }
#t4l_evalformLogin div a { font-size: 10px; font-weight: normal; }
#t4l_evalformLogin div a.login { font-size: 12px; font-weight: bold; }

/* begin tooltip classes */
#primary .singlepage .node .content a.tooltip, #primary .singlepage .node .content a.tooltip:visited, #primary .singlepage .node .content a.tooltip:active {
	position: relative; /*this is the key*/
	z-index: 24;
	color: #4574B4;
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: help;
	font-weight: bold;
}

#primary .singlepage .node .content a.tooltip:hover {
	z-index: 25;
	background-color: #4574B4;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed;
	cursor: help;
	font-weight: bold;
}

.tooltipTitleParam { text-decoration: none; }

a.tooltip span.tooltipLine { display: none; }
a.tooltip span.tooltipParagraph { display: none; }
a.tooltip span.tooltipWide { display: none; }
a.tooltip span.tooltipCustomWidth { display: none; }

a.tooltip:hover span.tooltipLine { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -30px;
	left: 40px;
	width: 30em;
	padding: 5px;
	border: 1px solid #4574B4;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

a.tooltip:hover span.tooltipParagraph { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -30px;
	left: 40px;
	width: 35em;
	padding: 5px;
	border: 1px solid #4574B4;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

a.tooltip:hover span.tooltipWide { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -30px;
	left: 40px;
	width: 720px;
	padding: 5px;
	border: 1px solid #4574B4;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

a.tooltip:hover span.tooltipCustomWidth { /*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: -30px;
	left: 40px;
	padding: 5px;
	border: 1px solid #4574B4;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
/* end tooltip classes */

/**  widgets   **/
.widget.calendar > * {float:left;margin-right:4px;}
/**  end widgets  **/

/**  NEW UI  **/
.icon.goback > .text {
    color: #295B9F;
    display:block;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.08em;
    height:22px;
    line-height:22px;
    margin-left:11px;
    text-align:center;
    width:90px;
}

.hiliteBar3 .hd .icon.goback,
.fc-header .icon.goback,
.hiliteBar3 .hd .nav,
.fc-header .nav  {
    display:inline-block;
    float:left;
    margin:0 4px 0 0;
    position:relative;
}

.hiliteBar3 .hd .icon.goback,
.fc-header .icon.goback {
    margin-left:10px;
    top: 3px;
}

.hiliteBar3 .hd .nav,
.fc-header .nav {
    top:4px;
    width:34px;
}

.ipad .hiliteBar3 .hd .nav,
.ipad .fc-header .nav {
    top:3px;
}

/**  assessments table   **/

.rubric-checklist-item {
    margin-top: 10px;
}

.holder.projectassessment table {
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
}

.holder.projectassessment table tr th,
.holder.projectassessment table tr td {
    border:1px solid #90B3E2;
    cursor:default;
    min-width:120px;
    padding:6px 0 6px 6px;
    vertical-align:top;
}

.holder.projectassessment table tr th {
    overflow:hidden;
    text-overflow:ellipsis;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    
}

.holder.projectassessment table tr td > span {
    display:block;
    word-wrap:break-word;
    height:auto;
}

.holder.projectassessment table tr td > span.hide {
    display:none;
}

.holder.projectassessment table.cells-2 tr th,
.holder.projectassessment table.cells-2 tr td > span {
    width:200px;
}


.android .holder.projectassessment table.cells-2 tr th,
.android .holder.projectassessment table.cells-2 tr td > span {
    width:180px;
}

.holder.projectassessment table.cells-3 tr th,
.holder.projectassessment table.cells-3 tr td > span {
    width:132px;
}

.holder.projectassessment table.cells-5 tr th,
.holder.projectassessment table.cells-5 tr td > span {
    width:85px;
}

.holder.projectassessment table.cells-6 tr th,
.holder.projectassessment table.cells-6 tr td > span {
    width:73px;
}

/**  end assessments table  **/

/**  END NEW UI  **/

.settings-header { 
    padding: 5px; 
    border: 1px solid #e0e0e0; 
    background: #f5f5f5;
    margin-bottom: 20px;
}

.settings-group {
    margin-left: 10px;
}

.settings-group.preferences > .settings-group > select {
    margin-bottom:20px;
}


select > option[data-custom="true"] {
    background-color:#F5F5F5;
}

.settings-row {
    display:-webkit-flex;
    display: flex;
    margin-bottom: 40px;
    align-items: center;
}

.settings-row-multiple-lines {
    display:-webkit-flex;
    display: flex;
    margin-bottom: 40px;
}

.settings-row-multiple-lines.subscriptioncount {
    display: none;
}

.settings-row.expired button {
    margin-left:20px;
}

body.member .settings-row.subscription-users {
    display: none;
}

.settings-label {
    width: 230px;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.1em;
    font-weight: 500;
}

.settings-label a.small {
    font-weight:normal;
}

.settings-student-name {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.settings-sub-label {
    width: 200px;
}

.settings-choice {
    -webkit-flex: 1;
    flex: 1;
}

.settings-choice.grades {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 10px;    
}

.settings-choice > div > span > label,
.settings-choice > div > label {
    position: relative;
    top: 2px;
}

.settings-choice > span {
    margin-right: 20px;
}

.settings-checkbox-label {
    position: relative;
    top: 2px;
}

.settings-inline-option {
    display: inline-block;
    margin-right: 15px;
}

.settings-inline-option img {
    border: 1px solid lightgrey;
    margin-bottom: 10px;
    max-width: 150px;
}

.settings-group .theme .settings-inline-option img {
    display:block;
}

.settings-inline-option-fixed120 {
    display: inline-block;
    width: 140px;
    margin-right: 15px;
}

.settings-choice-options {
    margin-bottom: 15px;
}

.settings-theme-note {
    margin: 20px 0 10px;
}

/** multiselect for **/

.multiselect label {
    display: inline-block;
    width: 48%;
    margin-bottom: 10px;
}

.multiselect-on {
    color:#ffffff;
    background-color:#000099;
}
/** end multiselect **/

/** generic styles **/
.list.activities, .list-folders {
    margin:5px;
    display: flex;
    flex-wrap: wrap;
}

.list.activities li {
    clear: both;
	display:block;
	list-style-type:none;
    height:80px;
    margin-bottom:10px;
    padding:5px 0 5px 10px;
    width:100%;
}

.list.activities > li {
    cursor:pointer;
}

.list.activities li > .hide {
    display:none;
}

#holder-content-detail .left img {
    border:1px solid #90B3E2;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
}

#holder-content-detail > * {
    margin-bottom:10px;
}

#holder-content-detail div > * {
    display:block;
}

#holder-content-detail .holder.buttons {
    text-align:right;
}

#holder-content-detail div > button
{
    display:inline-block;
    margin-left:5px;
    width:100px;
}

#holder-content-detail div > button.link
{
	height: 2em;
    display:block;
    text-align:left;
    width:100%;
}

#holder-content-detail div > button.link.first
{
	margin-top:20px;
}

#holder-content-detail > .left img.project.thumbnail {
    height:208px;
    margin:15px auto;
}

#holder-content-detail > .right > *:first-child  > *,
#holder-content-detail > .right > *:first-child  > * > span {
    margin-bottom:10px;
}

#holder-content-detail > .right > *:first-child  > * > .bold,
#holder-content-detail > .right > *:first-child  .holder .bold {
    margin-right:1em;
}

#holder-content-detail div > .hide {
    display:none;
}

#holder-content-detail > .right > *:first-child .standard {
    margin-bottom:10px;
}

.list.activities li > div > .text,
#holder-content-detail  .text {
    font-weight:normal;
}

.image-placeholder {
    display:block;
    height: 75%;
    width: 75%;
    border: 0;
    margin-left:auto;
    margin-right:auto;
}

/***** SELECTROW CLASSES *****/
/* Classes in support of the display for action buttons in a row. */
.selectrow {
    cursor: pointer;
}

.selectrow:nth-child(even) {
    background: #f9f9f9;
}

.selectrow:hover {
    background-color:#E7EEF6;
}

.selectrow.selected {
    background-color:#D6E2F2;
}

.selectrow button,
.selectrow .action {
    visibility: hidden;
}

.selectrow:hover button,
.selectrow.selected button,
.selectrow:hover .action,
.selectrow.selected .action{
    visibility: visible;
}
/***** END SELECTROW CLASSES *****/

/***** MULTISELECTROW CLASSES *****/
/* Classes in support of the display for action buttons in a row where multiple selections are allowed. */
.multiselectrow {
    /* Disable text highlighting for browsers that support it */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.multiselectrow:hover {
    background-color:#E7EEF6;
}

.multiselectrow.selected {
    background-color:#D6E2F2;
}

.multiselectrow.locked {
    background-color:#D6E2F2;
}

.multiselectrow button,
.multiselectrow .action {
    visibility: hidden;
}

.multiselectrow:hover button,
.multiselectrow.selected button,
.multiselectrow:hover .action,
.multiselectrow.selected .action{
    visibility: visible;
}
/***** END MULTISELECT CLASSES *****/

.actionbuttons {
    position:relative;
}

.actionbuttons > .wixie-button-blue {
    position:relative;
    height:34px;
    line-height:34px;
}

.actionbuttons > .wixie-button-blue > .text {
    display: inline-block;
    font-weight:bold;
    height:inherit;    
    text-align: center;
    width: 100%;
}

.actionbuttons > .wixie-button-blue > .icon.downarrow {
    margin-left: 0;
    position: absolute;
    right: 5px;
    top: 8px;
}

.actionbuttons > .dropdown.options {
    border:1px solid #90B3E2;
    float:left;
    position:absolute;
    width:inherit;
    z-index:1000;
}

.actionbuttons > .dropdown.options > * {
    border: 1px solid #90B3E2;
    border-width: 0 0 1px;
    height: auto;
    margin:0 auto;
    overflow: hidden;
    position: relative;
    
    text-align:left;
    width:inherit;
}

.actionbuttons > .dropdown.options > .disabled {
    background-color: #f3f3f3;
    color: #c3c3c3;
    opacity: 1;
}

.actionbuttons > .dropdown.options > :last-child {
    border-bottom:none;
}


/** Rubric Print page **/

#rubric-list-title-box .title-wide {
    font-family: 'Roboto', verdana, sans-serif;
    font-size: 1.2em;
}

#rubric-list-content-box {
    border-top: none;
}

#rubric-static-view .heading {
    font-family: 'Roboto', verdana, sans-serif;
    font-size: 1.1em;
    border-left: 1px solid lightgrey;
}

#rubric-static-view .topic {
    font-family: 'Roboto', verdana, sans-serif;
    font-size: 1.1em;
}

#rubric-static-view .margin-top {
    margin-top: 5px;
}

#rubric-static-view .flex-flow {
    padding: 10px;
}

#rubric-static-view .border {
    border-top: 1px solid lightgrey;
    border-left: 1px solid lightgrey;
}

#rubric-static-view .border-top {
    border-top: 1px solid lightgrey;
}

#rubric-static-view table {
    border-collapse: collapse;
    border-spacing: 0;
}

#rubric-static-view td {
    border: 1px solid #adadad;
    padding:4px;
    vertical-align: top;
}
/** End Rubric print page **/

/** Training Page **/

.training-document-item {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid lightgrey;
}

.training-document-item:first-child {
    margin-top: 10px;
}

.training-document-item:last-child {
    border-bottom: none;
}

.training-document-item .image {
    margin-right: 10px;
}

.training-document-item .title {
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
}

.training-document-item .edit {
    margin-left: auto;
    padding-left: 5px;
    padding-top: 2px;
    width: 44px;
}

/** globalErrorHandler page **/

.error-message-container {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    text-align: center;
}

/** End globalErrorHandler page **/

/** project list styles **/

.project-list-main {
    margin-bottom: 30px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.project-list-header {
    display: flex;
    margin: 20px 30px 0px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.project-list-sort-container {
    margin: 10px 30px;
}

.project-list-sort-label {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.1em;
    margin-right: 20px;
}

.project-list-sort-option {
    cursor: pointer;
    color: #4574B4;
    margin-right: 10px;
}

.project-list-container {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        margin-left: 30px;
        margin-right: 30px;
    }
    
.project-list-item {
        border: 1px solid #e0e0e0;
        background: #f1f1f1;
        margin: 10px;
    }

li.project-list-item:hover {
        border: 1px solid #90B3E2;
    }

.project-list-preview {
        text-align: center;
        cursor: pointer;
        height:155.5px;
        width: 200px;
    }
    
.project-list-image {
    position:relative;
    height:150px;
    border-bottom: 1px solid #e0e0e0;
}

.project-list-details {
    display: flex;
}

.project-list-name-date {
    flex: 1;
    cursor: default;
}

.project-list-name-date .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    cursor: default;
}

.project-list-name-date .date {
    margin-bottom: 5px;
}

.project-list-actions-menu {
    width: 24px;
}

.project-details {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.project-list-title {
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    font-size: 1.2em;
    margin-left:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

.score {
    display: inline-block;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
    margin:0 5px;
    vertical-align: middle;
    font-size: .9em;
}

.project-list-icons {
    text-align: right;
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.project-list-actions {
    text-align: left;
    border-top: 1px solid #e0e0e0;
    padding-top: 4px;
    margin-top: 2px;
}

/* END CUSTOM AND SUPPORT STYLES */

/** profile pictures dialog  **/

#modal-profile-picture > .content {
    height:92%;
    overflow-y:scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x:hidden;
    padding:0;
}

#ul-images {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    padding:2px;
}

#ul-images > li {  
    list-style-type: none;
    height: 60px;
    margin:8px 8px 16px;
    padding:8px;
    width: 60px;
}

#ul-images img {
    border-radius:50%;
    height:56px;
    width:56px;
}

#ul-images .profile:hover {  
    box-shadow: 0 0 0 1px #f5f5f5, 0 0 0 6px #6691cd;
    cursor: pointer;
}

/** end profile pictures dialog  **/



/***  KEEP  (FOR WIXIE 4 NEW PROJECT WIDGET LAYOUT) **********************  ***/ 
                   

/** ********** WIDGETS GENERAL    ************ **/
button.options {
    border:none;
    background:transparent;
    color:grey;
    text-align:center; 
    width:34px;  
    height: 34px;
    margin-left:auto;
    display: flex;
    align-items: center;
    justify-content:center;
}

button.options:hover {
    border-radius:50%;
    background-color:lightgrey;
    color: #4e4e4e;
}

button.options:active,
button.options:focus{
    border-radius:50%;
    color:#4574B4;
    background-color:#cae0ff;
    outline: none;
}

.layout-list .moreclass button.options,
.layout-list .assignment button.options {
    margin-left: 91px;
}

.layout-tile .moreclass button.options,
.layout-tile .assignment button.options {
    margin-left: auto;
    float: right;
}

.widget.projects.layout-list > li {
    flex: 1;
    align-items: center;
}

.widget.projects.layout-list > li > span.date {
    flex:0 0 auto;
    margin-left:auto;
    min-width:130px;
}

.widget.projects.layout-list > li > span.date + button.material-icons {
    margin-left:0;
}

/**  collapsible  **/
.collapsible.collapse {
    height:0px;
    overflow:hidden;
}
/**  end collapsible  **/



/** ********** END WIDGETS GENERAL    ********** **/


/**  **********  PROJECT MANAGER RIGHT PANEL  *************** **/

.page-projectmanager .panel.projects > .widget.breadcrumb + .message.noresults {
    display:block;
    order:32;
}

.page-projectmanager .panel.projects > .widget.breadcrumb {
    order:3;
}

.page-projectmanager .panel.projects > .project-list-heading {
    order:10;
}

.page-projectmanager .panel.projects > .widget.new-assignments-list {
    order:11;
}

.page-projectmanager .panel.projects > .widget.assignments:not(.search.results) {
    order:20;
}

.page-projectmanager .panel.projects > .widget.display.categories {
    order:30;
    padding-bottom: 0;
}

.page-projectmanager .panel.projects > .widget.display.categories.gradelevels {
    order:40;
}

.page-projectmanager .panel.projects > .projects:not(.results) {
    order:100;
}

.page-projectmanager .panel.projects > .grey.italic.message.noresults {
    order: 120;
}

.page-projectmanager ul.categories:not(:empty) + p.grey.italic.message.noresults,
.page-projectmanager ul.projects:not(:empty) + p.grey.italic.message.noassignments {
    display: none;
}

.page-projectmanager .panel.projects > .flex.container.assignments.filter {
    box-sizing: border-box;
    height:44px;
    min-height: 44px;
    padding: 4px 12px;
    background-color: white;
    border-bottom: 1px solid lightgray;
}

.page-projectmanager .panel.projects > .flex.container.assignments.filter label,
.page-projectmanager .panel.projects > .flex.container.assignments.filter .flex.container.flexrow > div {
    align-self:center;
    margin-right:8px;
}

.page-projectmanager .panel.projects > .flex.container.assignments.filter .left {
    margin-right:12px;
}

.page-projectmanager .panel.projects > .flex.container.assignments.filter > .left {
    margin-right:24px;
} 

.page-projectmanager .panel.projects > .flex.container.flexrow.assignments.filter > .left > select {
    padding:0 12px 0 2px;
    position: relative;
    top: 4px;
}

.page-projectmanager .panel.projects > .flex.container.flexrow.assignments.filter select,
.page-projectmanager .panel.projects > .flex.container.flexrow.assignments.filter input[type="date"],
.page-projectmanager .panel.projects > .flex.container.flexrow.assignments.filter button {
    height: 28px;
    min-height:28px;
    box-sizing: border-box;    
}

/**  **********  END PROJECT MANAGER RIGHT PANEL  *********** **/


/**  ********** NEW MENU BUTTON IN PROJECTMANAGER  ********** **/
.page-projectmanager ul.button-menu.new li[disabled="disabled"] {
    cursor:default;
}
/**  ********** END NEW MENU BUTTON IN PROJECTMANAGER  ******* **/


/** **********  HIGHLIGHTS LINK IN PROJECTMANAGER (STUDENT) ** **/
.widget.highlightslink {
    display: block;
    align-items: center;
    padding:12px;
    background: #ffffff;
    border-bottom: 1px solid lightgrey;
}

.widget.highlightslink > * {
    margin-right:8px;
}
/** **********  END HIGHLIGHTS LINK IN PROJECTMANAGER (STUD ** **/



/** **********  WIDGET NAVBAR ********** **/
.widget.navbar {
    border-bottom:1px solid lightgrey;
    padding:4px;
    height:25px;
    min-height: 25px;
    align-items: center;
}

.backgroundSound .widget.navbar {display: none;}

.widget.navbar.hide {
    display:none;
}

.widget.navbar > li {
    flex:0 1 auto;
    justify-content: center;
    margin-right:4px;
    width:auto;
    padding-right: 0px;
}

.widget.navbar > li span.flex.container.flexrow{
    display: inline-block;
}

ul.widget.navbar li:not(:first-child):not(:last-child)::after { 
  content: " > ";
  margin:0 8px;
}

.widget.navbar > :first-child {
    cursor: pointer;
    flex:0 0 40px;
    text-align:center;
}

.widget.navbar .material-icons:hover,
.widget.navbar .material-icons:focus {
    background-color: lightgrey;
}

.widget.navbar button.flex.container.flexrow {display:unset;}

/** **********  END WIDGET NAVBAR ****** **/


/** ********** WIDGET PROJECT INFO **********  **/

.widget.projectinfo {
    margin: 0 10px 10px;
}

.widget.projectinfo > * {
    display:flex;
}

.widget.projectinfo > * > label {
    flex:0 0 80px;
    margin-right:8px;
    padding-top:8px;
}

.widget.projectinfo > * > input[type=text] {
    height:34px;
    line-height:34px;
}

.widget.projectinfo .holder.grades {
    display: grid;
    grid-template-columns: 14% 14% 14% 14% 14% 14% 14%;
    grid-gap: 14px;
    padding-top: 6px;
}

.widget.projectinfo .holder.grades span {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.widget.projectinfo .holder.grades > [type="checkbox"]:first-child {
    margin-left: 0;
}

.widget.projectinfo .holder.grades > [type="checkbox"]:not(:first-child) {
    margin-left: 16px;
}

/** ********** END WIDGET PROJECT INFO ******  **/

/** ********** WIDGET CATEGORIES ************  **/
.widget.categories.move {
    border-top: 1px solid lightgrey;
    margin-top: 20px;
    min-height:80px;
    max-height:300px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}


.widget.categories.gradelevels {
    order:3;
}

.widget.categories.move.sub {
    max-height:160px;
}

.ipad .widget.categories > li,
.iphone .widget.categories > li,
.android .widget.categories > li {
    height: 54px;
}

.widget.categories.layout-tile > li {
    background-color: #ffffff;
    height: 48px;
}

.widget.categories > li * {
    box-sizing: border-box;
}

.widget.categories > li > :first-child {
    cursor: pointer;
    align-items: center;
    overflow:hidden;
    text-align: left;
}

.widget.categories > li > :first-child > :first-child, 
.widget.categories.move > li > :first-child {
    margin: 0 8px 0 0;
}

.widget.category > * > .list.icon.assessment_folder {
    line-height: 42px;
    height: 41px;
}

.widget.categories li .name.text {    
    flex:1;
    height:48px;
    line-height:50px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.widget.categories > li .date {
    flex:0 0 auto;
    justify-content: flex-start;
}

.widget.categories > li button.options {
    margin-left:auto;
}

.widget.categories > li[data-permission="false"] button.options {
    opacity:0;
    cursor: default;
}

.widget.categories > li[data-permission="false"] button.options:hover,
.widget.categories > li[data-permission="false"] button.options:active{
    color:grey;
    background-color:transparent;
}

.widget.categories.layout-list >  li:nth-child(even) {
    background-color:#ffffff;
}

/** ********** END WIDGET CATEGORIES ********  **/

/** ********** SHARED DIALOG CLASSES ********  **/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}

.modal-header-title {
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

/* Modal Content/Box */
.modal-content,
.modal-content.show {
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #fefefe;
    margin: 3% auto 0;
    border: 1px solid grey;
    box-shadow: 0px 0px 6px grey;
    width: 60%; 
    max-height: 90%;
    max-width: 1100px;
    z-index: 20000;
}

.iphone #dialog-slideshow.modal-content.show,
.ipad #dialog-slideshow.modal-content.show{
    width: 100%;
    height:100%;
    box-shadow:none;
    border:none;
    margin:0;
    max-width:none;
    max-height: unset;
}

#dialog-newproject.modal-content.show {
    width:30%;
    min-width: 300px;
}

#dialog-newproject .modal-row {
    display: block;
    text-align: center;
}

#dialog-gradebook .modal-body,
#dialog-assessment .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    min-height: 400px;
}

.modal-content.show.print {
    height: 370px;
    width: 520px;
}
.modal-content.show.export {
    width: 650px;
}

modal-content.show.new {
    width: 400px;
    height: 250px;
}

.modal-content.show.image,
.modal-content.show.backgroundImage{
    width: 90%;
}

.modal-header {
    height: 40px;
    padding: 10px;
    box-sizing:border-box;
}

ipad .modal-header {
    margin-bottom: 0;
}

#dialog-teammanager .modal-header {
    margin-bottom: 0;
}

.modal-body {
    min-height: 130px;
}

.ipad.embedded #dialog-slideshow .modal-body {
    height: 100%;
}

.modal-body > p.message {
    margin:12px auto;
    padding:0 12px;
}

#dialog-chooser .modal-body {
    overflow: hidden;
}

#dialog-share .modal-body {
    min-height: 70%;
    flex: 1;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#dialog-teammanager .modal-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-content.show.backgroundSound .modal-body,
.modal-content.show.backgroundImage .modal-body,
.modal-content.show.image .modal-body{
    display:flex;
    flex-direction:column;
}

.modal-body .preview .material-icons.small.grey {
    display: none;
}

.modal-body.widget.subscription {
    flex: 1;
    overflow-x: auto;
}

.modal-section {
    flex: 1;
    margin: 0px 20px 20px;
}

.modal-section-row {
    display: block;
    margin: 0 0 10px;
}

.modal-section-row.header {
    margin-top: 10px;
}

#dialog-share .modal-section-row {
    margin: 0 0 10px 10px;
}

#dialog-share .modal-section-row.header {
    margin-left: 0px;
}

#span-authkey {
    user-select:text;
    cursor: text;
}

.modal-social-section {
    display: inline-block;
    margin-left: 10px;
}

.modal-social-image {
    vertical-align: middle;
    margin: 0 5px 0 10px;
}

.modal-row {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 10px auto;
}

.modal-textarea {
    height: 65px;
    vertical-align: top;
    width: 78%;
    border: 1px solid #c5c5c5;
    max-height: 150px;
    max-width: 80%;
    padding: 5px;
    line-height: 1.4em;
    font-family: 'Roboto', Verdana, arial, sans-serif;
    box-sizing: border-box; 
    -webkit-appearance: none;
    resize: none;
}

.modal-textarea.single-line {
    resize: none;
    height: 36px;
}

.modal-footer {
    padding: 10px 20px;
    border-top: 1px solid lightgrey;
    text-align: right;
    background-color: #f9f9f9;
}

.modal-footer .link {
    padding: 5px;
}

.modal-print {
    border: none;
    flex: 1;
    margin-left: auto;
    margin-right: auto;
}

.modal-content.show.import {
    flex: 1;
    height: 80%;
}
#import-list.modal-row {
    overflow: auto;
    height: 300px;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 10px;
    flex: unset;
}
#import-list img {
    border: 1px solid darkgray;
    margin: 5px;
    cursor: pointer;
}

#import-list .active {
    box-shadow: 0px 0px 0 5px #4574B4;
}

/** ********** END SHARED DIALOG CLASSES **********  **/

/** ********** WIDGET MOVE DIALOG ***********  **/
.widget.categories.move > .widget.category {
    display: flex;
    align-items: center;
    padding:0 8px;
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
}

.widget.categories.move > li > :nth-child(2) {
    flex: 0 0 auto;
    height: 48px;
    line-height: 50px;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#dialog-moveto .modal-header-title {
    cursor:default;
}

.widget.categories.move > [data-tier="1"] > :nth-child(-n+2) {
    cursor:pointer;
}

.widget.categories.move > li.widget.category:hover,
#dialog-moveto[data-purpose="dialog"] li.widget.category.selected {
    background-color:#D6E2F2;
}

#dialog-moveto[data-purpose="dialog"] .modal-header-title > :first-child {
    display: flex;
    align-items: center;
    height: 34px;
    box-sizing: border-box;
    padding:0;
    width: 98%;    
}

#dialog-moveto[data-purpose="dialog"] .modal-header-title > :first-child > button {
    margin:0 12px;
}

#dialog-moveto[data-purpose="dialog"] .modal-header-title > .newfolder input {
    display:flex;
    flex:1;
    height:24px;
    margin-right:0;
    max-width: 85%;
}

#dialog-moveto[data-purpose="dialog"] .modal-header-title > .newfolder > button.check {
    background-color:steelblue;
    color:white;
    height:34px;
    margin-left:5px;
    padding:0 4px;
    width:40px;
}

.widget.categories.move > li.widget.category :last-child {
    flex:0 0 44px;
    margin-left: auto;
}

#dialog-moveto[data-purpose="dialog"] .modal-body p {
    padding:16px;
}


#dialog-moveto[data-purpose="dialog"] .modal-footer {
    display:flex;
    justify-content:end;
}

#dialog-moveto[data-purpose="dialog"] .modal-footer > button:first-child {
    margin-right:auto;
}


#dialog-moveto button.primary {
    text-transform:capitalize;
    width:108px;
}



/** ********** END WIDGET MOVE DIALOG *******  **/


/**  WIDGET FORM  **************************  **/
.widget.form .title {
    text-transform: capitalize;
}

.widget.form .withquotes:before,
.widget.form .withquotes:after {
    content:"\"";
}

.widget.form.rows .flexrow {
    height:34px;
    line-height:34px;
    padding: 4px 12px;
}

.widget.form.rows .flexrow > * {
    display:flex;
    flex:1 1 auto;
}

.widget.form.rows #form-new-folder > :first-child > :first-child {
    flex:0 0 auto;
    margin-right:8px;
}

.widget.form.rows #form-new-folder > :last-child {
    margin-bottom:20px;
}

.widget.form.rows .flexrow > label {
    margin-right:12px;
    max-width:60px;
}

.widget.form.rows .flexrow > :last-child {
    flex:4;
}


/** widget form comment  **/
.widget.form.comment {
    display:flex;
    flex-direction: column;
}

.widget.form.comment > * {
    display:flex;
    flex:1;
    flex-direction: row;
    width:98%;
}

.widget.form.comment > .formrow.buttons {
    display: block;
    text-align: right;
    width: 100%;
}

/** end widget form comment  **/

/**  END WIDGET FORM  **********************  **/

/** ********** WIDGET SETTINGS (LAYOUT) **  **/

/** ********** END WIDGET SETTINGS (LAYOUT) **  **/

.widget.project-settings-options {
    display: flex;
    flex-direction: row;
    margin-left: 12px;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
}

.widget.project-settings-options div.modal-section-row{
    flex: 1;
}

.widget.project-settings-options div.input{
    margin-top:10px;
}

.widget.project-settings-options div.input input{
    position: relative;
    top:-2px;
}

.widget.project-settings-options input[type="checkbox"]{
    margin: 0 10px;
}

.projectSettings .modal_label.chooser {
    display: block;
    height: 30px;
    margin: 0 0 10px 24px;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
}

.projectSettings .library-content-small .library-folder-list {
    display: block;
    column-count:4;
}

.projectSettings .library-folder-small img {
    display: none;
}

.projectSettings .library-folder-small .library-list-title > .text {
    margin:0;
}

.projectSettings .library-image-small {
    display: flex;
}

.projectSettings .widget.navbar {
    padding: unset;
    height: unset;
    border-bottom: none;
    line-height: 2em;
}

.projectSettings .widget.navbar > li {
    margin-top: 10px;
}

/** ********** WIDGET ASSESSMENTS (LAYOUT) **  **/

.widget.assessments.projects.layout-list > li > .assessment_icon {
    border: none;    
    opacity: .7;    
}

.widget.assessments.projects.layout-list > li > .name {
    cursor:default;
    flex:1 1 auto;
}

.widget.assessments.projects.layout-list > li > .date {
    cursor:default;
    flex:0 0 50px;
    margin-left:auto;
    margin-right:12px;
}

.widget.assessments.projects.layout-list > li > .options {
    margin-left: auto;
    margin-right: 2px;
    flex: 0 0 34px;
}

/** ********** END WIDGET ASSESSMENTS (LAYOUT) **/


/** ********** WIDGET NO ASSESSMENT ********** **/
.widget.noassessment {
    display:block;
    padding:12px;
    margin-top: 10px;
}

.widget.noassessment > button {
    clear:both;
    display:block;
    margin-bottom:12px;
}

/** ********** END WIDGET NO ASSESSMENT ****** **/


/**  ********** WIDGET ERROR MESSAGE ********  **/
[data-purpose="dialog"] .widget  {
    padding:12px;
}
/**  ********** END WIDGET ERROR MESSAGE ****  **/



/**  ********** WIDGET RENAME  **************  **/
.widget.rename.category {
    padding:12px;
}
.widget.rename.category input {
    border:1px solid lightgrey;
    box-sizing: border-box;
    border-radius:2px;
    height:34px;
    line-height:34px;
    padding:0 4px;
    width:99%;
}
/**  ********** END WIDGET RENAME  **********  **/

/** TOGGLE  **/
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 70px;
	height: 30px;
	padding: 3px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 12px;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.android .switch-label {top: -20;}

.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #3F7FBA;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.disable .switch-input:checked ~ .switch-label {
    background:lightgrey;
}

.disable .name {
    color:gray;
}

.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 44px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}
/** END TOGGLE  **/

/** Project Widget  **/

.panel.projects > .widget.categories > li {
    display: flex;
    flex-direction: row;
    height: 48px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
}

.panel.projects > .widget.categories.layout-tile > li {
    display: inline-flex;
    height: 48px;
    padding: 0;
    box-sizing: initial;
}

.panel.projects > .projects.trash > li > .preview, 
.panel.projects > .projects.trash > li > .details > .title {
    cursor:default;
}

.projects.layout-tile > .actions > .details {
    flex-direction:row;
}


.projects.layout-tile > .actions > .details > :first-child > * {
    width:170px;   
}
   
.projects.layout-tile > .actions button.options {
    display:flex;
    flex:0;
    height:40px;
    line-height:40px;
    min-width:24px;
    max-width:24px;
}

.projects.layout-tile > .actions button.options:focus {
    outline:0;
}

.projects.layout-tile .preview{
    background-color: #ffffff;
    display: block;
    height: 150px;
    width: 200px;
}

.projects.layout-tile .preview .material-icons.small.grey {
    position: relative;
    top: -30px;
    left: 70px;
    color: #a7a7a7;
    background-color: #ffffff;
    border-radius: 4px;
}

.projects.layout-tile .details {
    display: flex;
    flex-wrap: wrap;
    padding: 4px;
    align-items: center;
}

.widget.assignments.layout-tile .title.header,
.projects.layout-tile .title.header,
.new.assignments.layout-tile .title.header{
    width: 99%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.widget.assignments.layout-tile .date,
.projects.layout-tile .date,
.new.assignments.layout-tile .date{
    width: 100%;
    align-items: center;
}

.projects.layout-tile.new.assignments .date{
    margin-top: 5px;
}

.widget.assignments.layout-tile .preview img,
.projects.layout-tile .preview img,
.new.assignments.layout-tile .preview img{
    display:block;
    height:150px;
    margin:0 auto;
}

.projects.layout-tile .preview img.null,
.new.assignments.layout-tile .preview img.null {
    width:200px;
}

.new-assignments-list li .details {
    display: block;
    padding: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-assignments-list li .date label,
.assignments.teacher li .date label{
    font-family: inherit;
}

.new-assignments-list button {
    display: none;
}
                    
.projects.layout-tile > .actions.team .details .team-icon-students {
    font-size:18px;
    margin-left:12px;
}


.projects.layout-tile > .actions.active {
    border-bottom:0;
    margin-right:6px;
    z-index:10;
}


.projects.layout-tile > .actions.team.active::before {
    position: absolute;
    left:-1px;
    top:-1px;
    height: 236px;
    width: 200px;
    background: transparent;
    border:1px solid #90B3E2;
    cursor:pointer;
    z-index: -5;
    content: "";
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    display: block;
    pointer-events: auto;
}

.projects.layout-tile > .actions.active > .actions > .holder.actions {
    background-color: #F1F1F1;
    border:1px solid #90B3E2;
    border-top:0;
    position:absolute;
    left:-1px;
    height:34px;
    padding:8px 0 0px;
    width:200px;
    z-index: 2;
}
                                   
.projects.layout-list > * > .details {
    display:flex;
    flex:1;
    flex-direction:row;
    align-items: center;
    overflow: hidden;
}

.trash.layout-list > * > .details > :not(.title):not(.date):not(.threedots) {
    display:none;
}

.projects.layout-list .actions {
    display:flex;
    width: 125px;
}
                    
.projects.layout-list .date {
    display:flex;
    width: 75px;
    margin-left:40px;
    margin-right: 20px;
    text-align:right;
    cursor: default;
    order:8;
}

.projects.layout-list .assignment .date,
.projects.layout-list.assessments .date,
.projects.layout-list.new.assignments .date{
    margin-left:auto;
}

.new.assignments button.options,
.student .projects li[data-type="o"] button.options{
    display: none;
}

.projects.layout-list .title.header {
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    flex:1;
    order:1;
    margin-right: auto;
}

.projects.layout-list button.options {
    order:9;
    margin-left: 40px;
}

.projects.layout-list .complete {
    order:2;
    margin-left:auto;
}

.projects.layout-list .material-icons.complete,
.projects.layout-list .material-icons.portfolio {
    margin-top: 2px;
    cursor: default;
}

.projects.layout-list .material-icons.comment {
    margin-top: 3px;
    cursor: default;
}

.projects.layout-list .score {
    order:3;
    margin-right: 10px;
    cursor: default;
}

.projects.layout-list .comment {
    order:4;
}

.projects.layout-list .portfolio {
    order:5;
}

.projects.layout-list .team-icon-students {
    order:6;
}

.projects.layout-list .team-count {
    order:7;
    cursor: default;
}

.projects.layout-list > * .details .team-icon {
    display: flex;
    align-items: center;
}

.projects.layout-list .grades,
.projects.layout-tile .grades{
    display: none;
}

.projects.layout-list .description,
.projects.layout-tile .description{
    display: none;
}

.projects.layout-list .details .details-teacher,
.projects.layout-tile .details .details-teacher,
.page-projectmanager .projects .details .details-student,
.holder.projects.students .details button.options{
    display:none;
}

.page-projectmanager.teacher .projects .details .details-teacher,
.page-projectmanager.student .projects .details .details-student,
.page-projectmanager.teacher .projects .details .details-teacher > .grades,
.page-projectmanager.student .projects .details .details-student > * {
    display:flex;
}

.page-projectmanager.teacher .projects.layout-list .details .details-teacher > .grades {
    margin-right:4px;
}


.projects.layout-detail .details .details-teacher {
    padding: 0;
    margin-top: 5px;
    flex: 1;
}

.projects.layout-detail .preview .material-icons.small.grey {
    position: absolute;
    bottom: 10px;
    left: 180px;
    color: #a7a7a7;
    background-color: #ffffff;
    border-radius: 4px;
}

.projects.layout-tile .material-icons.portfolio {
    margin-left: 5px;
}

.layout-detail {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 10px;
    margin: 10px;
}

.layout-detail > li {
    background-color:#F1F1F1;
    border:1px solid #90B3E2;
    cursor:pointer;
    display:flex;
    height:auto;
}

.projects.layout-detail .preview {
    padding: 5px 0 5px 5px;
    width: 210px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.projects.layout-detail .preview img{
    margin: 0 auto;
    height: 150px;
    background-color: #ffffff;
}

.projects.layout-detail .preview img.null{
        width: 200px;
        background-color: #ffffff;
    }

.projects.layout-detail .details {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 8px;
    overflow: hidden;
}

.projects.layout-detail .title.header {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width:300px;       
}

.layout-detail .grades:not(:empty),
.layout-detail .description:not(:empty) {
    margin-top: 5px;
}  

.layout-detail .grades:not(:empty):before {
    content: 'Grades: \00a0 ';
}

.layout-detail .complete,
.layout-detail .score,
.layout-detail .comment,
.layout-detail .portfolio,
.layout-detail .team .details .team-icon-students,
.layout-detail .team .details .team-count{
    display: none;
}

.layout-detail .team .details .team-icon-students:not(:empty){
    display: inline-block;
    vertical-align: middle;
}

.layout-detail .options {
    margin-top: auto;
}

/** End Project Widget **/
    

/**  project search dialog **/
#holder-advanced-search-form > * {
    padding:4px 8px;
}

#holder-advanced-search-form .holder.radios {
    height:34px;
    line-height:34px;
    margin:12px 0;
}

#holder-advanced-search-form .holder.radios > :nth-child(n+2) {
    cursor:pointer;
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-right:15px;
}

#holder-advanced-search-form .holder.radios label:first-child {
    width:auto;
    min-width:80px;
}

#holder-advanced-search-form .holder.radios [type=radio] {
    margin-left:12px;
}

#holder-advanced-search-form [type=input].anyFormField {
    display:flex;
    width: 90%;
    margin: 0 auto;
}

#holder-advanced-search-form .tab-keywords {
    padding:20px 0;
}

#holder-advanced-search-form [class*='tab-'].hidden {
    display:none;
}

#holder-advanced-search-form .tab-gradelevel {
    width: 80%;
    margin: 0 auto;
}

.tab-gradelevel label:not(.withcolon) {
    cursor: pointer;
    flex: 0 0 36px;
    display: flex;
    margin: 0 1em 12px 0;
}

.tab-gradelevel label:not(.withcolon):hover {
    background-color: lightgray;    
}

.tab-gradelevel label:not(.withcolon) > span {
    margin-right: 5px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    min-width: 20px;
}

.tab-gradelevel > div {
    flex-wrap: wrap;
    flex:2;
}

.tab-gradelevel label > input {
    cursor: pointer;
    margin: 0 0 0 auto;
    position: relative;
    top: 1px;
}

/**  end project search dialog  **/



/** advanced search results **/

.advanced.search.results {
    align-content: center;
    box-sizing: border-box;
    color: #3C3C3C;
    cursor:default;
    font-family: 'Roboto', verdana, arial, sans-serif;
    font-size: inherit;
}

.summary.advanced.search.results {
    border-bottom: 1px solid lightgrey;
    background-color: #ffffff;
}

.summary.advanced.search.results > :first-child {
    font-weight:500;
}

.summary.advanced.search.results > :last-child {
    margin-left: 20px;
}


.summary.advanced.search.results > .text {
    margin:0 24px 0 8px;
}

.advanced.search.results.grey {
    color:grey;
}

h3.advanced.search.results {
    font-size: .8em;
    cursor: pointer;
}

h3.advanced.search.results,
div.advanced.search.results {
    padding: 4px 14px 4px 12px;
}

h3.advanced.search.results > button {
    color:#999;
    margin-left:auto;
    margin-right:6px;
}

h3.advanced.search.results,
div.advanced.search.results {
    height: 40px;
    min-height: 40px;
    line-height: 30px;
}

ul.advanced.search.results > li {
    padding:10px 16px;
}

/** end advanced search results **/

/** widget breadcrumb **/
.widget.breadcrumb {
    background-color:white;
    border:1px solid #E0E0E0;
    border-width:0 0 1px;
    box-sizing: border-box;
    height:44px;
    min-height:44px;
    padding-left:16px;
    font-family: 'Roboto', verdana, helvetica, arial, sans-serif;
    font-weight: 500;
}

.widget.breadcrumb.hide {
    display:none;
}

.widget.breadcrumb > li {
    cursor:default;
    display:flex;
    flex-direction:row;
    flex:0 0 auto;
    height:48px;
    line-height: 44px;
    align-items:center;
}

.widget.breadcrumb > li:not(:last-child) {
    color: #4574B4;
    cursor:pointer;
}

.widget.breadcrumb > li:not(:first-child):before {
    content:">";
    margin:0 5px;
    cursor: default;
    color: #3c3c3c;
}

.widget.breadcrumb > li:not(:last-child) .material-icons:after {
    display: none;
}

/** end widget breadcrumb **/



/** Student widget  **/

.widget.students > li > img {
    border-radius:50%;
    height:34px;
    margin-right:8px;
}
/** End Student widget  **/

   
/** Popup Menu **/
.popup {
    background-color:#f5f5f5;
    border:1px solid grey;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    width:200px;
}

.popup li {
    cursor:pointer;
    font-family: 'Roboto', Verdana, arial, sans-serif;
    font-size: .875em;
    font-weight:500;
    padding:10px 15px;
}
        
.popup li:not(:last-child) {
    border-bottom:1px solid lightgrey;       
}

.popup li:hover {
    background-color: #e5e5e5;
    color: #4574B4;
}

/** End Popup Menu **/



/** widget toggle view  **/  

.widget.toggle.view {
    display: flex;
    flex-direction: row;
    border:1px solid grey;
    border-radius:2px;
    height:36px;
}

.widget.toggle.view.hide {
    display: none;
}
        
.widget.toggle.view > button:not(:last-child) {
    border-right:1px solid grey;       
}
        
/** end widget toggle view  **/



/**  WIDGET ASSESSMENT  -- to be used for display of an assessment and for gradebook **/
.widget.assessment {
    background-color:white;
    border-collapse: collapse;
    display:table;
    table-layout:auto;
    margin: 0 auto 10px;
    width:99%;
}

.widget.assessment caption {
    font-family: 'Roboto', Verdana, arial, sans-serif;
    margin: 0 0 10px 10px;
    text-align: left;
}

.widget.assessment thead {
    border-width: 1px 0;
}

.widget.assessment th,
.widget.assessment td {
    border:1px solid #999;
    border-width:0 1px 1px 0;
    padding:4px;
}

.widget.assessment tbody > tr:first-child .topic.component {
    border-top: 1px solid #999;
}

.widget.assessment th:first-child {
    border:0;
}

.widget.assessment tbody tr > :first-child.empty {
    border-width: 0 1px 0 0;
}

.widget.assessment td.selected {
    background-color: #D6E2F2;
    display:table-cell;
}

.widget.assessment tr > :first-child {
    border-width:0 1px 1px 1px;
}


.widget.assessment th {    
    background-color: #F5F5F5;
    border:1px solid #999;
    vertical-align: bottom;
    text-align: center;
    font-size: .9em;
}

.widget.assessment th:first-child {
    background:transparent;
    border-width:0 1px 1px 0;    
}

.widget.assessment.calls-3 th:nth-child(n+2),
.widget.assessment.calls-3 td:nth-child(n+2) {
    width:32%;  
}

.widget.assessment td {
    cursor: pointer;
    vertical-align: top;
    font-size: .9em;
}

.widget.assessment td:first-child > p {
    margin:0 0 4px;
}

.widget.assessment p.topic {font-family: 'Roboto', Verdana, arial, sans-serif;}

.widget.assessment p.component {font-size: .9em; color: #8a8a8a;}

#dialog-assessment .modal-header .toggle > button {
    margin-left:auto;
    margin-right:14px;
} 

#dialog-assessment > .modal-footer,
#dialog-add_standards > .modal-footer {
    display:flex;
    justify-content: flex-end;
}

#dialog-assessment > .modal-footer > .link.close {
    display:flex;
    margin-left:auto;
}

#dialog-assessment > .modal-footer button:first-child{
    margin-right:20px;
}

#dialog-assessment > .modal-footer button:last-child {
    margin-left:auto;
}

#dialog-add_standards > .modal-footer button.secondary.add{
    margin-right:auto;
}

#dialog-gradebook .holder.score {
    justify-content: flex-end;
    padding-right: 6px;
    margin: 12px 0;
}

#dialog-gradebook .holder.score > label {
    margin-right:8px;
}

/** END WIDGET ASSESSMENT  **/


/** WIDGET ASSESSMENTCHECKLIST      **/
.widget.assessmentchecklist {
    padding:18px 0 18px 24px;
}

.widget.assessmentchecklist > li {
    list-style-type:disc;
    margin-bottom: 18px;
}
/** END WIDGET ASSESSMENTCHECKLIST  **/


/**  dialog  delete project **/
li.predelete {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    position: relative;
    top: -4px;
    left: -1px;
}


[data-purpose="dialog"] .widget.deleteproject {
    padding:8px 0 0 1em;
}

/** end dialog delete project **/


/**  widget.upload  **/
.widget.upload input[type="file"] {
    visibility:hidden;
    height:0px;
    width:0px;
}

.widget.upload .flexcolumn > * {
    margin-bottom:12px;
} 

.widget.upload .modal-body > * {
    padding:12px;
}

.widget.upload .flexrow {
    align-items: center;
}

.widget.upload .flexrow > * {
    margin-right:12px;
}

.widget.upload button {
    flex:0 0 auto;
    padding: 0 20px;
    max-width:150px;
}

.widget.upload button.uploading {
    color:grey;
    background:transparent;
}


/**  export dialog  **/
#dialog-export .modal-body .modal-row {
    min-height:150px;
    padding:0 12px;
    justify-content: center;
}

#dialog-export .modal-body #export-image-options.modal-row {
    display: block;
    text-align: left;
    max-width: 550px;
}

#dialog-export .modal-body #export-image-options h3 {
    margin: 20px 0 5px;
}

#export-image-options-repeat.palette_row {
    margin: 5px 0 25px 10px;
    }

#dialog-export .modal-body #export-image-options.modal-row.hidden {
    display: none;
}

.ipad #export_wixie,
.iphone #export_wixie {display: none;}
/** end export dialog  **/



/** WIDGET NO ASSESSMENT      **/
.list.vertical > * {
    clear:both;
    display:block;    
}

#dialog-noassessment .list {
    padding:12px;
}

#dialog-noassessment .list > * {
    height:34px;
    line-height:34px;
}

#dialog-noassessment .modal-header #btn-toggle-assessment {
    display:none;
}

/** END WIDGET NO ASSESSMENT **/


/**  WIDGET CHOOSE ASSESSMENT      **/

#dialog-choose-assessment .widget.navbar > :first-child {
    flex-basis: 30px;
    padding:0;
}

.widget.chooser,
.widget.chooseassessment {
    max-height: 300px;
    overflow-y:auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#dialog-chooser p.message {
    padding:12px;
}

#dialog-chooser .modal-footer {
    display: flex;
}

#dialog-chooser .modal-footer .link{
    margin-left: auto;
}


.widget.chooser > li,
.widget.chooseassessment > li {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    height: 30px;
    align-items: center;
    margin-bottom: 2px;
}

.widget.chooser > li * {
    align-items: center;
}

.widget.chooser > li .text,
.widget.navbar > li .text {
    font-size:100%;
}


.widget.chooser > .project.result > .preview > img {
    height: 30px;
    border: 1px solid lightgrey;
    margin: 0 auto;
}

.widget.chooser > .project.result > .details {
    display:flex;
    flex-direction: row;
}


.widget.chooser > .project > .preview {
    margin-right: 8px;
    width: 42px;
    text-align: center;
}

.widget.chooser > .project.result > .details > :not(:first-child) {
    display:none;
}


.widget.chooser li .material-icons.folder,
.widget.chooseassessment li>:first-child {
    height: 34px;
    line-height: 34px;
    margin-right: 8px;
}

.widget.chooser li .material-icons.folder {
    font-size:32px;
}


.widget.chooser li .material-icons.options.threedots {
    display:none;
}

.widget.chooseassessment li > .details > :nth-child(n+2){
    display:none;
}


.widget.chooser li.selected,
.widget.chooser li:hover,
.widget.chooseassessment li.selected,
.widget.chooseassessment li:hover {
    background-color:#D6E2F2;
    border:none;    
}

#dialog-choose-assessment .widget.navbar > li:nth-child(2) {
    padding-left:2px;
}

/**  END WIDGET CHOOSE ASSESSMENT  **/

/** ********** WIDGET TAB-LAYOUT  ****************************************** **/
.widget.tab-layout {
    display:flex;
    flex-direction:column;
}

.widget.tab-layout > * {
    display:flex;
}

.widget.tab-layout > .tabs {
    flex:0 0 auto;
    flex-direction:row;
    height:40px;
}

.widget.tab-layout > .tabs > button {
    background-color:#F9F9F9;
    border-radius: 8px 8px 0 0;
    border:1px solid lightgrey;
    border-bottom:none;
    color:#4574B4;
    height:40px;
    padding:8px;
    position:relative;
    width:140px;
}

.widget.tab-layout > .tabs > button.active {
    background-color: #FFFFFF;    
    z-index: 10;
    height: 41px;
    color: #3c3c3c;
    cursor: default;
}

.widget.tab-layout > .tabs > button.active,
.widget.tab-layout > .tabs > button:focus {
    outline:0;
}

.widget.tab-layout > .content {
    background-color: #FFF;
    border:1px solid lightgrey;
    display:flex;
    flex:4;
}

/** ********** END WIDGET TAB-LAYOUT  ************************************** **/

/** ********** WIDGET PROGRESSBAR  ***************************************** **/
.widget.progressbar progress {
    -webkit-writing-mode: horizontal-tb !important;
    -webkit-appearance: progress-bar;
    box-sizing: border-box;
    display: block;
    background:#EAEAEA;
    border: 1px solid #4574B4;
    height:20px;
}

.widget.progressbar > progress::-webkit-progress-bar {
    background: #EAEAEA;
}

.widget.progressbar > progress::-webkit-progress-value { 
    background: #4574B4; 
}

.modal-body.widget.progressbar > progress {
    width: 98%;
    margin: 20px auto;
}

/** ********** END WIDGET PROGRESSBAR ************************************** **/

/** ********** PROJECTINFO ************************************************* **/
.projectinfo.rows {
    display:grid;
    grid-row-gap:12px;
    width:100%;
}

.projectinfo.rows input[type="date"] {
    height:2em;
}

.projectinfo.rows > .row:not(:last-child) > * {
    align-self:center;
}

.projectinfo.rows > .row:not(:first-child) {
    display:grid;
    grid-template-columns:120px 120px 40px;    
}

.projectinfo.rows > .row:last-child {
    display:grid;
    grid-template-columns:100px auto;
}

.projectinfo.rows > .row:last-child > :last-child {
    font-family:'Roboto',verdana, helvetica, arial, sans-serif;
    height:4em;
    line-height:1.2em;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:3;
}

.projectinfo.rows > .row:last-child > .description[contenteditable] {
    display:inline-block;
}


.projectinfo.rows > .row:last-child > .description[contenteditable]:focus {
    position:relative;
    top:-5px;
    left:-1px;
    padding-left:0;
}


.projectinfo.rows  .description[contenteditable]:empty::before {
    content:attr(data-placeholder);
    display:inline-block;
}

.projectinfo.rows  .description[contenteditable]:empty:focus::before {
    content:"";
}


/** ********** END PROJECTINFO ********************************************* **/



/** ********** EVAL PAGE  ************************************************** **/
.page-eval .bd {
    display:block;
    margin:12px auto;
    width:310px;
}

.page-eval .bd h1 {
    margin:12px 0 24px;
    text-align:center;
    width:100%;
}

.page-eval .bd .formrow {
    display:flex;
    flex-direction: column;
    margin:12px;
    position:relative;
}

.page-eval .bd p {
    text-align:justify;
}


.page-eval .bd form .formrow.email.invalid input[type="email"] {
    border-color:red;
}

.page-eval .bd form .formrow.email.invalid::after {
    color:red;
    content:"Not a valid email.";
    position:absolute;
    top:48px;
}

.page-eval .bd .formrow.password, 
.page-eval .bd .formrow:last-child {
    margin-top:32px;
}

.page-eval .bd .formrow > .primary {
    margin-left:0;
    width:100%;
}

.page-eval .bd .response {
    display:flex;
    flex-direction: column;
}

.page-eval .bd .response > * {
    display:flex;
    flex:1 1 auto;
    margin-bottom:12px;
}

.page-eval .bd section.buttons {
    display:flex;
    flex-direction: column;
    margin-top:24px;
}

.page-eval .bd section.buttons > * {
    flex: unset;
    width: 120px;
    display: block;
    margin-bottom:12px;
    text-align: left;
}


/** ********** END EVAL PAGE  ********************************************** **/

/** ********** WIDGET SETUP SUBSCRIPTION *********************************** **/

.widget.subscription > section {
    margin:0 auto 16px;
    width:98%;
}

.widget.subscription > section > div.flexrow {
    align-items: center;
}

.widget.subscription > section > iframe {
    height: 300px;
    border: 1px solid lightgrey;
    margin-top: 10px;
}


.widget.subscription .radios input {
    margin-right: 5px;
}

.widget.subscription .radios label {
    margin-right: 20px;
}

.widget.subscription .radios :nth-child(4),
.widget.subscription .radios #radio-monthly {
    display:none;
}


.widget.subscription .formrow.invalid > label {
    color:red;
}

.widget.subscription input.invalid {
    border:1px solid red;
}


.widget.subscription .formrow.vertical input {
    color:#000;
    display:flex;
    flex:1 1 auto;
    width:98%;
}

.widget.subscription .setup.options {
    max-width: 300px;
    min-width:300px;
    margin:24px auto 36px;
}

.widget.subscription  .formrow {
    margin:12px 0 4px;
}

.widget.subscription  .formrow.email {
    display:none;
}

.widget.subscription .anyFormField.number {
    width: 70px;
    max-width: 70px;
    margin-left: 10px;
}

.widget.subscription .payment-types {
    margin-left: 20px;
}

.widget.subscription section > div > .formrow {
    flex: 1;
    margin-right: 12px;
}

.modal-content > .widget.subscription + .modal-footer > button {
    margin-left:12px;
    width:96px;
}

.modal-content > .widget.subscription + .modal-footer > button.primary {
    background-color:#4574B4;
}

.widget.subscription .holder.dl {
    display:block;
    margin:12px 0 12px 24px;
    width:300px;
}

.widget.subscription .holder.dl dl > dd {
    text-align:right;
}

.widget.subscription .holder.dl > dl:after {
    content:"";
    display:table;
    clear:both;
}

.single .widget.subscription #holder-students h3,
.single .widget.subscription #holder-students .student-count{
    display: none;
}

/** ********** END WIDGET SETUP SUBSCRIPTION ******************************* **/

/**  MEDIA QUERIES BELOW THIS **/


@media (max-width: 599px) {
   
.widget.toggle.view {
    display: none;
}
    
.widget.toggle.view > button:not(:last-child) {
    border-right:none;       
}

.projects.layout-tile .preview img {
    height: 114px;
}

.settings-row,
.settings-row-multiple-lines {
    display: block;
}

.settings-label {
    margin-bottom: 5px;
    width: initial;
    font-size: 1em;
}

.widget.projectinfo > * {
    display:block;
}

.widget.projectinfo > * > label {
    display:block;
    margin-bottom: 2px;
    font-weight: 500;
}

.widget.projectinfo .holder.grades {
    grid-template-columns: 24% 24% 24% 24%;
}

.widget.projectinfo .modal-textarea {
    width: 100%;
    max-width: 100%;
}

.widget.form.add.standard > select {
    min-height: 40px;
}

.projects.layout-list > * .details .date {
    display: none;
}

.projects.layout-list .actions {
    width: 60px;
    margin-left: auto;
}

.projects.layout-list > .team .details .team-count {
    display:none;
}

#holder-advanced-search-form .display.active.folder {
    display: none;
}

#tab-students-row-classes.flex.container.flexrow{
    display: block;
}

#tab-students-row-classes div {
    margin-top: 10px;
}

.widget.assign label.class {
    margin-left: 0;
}

.widget.assessment {
    font-size: .9em;
}

.widget.assessment p.component {
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-content.show .widget.standards {
    max-height: unset;
}

.settings-inline-option {
    margin-bottom: 10px;
}

.settings-inline-option-fixed120 {
    margin-right: 0;
}

.settings-sub-label {
    margin-left: 10px;
}

.settings-choice {
    margin: 5px 0 0 10px;
}

.page-settingsteacher table td {display:block;text-align: left;}

.page-settingsteacher table td h3 {margin-bottom: 5px;}

.page-settingsteacher .section.apply {
    flex: unset;
}

.widget.assessments .popup li[data-action="print"],
.widget.assessments .popup li[data-action="print-checklist"]{
    display: none
}

    .library-tabs {flex-wrap: wrap;}
    
    .library-tab-label,
    .toolbar_button.next.nostory,
    .toolbar_button.previous.nostory,
    .android .material-icons.logout,
    .iphone .material-icons.logout
        {display: none;}
    
    .library-tab.search {order:1;width:90%;border:none;}
    .library-tab.stickers {order:2;}
    .library-tab.backgrounds {order:2;}
    .library-tab.pics4learning {order:3;}
    .library-tab.drive{order:3;}
    .library-tab.camera {order:4;}
    .library-tab.file {order:5;flex:1;text-align: right;padding-right: 10px;}
    .modal-content.show.backgroundSound .library-tab.file {text-align: right;}

}

/** begin phone view **/

@media (max-width: 500px) {
    
    .material-icons.team-icon-project-list {display: initial;}

    .share-row {display: flex; margin-top: 8px;}
    .share-email-to {width: 94%; height: 24px;}
    .share-email-message {width: 94%; height: 50px;}
     
    .ui-dialog {
        max-width: 300px;
    }
    
    .widget.assignment .preview img, .projects.layout-tile .preview img, .new-assignments-list li .preview img {
    height: 120px;
    }
    
    .layout-list .moreclass button.options,
    .layout-list .assignment button.options {
    margin-left: auto;
    }
    
    .widget.assign [type=date] {
    font-size: 10pt;
    }
    
    .widget.assign input[type="radio"] {
    position: relative;
    top: -2;
    }
    
    .widget.project-settings-options {
    display: block;
    }
    
    .projectSettings .library-tab {flex: 1;}
    
    .layout-tile > * {
        margin: 0 8px 10px 0;
    }
    
    .toolbar_student_label,
    .add-students-button-text {display: none;}
    
    button.primary.add-students {
        padding: 0;
        width: 36px;
        min-width: 36px;
        border-radius: 50%;
        margin-left: 0;
    }
    
    #holder-selectnumber,
    #div-card-info-numbers,
    #div-card-info-exp-zip {
        flex-direction: column;
        align-items: flex-start;
    }
    
    #div-card-info-numbers .formrow.vertical.number,
    #div-card-info-numbers .formrow.vertical.securitycode,
    #div-card-expiration,
    #div-card-info-exp-zip .formrow.vertical.zip {
        width: 100%;
    }
    
}

@media (max-width: 770px) {

#t4l_primary .days-remaining {display: none;}
    
.modal {
    z-index: 3000;
}

.modal-content, .modal-content.show {
    margin: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
    max-height: unset;
}

#dialog-newproject.modal-content.show {
    width: 100%;
}

#dialog-assessment.modal-content.show {
    height: 100%;
}

.widget.categories.move {
    max-height: unset;
}

.widget.chooser, .widget.chooseassessment {max-height: unset;}

#import-list.modal-row {flex:1;display: block;}

.modal-content.show.image,
.modal-content.show.backgroundImage{
    width: 100%;
}

.modal-body {
    flex: 1;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

#dialog-chooser .modal-body {
    display: flex;
    flex-direction: column;
}

.modal-content.show .library-holder {
    height: 100%;
}

.widget.team.flex.container {
    flex-grow: 1;
    flex-direction: column;
    overflow: hidden;
}

.widget.team .flex.container.roster > * > :first-child {
    max-width: unset;
}

.widget.team .indicator {
    margin-right: 24px;
}

.library-tab-label {display: none;}

.projectSettings .modal-body {
    display: flex;
    flex-direction: column;
}

.projectSettings .library-content-small .library-folder-list{
    column-count: 2;
}

#dialog-share .modal-textarea {
    max-width: 70%;
}

.library-tab {
    width:70px;
}

.projects.layout-list button.options {
    margin-left: 0;
}

.projects.layout-list .date {
    margin-left: 10px;
    margin-right: 10px;
}

.projects.layout-list .score,
.projects.layout-list .comment,
.projects.layout-list .portfolio,
.projects.layout-list > .team .details .team-count {display: none;}

.widget.highlightslink button {
    display: block;
    margin-top: 10px;
}

.layout-tile {
    padding: 10px;
}

.layout-tile > * {
    width: 168px;
    height: 206px;
}

.new.assignments.layout-tile li {
    height: 165px;
}

.widget.assignments.layout-tile .preview,
.projects.layout-tile .preview,
.new.assignments.layout-tile .preview{
    background-color: #ffffff;
    display: block;
    height: 126px;
    width: 168px;
    outline: none;
}

.projects.layout-tile .preview {
    height: 126px;
}

.widget.assignments.layout-tile .preview img,
.projects.layout-tile .preview img,
.projects.layout-tile .preview img.null, 
.new.assignments.layout-tile .preview img,
.new.assignments.layout-tile .preview img.null{
    height: 126px;
}

.projects.layout-tile .preview .material-icons.small.grey {
    left: 60px;
}

}

@media (min-width: 770px) {
    
#dialog-moveto.modal-content.show {width: 60%;}

#dialog-assessment.modal-content.show {min-width: 650px;}

.modal-print {height: 400px;}

.form.public.key {width: 400px;}

}


/** begin ipad view **/

@media (max-width: 900px) {

    
    .page-trainingcontent .flex-left-fixed,
    .page-training .flex-left-fixed {
        display: block;
        width: 100%;
    }
    
    .page-training .flex-left-fixed{
        margin-top: 10px;
    }
    
    .page-trainingcontent .flex-container,
    .page-training .flex-container{
        display: block;
    }
    
    .page-training .column-one-left{
    width: 100%;
    float: none;
    }
    
    .page-portfolio .profile-container {
        display: none;
    }
    
    .page-portfolio .profile-container-phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    }
    
    .project-list-main {
    margin-bottom: 30px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    }
    
    .project-list-header {
    display: flex;
    margin: 20px 30px 0px;
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
    }
    
    .popup li {
    padding:15px;
    }
   
}

@media (min-width: 600px) and (max-width: 1000px) {
    
    .bd > .fixed {
        width: 200px;
    }
   
    
}

@media (min-width: 600px) and (max-width: 1150px) {
    
    .settings-inline-option img {
        max-width: 210px;
    }
    
    .layout-detail {
        grid-gap: 5px;
        margin: 5px;
    }

    .projects.layout-detail > li {
        display:block;  
    }

    .projects.layout-detail .preview {
        padding: 5px;
        width: 100%;
        flex-direction: unset;
    }

    .projects.layout-detail .preview img{
        height: 129px;
    }
    
    .projects.layout-detail .preview img.null{
        width: 172px;
        background-color: #ffffff;
    }
    
    .projects.layout-detail .details {
        display: block;
        padding: 5px;
    }
    
    .layout-detail .options {
        display: block;
    }
    
}

@media (min-width: 760px) and (max-width: 780px) {
    .projects.layout-detail .preview img{
        height: 188px;
    }
}

@media (min-width: 1020px) and (max-width: 1030px) {
    .projects.layout-detail .preview img{
        height: 240px;
    }
}

@media (min-width: 900px) and (max-width: 1200px) {

.project-list-main {
    margin-bottom: 30px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.project-list-header {
    display: flex;
    margin: 20px 30px 0px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

}

@media (max-width: 1020px) {

    .page-projectmanager .panel.projects > .flex.container.assignments.filter {
        display: block;
        height: unset;
        min-height: unset;
    }   
    
    .page-projectmanager .panel.projects > .flex.container.assignments.filter > .left {
        margin-bottom: 5px;
    }
    
    .page-projectmanager .panel.projects > .flex.container.flexrow.assignments.filter > .left > select {
        top: 0;
    }
    
    .page-projectmanager .panel.projects > .flex.container.assignments.filter label {
        min-width: 42px;
    }
    
    .page-projectmanager .holder.dates span {
        margin-bottom: 5px;
    }
    
    .page-projectmanager .panel.projects > .flex.container.assignments.filter .flex.container.flexrow > div {
        flex-wrap: wrap;
    }

}

/** media querries - 1200px min **/

@media (min-width: 1020px) {
 
    #dialog-print.modal-content.show {width: 50%;}    

}

@media (min-width: 1300px) {

#holder-content-detail > .left img.project.thumbnail {
    height:375px;
}

}

@media (min-width: 1450px) {

    #dialog-export.modal-content.show {width: 40%;}      

}

/** end media querries - 1200px min **/

/** media querries - 1650px min **/

@media (min-width: 1650px) {

#holder-content-detail > .left img.project.thumbnail {
    height:480px;
}

}

/** end media querries - 1650px min **/

@media (min-width: 600px) and (max-width: 799px) {

.settings-label {
    width: 180px;
}

.settings-sub-label {
    width: 180px;
}

.multiselect label {
    display: block;
    width: 90%;
}

.holder.dates span {
    margin-bottom: 5px;
}

}

@media (max-height: 540px) {
    
    .projectSettings .modal_label.chooser,
    .projectSettings .library-container-small{
    display: none;
    }
    
    .modal-content.projectSettings.show .library-holder {
        min-height: unset;
    }
    
}

@media (max-height: 600px) {
    .message.banner {
        display: none;
    }
    
    .modal-content.show .library-holder {min-height: 350px;}
}

@media (min-height: 900px) {
    .modal-content.show .library-holder {min-height: 600px;}
}

@media (min-width: 400px) and (max-width: 1100px) and (max-height:500px) {
    
    #t4l_build,
    .toolbar_icon.logout,
    .display.news {display:none;}
    
    
    body.page-projectmanager,
    body.page-students,
    body.page-assignments,
    body.page-trainingcontent,
    body.page-accounts,
    body.page-homeadmin,
    body.page-rubriceditor{
        display: grid;
        grid-template-columns: 60px 1fr;
        grid-template-rows: 55px 1fr;
        grid-template-areas: "toolbar hd" "toolbar bd";
        grid-gap: 0px 0px;
        overflow: hidden;
    }
    
    body.page-settingsadmin,
    body.page-settingsteacher {
        flex-direction: row;
    }
    
    .toolbar,
    .admin .toolbar{
        height: 100%;
        flex-direction: column;
        grid-area: toolbar;
        width: 60px;
    }
    
    .toolbar .primary-links a {width: 32px;}
    
    .links.primary-links{order:2;}
    
    .header-logo, .toolbar_student_label{display: none;}
    
    .toolbar_student_icon{margin-right:0;}
    
    .toolbar ul li a {padding: 16px 14px 4px 14px;width: 32px;}
    
    .toolbar #split-nav-right{margin-left: 0;order: 3;flex-direction: column;}
    
    #t4l_primary{margin: 8px auto;order: 1;}
    
    img.profile-primary-link{margin-right: 0px;}
    
    .toolbar_account_options{
        top: initial;
        right: initial;
        left: 55px;
        top: 10px;
    }
    
    .toolbar_menu_item {
        height:44px;
    }
    
    .hd {grid-area: hd;}
    
    .hd > :first-child{width: initial;}
    
    .hd button.primary {min-width:unset; margin-left:10px;}
    
    .hd > select {max-width: 200px;}
    
    .bd{grid-area: bd;overflow-y: hidden;}
    
    .page-settingsteacher .bd{overflow-y: auto;}
    
    .bd > .fixed{width: 200px;}
    
    .holder.projects.details{display: block;}
    
    .holder.projects.details > iframe{max-height: 80vh; width: 96%}
    
    .holder.projects.details > .project.details{margin: 10px;}
    
    .anyFormField {font-size: .8em;}
    
    .widget.assignments.filter {height: 200px}
    
    #dialog-teammanager.modal-content.show,
    .modal-content.show.image, 
    .modal-content.show.backgroundImage,
    .modal-content.show.backgroundSound,
    .modal-content, .modal-content.show {
        margin: 0;
        border: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
        max-height:unset;
    }
    
    .modal-content.show .library-holder {
        height: 100%;
        min-height: unset;
    }
    
    .modal-body {
        flex: 1;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .widget.team .select .bd.flex.container {height:284px;}
    
}

@media print {
    body.ipad {
        position: static;
    }
}

.hidden,
.hide,
.material-icons.hide,
.flex.container.hide {
    display:none;
}

.show {display:block;}
.palette_options.subpanel.show {display: flex; flex-direction: column;}
.disabled {
    opacity:0.25; 
    cursor: default!important;
    pointer-events:none;
}

.teacher.single .panel.projects > .widget.categories > li[data-name="Assessments"] {display: none;}
