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

/*-- HIDE SUBSCRIBE IN APP--*/

.embedded .free-classroom,
.embedded .days-remaining,
.embedded button.primary.subscription {
    display:none;
}

:root {
    --primary-color:#039BE5;
    --primary-color-light:#a8e3ff;        
    --primary-color-dark:#025e8b; 
    --primary-background:#E1F5FE;
    --primary-red:#cc3300;
    --primary-green:#03e54e;
    --primary-green-dark:#3A7D44;
    --primary-purple:#9a03e5;
    --primary-orange:#FBAF00;
    --primary-orange-dark:#b63d00;
    --primary-text:#3c3c3c;
    --white:#ffffff;
    --lightgrey:#f2f2f2;
    --middlegrey:#d3d3d3;
    --grey:#808080;
    --darkgrey:#616161;
    --black:#3c3c3c;
}

.phone *:focus {
    outline: none!important;
}

/*-- HIDING FAMILY STUFF--*/
.settings-group.family.section,
.choice.flex-container.parents {
    display:none;
}

.export-button.family {
    display:none;
}

#dialog-share .modal-section-row.shareoptions.header,
#dialog-share .modal-section-row.shareoptions button.modal-social-button[data-action="family"]{
    display:none;
}

#dialog-share .modal-section.url .modal-section-row.shareoptions {
    margin: 30px 0 40px 10px;
}
/*-- END HIDING FAMILY STUFF--*/

html {
  height: -webkit-fill-available;
}

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

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

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

.circlecursor {
    pointer-events: none;
    position: absolute;
    border: solid 3px var(--grey);
    display:none;
    border-radius: 50%;  
    cursor: none;
}

.android .circlecursor,
.ipad .circlecursor,
.embedded .circlecursor {
    display: none!important;
}

#t4l_build {
    display: none;
}

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

/* Hidden in Wriddle */

#share-email,
#share-body-embed,
#share-header-embed{
    display: none;
}

/* Hidden in Wriddle Classroom not subscribed*/
.teacher.member .square-button-blue.export {
    display:none;
}

/* Hidden in Wriddle LTI*/
.page-lti13 #button-auth-noauth-try-again {
    display:none;
}

/* Firefox */

/* End Firefox */

/* accessibility */
.skiplink {
    display: inline-block;
    position: fixed;
    height: 0px;
    top: -40px;
}

.skiplink:focus {
    height:unset;
    top:0px;
    color:var(--white);
    padding: 10px;  
    background-color:var(--primary-color);
}

.page-heading {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

.toolbar-menu-list>li .key-command{
    margin-left:auto;
    color:var(--grey);
}

.toolbar_account_action .key-command {
    color:var(--grey);
    float:right;
}

.embedded .key-command,
.android .key-command,
.ipad .key-command{
    display: none;
}

/* end accessibility */

.ipad :focus {
    outline: none;
}

body .scale-switch {
    display: none;
}

@media (orientation:portrait) {
    body.android:not(.embedded) {height:89vh;}
    
    .expiration-warning {
        display:none;
    }
    
}

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

.page-accounts.teacher .toolbar{
    background: var(--primary-color);
}

.page-accounts.teacher .toolbar ul li a:hover {
    background-color: var(--primary-color-dark);
}

.admin .toolbar img.profile-primary-link {
    background-color:transparent;
    border: 3px solid var(--white);
}

.admin .toolbar_account_help {
    border-radius: 50%;
    border: 3px solid var(--grey);
    padding: 2px 9px;
    color: var(--grey);
    font-size: 14pt;
    font-weight: bold;
    position: relative;
    top: 3px;
}

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: var(--white);
    border: 1px solid var(--primary-red);
    border-width: 0 0 1px 0;
    color: var(--white);
    font-size:10pt;
    height: auto;
    line-height: 28px;
    overflow:hidden;
    width: 100%;
}

.message.banner a {
    border-bottom:1px solid var(--primary-color-dark);
    color:var(--primary-color-dark);
}

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

.message.banner > :first-child {
    background-color:var(--primary-red);
    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:var(--white);
    text-align:left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

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

.message.banner > :last-child > .link {
    color:var(--primary-color);
    margin-left:.5em;
}

.message.banner .banner.close svg {
    fill: var(--white);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

/* end message banner */


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


/*- Main styles */

.label {
    font-size: 1em;
}

.label-large {
    font-size: 1.2em;
    font-weight:500;
}

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

.hide-screen {
    display: none;
}

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

button {
    cursor:pointer;
}

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

button.noborder {
    border:none;
}

button.nobackground {
    background:none;
}

button.nobackground svg {
    fill: var(--primary-text);
    height: 24px;
    width: 24px;
    padding: 0 4px;
    pointer-events: none;
    position: relative;
    top: -2px;
}

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 var(--darkgrey);
    background: var(--lightgrey);
    padding: 4px 10px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.secondary.loadmore {
    margin-left: 20px;
}

button.secondary.loadmore:hover {
    background-color: var(--lightgrey);
}

a.secondary svg,
button.secondary svg, 
button.secondary img {
    height: 24px;
    width: 24px;
    fill: var(--primary-text);
    margin-right: 5px;
    pointer-events: none;
}

button.toolbar-button {
    border-radius: 2px;
    border: solid 1px var(--darkgrey);
    background: var(--lightgrey);
    padding: 4px 10px;
    position: relative;
    top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.toolbar-button:hover {
    background: var(--darkgrey);
    color: var(--white);
}

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

button.toolbar-nav:hover {
    background: var(--middlegrey);
    border-radius: 2px;
}

button.toolbar-pill-left {
    border-radius: 2px 0px 0px 2px;
    border: solid 1px var(--darkgrey);
    background: var(--lightgrey);
    color: var(--black);
    font-size: 1em;
    padding: 4px 10px;
    margin-top: 10px;
    vertical-align: middle;
}

button.toolbar-pill-center {
    border: none;
    border-bottom: solid 1px var(--darkgrey);
    border-top: solid 1px var(--darkgrey);
    border-right: solid 1px var(--darkgrey);
    background: var(--lightgrey);
    color: var(--black);
    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 var(--darkgrey);
    border-left: none;
    background: var(--lightgrey);
    color: var(--black);
    font-size: 1em;
    padding: 4px 10px;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

button.ui-state-active {
    background: var(--darkgrey);
    color: var(--white);
}

button svg, button img, button span {
    pointer-events: none;
}

::-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;}

ul {
    list-style: none;
    margin:0;
    padding:0;
}

body.admin header.toolbar ul.links-right {
    display:flex;
}

.paint-cursor {
    border-radius:50%;
    border-width:1px;
    border-style:solid;
    position:absolute;
}

/**  Google Material Icon Formatting  **/

.material-icons.small {font-family: 'Material Icons'; font-size: 20px; color: var(--primary-color);}
.material-icons.small-with-label {font-size: 20px; color: var(--primary-color); vertical-align: middle;position: relative;top: -2px;}
.material-icons.dialog-button {font-family: 'Material Icons'; color: var(--primary-color); font-size: 24px;}
.material-icons.normal {vertical-align: middle;}
.material-icons.large { font-size: 34px;}
.material-icons.button-with-label {color: var(--primary-color); vertical-align: middle; margin-right: 5px;}
.material-icons.white{color: var(--white); vertical-align: middle;}
.material-icons.white-with-label {color: var(--white); vertical-align: middle; margin-right: 5px;}
.material-icons.button-drop-down-arrow {font-size: 20px; color:var(--white); vertical-align: middle;margin-top: -3px;}
.material-icons.team-icon-project-list {margin-left: 10px; position: relative; top: 6px; color: var(--grey); line-height: .4; font-size: 1.8em;}
.material-icons.team-icon-teacher-page {margin-left: 10px; position: relative; top: 2px; color: var(--grey); font-size: 1.2em;}
.material-icons.team-icon-students {color: var(--grey);cursor: default;}
.material-icons.portfolio,.material-icons.comment  {color:var(--grey);margin-right: 5px;position: relative;top: 1px;}
.material-icons.complete {color: var(--grey);cursor: default;}
.material-icons.nostarted {color: var(--grey);cursor: default;}
.material-icons.started {color: var(--grey);cursor: default;}
.material-icons.project-list-folder {color: var(--lightgrey);font-size: 38px;margin: 3px 10px;}

.ipad .material-icons.delete, .android .material-icons.delete {color: var(--darkgrey);position: relative;font-size: 32px;}

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

/**  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: var(--lightgrey);
    border: 1px solid var(--black);
    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: var(--primary-color-dark);
}


textarea {
    font: 400 1em 'Roboto', Arial;
    overflow:auto;
}


ul.border-li.bottom > li {
    border-bottom:1px solid var(--lightgrey);
}

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

/**  END TAGS  **/

/** TABLES  **/

thead, th {
    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 var(--grey);    
    width:100%;
}

table.border thead th {
    height:18px;
    vertical-align: bottom;
    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 {
    min-height: 18px;
    overflow: hidden;
    font-size: 0.8em; 
    color: var(--white); 
    text-align: left;
    padding-left: 10px;
    background: lightsalmon;
    user-select: text;
}


#t4l_build:before {
    content:"Wriddle:  ";
}

/** END HEADER CLASSES **/
    
.activity.complete {
    background-color: var(--primary-color-dark);
    border-color: var(--white);
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    color: var(--white);
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 5px;
}

.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: var(--darkgrey);}

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

.footnote {font-size:80%;}

.heavy {font-weight:500;}

/* Calendar */

.fc-header-title {
    font-size: 1.2em;
}

/* 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.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:var(--grey);
    display:none;
    font-style:italic;
}

.paragraph {
    margin:10px 0;
}

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

input.placeholder {
    color:var(--middlegrey);
    font-style:italic;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    var(--grey);
    font-style:italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    var(--grey);
    font-style:italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    var(--grey);
    font-style:italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    var(--grey);
    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: var(--primary-color);
}

button.home {
    height: 30px;
    width: 120px;
    margin-top: 7px;
    margin-right: 5px;
    margin-left: 10px;
    background:none;
    border:1px solid var(--primary-color);
    border-radius: 2px;
    color: var(--primary-color);
    font-size: 18px;
}

button.icon-with-label {
    color: var(--primary-color-dark);
    border: 1px solid var(--middlegrey);
    border-radius: 16px;
    padding: 4px 16px 4px 12px;
    background: var(--lightgrey);
}

button.icon-with-label svg {
    fill: var(--primary-color-dark);
    height:26px;
    width:26px;
    vertical-align: middle;
    pointer-events:none;
}

button.actions-22 {
    height: 22px;
    color: var(--white);
    background: var(--primary-color);
    border: none;
    border-radius: 2px;
    line-height: 22px;
    margin-left: 8px;
    padding: 0 8px;
    width: 98px;
    position: relative;
}

button.actions-32 {
    height: 32px;
    color: var(--white);
    background: var(--primary-color);
    border: none;
    border-radius: 2px;
    line-height: 32px;
    margin-left: 8px;
    padding: 0 8px;
    width: 98px;
    position: relative;
}

.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: var(--lightgrey);
    border: none;
    border-bottom: 1px solid var(--lightgrey);
    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: var(--primary-color);
    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 var(--primary-color-light);
    font-size: 0.9em;
    cursor: pointer;
}

.content-header-button active {
    background: -moz-linear-gradient(center top , var(--primary-color-light), var(--primary-color-)) 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:var(--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:500;}
.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: var(--white);
    background: var(--primary-color);
    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: var(--white);
    background: var(--primary-color);
    border: none;
    border-radius: 18px;
    margin-left: 8px;
    padding: 4px 8px;
    position: relative;
    cursor: pointer;
}

.wixie-button-white {    
    color: var(--white);
    background: var(--primary-color-dark);
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 0 8px;
    position: relative;
}

.wixie-button-allwhite {
    background-color:var(--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: var(--grey);
}
/**  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:var(--white);
    border:1px solid var(--primary-color);
    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:var(--primary-color-light);
}
/**  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  **/

/**  DATEPICKER  **/
.ui-datepicker table td span {
    height:30px;
    line-height:30px;
    text-align:center;
}

.ui-datepicker table td span.ui-state-default {
    border:0;
}

/**  END DATEPICKER  **/

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

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

.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: 'Roboto', verdana, helvetica, arial, sans-serif;
    font-size:1em;
    background: var(--white);
}

.ui-dialog {
    border:1px solid var(--primary-color);
    box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 2px 4px 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 var(--primary-color);
    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-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 var(--primary-color);
    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: var(--grey);
    border-style: solid;
    border-width:1px;
    text-align:left;
    width:100%;
}

.ui-dialog .dialog.content.email {
    border: none;
    padding: 20px;
}

.ui-dialog .dialog.content.email p {
    margin-bottom:20px;
    font-size: .9em;
}

.ui-dialog .dialog.content.email label {
    margin: 20px 0 10px;
    display: block;
}

.ui-dialog .dialog.content.email input,
.ui-dialog .dialog.content.email textarea{
    width: 100%;
    max-width: 100%;
}

.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.primary {
    margin-left:10px;
    min-width:70px;
}

.ui-dialog .ui-dialog-buttonpane button.cancel,
.ui-dialog .ui-dialog-buttonpane button.secondary,
.ui-widget button,
.ui-widget input {
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    outline: none;
    margin-right: 10px;
}

.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 var(--grey);
    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 var(--grey);
    width:550px;
}

#dialog-csv-process-failed .ui-dialog-content.message ul li {
    border:1px solid var(--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 var(--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:var(--primary-color-light);
    border:1px solid var(--primary-color);
    border-width:0 0 1px 0;
    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 var(--black);
    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 var(--black);
    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 var(--black);
    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 var(--darkgrey);
}

/** --  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 var(--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 var(--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: var(--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  --  **/

/**  --  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)  --  **/

/** -- 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: var(--lightgrey);
    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 var(--primary-color-dark);
    font-weight: normal;
    line-height: 19px;
    width: auto;
}

.foldermanager .dialog.content .middle {
    background-color:var(--primary-color-light);
}

.foldermanager .content .middle .hd {
    border-bottom:1px solid var(--grey);
}

.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:var(--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 var(--middlegrey);
    cursor:pointer;
    list-style-type:none;
    height:40px;
    line-height:40px;
    padding-left:5px;
    width:100%;
}

.ui-dialog.optionselect li.active {
    background-color:var(--primary-color-light);
}

.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-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 var(--primary-color);
    border-width:1px;
}


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

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

/** -- add standard -- **/
.add.standard.ui-dialog-content .dialog.content {
    border-style: none;
    width:628px;
}

.add.standard.ui-dialog-content .hd {
    height:24px;
    padding:3px 0 0 7px;
}

.add.standard.ui-dialog-content select {
    margin-bottom: 10px;
}

.add.standard.ui-dialog-content + .ui-dialog-buttonpane {
    margin:0 auto;
}

.add.standard.ui-dialog-content + .ui-dialog-buttonpane .primary {
    margin-right:0;
}

/** -- end add standard -- **/


/**  --  remove from calendar  --  **/
.assignments.remove.ui-dialog-content .hd {
    height:20px;
    margin:0 0 0 12px;
    padding-top:3px;
    width:95%;
}
.assignments.remove.ui-dialog-content .dialog.content {
    min-height:40px;
    padding:10px 5px;
    border-style:none;
}

.assignments.remove.ui-dialog-content + .ui-dialog-buttonpane > .ui-dialog-buttonset {
    margin:0 auto;
}

/**  -- end remove from calendar  --  **/

/**  -- sharing  --------  **/

.sharing.ui-dialog-content .hd {
    height:20px;
    margin:0 0 0 8px;
}

.sharing.ui-dialog-content .dialog.content .section.upper{
    padding: 10px;
    border-bottom: 1px solid var(--primary-color);
    background: var(--lightgrey);
}

.sharing.ui-dialog-content .dialog.content .section.email,
.sharing.ui-dialog-content .dialog.content .section.socialmedia {
    padding: 10px;
    background: var(--lightgrey);
    border-top: 1px solid var(--primary-color);
}

.sharing.ui-dialog-content .dialog.content .error.report,
.sharing.ui-dialog-content .dialog.content .error.report > *,
.sharing.ui-dialog-content .dialog.content .section .holder {
    text-align:left;
}

.sharing.ui-dialog-content .dialog.content .error.report,
.sharing.ui-dialog-content .dialog.content .section .holder {
    margin-bottom:1em;
}

.sharing.ui-dialog-content .dialog.content > .section > .row {
    text-align:left;
}

.sharing.ui-dialog-content .dialog.content > .section > .row > .left {
    left:-2px;
    position:relative;
    width:135px;
}

.sharing.ui-dialog-content .dialog.content >.section > .row > .right {
    left:1px;
    position:relative;
    width:476px;
}

.sharing.ui-dialog-content .dialog.content >.section > .row > input[type=checkbox] {
    left:27px;
    position:relative;
    top:3px;
}

.sharing.ui-dialog-content .dialog.content label {
    text-align:left;
    font-weight:bold;
}

.sharing.ui-dialog-content .dialog.content .section.links {
    font-size: 1em;
    margin-top: 10px;
}

.sharing.ui-dialog-content .dialog.content .section.links *,
.sharing.ui-dialog-content .dialog.content a {
    outline:none;
}

.sharing.ui-dialog-content .dialog.content a {
    border:none;
}

.sharing.ui-dialog-content .dialog.content .link {
    border: 1px solid var(--primary-color);
    border-bottom: none;
    border-left: none;
    background: var(--primary-color-light);
    display: inline-block;
    font-weight: normal;
    padding: 4px 0;
    text-align: center;
    width: 140px;
    margin-right: 0px;
}

.sharing.ui-dialog-content .dialog.content .link::-moz-focus-inner {
    padding: 0;
    border: 0
}

.sharing.ui-dialog-content .dialog.content .link.active {
    background: var(--primary-color);
    color: var(--white);
    cursor: default;
    text-decoration: none;
}

.sharing.ui-dialog-content .dialog.content .row.message {
    height:90px;
    padding-bottom:6px;
}

.sharing.ui-dialog-content .dialog.content textarea.message {
    height:80px;
}

.sharing.ui-dialog-content .dialog.content .row.holdsbutton {
    text-align:right;
}

.sharing.ui-dialog-content .dialog.content .row.holdsbutton button {
    height:32px;
    left:1px;
    position:relative;
    width:65px;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia {
    height:20px;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia > a {
    display:inline-block;
    height:16px;
    margin: 0 10px 0 5px;
    text-align:left;
    width:90px;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia > a.first {
    margin-left:10px;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia > a.last {
    margin-right:0;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia > a img {
    border:none;
    position:relative;
    top:3px;
}

.sharing.ui-dialog-content .dialog.content .lower.socialmedia > a .name {
    height:16px;
    line-height:16px;
    padding-left:4px;
}

.sharing.ui-dialog-content .dialog.content .section textarea {
    resize:none;
}

.sharing.ui-dialog-content .dialog.content .section.email textarea[disabled=disabled],
.sharing.ui-dialog-content .dialog.content .section.email input[disabled=disabled] {
    background-color:var(--middlegrey);
}


/** -- dhtml modal  -- **/
.sharing-email-content-box.bd.error {
    color: var(--black);
    font-style: normal;
    padding-bottom: 30px;
}

/** -- end dhtml modal -- **/


/**  -- end sharing  --  **/

/**  --  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  --  **/

/** Begin add generic students dialog  **/

.modal-body.generic {
    padding:20px;
}

.modal-body.generic p{
    margin-bottom:20px;
}

.modal-body.generic div{
    align-items:center;
}

.modal-body.generic div.classchooser div{
    align-items:unset;
}

.modal-body.generic div input {
    margin-left: 20px;
    padding: 4px;
}

/** end add generic students dialog  **/

/**  -- view (wixie player) dialog --------  **/
.ui-dialog .dialog.content.viewproject {
    border-width: 0;
    padding-bottom: 0;
    position: relative;
}

.ui-dialog .dialog.content.viewproject iframe {
    display: block;
    height: 475px;
    overflow: hidden;
    width: 630px;
    position:absolute;
}
/**  -- end view (wixie player) 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  --  **/



/** movie manager dialog **/
.moviemanager.ui-dialog + .ui-widget-overlay {
    background-color:var(--darkgrey);
    opacity:0.3;
    position:absolute;
    top:0;
}

.ui-dialog-content .content.movie {
    padding:8px;
}

.ui-dialog-content .content.movie h3 {
    margin-bottom:1.5em;
}

.ui-dialog-content  .content.movie .flexrow.withbutton > :first-child {
    flex:1 1 auto;
}

.ui-dialog-content  .content.movie .flexrow.withbutton button {
    background:none;
    border:0;
}

/** end movie manager dialog  **/



/**  district teacher class selector in accounts  **/
.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content {
    display:block;
    height:400px;
    overflow:hidden;
}
.ui-dialog-content.districtteacher.accounts.list.classes .bd {
    margin: 12px 0 0;
    overflow:hidden;
    padding-top:0;
}

.ui-dialog-content.districtteacher.accounts.list.classes .bd select{
    margin-left: 10px;
}

.ui-dialog-content.districtteacher.accounts.list.classes .bd input{
    margin-left: auto;
    border-radius: 16px;
    padding-left: 16px;
}

.ui-widget select.anyFormField {
    font-family:'Roboto', Verdana, Arial, sans-serif;
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content .holder.table  {    
    margin:12px 0;
    max-height:300px;
    overflow:hidden;
    overflow-y:auto;
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content .bd > .message.hide + .holder.table  {
    border:1px solid var(--grey);
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content table td {
    padding:4px;
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content table td:first-child {
    width:28px;
    padding-left:8px;
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content table td > div > span {
    height:20px;
} 

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content table td .name {
    font-weight:500;
}

.ui-dialog-content.districtteacher.accounts.list.classes > .dialog.content table td .refid {
    font-size: 90%;
    margin-bottom: 8px;
    color:var(--grey);
}

/**  end district teacher class selector in accounts  **/



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





/**  horizontal menu  **/

/**  end horizontal menu  **/

/**  widget calendar  **/
.widget.calendar .columns {
    overflow: visible;
    padding-bottom: 0;
    width: 275px;
}

.widget.calendar .columns > * ,
.holder.filter .widget.calendar .columns > * {
    display:inline-block;
    position:relative;
    text-align:left;
    top:0;
    width:105px;
}

.holder.filter .widget.calendar .columns > .right {
    width:55px;
}

.widget.calendar .columns > * > img {
    clip: rect(0px, 16px, 16px, 0px);
    cursor: pointer;
    height:120px;
    left:0;
    margin: 4px 0 0 4px;
    position: absolute;
    width:320px;
}

.widget.calendar .columns input,
.holder.filter .widget.calendar .columns input {
    background:transparent;
    border:none;
    position:relative;
    left:28px;
    top:2px;
    width:100px;
}

.widget.calendar .columns button {
    padding:0 10px;
    position:relative;
    top:2px;
}

/**  end widget calendar  **/

/**  END CLASSES  **/

/**  ICONS  **/

.icon {background:transparent;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.folder, .icon.trashcan, .icon.dataout, .icon.addfolder24 {height:24px; width:24px;}

.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.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  **/

/**  ICONS RUBRICS  **/

.icon-rubric[disabled=disabled], .icon-rubric.off {filter: alpha(opacity=50);opacity:.5;}

/**  END ICONS RUBRICS  **/


/*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: var(--darkgrey);
	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: var(--middlegrey);
	border: 1px solid var(--middlegrey);
	font-style: italic;
	margin: 15px;
	padding: 12px;
	color: var(--grey);
}

em {font-style: italic;}

#primary code{
	color: var(--black);
	font-weight: bold;
	font-family: verdana, helvetica, arial, sans-serif;
}

/* BEGIN CUSTOM AND SUPPORT STYLES */

.grey, .gray, .material-icons.grey, .material-icons.gray {color:var(--grey);}

.grey33 { color: #333333; }
.grey66 { color: #666666; }
.grey99 { color: #999999; }
.greyCC { color: #CCCCCC; }
.white { color: var(--white); }
.days-remaining.white {color:var(--primary-text);cursor: default;}
.container-plain {padding: 5px;margin-bottom: 20px;line-height: 34px;}
.container-grey {padding: 5px;margin-bottom: 20px;line-height: 34px;background: var(--lightgrey);border: 1px solid var(--lightgrey);}
.container-top-border {padding: 10px 5px 0px;line-height: 34px;border-top:1px solid var(--middlegrey);}
.container-bottom-border {padding: 0px 5px;line-height: 34px;border-bottom:1px solid var(--middlegrey);}
.container-side-bottom-border {padding: 0px 5px;line-height: 34px;border-bottom:1px solid var(--lightgrey);border-left:1px solid var(--lightgrey);border-right:1px solid var(--lightgrey);}
.container-news {margin: 10px 5px 20px;overflow-x: hidden;}
.hiliteBar0 { padding: 5px; border: 1px solid var(--primary-color); background: var(--primary-color); color: var(--white); }
.hiliteBar0B { padding: 5px; border: 1px solid var(--primary-color); background: var(--primary-color); color: var(--white); }
.hiliteBar1 { padding: 5px; border: 1px solid var(--grey); background: var(--lightgrey); }
.hiliteBar1-nopad { border: 1px solid var(--primary-color); background: var(--primary-color-light); }
.hiliteBar1B { padding: 5px; border: 1px solid var(--primary-color); background: var(--primary-color-light);}
.hiliteBar2 { padding: 5px; border: 1px solid var(--primary-color); background: var(--lightgrey); }
.hiliteBar2B { padding: 5px; border: 1px solid var(--lightgrey); background: var(--lightgrey); }
.hiliteBar3 { padding: 5px;}
.hiliteBar3.center {margin-top:20px;}
.hiliteBar3B { padding: 5px; border: 1px solid var(--primary-color); background: var(--lightgrey); font-weight: bold; }
.hiliteBar3-nopad { border: 1px solid var(--primary-color); background: var(--lightgrey); }
.hiliteBarWhite { padding: 5px; border: 1px solid var(--primary-color); background: var(--white); justify-content: center; }
.hiliteBarWhiteB { padding: 5px; border: 1px solid var(--primary-color); background: var(--white); font-weight: bold; }
.hiliteBarGrey { padding: 5px; border: 1px solid var(--grey); background: var(--lightgrey); margin-bottom: 20px; }
.hiliteBarError { padding: 5px; border: 1px solid var(--grey); background: var(--lightgrey); }
.hiliteBarErrorB { padding: 5px; border: 1px solid var(--grey); background: var(--lightgrey); font-weight: bold; }
.hiliteBarPopup { padding: 5px; border: 1px solid var(--primary-color); background: var(--lightgrey); }
.hiliteBarPopupWhite { padding: 5px; border: 1px solid var(--primary-color); background: var(--white); }
.hiliteBarButtonButton { padding-right: 1px; padding-top: 1px; padding-left: 1px; padding-bottom: 0px; border-top: 1px solid var(--primary-color-dark); border-left: 1px solid var(--primary-color-dark); border-bottom: 1px solid var(--primary-color-dark); }
.hiliteBarButtonText { padding-right: 1px; padding-top: 1px; padding-left: 5px; padding-bottom: 0px; border: 1px solid var(--primary-color-dark); }
.border1 { border: 1px solid var(--primary-color); }
.border1_bottom { padding-bottom: 5px; border-bottom: 1px solid var(--primary-color); }
.border1_left { padding-left: 5px; border-left: 1px solid var(--primary-color); }
.border2 { border: 1px solid var(--primary-color); }
.border2_bottom { padding-bottom: 5px; border-bottom: 1px solid var(--primary-color); }
.border2_left { padding-left: 5px; border-left: 1px solid var(--primary-color); }
.border3 { border: 1px solid var(--lightgrey); }
.border3_bottom { padding-bottom: 5px; border-bottom: 1px solid var(--lightgrey); }
.border3_left { padding-left: 5px; border-left: 1px solid var(--lightgrey); }
.spacerTop { margin-top: 5px; padding-top: 5px; border-top: 1px dotted var(--primary-color-light); }
.spacerBottom { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted var(--primary-color-light); }


.topRowOfButtons { padding-right: 1px; padding-top: 1px; padding-left: 1px; padding-bottom: 0px; border-top: 1px solid var(--primary-color-light); border-left: 1px solid var(--primary-color-light); border-right: 1px solid var(--primary-color-light); }
.box { padding: 5px; border: 1px dotted var(--primary-color-light); background: var(--white); }
.bold { font-weight: 500; }
.title.bold {padding:10px;}
.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: var(--grey); margin-top: 10px; margin-left: 10px;}
.code { font-family : "Courier New", Courier, Helvetica, sans-serif; color : var(--primary-color); }
.inline {display: inline;}
.float-right {float: right;}
.tdSuccess { background-color : var(--primary-color-dark); color: var(--white); }
.roboto {font-family:'Roboto', verdana, sans-serif;}

.message.noprojects,
.page-projectmanager .bd.middle .projects > .message {
    margin: 60px 20px 0;
    text-align:center;    
}

.page-projectmanager .bd.middle .projects > .message.trash {
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid var(--middlegrey);
} 

.message.progress{padding: 20px 10px 0;text-align:center;}
.holder-input-with-button {background: none repeat scroll 0 0 var(--white);
    border: 1px solid var(--primary-color);
    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: var(--white); border: 1px solid var(--primary-color); border-radius: 2px; color: var(--grey); 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: var(--white); border: 1px solid var(--primary-color); border-radius: 2px; color: var(--grey); 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: var(--lightgrey); 
    border: 1px solid var(--primary-color); 
    border-radius: 4px; 
    color: var(--grey); 
    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: var(--primary-red); }
.formRow label.error { color: var(--primary-red); }
.formRow input { width: 65%; float: right; }

.share-row {display: flex; margin-top: 10px;}
.share-email-to {width: 94%; height: 32px;}
.share-email-from {width: 94%;}
.share-email-message {width: 94%; height: 100px;}
.share-email-label {width: 70px; margin-right:10px;}
.share-email-field {flex: 1;}

.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: var(--primary-red); }
.checkboxRow label.error { color: var(--primary-red); }
.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; }
.formRowError { width: auto; height: 1.5em; margin-left: 10px; padding: -2px 0; overflow: hidden; color: var(--primary-red); }
.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: var(--black); 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 var(--grey);
	background: var(--white);

	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: var(--primary-color);
	vertical-align: middle;
}

.buttonX
{
	border: 1px solid var(--grey);
	background: var(--white) url(images/X-8-dark.png) center center no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 2px;
}

.buttonX:hover{
	background-color: var(--lightgrey);  
    }

.button {
    color: var(--white);
    background: var(--primary-color-dark);
    border: none;
    border-radius: 15px;
    margin-left: 8px;
    padding: 4px 14px;
    position: relative;
    cursor: pointer;
    font-size: 12pt;
}

.button-submit-20 {
    height: 20px;
    color: var(--white);
    background: var(--primary-color);
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

.button-submit-30 {
    height: 30px;
    color: var(--white);
    background: var(--primary-color);
    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: var(--primary-color);
    cursor: pointer;
}

.button + .button {margin-left:3px;}

.buttonDisabled
{
    height: 20px;
    cursor: default !important;
    opacity: 0.4;
    color: var(--white);
    background: var(--primary-color);
    border: none;
    border-radius: 2px;
    line-height: 20px;
    margin-left: 8px;
    padding: 0 8px;
    font-size: 12px;
    position: relative;
}

.icon.close:hover, #btn_preview_wixieplayer {cursor:pointer;}

img.selected { border: 1px solid var(--primary-color-light); 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 var(--grey); background: var(--grey); color: var(--white); }
.applicationContentBody { padding: 5px; border-right: 1px solid var(--grey); border-bottom: 1px solid var(--grey); border-left: 1px solid var(--grey); background: var(--white); }

.ContentBoxTab,
.ContentBoxTab:visited,
.ContentBoxTab:active { flex: 1; padding: 5px 10px; color: var(--black); width: 40%; text-align: center;border-radius: 8px 8px 0 0;border: 1px solid var(--grey);background-color: var(--lightgrey);font-size:1em;}
.ContentBoxTab:hover { background-color: var(--grey);color: var(--white); cursor: pointer; }
.ContentBoxTabSelected { flex: 1; background: var(--white); padding: 5px 10px;  cursor: pointer; width: 40%; text-align: center; color: var(--black);border-radius: 8px 8px 0 0;border: 1px solid var(--grey);border-bottom: none;font-size:1em;}
body:not(.loggedin) #div_tutrefTab_3 {display:none;}


.CalendarDay,
.CalendarDay:visited,
.CalendarDay:active { background-color : var(--lightgrey); }
.CalendarDay:hover { background-color: var(--primary-color-light); cursor: pointer; }
.CalendarDaySelected { background-color: var(--grey); color: var(--white); }

.AjaxValueSelect { padding: 5px; position: absolute; background: var(--white); border: 1px solid var(--primary-color); color: var(--black); }
.AjaxValueSelect .AjaxValueSelectLink,
.AjaxValueSelect .AjaxValueSelectLink:visited,
.AjaxValueSelect .AjaxValueSelectLink:active { position: relative; padding: 1px 5px; border: 1px solid var(--white); }
.AjaxValueSelect .AjaxValueSelectLink:hover { background-color: var(--lightgrey); border: 1px solid var(--primary-color-dark); cursor: pointer; }

.AjaxValueSelectSimpleLink,
.AjaxValueSelectSimpleLink:visited,
.AjaxValueSelectSimpleLink:active { padding: 6px 10px;}
.AjaxValueSelectSimpleLink:hover { background-color: var(--primary-color-light); cursor: pointer; }

.AjaxValueSelectSimpleLinkNoCursor,
.AjaxValueSelectSimpleLinkNoCursor:visited,
.AjaxValueSelectSimpleLinkNoCursor:active {}
.AjaxValueSelectSimpleLinkNoCursor:hover { background-color: var(--primary-color-light); }

.OptionsListSelect { position: relative; background: var(--white); color: var(--black); }
.OptionsListSelect .OptionsListSelectLink,
.OptionsListSelect .OptionsListSelectLink:visited,
.OptionsListSelect .OptionsListSelectLink:active { position: relative; padding: 5px; border: 1px solid var(--white); }
.OptionsListSelect .OptionsListSelectLink:hover { background-color: var(--lightgrey); border: 1px solid var(--primary-color-light); cursor: pointer; }


.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 var(--primary-color);
	background-color: var(--white);
	color: var(--black);
	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 var(--primary-color);
	background-color: var(--white);
	color: var(--black);
	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 var(--primary-color);
	background-color: var(--white);
	color: var(--black);
	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 var(--primary-color);
	background-color: var(--white);
	color: var(--black);
	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: var(--primary-color-dark);
    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 var(--primary-color);
    cursor:default;
    min-width:120px;
    padding:6px 0 6px 6px;
    vertical-align:top;
}

.holder.projectassessment table tr th {
    overflow:hidden;
    text-overflow:ellipsis;
    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;
}

.holder.projectassessment table tr th {
    vertical-align:bottom;
}

/**  end assessments table  **/

/**  END NEW UI  **/

.settings-container {
    width: 100%;
    max-width: 1050px;
    padding: 20px;
    box-sizing: border-box;
}

.settings-header { 
    padding: 5px 10px; 
    border: 1px solid var(--grey); 
    background: var(--lightgrey);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.teacher.single .settings-header {
    display:none;
}

.settings-header button {
    margin-left: 10px;
}

.settings-header button.rosters {
    margin: 0 auto 0 0;
}

.settings-header button.chooseclasses,
.teacher:not(.customer) .settings-header button.google-import {
    display:none;
}

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

.settings-group.section {
    border-bottom: 1px solid var(--lightgrey);
    margin-bottom: 20px;
}

.settings-group select.anyFormField {
    max-width: 350px;
    width: 98%;
}

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

select > option[data-custom="true"] {
    background-color:var(--lightgrey);
    font-style:italic;
}

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

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

.settings-row.email-login button {
    margin-left: 230px;
}

.settings-row.highlight-url button {
    margin-left:40px;
}

.settings-label {
    width: 230px;
    font-size: 1.1em;
    font-weight: 500;
}

.settings-label.withcolon {
    margin-right:0;
}

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

.settings-student-name {
    font-size: 1.2em;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--middlegrey);
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.settings-student-name a {
    flex: 1;
}

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

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

.settings-choice .listitem{
    margin-bottom:10px;
}

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

.settings-choice.grade-levels {
    max-width:600px;
}

.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 var(--middlegrey);
    margin-bottom: 10px;
    max-width: 150px;
}

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

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

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

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

/** multiselect for **/

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

.multiselect-on {
    color:var(--white);
    background-color:var(--primary-color-dark);
}
/** 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 var(--primary-color);
    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: var(--lightgrey);
}

.selectrow:hover {
    background-color:var(--primary-color-light);
}

.selectrow.selected {
    background-color:var(--primary-color-light);
}

.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:var(--primary-color-light);
}

.multiselectrow.selected {
    background-color:var(--primary-color-light);
}

.multiselectrow.locked {
    background-color:var(--primary-color-light);
}

.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 var(--primary-color);
    float:left;
    position:absolute;
    width:inherit;
    z-index:1000;
}

.actionbuttons > .dropdown.options > * {
    border: 1px solid var(--primary-color);
    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: var(--lightgrey);
    color: var(--grey);
    opacity: 1;
}

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


/** Rubric Print page **/

#rubric-list-title-box .title-wide {
    font-size: 1.2em;
}

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

#rubric-static-view .heading {
    font-size: 1.1em;
    border-left: 1px solid var(--middlegrey);
}

#rubric-static-view .topic {
    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 var(--middlegrey);
    border-left: 1px solid var(--middlegrey);
}

#rubric-static-view .border-top {
    border-top: 1px solid var(--middlegrey);
}

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

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

/** Resources page **/

.page-resources .add-news-row,
.page-resources .submit-news-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.page-resources .submit-news-row{
    padding-right: 20%;
}

.page-resources .submit-news-row.right input:first-child{
    margin-left: auto;
}

.page-resources .add-news-row label{
    width: 60px;
}

.page-resources .add-news-row input,
.page-resources .add-news-row textarea{
    width: 80%;
    box-sizing: border-box;
}

.page-resources .news-container {
    width: 80%;
    max-width: 1000px;
    margin: 10px auto;
}

.page-resources .news-header {
    display: flex;
    padding: 0 20px;
    align-items: center;
}

.page-resources .news-header .small,
.page-resources .addnews {
    margin-left: auto;
}

.page-resources .wixie-news-list {
    margin: 10px auto;
    padding: 20px;
    border: 1px solid var(--middlegrey);
    background-color: var(--white);
    overflow-x:hidden;
}

.page-resources .news-add-item {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid var(--middlegrey);
    background-color: var(--white);
}

.page-resources .news-list-item {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    align-items: top;
}

.page-resources .wixie-news-list li:not(:last-child) {
    border-bottom: 1px solid var(--middlegrey);
}

.page-resources .news-list-item img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.page-resources .news-item-details {
    flex: 1;
}

.page-resources .news-item-header {
    display: flex;
    align-items: center;
}

.page-resources .news-date {
    margin-left: auto;
    margin-right: 10px;
    font-size: .8em;
    color: var(--grey);
}

.page-resources .news-item-details p{
    margin-top: 10px;
}

.page-resources .material-icons.edit {border:none;color: var(--primary-color-dark) ;position: relative;top: 0px;font-size: 20px;}

/** End Resources page **/

/** Training Page **/

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

.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 .edit {
    margin-left: auto;
    padding-left: 5px;
    padding-top: 2px;
    width: 44px;
}

/** globalErrorHandler page **/

.error-message-container {
    border:1px solid var(--primary-color);
    border-radius:4px;
    margin:2em auto;
    padding:24px 12px;
}

.error-message-container p {
    margin-top: 30px;
}


/** 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-size: 1.1em;
    margin-right: 20px;
}

.project-list-sort-option {
    cursor: pointer;
    color: var(--primary-color);
    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 var(--grey);
        background: var(--lightgrey);
        margin: 10px;
    }

li.project-list-item:hover {
        border: 1px solid var(--primary-color);
    }

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

.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-size: 1.2em;
    margin-left:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

.score {
    display: inline-block;
    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 var(--lightgrey);
    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 var(--lightgrey), 0 0 0 6px var(--primary-color);
    cursor: pointer;
}

/** end profile pictures dialog  **/



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

/** ********** WIDGETS GENERAL    ************ **/
button.options {
    background: var(--white);
    border-radius: 50%;
    border: 1px solid var(--grey);
    color: var(--grey);
    text-align:center; 
    width:34px;  
    height: 34px;
    margin-left:auto;
    box-sizing:border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel.projects .projects button.options {
    position: absolute;
    right: 5px;
    top: 5px;
}

button.options svg {
    fill: var(--primary-text);
    height: 22px;
    width: 22px;
    position: relative;
    pointer-events: none;
}

button.options:hover {
    border-radius:50%;
    background-color:var(--primary-color-light);
    color: var(--darkgrey);
}

button.options:focus{
    border-radius:50%;
    color:var(--primary-color);
    background-color:var(--primary-color-light);
    outline: none;
    border: 1px solid var(--primary-color);
}

.page-portfolio button.options,
button.options.play-project {
    display:none;
}

.projects.showcase button.options.play-project,
.projects.highlights button.options.play-project{
    display:inline-block;
}

.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    ********** **/


/** ********** SEARCHBOX WIDGET  *************** **/
.widget.searchbox {
    background: var(--white);
    border: 1px solid var(--middlegrey);
    border-radius: 4px;
    padding: 4px 4px 4px 14px;
    position: relative;
    margin: 10px;
    border-radius: 19px;
    box-sizing: border-box;
}

.widget.searchbox > .flexrow > * {
    border:none;
}

.widget.searchbox > .flexrow > input[type="text"] {
    flex:4;
}

/** ********** END SEARCHBOX WIDGET ************ **/



/**  **********  PROJECT MANAGER RIGHT PANEL  *************** **/
.page-projectmanager.student .panel.projects > h4:first-of-type {
    order:0;
}

.page-projectmanager.student .panel.projects > .new.assignments {
    order:2;
    border-bottom: 1px solid var(--middlegrey);
}

.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;
    display:none;
}

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

.page-projectmanager .panel.projects > .projects.layout-list {
    flex-direction:column;
    padding-bottom:20px;
}

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

.page-projectmanager .panel.projects > .grey.italic.message.noresults {
    order: 120;
    text-align: center;
    margin: 40px 0;
    position: relative;
    font-size:1.2em;
}

.page-projectmanager .panel.projects > .grey.italic.message.noresults .new-button-svg{
    margin-left:50px;
    height:100px;
}

.page-projectmanager .panel.projects > .grey.italic.message.noresults .new-button-message{
    font-weight:bold;
}

.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 var(--middlegrey);
}

.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;    
}

.widget.project svg.complete,
.widget.project svg.comment {
    margin-left: auto;
    height: 34px;
    width: 34px;
    fill: var(--primary-color);
    position: absolute;
    top: 5px;
    background: #ffffff;
    border-radius: 50%;
}

.page-projectmanager.student  .widget.project.team.new .title.header:after,
.page-students .projects.layout-tile .title.header > .assignment.title:before {
    content:"New";
    color: var(--white);
    background-color: var(--primary-color);
    border-radius: 4px;
    padding: 0 6px;
    margin-left: 12px;
}

.page-students .projects.layout-tile .title.header > .assignment.title:before {
    margin-left:0;
}

.page-projectmanager.student.es_ES  .widget.project.team.new .title.header:after {
    content:"Nuevo";
}

.page-projectmanager.student.fr_FR  .widget.project.team.new .title.header:after {
    content:"Nouveau";
}

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


/** **********  PROJECT MANAGER LEFT PANEL  ******************************** **/

.page-projectmanager.student .folders .notification {
    border-radius: 50%;
    color: var(--white);
    background: var(--red);
    padding: 2px 6px;
    margin-right: 10px;
}
/** **********  END PROJECT MANAGER LEFT PANEL  **************************** **/


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


/**  ********** LOAD MORE BUTTON HOLDER AND BUTTON IN PROJECTMANAGER ******* **/

.page-projectmanager .panel.projects > ul.projects > .holder.loadmore {
    order: 10000;
    padding: 10px;
    justify-content: center;
    width: 100%;
    display: flex;
    height: 32px;
    border: none;
    grid-column: 1/-1;
    margin-top:10px;
    flex-direction: row;
    max-width: unset;
}

.page-projectmanager .panel.projects > ul.projects > .holder.loadmore > :first-child {
    margin-right:unset;
    width:unset;
    max-width:unset;
}


/**  ********** END LOAD MORE BUTTON HOLDER AND BUTTON IN PROJECTMANAGER *** **/


/** **********  HIGHLIGHTS LINK IN PROJECTMANAGER (STUDENT) ** **/
.widget.highlightslink {
    align-items: center;
    padding:12px;
    background: var(--white);
    border-bottom: 1px solid var(--middlegrey);
}

.widget.highlightslink label,
.widget.highlightslink a,
.widget.highlightslink textarea,
.widget.highlightslink button.copy {
    display:none;
}

.widget.highlightslink button.secondary {
    margin-left:5px;
}

.widget.highlightslink button.play-all {
    margin:0 0 0 auto;
}

/** **********  END HIGHLIGHTS LINK IN PROJECTMANAGER (STUD ** **/



/** **********  WIDGET NAVBAR ********** **/
.widget.navbar {
    border-bottom:1px solid var(--middlegrey);
    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;
    align-items:center;
}

.widget.navbar > li svg,
.widget.chooser > li svg{
    fill: goldenrod;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.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: var(--middlegrey);
}

.widget.navbar button.flex.container.flexrow {
    align-items: center;
}

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


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

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

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

.widget.projectinfo > * > label {
    flex:0 0 90px;
    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 ADD STANDARD  *********  **/ 
.widget.form.add.standard {
    border:0;
    margin:0 auto;
    padding:20px 0;
    width:90%;    
}

.widget.form.add.standard > * {
    margin-bottom:10px;
    max-height:40px; 
    max-width: unset;
}

.widget.form.add.standard > select > option {
    max-width:780px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

/** ********** END WIDGET ADD STANDARD  *****  **/


/** ********** WIDGET ASSIGNMENT ************  **/

.widget.assignments.teacher > li > .option {
    cursor:pointer;
}

.projects.layout-list > * > .preview > .hide {
    display:none;
}

.projects.layout-list label.withcolon {
    margin-right:4px;
}

.projects.layout-list .material-icons.large.grey {
    color:var(--grey);
}

.assignment.message.none {
    background-color:var(--white);
    padding:20px;
    font-size:.9em;
    font-style:italic;
    color:silver;
}

.widget.assignment {
    background-color: var(--lightgrey);;
    border:1px solid var(--middlegrey);
    cursor:pointer;
    width: 200px;
}


.projects.assignments.layout-list .preview .material-icons.small.grey {
    position: relative;
    top: -15px;
    left: 15px;
    color: var(--grey);
    background-color: var(--white);
    border-radius: 4px;
}

.projects.assignments.layout-list .preview svg {
    height: 20px;
    width: 20px;
    fill: var(--grey);
    position: relative;
    top: -15px;
    left: 15px;
    background: var(--white);
}

.student .assignments.layout-list .preview .material-icons.small.grey,
.student .assignments.layout-tile .preview .material-icons.small.grey{
    display: none;
}

.widget.assignment > .details {
    padding: 4px;
}

.widget.assignment > .details span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget.assignment label {
    margin-right:8px;
}

/** ********** END WIDGET ASSIGNMENT ********  **/


/** ********** WIDGET CATEGORIES ************  **/
.widget.categories.move {
    min-height:80px;
    max-height:300px;
    padding:12px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

.widget.categories.move > li > button.flex{
    flex:1;
}

.widget.category > * > .list.icon.assessment_folder {
    width: 24px;
}

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

.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;
    display:none;
}

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

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

/** ********** 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.3); /* Black w/ opacity */
}

.modal-header-title {
    font-size: 1.2em;
    font-weight: 500;
    max-width: 650px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

.modal-header-title.toggle {
    max-width: unset;
}

/* Modal Content/Box */
.modal-content,
.modal-content.show {
    display:flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: var(--white);
    margin: 3% auto 0;
    border: 1px solid var(--grey);
    box-shadow: 0px 0px 6px var(--grey);
    width: 70%; 
    max-height: 90%;
    max-width: 1100px;
    z-index: 20000;
    border-radius: 10px;
    overflow: hidden;
}

.modal-content:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(99 99 99);
}

.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: 400px;
}

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

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

#dialog-edit-alt-text input {
    width: 90%;
    margin: 10px;
}

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

.modal-content.subscribe.show {
    max-width:600px;
}

.modal-content.subscribe.show .modal-header{
    display:none;
}

.page-editor.ipad #dialog-chooser .modal-footer button.secondary.file,
.page-editor.iphone #dialog-chooser .modal-footer button.secondary.file ,
.page-editor.android #dialog-chooser .modal-footer button.secondary.file {
    display: none;
}

.modal-message {
    padding: 10px;
    word-break: break-word;
}

.modal-message.alert {
    user-select: text;
}

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

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

.modal-content .library-holder > .library-tabs > [data-action="wasabi"] {
    display: none;
}

.modal-content.show.image,
.modal-content.show.backgroundSound,
.modal-content.show.backgroundImage{
    width: 90%;
    max-width: 900px;
}

.modal-content.show.video {
    max-width:900px;
}

.modal-content.video .library-tab.search {
    cursor:default;
}

.modal-content.video .search-box {
    display: none;
}

.camera_control.view_small,
.camera_control.view_normal{
    display: none;
}

.modal-content .svg_assignment_icon {
        display: none;
    }

.modal-header {
    height: 56px;
    padding: 14px;
    box-sizing:border-box;
}

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

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

.modal-header.filter-assignments {
    margin-bottom:0;
}

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

.modal-content.rosters {
    max-width:1100px;
}

.rosters .modal-body {
    overflow:auto;
}

.rosters .modal-header {
    height:unset;
    padding-bottom:0;
}

.rosters .modal-header-title {
    max-width: unset;
    display: flex!important;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
}

.rosters .modal-header-title input{
    border-radius: 16px;
    padding-left: 15px;
    margin-left:auto;
    height: 22px;
    max-width: 150px;
}

.rosters .modal-header-title input:focus{
    outline:none;
    border:1px solid var(--black);
}

.modal-body.classes.addedit {
    padding:10px;
}

.modal-body.classes.addedit .widget.tab-layout {
    padding:0;
}

.modal-body.settings.teacher .header,
.modal-body.classes.addedit .header {
    height: 34px;
    align-items: center;
    display: flex;
    padding-left: 5px;
}

.modal-body.classes.addedit .widget.tab-layout button.active {
    top:1px;
}

.switch {
    margin-left:auto;
}

.modal-content.video .modal-body {
    flex: 1;
    display: flex;
}

.modal-body progress {
    margin: 20px 5% 0;
    width: 90%;
    height: 30px;
}

.modal-body progress::-webkit-progress-bar {
  background-color: var(--middlegrey);
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.modal-body progress::-webkit-progress-value {
    background-color: var(--primary-color);
    border-radius: 2px;
}

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

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

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

#dialog-share svg {
    height:24px;
    width:24px;
    fill:var(--primary-color-dark);
    vertical-align: middle;
}

#dialog-share .share-advanced-label p {
    display:flex;
    align-items:center;
}

.modal-content.share.url .modal-section-row.authkey,
.modal-content.share.url .modal-section.email, 
.modal-content.share.url .holder-share-view,
.modal-content.share.url .embedcode,
.modal-content.share.url .qr-print,
.modal-content.share.url .require-key {
    display:none;
}

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

#dialog-choose-assessment .modal-body {
    display: flex;
    flex-direction: column;
}

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

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

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

.modal-body.widget.subscription .promocode {
    display:none;
}

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

.modal-section.first {
    margin: 20px;
}

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

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

#dialog-share > .modal-body > :first-child > .holder.checkbox {
    display:none;
}

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

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

#dialog-share .modal-section-row.qr {
    margin: 20px 0 40px 10px;
    display:flex;
    align-items:center;
}

#dialog-share .modal-section-row.shareoptions button {
    margin-right: 20px;
    border: 1px solid var(--primary-color-dark);
    border-radius: 22px;
    height: 44px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    background: var(--lightgrey);
    color: var(--primary-color-dark);
}

.single #dialog-share .modal-section-row.shareoptions #share-classroom,
.single #dialog-share .modal-section-row.shareoptions #share-qr{
    display:none;
}


#dialog-share .modal-section-row.qr button {
    margin-left:20px;
}

#dialog-share .modal-section-row.shareoptions button svg,
#dialog-share .modal-section-row.qr button svg{
    margin-right: 10px;
}

#dialog-share  .flexrow.holder.checkbox {
    align-items: flex-end;
}

#dialog-share .holder-share-view {
    display:none;
}

#dialog-share #share-embed {
    display:none;
}

.student #dialog-share  .flexrow.holder.checkbox{
    display: none;
}

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

#dialog-share .share-advanced-label {
    color: var(--primary-color-dark);
}

#dialog-share .share-advanced-label .material-icons {
    font-size: 1em;
    line-height: 1.5em;
}


#dialog-share .modal-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#dialog-share .modal-footer > .holder.checkbox label{
    margin-left: 5px;
    position: relative;
    top: -1px;
}

#dialog-share .modal-footer button.secondary {
    margin-left:auto;
}

.teacher.single #dialog-share .modal-section-row.require-key {
    display:none;
}

.embedded .modal-section-row.qr {
    display: none;
}

.android #dialog-share .qr-print {
    display: none;
}

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

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

.modal-social-image {
    vertical-align: middle;
    margin: 0 4px 0 4px;
    height: 24px;
}

#dialog-share svg.modal-qr-image,
.modal-qr-image {
    margin-right: 20px;
    fill: var(--primary-color-dark);
    height: 44px;
    width: 44px;
    border-radius: 4px;
    padding: 4px;
    border: 1px solid var(--primary-color-dark);
}

#dialog-share .familiesoptions h3{
    margin: 10px 0;
    border-bottom:1px solid var(--grey);
    padding-bottom:10px;
}

#dialog-share .familiesoptions li{
    display:flex;
    align-items:center;
    margin-bottom:10px;
}

#dialog-share .familiesoptions li:not(:last-child){
    border-bottom:1px solid var(--middlegrey);
    padding-bottom:10px;
}

#dialog-share .familiesoptions li input{
    margin-right:10px;
}

#dialog-share .familiesoptions li div{
    flex:1;
}

#dialog-share .familiesoptions li span{
    display:block;
}

#dialog-share .familiesoptions li span.classname{
    font-weight:500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

#dialog-share .modal-textarea {
    max-width: unset;
    width: 100%;
}

#dialog-share .url .modal-textarea {
    width: 80%;
}

#dialog-share .noemails {
    margin-top:30px;
}

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

.modal-textarea {
    height: 65px;
    vertical-align: top;
    width: 78%;
    border: 1px solid var(--middlegrey);
    max-height: 150px;
    max-width: 80%;
    padding: 5px;
    line-height: 1.4em;
    box-sizing: border-box; 
    -webkit-appearance: none;
    resize: none;
}

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

#share-classroom-label.modal_label {margin-right: 20px;font-size: .9em;}

.modal-footer {
    padding: 10px 20px;
    border-top: 1px solid var(--middlegrey);
    text-align: right;
    background-color: var(--lightgrey);
    justify-content: flex-end;
}

.copyfolder.progress.show .modal-footer > .secondary:first-child {
    margin-right:12px;
}

#dialog-recording-confirm .modal-footer,
#dialog-qrcodes .modal-footer{
    display: flex;
    flex-direction: row;
}

#dialog-qrcodes .modal-footer select{
    margin-right:auto;
}

.modal-footer.flex.container {
    justify-content: flex-end;
}
    
.modal-footer .link {
    margin-left: auto;
    padding: 5px;
}

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

.modal-content.show.import {
    flex: 1;
    height: 80%;
}

.modal-content.import {
    position:relative;
}

#import-busy {
    position: absolute;
    top: 0px;
    left: 0px;
    background:white;
    visibility:hidden;
}
#import-busy.progressIndicator {
    padding-top:0;
}
#import-busy.progressIndicator > img {
    margin-top: 20%;
}

#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 var(--darkgrey);
    margin: 5px;
    cursor: pointer;
}

#import-list .active {
    box-shadow: 0px 0px 0 5px var(--primary-color);
}

.android .modal-social-section,
.iphone .modal-social-section,
.ipad .modal-social-section {
    display: none;
}

.safari #share-copy-url,
.safari #share-copy-embed{
    display: none;
}

.iphone #share-copy-url,
.iphone #share-copy-embed,
.ipad #share-copy-url,
.ipad #share-copy-embed{
    display: none;
}

.iphone #share-link-url,
.iphone #share-embed-html,
.ipad #share-link-url,
.ipad #share-embed-html {
    -webkit-user-select: text;
    -webkit-touch-callout: default;
    overflow-y: auto;
    display: inline-block;
}

.windows .library-camera-switch,
.apple .library-camera-switch,
.android .library-camera-switch,
.unknown .library-camera-switch,
.chromebook .library-camera-switch,
.chromeos .library-camera-switch,
.windows .camera_control.switch_camera,
.apple .camera_control.switch_camera,
.android .camera_control.switch_camera,
.unknown .camera_control.switch_camera,
.chromebook .camera_control.switch_camera,
.chromeos .camera_control.switch_camera{
    display: none;
}

.palette_button.switch_camera {
    display: inline-block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    justify-self: center;
    user-select: none;
    padding: 7px;
    box-sizing: border-box;
    background-image:url(/images/themes/1/button_switch_camera.svg);
}

.modal-message.confirm .material-icons.revert_confirm {
    color: var(--red);
    font-size: 2em;
    position: relative;
    top: 5px;
}

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

/** ********** WIDGET MOVE DIALOG ***********  **/
.widget.categories.move > .widget.category {
    display: flex;
    align-items: center;
    padding:0 8px;
}

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

#dialog-moveto .modal-header-title .widget {
    padding:0px;
}

.widget.categories.move > li > :first-child {
    padding:0;
    pointer-events: all;
}

.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:var(--primary-color-light);
}

#dialog-moveto[data-purpose="dialog"] .newfolder {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding:0;
    width: 90%;
    margin: 20px 0 0 20px;
}

#dialog-moveto[data-purpose="dialog"] button.link {
    margin: 0 0 0 13px;
    width: 36px;
    height: 36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
}

#dialog-moveto[data-purpose="dialog"] button.link:hover {
    background: var(--lightgrey);
}

#dialog-moveto[data-purpose="dialog"] button.link svg{
    margin:0;
}

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

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

#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;
}

#dialog-moveto button.icon-only.moveto {
    display:flex;
    align-items: center;
}

/** ********** 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,
.widget.new-folder .flexrow {
    height:34px;
    line-height:34px;
    padding: 4px 12px;
}

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

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

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

.widget.form.rows .flexrow > :last-child,
.widget.new-folder .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:96%;
}

.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;
}

.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;
}

.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;
}

.projectSettings .library-tabs {
    border-bottom: 1px solid var(--middlegrey);
    box-sizing: border-box;
    padding-left: 20px;
}

.projectSettings .library-tab {
    position: relative;
    top: 1px;
}

/** ********** 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;
}

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

/** ********** 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 var(--middlegrey);
    box-sizing: border-box;
    border-radius:2px;
    height:34px;
    line-height:34px;
    padding:0 4px;
    width:99%;
}
/**  ********** END WIDGET RENAME  **********  **/


/**  ********** WIDGET STANDARDS  ***********  **/

.modal-content.show .widget.standards {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.widget.standards {
    cursor:default;   
}

.widget.standards > li {
    margin-bottom:12px;
    padding:2px;
}

.widget.standards > li > :first-child > * {
    align-self: flex-start;
}

.widget.standards > li .title {
    font-weight: 600;
    margin-bottom: 5px;
}

.widget.standards > li button.delete {
    align-self:flex-start;
    color:var(--primary-color-dark);
    flex:0;
    margin: 0 4px 0 auto;
    visibility: hidden;
    padding: 4px;
}

.widget.standards > li.active button.delete,
.widget.standards > li:hover button.delete {
    visibility: visible;
}
/**  ********** END WIDGET STANDARDS  *******  **/


/**  ********** WIDGET TEAM  ****************  **/

.widget.team.flex.container {
    height: 326px;
    overflow: hidden;
}

.widget.team.flex.container .flexcolumn {
    display: flex;
    flex:1;
}

.widget.team .class-select,
.widget.team .search {
    margin-bottom: 6px;
}

.widget.team select {
    width: 100%;
    max-width: unset;
    height: 34px;
    font-size: 12pt;
}

.widget.team .flex.container.flexcolumn.list > * {
    margin-left:10px;
}

.widget.team .flex.container.flexcolumn ul {
    border: 1px solid var(--middlegrey);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px;
}

.widget.team.flex.container ul.roster.flex.container > li {
    display:flex;
    flex-direction:row;
    align-items: center;
    height: 40px;
    line-height: 40px;
    min-height: 40px;
}

.widget.team .indicator {
    margin: 0 12px 0 auto;
    min-width: 10px;
    min-height: 10px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-green);
    border-radius: 50%;
}

.widget.teammembers {
    max-height: 450px;
    padding: 0;
    margin: 10px;
}

.widget.teammembers .indicator {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--primary-green);
    border-radius: 50%;    
}

.widget.teammembers .indicator.hidden {
    display: none;
}

.widget.team .flex.container.search.hide {
    display:none;
}

.widget.team .flex.container.search > input {
    border:1px solid var(--middlegrey);
    padding: 0 4px 0 8px;
    width: 100%;
    height: 34px;
    box-sizing: content-box;
}

.widget.team .flex.container.search button.material-icons {    
    color: white;
    background-color: var(--primary-color-dark);
    border: none;
    border-radius: 2px;
    font-family: "Material Icons";
    height:36px;
    margin-left:2px;
    padding: 0px 0px 0px 2px;
    position: relative;
    text-align: center;
    top: 2px;
}

.widget.team .list li[data-type="u"] .name {
    font-style: italic;
}

.widget.team .flex.container.roster > li:not(.disable):hover {
    background-color:var(--lightgrey);
}

.widget.team .flex.container.roster > * > :first-child {
    flex:1;
    padding-left:2px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

.widget.team .flex.container.roster li.teacher span.name {
    display:block;
    line-height:1em;
}

.widget.team .flex.container.roster li:not(.teacher) span.org.name {
    display:none;   
} 

.widget.team .flex.container.roster li.teacher span.name:not(.org) {
    margin-bottom:2px;
}

.widget.team .flex.container.roster li.teacher span.org.name {
    font-size: .7em;
    color: var(--darkgrey);    
} 

.widget.team .footer {
    display:none;
}

/**  ********** END WIDGET TEAM  ****************  **/

/** DIALOG GOOGLE STUDENT IMPORT **/

.modal-content.google .holder.checkbox.selectall {
    padding:12px;
    border-bottom:1px solid var(--middlegrey);
}

.modal-content.google input[type="checkbox"] {
    margin-right:10px;
}

.modal-content.google li {
    display:flex;
    align-items:center;
    margin-top:5px;
}

.modal-content.google p {
    margin:10px 20px;
}

.modal-content.google button {
    margin-left:10px;
}

.modal-content.google.courses.show .modal-body > section > .widget.list.display.checkboxes.students li.nolastname > span.name {
    font-style:italic;
}

.modal-content.google.courses.show .message{
    margin:10px 0;
}

/** END DIALOG GOOGLE STUDENT IMPORT **/

/**  ********** WIDGET TEAM  ****************  **/

.widget.team.flex.container {
    height: 326px;
    overflow: hidden;
}

.widget.team.flex.container .flexcolumn {
    display: flex;
    flex:1;
    max-width:50%;
}

.widget.team .class-select,
.widget.team .search,
.widget.team .header{
    margin-bottom: 6px;
}

.widget.team select {
    width: 100%;
    max-width: unset;
    height: 34px;
    font-size: 12pt;
}

.widget.team .flex.container.flexcolumn ul {
    border: 1px solid var(--middlegrey);
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
    padding: 4px;
    flex-direction: column;
    flex:1;
}

.widget.team.flex.container ul.roster.flex.container > li {
    display:flex;
    flex-direction:row;
    align-items: center;
    height: 40px;
    line-height: 40px;
    min-height: 40px;
    padding: 0 4px;
    box-sizing: border-box;
}

.widget.team.flex.container ul.roster.flex.container > li.nousers {
    margin-left: 5px;
    font-style: italic;
}

.widget.team .indicator {
    margin: 0 12px 0 auto;
    min-width: 10px;
    min-height: 10px;
    width: 15px;
    height: 15px;
    background-color: var(--primary-green);
    border-radius: 50%;
}

.widget.teammembers {
    max-height: 450px;
    padding: 0;
    margin: 10px;
}

.widget.teammembers .indicator {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 10px;
    min-width: 10px;
    min-height: 10px;
    width: 10px;
    height: 10px;
    background-color: var(--primary-green);
    border-radius: 50%;    
}

.widget.teammembers .indicator.hidden {
    display: none;
}

/** TOGGLE  **/
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 70px;
	height: 30px;
	padding: 3px;
	background: linear-gradient(to bottom, var(--middlegrey), var(--white) 25px);
	background-image: -webkit-linear-gradient(top, var(--middlegrey), var(--white) 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: var(--lightgrey);
	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);
}

input[type="checkbox"].switch-input:focus {
	height:30px;
        width:70px;
	opacity: 1;
}

.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: var(--primary-text);
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: var(--white);
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: var(--primary-color-dark);
	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:var(--middlegrey);
}

.disable .name {
    color:var(--grey);
}

.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, var(--white) 40%, var(--lightgrey));
	background-image: -webkit-linear-gradient(top, var(--white) 40%, var(--lightgrey));
	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, var(--middlegrey), var(--white));
	background-image: -webkit-linear-gradient(top, var(--middlegrey), var(--white));
	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  **/

.widget.team .flex.container.search.hide {
    display:none;
}

.widget.team .flex.container.search > input {
    border:1px solid var(--middlegrey);
    padding: 0 4px;
    width: 100%;
    height: 34px;
}

.widget.team .flex.container.search button.material-icons {    
    color: white;
    background-color: var(--primary-color-dark);
    border: none;
    border-radius: 2px;
    font-family: "Material Icons";
    height:36px;
    margin-left:2px;
    padding: 0px 0px 0px 2px;
    position: relative;
    text-align: center;
    top: 2px;
}

.widget.team .list li[data-type="u"] .name {
    font-style: italic;
}

.widget.team .flex.container.roster > li:not(.disable):hover {
    background-color:var(--lightgrey);
}

.widget.team .flex.container.roster > * > :first-child {
    flex:1 0 auto;
    padding-left:2px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
}

.teacher > .name > * {
    display: block;
    height:12px;
    line-height:12px;
    width: 100%;
}

.teacher > .name > :first-child {
    margin:4px 0 2px;
}

.teacher > .name > .orgname {
    color:var(--darkgrey);
    font-size: 10px;
    font-style:italic;
    font-weight: bold;
}

.modal-content.show.team.locked > .modal-footer {
    display: flex;
    justify-content: flex-end;
}

.modal-content.show.team.locked > .modal-footer > button.left {
    margin-right:auto;
}

.widget.teammembers li {
    margin-bottom: 1em;
}

.widget.teammembers li.account {
    font-weight:bold;
}

.widget.teammembers li.account::before {
    content: "You - ";
}

.widget.teammembers li.owner {
    font-style: italic;
    color:var(--grey);
}

#dialog-teammanager button.rosters.noclasses {
    background-image:none;
    border:none;
    cursor:default;
    padding-left:0;
}


#dialog-teammanager .modal-footer {
    align-items: center;
    justify-content: flex-end;
}

#dialog-teammanager .modal-footer > .left {
    margin-right:auto;
    text-align: left;
}

#dialog-teammanager .modal-footer > .left input{
    position: relative;
    top:-2px;
}

#dialog-teammanager .modal-footer > .checkbox.allow.import > label > [type="checkbox"] {
    margin-left:12px;
}

.classroom #dialog-teammanager button.rosters.noclasses,
.classroom .widget.team .flex.container.search > input {
    display: none;
}

/**  ********** END WIDGET TEAM  ************  **/

/**  ********** MEDIA DIALOG  ************  **/

.modal-content.show .library-holder {
    display: flex;
    flex-direction: column;
    min-height: 450px;
    width: 100%;
    flex:1;
}

.modal-content.show .settings-holder {
    display: flex;
    flex-direction: column;
    flex: 1;
}

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

.ipad .library-content {
    height: 420px;
}

.library-content.camera {
    max-width: 100%;
    margin: 5px;
}

.library-content.camera.image {
    margin: 10px auto;
}

.library-content.not-supported {
    margin: 10px auto;
    padding: 20px;
}

.library-camera-container {
    position:relative;
    height: 100%;
}

.safari.ipad .library-camera-container {
    height: unset;
}

.library-content.camera.image .library-camera-container {
    max-width:800px;
    margin:0 auto;
}

.library-camera-preview {
    height:100%;
    width: 100%;
}

.library-camera-controls {
    position:absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.control-buttons {
    flex:1;
    display: flex;
    align-items:center;
    justify-content:center;
}

.library-camera-controls .camera_control[disabled="true"],
.library-camera-controls .camera_control[disabled="disabled"],
.library-camera-controls .camera_control[disabled=""]{
    display: none;
}

.camera_control.switch_camera{
    margin-right:60px;
}

.camera_control.preview,
.camera_control.preview_stop{
    margin-left:60px;
}

.library-container-small {
    height: 200px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.library-content-small {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.ios-camera-chooser {
    display: none;
}

#canvas-for-snapshot {
    width: 90%;
    height: 90%;
}

.nosearchresults {
    margin: 10px;
    font-style: italic;
}

/**  ********** END MEDIA DIALOG  ************  **/


/** Project Widget  **/

.layout-tile {
    justify-content: center;
    padding:10px;
    display: grid;
    grid-gap: 20px;
}

.layout-tile.projects {
    grid-template-columns: repeat(auto-fit, minmax(300px, 420px));
    order:2;
}

.layout-tile.categories {
    grid-template-columns: repeat(auto-fit, minmax(140px, 230px));
}

.projects .projects.layout-tile > li,
.projects .assignments.layout-tile > li,
.assignments.layout-tile > li{
    display: flex;
    flex-direction: column;
    cursor:default;
    border: 1px solid var(--middlegrey);
    background-color: var(--white);
    border-radius: 8px;
    position: relative;
}

.projects .projects.layout-tile > li:hover {
    box-shadow: var(--primary-color) 0 0 6px 2px;
}

.projects .projects.layout-tile > li.loadmore:hover {
    box-shadow: none;
}

.projects .categories.layout-tile > li{
    cursor:default;
    border: 1px solid var(--middlegrey);
    border-radius: 6px;
}

.projects .widget.categories li.category {
    display: flex;
    flex-direction: row;
    height: 48px;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--white);
    position: relative;
}

.projects > .projects.trash > li > .preview, 
.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;
}

.widget.assignments.layout-tile .preview,
.projects.layout-tile .preview,
.new.assignments.layout-tile .preview{
    display: block;
}

.projects.layout-tile li.new button.preview {
    cursor:default;
}

.widget.assignments.layout-tile .preview:focus {
    outline: none;
    box-shadow: 0px 0px 0px 2px  black;
}

.projects.layout-tile .preview .material-icons.small.grey {
    position: relative;
    top: -30px;
    left: 70px;
    color: var(--grey);
    background-color: var(--white);
    border-radius: 4px;
}

.projects.layout-tile .preview svg {
    position: relative;
    top: -30px;
    left: 70px;
    fill: var(--grey);
    background-color: var(--white);
    border-radius: 4px;
    height:20px;
    width:20px;
}

.projects.layout-tile .teacherholder,
.projects.layout-tile .projecticons,
.projects.layout-tile .owner,
.projects.layout-tile .description-holder {
    display:none;
}

.widget.assignments.layout-tile .details,
.projects.layout-tile .details,
.new.assignments.layout-tile .details {
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    align-items: center;
}

.widget.assignments.layout-tile .title.header,
.projects.layout-tile .title.header,
.new.assignments.layout-tile .title.header{
    overflow:hidden;
    margin-bottom:8px;
    font-size: 1.1em;
    order: 1;
    margin: 10px;
}

.projects.layout-tile .title.header > .assignment.title > * {
    display: flex;
    align-self: center;
}

.projects.layout-tile .title.header > .assignment.title > svg {
    max-width: 24px;
    min-width:24px;
    margin-right:4px;
}

.widget.assignments.layout-tile .date,
.projects.layout-tile .date,
.new.assignments.layout-tile .date{
    align-items: center;
    order: 3;
    margin-left: 10px;
    margin-bottom: 8px;
    color: var(--grey);
}

.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;
    width:100%;
    margin:0 auto;
    border-radius: 8px 8px 0 0;
    background-color: var(--white);
}

.new.assignments.layout-tile .preview svg {
    display: none;
    left: 84px;
    height: 24px;
    position: relative;
    width: 24px;
    top: -28px;
    fill: var(--grey);
    background: var(--white);
}

.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;
}

.widget.project .team-icon-students,
.widget.project .team-count {
    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 var(--primary-color);
    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: var(--lightgrey);
    border:1px solid var(--primary-color);
    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),
.trash.layout-tile > * > .details > :not(.title):not(.date):not(.threedots){
    display:none;
}

.projects.layout-list .actions {
    display:flex;
    width: 125px;
}

.projects .details div.teacher {
    display:none;
}

.projects .details div.owner {
    display:none;
    order: 2;
    width: 100%;
}

body.page-projectmanager.student .widget.project[data-type="o"] .actions {
    visibility: hidden;
}
                    
.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,
.projects.layout-list .material-icons.comment {
    cursor: default;
}

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

.projects.layout-list .comment {
    order:4;
    position: relative;
    top: 1px;
}


.projects > .project.newcomment .comment {
    fill:cornflowerblue;
} 


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

.projects.layout-list.highlights .portfolio {
    display: none;
}

.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,
.projects.layout-tile .team-icon-students,
.projects.layout-tile .team-count {
    display: none;
}

.projects.layout-list .details .details-teacher,
.projects.layout-tile .details .details-teacher,
.page-projectmanager .projects .details .details-student,
.holder.projects.students .projects.layout-tile 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;
}

.page-projectmanager.student .projects .details .details-student {
    cursor:default;
    flex-direction:row;
    align-items:center;
    margin-top:4px;
}

.projects li[data-isteam="false"] .details > .owner, 
.projects .details > .teacher img[src=""], 
.projects .details > .owner.flex img[src=""], 
.assignments > [data-type="assignment"] > .teacher img[src=""] {
    display:none;
}

.projects .details > .teacher img:not([src=""]) + div.defaultprofile,
.assignments > [data-type="assignment"] > .teacher img:not([src=""]) + div.defaultprofile {
    display:none;
}

.projects[data-type="projects"] .details > .owner.flex {
    display:none;
}

.projects.layout-detail .preview .material-icons.small.grey {
    position: absolute;
    bottom: 10px;
    left: 180px;
    color: var(--grey);
    background-color: var(--white);
    border-radius: 4px;
}

.projects.layout-detail .preview svg {
    position: absolute;
    bottom: 10px;
    left: 180px;
    fill: var(--grey);
    background-color: var(--white);
    border-radius: 4px;
    height:20px;
    width:20px;
}

.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 {
    border:1px solid var(--middlegrey);
    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: var(--white);
    border: 1px solid var(--middlegrey);
}

.projects.layout-detail .preview img.null{
        width: 200px;
        background-color: var(--white);
    }

.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,
.layout-detail .team .details .description{
    display: none;
}

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

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

.page-students .widget.project:not(.team):not(.multimode) .owner {
    display:none;
}
.page-students .widget.project.multimode .owner,
.page-projectmanager .showcase .widget.project .owner {
    display:block;
    margin-bottom: 5px;
    font-size: 1em;
    margin-left: 5px;
}

.page-students .widget.project.multimode .defaultprofile,
.page-projectmanager .showcase .widget.project .owner .defaultprofile {
    display:none;
}

.projects.showcase.layout-tile .details div.owner {
    display:flex;
    align-items:center;
    margin-left: 10px;
}

.projects.showcase.layout-tile .details div.owner img,
.projects.showcase.layout-tile .details div.owner div.defaultprofile{
    display:none;
}

.projects.showcase.layout-tile .details div.owner .name {
    font-style: none;
    color: var(--grey);
    font-size:.9em;
}

/** 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: var(--middlegrey);    
}

.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: var(--primary-text);
    cursor:default;
    font-size: inherit;
}

.summary.advanced.search.results {
    border-bottom: 1px solid var(--middlegrey);
    background-color: var(--white);
}

.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:var(--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:var(--grey);
    margin-left:auto;
    margin-right:6px;
}

h3.advanced.search.results,
div.advanced.search.results {
    height: 40px;
    min-height: 40px;
    line-height: 30px;
}

/** end advanced search results **/



/** player inside of dialog  **/
.modal-content.show #htmlplayer {
    height:400px;
}
/** end player inside of dialog  **/



/** widget breadcrumb **/
.widget.breadcrumb {
    background-color:var(--white);
    border:1px solid var(--lightgrey);
    border-width:0 0 1px;
    box-sizing: border-box;
    min-height:44px;
    padding-left:16px;
    font-weight: 500;
    flex-wrap: wrap;
}

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

.widget.breadcrumb > li {
    cursor:default;
    display:flex;
    flex-direction:row;
    flex:0 0 auto;
    line-height: 34px;
    align-items:center;
}

.widget.breadcrumb > li:not(:last-child) {
    color: var(--primary-color);
    cursor:pointer;
}

.widget.breadcrumb > li:not(:first-child):before {
    content:">";
    margin:0 5px;
    cursor: default;
    color: var(--primary-text);
}

.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;
}

.widget.students > li > .student_profile_initial,
.students .student_profile_initial{
    display: inline-flex;
    background: var(--primary-color-dark);
    color: var(--white);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 24px;
    box-sizing: border-box;
    padding-right: 1px;
    cursor: pointer;
    margin-right: 8px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
    line-height: 24px;
}


/** End Student widget  **/

   
/** Popup Menu **/
.popup {
    background-color:var(--lightgrey);
    border:3px solid var(--white);
    border-radius:10px;
    overflow:hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    width:200px;
    top: 20px!important;
    right: 20px!important;
    left: unset!important;
}

.popup li {
    cursor:pointer;
    font-size: .875em;
    font-weight:500;
    padding:10px 15px;
    display: flex;
    align-items: center;
}
        
.popup li:not(:last-child) {
    border-bottom:1px solid var(--middlegrey);       
}

.widget.display.categories .popup li svg,
.widget.project .popup li svg,
.popup li svg {
    fill: var(--darkgrey);
    height: 22px;
    width: 22px;
    margin-right:10px;
    pointer-events:none;
}

.popup li:hover svg {
    fill: var(--primary-color);
}

.popup li svg,
.popup li span{
    pointer-events: none;
}

.page-projectmanager .popup li[data-action="moveto"],
.page-portfolio .popup li[data-action="removehighlight"]{
    display:none;
}

/** End Popup Menu **/



/** widget toggle view  **/  

.widget.toggle.view {
    display: flex;
    flex-direction: row;
    border:1px solid var(--grey);
    border-radius:4px;
    height:36px;
}

.widget.toggle.view.hide {
    display: none;
}
        
.widget.toggle.view > button:not(:last-child) {
    border-right:1px solid var(--grey);       
}

.widget.toggle.view > button:first-child {
        border-radius: 4px 0 0 4px;    
}

.widget.toggle.view > button:last-child {
        border-radius: 0 4px 4px 0;    
}
        
/** 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 {
    margin: 0 0 10px 10px;
    text-align: left;
}

.widget.assessment thead {
    border-width: 1px 0;
}

.widget.assessment th,
.widget.assessment td {
    border:1px solid var(--grey);
    border-width:0 1px 1px 0;
    padding:4px;
}

.widget.assessment tbody > tr:first-child .topic.component {
    border-top: 1px solid var(--grey);
}

.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: var(--primary-color-light);
    display:table-cell;
}

.widget.assessment tr > :first-child {
    border-width:0 1px 1px 1px;
}


.widget.assessment th {    
    background-color: var(--lightgrey);
    border:1px solid var(--grey);
    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;
}

.page-editor .widget.assessment tr > * {
    cursor:default;
}

.widget.assessment td:first-child > p {
    margin:0 0 4px;
}

.widget.assessment p.component {font-size: .9em; color: var(--darkgrey);}

#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  **/


/** widget assignment form used in the assignment dialog  **/

#dialog-assignment .modal-body {
    display: flex;
    min-height:300px;
}

#dialog-assignment .modal-footer {
    justify-content: flex-end;
}

#dialog-assignment:not( [data-newassignment='true'] ) .modal-footer > button:first-child {
    margin-right:auto;
    width: 40px;
    color: var(--darkgrey);
}

.widget.assign {
    padding:10px;
    flex:1;
}

.widget.assign .flexrow {
    margin-bottom:1em;
    align-items: center;
}

.widget.assign .flexrow.radios-and-roster-selector .right > select {
    padding:0;
}

.widget.assign .right.started {
    border-radius: 50%;
    background-color: var(--grey);
    height: 24px;
    width: 24px;
    margin: 0 10px 0 auto;
}

.widget.assign .right.nostarted {
    border-radius: 50%;
    border: 2px solid var(--grey);
    height: 20px;
    width: 20px;
    margin: 0 10px 0 auto;
}

.widget.assign .right.complete svg {
    fill:var(--grey);
    height: 30px;
    width: 30px;
    margin: 0 10px 0 auto;
    position: relative;
    top: 1px;
    left: 3px;
}

.page-editor .widget.assign .title {
    display: none
}

.widget.assign [type=date] {
    margin-right:12px;
}

.widget.assign .radios-and-roster-selector > * {
    align-items: center;
    display:flex;
    flex:1;
}

.widget.assign .radios-and-roster-selector > .middle {
    align-self: center;
    margin:0 100px;
    max-width:200px;
}

.widget.assign .radios-and-roster-selector > .right {
    justify-content:flex-end;
}

.widget.assign label {
    margin-right:10px;
}

.widget.assign label[contenteditable="true"] {
    border:1px solid var(--primary-color);
    border-radius:2px;
    box-sizing: border-box;
    padding-left:4px;
}

[data-newassignment=true] .widget.assign label[contenteditable="true"] {
    height:34px;
    line-height:34px;
}

.widget.assign label.class {
    margin-left:25px;
}

.widget.assign > div:first-child > label:first-child {
    flex:1 0 auto;
}

.widget.assign > div > label {
    max-width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}   

.widget.assign > div > label.title {
    font-weight: 500;
    font-size: 1.1em;
}  

.widget.assign .team {
    margin-left:auto;
}  

.widget.assign > div:first-child > label:not(:first-child) {
    border-color:orange;
    flex:0 0 auto;
    margin-right:4px;
    min-width:50px;
}

.widget.assign > div:nth-child(3) > select,
.widget.assign > :nth-child(n+3) > [type=checkbox]+label {
    flex:1;
}

.widget.assign .with-border {
    border:1px solid var(--middlegrey);
}

.widget.assign .with-border.select-all {
    background:var(--lightgrey);
    margin-bottom:0;        
}

.widget.assign .with-border.select-all span.status{
    margin-left: auto;
    width: 96px;       
}

.widget.assign .with-border.select-all span.date{
    width: 104px;
    margin-right: 10px;
    text-align: center;       
}

.widget.assign .with-border.select-all > [type=checkbox] {
    background:transparent;
}

.widget.assign .with-border.hidden {
    visibility:hidden;
}

.widget.assign [type=checkbox] {
    cursor:pointer;
    margin-left:8px;
    margin-right:8px;
}

.widget.assign .select-all label,
.widget.assign .list label{
    cursor:pointer;
    padding-left:4px;
    line-height: 40px;
}

.widget.assign .holder.students {
    border:0;
    flex:1;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.widget.assign .holder.students.display {
    border: 1px solid var(--middlegrey);
    border-width:0 1px 1px 1px;
}

.widget.assign .holder.students > li {
    margin-bottom:0;
    padding-right: 10px;
}

.widget.assign .holder.students > li span.status{
    color:var(--darkgrey);
    min-width:94px;
}

.es_ES .widget.assign .holder.students > li span.status{
    min-width:100px;
}

.fr_FR .widget.assign .holder.students > li span.status{
    min-width:111px;
}

.widget.assign .holder.students > li span.date{
    color:var(--darkgrey);
    min-width:104px;
}

.widget.assign .holder.students > li:not(:last-child) {
    border-bottom:1px solid var(--middlegrey);
}

/** end widget assignment  **/


/**  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 #holder-upload {
    padding:12px;
}

.widget.upload .flexrow {
    align-items: center;
}

.widget.upload .flexrow > * {
    margin-right:12px;
}

.widget.upload button.uploading {
    margin-left:20px;
    color:var(--grey);
    background:transparent;
}

.widget.upload #span-filename {
    text-overflow: ellipsis;
    overflow: hidden;
}


/**  export dialog  **/

#dialog-export .gifoptions div:not(.preview) {
    display:none;
}

.modal-content.merge-export.show,
#dialog-export.modal-content.show {
    max-width: 500px;
}

.modal-content.show .export-types {
    padding: 10px;
    overflow: auto;
    display: flex;
    flex: 1;
    flex-direction: column;
}

#dialog-export .modal-body .modal-row {
    min-height:120px;
    padding:0;
    justify-content: center;
    flex: unset;
    margin: 0;
    padding: 0;
}

#dialog-export .export-button.gif,
#dialog-export .export-button.ebook,
#dialog-export .export-button.wixie{
    display:none;
}

#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;
}

.export-progress-status {
    min-width:150px;
    text-align:center;
}

#dialog-export .modal-body .gifoptions .preview {
    flex: 1;
    margin-right: 20px;
    display: inline-flex;
    justify-content: center;
}

#export-cur-holder {
    display:none;
}

.export-button-icon.big {
    height: 100px;
    width: 100px;
    background-size: 100px 100px;
}

#dialog-merge-export.modal-content.show {
    max-width: 540px;
}

#merge_export_project, #merge_export_book {
    display:none;
}

#dialog-merge-export .export-types button:not(#merge_export_project, #merge_export_book){
    display:flex;
    width:100%;
    border: 1px solid var(--white);
}

#dialog-merge-export .export-types button#merge_export_project,
#dialog-merge-export .export-types button#merge_export_print{
    display:none;
}

#dialog-merge-export .export-button-icon {
    flex-basis:auto;
    width:100px;
}

#dialog-merge-export button div {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    text-align: left;
    flex-basis:max-content;
    flex-grow:100;
}

#dialog-merge-export .modal-body>div {
    padding:10px;
}

#dialog-merge-export .export-options input[type="text"] {
    width: 90%;
    margin-top: 5px;
}

#dialog-merge-export .export-button:hover {
    background-color: var(--primary-color-light);
}

#dialog-merge-export .export-button svg {
    height: 48px;
    fill: var(--primary-color);
    stroke: var(--primary-text);
    width: 48px;
}

/** 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: 550px;
    overflow-y:auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex:1;
}

#dialog-chooser p.message {
    padding:12px;
}

#dialog-chooser .message.noresults:empty {
    display:none;
}

#dialog-chooser .modal-body {
    display: flex;
    flex-direction: column; 
    overflow: hidden;
}

#dialog-chooser .widget.navbar > li {
    display: flex;
}

#dialog-chooser .modal-footer {
    display: flex;
}

#dialog-chooser .modal-footer .link,
#dialog-chooser .modal-footer .cancel,
#dialog-chooser .modal-footer .close{
    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 var(--middlegrey);
    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:var(--primary-color-light);
    border:none;    
}

#dialog-choose-assessment .widget.navbar > li:nth-child(2) {
    padding-left:2px;
}

/**  END WIDGET CHOOSE ASSESSMENT  **/



/** **********  WIDGET COMMENT/FEEDBACK  **********  **/

.widget.comments .displayname {
    font-weight: 500;
}

.widget.comments li:not(:first-child) {
    padding-top: 10px;
}

.widget.comments li > :first-child {
    align-content:center;
}

.widget.comments li > :first-child > * {
    display:flex;
    height:34px;
    line-height:34px;
}

.widget.comments li > :first-child > :first-child {
    flex:2;
}

.widget.comments li > :first-child > :first-child > :nth-child(n+2) {
    margin:0 8px;
}

.widget.comments li > :first-child > :first-child > :last-child {
    margin-left:auto;
}

.widget.comments li > :first-child > button {
    justify-content:space-around;
    margin-left:auto;
    width: 32px;
}

.widget.comments .profile.picture {
    height: 30px;
    width: 30px;
    margin-right: 8px;
}

.widget.comments .widget.comment .holder.buttons {
    align-items:center;
    flex:0 0 30%;
}

.widget.comments .widget.comment .holder.buttons > button {
    margin:0 4px;
    height:22px;
    width:22px;
    border:0;    
}

.widget.comments .widget.comment .edit.material-icons.small.notbutton {
    color:var(--primary-color);
}

.widget.comments .widget.comment .comment {
    margin:0 0 20px;
}


/** **********  END WIDGET COMMENT/FEEDBACK  ******  **/


/** **********  FORM FOR AUTHKEY  ****************************************** **/

.form.public.key {
    border:1px solid var(--primary-color);
    border-radius:4px;
    background: var(--white);
    margin:2em auto;
    padding:24px 12px;
    height: 160px;
}

.form.public.key .formrow {
    height:34px;
    line-height:34px;
    margin-bottom:12px;
}

.form.public.key .formrow > * {
    display:flex;
    justify-content: center;
}


.form.public.key .formrow > input {
    float:none;
    width:100%;
}

.form.public.key .formrow > button {
    height:34px;
    line-height:34px;
    margin:0 auto;
    background: var(--primary-color);
}



/** **********  END FORM FOR AUTHKEY  ************************************** **/



/** ********** WIDGET TAB-LAYOUT  ****************************************** **/
.widget.tab-layout {
    display:flex;
    flex-direction:column;
}

.rosters .widget.tab-layout {
    padding:0;
    flex: 1
}

.widget.tab-layout > * {
    display:flex;
}

.widget.tab-layout > .tabs {
    flex:1;
    flex-direction:row;
    height:40px;
}

.widget.tab-layout > .tabs > button {
    background-color:var(--lightgrey);
    border-radius: 8px 8px 0 0;
    border:1px solid var(--middlegrey);
    border-bottom:none;
    color:var(--primary-color);
    height:40px;
    padding:8px;
    position:relative;
    flex:1;
    max-width: 200px;
}

.rosters .widget.tab-layout > .tabs > button:not(:first-child) {
    display:none;
}

.widget.tab-layout > .tabs > button.active {
    background-color: var(--white);    
    z-index: 10;
    height: 41px;
    color: var(--primary-text);
    cursor: default;
}

.widget.tab-layout > .tabs > button.active,
.widget.tab-layout > .tabs > button:focus {
    outline:0;
}

.widget.tab-layout > .content {
    background-color: var(--white);
    border:1px solid var(--middlegrey);
    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:var(--lightgrey);
    border: 1px solid var(--primary-color);
    height:20px;
}

.widget.progressbar > progress::-webkit-progress-bar {
    background: var(--lightgrey);
}

.widget.progressbar > progress::-webkit-progress-value { 
    background: var(--primary-color); 
}

.modal-body.widget.progressbar > progress {
    width: 98%;
    margin: 20px auto;
}

/** ********** END WIDGET PROGRESSBAR ************************************** **/



/** ********** WIDGET ROSTERS (STUDENT PAGE, SETTINGS, ASSIGNMENTS, ETC) *** **/

.widget.rosters {
    display:flex;
    flex-direction:column;
    width:100%;
}

.modal-body .widget.rosters {
    overflow-y:auto;
    overflow-x:auto;
    box-sizing: border-box;
    padding:0;
}

.widget.rosters > li {
    background-color: white;
    cursor:pointer;
    padding:12px;
    word-break: break-word;
}

.widget.rosters > li > * {
    clear:both;
}

.widget.rosters > li > .name,
.widget.rosters > li[data-id="teachers"]{
    font-weight:500;
}

.widget.rosters > li > :is(.refid,.teachers),
.grid.rosters > .roster > .rostername > .refid {
    font-size:12px;
    margin-top:3px;
}

.teacher.classroom .widget.rosters > li > .refid {
    display:none;
}

.widget.rosters > li:nth-child(odd) {
    background-color: var(--lightgrey);
}

.widget.rosters > li:hover:not(.selected),
.widget.rosters > li:nth-child(odd):hover:not(.selected) {
    background-color:var(--lightgrey);
}

.widget.rosters > li.selected {
    background-color:var(--primary-color-light);
    border:none;
}

.classroom .widget.rosters >li[data-name="Teachers"] {
    display: none;
}

/** ********** END WIDGET ROSTERS (STUDENT PAGE ... ETC) ******************* **/



/** ********** PROJECTINFO ************************************************* **/

.projectinfo.rows {
    margin:0 0 20px 10px;
}

.projectinfo.rows input[type="date"] {
    height:2em;
}

.projectinfo.rows > .row:not(:last-child) > * {
    align-self:center;
}

.projectinfo.rows .description[contenteditable] {
    display:inline-block;
    width: 100%;
    max-width: 800px;
}


.projectinfo.rows .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:var(--red);
}

.page-eval .bd form .formrow.email.invalid::after {
    color:var(--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 *********************************** **/

.upgrade-button {
    display: flex;
    margin-left: auto;
    align-items: center;
    margin-right: 10px;
    position:relative;
}

.upgrade-features {
    display:none;
}

.upgrade-button:hover .upgrade-features {
    display: block;
    position: absolute;
    z-index: 999;
    left: -10px;
    top: 40px;
    background: var(--white);
    border: 1px solid var(--middlegrey);
    border-radius: 4px;
    padding: 10px;
    width: 290px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}

.upgrade-features h3{
    font-weight:500;
    margin-bottom:20px;
}

.upgrade-features p{
    margin-bottom:8px;
}

.widget.subscription > section {
    margin:0 auto 16px;
    width:98%;
}

.widget.subscription > section.confirmation {
    margin: 20px auto 16px;
}

.widget.subscription > section > div.flexrow {
    align-items: center;
}

.widget.subscription > section > div.flexrow.autorenew {
    margin: 20px 0 0 30px;
}

.widget.subscription > section > div.flexrow.autorenew label {
    margin-left: 10px;
}

.widget.subscription .formrow.radios #radio-monthly {
    margin-left: 30px;
}

.widget.subscription #holder-students h3,
.widget.subscription #holder-students .student-count{
    display: none;
}

.widget.subscription > section > iframe {
    height: 300px;
    border: 1px solid var(--middlegrey);
    margin-top: 10px;
}

.widget.subscription > section label {
    color:var(--primary-text);
    margin-right: 10px;
}


.widget.subscription .formrow.invalid > label {
    color:var(--red);
}

.widget.subscription input.invalid {
    border:1px solid var(--red);
}


.widget.subscription .formrow.vertical input {
    color:var(--black);
    display:flex;
    flex:1 1 auto;
    width:98%;
}

.widget.subscription .setup.options {
    margin:24px auto 36px 20px;
}

.widget.subscription .formrow {
    margin:12px 0 4px;
}

.widget.subscription .formrow.po {
    display:none;
}

.widget.subscription .formrow.cc p{
    margin:5px 40px 0;
}

.widget.subscription .anyFormField.number {
    width: 70px;
    max-width: 70px;
}

.widget.subscription .payment-types {
    margin-left: 20px;
}

.widget.subscription section > div > .formrow {
    flex: 1;
    margin-right: 12px;
    align-items: center;
}

.modal-content > .widget.subscription + .modal-footer > button {
    margin-left:12px;
    width:96px;
}

.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;
}

.widget.subscription .monthly {
    display:none;
}

.widget.subscription .promocode {
    flex-direction: column;
}

.widget.subscription .promocode input{
    margin-left:10px;
}

.widget.subscription section.promocode .holder.input.invalid::after {
    color: var(--red);
    content: "!";
    font-weight: bold;
    margin-left:5px;
    font-size: 1.2em;
}

/** ********** END WIDGET SETUP SUBSCRIPTION ******************************* **/

#dialog-assigntoaproject .modal-header-title {
    text-transform: capitalize;
}

/**  HIDDEN ON MOBILE IN ALL THEMES **/
.iphone #btn-upload-file,
.ipad #btn-upload-file,
.android #btn-upload-file,
.iphone #color_options_hex,
.ipad #color_options_hex,
.android #color_options_hex
        {display: none;}

/**  PROGRESS INDICATOR **/
        
.progressIndicator {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    padding-top: 20%;
}

.progressIndicator > img {
    -webkit-animation: rotation 4s infinite linear;
    height: 50px;
    width: 50px;
    margin: 20px auto;
}

.progressIndicator > p {
    margin: 20px auto;
}        

#busy-glass-pane {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    cursor:wait;
}
/** **********  USAGE DIALOG (STUDENTS PAGE)  ******************************* */
.modal-body.usage > .flexcolumn {
    padding:12px;
    overflow: auto;
}

.modal-body.usage .flexrow {
    align-items:center;
}

.modal-body.usage .flexrow > :not(:last-child){
    margin-right:8px;
}

.modal-body.usage .flexrow > button.rosters {
    margin-right:auto;
}

.modal-body.usage .flexrow > label {
    margin-left:16px;
}

.modal-body.usage table {
    margin-top:12px;
    table-layout:fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width:100%;
}

.modal-body.usage table thead {
    background-color:var(--middlegrey);
}

.modal-body.usage table thead th {
    text-align:right;
}

.modal-body.usage table thead th:first-child {
    width:45%;
    text-align:left;
}

.modal-body.usage table tr > * {
    border:1px solid var(--middlegrey);
    padding:8px;
}

.modal-body.usage table tbody tr:nth-child(even){
    background-color:var(--lightgrey);
}

.modal-body.usage table tbody tr > td:not(:first-child) {
    text-align:right;
}

/** **********  END USAGE DIALOG (STUDENTS PAGE)  *************************** */

/**  BEGIN EDITOR IFRAME **/

.not-loggedin.iframe .toolbar_home,
.not-loggedin.iframe .toolbar_account,
.not-loggedin.iframe .toolbar_button.print{
    display: none;
}

.not-loggedin.iframe .toolbar_button.play {
    position:fixed;
    z-index:1000;
    left:10vw;
}

.not-loggedin.iframe .toolbar_section.nav .toolbar_button.previous {
    left: 2vw;
    right: unset;
}

.not-loggedin.iframe .toolbar_section.nav .toolbar_button.next {
    left: unset;
    right: 2vw;
}

.not-loggedin.iframe .toolbar_button.play,
.not-loggedin.iframe .toolbar_button.previous,
.not-loggedin.iframe .toolbar_button.next {
    background-color: rgba(255,255,255,0.5);
    height: unset;
    width: unset;
    border: none;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    top:84vh;
    height: 44px;
}

.not-loggedin.iframe .toolbar_button.play:hover,
.not-loggedin.iframe .toolbar_button.previous:hover,
.not-loggedin.iframe .toolbar_button.next:hover {
    background-color: rgba(255,255,255,0.75);
    border: none;
}

.not-loggedin.iframe .toolbar_button.play svg,
.not-loggedin.iframe .toolbar_button.previous svg,
.not-loggedin.iframe .toolbar_button.next svg{
    fill: var(--darkgrey);
    height: 44px;
    width: 44px;
}

.not-loggedin.iframe .toolbar_button.play svg:hover,
.not-loggedin.iframe .toolbar_button.previous svg:hover, 
.not-loggedin.iframe .toolbar_button.next svg:hover {
    fill: var(--primary-text);
}

.not-loggedin.iframe .toolbar {
    width:0px;
}

.not-loggedin.iframe .stage {
    margin-left:2px;
}

.not-loggedin.iframe .canvas_tools {
    position: fixed;
    top: 84vh;
    left: 24vh;
}

.not-loggedin.iframe .canvas_tools .canvas_button.play_audio {
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: rgba(255,255,255,0.5);
}

.not-loggedin.iframe .canvas_tools .canvas_button.play_audio:hover {
    background-color: rgba(255,255,255,0.75);
}

.loggedin.iframe .toolbar_icon.logout,
.loggedin.iframe .toolbar_home.logout,
.loggedin.iframe .toolbar_account_action.logout,
.loggedin.iframe .key-command,
.loggedin.iframe.readonly .toolbar_account,
.loggedin.iframe.readonly .toolbar_home,
.loggedin.iframe.readonly #toolbar-menu-item-show-assessment,
.loggedin.iframe.readonly #toolbar-menu-item-standards{
    display: none;
}

/**  END EDITOR IFRAME **/

/**  BEGIN WELCOME SPLASH **/
.welcome-splash-container {
    position: fixed;
    display: flex;
    align-items:center;
    top:145px;
    left:320px;
    cursor:pointer;
}

.welcome-splash-container img.arrowleft {
    width: 100px;
    margin-right: 15px;
}

.welcome-splash-container img.arrowup {
    display:none;
}

.welcome-splash h1 {
    margin-left:10px;
}

.welcome-splash p.intro {
    margin: 0 0 0 300px;
    font-size: 1.1em;
    margin:10px 0 15px 13px;
}

.welcome-splash p.description {
    width: 90%;
    margin: 0 auto 5px;
    text-align: center;
    line-height: 1.3em;
}

.welcome-content {
    flex:1;
    display: flex;
    flex-direction:row;
}

.welcome-option {
    flex:1;
    text-align:center;
    border:1px solid var(--middlegrey);
    border-radius: 6px;
    cursor:pointer;
    max-height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    position:relative;
}

.welcome-option:not(:first-child) {
    margin-left: 20px;
}

.welcome-option.qr {
    background-color:var(--primary-color-light);
    display: flex;
    flex-flow: column;
}

.welcome-option.qr img{
    width: 100px;
    margin: 10px auto;
}

.welcome-option.new {
    background-image: url(https://static.wriddle.com/images/welcome-splash/splash-new.jpg);
}

.welcome-option.students {
    background-image: url(https://static.wriddle.com/images/welcome-splash/splash-students.jpg);
}

.welcome-option.tour {
    background-image: url(https://static.wriddle.com/images/welcome-splash/splash-tour.jpg);
}

.welcome-option h3 {
    width: 100%;
    background: var(--primary-color);
    padding: 10px 0;
    color: var(--white);
}

.welcome-bottom {
    text-align:right;
    margin-top: 20px;
}

.welcome-bottom button {
    color:var(--primary-color);
    padding:5px 10px;
    font-size: 1.1em;
    border-radius:4px;
    border: 1px solid transparent;
}

.welcome-bottom button:hover {
    background-color:var(--primary-color-light);
    border: 1px solid var(--middlegrey);
}

/**  END WELCOME SPLASH **/

/** GOOGLE LOGIN BUTTON **/

.library-content.google {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.library-content.google p {
    font-weight: 500;
    margin-bottom: 20px;
}

.google-login {
    background: #4285F4;/*Don't change - google color*/
    border: 3px solid #4285F4;/*Don't change - google color*/
    display: flex;
    align-items:center;
    text-decoration: none;
    color: var(--white);
    border-radius: 4px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    height: 41px;
    font-size: 1em;
    font-weight: 500;
    font-family: 'Roboto',verdana, helvetica, arial, sans-serif;
}

.google-login img {
    padding: 4px;
    background-color: var(--white);
    height: 35px;
    width: 35px;
    box-sizing: border-box;
    border-radius: 2px;
}

.google-login span {
    margin:0 18px;
}

/* Expiration warning */
.expiration-warning {
    display:flex;
    align-items:center;
    margin-right:10px;
}

.expiration-warning svg{
    height:32px;
    width:32px;
    fill:yellow;
}

/* End expiration warning */

/* Custom hover tooltips */

.tooltip-holder{
    position:relative;
}

.tooltip-holder.right {
    margin-left:auto;
}

.tooltip {
    opacity: 0;
    height: 0;
    width:0;
    transition:all 0s;
    position: absolute;
    top: -999px;
}

.tooltip-holder:hover .tooltip {
    height:auto;
    position: absolute;
    z-index: 999;
    background: var(--white);
    border: 1px solid var(--middlegrey);
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    opacity:1;
    transition-delay: .75s; 
    font-size: 1em;
    text-align:left;
}

.tooltip-holder:hover .tooltip.gradebutton {
    background-color: var(--primary-purple);
    color:var(--white);
    width:200px;
    right:0;
    top:38px;
    border:2px solid var(--white);
    overflow:hidden;
}

.tooltip-holder:hover .tooltip.toolbarbutton {
    background-color: var(--primary-purple);
    color:var(--white);
    width:220px;
    right:0;
    top:52px;
    border:2px solid var(--white);
    overflow:hidden;
}

.tooltip-holder.editstudents:hover .tooltip.toolbarbutton {
    font-size: 12pt;
    white-space: normal;
    top: 40px;
    right: -40px;
}

.tooltip-holder:hover .tooltip.helpmessage {
    background-color: var(--primary-purple);
    color: var(--white);
    width: 200px;
    left: 0;
    top: 38px;
    border: 2px solid var(--white);
    overflow: hidden;
}

body.page-students.loggedin.teacher .toolbar h1 {
    overflow:initial;
}

/* End Custom hover tooltips */

/** help request form **/

.modal-content.help-form {
    height:90%;
}

.modal-content.help-form .modal-body {
    flex:1;
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
    box-sizing: border-box;
}

.modal-content.help-form .modal-body label {
    margin: 12px 0 6px 0;
}

.modal-content.help-form .modal-body form{
    flex:1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-content.help-form .modal-body form .description{
    flex:1;
}

.modal-content.help-form .modal-body form .description textarea{
    flex: 1;
    overflow-y: scroll;
    resize: none;
}

.modal-content.help-confirm .modal-body {
    padding:20px;
}

/** end help request form **/


/** MODAL ADD LIST OF STUDENTS **/

.modal-content.addliststudents {
    height:80%;
}

.modal-content.addliststudents .modal-body {
    padding:20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.modal-content.addliststudents .modal-body p svg{
    height:20px;
    width:20px;
    fill:var(--primary-color);
    margin-left:5px;
    vertical-align: middle;
    cursor:pointer;
}

.modal-content.addliststudents .modal-footer button.primary {
    margin-left:0;
}

.modal-content.addliststudents .modal-footer button.secondary {
    margin-right:20px;
}

.modal-content.addliststudents .modal-body .processholder {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.modal-content.addliststudents .modal-body .processholder.editlist svg {
    display:none;
}

.modal-content.addliststudents .modal-body .listholder{
    border:1px solid var(--middlegrey);
    flex: 1;
    margin:20px 0;
    padding:10px;
    line-height: 1.4em;
    box-sizing:border-box;
    overflow:auto;
    resize: none;
}

.modal-content.addliststudents .modal-body .listholder.names {
    display:flex;
    flex-direction: column;
    padding:0;
}

.modal-content.addliststudents .modal-body .listholder.names .header,
.modal-content.addliststudents .modal-body .listholder.names .student{
    display:flex;
}

.modal-content.addliststudents .modal-body .listholder.names .header {
    background:var(--lightgrey);
}

.modal-content.addliststudents .modal-body .listholder.names .header div,
.modal-content.addliststudents .modal-body .listholder.names .student div{
    flex:1;
    border:1px solid var(--middlegrey);
    padding:4px;
    overflow: hidden;
    box-sizing:border-box;
}

.modal-content.addliststudents .modal-body .listholder.names .student div {
    height:40px;
    display: inline-flex;
    align-items: center;
}

.modal-content.addliststudents .modal-body .listholder.names .header div.grade,
.modal-content.addliststudents .modal-body .listholder.names .student div.grade {
    width:120px;
    flex:unset;
}

.modal-content.addliststudents .modal-body .listholder.names .header div.email,
#dialog-addliststudents .modal-content.addliststudents .modal-body .listholder.names .student div.email,
.modal-content.addliststudents .modal-body .listholder.names .header div.grade,
.modal-content.addliststudents .modal-body .listholder.names .student div.grade,
.modal-content.addliststudents:not(.emailteacherinvites) .modal-body .listholder.names .student div.email {
    display:none;
}

.modal-content.addliststudents .modal-body .listholder.names .student div.grade select {
    opacity: 0;
    border:1px solid var(--middlegrey);
    border-radius:4px;
}

.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='1'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='2'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='3'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='4'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='5'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='6'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='7'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='8'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='9'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='10'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='11'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='12'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='13'],
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select[data-chosen='14']{
    visibility: visible;
    opacity: 1;
}

.modal-content.addliststudents .modal-body .listholder.names .student div.grade:active select,
.modal-content.addliststudents .modal-body .listholder.names .student div.grade:focus select,
.modal-content.addliststudents .modal-body .listholder.names .student div.grade:hover select,
.modal-content.addliststudents .modal-body .listholder.names .student div.grade select:focus {
    visibility: visible;
    opacity: 1;
}

.modal-content.addliststudents .modal-body .listholder.names .student div.grade button {
    height:32px;
}

.modal-content.addliststudents .modal-body .listholder.names .student div.grade button svg {
    height:32px;
    width:32px;
    margin-left:5px;
    fill:var(--darkgrey);
}

.modal-content.addliststudents .modal-body .listholder.names .header div.optional {
    color:var(--darkgrey);
    font-style: italic;
}

.modal-content.addliststudents .modal-body .listholder.names .header div.optional span {
    color:var(--grey);
    font-size:.75em;
    margin-left:5px;
}

.modal-content.addliststudents .modal-body .processholder.chooseclasses select {
    border:1px solid var(--middlegrey);
    border-radius:4px;
    margin:10px 0 10px 10px;
}

.modal-content.addliststudents .modal-body .processholder.chooseclasses label {
    display: block;
    margin-bottom: 5px;
}

.modal-content.addliststudents .modal-body .processholder.chooseclasses input {
    border: 1px solid var(--middlegrey);
    padding: 6px 10px;
    width: 100%;
    box-sizing: border-box;
    max-width: 500px;
    margin-left:10px;
}

.modal-content.addliststudents .modal-body .infotip {
    position: absolute;
    background: var(--primary-color-dark);
    color: var(--white);
    padding: 10px 15px 15px;
    border-radius: 8px;
    top: 50px;
    width: 80%;
    left: 30px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .5);
} 

.modal-content.addliststudents .modal-body .infotip p.heavy:not(first-child) {
    margin-top:10px;
} 

.modal-content.addliststudents .modal-body .processholder.processstudents img {
    margin: 20px 0 0 30px;
    height: 30px;
    width: 30px;
}

/** END MODAL ADD LIST OF STUDENTS **/
        
/**  MEDIA QUERIES BELOW THIS **/


/** 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: 350px;
        left: 15px!important;
    }
    
    .page-portfolio #modal-sharing-url-content-box,
    .page-portfolio #modal-sharing-url-header-box,
    .page-wixiehtml #modal-sharing-url-content-box {
        display: none;
    }
    
    .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;}
    
    .toolbar .button-header svg {margin-right:0;}

    #t4l_primary {
        margin: 0 10px 0 auto;
    }
    .profile-primary-link {
        margin: 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%;
    }
    
    .library-tab-label {
        display: none;
    }
    
    .library-tab {
        width:70px;
    }
    
    .widget.assign .holder.students > li span.status{
        display: none;
    }
    
}

@media (max-width:600px) {
    
    .welcome-splash-container {
        top: 350px;
        width: 100%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        left: unset;
    }
    
    .welcome-splash-container img.arrowup {
        display:block;
        width: 100px;
        margin-bottom: 15px;
    }

    .welcome-splash-container img.arrowleft {
        display:none;
    }
}

@media (max-width: 800px) {

#t4l_primary .days-remaining {display: none;}

.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,
.modal-content.show.backgroundSound{
    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;
}

.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%;
}

.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 .portfolio,
.projects.layout-list > .team .details .team-count {display: none;}

.layout-tile {
    padding:10px 10px 60px 10px;
}

.widget.assignments.layout-tile .preview,
.projects.layout-tile .preview,
.new.assignments.layout-tile .preview{
    outline: none;
}

.projects.layout-tile .preview .material-icons.small.grey {
    left: 60px;
}

.new.assignments.layout-tile .preview svg {
    display: none;
}

.widget.assign .with-border.select-all span.status,
.widget.assign .with-border.select-all span.date,
.widget.assign .holder.students > li span.date{
        display: none;
    }

    .modal-content.help-form {
        height: 100%;
    }
    
}

@media (max-width: 599px) {
    
    .toolbar ul .button-header {
        margin: 0 auto 0 10px;
    }
    
    .toolbar .button-header a {
        padding: 0;
        width: 40px;
        justify-content: center;
    }
    
    .toolbar_student_label {
        display: none;
    }
    
    .primary.subscription {
        display: none;
    }
    
    .page-settingsteacher .settings-choice .primary.subscription {
        display: block;
    }
    
    .layout-tile {
        padding: 10px 10px 0 10px;
    }
    
    .projects .widget.categories.layout-tile li {
        display: flex;
        width: 100%;        
        max-width: unset;
        margin-right: 0;
    }
    
    .projects .projects.layout-tile > li {
        width: 100%;
        max-width: unset;
        margin-right: 0;
    }
    
    .projects.layout-tile .preview {
        width: unset;
        height: unset;
    }
    
    .projects.layout-tile .preview img {
        width: 100%;
        height: unset;
    }
    
.page-students .material-icons.navigation {
   display: none;
}
   
.widget.toggle.view {
    display: none;
}
    
.widget.toggle.view > button:not(:last-child) {
    border-right:none;       
}

.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 .flexrow.dates {
    flex-direction: column;
    align-items: flex-start;
}

.widget.assign .flexrow.dates div{
    margin-bottom: 10px;
}

.widget.assign .flexrow.dates .team{
    margin-left:unset;
}

.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-group {
    margin-left: 0;
}

.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;
}

.settings-group.login .settings-sub-label,
.settings-group.login .settings-choice.username{
    width: unset;
    display: inline-block;
}

.settings-group.login .settings-choice.password {
    display: inline-block;
}

.settings-row.email-login button,
.settings-row.highlight-url button{
    margin-left: 10px;
}

.settings-row.highlight-url .highlights-url{
    margin-bottom: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
}

.widget.assign .radios-and-roster-selector > .right {
    justify-content:flex-start;
}

    .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;}
    .modal-content.video .library-tab.search {
        order:1;
        width:unset;
        border-bottom:1px solid var(--middlegrey);
    }    
    
    .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;}
    
    .modal-header {
        padding: 14px 8px;
    }

}

@media (min-width: 770px) {
    
#dialog-teammanager.modal-content.show {
    width: 750px;
}

#dialog-moveto.modal-content.show {width: 60%;}

#dialog-teammanager .switch {
    margin-left: auto;
}

#dialog-assignment.modal-content.show,
.modal-content.chooser.show{min-width: 670px;}
#dialog-assessment.modal-content.show {min-width: 650px;}
#dialog-share.modal-content.show {min-width: 690px;max-width: 800px;}

.modal-print {
    height: 430px;
}

.form.public.key {
    width: 400px;
}

.modal-content.show.upload {max-width: 600px;}

#dialog-alert.modal-content.show,
#dialog-confirm.modal-content.show,
.modal-content.show.progress-bar{
    max-width: 650px;
    user-select: text;
}

.layout-tile {
    padding: 20px 20px 0;
}

.projects.layout-tile {
    padding: 20px;
}

.modal-content.show.usage-dialog{
    width: 90%;
    max-width:1000px;
}

}


/** begin ipad view **/

@media (max-width: 900px) {
    
    .page-wixiehtml .flex-left-fixed,
    .page-trainingcontent .flex-left-fixed,
    .page-training .flex-left-fixed,
    .page-portfolio .flex-left-fixed{
        display: block;
        width: 100%;
    }
    
    .page-wixiehtml .flex-left-fixed,
    .page-training .flex-left-fixed,
    .page-portfolio .flex-left-fixed {
        margin-top: 10px;
    }
    
    .page-wixiehtml .flex-container,
    .page-trainingcontent .flex-container,
    .page-training .flex-container,
    .page-portfolio .flex-container{
        display: block;
    }
    
    .page-portfolio .column-one-left,
    .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;
    }
    
    #dialog-teammanager .modal-body {display: flex; flex-direction: column;}
        
    .widget.team .bd.flex.container.flexcolumn {flex:1;}
    
    .widget.team select {height: 34px}
    
    .widget.team .roster.flex.container.flexcolumn {flex:1;}
    
    .widget.team .flex.container.flexcolumn.list {display: none;}
    
    .widget.teammembers {
    max-height: unset;
    flex:1;
    }
   
}

@media (max-width: 1000px) {
    
    .modal-body.usage .flexrow.controls {
        flex-wrap:wrap
    }
    
    .modal-body.usage button.rosters {
        
    }
    
    .modal-body.usage .flexrow > button.rosters {
        width:60%;
        min-width:300px;
        margin-right: 50%;
        margin-bottom:8px;
    }
    
}

@media (min-width: 600px) and (max-width: 1000px) {
    
    .welcome-splash-container {
        top: 170px;
        left: 220px;
    }
    
}

@media (min-width: 600px) and (max-width: 1150px) {
    
    .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: var(--white);
    }
    
    .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: 800px) and (max-width: 1100px) {

.modal-content.show {
    width: 70%;
    margin: 3% auto;
}

.modal-content.rosters.show {
    width: 90%;
}

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

.search-box>input {
    width: 85%;
}

}

@media (min-width: 800px)and (max-width: 1100px) {
    
    /*Scroll project list horizontally on ipad */
    .ipad.page-projectmanager .bd.middle {
        flex-direction: column-reverse;
    }    
    .ipad.page-projectmanager ul.projects.layout-tile {
        padding: 20px 0;
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }    
    .ipad.page-projectmanager ul.projects.layout-tile li.project {
        display: inline-flex;
        width:65%;
        max-width:65%;
        margin-right: 20px;
    }
    .ipad.page-projectmanager ul.projects.layout-tile li:first-child {
        margin-left:19%;
    }
    
    .ipad.page-projectmanager .panel.projects > ul.projects > .holder.loadmore {
        display: inline-flex;
        width: 200px;
    }
    /*End Scroll project list horizontally on ipad */
}

@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;
}

.page-students .layout-tile.projects {
    grid-template-columns: repeat(auto-fit, minmax(300px, 320px));
}

}

@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 (max-width: 1100px) {
    .widget.highlightslink a.highlights-url {
        max-width: 240px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .widget.assign .list label {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 250px;
    }
}

/** media querries - 1200px min **/

@media (min-width: 1020px) {
 
    #dialog-print.modal-content.show {width: 50%;}  
    
    .camera_control.view_small{
        display: inline-block;
        border-radius: 4px;
        height: 44px;
        width: 44px;
        margin-left: auto;
        margin-right: 40px;
        background-image: url(/images/themes/1/button_video_view_small.svg);
    }
    
    .modal-content.show.video.small {
    width:320px;
    margin: 40px 30px 0 auto;
    }

    .modal-content.show.video.small .modal-header,
    .modal-content.show.video.small .library-tabs{
        display: none;
    }

    .modal-content.show.video.small .library-holder{
        min-height:unset;
    }

    .modal-content.show.video.small .camera_control{
        height: 36px;
        width: 36px;
    }

    .modal-content.show.video.small .camera_control.record,
    .modal-content.show.video.small .camera_control.resume{
        background-size: 22px 22px;
    }

    .modal-content.show.video.small .camera_control.pause,
    .modal-content.show.video.small .camera_control.stop,
    .modal-content.show.video.small .camera_control.preview,
    .modal-content.show.video.small .camera_control.preview_stop{
        background-size: 18px 18px;
    }
    
    .modal-content.show.video.small .camera_control.preview {
        background-position: 9px;
    }

    .modal-content.show.video.small .camera_control.pause,
    .modal-content.show.video.small .camera_control.resume{
        margin-right:30px;
    }

    .modal-content.show.video.small .camera_control.preview,
    .modal-content.show.video.small .camera_control.preview_stop{
        margin-left:30px;
    }

    .modal-content.show.video.small .camera_control.view_normal{
        display: inline-block;
        border-radius: 4px;
        height: 30px;
        width: 30px;
        margin-left: auto;
        margin-right: 12px;
        background-image: url(/images/themes/1/button_video_view_normal.svg);
        background-size: 22px 22px;
    }

}

@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;
}

.settings-inline-option {
    margin-bottom: 10px;
}

}

@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: 700px) {
    .modal-body .widget.rosters {
        min-height:400px;
    }
}

@media (min-height: 900px) {
    .modal-content.show .library-holder {min-height: 600px;}
}

@media (min-width: 400px) and (max-width: 1100px) and (max-height:500px) and (min-device-aspect-ratio: 1/1) {
    
    #t4l_build,
    .toolbar_icon.logout,
    .auth-logo,
    .display.news,
    body:not(.page-help) h1,
    body.page-help h2{display:none;}
    
    body.page-myclasshtml,
    body.page-projectmanager,
    body.page-students,
    body.page-assignments,
    body.page-trainingcontent,
    body.page-accounts,
    body.page-homeadmin,
    body.page-help,
    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-authkey,
    body.page-editor,
    body.page-settingsadmin,
    body.page-settingsteacher {
        flex-direction: row;
    }
    
    .toolbar,
    .admin .toolbar{
        height: 100%;
        flex-direction: column;
        grid-area: toolbar;
        width: 60px;
        box-sizing: border-box;
        border-right: 1px solid var(--middlegrey);
    }
    
    .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 .button-header {
        margin: 0 auto;
    }   
    
    .toolbar ul li a {padding: 16px 13px 4px 13px;width: 32px;}
    
    .toolbar .button-header a {
        padding: 0;
        height: 40px;
        width: 40px;
        justify-content: center;
    }
    
    .toolbar .button-header svg {
        margin-right: 0;
    }
    
    .toolbar #split-nav-right,
    .toolbar #split-nav-left{
        margin-left: 0;
        order: 3;
        flex-direction: column;
    }
    
    .days-remaining.white,
    button.primary.subscription {
        display:none;
    }
    
    #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;
    }
    
    .not-loggedin .toolbar-menu {display: none;}
    
    .toolbar_menu_item {
        height:44px;
    }
    
    .not-loggedin .toolbar_section.nav .toolbar_button.previous {
        left: 10vw;
    }
    
    .not-loggedin .toolbar_account {
        display: none;
    }
       
    .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,
    .bd > .fixed-width{width: 200px;}
    
    .holder.projects.details{display: block;}
    
    .holder.projects.details > iframe{max-height: 80vh; width: 96%}
    
    .anyFormField {font-size: .8em;}
    
    #dialog-teammanager.modal-content.show,
    #dialog-share.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;
        min-width: unset;
        max-width: unset;
    }
    
    .modal-content.show .library-holder {
        height: 100%;
        min-height: unset;
    }
    
    .modal-body {
        flex: 1;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
}

@media print {
    body.ipad {
        position: static;
    }
}

.hidden,
.hide,
.material-icons.hide,
.flex.container.hide,
.toolbar-menu-list>li.hide,
.toolbar-menu-list>li.hidden{
    display:none!important;
}

html.hidden,
.show {display:block;}

.palette_options.subpanel.show {display: flex; flex-direction: column;}
.disabled {
    opacity:0.25; 
    cursor: default!important;
    pointer-events: none;
}
.no-pointer-events {pointer-events: none;}
.inline-button-icon {
    vertical-align: middle;
    margin-right: 5px;
}
.inline-button-label {
    position: relative;
    top: 1px;
}

.teacher.single .panel.projects > .widget.categories > li[data-name="Assessments"],
.teacher.single.page-settingsteacher #select-roster
{display: none;}

/*lti page css*/
.page-lti13.iframe #t4l_primary,
.page-lti13.iframe #button-auth-noauth-try-again,
.page-lti13.iframe #split-nav-left,
.page-lti.iframe #t4l_primary,
.page-lti.iframe #button-auth-noauth-try-again,
.page-lti.iframe #split-nav-left
{display:none;}

.page-lti .hd > :first-child,
.page-lti13 .hd > :first-child {
    width:unset;
    margin-left: 15px;
}

.page-lti .bd > :first-child,
.page-lti13 .bd > :first-child {
    width: 90%;
    text-align: left;
    margin-left: 20px;
    font-size: 1em;
    line-height: 1.8em;
}

/*lti css*/

.lti-li.iframe.page-students .links,
.lti.iframe.page-students .students-button.classroom,
.lti-li.iframe.page-students .students-button.classroom,
.lti.iframe.page-students .students-button.print-qr,
.lti-li.iframe.page-students .students-button.print-qr,
.lti.iframe button.primary.subscription,
.lti.iframe .days-remaining.white,
.lti.iframe button.primary.add-students{
    display:none;
}