body {
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    font-size: 12pt;
    background-color: var(--white);
    color: var(--primary-text);
    letter-spacing: normal;
    text-align: left;
    flex-direction: column;
}

body.page-authkey {background-color: var(--white);}

body.windows .apple {display: none;}

.page-projectmanager.student .panel.projects > .message.noresults .noresults-option.activity{
    display:none;
}

a {
    color: var(--primary-color);
    text-decoration:none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

input {
    font: 400 1em 'Roboto', Verdana, Arial, sans-serif;
}
                
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: none;
    border-radius: 0px;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    color:var(--primary-text);
}

button.material-icons {
    background:transparent;
}

button.material-icons:hover {
    background:var(--lightgrey);
    color: var(--primary-text);
}

button.primary {
    color: var(--white);
    background: var(--primary-color);
    border: 1px solid transparent;
    border-radius: 48px;
    margin-left: 20px;
    padding: 0 14px;
    height:36px;
    min-width: 70px;
    position: relative;
}

button.primary:not(.new) {
    width: fit-content;
    flex: unset;
}

button.primary:focus {
    outline:1px solid var(--black);
    border:1px solid var(--black);
}

button.primary.new{
    background: var(--primary-orange);
    display: flex;
    align-items: center;
    font-size: 1.2em;
    padding: 0 22px 0 14px;
    border-right: 1px solid var(--middlegrey);
    margin:0;
    border-radius: 0;
    height: 100%;
    width: 260px;
    min-width: 260px;
    order: 1;
}

button.primary.new:hover {
    background: var(--primary-orange-dark);
}

button.primary.new:focus{
    outline: none;
    border: 2px solid var(--black);
}

button.primary.subscription {
    background:var(--primary-orange);
    margin:0 20px;
    border: 2px solid var(--white);
}

button.primary.add-students {
    background:var(--primary-orange);
    width: 200px;
    margin: 20px auto 0;
}

.page-projectmanager button.primary.add-students {
    background:var(--primary-green);
    border-radius:0;
    width:100%;
    margin:0;
}

.page-projectmanager button.primary.add-students:hover {
    background:var(--primary-green-dark);
}

.selection-instructions {
    order: 1;
    margin: 20px 20px 0;
    border: 1px solid var(--primary-color);
    padding: 5px;
    background: var(--primary-color-light);
    border-radius: 4px;
}

.page-projectmanager .selection-instructions{
    order:99;
}

button.primary.new span.mobile{
    display: none;
}

button.primary.new svg{
    height: 22px;
    width: 22px;
    fill: var(--white);
    position: relative;
    top: -1px;
    margin-right: 5px;
}

button.primary.new svg.next {
    margin-left: auto;
    height: 30px;
    width: 30px;
}

button.primary.new svg.plus{
    display:none;
}

button.primary.small-screen {
    display: none;
}

button.primary.add-students svg {
    fill: var(--white);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

a.secondary,
button.secondary{
    background: var(--white);
    border: 1px solid var(--grey);
    border-radius: 18px;
    padding: 0 14px;
    height:36px;
    min-width: 70px;
}

button.secondary:focus{
    outline: 1px solid var(--black);
    border-color:var(--black);
}

button.secondary:hover,
a.button.secondary:hover{
    background: var(--lightgrey);
}

a.button.secondary{
    color: var(--primary-text);
    background: var(--white);
    border: 1px solid var(--grey);
    border-radius: 18px;
    min-width: 70px;
}

button.secondary.tight {
    position: relative;
    left: -4px;
    border-radius: 0 2px 2px 0;
}

button.secondary.tight.share {
    width: 124px;
}

.es_ES button.secondary.tight.share,
.fr_FR button.secondary.tight.share{
    width: 136px;
}

button.secondary.preview-delete {
    margin-right:auto;
}

button.secondary.google-classroom,
label.google-classroom,
li.google-classroom {
    margin-right:auto;
    background-image:url(/images/themes/1/google_classroom.svg); 
    background-repeat: no-repeat;
    background-position: 12px;
    background-size: 22px 22px;
    padding-left: 40px;
}

button.secondary.right {
    margin-left: auto;
}

button.secondary.with-icon {
    padding: 0 14px 0 8px;
}

button.secondary.with-icon svg,
button.secondary.with-icon span{
    vertical-align: middle;
}

button.secondary.with-icon span{
    pointer-events:none;
}

button.secondary.with-icon svg {
    margin: 0 3px;
}

button.secondary.with-icon.google-import svg {
    margin: 0 8px;
}

.demo button.secondary.remove {
    display: none;
}

button.tertiary {
    color: var(--primary-text);
    background: var(--lightgrey);
    border: 1px solid var(--middlegrey);
    border-radius: 16px;
    margin-left: 20px;
    padding: 0 12px;
    height:32px;
    min-width: 70px;
    position: relative;
}

button.icon-only {
    width: 36px;
    height: 36px;
    min-width: initial;
    padding: 0;
    margin: 0 20px;
    color: var(--grey);
    background: var(--white);
    vertical-align: middle;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.icon-only:hover,
button.icon-only:focus{
    outline:none;
    background-color: var(--lightgrey);
    border: 1px solid var(--middlegrey);
}

button.icon-only svg,
.widget.categories.move button.icon-only.moveto svg {
    fill: var(--darkgrey);
    height: 26px;
    width: 26px;
    position: relative;
    pointer-events: none;
}

button.icon-only.share svg {
    fill: var(--primary-color);
}

button.icon-only.moveto {
    margin:0 5px 0 0;
    border: 1px solid var(--grey);
}

button.icon-only.moveto.addto {
    margin-left: 20px;
    order: 4;
}

button.rosters {
    border-radius: 16px;
    border:1px solid var(--grey);
    display:inline-block;
    text-align:left;
    padding:7px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-image:url(/images/themes/1/palette_more.svg); 
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 24px 24px;
    padding-right: 36px;
    background-color: var(--white);
    width: 100%;
    max-width:320px;
}

button.rosters:focus {
    outline: none;
    border:1px solid var(--black);
}

button.rosters.empty,
button.rosters.empty.disabled {
    border:none;
    background-image:none;
    opacity:1;
    max-width: fit-content;
}

body:not(.classroom) button.rosters.empty,
body:not(.classroom) button.rosters.empty.disabled {
    cursor:default;
}

.classroom button.rosters.empty span.add {
    color:var(--primary-color);
    font-weight:500;
}

button.link,
input[type=button].link,
div.link {
    background:none;
    border:none;
    color:var(--primary-color);
    cursor:pointer;
}

button.link.disabled:hover,
div.link.disabled:hover {
    text-decoration:none;
}

button.link svg,
a.link svg{
    fill: var(--primary-color);
    vertical-align: middle;
    margin-right: 5px;
    height: 24px;
    width: 24px;
}

button.square-button-blue,
.square-button-blue{
    color: var(--white);
    background: var(--primary-color);
    border: none;
    margin-right: 8px;
    height: 34px;
    width: 34px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

button.square-button-blue svg,
.square-button-blue svg{
    fill: var(--white);
    height: 22px;
    width: 22px;
    position: relative;
    pointer-events:none;
}

input[type="checkbox"] {
    border: 1px solid var(--middlegrey);
    height: 18px;
    width: 18px;
    border-radius: 2px;
    margin: 3px 3px 3px 3px;
    vertical-align: middle;
    accent-color: var(--primary-color);
}

input[type="radio"] {
    height: 18px;
    width:  18px;
    vertical-align: middle;
    margin: 0 10px;
    accent-color: var(--primary-color);
}

label.list {
    width: 100px;
}

.dategroup[title]::before {
    content: attr(title);
    display: block;
    font-weight: bold;
    padding: 4px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 500;
}

h1,
body:not(.page-editor) .toolbar h1,
.toolbar h2 {
    font-size: 1.5em;
    color:var(--white);
    margin:0 auto;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    padding: 0 10px;
    text-align: center;
}

.loggedin:not(.page-player) .toolbar h1,
.loggedin:not(.page-player) .toolbar h2 {
    order: 3;
}

.toolbar h1 img {
    height:40px;
}

h1.release-notes {
    color:var(--primary-text);
}

h2 {font-size: 1.5em;}

h3 {font-size: 1.2em;}

h4 {font-size: 1.1em;}

h5 {font-size: 1em;}

h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited {
    color: var(--primary-color);
}

h1, h1 a, h1 a:hover, h1 a:visited,
h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
    text-decoration: none;
}

#t4l_splashForm_instrux{text-align:center;}

.heavy {font-weight:500;}
.xsmall {font-size: 0.75em;}
.small { font-size: 0.85em; }
.marginTop { margin-top: 10px; }
.marginTop20 { margin-top: 20px; }
.marginBottom { margin-bottom: 10px; }
.anyFormField { font-size: 1.0em; font-family: 'Roboto', Verdana, Arial, sans-serif; background: var(--white); border: 1px solid var(--grey); border-radius: 2px; color: var(--black); padding: 4px; margin: 0; }

.material-icons.blue,
.display.folders .material-icons.blue {
    color:var(--primary-color);
}

.material-icons.training-folder {
    color: goldenrod;
    margin-right: 10px;
    vertical-align: middle;
}

.toolbar ul li.button-header {
    display:inline-flex;    
    color: var(--white);
    height: 50px;
    font-weight:500;  
    padding:0 10px;
    align-items: center;
}

.toolbar ul li.button-header:hover {
    background: var(--primary-green);
}

.toolbar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    height: 100%;
}

body.page-blog:not(.loggedin) .toolbar ul li a:hover,
body.page-training:not(.loggedin) .toolbar ul li a:hover,
body.page-help:not(.loggedin) .toolbar ul li a:hover,
body.page-resources:not(.loggedin) .toolbar ul li a:hover {
    background:transparent;
}

.toolbar ul li a:focus {
    outline: none;
}

.toolbar ul li a[title="Add Students"] {
    background: var(--primary-green);
    border-right:1px solid var(--white);
}

.toolbar ul li a[title="Add Students"]:hover {
    background: var(--primary-green-dark);
}

.toolbar ul li a svg{
    fill: var(--white);
    height: 28px;
    width: 28px;
    margin-right: 5px;
}

body.page-blog:not(.loggedin) .toolbar ul li a img,
body.page-training:not(.loggedin) .toolbar ul li a img,
body.page-help:not(.loggedin) .toolbar ul li a img,
body.page-resources:not(.loggedin) .toolbar ul li a img {
    margin-top:0;
    height: 42px;
}

body.page-help:not(.loggedin) .toolbar ul li a svg {
    margin-right:0;
}

body.page-help:not(.loggedin) .toolbar ul li a span{
    display:none;
}

body:not(.user-admin) .toolbar ul li#nav-tab-projectmanager a,
.page-chrome .toolbar ul li a,
.page-saml .toolbar ul li a,
.page-clever .toolbar ul li a{
    justify-content: flex-start;
    min-width:105px;
}

.toolbar ul li a svg.home{
    height: 26px;
    width: 26px;
    margin-left: 10px;
}

.toolbar ul li a span.toolbar_student_label {
    margin-right: 10px;
}

.toolbar ul #nav-tab-resource-center a span.toolbar_student_label {
    min-width:115px;
    margin-right:0;
}

.toolbar ul li a[title="Add Students"] span.toolbar_student_label {
    margin: 0 10px;
}

.toolbar ul li a svg.accounts{
    position: relative;
    top: 3px;
    margin-right:10px;
    fill: var(--white);
}

.admin .toolbar ul li a svg{
    height:32px;
    width:32px;
}

.admin .toolbar_account svg {
    height: 32px;
    width: 32px;
}

.toolbar .primary-links a {
    width: 34px;
    background-image:url(/images/themes/1/toolbar_home.svg); 
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 26px 26px;
    margin-left:0px;
}

.admin .toolbar ul {
    display:flex;
}

.admin .toolbar ul.toolbar-menu-list {
    display:none;
}

ul.toolbar-menu-list.show {
    display:block;
}
.admin .toolbar ul.toolbar-menu-list.show {
    display:block;
}

.toolbar #split-nav-right {
    order:4;
    margin-left:auto;
}

.toolbar button.editstudents {
    width: 32px;
    height: 32px;
    margin-left: 10px;
}

.toolbar button.editstudents:hover {
    background: var(--primary-green);
    border-radius:50%;
}

.toolbar button.editstudents svg {
    height: 20px;
    width: 20px;
    fill: var(--white);
    top: 2px;
    position: relative;
}

.user-admin .toolbar #split-nav-right {
    display:flex;
}

.user-admin .toolbar #split-nav-right .menu-999{
    order:2;
}

.user-admin .toolbar #split-nav-right .menu-999 .toolbar_student_label{
    display:none;
}

.toolbar_icon.logout {
    background-image:url(/images/themes/1/toolbar_logout.svg);
    display: inline-block;
    width: 32px;
    vertical-align:middle;
    margin-left: 10px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 32px 32px;
    border: 1px solid transparent;
}

#t4l_primary {
    margin: 0 10px 0 20px;    
    order: 5;
    display: flex;
    align-items: center;
}

.toolbar_account_settings {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.toolbar_account_initial {
    display: inline-flex;
    background: var(--white);
    color: var(--primary-color);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 24px;
    box-sizing: border-box;
    text-align:center;
    cursor:pointer;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.toolbar_account_settings svg.account_menu_icon{
    height: 30px;
    width: 30px;
    fill: var(--white);
    cursor: pointer;
    pointer-events: none;
}

.pmheader {
    order:2;
    margin-right: auto;
}

.pmheader.none .holder.search{
    opacity: 0;
    transition: all 250ms linear;
    pointer-events:none;
}

.pmheader .holder.search {
    margin:0 20px;
    opacity: 1;    
    transition: opacity 250ms ease-in;
}

.pmheader .holder.search input{
    min-width:270px;
}

body:not(.loggedin) #t4l_primary {
    margin:0;
}

.admin #t4l_primary a:not(.logout) {
    margin-right: 20px;
}

#t4l_primary .user-badge{
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.user-badge svg{
    height: 30px;
    width: 30px;
    fill: var(--primary-purple);
    background-color: var(--white);
    border-radius: 50%;
    padding: 2px;
}

.header {
    font-weight: 500;
    user-select: none;
}

.header-logo {
    width: 120px;
    height: 30px;
    margin-left: 10px;
    background-size: 102px 30px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    justify-self: center;
    background-image:url(/images/themes/1/wx_logo_white_46.svg);
}

.dev .header-logo {
    background-image:url(/images/themes/1/wx_logo_red_46.svg);
}

.ipad .header-logo {
    display:none;
}

.toolbar {
    display: flex;
    align-items: center;
    height: 50px;
    min-height:50px;
    background: var(--primary-color);
    margin: 0px;
    list-style-type:none;
    padding: 0px;
}

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

.page-blog.loggedin .toolbar,
.page-training.loggedin .toolbar,
.page-resources.loggedin .toolbar{
    background: var(--primary-color-dark);
}

.toolbar_home {
    width: 38px;
    height: 38px;
    text-align: center;
    border: 2px solid transparent;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
    background: var(--white);
    margin-left: 10px;
}

.toolbar_home:hover,
.toolbar_home:focus{
    outline:none;
    border: 2px solid var(--black);
}

.toolbar_home svg {
    height:24px; 
    width:24px;
    fill: var(--primary-color);
    vertical-align:middle;
}

.admin .toolbar_home svg {
    fill: var(--primary-green);
}

.toolbar_home.blue {
    background-image:url(/images/themes/1/toolbar_home-blue.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: center;
}

.toolbar_home.logout {
    width: 34px;
    display: inline-block;
    margin-left:10px;
    vertical-align: middle;
}

.toolbar_home_product {
    width: 38px;
    height: 38px;
    cursor: pointer;
    box-sizing: border-box;
    background: var(--white);
    margin-left: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.toolbar_home_product img{
    width: 38px;
    height: 38px;
}

.toolbar_student_icon,
.toolbar_account_icon,
.toolbar_settings_icon{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 5px;
    height: 20px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 26px 26px;
}

.toolbar_student_icon {
    background-image:url(/images/themes/1/toolbar_students2.svg);
}

.toolbar_account_icon {
    background-image:url(/images/themes/1/toolbar_account.svg);
}

.toolbar_settings_icon {
    background-image:url(/images/themes/1/toolbar_settings.svg);
}

.toolbar_login_link {
    position: relative;
    color: var(--white);
    text-decoration: none;
    border: 2px solid var(--white);
    border-radius: 18px;
    padding: 7px 14px 8px;
}

.iframe .toolbar_login_link {
    display:none;
}

.toolbar_login_link:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.toolbar_login_link.remix {
    background: var(--white);
    border-color: var(--primary-orange);
    color:var(--primary-orange-dark);
    padding:0 14px;
    display:flex;
    align-items:center;
    height:38px;
}

.toolbar_login_link.remix:hover {
    background: var(--primary-color-light);
    border-color: var(--primary-orange);
    color:var(--primary-orange-dark);
}

.toolbar_login_link.remix svg{
    display:inline-block;
    height:24px;
    width:24px;
    fill:var(--primary-orange-dark);
    margin-right:8px;
    position:relative;
    top:-1px;
}

img.profile-primary-link {
    border-radius: 50%; 
    width: 32px; 
    height: 32px;
    vertical-align: middle; 
    border: 3px solid var(--white);
    cursor:pointer;
    pointer-events:none;
}

.material-icons.logout {
    color: var(--white);
    font-size: 30px;
    vertical-align: middle;
    margin: 0 10px;
}

.toolbar-user-profile {
    width: 90px;
    margin: 0;
    height: 50px;
    float: right;
    cursor: pointer;
}

.toolbar_account svg {
    height:36px;
    width:36px;
    fill:var(--white);
}

.admin .toolbar_account svg:hover {
    fill:var(--lightgrey);
}

.toolbar_account_options {
    display: none;
    position: absolute;
    background-color: var(--white);
    top: 48px;
    right: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    border: 1px solid var(--grey);
    text-align: left;
    z-index: 1050;
    min-width: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.toolbar_account_options.show {
    display:block;
}

.toolbar_account_username {
    display: block;
    padding: 15px;
    padding-right: 25px;
}

.toolbar_account_action {
    display: block;
    padding: 15px;
    padding-right: 25px;
    border-top: 1px solid var(--grey);
    background-color: var(--lightgrey);
    text-decoration: none;
    color: var(--primary-text);
    font-size: .875em;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.toolbar_account_action:hover,
.button-menu .list-item:hover,
.button-menu .inline-item:hover {
    background-color: var(--middlegrey);
}

.toolbar_account_action.logout {
    background: var(--primary-color-dark);
    color: var(--white);
    display: flex;
    align-items: center;
    height: 49px;
    padding: 0 15px;
}

.toolbar_account_action.logout svg{
    fill: var(--white);
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.button-menu {
    display: none;
    position: absolute;
    background-color: var(--white);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 1000;  
}

.button-menu.show {
    display:block;
}

.button-menu.new {
    left: 20px;
    width: 230px;
}

.button-menu.sort {
    right: 100px;
}

.button-menu.sort .list-item svg,
.button-menu.sort .list-item i {
    display: none;
}

.button-menu.sort .list-item.current svg,
.button-menu.sort .list-item.current i{
    display: inline-block;
    margin-left: 15px;
    fill:var(--primary-text);
    color:var(--primary-text);
    height:24px;
    width:24px;
    position: relative;
    top: -1px;
}

.button-menu .inline-item {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.button-menu .inline-item .material-icons {
    color: var(--primary-color-dark);
    font-size: 52px;
}

.button-menu .inline-item svg {
    fill: var(--primary-color);
    height: 52px;
    width: 52px;
    pointer-events: none;
}
        
.button-menu .list-item {
    padding: 10px;
    cursor: pointer;
}

.button-menu .list-item span{
    position: relative;
    top: 2px;
}

.button-menu .list-item svg{
    fill: var(--primary-color);
    vertical-align: middle;
    margin-right: 5px;
    height: 24px;
    width: 24px;
    pointer-events: none;
}

body:not(.single) .display.folders li.section {
    border-top: 1px solid var(--middlegrey);
}

.hd {
    grid-area: hd;
    display: flex;
    background-color:var(--lightgrey);
    border-bottom:1px solid var(--middlegrey);
    height:54px;
    align-items: center;
    padding: 6px 0;
    box-sizing: border-box;
}

.hd > :last-child {            
    margin-right:10px;
}

button.folders.list svg{
    fill: var(--primary-color);
    height: 28px;
    width: 28px;
    margin-top: 6px;
    pointer-events: none;
}

.holder.search {
    border: 1px solid var(--grey);
    border-radius: 4px;
    background-color: white;
    display: flex;
    flex: 1;
    flex-direction: row;
    height: 34px;
    margin: 0 15px;
    padding: 0 10px;
    align-items: center;
}
        
.holder.search > input {
    border:0;
    background:transparent;
    height:24px;
    flex:1;
    outline:none;
}

.holder.search > input:active {
    outline: none;
}
        
.holder.search > button,
.holder.date > button{
    width: 26px;
    margin-left:auto;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.holder.search svg,
.holder.date svg{
    fill: var(--primary-color);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

button.search.mic.speaking svg{
    fill: var(--primary-red);
}

.hd > select {
    flex:0 0 30%;
    max-width:280px;
    margin-left: 10px;
}

.sort-holder {
    margin-left:auto;
}

button.sort {
    margin-right: 20px;
    padding:5px;
    border-radius: 50%;
    border:1px solid transparent;
    height: 34px;
    width: 34px;
}

button.sort:hover {
    border:1px solid var(--grey);
    background-color:var(--white);
}

button.sort svg{
    fill: var(--grey);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

.hd button.help-print svg{
    fill: var(--primary-color);
    height: 24px;
    width: 24px;
    pointer-events: none;
}

button.folders.list {
    display: none;
}

.hd button.primary .new-button-text {display: block;}
.hd button.primary .new-button-icon {display: none;}

.panel.fixed-width button.choice {
    box-sizing: border-box;
    min-height: 44px;
    padding: 4px 4px 4px 15px;
    font-weight: 500;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
}

.panel.fixed-width button.choice:hover {
    cursor: pointer;
    background-color: var(--lightgrey);
}

.panel.fixed-width button.choice:focus {
    outline:none;
    border:1px solid var(--primary-color);
    border-left:none;
}

.panel.fixed-width button.choice.active {
    cursor: pointer;
    background-color: var(--primary-color-light);
}

.bd {
    grid-area: bd;
    display: flex;
    flex: 1;
}

.bd > .fixed,
.bd > .fixed-width{
    display: flex;
    flex-direction: column;
    border-right:1px solid var(--middlegrey);
    box-sizing: border-box;
}

.bd > .fixed li,
.bd > .fixed-width li{
    box-sizing: border-box;
    min-height:44px;
    padding:4px 4px 4px 8px;
    font-weight: 500;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
}

.teacher:not(.single) .bd > .fixed-width li{
    min-height:39px;
}

.single .bd > .fixed-width li{
    min-height:50px;
}

.bd > .fixed li.active,
.bd > .fixed-width li.active{
    cursor:pointer;
    background-color:var(--primary-color-light);
}

.bd > .fixed li:not(.active):not(.nohover):hover,
.bd > .fixed-width li:not(.active):not(.nohover):hover{
    background-color:var(--lightgrey);
    cursor:pointer;
}

.bd > .fixed li.nohover,
.bd > .fixed-width li.nohover{
    cursor:default;
    pointer-events: none;
}

.bd > .fixed li span,
.bd > .fixed-width li span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd > .fixed li:not(.active):focus,
.bd > .fixed-width li:not(.active):focus{
    outline: none;
    background-color: var(--lightgrey);
    border-left: none;
}

.bd > .fixed-width ul.students li span{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bd > .fixed-width ul.students li input{
    order:3;
}

.bd > .fixed-width li.section-label,
.teacher:not(.single) .bd > .fixed-width li.section-label {
    background: var(--lightgrey);
    border-top: 1px solid var(--middlegrey);
    border-bottom: 1px solid var(--middlegrey);
    cursor: default!important;
    padding-left:15px;
    box-sizing:border-box;
    height:26px;
    min-height: unset;
    margin: 5px 0;
}

.bd > .fixed-width li.section-message {
    display: block;
    overflow: unset;
    white-space: normal;
    font-weight: 400;
    cursor: default!important;
    border:1px solid var(--primary-purple);
    border-radius:4px;
    background:var(--primary-purple-light);
    margin:0 5px;
}

.bd > .fixed-width li.section-message:hover {
    background:var(--primary-purple-light)!important;
}

.bd > .fixed-width li.section-message button.link {
    border: 1px solid var(--grey);
    border-radius: 14px;
    background: var(--white);
    padding: 2px 8px;
    margin: 4px;
}

.bd .fixed-width li[data-type="addstudents"],
.bd .fixed-width li[data-type="addclasses"]{
    background: var(--primary-green);
    border-radius: 6px;
    margin: 0 5px;
    color:var(--white);
}

.family .bd .fixed-width li[data-type="addstudents"] {
    margin: 10px 5px;
}

.bd .fixed-width li[data-type="addstudents"]:not(.active):not(.nohover):hover,
.bd .fixed-width li[data-type="addclasses"]:not(.active):not(.nohover):hover{
    background-color: var(--primary-green-dark);
}

.bd.scroll,
.bd.middle,
.bd > .fixed > .scroll,
.bd > .fixed-width > .scroll,
.bd > .fill > .scroll,
.bd > .fill.scroll{
    flex:1;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.page-help-oneroster .bd.scroll,
.page-help-csv .bd.scroll{
    display: block;
}

.bd div.white-background {
    background-color: var(--white);
}

.bd.column {
    flex-direction: column;
}

.bd > .fill {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.bd.hiliteBar3.center {
    flex-direction: column;
    justify-content: flex-start;
}

.projects.folders.fill {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    background: var(--white);
}

.projects.folders.fill.videos {
    overflow:hidden;
}

.ipad .projects.folders.fill,
.iphone .projects.folders.fill {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.display.filter {
    display: flex;
    align-items: center;    
    margin-left: 20px;
    flex: 1;
}

.display.filter label {
    margin: 0 10px 0 0;
}

.display.filter label.grade {
    margin: 0 5px 0 15px;
}

.display.filter .holder.nav {
    margin-left:auto;
    margin-right: 10px;
}
                    
.display.folders li > :first-child {
    margin:0 8px 0 0;
}
                    
.display.folders li > :nth-child(2) {
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 1px;
}

.panel.folders li svg.folder,
.display.folders li svg,
.widget.categories > li svg,
.project-details-header .showcase button svg {
    fill: goldenrod;
    height: 26px;
    width: 26px;
    pointer-events: none;
}

.widget.categories > li svg.menu{
    fill: var(--grey);
}

.teacher .display.folders li svg.classes {
    fill: var(--white);
}

.display.folders li svg.templates {
    fill: var(--primary-color);
}

.display.folders li svg.training {
    fill: var(--primary-green);
}

.teacher .display.folders li svg.myclasses {
    fill: var(--primary-purple);
}

.display.folders li svg.delete {
    fill: var(--darkgrey);
}

.project-list-heading {
    background-color: var(--white);
    padding: 10px 20px 0;
    font-size: 1em;
}

.page-projectmanager.student .panel.projects > h4.newassignments {
    background: var(--primary-orange-light);  
    margin: 20px 20px 0 20px;
    border: 1px solid var(--primary-orange);
    border-bottom: none;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    font-size: 1.2em;
}

.page-projectmanager.student .panel.projects > .new.assignments {
    background: var(--primary-orange-light);    
    margin: 0 20px 20px;
    border: 1px solid var(--primary-orange);
    border-top: none;
    border-radius: 0 0 6px 6px;
    padding:10px 20px 5px;
}

.projects.layout-list > li {
    display:flex;
    flex-direction:row;
    list-style-type: none;
    background-color: var(--lightgrey);
    box-sizing: border-box;
    padding: 10px;  
    min-height: 54px;
    position: relative;
}

.projects.layout-list > li.selected {
    background-color: var(--primary-color-light);
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.ipad .projects.layout-list > li,
.iphone .projects.layout-list > li,
.android .projects.layout-list > li {
    height:54px;
}

.projects.layout-list > :nth-child(odd),
.projects.layout-list.new.assignments > li,
.widget.layout-list.categories > li{
    background-color:var(--white);            
}

.projects.layout-list > * > :first-child {
    cursor:pointer;
    margin-right:20px;
    width: 42px; 
    min-width: 42px;
    height: 32px;
}

.projects.layout-list > * img {
    display:block;
    height:32px;
    border: 1px solid var(--middlegrey);
    margin-right: auto;
    margin-left: auto;
    background-color: var(--white);
    box-sizing: border-box;
}

.widget.toggle.view > button {
    background-color:var(--white);
    height:34px;
    margin: 0;
    padding: 0 6px 0 6px;
    display: flex;
    align-items: center;
    box-sizing:border-box;
}

.widget.toggle.view > button:focus {
    outline: none;
    background-color:var(--lightgrey);
}
        
.widget.toggle.view > button.active {
    background-color:var(--middlegrey);
}

.widget.toggle.view svg {
    fill: var(--darkgrey);
    height: 28px;
    width: 28px;
    pointer-events: none;
}

.widget.toggle.view .assessment svg {
    height: 24px;
    width: 24px;
}

.widget.toggle.view span {
    margin: 0 2px 0 4px;
    pointer-events: none;
}

.palette_label {
    margin-right: 10px;
    text-align: left;
    min-width: 68px;
    user-select: none;
    display: inline-block;
}

.palette_label.middle {
    vertical-align: middle;
}

#editor-lock .palette_label {
    margin-left:0;
}

/* The switch - the box around the slider */
.palette_switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
}

.palette_switch.small {
  width: 50px;
  height: 24px;
  margin-right: 5px;
}

.palette_switch.right,
.flex-container.right {
    margin-left: auto;
    margin-right: 2px;
}

.palette_switch:not(.small) input {
    position: relative;
    top: 4px;
}

label[for=slideshow_play_style_select] {
    width:auto;
}
label[for=slideshow_play_style_select] > select {
    height:34px;
}

/* Hide default HTML checkbox 
.palette_switch input {display:none;}
*/

/* The slider */
.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 17px;
  background-color: var(--middlegrey);
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.palette_switch.small .switch_slider:before {
  height: 16px;
  width: 16px;
}

input:checked + .switch_slider {
  background-color: var(--primary-color);
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px 1px var(--black);
}

input:checked + .switch_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .switch_slider.small:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

.ipad input:checked + .switch_slider.small:before {
  transform: translateX(18px);
}

.apple input.switch-checkbox,
.windows input.switch-checkbox,
.chromebook input.switch-checkbox {
    height:34px;
    width: 60px;
    position: relative;
    top: -3px;
    left: -3px;
}

input.switch-checkbox:focus {
    outline:none;
}

.list.checkbox .checkbox {margin-left: 10px;}
               
.message.response.clipboard {
    margin-left: 40px;
    margin-right: 5%;
    font-weight: normal;
    font-size: .9em;
    color: green;
}

.close {
    display: none;
}

.modal-header {
    background-color: var(--lightgrey);
    margin-bottom: 5px;
    border-bottom: 1px solid var(--middlegrey);
}

.new-button {
    padding: 10px;
    box-sizing:border-box;
}

.newproject .new-options {
    justify-content:space-between;
}

.new-button.landscape,
.new-button.portrait,
.new-button.book,
.new-button.whiteboard,
.new-button.organizer,
.new-button.camera,
.new-button.upload{
    display:inline-flex;
    height: 140px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-button.landscape,
.new-button.portrait,
.new-button.book,
.new-button.organizer,
.new-button.whiteboard,
.new-button.camera,
.new-button.upload{
    flex-basis: 31%;
}

.new-button.rubric,
.new-button.assignment,
.new-button.newfolder {
    display: block;
    text-align: left;
    width: 100%;
    border-top:1px solid var(--middlegrey);
    height: 53px;
}

.new-button:hover {
    background-color: var(--primary-color-light);
    color: var(--primary-color-dark);
}

.new-button svg {
    fill: var(--primary-color);
    height:72px;
    width:72px;
}

.new-button.book svg{
    margin: 8px 0 12px;
    height:52px;
    width:52px;
}

.new-button.camera svg,
.new-button.upload svg,
.new-button.whiteboard svg,
.new-button.organizer svg{
    margin: 10px 0;
    height:52px;
    width:52px;
}

.new-button.rubric svg,
.new-button.assignment svg,
.new-button.newfolder svg{
    height:32px;
    width:32px;
    vertical-align:middle;
    margin:0 10px;
}

.new-button.rubric span,
.new-button.assignment span,
.new-button.newfolder span{
    vertical-align:middle;
}

.new-button.landscape {order:1;}
.new-button.portrait {order:2;}
.new-button.whiteboard {order:4;}
.new-button.book {order:3;}
.new-button.organizer {order:6;}
.new-button.camera {order:5;}
.new-button.upload {order:7;}
.new-button.assignment {order:8;}
.new-button.rubric {order:9;}
.new-button.newfolder {order:10;}

.icon-button {
    height:40px;
    width:44px; 
    border: 1px solid transparent;
    border-radius:4px;
}

.icon-button:focus,
.icon-button:hover{
    outline: none;
    border: 1px solid var(--black);
    background:var(--lightgrey);
}

.icon-button svg{
    height: 28px;
    width: 28px;
    fill: var(--primary-text);
    vertical-align: middle;
    pointer-events: none;
}

.icon-button.print-menu svg{
    height: 28px;
    width: 38px;
}

.list.icon {
    height:32px;
    width:32px; 
    border: 0 none;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 28px 28px;
}

.list.icon.folder_folder {
    background-image:url(/images/themes/1/folder_folder.svg);
    background-size: 26px 26px;
}

.list.icon.folder_team {
    background-image:url(/images/themes/1/folder_team.svg);
    background-size: 26px 26px;
}

.list.icon.folder_assignment {
    background-image:url(/images/themes/1/folder_assignment.svg);
    background-size: 26px 26px;
}

.list.icon.folder_highlight {
    background-image:url(/images/themes/1/folder_highlight.svg);
    background-size: 26px 26px;
}

.list.icon.assessment {
    background-image:url(/images/themes/1/icon_rubric_black.svg);
    margin-left: auto;
    margin-right: auto;
    opacity: .7;
}

.list.icon.assessment_folder {
    background-image:url(/images/themes/1/folder_assessments.svg);
    background-size: 26px 26px;
}

.layout-tile .list.icon.assessment {
    background-image:url(/images/themes/1/list-assessment-large.png);
    opacity: 1;
    height:150px;
    width:200px; 
    background-size: 200px 150px;
}

.page-help-oneroster .settings-container,
.page-help-csv .settings-container{
    padding: 20px;
    max-width: 900px;
}

.page-projectmanager .panel.projects > ul.projects > .holder.loadmore {
    background-color:var(--white);
}

.new-assignments-list li{
    border: 1px solid var(--middlegrey);
    cursor: pointer;
    display: inline-block;
    width: 200px;
    max-width: 200px;
    margin: 0 10px 10px 0;
    vertical-align: top;
}

.layout-tile div.teacher,
.new.assignments.layout-tile div.teacher  {
    align-items: center;
    flex-basis: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--middlegrey);
    background: var(--white);
    padding: 3px;
    border-radius: 6px;
    margin: 5px 0;
    position: absolute;
    width: 72%;
}

.ipad .bd.scroll,
.ipad .bd > .fixed > .scroll,
.ipad .bd > .fixed-width > .scroll,
.ipad .bd > .fill > .scroll,
.ipad .palette_options {
    -webkit-overflow-scrolling: touch;
}

/*recording preview dialog */

.nav-close-dialog {
    text-align:center;
}

button.secondary.listen {
    background:var(--lightgrey);
    margin-top: 20px;
    flex-direction: column;
    height: unset;
    min-width: unset;
    border-radius: 8px;
    padding: 14px;
}

button.secondary.listen.pause {
    background:var(--primary-color-light);
}

button.secondary.listen svg{
    height:72px;
    width: 72px;
}

/*sliders */

.size_slider,
.zoom_slider{
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    width: 70%;
    max-width: 250px;
    height: 10px;
    background: var(--lightgrey); /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    margin: 10px auto;
    border-radius: 5px;
    border:1px solid var(--middlegrey);
}

.size_slider:focus,
.zoom_slider:focus {
    border: 1px solid var(--grey);
}

.size_slider::-webkit-slider-thumb,
.zoom_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: var(--middlegrey);
    border:1px solid var(--black);
    cursor: pointer;
}

.size_slider::-moz-range-thumb,
.zoom_slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--middlegrey);
    border:1px solid var(--black);
    cursor: pointer;
}

.size_slider.volume {
    width: 60%;
    float: right;
}

input.size_slider[disabled="disabled"], 
input.size_slider[disabled="disabled"], 
input.size_slider[disabled=""], 
input.size_slider[disabled=true], 
input.size_slider[disabled="true"], 
input.size_slider.disabled {
    opacity: 0.25;
    cursor: default;
    pointer-events: none;
}

/*CSS for when not logged in */

.not-loggedin .main {background-color: var(--white);}

.not-loggedin .toolbar_button,
.not-loggedin .toolbar_button:hover{
    border-color:transparent;
    background-color:transparent;
}

.not-loggedin .toolbar_button svg:hover, 
.not-loggedin .toolbar_button svg:focus {
    background: var(--white);
    border-radius: 50%;
    fill: var(--primary-color);
}

.not-loggedin .toolbar_button.print svg {
    height: 30px;
    width: 30px;
    margin: unset;
}

.not-loggedin .toolbar_button.translate svg {
    margin-right: 6px;
    height: 26px;
    width: 26px;
}

.not-loggedin .toolbar_button.play svg {
    height: 34px;
    width: 34px;
    margin: unset;
}

.not-loggedin .toolbar_button_label,
.not-loggedin .toolbar_button.play .toolbar_button_label{
    display: none;
}

.not-loggedin .toolbar_section.view{
    order: 3;
    flex:1;
    text-align: left;
    display:none;
}

.not-loggedin .toolbar_section.print {
    order: 5;
    margin-left: auto;
}

.not-loggedin .toolbar_section.nav {
    min-width: unset;
}

.readonly:not(.player-view) .toolbar_button.next svg,
.readonly:not(.player-view) .toolbar_button.previous svg,
.not-loggedin .toolbar_button.next svg,
.not-loggedin .toolbar_button.previous svg{
    height: 42px;
    width: 42px;
    fill: var(--darkgrey);
    margin-right: 0;
}

/*End CSS for when not logged in */

.page-blog .bd.middle > .panel.topics ul li:not(.active):hover {
    background-color:var(--lightgrey);
}

/*Projectmanager - project ideas div*/

.page-projectmanager .project-ideas {
    margin:20px;
    border:1px solid var(--middlegrey);
    border-radius:6px;
    padding:10px 20px;
    background: var(--primary-color-light);
}

.page-projectmanager .project-ideas p {
    margin:0 0 10px 0;
    font-weight:500;
    font-size: 1.2em;
    text-align: center;
}

.page-projectmanager .project-ideas .prompts {
    width:100%;
    display:flex;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap:10px;
    justify-content: space-between;
}

.page-projectmanager .project-ideas .prompt {
    display:flex;
    flex-direction:column;
    align-items:center;
    flex:1;
    cursor:pointer;
}

.page-projectmanager .project-ideas .prompt svg{
    padding:10px 16px;
    background-color:var(--white);
    fill:var(--primary-color);
    border:1px solid var(--grey);
    border-radius:6px;
    max-width:45px;
    max-height:45px;
}

.page-projectmanager .project-ideas .prompt.book svg,
.page-projectmanager .project-ideas .prompt.month svg{
    padding: 9px 16px 11px;
}

.page-projectmanager .project-ideas .prompt svg:hover{
    background-color:var(--primary-color);
    fill:var(--white);
}

.page-projectmanager .project-ideas .prompt p{
    font-size:.8em;
    margin-top: 3px;
    line-height: normal;
}

.page-projectmanager .project-ideas.welcome {
    position:absolute;
    top:0;
    left:0;
    margin:0;
    height:100%;
    width:100%;
    z-index:1000;
    box-sizing: border-box;
}

.page-projectmanager .project-ideas.welcome p {
    margin-top:5%;
}

.page-projectmanager .project-ideas.welcome .prompts {
    width:60%;
    margin:40px auto 0;
}

.page-projectmanager .project-ideas.newassignments {
    margin-bottom:0;
}

.page-projectmanager .project-ideas.newassignments>p{
    display:none;
}

.page-projectmanager .project-ideas.newassignments .prompt p{
    margin-bottom:0;
}

/* Remix dialog */

.modal-content.remixproject.show {
    margin: 20px auto 0;
    height: 550px;
    max-width: 500px;
    max-height: 90%;
    position: relative;
    overflow: initial;
}

.modal-content.remixproject.show .modal-body {
    flex: 1;
    background: var(--white);
    background-image: url(/images/remix-main-background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: unset;
    display: flex;
    flex-direction: column;
}

.remix-holder {
    display:flex;
    flex-direction:column;
    padding:0px 20px 10px;
    text-align:center;
    overflow:auto;
    color:var(--primary-color);
    flex:1;
    font-family: 'Oswald','Roboto',verdana;
}

.remix-holder h3 {
    font-family: 'Oswald','Roboto',verdana;
    font-weight: 500;
    font-size: 3em;
    display: flex;
    align-items: center;
    justify-content:center;
}

.remix-holder h3 svg {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    fill: var(--primary-green);
}

.remix-holder h3 span {
    margin-left:8px;
    background-image: url(/images/remix-header-highlight.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.remix-holder .image-holder {
    max-width: 70%;
    margin: 20px auto;
    aspect-ratio: 4 / 3;
}

.remix-holder .image-holder img{
    max-height: 100%;
    max-width: 100%;
    border:1px solid var(--primary-color);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.remix-holder .remix-actions{
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.remix-holder .actionbuttons{
    margin-top:auto;
    display: flex;
    justify-content: space-evenly;
}

.remix-holder .actionbuttons button{
    width:200px;
    background:var(--primary-orange-dark);
    color:var(--white);
    font-family: 'Oswald','Roboto',verdana;
    font-size: 1.2em;
    padding:0;
}

.remix-holder .actionbuttons button span {
    position: relative;
    top: -1px;
}

.remix-holder .remix-actions .learnmore {
    text-align: right;
    margin-top: 20px;
    width: 90%;
    font-weight:500;
}

.modal-content.remixproject.show .modal-footer {
    padding: 0;
    height: 0;
}

.modal-content.remixproject.show .modal-footer button {
    position: absolute;
    top: -10px;
    right: -10px;
    min-width: unset;
    width: 36px;
    padding: 0;
}

/* End Remix dialog */

@media (orientation:portrait) {
    
    .bd > .fixed,
    .bd > .fixed-width,
    .hd > :first-child {width: 200px;}
    
    button.primary.new {
        width: 200px;
        min-width: 200px;
    }
    
    .page-projectmanager .project-ideas .prompts {
        flex-wrap: wrap;
    }
    
    .page-projectmanager .project-ideas.welcome .prompts {
        width: 90%;
        margin: 40px auto 0;
        flex-wrap: wrap;
    }
    
    #t4l_primary {
        margin: 0 5px;
    }
    
    button.primary.subscription {
        margin: 0 10px;
    }
    
    
}

.toolbar-menu-list {
    display: none;
    position: absolute;
    background-color: var(--lightgrey);
    min-width: 180px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 2000;
    white-space:nowrap;
    border: 1px solild var(--grey);
    border-radius: 0 10px 10px;
}

.toolbar-menu-list.show {
    display:block;
    visibility:visible;
}

.es_ES .toolbar-menu-list,
.fr_FR .toolbar-menu-list{
    width: 230px;
}

.toolbar-menu-list>li{
    cursor: pointer;
    font-weight: normal;
    font-size: .8em;
    padding: 9px 10px 9px 42px;
    position:relative;
    display: flex;
    align-items: center;
}

.toolbar-menu-list>li ul li{
    padding: 10px 10px 10px 42px;
}

.toolbar-menu-list>li.section {
    border-bottom: 1px solid var(--middlegrey);
}

.toolbar-menu-list>li.section-top {
    border-top: 1px solid var(--middlegrey);
}

.toolbar-menu-list>li.delete {
    border-top: 1px solid var(--middlegrey);
    border-bottom: 1px solid var(--middlegrey);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.toolbar-menu-list > li.with-icon,
.toolbar-menu-list * li.with-icon {
    padding: 6px 10px;
}

.toolbar-menu-list>li:hover,
.toolbar-menu-list>li:hover ul li:hover{
    background-color: var(--middlegrey);
}

.toolbar-menu-list>li.no-hover:hover {
    cursor:default;
    background-color: transparent;
}

.toolbar-menu-list>li.disabled:hover {
    background-color: transparent;
}

.toolbar-menu-list>li ul {
    position: absolute;
    left: -999px;
}

.toolbar-menu-list>li:hover ul {
    position: absolute;
    left: 180px;
    top: 0px;
    background-color: var(--lightgrey);
    width: 190px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.toolbar-menu-list>li.disabled:hover ul {
    display: none;
}

.toolbar-menu-icon {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 599px) {
    
    .toolbar {
        flex-wrap: wrap;
        height: unset;
    }
    
    .pmheader {
        width: 100%;
        order: 6;
        background: var(--lightgrey);
        display: flex;
        padding: 5px 0;
        padding: 5px 10px 5px 0;
        box-sizing: border-box;
        align-items: center;
    }
    
    .pmheader.none {
        pointer-events: initial;
    }
    
    .pmheader .holder.search {
        margin:0 10px;
    }
    
    .pmheader .holder.search button.advanced{
        display:none;
    }
    
    .pmheader .holder.search input {
        min-width: unset;
    }
    
    h2{font-size:1.3em;}

        .close {
        display: none;
    }

    .header-logo {
        display:none;
    }

    .toolbar_account_options {
        right: 5px;
    }

    .toolbar #split-nav-right {
        margin-left: auto;
    }

    .toolbar #split-nav-right li.last {
        margin-left:0;
        height:unset;
    }

    .loggedin.admin .toolbar ul {
        order:4;
    }

    .loggedin:not(.admin) .toolbar ul li a {
        padding: 0;
        height: 34px;
        width: 34px;
        min-width: unset;
        border-radius: 50%;
        justify-content: center;    
        color: var(--primary-color);
        background: var(--white);
    }

    .toolbar ul li#nav-tab-projectmanager a {
        justify-content: center;
        min-width: unset;
    }

    .toolbar ul li#nav-tab-projectmanager a:hover {
        background: var(--white);
    }

    .toolbar ul li a svg {
        margin-right:0;
        fill: var(--primary-color);
    }

    .toolbar ul li a svg.home {
        height: 28px;
        width: 28px;
        margin-left: 0;
    }

    .admin .toolbar ul li a svg {
        fill: var(--white);
    }

    .toolbar ul li a svg.accounts {
        margin-right: 0;
        height: 22px;
        width: 22px;
        top: 2px;
    }

    #t4l_primary {
        margin: 0 10px;
    }

    .student #t4l_primary {
        margin: 0 10px 0 auto;
    }


    button.primary.new {
        border-radius:50%;
        height:36px;
        width:36px;
        margin:5px 10px;
        border:2px solid var(--white);
        padding:0;
        min-width:unset;
        justify-content: center;
    }

    button.primary.new svg.plus{
        display:inline;
        margin:0;
    }

    button.primary.new svg.next{
        display:none;
    }

    button.primary.new span{
        display:none;
    }

    .hd > :first-child {
        width: initial;
    }

    .hd .holder.search > input {
        width: 20px;
    }

    .hd button.primary {
        position: fixed;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        min-width: 50px;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        bottom: 5%;
        right: 5%;
    }

    .hd button.primary.new span.no-mobile {
        display: none;
    }

    .hd button.primary.new span.mobile {
        display: inline;
        font-size: 32px;
        position: relative;
        top: 2px;
    }

    .hd button.primary.new svg.mobile {
        display: inline;
        fill:var(--white);
        height: 32px;
        width:32px;
        position: relative;
        top: 2px;
        pointer-events: none;
        margin-right:0;
    }

    .hd button.primary .new-button-text {display: none;}
    .hd button.primary .new-button-icon {display: block;}

    .hd > select {
        flex: 0 0 90%;
    }

    .hd.top button.sort {
        margin-right: 0px;
        padding: 4px;
    }

    button.folders.list {
        display: inline-block;
        margin-left: 4px;
        width: 40px;
    }

    .button-menu.sort {
        right: 10px;
    }

    .bd {
        flex-direction: column;
    }

    .bd .fixed,
    .bd .fixed-width {
        border-bottom: 1px solid var(--middlegrey);
        border-right: none;
        width: 100%;
    }

    .bd > .fill {
        overflow:auto;
    }

    .bd > .fixed-width ul.folders{
        display: none;
    }

    .bd > .fixed-width ul.folders.show{
        display: block;
    }

    .button-menu.new {
        width: 100vw;
        height: 100vh;
        left: 0;
        top: -68px;
        text-align: center;
    }

    .button-menu .list-item {
        text-align:left;
    }

    .button-menu .inline-item {
        margin: 20px 28px;
    }

    #dialog-assessment .modal-body {
        overflow-x: auto;
    }

    button.secondary.with-icon svg {
        margin: 0;
    }

    button.primary.small-screen {
        display: block;
    }

    .readonly button.primary.small-screen {
        display: none;
    }

    button.secondary.tight.share {
        width: initial;
        left: 0;
    }

    .modal-textarea {
        width: 75%;
        max-width: 75%;
    }

    .modal-textarea.single-line {
        padding-top: 8px;
    }

    .display.students-export{
        display: none;
    }

    #toolbar-menu-item-new-project,
    #toolbar-menu-item-import-pages,
    #toolbar-menu-item-show-rulers,
    #toolbar-menu-item-ruler-units{
        display: none;}

    #share-classroom-label{
        display: none;
    }

    .page-trainingcontent .hd {
        display: block;
        height: initial;
        padding: 5px 0;
        box-sizing: border-box;
    }

    .page-trainingcontent .bd .panel.fixed,
    .page-trainingcontent .bd .panel.fixed-width{
        display: none;
    }

    .training-content-header {
        margin-top: 10px;
    }

    .projects.folders .new-assignments-list {
        grid-template-columns: repeat(auto-fit, minmax(160px, auto));
        justify-content: space-around;
        padding: 10px 1%;
    }

    .not-loggedin .toolbar_section.print {
        display: none;
    }
    
    .modal-content.remixproject.show {
        position: relative;
        overflow: initial;
        margin: 0;
        height: 100%;
        max-width: unset;
        max-height: unset;
    }
    
    .remix-holder {
        padding: 40px 20px 20px;
    }
    
    .remix-holder .remix-actions {
        justify-content: flex-start;
    }
    
    .remix-holder .actionbuttons {
        margin-top: 40px;
    }
    
    .remix-holder .actionbuttons button {
        width: 150px;
        font-size: 1em;
    }

}

@media (min-width: 600px) {    
    body.lti-dl .projects.folders.fill {
        overflow-x: auto;
    }
}

@media (max-width: 770px) {

    .button-menu .list-item {
        padding: 15px;
    }

    .toolbar_icon.logout,
    .material-icons.logout {
        display: none;
    }

}

@media (orientation:landscape) and (max-width: 700px) {
    
    .button-menu .list-item span{
        display: none;
    }
    
    .material-icons.button-with-label {
        margin-right: 0;
    }

    .button-menu.new {
        width: 228px;
    }

    .button-menu .list-item {
        display: inline-block;
        margin: 0 -4px 0 0;
        padding: 14px;
    }

}

@media (max-width: 1200px) {
    #t4l_primary .days-remaining {
        display:none;
    }
}

@media (max-width: 1000px) {
    
    .toolbar_account_settings svg.account_menu_icon {
        display:none;
    }
    
    .toolbar ul li a span,
    .widget.toggle.view span,
    .toolbar_button:not(.page):not(.text):not(.image):not(.symbol):not(.video):not(.web) .toolbar_button_label{
        display:none;
    }
    
    .page-projectmanager .project-ideas .prompt svg {
        padding: 5px 8px;
        border-radius: 6px;
        max-width: 32px;
        max-height: 32px;
    }
    
    .page-projectmanager .project-ideas .prompt p {
        font-size: .75em;
        font-weight:normal;
        margin-top: 3px;
        line-height: normal;
    }
    
    .page-projectmanager .project-ideas .prompt.book svg,
    .page-projectmanager .project-ideas .prompt.month svg{
        padding: 5px 8px;
    }
}

@media (min-width: 650px) and (max-width: 1100px) and (orientation:landscape) {

    .palette_label {
            margin-right: 5px;
            font-size: 10pt;
            min-width: 50px;
        }

    .palette_note {
        font-size: 10pt;
        max-width: 100px;
    }

}

@media (min-aspect-ratio: 16/10)and (max-height:500px) {
    
    body.page-myclasshtml,
    body.loggedin.page-help,
    body.page-students,
    body.page-assignments,
    body.page-trainingcontent,    
    body.page-rubriceditor,
    body.page-lti13,
    body.page-lti{
        display: grid;
        grid-template-columns: 48px 1fr;
        grid-template-rows: 55px 1fr;
        grid-template-areas: "toolbar hd" "toolbar bd";
        grid-gap: 0px 0px;
        overflow: hidden;
    }
    
    body.page-accounts{
        display: grid;
        grid-template-columns: 48px 1fr;
        grid-template-rows: 55px 1fr;
        grid-template-areas: "toolbar hd" "toolbar bd" "toolbar confidential";
        grid-gap: 0px 0px;
        overflow: hidden;
    }
    
    .page-accounts .vanity-url {
        grid-area: confidential;
    }
    
    body.page-projectmanager,
    body.page-authkey,
    body.page-blog.loggedin,
    body.page-editor,
    body.page-settingsadmin,
    body.page-accounts,
    body.page-homeadmin,
    body.loggedin.page-resources,
    body.page-settingsteacher {
        flex-direction: row;
    }
    
    .loggedin .toolbar,
    .admin .toolbar{
        height: 100%;
        flex-direction: column;
        grid-area: toolbar;
        width: 48px;
        border-bottom: 0;
    }
    
    .pmheader {
        display:none;
    }
    
    #t4l_primary .user-badge{
        display: none;
    }
    
    .hd > :first-child{width: initial;}
    
    button.primary.new {
        order: 2;
        position: unset;
        transform: none;
        border-radius: 50%;
        padding: 0;
        min-width: unset;
        width: 38px;
        height: 38px;
        justify-content: center;
        align-items: center;
        display: flex;
        border: 1px solid var(--white);
    }
    
    button.primary.new svg {
        margin:0
    }
    
    button.primary.new svg.plus {
        display: inline;
    }
    
    button.primary.new svg.next {
        display: none;
    }
    
    button.primary.new span {
        display: none;
    }
    
    button.primary.subscription {
        display:none;
    }
    
    .page-projectmanager .panel.projects > .message.noresults .noresults-message button.primary.new {
        padding: 0;
        width: 36px;
    }
    
    .toolbar_student_label{display: none;}
    
    .toolbar_student_icon{margin-right:0;}
    
    .loggedin .toolbar ul {
        margin-top:10px;
    }
    
    .loggedin .toolbar ul li a {
        width: 38px;
        height: 38px;
        min-width: unset;
        box-sizing: border-box;
        border-radius: 50%;
        padding: 0;
        justify-content: center;
    }
    
    .toolbar ul li#nav-tab-projectmanager a {
        min-width: unset;
        justify-content: center;
    }
    
    .toolbar ul li a svg,
    .toolbar ul li a svg.accounts{
        height: 22px;
        width: 22px;
        margin: 0;
    }
    
    .toolbar ul li a svg.home {
        margin-left: 0;
    }
    
    .toolbar_home_product {
        margin: 5px 0 0;
    }
    
    .loggedin #t4l_primary{margin: 10px auto;order: 1;}
    .loggedin:not(.admin) .toolbar #split-nav-right{margin-left: 0;order: 5;flex-direction: column;}
    .loggedin:not(.admin) .toolbar #split-nav-left{margin-left: 0;order: 4;flex-direction: column;}
    
    .loggedin .toolbar #split-nav-left li{
        margin-left: 0;
        height: unset;
        padding: 0;
    }
    
    .toolbar #split-nav-right li{
        margin-left: 0px;
        height: unset;
        padding: 0;
    }
    
    .toolbar_account_options{
        top: initial;
        right: initial;
        left: 55px;
        top: 10px;
    }
    
    .loggedin .toolbar h1,
    .loggedin .toolbar h2 {display: none;}
    
    .admin #t4l_primary a:not(.logout) {
        margin-right: 0;
    }
    
    .loggedin.iframe.readonly .toolbar_section.name {
        display:none;
    }
    
    .remix-holder .image-holder {
        display:none;
    }
    
}

@media (orientation:portrait) and (min-width:599px) {
    
    .pmheader .holder.search input {
        min-width: 160px;
        max-width: 160px;
    }
    
    .pmheader .holder.search input::placeholder {
         color: transparent;
    }
    
}

@media (orientation:portrait) and (max-width:599px) {
    
    .project-ideas {
        display:none;
    }
    
    .ipad .new-button.camera,
    .iphone .new-button.camera {
        display:none;
    }

    .ipad .new-button.upload,
    .ipad .new-button.whiteboard,
    .iphone .new-button.upload,
    .iphone .new-button.whiteboard {
        flex-basis: 47%;
    }
    
}