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

body.admin,
body.page-settingsteacher{
    background-color:var(--white);
}

body.windows .apple {display: none;}

#t4l_build {display:none;}

.main {background-color: var(--primary-background);}
.player-view .main {background-color: var(--white);}

a {
    color: var(--primary-color-dark);
    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: 'Lexend Deca','Roboto', Verdana, Arial, sans-serif;
    font-size: 1em;
    padding: 0;
    color: var(--primary-text);
    outline:none;
}

button.material-icons {
    background:transparent;
}

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

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

button.primary.add-students {
    margin:40px  auto;
    padding: 0 20px 0 14px;
    text-align: center;
    z-index: 9000;
    background: var(--primary-green-dark);
}

button.primary.add-students:hover {
    box-shadow: var(--primary-color) 0 0 6px 2px;
    outline: none;
}

.page-projectmanager button.primary.add-students {
    order:3;
}

button.primary.new {
    position: absolute;
    top: 10px;
    left: 50vw;
    transform: translate(-50%, 0);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    padding: 0;
    margin:0;
    min-width: initial;
    font-size: 2em;
    background: var(--primary-orange);
    outline: none;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    z-index: 10000;
}

button.primary.new:hover,
button.primary.new:focus{
    box-shadow: var(--primary-color) 0 0 6px 2px;
}

button.primary.new svg {
    fill: var(--white);
    height: 40px;
    width: 40px;
    margin-top: 5px;
    pointer-events: 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 {
    color: var(--primary-color-dark);
    background: var(--lightgrey);
    border: 1px solid var(--primary-color-dark);
    border-radius: 18px;
    padding: 0 12px;
    height:36px;
    min-width: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

a.button.secondary {
    color: var(--primary-color-dark);
    background: var(--white);
    border: 1px solid var(--primary-color-dark);
    border-radius: 18px;
    padding: 0 14px;
    min-width: 70px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button.secondary.modal-social-button {
    padding:0 8px;
    margin: 0 10px 10px 0;
    width: 142px;
    text-align: left;
}

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

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

button.secondary.listen {
    height:unset;
    min-width:unset;
    padding: 14px;
    flex-direction:column;
}

button.secondary.listen svg{
    height: 72px;
    width: 72px;
    fill: var(--primary-color-dark);
    display: block;
}

button.secondary.google-classroom {
    margin-right:auto;
    background-image:url(/images/themes/1/google_classroom.svg); 
    background-repeat: no-repeat;
    background-position: 5px;
    background-size: 24px 24px;
    padding-left: 38px;
}

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 svg {
    height: 26px;
    width: 26px;
    margin: 0 8px;
    fill: var(--primary-color-dark);
}

button.secondary.icon-only {
    min-width: unset;
    padding: 0;
    width: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

button.secondary.icon-only svg{
    width: 24px;
    margin-right:0;
}

button.tertiary {
    background: var(--lightgrey);
    border: 1px solid var(--middlegrey);
    border-radius: 16px;
    margin-left: 20px;
    padding: 0 12px;
    height:32px;
    min-width: 70px;
    position: relative;
    font-family: 'Roboto', Verdana, Arial, sans-serif;
}

button.tertiary:active {
    background: var(--lightgrey);
}

button.rosters {
    border-radius:18px;
    border:1px solid var(--primary-color);
    display:inline-block;
    text-align:left;
    padding:7px 32px 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: 95%;
    background-size: 24px 24px;
    background-color: var(--white);
    width: 280px;
}

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

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

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

button.square-button-blue.open {
    width:unset;
    border-radius:17px;
    font-family: 'Roboto','Roboto', Verdana, Arial, sans-serif;
    font-size:1em;
    margin-right: 10px;
    padding:0 16px 0 8px;
}

button.square-button-blue:hover,
.square-button-blue:hover{
    box-shadow: var(--primary-color) 0 0 6px 2px;
}

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

button.square-button-blue.open svg {
    margin-right:5px;
}

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

.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.add.flex-right {
    background-color:var(--white);
    margin-left:auto;
    border: 1px solid var(--grey);
}

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

input[type="radio"] {
    height: 18px;
    width:  18px;
    vertical-align: middle;
    margin: 0 10px;
}

label.list {
    width: 100px;
}

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

h1 {font-size: 1.8em;}

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-dark);
}

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

.toolbar h1,
.page-help .toolbar h2{
    position: absolute;
    left: 50vw;
    transform: translate(-50%, 0);
}

.page-help .toolbar h2 {
    font-size:1em;
}

.toolbar h1 img {
    height:50px;
}

.expired.white { color: var(--primary-text); }

.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: 'Lexend Deca', 'Roboto', Verdana, Arial, sans-serif; border: 1px solid var(--primary-color); border-radius: 2px; color: var(--primary-text); padding: 4px; margin: 0; }

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

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

.toolbar_icon.home {background-image:url(/images/themes/2/toolbar_home2.svg);position: relative;top: 8px;}

.toolbar ul .button-header {
    margin: 0 auto 0 20px;
}

.toolbar ul .button-header.hidden {
    margin: 0;
}

.toolbar .button-header a{
    padding: 0 20px;
    border-radius: 20px;
    background-color: var(--primary-color);
    color: var(--white);
    cursor: pointer;
    height: 40px;
    display: flex;
    align-items: center;
}

.toolbar .button-header a:hover,
.toolbar .button-header a:focus{
    box-shadow: var(--primary-color) 0 0 6px 2px;
    outline:none;
}    

.admin .toolbar .button-header a{
    background-color: var(--primary-green-dark);
}

.toolbar .button-header a img.logo {
    max-height:50px;
}

.toolbar .button-header svg {
    height: 32px;
    width: 32px;
    fill: var(--white);
    margin-right: 8px;
}

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

.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/2/toolbar_logout.svg);
    display: inline-block;
    width: 32px;
    vertical-align:middle;
    margin-left: 10px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 32px 32px;
}

.admin .toolbar_icon.logout {
    background-image:url(/images/themes/1/toolbar_logout.svg);
}


.toolbar_icon.logout:hover,
.toolbar_icon.logout:focus {
    background-color: var(--primary-color-light);
    color: var(--primary-color-dark);
}

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

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

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

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

.toolbar button.editstudents {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    position: relative;
    vertical-align:middle;
    top: -2px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.toolbar button.editstudents:hover {
    border: 1px solid var(--primary-color);
    border-radius:50%;
}

.toolbar button.editstudents svg {
    height: 20px;
    width: 20px;
    fill: var(--primary-color);
}

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

.header-logo {
    width: 200px;
    height: 40px;
    margin-left: 10px;
    background-size: 200px 40px;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    justify-self: center;
    background-image:url(/images/wriddle/wriddle-logo2.svg);
}

.admin .header-logo {
    background-image:url(/images/wriddle/wriddle-logo-white.svg);
}

.dev .header-logo {
    background-image:url(/images/wriddle/wriddle-logo-red.svg);
}

.toolbar {
    display: flex;
    align-items: center;
    height: 60px;
    background: var(--white);
    border-bottom: 1px solid var(--middlegrey);
    margin: 0px;
    list-style-type:none;
    padding: 0px;
}

.page-accounts.teacher.loggedin .toolbar,
.admin .toolbar, .page-homeadmin .toolbar, 
.page-accounts .toolbar, .page-settingsadmin .toolbar {
    height:60px;
    background:var(--white);
}

.toolbar_home {
    width: 50px;
    height: 50px;
    text-align: center;
    color: var(--white);
    margin-left: 5px;
    cursor:pointer;
}

.page-authkey .toolbar_home {
    display:none;
}

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

.toolbar_home svg {
    height:32px;
    width:32px;
}

.toolbar_student_icon,
.toolbar_account_icon, 
.toolbar_settings_icon {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 32px 32px;
    
}

.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 {
    color: var(--white);
    text-decoration: none;
    background: var(--primary-color);
    border-radius: 18px;
    padding: 7px 14px 8px;
    pointer-events: none;
}

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

img.profile-primary-link:hover,
img.profile-primary-link:focus{
background-color: var(--primary-color-light);
box-shadow: var(--primary-color) 0 0 6px 2px;
}

.material-icons.logout {
    color: var(--primary-color);
    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(--darkgrey);
    margin-right:20px;
    vertical-align: middle;
}

.toolbar_account.logout svg {
    height: 34px;
    width: 34px;
    margin-right:0;
}

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

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

.toolbar_account_action.logout {
    background: var(--primary-color);
    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;
}

.toolbar .header-trash {
    margin: 0 80px 0 auto;
    font-size: 1.2em;
}

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

.button-menu.new {
    left: 45vw;
    top: -26px;
    width: 230px;
}

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

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

.button-menu.sort .list-item.current svg {
    display: inline-block;
    margin-left: 15px;
    fill: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-dark);
    height: 52px;
    width: 52px;
    pointer-events: none;
}
        
.button-menu .list-item {
    padding: 10px;
    background-color: var(--darkgrey);
    cursor: pointer;
}

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

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

.button-menu .list-item.section {
    border-top: 1px solid var(--middlegrey);
}

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

.student .hd {
    height:0px;
    border-bottom: none;
    padding:0;
}

.page-projectmanager .hd,
.sort-holder,
.breadcrumb-holder
{
    display: none;
}

.page-portfolio .hd, 
.page-myclasshtml .hd,
.page-help.student .hd {
    height:60px;
    border-bottom:1px solid var(--middlegrey);
    padding: 6px 10px;
}

.student.page-trainingcontent .hd {
    border-bottom:1px solid var(--middlegrey);
    height:60px;
}

.student .hd.top .holder.search,
.student .hd.top button.sort,
.student .hd.top .align-right {display:none;}

.hd > :first-child {
    position:relative;
    width: 300px;                  
}

.page-projectmanager .hd > :first-child {
    width: unset;
    flex: 1;
    text-align: center;
    margin-left: 20px;                 
}

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

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

.holder.search {
    border:1px solid var(--primary-color);
    border-radius:2px;
    background-color:white;
    flex-direction:row;
    height:34px;
    line-height:34px;
    margin:0 20px;
    align-items: center;
    border-radius: 17px;
    padding: 0 10px;
}

.page-projectmanager .hd.top .holder.search {
    display: none;
}

.holder.search > input {
    border:0;
    background:transparent;
    height:24px;
    display:flex;
    flex:4;
    outline:none;
}

.holder.search > input:active {
    outline: none;
}
        
.holder.search > button {
    display:flex;
    flex:0 0 30px;
    margin-right:auto;
}

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

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

.hd.top button.sort {
    margin-right: 20px;
}

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

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

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

.hd button.folders.list {
    display: none;
}

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

.bd {
    display: flex;
    flex: 1;
}

.bd > .fixed,
.bd > .fixed-width {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    width:300px;
}

.page-projectmanager .bd > .fixed, 
.page-projectmanager .bd > .fixed-width {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: unset;
    background-color: transparent;
}

.page-settingsteacher .bd > .fixed-width {
    width:unset;
}

.bd .fixed button.folders.list,
.bd .fixed-width button.folders.list{
    display: none;
}

.bd > .fixed li,
.bd > .fixed-width li{
    box-sizing: border-box;
    height:50px;
    font-weight: 500;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 25px;
    padding: 0 10px;
    cursor:pointer;
}

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

.bd.scroll,
.bd.middle,
.bd > .fixed > .scroll,
.bd > .fixed-width > .scroll,
.bd > .fill > .scroll,
.bd > .fill.scroll{
    flex:1;
    overflow-y:auto;
    overflow-x: hidden;
}

.bd > .fixed-width > .holder.folders {
    display: flex;
}

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

.bd .display.folders li.trash {
    margin-top:auto;
    background-color: var(--white);
    border: 1px solid var(--middlegrey);
    margin: 6px;
    z-index: 1000;
}

.bd .display.folders li.trash:hover,
.bd .display.folders li.trash:focus {
    box-shadow: var(--primary-color) 0 0 6px 2px;
    outline:none;
}

.bd .display.folders li.trash.hidden {
    display: none;
}

.display.folders li.trash svg {
    margin:0;
}

.display.folders li.trash span {
    margin-right:5px;
}

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

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

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

.projects.folders.fill {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: 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;
}

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

#btn-folders-myprojects {
    display: none;
}

.bd > .fixed li:hover,
.bd > .fixed-width li:hover{
    background-color:var(--lightgrey);
}
                    
.display.folders li > :nth-child(2) {
    flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.panel.folders li svg.folder,
.display.folders li svg,
.widget.categories > li svg{
    fill: goldenrod;
    height: 32px;
    width: 32px;
    pointer-events: none;
}

.widget.categories > li svg.menu{
    fill: var(--primary-text);
    height: 22px;
    width: 22px;
}

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

.display.news {
    margin: 10px 5px 5px;
    background-color: var(--white);
    padding: 10px;
    border: 1px solid var(--middlegrey);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    min-height: 130px;
}

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

.page-projectmanager.student .panel.projects > .new.assignments {
    background: #fcbc72;
}

.projects.layout-list > li {
    display:flex;
    flex-direction:row;
    background-color: var(--lightgrey);
    height: 36px;
    padding: 10px;   
}

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

.projects.layout-list > :nth-child(even) {
    background-color:white;            
}

.projects.layout-list > * > :first-child {
    cursor:pointer;
    margin-right:8px;
    width: 50px;   
    height:36px;
}

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

.widget.toggle.view > button {
    background-color:var(--white);
    height:36px;
    margin: 0;
    padding: 0 6px 0 6px;
    display: flex;
    align-items: center;
    color: var(--primary-color-dark);
}
        
.widget.toggle.view > button.active {
    background-color:var(--lightgrey);
    box-shadow: inset 0 0 2px 2px rgba(100,100,100,.3);
}

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

.widget.toggle.view span {
    margin: 0 2px 0 4px;
}

.palette_label {
    margin-right: 15px;
    margin-left: 5px;
    text-align: left;
    min-width: 68px;
    user-select: none;
}

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

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

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

/* 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 var(--primary-color);
}

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

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

.modal-header {
    background-color: var(--primary-color);
    color: var(--white);
    margin-bottom: 5px;
}

.list.checkbox .checkbox {margin-left: 10px;}

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

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

#dialog-assessment.modal-content.show {
    height: 75%;
}

#dialog-assessment .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#dialog-recording-confirm .modal-footer button span {
    position:relative;
    top: 1px;
}

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

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

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

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

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

.modal-textarea {
    height: 65px;
    vertical-align: top;
    width: 80%;
    border: 1px solid var(--darkgrey);
    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 {
    border-radius: 18px;
    padding: 7px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

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

.message.response.clipboard {
    margin-left: auto;
    margin-right: 5%;
    font-weight: normal;
    font-size: .9em;
    color: green;
}

.close {
    display: none;
}

/* The Close Button 
.close {
    background-color: lightgrey;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white;
    border: 1px solid grey;
    width: 30px;
    text-align: center;
    font-size: 25px;
    position: relative;
    top: -15px;
    float: right;
    right: -15px;
}
*/

.export-types .modal-column.primary {
    display:flex;
    flex-direction:column;
}

.export-button {
    display: flex;
    width: auto;
    align-items: center;
    padding: 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
}
                
.export-button:hover,
.export-button:focus {
    background-color: var(--lightgrey);
    color: var(--primary-color-dark);
    border: 1px solid var(--primary-color-dark);
    border-radius: 4px;
}

.export-button * {
    pointer-events:none;
}

.export-button-icon {
    display: flex;
    width: 100px;
    height: 60px;
    align-items: center;
    justify-content: center;
}

.export-button-icon img {
    height:60px;
}

.export-button-icon svg {
    height:60px;
    width:60px;
}

.export-button.paste svg {
    fill: var(--primary-purple);
}

.export-button.manual svg {
    fill: var(--primary-color-dark);
}

.export-button.generic svg {
    fill: var(--primary-green-dark);
}

.export-button-icon.images-full {background-image:url(/images/themes/1/print_option_full.svg);}
.export-button-icon.images-full-transparent {background-image:url(/images/themes/1/image_option_png.svg);}
.export-button-icon.images-two {background-image:url(/images/themes/1/print_option_table.svg);}
.export-button-icon.images-four {background-image:url(/images/themes/1/print_option_postcards.svg);}
.export-button-icon.images-fourb {background-image:url(/images/themes/1/print_option_booklet.svg);}
.export-button-icon.images-six {background-image:url(/images/themes/1/print_option_comic.svg);}
.export-button-icon.images-nine {background-image:url(/images/themes/1/print_option_trading.svg);}
.export-button-icon.portrait {background-image:url(/images/themes/1/project_new_portrait.svg);}
.export-button-icon.landscape {background-image:url(/images/themes/1/project_new_landscape.svg);}

.export-types button div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    flex: 1;
}

.export-button-label {
    display: block;
    cursor: pointer;
    font-weight: 500;
}

.new-button {
    display: inline-block;
    text-align: center;
    padding: 10px;
    width: 32%;
    height: 140px;
    vertical-align: top;
}

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

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

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

.new-button.single {
    display: block;
    text-align: left;
    padding: 10px;
    width: 100%;
    border-top:1px solid var(--middlegrey);
    height: 53px;
}

.new-button.single svg {
    height:32px;
    width:32px;
    vertical-align:middle;
    margin:0 10px;
}

.new-button.single span {
    vertical-align:middle;
}

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

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

.icon-rubric.revert {background-image:url(/images/themes/1/palette_revert.svg);}
.icon-rubric.addrow {background-image:url(/images/themes/1/button_rubric_add_row.svg);}
.icon-rubric.addcolumn {background-image:url(/images/themes/1/button_rubric_add_column.svg);}
.icon-rubric.removerow {background-image:url(/images/themes/1/button_rubric_delete_row.svg);}
.icon-rubric.removecolumn {background-image:url(/images/themes/1/button_rubric_delete_column.svg);}
.icon-rubric.print {background-image:url(/images/themes/1/menu_print_menu.svg);width: 48px;background-size: 46px 28px;}

.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-projectmanager .panel.projects > ul.projects > .holder.loadmore {
    background-color:var(--primary-background);
}

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

.projects.layout-detail > * {
    background-color:var(--lightgrey);
    border:1px solid var(--primary-color);
    cursor:pointer;
    display:flex;
    height:auto;
}

.projects.layout-detail .preview {
    min-width: 140px;
    padding: 5px 0 5px 5px;
    flex: 1;
    max-width: 200px;
}

.projects.layout-detail .preview img{
    display: block;
    margin: 0 auto;
    max-width: 200px;
    height: 150px;
    background-color: var(--white);
}

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

.projects.layout-detail .details .title{
    width:150px;       
}

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

/** Context menu stuff.. duplicate of what's in editor.css */
.context-menu {
    display: none;
    position: absolute;
    z-index: 2000;
}

.toolbar-menu-list {
    display: none;
    position: absolute;
    background-color: var(--lightgrey);
    width: 200px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    z-index: 2000;
}

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

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

.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.with-icon,
.toolbar-menu-list * li.with-icon {
    padding-left: 10px;
}

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

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

.student .popup li[data-action="moveto"] {
    display: none;
}

.new.assignments.layout-tile .date,
.new.assignments.layout-tile .preview svg{
    display: none;
}

.widget.assignments.layout-tile .details, 
.projects.layout-tile .details, 
.new.assignments.layout-tile .details {
    margin-top:5px;
}

/** Styles Add Students dialog **/

#dialog-add-students-menu .modal-column.primary {
    display: flex;
    flex-direction: column;
}

body.member #dialog-add-students-menu .export-button * {
    pointer-events:none;
}

body.member #dialog-add-students-menu .export-button.google {
    display:none;
}

body.member #dialog-add-students-menu .export-button.paste svg {
    fill:var(--primary-green-dark);
}

body.member #dialog-add-students-menu .export-button.manual svg {
    fill:var(--primary-purple);
}

body.member #dialog-add-students-menu .export-button.generic svg {
    fill:var(--primary-orange-dark);
}

/** End Styles Add Students dialog **/

/** Styles for not logged in **/

body:not(.loggedin) .toolbar .button-header a {
    padding: 0;
    justify-content: center;
    background: transparent;
    border-radius: unset;
}

body:not(.loggedin) .toolbar .button-header a:hover {
    box-shadow:none;
}

body:not(.loggedin) .toolbar .button-header a svg {
    margin:0;
}

body:not(.loggedin) .toolbar .button-header a span {
    display:none;
}

body:not(.loggedin) .toolbar .header-link.try {
    color: #ffffff;
    border-radius: 23px;
    line-height: 12px;
    padding: 12px 20px 12px;
    margin: 0 10px 0 5px;
    background-color: #e54e03;
    border: 1px solid #e54e03;
}

body:not(.loggedin) .toolbar .linkSignIn.head {
    color: #ffffff;
    border-radius: 23px;
    line-height: 12px;
    padding: 12px 20px 12px;
    margin: 0 10px 0 5px;
    background-color: #9a03e5;
    border: 1px solid #9a03e5;
}

@media (max-width: 500px) {
    
    .toolbar_student_icon {height: 50px;}
    
}

@media (max-width: 599px) {
    
#t4l_build,
.close {
    display: none;
}

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

.toolbar_account_options {
    right: 5px;
}

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

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

.hd button.primary {
    z-index: 1000;
    top: -54px;
    left: 44vw;
    height: 60px;
    width: 60px;
    margin:0;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.teacher .hd button.primary {
    top: -86px;
}

.embedded .hd button.primary {
    top: 80vh;
}

.iphone.embedded .hd button.primary {
    top: 78vh;
}

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

.hd button.folders.list {
    display: inline-block;
    margin-left: auto;
    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%;
    max-width:unset;
}

.bd .fixed button.folders.list,
.bd .fixed-width button.folders.list{
    display: block;
    position: absolute;
    right: 20px;
    margin-top: 12px;
}

.bd > .fixed li,
.bd > .fixed-width li{
    display: none;
}

.bd > .fixed li.active,
.bd > .fixed li.show,
.bd > .fixed-width li.active,
.bd > .fixed-width li.show{
    display: flex;
}

.button-menu.new {
    width: 100vw;
    left: 0;
    top: 24vh;
    box-shadow: 6px 0px 6px 0px rgba(0,0,0,0.3);
}

.embedded.android .button-menu.new {
    top: 33vh;
}

.embedded.iphone .button-menu.new {
    top: 41vh;
}

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

.display.news {
    display:none;
}

.settings-container {
    width: initial;
    margin: 0;
    border: none;
}

.modal {
    z-index: 3000;
}

.modal-body{
    flex:1;
}

.modal-content.show {
    margin: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

#dialog-assessment .modal-body {
    overflow-x: auto;
}
.modal-textarea.single-line {
    padding-top: 8px;
}

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

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

button.primary.small-screen.instructions {
    position: absolute;
    bottom: 2vh;
    right: 3vw;
}

.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,
#dialog-share .embed{
    display: none;}

#share-classroom-label{
    font-size: .85em;
}

#share-google-classroom .modal-section-row {
    display: flex;
    align-items: center;
}

#share-classroom {
    margin-left: auto;
}

#dialog-share .modal-section {
    margin: 0px 20px 30px;
}

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

}

@media (min-width: 600px) and (max-width: 799px) {
    
.hd > :first-child {
    width: 200px;                  
}

.projects.layout-detail > * {
    display:block;  
}

.projects.layout-detail .preview {
    padding: 5px;
}

.projects.layout-detail .preview img{
    height: 150px;
}

.palette_switch.right {margin-left: 0;}

}

@media (min-width: 770px){
    #dialog-recording-confirm.modal-content.show {
        max-width: 500px;
    }
   
}

@media (max-width: 799px) {
    .modal {
        z-index: 3000;
    }

    #dialog-assessment.modal-content.show {
        height: 100%;
    }

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

    .toolbar_icon.logout {display: none;}

    .toolbar_account_settings svg.account_menu_icon{
        display:none;
    }

}

@media (max-width: 700px)and (orientation:landscape) {
    
    .display.news,
    .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: 1000px)and (orientation:landscape) {

.android .modal-content.show {
    margin: 0;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 100%;
}

.android .modal-body {
    flex: 1;
    overflow-x:hidden;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

}

@media (max-height: 500px) and (max-width: 1100px) and (min-width: 400px) {
    .student button.primary.new {top: 5px;}
}

/** STUFF HIDDEN IN WRIDDLE **/

.widget.toggle.view,
.hd .sort,
#toolbar_view,
#toolbar_nav,
#toolbar_slideshow{
    display: none!important;
}

/** BLOG CSS **/

.page-blog .bd.middle > .panel.article > ul > li.blog-article {
    background:var(--white);
    border: 1px solid var(--middlegrey);
    border-radius:10px;
}

.page-blog .bd.middle > .panel.article > ul > li.blog-article:last-child {
    border-bottom: 1px solid var(--middlegrey);
}

.page-blog .bd.middle > .panel.article > ul > li.blog-article:hover {
    border: 1px solid var(--middlegrey);
    background:var(--primary-color-light);
}
