
:root {
    /*--s360-orange: #F78166;
    --s360-red: #EEADA7;
    --s360-yellow: #AABFBB;
    --s360-green: #C0DDA3;
    --s360-aqua: #A4EFD8;
    --s360-blue: #7BB0DA;
    --s360-purple: #ccccee;*/
    --s360-orange: #ffe6cc;
    --s360-red: #ffcccc;
    --s360-yellow: #ffffcc;
    --s360-green: #d6f5d6;
    --s360-aqua: #e6ffff;
    --s360-blue: #ccddff;
    --s360-purple: #f2ccff;
    --s360-pink: #ffe6ff;
    --s360-grey: #e7e5e5;
    --s360-black: #0a0a0a ;
    --s360-dialog-grey: #c7c7c7;
    --s360-bgcolor: #e4ffdc ;
}

body
{
    background-color: var(--s360-bgcolor);
}

/* THis is all configuration for default tab colours */
.tab-content
{
    background-color: var(--s360-dialog-grey);
    padding-left: 15px ;
    padding-right: 15px ;
    padding-bottom: 20px ;
}

.widget .nav-tabs > li.active > a,
.widget .nav-tabs > li.active > a:hover,
.widget .nav-tabs > li.active > a:focus {
    cursor: default;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: var(--s360-dialog-grey);
    color: #5e4a04;
}

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

.pupil-block
{
    border-style: solid;
    padding: 10px;
    border-color: #b7ceb0ab;
    border-radius: 10px;
    border-width: thin;
    margin-bottom: 10px;
    background-color: #fcfffc;
}

label
{
    color: #333 ;
}

.form-control, .form-control:focus
{
    background-color: #fffef2;
}

.page-heading
 {
    margin-bottom: 0px;
    padding-top: 0px;
 }


.croppie-container
{
    margin-top: 15px ;
    padding-left: 0px;
    margin-right: 35px;
}

.file-input-name
{
    color: #373d48    ;
}

/* Inserted for table icon spacings */
.fa{
  padding-left: 5px;
  padding-right: 5px;
}

/* These elements change the top bar size from 50px to 70px and restyle the colours */

.topbar
{
    height: 70px   ;
}
.button-menu-mobile{
    position: revert;
    margin-top: 5px;

}
.topbar-left
{
   text-align: center;
}

html
{
    background-color: var(--s360-bgcolor);
}

.content-page > .content
{
    margin-top: 50px ;
    background-color: var(--s360-bgcolor);
}

.content-page > .content {
    /* background-color: #b9dfae75; */
}

.sidebar-inner
{
    background-color: var(--s360-bgcolor);
}

.side-menu.left {
    top: 70px;
    border-right: transparent;
    -webkit-box-shadow: 1px 1px 3px 1px #00000042 ;
    -moz-box-shadow: 1px 1px 3px 1px #00000042 ;
    box-shadow: 1px 1px 3px 1px #00000042 ;
}

.profile-text
{
/*    color: #f3f3f3; */
    padding-top: 18px;
}

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

#sidebar-menu ul ul a {
/*    background-color: #f3f3f3; */
}

#sidebar-menu > ul > li > a {
/*    background-color: #373d48; */
    color: #636363;
}

#sidebar-menu > ul > li > a.subdrop
{
    background-color: #ccdfc7;;
    color: #373d48;
}
.side-menu
{
    background-color: #b9dfae75;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer
{
    box-shadow: 0 0 2000px 2000px #b9dfae70;
    border-radius: 5px;
}

.croppie-container .cr-image {
    border-radius: 5px;
}

.croppie-container .cr-boundary {
    border-radius: 5px;
}

footer
{
    clear: both;
    border: 1px #b9dfae75;
    /* background: blue; */
    color: White;
    padding: 0;
    text-align: center;
    /* vertical-align: middle; */
    /* line-height: normal; */
    margin: 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
    color: #000;
}

.footer-links
{
    margin-right: 60px;
}

.footer-links-left
{
    margin-left: 15px;
}

body.fixed-left .side-menu.left
{
 /*   background-color: #373d48;;*/
}

.logo h1
{
    margin-left: -50px;
}

.logo h1 img {
    height: 75%;
    margin-left: -50px;
    margin-top: 12px;
}

/*

Below is for dropdown cards on EYFS screen

 */

.panel-group .panel-heading
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel
{
    background-color: transparent;
}



/*
admin.css

Date created: 29/06/2017
Date modified: 24/20/2017
Ref for chnage S360 - 25 - EYFS Image css;
Ref for chnage CR:518 - EYFS Reports;
Reference for change: CR603 - Create EYFS Observation Menu

Version: 1.
*/

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}
.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;

    direction: ltr;
}

/*added for forms*/
.inline_block_form{
    display: inline-block;
}

.margin_left{
    margin-left: 10px!important;
}

.width100pc {
    width: 100%;
}

.viewEYFSObservationBox {
    width: 100%;
}

/*EYFS Reports */
.button-position-home {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.button-position-home img {
    width: 10%;
    margin: 20px 20px;
    box-shadow: 0px 2px 1px rgba(150, 150, 150, 0.5);
    border-radius: 10%;
}

.images {
    display: flex;
    padding: 20px;
}
.img-holder {
    position: relative;
    margin: 20px;
    align-self: flex-start;
}
.img-holder p {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin: 0;
}

#accordion .panel-body
{
    padding-left: 8px;
    padding-right: 8px;
}

.left-button
{
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    background-image: url(images/rotleft.png);
    background-size: contain;
    z-index: 500;
    cursor: pointer;
}

.right-button
{
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    background-image: url(images/rotright.png);
    background-size: contain;
    z-index: 500;
    cursor: pointer;
}

.bin-button
{
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    background-image: url(images/dustbin.png);
    background-size: contain;
    z-index: 500;
    cursor: pointer;
}

.myTabContentColorald0
{
    background-color: var(--s360-grey)!important;
}

.myTabContentColorald1
{
    background-color: var(--s360-green)!important;
}

.myTabContentColorald2
{
    background-color: var(--s360-yellow)!important;
}

.myTabContentColorald3
{
    background-color: var(--s360-red)!important;
}

.myTabContentColorald4
{
    background-color: var(--s360-aqua)!important;
}

.myTabContentColorald5
{
    background-color: var(--s360-blue)!important;
}

.myTabContentColorald6
{
    background-color: var(--s360-purple)!important;
}

.myTabContentColorald7
{
    background-color: var(--s360-pink)!important;
}

/*---Spinner CSS ---*/
#spinner-div
{
    position: absolute;
    margin-left: 50vw;
}

.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #1e3a83;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}

#spin-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display:none;
    position: fixed;
    left: 50%;
    top: 15%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 1000;
}

#spin-container {
    display:none;
    position: absolute;
    background-color: #faf8f8b8;
    height: 100%;
    z-index: 999;
    width: 100%;
}

.spinner-loading-text
{
    margin-left: 10px;
    font-size: medium;
    font-weight: bolder;
    color: #1e3a83;
    width:150px;
}

.spin-text-div
{
    width:150px;
}

.btn-on{
    color: green;
}

.btn-off{
    color: red;
}

.switchery
{
    float: left ;
    margin-top: 0px;
}

/* icon css */
/* Reporting / Shortcut icons css */
.widget
{
    color: #0a0a0a;
    border-radius: 10px;
    padding: 10px;
    background-color: #e4e4e4;
    padding-bottom: 20px;
    -webkit-box-shadow: 2px 2px 1px 0px #0000001f;
    -moz-box-shadow: 2px 2px 1px 0px #0000001f;
    box-shadow: 2px 2px 1px 0px #0000001f;
}

.widget-head
{
    padding-left: 15px;
}

.report-widget
{
    text-align: center ;
}

.widget-content a
{
    display: block;
    border-radius: 10px;
    padding: 10px;
    color: white ;
    min-height: 75px;
    min-width: 75px;
    -webkit-box-shadow: 11px 11px 22px -14px rgba(0,0,0,0.68);
    -moz-box-shadow: 11px 11px 22px -14px rgba(0,0,0,0.68);
    box-shadow: 11px 11px 22px -14px rgba(0,0,0,0.68);
}

.widget-content p
{
    margin-top: 0px;
    font-size: medium;
}

.icon-learning
{
    background-color: #c1272d87;
}

.icon-all-obs
{
    background-color: #f49e42;
}

.icon-obs-summary
{
    background-color: #B7D58A;
}

.icon-progress-summary
{
    background-color: #29abe27a;
}

.icon-parent-observations
{
    background-color: #a89cffc7;
}

.icon-next-steps
{
    background-color: #c2cff9d1;
}

.icon-next-steps-ach
{
    background-color: #f0e68c ;
}

.icon-reflections
{
    background-color: #CC3366 ;
}

.icon-attendance
{
    background-color: #B7D58A ;
}

.icon-absence
{
    background-color: #CC3366 ;
}

.icon-registration
{
    background-color: #c2cff9d1 ;
}

.icon-eschools
{
    background-color: #0085bf ;
}

.deleteBtn {
    background-color: Transparent;
    border: none;
    color: red;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.school360Help {
    cursor: pointer;
}

