/*  THIS IS THE NEW STYLESHEET KEZ





 pallette  ----------

 red           #E84E3B  -   #C13B29
 orange        #E77E13  -   #D55500
 yellow        #F1C200  -   #F49B00
 dark marine   #34495F  -   #2D3E51
 purple        #9C5EBB  -   #8F4AB0
 blue          #339ADF  -   #2982BB
 green         #2ECA6A  -   #26AA55
 sea green     #19BB9B  -   #149F85
 light grey    #ECF0F1  -   #BEC3C7
 mid grey      #96A6A6  -   #808B8D


.stage-earwig-uk-com.theme-default #main-menu .active > a{ background: #801616 !important;}
.example-com.theme-default #main-menu .active > a{ background: #801616 !important;}
.stage-earwig-uk-com.theme-default #main-menu a{ background: #480808 !important;}
.example-com.theme-default #main-menu a{ background: #480808 !important;}*/
.loading-spinner {
bottom: 0;
height: 2em;
left: 0;
margin: auto;
overflow: visible;
position: fixed;
right: 0;
top: 0;
width: 2em;
z-index: 9999;
}

.loading-warning {
background-color: rgba(255, 255, 255, 0.8);
border: solid 1px #aaa;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
box-shadow: 0 3px 3px #888888;
color: #333;
font-size: 2em;

height: 3em;
left: 0;
margin: auto;
overflow: visible;
position: fixed;
right: 0;
text-align: center;
top: 33%;
width: 50%;
z-index: 1006;
}

/* Transparent Overlay */
.loading-spinner:before {
background-color: rgba(0, 0, 0, 0.3);
-moz-border-radius: 45px;
-webkit-border-radius: 45px;
border-radius: 45px;
content: '';
display: block;
height: 90px;
left: 50%;
margin-left: -45px; /* Negative half of width. */
margin-top: -45px; /* Negative half of height. */
position: fixed;
top: 50%;
width: 90px;
}

/* :not(:required) hides these rules from IE9 and below */
.loading-spinner:not(:required) {
/* hide "loading..." text */
background-color: transparent;
border: 0;
color: transparent;
font: 0/0 a;
text-shadow: none;
}

.loading-spinner:not(:required):after {
-moz-animation: spinner 1500ms infinite linear;
-ms-animation: spinner 1500ms infinite linear;
-o-animation: spinner 1500ms infinite linear;
-webkit-animation: spinner 1500ms infinite linear;
animation: spinner 1500ms infinite linear;
border-radius: 0.5em;
-webkit-box-shadow: rgba(213, 213, 213, 0.75) 1.5em 0 0 0, rgba(213, 213, 213, 0.75) 14px 14px 0 0, rgba(213, 213, 213, 0.75) 0 1.5em 0 0, rgba(213, 213, 213, 0.75) -14px 14px 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -14px -14px 0 0, rgba(213, 213, 213, 0.75) 0 -1.5em 0 0, rgba(213, 213, 213, 0.75) 14px -14px 0 0;
box-shadow: rgba(213, 213, 213, 0.75) 1.5em 0 0 0, rgba(213, 213, 213, 0.75) 14px 14px 0 0, rgba(213, 213, 213, 0.75) 0 1.5em 0 0, rgba(213, 213, 213, 0.75) -14px 14px 0 0, rgba(213, 213, 213, 0.75) -1.5em 0 0 0, rgba(213, 213, 213, 0.75) -14px -14px 0 0, rgba(213, 213, 213, 0.75) 0 -1.5em 0 0, rgba(213, 213, 213, 0.75) 14px -14px 0 0;
content: '';
display: block;
font-size: 10px;
height: 1em;
margin-left: -0.5em;
margin-top: -0.5em;
width: 1em;
}

/* Animation */

@-webkit-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-moz-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@-o-keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}

@keyframes spinner {
0% {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}

/* end loading spinner */
/*===================================================
Fonts
===================================================*/
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.pupil-info-section img { width: 100px; height: 100px; border-radius: 50px; background-color: #efefef; }
.center {display: block;margin-left: auto;margin-right: auto;width: 50%;}
.pupil-name{text-align: center;}

span.term-refPINK {
color: #FF339F; display: inline; float: none;
}

span.term-refYELLOW {
color: #FFE633; display: inline; float: none;
}

span.term-refBLUE {
color: #2278f2; display: inline; float: none;
}

span.term-refGREEN {
color: #06950D;
}

span.term-refPURPLE {
color: #8b47bc;
}

span.term-refORANGE {
color: #c6731d;
}

/* LIGHT BLUE, DARK BLUE, LIGHT GREEN, DARK GREEN */
span.term-refLightBlue {
color: #87caff;
}

span.term-refDarkBlue {
color: #2b57a5;
}

span.term-refLightGreen {
color: #9fff98;
}

span.term-refDarkGreen {
color: #047a24;
}
span.term-refCYAN {
color: #05f0f5;
}
@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('https://cdn.earwig.uk.com/admin-re/fonts/brandon_reg.eot');
    src: url('https://cdn.earwig.uk.com/admin-re/fonts/brandon_reg.eot') format('embedded-opentype'),
    url('https://cdn.earwig.uk.com/admin-re/fonts/brandon_reg.woff') format('woff'),
    url('https://cdn.earwig.uk.com/admin-re/fonts/brandon_reg.ttf') format('truetype'),
    url('https://cdn.earwig.uk.com/admin-re/fonts/brandon_reg.svg#BrandonGrotesqueRegular') format('svg');

}
.school-hasnt-launched {
    color: #808B8D;
}
 
 
/* ----- LINKS ------- */
div.record-control{display: inline-block; float: left; margin-left: 12px; height: 40px; vertical-align: middle;}
div.record-control > div{display: inline-block; position: relative;}
div.record-control label{ padding-top: 10px;}
.link-edit, .link-timeline, .link-photos { width: 23px; height: 23px; border: none; padding: 0; margin: 1px 5px; display: inline-block; text-indent: -9999em; }
.link-edit:hover, .link-timeline:hover, .link-photos:hover { background-color: transparent !important; background-position: 0 -70px !important; }
.link-edit { background: url(https://cdn.earwig.uk.com/admin-re/images/icon-edit-small.png) 0 0 no-repeat !important; }
.link-timeline { background: url(https://cdn.earwig.uk.com/admin-re/images/icon-tl-small.png) 0 0 no-repeat !important; }
.link-photos { background: url(https://cdn.earwig.uk.com/admin-re/images/icon-photo-small.png) 0 0 no-repeat !important; }
.text-light-gray a { color: #E77E13; }
.text-light-gray a:hover { text-decoration: underline; color: #D55500; }
 
/*   --------    TOPBAR / NAV    ----------   */

#main-navbar #main-menu-toggle .navbar-icon { left: 16px; }
#main-navbar #main-menu-toggle .navbar-icon:after { }
.mmc #main-navbar #main-menu-toggle .navbar-icon, .mme.mmc #main-navbar #main-menu-toggle .navbar-icon { left: 16px; }
#main-navbar .navbar-header { padding-left: 44px !important; }
#main-navbar .navbar-brand div, #main-navbar .navbar-brand div img { height: 36px; width: 95px; padding-top: 3px; }
.theme-default #main-navbar .navbar-brand div, .theme-default .demo-logo { background: none; }
#main-navbar .right { padding-right: 0px; }
#main-navbar .navbar-brand div { margin-right: 6px; top: 10px; }
#main-navbar .navbar-brand { padding-right: 10px; }
#main-navbar .navbar-brand { padding: 0 13px; width: 100%; }
#main-navbar .navbar-brand span { color: #fff; display: inline-block; font-size: 9px; font-weight: 400; letter-spacing: 0.2em; line-height: 10px; position: relative; top: 5px; }
#main-navbar .navbar-brand:hover { background: #f8f8f8; }
#main-navbar .fa-sign-out { color: #E84E3B; }
#main-navbar .user-menu > img { border: 1px solid #efefef; height: 32px; padding: 2px; width: 32px; }
#main-menu .menu-content.top { text-align: left; padding: 68px 15px 10px 70px !important; width: 100%; color: #fff; border: none; font-size: 12px; }
#main-menu .menu-content.top div { width: 100%; }
 
#main-menu .menu-content.top.admin .text-bg { margin-bottom: 2px; }
#main-menu .menu-content.top.admin { margin-bottom: -47px; margin-top: 0; padding: 60px 15px 10px 15px !important; color: #fff; }
#main-menu .menu-content.top.admin div { width: 100%; overflow: hidden; }
#main-menu .menu-content.top .btn-group { padding-top: 12px; }
#main-navbar .navbar-nav.pull-right { background: none; }
.usertype_staff-admin .profile.dropdown-toggle.user-menu { background: #DFDFDF none repeat scroll 0 0; }
 


.theme-default.usertype_parent #main-navbar .navbar-brand { line-height: 40px; height: 58px !important; }


.theme-default.earwiglite #main-navbar .navbar-brand { line-height: 40px; height: 67px !important; }
.theme-default.earwiglite #main-navbar #main-menu-toggle { height: 67px; }

.staff-school-bkg { text-align: center; }
.staff-school-bkg img { padding-top: 8px; height: 54px; width: auto; } 
.theme-default #main-navbar .right > .navbar-nav > li { border-left: none; } 
@media (max-width: 1100px) {

    .staff-school-bkg img { display: none; }
    .navbar-nav .open .dropdown-menu { display: block !important; }
    #main-navbar .navbar-nav > li > a { width: 100%; }
}
 
#main-menu .menu-content { margin-top: 0px; padding: 10px 0 30px; text-align: center; }
#main-menu .mmc-dropdown-open-ul li, #main-menu .mmc-dropdown-open-ul ul li { padding-left: 0px; }
.navbar-inverse { background-color: #fff; }
.mme #main-navbar .navbar-inner { left: 0; }
.framework-nav i { display: inline-block; }
.framework-nav span { vertical-align: top; display: inline-block; height: auto; line-height: 1em; width: 170px; padding-top: 14px; }
.dropdown-assessment .framework-nav span { line-height: 18px; width: 90%; padding-top: 0; padding-left: 4px; }
/* -----------   SIGNIN -------*/

.page-signin .signin-info .logo { padding: 0 0 12px }
.page-signin .form-actions .signin-btn:hover { background: #D55500 !important; }
#page-signin-bg .overlay { background: rgba(0, 0, 0, 0.2); }
.page-signin .signin-info .slogan { margin-top: 5px; margin-bottom: 10px; color: #fff; font-size: 17px; line-height: 19px; padding-bottom: 15px; }
.signin-with { font-size: 14px; }
.signin-with .left { display: inline-block; width: 73%; vertical-align: top; }
.signin-with .right { display: inline-block; text-align: right; vertical-align: top; width: 25%; }
.page-signin .not-a-member { padding: 15px 0; width: 500px; margin: 0 auto; }
.signin-form_id .errorlist { background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%,
rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #e66454; font-size: 12px; color: #fff; margin: 0 !important; padding: 5px 10px !important; }
.signin-form_id .errorlist hr { height: 1px; background-color: #FFF; border: 0; margin: 8px 0}
.timeline-ex-message { border-bottom: #fff 1px solid; display: block; padding-bottom: 10px; margin-bottom: 8px; }
.timeline-ex-message b { color: #333; }
.page-signin .signin-container { margin: 80px auto 0; }
/* PARENT REGISTRATION */

.parent-reg-school input[type=radio] { display: inline-block; height: 14px; margin-right: 6px; width: 14px; }
.parent-reg-school label { text-align: left; }













/* -----------   DASHBOARD  -------*/


/* end assessment framework dropdown

.dashboard-wrapper .col-md-6 .panel-heading .panel-title { color: #fff; }
.dashboard-wrapper.student { margin-left: 243px; }
 
span.records-to-review{ color: #555555; border-radius: 5px;  padding: 2px 4px; background-color: #b4e8f5; margin-right: 5px; font-weight: bolder; }
span.records-to-review.has-parent-observation, button.records-to-review.has-parent-observation, button.btn.btn-flat.has-parent-observation, label.record-flag.has-parent-observation span{ background-color: #ffe4ff; }
label.record-flag.has-parent-chat span{ background-color: #ff8d00; color: #fefefe;}
button.btn.btn-flat.has-parent-observation:hover{background-color: #e39de6 !important; border-color: #d8b1de !important;}
span.records-to-review.has-parent-observation span{cursor: default;}


span.position-bottom-right{position: absolute; right: -1px; bottom: 3px;}
span.records-to-review{ color: #555555; border-radius: 5px;  padding-left: 4px; background-color: #b4e8f5; margin-right: 5px; font-weight: bolder; }
.timeline span.has-parent-observation{ background-color: #bec3c7; padding-left: 4px; color:#ffffff;}
span.has-parent-observation span{cursor: default;}
.timeline .btn-action.btn-flat{background-color: #bec3c7;  border-color: #bec3c7; border-bottom-color: #9b9fa2;}
span.has-parent-observation i, button.has-parent-observation i{cursor: pointer; background-color: #ffe4ff; color: #333; margin: 4px 4px;}
span.has-parent-observation:hover i, button.has-parent-observation:hover i{background: none;}
div.parent-help-box p{font-size: 1em;}
div.parent-help-box h6{font-size: 1.1em; font-weight: bold;}


 
@media (min-width: 1100px) {

    .help-message-row.premium-parent-message { top: 78px; }

}
@media (max-width: 1100px) {

 

    .earwiglite #main-navbar .navbar-nav > li > a { height: 58px; line-height: 58px; }
    .earwiglite #main-navbar .dropdown-menu { background: #ddd; }
    .earwiglite #main-navbar .dropdown.open { background: #ddd; }
    .earwiglite #main-navbar .nav-drk-bkg.back-to-homepage { text-align: center; }

.second.framework{ display: none;}
}
@media (max-width: 768px) {
    .compendium-wrapper h1.font-alt, .parent-wrapper h1.font-alt {
        font-size: 23px;
    }
    .first.framework, .second.framework{ display: none;}
}
@media (max-width: 480px) {

}*/
/******  COMPENDIUM STYLES ***********/

/** TD  ***/






/** EFYS STUFF-------------------------------------------------------*/

/*.vert_content{ width: 25px;  height: 75px;  overflow: hidden; display: inline-block; white-space: nowrap; }
.vert_text{ writing-mode:tb-lr; -webkit-transform:rotate(270deg); -moz-transform:rotate(270deg); -o-transform: rotate(270deg);
 white-space:nowrap; display:block; bottom:0; margin-top: 50px; }


.rotate {display: block; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); transform: rotate(-90deg); }  */

.rotated-text { display: inline-block; overflow: hidden; width: 2em; line-height: 2; }
.rotated-text__inner {
    display: inline-block;
    white-space: nowrap;
    transform: translate(0, 100%) rotate(-90deg);
    -webkit-transform: translate(0, 100%) rotate(-100deg);
    -moz-transform: translate(0, 100%) rotate(-90deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    }
.rotated-text__inner:after { content: ""; float: left; margin-top: 100%; }
/* DATA TABLES */
.data-table-holder { /* border-bottom: #718091 5px solid;  border-top: #718091 5px solid;*/ width: 100%; overflow-x: scroll; }
.data-table-efys { background: #96A6A6; }
.data-table-efys .term-matrix .center-block { padding: 15px 10px; color: #333; width: auto; }
.data-table-efys .term-matrix .pupil-matrix { color: #fff; }
.data-table-efys .center-td { text-align: center; font-size: 10px; padding: 3px; }
.data-table-efys .center-td a { text-decoration: none; font-size: 10px; padding: 5px; }
.data-table-efys .center-td a:hover { text-decoration: none; background: url("https://cdn.earwig.uk.com/admin-re/images/table-dot.png") 50% 50% no-repeat; }
.data-table-efys .highlight_ignore.center-td, .data-table-efys .highlight_ignore.center-td a { text-align: center; font-size: 12px; }
.data-table-efys .category { width: 55px; background-color: lightgreen; }
.data-table-efys td { background: #96A6A6; border: 1px solid #fff; color: #fff; line-height: 1.3em; font-size: 11px; padding: 5px; text-align: left; text-transform: uppercase; }
.data-table-efys td.area_aspect_cell { font-size: 12px; }
.data-table-efys td.matrix-font-big { font-size: 14px; }
.data-table-efys .matrix-title { font-size: 12px; }
.data-table-efys-class td.center-block-custom, .data-table-efys-class td.evidence-block { text-align: center; }
.data-table-efys td a { text-decoration: none; display: block; color: #fff; }
.data-table-efys a:hover { background-color: #bbb; text-decoration: none; }
.data-table-efys a:active { background-color: gray; text-decoration: none; }
.data-table-efys .unread_parent_message { background-color: green; }
.data-table-efys .summary_toggle { color: #333; font-size: 15px; height: 80px; margin: 0 auto; text-align: center; }
.data-table-efys .summary_toggle:hover { text-align: center; background: url("https://cdn.earwig.uk.com/admin-re/images/table-dot.png") 50% 50% no-repeat; }
.data-table-efys .summary_toggle .summary-cross { height: 80px; background: url("https://cdn.earwig.uk.com/admin-re/images/table-cross.png") 50% 50% no-repeat; margin: 0 auto; display: block; }
.data-table-efys .rotated-text a { float: left; }
.data-table-efys .rotated-text a:hover { background: none; }
.data-table-efys .rotated-text.pupil-matrix { width: 50px; line-height: 50px; font-size: 1.1em; }
.data-table-efys .top-name { padding: 10px 0px 3px; }
.data-table-efys.data-table-efys-class .top-name { background: #13b593; padding: 10px 15px 0; }
.data-table-efys.data-table-efys-class .top-name a { color: #fff; font-size: 12px; }
.data-table-efys.data-table-efys-class .top-name a:hover { text-decoration: underline; }
.data-table-efys-class { margin: 0 auto; background: #96A6A6; }
.data-table-efys td.title-box { font-size: 16px; padding: 10px; text-align: center; }
.data-table-efys td.center-text { text-align: center; }
.data-table-efys .tbl-top-row { font-size: 15px; padding: 10px; }
.data-table-efys .printable, .data-table-efys .printable a { text-align: center; }
.data-table-efys .printable_report:hover { background: none; text-decoration: underline; }
/* CLASS DEV CHART PAGE---------- */

.matrix-top { float: left; width: 80%; color: #BEC3C7; font-size: 15px; font-weight: normal; }
.matrix-top .first { padding-top: 0px; }
.matrix-top .title { font-size: 17px; color: #BEC3C7; font-weight: normal; }
.matrix-top .title.main { color: #808b8d; font-size: 29px; font-weight: normal; text-transform: uppercase; line-height: 1em; }
.matrix-top .col-sm-3 { border-left: 1px solid #ececec; min-height: 140px; }
.matrix-top .col-sm-3 .blue { color: #808b8d; }
.button-group { float: right; width: 180px; }
.button-group .btn { width: 180px; margin: 0 0 6px; padding: 10px; }
.button-group .btn.btn-flat.btn-action.btn-icon-timeline { background: #BEC3C7 url(https://cdn.earwig.uk.com/admin-re/images/icon-btn-tl-photo.png) 36px -51px no-repeat !important; padding-left: 35px; border-color: #96A6A6 #96A6A6 #808B8D; }
.button-group .btn.btn-flat.btn-action.btn-icon-timeline:hover { background: #d5830d url(https://cdn.earwig.uk.com/admin-re/images/icon-btn-tl-photo.png) 36px -51px no-repeat !important; }
.button-group .btn.btn-flat.btn-action.btn-icon-photos { background: #BEC3C7 url(https://cdn.earwig.uk.com/admin-re/images/icon-btn-tl-photo.png) 36px 9px no-repeat !important; padding-left: 35px; border-color: #96A6A6 #96A6A6 #808B8D; }
.button-group .btn.btn-flat.btn-action.btn-icon-photos:hover { background: #d5830d url(https://cdn.earwig.uk.com/admin-re/images/icon-btn-tl-photo.png) 36px 9px no-repeat !important; }
.age-range button { background: #f3aa41; border: none; margin: 0 5px 4px 0; font-size: 14px; padding: 9px 10px; color: #fff; display: inline-block; line-height: 1; }
.age-range button:hover { background: #f19a1f; }
.age-range .btn.btn-flat { vertical-align: top; }
.age-range-date label, .age-range-date .input-group, .age-range-date button, .age-range-date a { display: inline-block; vertical-align: top; margin-bottom: 5px; }
.age-range-date { padding: 2px 0 3px; }
.age-range-date .datepicker { max-width: 130px; margin-right: 10px; }
.comment-form label { vertical-align: top; }
.comment-form textarea { vertical-align: top; height: 70px; width: 100%; }
.comment-form .btn { margin: 10px 0 0; padding: 6px 20px; }
.efys-prof-pic { width: 90%; max-width: 144px; border: #e2e2e2 1px solid; border-radius: 999999px; display: inline-block; padding: 5px; position: relative; }
.efys-prof-pic img { border-radius: 999999px; vertical-align: middle; display: block; min-width: 100%; max-width: 100%; }
/*  small table toggle */

.small-table .data-table-holder .term-matrix .center-block { padding: 3px 2px; color: #333; width: auto; }
.small-table .data-table-holder td { font-size: 8px; padding: 1px; }
.small-table .data-table-holder .data-table-efys td.title-box { font-size: 10px; padding: 3px; }
.small-table .data-table-holder .data-table-efys td.matrix-font-big { font-size: 12px; max-width: 140px; padding-left: 5px; }
.small-table .data-table-holder .data-table-efys .highlight_ignore.printable { max-width: 50px; }
.small-table .data-table-holder .rotated-text.pupil-matrix { width: 20px; line-height: 20px; font-size: 0.8em; }
.small-table .data-table-holder .top-name { padding: 2px 0px 0px; }
.small-table .data-table-holder .center-td a { font-size: 5px; padding: 2px; }
.small-table .data-table-holder .highlight_ignore.center-td, .small-table.data-table-holder .highlight_ignore.center-td a { font-size: 5px; }
.small-table .data-table-efys.data-table-efys-class .top-name { padding: 2px 5px 0; }
.small-table .data-table-efys.data-table-efys-class .top-name a { font-size: 10px; }
.button-group .btn-aol { background: #339ADF !important; border-color: #2982BB; color: #fff; }
.button-group .btn-aol:hover { background: #2982BB !important; border-color: #2982BB !important; }
.button-group .btn-coel { background: #9C5EBB !important; border-color: #8F4AB0; color: #fff; }
.button-group .btn-coel:hover { background: #8F4AB0 !important; border-color: #8F4AB0 !important; }
a.alert-parents.btn { background: #ff3333; padding: 8px; border: 1px solid #555; border-radius: 8px; color: #fff; }
a.alert-parents.btn:hover { background: #ee1111 !important; color: #eee; }
a.alert-parents.btn.selected, a.alert-parents.btn:hover { background: #5364d6 !important; }
 
/*------------ IE LOGIN MESSAGE  ---------------------*/

.ie-bkg { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 1000; background: url(https://cdn.earwig.uk.com/admin-re/images/fancybox_overlay.png) 0 0 repeat; }
.modal-dialog-ie .modal-header { background: #5bc0de url(https://cdn.earwig.uk.com/admin-re/images/ie-logo.png) center center no-repeat !important; height: 130px; }
.modal-dialog.modal-dialog-ie { margin: 60px auto 0; }
.modal-dialog.modal-dialog-ie .modal-footer .link { color: #999; display: block; font-size: 11px; padding-top: 9px; text-decoration: underline; }
.modal-dialog.modal-dialog-ie .modal-footer .link:hover { color: #E77E13; }






























/*  ===========================================================   MEDIA QUERIES  ====================================================*/

@media (min-width: 1200px) {
 
}
@media (min-width: 1100px) {


    .mmc #main-menu, .mme.mmc #main-menu, .mmc #main-menu-bg, .mme.mmc #main-menu-bg { width: 44px; }

}

@media (min-width: 768px) {
 span.responsive-btn-text{display:inline-block;}
}
@media (min-width: 480px) {

    #main-menu .navigation > .mm-dropdown > a:before { color: #fff; right: 2px; }
    #main-menu .navigation { border-top: none; }
 

}
@media (max-width: 1800px) {

    .panel.tl-body.content-holder .tl-rec-title { max-width: 457px; }

}
@media (max-width: 1600px) {

    .panel.tl-body.content-holder .tl-rec-title { max-width: 345px; }
    .add-edit-record .dropzone-box.add-img { background-size: 120%; }
    .add-edit-record .dropzone-box.add-vid { background-size: 120%; }
    .timelines-top-links .mini-box .size-h2 { font-size: 15px; padding: 13px 0 0; line-height: 17px; }
    /* dashboard */
    .col-md-3.dash-box { width: 50%; float: left; vertical-align: top; }

}
@media (max-width: 1400px) {
 

    /* EFYS */
    .matrix-top { width: 70%; }
    .matrix-top .title.main { font-size: 21px; }
    .matrix-top { font-size: 15px; }
    .matrix-top .first { padding: 0; }
  .record-award-bottom{display: none;}
 
    .timeline .btn-action > .fa{
        color: white;
         font-size: 13px;
    }
    .datepicker-box{min-width: 100px;}
}
 /* only ever show 4 links on the homepage's big-links row */
    .row.dash-top-links .col-md-3:nth-child(1n+5) {display: none;}
@media (max-width: 1200px) {

    .res-1200 { display: none; }
    .dropdown-toggle .drop-btn-name { display: none !important; }
    .dropdown-toggle .drop-btn-name-short { display: inline !important; }
    .parent-wrapper { width: 900px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-timeline { font-size: 15px; padding: 15px 15px 15px 45px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-photos { font-size: 15px; padding: 15px 15px 15px 45px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-records { font-size: 15px; padding: 15px 15px 15px 45px; }
    .add-edit-record .dropzone-box.add-img { background-size: 130%; }
    .add-edit-record .dropzone-box.add-vid { background-size: 130%; }
    #selected_media .media-tick { width: 31%; }
    .panel-heading.record-filter .form-default .date-rec-list { width: 26%; }
    .panel-heading.record-filter .form-default .date-rec-list-label { width: 6%; }
    .row.record-list-search select { width: 80px; }
    .timelines-top-links .col-md-2 { display: inline-block; margin-bottom: 10px; width: 32%; }
    .timelines-top-links .mini-box .size-h2 { font-size: 14px; line-height: 16px; padding-top: 7px; }
    #wrap-id_pupils label span, .wrap-id_pupils label span { width: 120px; }
    #wrap-framework_modules label span { width: 120px; }
    /*  TL  */
    .timeline-wrapper { width: auto; }
    .dash-top-links .col-md-3 { width: 50%; margin-bottom: 15px; float: left; }
    /* {only ever show 4 links on the homepage's big-links row } > now show all! */
    .row.dash-top-links .col-md-3:nth-child(1n+5) {display: inline-block;}
    .stat-cell table th { font-size: 12px; }
    .stat-cell table .dash-table-top-row th { line-height: 1em; padding-bottom: 0px; }
    /* test responsive points
#main-wrapper {background: red;} */

}
@media (max-width: 1100px) {

    .res-1100 { display: none !important; }
    .nav.navbar-nav { border: none !important; }
    /** compendium **/
    #main-menu.navigation-compendium .navigation { border-top: none; }
    #main-menu.navigation-compendium .mmc-dropdown-delay { display: none; }
    #right_content_block, .compendium-inner { background-position: -196px 0; }
    .theme-default #main-menu.navigation-compendium .mmc-dropdown-open-ul .mmc-title { background: #bbb !important; }
    .comp-search-row .form-default { width: 100%; }
    .comp-search-row .col-sm-1 { width: 10%; display: inline-block; text-align: left; vertical-align: top; }
    .comp-search-row .col-sm-3 { width: 80%; display: inline-block; vertical-align: top; }
    .comp-search-row .col-sm-2 { width: 100%; display: block; padding-top: 10px; text-align: center; }
    .comp-search-row .btn-compendium { width: 100%; margin: 10px 0; }
    .comp-search-row .res-480-vis { display: inline-block !important; padding: 0 3px; }
    .comp-search-row form { padding: 0 0 10px; margin: 0 0 10px; }
    .comp-search-row .col-sm-4.col-comp-long { width: 100%; }
    .comp-search-row .filt-images-date { text-align: left; font-size: 13px; }
    .comp-search-row .date-rec-list-label { display: none; }
    .res-nav-show { display: inline-block !important; }
    .comp-pricing { display: none; }
    #right_content_block { padding-left: 60px; padding-top: 10px; }
    .col-sm-4.form-default.buy-btn-comp-res { position: absolute; right: 0; top: 5px; width: 150px; }
    .comp-search-row .col-sm-4.comp-btn-top-row, .comp-search-row .col-sm-4.buy-btn-comp-res { width: 30%; }
    .comp-search-row .col-sm-4.col-comp-long { width: 36%; }
    /*.page-head-comp .btn-prod-price {display: none;} */
    .prod-price-nav { display: block !important; }
    .prod-price-nav a { padding-left: 20px !important; padding-right: 20px !important; }
    .usertype_parent #main-navbar .navbar-nav li.nav-blog-link a { background: #ec973a; text-align: center; }
    .earwiglite #main-navbar .navbar-nav li.nav-blog-link a { background: #ec973a; text-align: center; }
.timeline-top-filter{min-width: 600px;} 

.compendium-inner #main-menu .navigation .mm-text { display: none !important; }

}
@media (max-width: 992px) {

    /*

    .res-992 { display: none; }
    .dropdown a.profile { width: 44px; }
    .usertype_staff .dropdown a.profile { width: auto; }
    .usertype_staff .dropdown a.profile span { display: none; }
    .usertype_parent a.profile { padding: 0 22px; width: 58px; }
    .earwiglite a.profile { padding: 0 22px; width: 58px; }
    .panel-body { overflow-x: scroll; }
    .tab-content { overflow-x: scroll; }
    .parent-wrapper { width: 700px; }
    .dashboard-wrapper .admin-clear { }
    .dashboard-wrapper .super-admin-dash-100 { clear: both; width: 100%; }
    .dashboard-wrapper .page-header .input-group { margin-top: 6px; }
    .page-profile .left-col, .page-profile .right-col { width: 100%; }
    .page-profile .profile-full-name { height: 180px; padding-left: 0; text-align: center; }
    #selected_media .media-tick { width: 47%; }
    .checkout-steps .step-block { float: left; height: 60px; width: 50%; }
    .checkout-steps { height: 150px; padding: 20px 0; width: 100%; }
    .parent-home-child .col-md-4 { width: 33%; display: inline-block; }
    .parent-home-child .col-md-8 { width: 66%; display: inline-block; vertical-align: top; }
    .parent-wrapper h1 { margin-top: 40px; }
    .img-bank-heading .col-sm-1 { width: 10%; display: inline-block; vertical-align: top; float: none; padding: 5px 0 0; }
    .img-bank-heading .col-md-2 { width: 25%; display: inline-block; vertical-align: top; float: none; }
    .basket-li .res-1200 { display: inline-block; }
    .add-edit-record .dropzone-box.add-img { background: #BEC3C7 url(https://cdn.earwig.uk.com/admin-re/images/bkg-img-upload-res.png) center center no-repeat; background-size: 80%; height: 70px; }
    .add-edit-record .dropzone-box.add-vid { background: #BEC3C7 url(https://cdn.earwig.uk.com/admin-re/images/bkg-vid-upload-res.png) center center no-repeat; background-size: 80%; height: 70px; }
    .row.record-list-search select { width: 65px; }
    .mini-box .box-icon .fa { font-size: 16px; }
    .panel-heading .timeline-list-filter-selects select, .panel-heading .timeline-list-filter-selects .datepicker { width: 90px !important; }
    .efys-row .control-label { height: 60px; }
    #wrap-id_pupils label .avatar, .wrap-id_pupils label .avatar { height: 35px; width: 35px; display: none; }
    #wrap-id_pupils label, .wrap-id_pupils label { height: 45px; }
    #wrap-id_pupils label span, .wrap-id_pupils label span { width: 100%; }
    #wrap-id_pupils img, .wrap-id_pupils img { margin: 0 5px 0 0; }


      TL  
    .timeline-wrapper { width: 100%; }
    .timeline-wrapper .timeline.centered .tl-header { color: #fff; float: left; font-size: 21px; left: auto; margin: 0 0 30px 35px; padding: 0;
        position: relative; text-align: left; width: 100%; background: none; text-shadow: 1px 1px #DFDFDF;     z-index: 11;}
    .tl-info-holder { float: left; margin: 0px 0 30px; position: relative; width: 100%; }
    .tl-info-holder h3 { font-size: 27px; margin: 10px 0 15px; }
    .tl-prof-pic-holder { display: inline-block; width: 30%; float: left; }
    .panel.tl-body .image-holder .fancybox .fancybox-prompter {
        font-size: 10px;
        width: 13rem;
        left: 25%;
        top: 30%;
    }
  
    EFYS  
    .matrix-top { width: 100%; font-size: 13px; }
    .matrix-top .title.main { font-size: 17px; }
    .button-group { float: left; width: 100%; }
    .button-group .btn { float: left; margin-right: 10px; width: auto; }
    .button-group .btn.btn-flat.btn-action.btn-icon-timeline, .button-group .btn.btn-flat.btn-action.btn-icon-timeline:hover { background-position: 10px -51px !important; padding-left: 32px; height: 39px; }
    .button-group .btn.btn-flat.btn-action.btn-icon-photos, .button-group .btn.btn-flat.btn-action.btn-icon-photos:hover {
        background-position: 10px 9px !important; padding-left: 32px; height: 39px; }
    .btn-coel, .btn-aol { padding: 10px !important; }
    .efys-prof-pic { width: 80%; }
    .matrix-top .col-sm-3 ul li { font-size: 13px; }
    .matrix-top .title { font-size: 13px; }
    .data-panel { padding: 0 20px 20px; }
    .eyfs-heading { width: 100%; margin-bottom: 15px !important; }
    .eyfs-dash-btn { float: left !important; }
    #class_matrix_filter_form label { margin-right: 5px; }
    .efys-dev-chart-page .button-group { padding: 10px 0 3px; margin-top: 6px; border-top: 1px solid #efefef; }
    .comp-search-row .col-sm-4.comp-btn-top-row, .comp-search-row .col-sm-4.buy-btn-comp-res { width: 20%; }
    .comp-search-row .col-sm-4.col-comp-long { width: 56%; }

    test responsive points

#main-wrapper {background: green;}  
    .dashboard-wrapper .mini-box .box-icon .fa { font-size: 25px; }
    .usertype_staff #main-navbar .navbar-nav > li > a { width: 100%; background: #ddd !important; }

    .record-help-video {
    right: 10px !important;
    top: auto !important;
    transform: none;
    bottom: 10px;
    z-index: 10;
}*/

}
@media (max-width: 768px) {
.timeline-wrapper .tl-back-button { position:relative;  }
     span.responsive-btn-text{display:none;}
     .timeline-top-filter{min-width: auto;}
  .row.record-list-search select { width: 98%; }
    .res-768 { display: none !important; }
    .res-768-vis { display: inline-block !important; }
    .usertype_parent .basket-li { display: block; }
    .usertype_parent .basket-dropdown { display: none; }
    .earwiglite .basket-li { display: block; }
    .earwiglite .basket-dropdown { display: none; }
    .dropdown a.profile { width: 100%; }
    .tbl-record-list .rec-list-icon { font-size: 15px; padding: 0 0px; }
    .page-header h1 { display: inline-block; margin-bottom: 0px; }
    .parent-wrapper { width: 100%; }
    .mini-box { min-height: 70px; padding: 9px 0 0 12px; }
    .mini-box .box-icon { font-size: 25px; height: 50px; width: 50px; line-height: 44px; margin: 0 10px 10px 0; }
    .mini-box .box-icon .fa { font-size: 18px; }
    .mini-box .size-h2 { font-size: 17px; line-height: 17px; padding: 8px 0 2px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-timeline { font-size: 13px; padding: 10px 10px 10px 30px;  max-width:200px;}
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-photos { font-size: 13px; padding: 10px 10px 15px 30px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-records { font-size: 14px; padding: 10px 10px 10px 30px; background-position:12px -114px !important; max-width:200px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-timeline { font-size: 14px; padding: 10px 10px 10px 40px; } 
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-photos { background: url("https://cdn.earwig.uk.com/admin-re/images/icon-photo.png") no-repeat 7px -159px #f3aa41 !important;  max-width:200px;
        font-size: 14px; padding: 10px 10px 10px 30px; }
    .parent-wrapper .btn.btn-flat.btn-action.btn-icon-photos:hover { background: url("https://cdn.earwig.uk.com/admin-re/images/icon-photo.png") no-repeat 7px -159px #d5830d !important; }
    .parent-home-child h3 { font-size: 22px; max-width: 200px; }

    .parent-wrapper .profile-photo { max-width: 100px; }
    .parent-wrapper .usertype_parent #main-navbar .navbar-nav > li > a { padding: 0 20px; }
    .parent-wrapper .earwiglite #main-navbar .navbar-nav > li > a { padding: 0 20px; }
    .add-edit-record .dropzone-box.add-img { background-size: 60%; }
    .add-edit-record .dropzone-box.add-vid { background-size: 60%; }
    .page-profile .profile-full-name { height: auto; }
    .panel-heading.record-filter .form-default label { height: auto; padding: 9px 0 0; text-align: left; }
    .panel-heading.record-filter .form-default .date-rec-list-label { width: 3%; }

    .timelines-top-links .col-md-2 { width: 48%; }
    .timelines-top-links .mini-box .box-icon { line-height: 37px; }
    .efys-row .control-label { height: auto; text-align: left !important; font-size: 13px; }
    .efys-row .col-sm-4 { clear: both; }
    #eyfs .page-header { padding: 20px 18px 10px; }
    .page-signin .not-a-member { width: 100%; }
    #wrap-id_pupils label .avatar, .wrap-id_pupils label .avatar { height: 50px; width: 50px; display: inline-block; }
    #wrap-id_pupils label, .wrap-id_pupils label { height: 60px; }
    #wrap-id_pupils label span, .wrap-id_pupils label span { padding: 0; width: auto; }
    #wrap-id_pupils img, .wrap-id_pupils img { margin: 0 12px 0 0; }
    .help-message-row.premium-parent-message .help-message-button { font-size: 13px; }
    .help-message-row.premium-parent-message { padding: 10px 5%; }
    /*  TL  */
    .parent-timeline-wrapper { width: 100%; }
    .parent-timeline-wrapper .timeline.centered .tl-header {     background: none;
    float: left;
    font-size: 24px;
    height: auto;
    margin-left: 40px;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
    margin-top: 0px;
    line-height: 1.2em;
    color: #aaa; }
    .parent-timeline-wrapper .timeline { background: url("https://cdn.earwig.uk.com/admin-re/images/tl-bkg-line.png") 0 0 repeat-y; }
    .parent-timeline-wrapper .timeline .tl-header { color: #fff; }
    .parent-timeline-wrapper .timeline.centered .tl-entry { margin-left: 0; margin-right: 0; width: 100%; float: none; margin-bottom: 30px; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 { margin-left: 0; margin-right: 0; width: 100%; float: none; margin-bottom: 30px; padding-right: 0;
        padding-left: 36px; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(2) { padding-top: 0px; }
    .tl-rec-list-holder div:nth-child(2) .line-dot { top: 14px !important; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2:before { left: -3px; right: auto; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 .tl-body:before { border-width: 8px 9px 8px 0; left: -9px; right: auto; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 .tl-body:after { border-width: 7px 8px 7px 0; left: -8px; right: auto; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 .tl-time { left: 100%; right: auto; margin-left: 32px; margin-right: 0; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 .tl-icon { left: auto; right: -20px; }
    .parent-timeline-wrapper .theme-default .timeline.centered .tl-entry.tl-record-holder-2 .tl-body:before { }
    .parent-timeline-wrapper .theme-default .tl-entry:before { display: none; }
    .parent-timeline-wrapper .timeline.centered:before, .timeline.centered:after { display: none; }
    .parent-timeline-wrapper .timeline.centered .tl-entry .line-dot { left: 2px; top: 14px; }
    .parent-timeline-wrapper .timeline.centered .tl-entry.tl-record-holder-2 .line-dot { left: 2px; right: auto; }
    .parent-timeline-wrapper .panel.tl-body.content-holder .btn-action { border-radius: 0 0 5px 0; }
    .parent-timeline-wrapper .panel.tl-body.content-holder-2 { text-align: left; }
    .parent-timeline-wrapper .panel.tl-body.content-holder-2 .tl-rec-title { float: none; width: 100% }
    .parent-timeline-wrapper .panel.tl-body.content-holder .tl-date-icon-holder { float: none; width: 100% }
    .parent-timeline-wrapper .panel.tl-body.content-holder .tl-img-icon-holder { float: left; }
    .parent-timeline-wrapper .panel.tl-body.content-holder .tl-time-date { float: right; }
    .parent-timeline-wrapper .panel.tl-body.content-holder-2 .tl-img-icon-holder { float: left; }
    .parent-timeline-wrapper .panel.tl-body.content-holder-2 .tl-time-date { float: right; }
    .parent-timeline-wrapper .panel.tl-body.content-holder .commentary { float: left; width: 80%; }
    .parent-timeline-wrapper .panel.tl-body.content-holder .btn-action { float: right; width: 80px; height: 74px;}
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+1) .tl-body:after { border-color: transparent #bec3c7 transparent transparent !important; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+2) .tl-body:after { border-color: transparent #e77e13 transparent transparent !important; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+3) .tl-body:after { border-color: transparent #f1c200 transparent transparent !important; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+4) .tl-body:after { border-color: transparent #9c5ebb transparent transparent !important; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+5) .tl-body:after { border-color: transparent #2eca6a transparent transparent !important; }
    .parent-timeline-wrapper .tl-rec-list-holder div:nth-child(6n+6) .tl-body:after { border-color: transparent #339adf transparent transparent !important; }
    /*eyfs*/
    .matrix-top .col-sm-3 { border: none; min-height: 100%; padding: 0; }
    .matrix-top .col-sm-3 ul li { display: inline; margin-right: 6px; }
    #class_matrix_filter_form { float: left; }
    #class_matrix_filter_form .age-matrix-filter { width: 17%; }
    #content-wrapper .matrix-top .col-sm-3 ul { padding: 0 0 5px; }
    #class_matrix_filter_form label { display: inline; }
    .age-range-date label { display: inline-block !important; width: 30px; }
    .res-date { width: 100%; display: block; }
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
    .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
    .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 5px; padding-right: 5px;
    }
    .comp-search-row .col-sm-4.col-comp-long { width: 100%; }
    /* test responsive points
#main-wrapper {background: blue;} */
    /* dashboard */
    .col-md-3.dash-box { width: 100%; }
    .dash-top-links .col-md-3 { width: 100%; }
    .dashboard-wrapper .mini-box .box-icon .fa { font-size: 22px; }



.pg-whats-new .col-sm-4 {  padding-right: 0; width: 97%; }
.pg-static h3 { font-size: 21px; }
.grid-training .grid-col-1 { width: 100% ;  }
.grid-training .grid-col-2 { width: 100px; border-top: #DFDFDF 1px solid; padding-top: 10px; margin-top: 10px;}
.grid-training .grid-col-3 { width:calc(100% - 110px) ; border-top: #DFDFDF 1px solid; padding-top: 10px; margin-top: 10px;}
.grid-training h4 { font-size: 19px; }
 







}










@media (max-width: 480px) {

    .res-480 { display: none; }
    .res-480-vis { display: block !important; }
    .panel-heading.record-filter .res-480-vis { display: inline !important; }
    .navbar-nav .res-1200, .navbar-nav .res-992 { display: inline-block; }
    #content-wrapper { margin-bottom: 0; min-height: 100%; }
    .mme #main-navbar #main-menu-toggle .navbar-icon { left: 16px; }
    #main-menu { width: 100%; left: -100%; }
    #main-menu-bg { left: -100%; width: 100%; }
    .mme #main-navbar #main-menu-toggle { width: 100%; }
    #main-navbar #main-menu-toggle .hide-menu-text { font-size: 13px; text-align: center; width: 80%; }
    .mini-box { min-height: 70px; padding: 9px 12px 0 12px; }
    .mini-box .size-h2 { font-size: 15px; line-height: 15px; padding: 10px 0 0; }
 
    .usertype_parent .footer .earwig-logo { display: none; }
     .earwiglite .footer .earwig-logo { display: none; }
    .checkout-steps .step-number { height: 40px; width: 40px; font-size: 15px; line-height: 34px; }
    .checkout-steps .step-caption { margin-left: 45px; font-size: 15px; margin-top: 4px; }    
    .td-icon { width: 23px; padding: 0 3px; }
    .parent-home-child .col-md-4 { width: 100%; display: inline-block; }
    .parent-home-child .col-md-8 { width: 100%; display: inline-block; vertical-align: top; }
    #selected_media .media-tick { width: 100%; }
    #selected_media .media-tick img { width: 100%; }
    .add-edit-record .dropzone-box.add-img { background-size: 80%; }
    .add-edit-record .dropzone-box.add-vid { background-size: 80%; }
    .record-filter { height: 0px; overflow: hidden; padding: 0 20px; -webkit-transition: all 0.4s ease-out 0s; -moz-transition: all 0.4s ease-out 0s; transition: all 0.4s ease-out 0s; border: none; }
    .rec-filter-mobile { display: block !important; padding: 0 0 10px; text-align: right; }
    .panel-heading.record-filter .form-default .date-rec-list { width: 80%; }
    .panel-heading.record-filter .form-default .date-rec-list-label { width: 32px; }
    .timelines-top-links .col-md-2 { width: 100%; }
    .timelines-top-links .mini-box .box-icon { line-height: 37px; }
    /** compendium **/
    #main-menu.navigation-compendium { height: auto; left: 0; overflow: visible; position: absolute; width: 44px; }
    #main-menu.navigation-compendium .navigation > li > a > .mm-text { display: none; }
    .theme-default #main-menu.navigation-compendium .mmc-dropdown-open-ul .mmc-title { background: #bbb !important; }
    #main-menu.navigation-compendium .navigation > .mm-dropdown > a:before { right: 3px; }
    #main-menu.navigation-compendium .navigation > .mm-dropdown.open > ul { display: none; }
    .comp-help-text .message-close { top: -60px; }
    /* TL  */
    .timeline.centered .tl-header { font-size: 50px; }
    .panel.tl-body.content-holder .commentary { width: 65%; font-size: 12px; }
    .tl-info-holder h3 { font-size: 21px; }
    .panel.tl-body .image-holder { }
    /*eyfs */
    .button-group .btn.btn-flat.btn-action.btn-icon-timeline, .button-group .btn.btn-flat.btn-action.btn-icon-timeline:hover { background-position: 13px -51px !important; }
    .button-group .btn.btn-flat.btn-action.btn-icon-photos, .button-group .btn.btn-flat.btn-action.btn-icon-photos:hover {
        background-position: 13px 9px !important; }
    /* test responsive points
#main-wrapper {background: yellow;} */
    /* dashboard */
    .dash-top-links .col-md-3 { width: 100%; }
    .dashboard-wrapper .mini-box .box-icon .fa { font-size: 19px; }
    .panel.tl-pop-body.content-holder .tl-time-date { padding: 0 10px; }
    .panel.tl-pop-body .tl-img-icon-holder { margin: 0 5px; }
    .panel.tl-pop-body .tl-pop-top .btn-action { padding: 0 10px; }
    .panel.tl-pop-body.content-holder .tl-img-icon { font-size: 14px; margin: 0 0 0 4px; }

    


}






















/*------------ TIMELINE PRINTABLE VERSION  ----------------*/

.toggle-print.btn { border: none; background: #ddd; border-radius: 50%;
    height: 10px;
    padding: 0;
    width: 10px; }
.timeline-printable #main-navbar,
.timeline-printable #main-menu,
.timeline-printable #main-menu-bg,
.timeline-printable .footer,
.timeline-printable .tl-back-button,
.timeline-printable .panel.tl-body.content-holder .btn-action,
.timeline-printable .timeline.centered .tl-entry .line-dot,
.timeline-printable .timeline.centered .tl-header,
.timeline-printable .tl-info-holder .btn.btn-flat.btn-action.btn-icon-photos { display: none !important; }
.theme-default.timeline-printable {
    background: #ffffff; width: 670px;
}
.timeline-printable .tl-entry { border-top: 4px solid #f3aa41 !important; float: left !important; margin-left: 0 !important;
    padding-top: 10px !important; width: 48% !important; position: relative !important; padding-left: 0 !important; }
.timeline-printable .panel.tl-body .image-holder .no-image { background: url("https://cdn.earwig.uk.com/admin-re/images/tl-no-image.jpg") no-repeat center center !important;
    float: left; }
.timeline-printable .panel.tl-body .tl-rec-top a { color: #333 !important; }
.timeline-printable .panel.tl-body .tl-rec-top { background: #fff !important; height: auto !important; }
.timeline-printable .panel.tl-body.content-holder .tl-rec-title {
    float: left !important;
    font-size: 16px !important;
    height: auto !important;
    line-height: 1.15em !important;
    text-align: left !important;
    width: auto !important;
    color: #333 !important;
    padding: 24px 0 6px 0px !important;
    border-radius: 0px !important;
    max-width: 100%;
}
.timeline-printable .panel.tl-body.content-holder .tl-rec-title {
    color: #333 !important; }
.timeline-printable .panel.tl-body.content-holder .tl-time-date {
    background: none !important;
    color: #fff !important;
    float: left !important;
    font-size: 12px !important;
    padding: 0 !important;
    text-transform: uppercase;
}
.timeline-printable .panel.tl-body.content-holder .tl-date-icon-holder {
    background: url("https://cdn.earwig.uk.com/admin-re/images/bkg-tl-date.png") repeat 0 0 !important;
    float: none !important;
    height: 28px;
    left: 0px;
    line-height: 28px;
    position: absolute;
    top: -8px;
    width: 100% !important;
    padding-left: 10px !important;
}
.timeline-printable .panel.tl-body .image-holder {
    height: 300px !important;
    float: left;
}
.timeline-printable .panel.tl-body .image-holder img {
    width: 100% !important;
}
.timeline-printable .panel.tl-body {
    box-shadow: none !important;
}
.timeline-printable .panel.tl-body.content-holder .commentary {
    float: left !important;
    height: auto !important;
    padding: 10px 0px 0 !important;
    font-size: 12px;
    border-top: 2px solid #efefef !important;
}
.timeline-printable .col-sm-10 { width: 100% !important; }
.timeline-printable .timeline {
    background: none !important;
    float: left !important;
}
.timeline-printable .timeline-wrapper {
    float: left !important;
    width: 660px !important;
}
.timeline-printable .timeline.centered .tl-entry.tl-record-holder-2 {
    float: left !important;
    margin-left: 4% !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.timeline-printable #main-wrapper {
    padding-left: 0 !important;
}
.timeline-printable .tl-rec-list-holder .line-dot,
.timeline-printable .tl-rec-list-holder .tl-body:after { display: none !important; }
.timeline-printable #content-wrapper { padding: 10px 5px !important; }
.timeline-printable .toggle-print { float: right !important; }
.timeline-printable .tl-info-holder {
    background: none !important;
    border: none !important;
    float: left !important;
    margin: 0px 0 0 !important;
    overflow: visible !important;
    padding: 10px 0 !important;
    position: relative !important;
    width: 100% !important;
    text-align: center;
}
.timeline-printable .tl-info-holder h3 {
    color: #333 !important;
    font-size: 31px !important;
    font-weight: 400 !important;
    margin: 10px 0 5px !important;
    text-transform: uppercase !important;
}
.timeline-printable.theme-default .tl-body::before {
    border-color: #fff !important;
}
.timeline-printable .panel.tl-body {
    border: medium none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: auto !important;
    padding: 0 0 30px !important;
}
.timeline-printable .tl-prof-pic-holder {
    width: 120px; position: absolute;
}
.timeline-printable .tl-info-holder .info-holder {
    display: inline-block;
    float: none !important;
    padding: 0 15px !important;
    width: 100% !important;
}
.timeline-printable .tl-info-holder #timeline_filter_form { height: 70px; padding-left: 230px; }
.timeline-printable .tl-info-holder #timeline_filter_form .btn { display: none !important; }
.timeline-printable .tl-info-holder #timeline_filter_form .col-sm-4 {
    border: none !important;
    padding: 0;
    width: 100px !important;
}
.timeline-printable input.datepicker {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 14px !important;
    overflow: hidden;
    padding-right: 0px !important;
    width: 100% !important;
    color: #999 !important;
}
.timeline-printable .print-page { display: inline-block !important; }
.record-project.new,
.record_has_unread_messages_indicator,
.record_has_unread_messages > td {
    background-color: rgba(220, 255, 182, 1) !important;
}
.clickable-box {
    cursor: pointer;
    overflow: hidden;
}
.clickable-box.limited-view{ background-color: #dcfafb;}
.clickable-box:hover {
    background-color: #f6f6f6;
}
#list-for-id_teachers-user,
#list-for-id_pupils-user {
    margin: 0 !important;
    padding: 0 !important;
}
#list-for-id_teachers-user li,
#list-for-id_pupils-user li {
    display: none;
}



/*#wrap-id_pupils label.selected span.multiple-selector:hover {*/
/*text-decoration: underline;*/
/*}*/
.multiple-records-enabled #wrap-id_pupils label.selected span.multiple-selector-chosen {
    color: #5ebd5e;
}
.make_pupil_link {
    display: block;
    text-align: left;
}
.make_pupil_link-empty {
    display: none;
}
.make_pupil_link_remove {
    color: red;
    cursor: pointer;
    text-transform: uppercase;
}
/* make the multiple-records images work correctly, because I don't know what
   else of NG's styles might be used elsewhere.
*/

.add-edit-record .form-default .image-tick,
.project-thumbnail .image-tick {
    width: 150px;
    float: left;
    height: auto;
}
.add-edit-record .form-default .image-tick label,
.project-thumbnail .image-tick label {
    height: auto;
    padding-top: 0;
    cursor: pointer;
}
.add-edit-record .form-default .image-tick img,
.project-thumbnail .image-tick img {
    position: static;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wrapping-long-checkboxes {
    height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
}
.hide-user-data-filter-itself {
    opacity: 0.25;
}
#timeline-loading {
    display: none;
}
.current-album {
    background-color: #FFC !important;
}
.current-album a {
    color: #AAAAAA !important;
}
.current-album-hovering-over,
.current-album-hovering-over a {
    background-color: #79B318 !important;
    color: white !important;
}
/*.ui-draggable-dragging {*/
/*width: 50%;*/
/*height: 50%;*/
/*}*/
 

#main-navbar .profile {
    background-color: #EC973A;
}
#main-navbar .profile:hover {
    background-color: #e77e13;
}
/* fix issue on the royal slider "remove" tooltips being cut off. */
.tooltip-inner {
    max-width: 300px;
}
.thread-unseen {
    background-color: rgba(220, 255, 182, 1);
}


#my-purchases-albums-selection {
    display: block;
}
#my-purchases-albums-selection:hover a {
    background: #888;
}
#my-purchases-albums-selection #create-album {
    opacity: 0;
    transition: opacity 0.3s;
}
#my-purchases-albums-selection:hover #create-album {
    opacity: 1;
}
.fancybox-wrap {
    max-width: 90%;
}
.wrapper-slider {
    max-width: 100%;
}
.rsOverflow {
    max-width: 100%;
}
.fancybox-inner {
    max-width: 100%;
}
.buy-pop-body {
    max-width: 100%;
}
.fancybox-image {
    margin: 0 auto;
}

 

.project-thumbnail .image-tick input {
    display: none;
}
.multiple-record-error {
    background-color: #FFF;
    width: 500px;
    border: 5px solid #9C5EBB;
    padding: 1rem;
    border-radius: 5px;
    overflow: hidden;
}
.multiple-record-error .btn-multiple-records {
    float: right;
    clear: both;
}
.multiple-record-error .btn-go-left {
    background: #9C5EBB !important;
    border-color: #8F4AB0 !important;
}

#headshot-form {
    padding: 2rem;
}
#headshot-form-label {
    display: block;
}

#id_ajaxform-user,
#id_ajaxform-q {
    width: 100%;
}
#id_ajaxform-user {
    margin-top: 0.5rem;
}


.parent-timeline-finished {
    width: 100%;
    float: left;
    clear: both;
    padding: 0;
    margin: 0;
}
.parent-timeline-finished .panel {
    border-radius: 5px;
    border: none;
box-shadow: 3px 3px 10px #bec3c7;
    padding: 20px 15px;
    position: relative;
    margin: 0;
    text-align: center;
    background-color: #9c63be;
}
.parent-timeline-finished .panel p {
    margin: 0;
    color: #FFF;
}
.parent-timeline-finished .panel a {
    color: #FFF;
    font-weight: bold;
}
/* message litebox */
/* litebox */

/* The Modal (background) */
    .messagebox-modal {

        position: fixed; /* Stay in place */
        z-index: 99999; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    /* Modal Content/Box */
    .messagebox-modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 640px; /* Could be more or less, depending on screen size */
        border-radius: 5px;
    }

    /* The Close Button */
    .messagebox-close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        width: 38px; z-index: 9999;
    }

    .messagebox-close:hover,
    .messagebox-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


@media (min-width: 1020px) and (max-width: 1120px ) {
    /*.timeline-info-box{ height: 300px;}*/
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}