﻿body {
}
/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v25-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v25-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v25-latin-900.eot'); /* IE9 Compat Modes */
    src: local(''), url('../fonts/montserrat-v25-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/montserrat-v25-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/montserrat-v25-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/montserrat-v25-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/montserrat-v25-latin-900.svg#Montserrat') format('svg'); /* Legacy iOS */
}
:root {
    --thomas-lighter-blue: 198,217,240;
    --thomas-light-blue: 141,179,226;
    --thomas-lightest-blue: 232,240,249;
    --thomas-blue: 24,92,175;
    --thomas-dark-blue: 6,32,65;
    --thomas-grey: 151, 151, 151;
    --thomas-yellow: 255, 201, 0;
    --font: 'montserrat';
    --ofsted-blue: 41, 38, 89;
    --ofsted-yellow: 251, 188, 65;
}
.note-editable {
    font-family: Montserrat !important;
    font-size: 16px !important;
}
.StThomasContentHeader {
    font-family: Montserrat !important;
    font-size: 24px;
    font-weight: bolder;
    color: rgb(24, 92, 175);
}

.StThomasContentBody {
    font-family: Montserrat !important;
    font-size: 16px;
}
.tableLeft {
    display: table; /* Allow the centering to work */
}
.tableMiddle {
    display: table; /* Allow the centering to work */
    margin: 0 auto;
}
.tableRight {
    display: table; /* Allow the centering to work */
    margin-left: auto;
    margin-right: 0;
}
.tablePerc {
    width: 100%;
    display: table;
}
#tabs {
    width: 100%;
    height: 30px;
    border-bottom: solid 1px #CCC;
    padding-right: 2px;
    margin-top: 30px;
}

    #tabs li {
        float: left;
        list-style: none;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        margin-right: 5px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        outline: none;
    }

        #tabs li a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: small;
            font-weight: bold;
            color: #5685bc;
            padding-top: 5px;
            padding-left: 7px;
            padding-right: 7px;
            padding-bottom: 8px;
            display: block;
            background: #FFF;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            text-decoration: none;
            outline: none;
        }
            #tabs li a.blue {
                background-color: #8EAADB!important;
            }
            #tabs li a.green {
                background-color: #A8D08D !important;
            }
            #tabs li a.yellow {
                background-color: #FFD966 !important;
            }
            #tabs li a.red {
                background-color: red !important;
            }
            #tabs li a.violet {
                background-color: #F767FA !important;
            }

            #tabs li a.inactive {
                padding-top: 5px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
                color: #666666;
                background: #EEE;
                outline: none;
                border-bottom: solid 1px #CCC;
            }

                #tabs li a:hover, #tabs li a.inactive:hover {
                    color: #5685bc;
                    outline: none;
                }

.container {
    clear: both;
    width: 100%;
    border-left: solid 1px #CCC;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    text-align: left;
    padding-top: 20px;
}

    .container h2 {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
        color: #5685bc;
    }

    .container p {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: small;
    }

    .container ul {
        margin-left: 25px;
        font-size: small;
        line-height: 1.4;
        list-style-type: disc;
    }

    .container li {
        padding-bottom: 5px;
        margin-left: 5px;
    }

.ulSubSections {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

.ulSubSections li {
    display: inline-block;
}

#preview {
    position: absolute;
    border: 1px solid #ccc;
    background: #333;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 999999;
}

.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: white;
    background-color: cadetblue;
    margin-right: 4px;
    height:30px;
    width:30px;
    align-content: center;
    vertical-align : middle;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden !important;
        /*width: 260px !important;*/
        width: 340px !important;
        background-color: #555 !important;
        color: #fff !important;
        text-align: center !important;
        border-radius: 6px !important;
        padding: 3px 0 !important;
        position: absolute !important;
        left: 30px;
        z-index: 100000 !important;
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "" !important;
            position: absolute !important;
            margin-left: -5px !important;
            border-width: 5px !important;
            border-style: solid !important;
            border-color: #555 transparent transparent transparent !important;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible !important;
        -webkit-animation: fadeIn 1s !important;
        animation: fadeIn 1s !important
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.LeftColumn {
    border: solid;
    border-color: #7F3E98;
    border-width: thin;
    left: 3px;
    width: 405px;
    position: absolute;
    height: -webkit-calc(100% - 88px);
    height: -moz-calc(100% - 88px);
    height: calc(100% - 88px);
    overflow-x: auto;
}
.RightColumn {
    border: solid;
    border-color: #7F3E98;
    border-width: thin;
    right: 3px;
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
    height: -webkit-calc(100% - 88px);
    height: -moz-calc(100% - 88px);
    height: calc(100% - 88px);
    position: absolute;
    overflow: scroll;
    overflow-x: auto;
}
.rightDraft {
    position: absolute;
    right: 4px;
    color: lightgray;
}
.LeftMenuContent {
    width: 100%;
    height: 100%;
}
.LeftNonMenuContent {
    width: 100%;
    height: 50%;
}
.Draggable {
    position: absolute;
    z-index: 9999;
    background-color: #f1f1f1;
    border: 1px solid #d3d3d3;
    text-align: center;
}
.DraggableHeader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}
.pageSection {
    border: 1px dashed black;
}
.pageSubSection {
    float: left;
    border: 1px dotted black;
}
.PageSubSectionsDiv {
    resize: horizontal;
    height: 100%;
    width:auto;
}
.ulSections {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.textAreaEditable{
    width: 100%;
    height: 100%;
}
.modal-xlg {
    width: 1000px !Important;
    max-width: 1000px !Important;
}
.branch-title{
    font-size: 0.9rem;
    font-weight: bold;
}
.branch-disabled {
    background-color: #FFABA0 !important;
}
.TopTree {
    height: calc(65% - 40px);
    overflow:auto;
}

.BottomTree {
    height: 35%;
    overflow: auto;
}

#tree {
    padding: 0.1em 0;
    list-style: none;
    margin: 0;
}
#tree1 {
    padding: 0.1em 0;
    list-style: none;
    margin: 0;
}
    #tree .tree-branch {
        margin-bottom: 0;
        position: relative;
    }

.tree-branch > .contents {
    clear: both;
    line-height: 1.5;
    position: relative;
    margin: 2px 0 0;
}

.contents .branch-drag-handler {
    cursor: move;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    position: relative;
    padding: 0px 0px;
    height: auto;
    min-height: 10px;
    max-width: 200px;
    line-height: 1.5;
    overflow: hidden;
    word-wrap: break-word;
}

.contentsNon .branch-nondrag-handler {
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    position: relative;
    padding: 0px 0px;
    height: auto;
    min-height: 10px;
    max-width: 200px;
    line-height: 1.5;
    overflow: hidden;
    word-wrap: break-word;
}

.branch-drag-handler .icon {
    color: #504e4e;
    margin-right: 5px;
}

#tree .sortable-placeholder {
    border: 1px dashed rgb(63, 63, 63);
    height: 35px;
    width: 450px;
    margin-top: 10px;
}

.tree-branch.ui-sortable-helper .contents {
    margin-top: 0;
}

.tree-branch.ui-sortable-helper .children-bus .contents {
    margin-top: 10px;
}

.tree-branch .children-bus:empty {
    display: none;
}

.branch-level-1 {
    margin-left: 0px;
}

.branch-level-2 {
    margin-left: 30px;
}

.branch-level-3 {
    margin-left: 60px;
}

.branch-level-4 {
    margin-left: 90px;
}

.branch-level-5 {
    margin-left: 120px;
}

.branch-level-6 {
    margin-left: 150px;
}

.branch-level-7 {
    margin-left: 180px;
}

.branch-level-8 {
    margin-left: 210px;
}

.branch-level-9 {
    margin-left: 240px;
}

.branch-level-10 {
    margin-left: 270px;
}

.branch-level-1 .children-bus {
    margin-left: 0px;
}

.branch-level-2 .children-bus {
    margin-left: -30px;
}

.branch-level-3 .children-bus {
    margin-left: -60px;
}

.branch-level-4 .children-bus {
    margin-left: -90px;
}

.branch-level-5 .children-bus {
    margin-left: -120px;
}

.branch-level-6 .children-bus {
    margin-left: -150px;
}

.branch-level-7 .children-bus {
    margin-left: -180px;
}

.branch-level-8 .children-bus {
    margin-left: -210px;
}

.branch-level-9 .children-bus {
    margin-left: -240px;
}

.branch-level-10 .children-bus {
    margin-left: -270px;
}

@keyframes saveTime {
    from {
        background-color: transparent;
        color: #17a2b8;
    }

    to {
        background-color: #17a2b8;
        color: white;
    }
}

.animateBackground {
    animation-name: saveTime;
    animation-duration: 0.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

#eightBoxes {
    color: white;
    font-weight: 600;
    font-size: 3vh;
}

    #eightBoxes table {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #eightBoxes a {
        color: white !important;
        text-decoration: underline;
    }

    #eightBoxes td {
        width: 25%;
        font-size: 1.5vw;
        height: 20vw;
    }

        #eightBoxes td img {
            width: 100%;
        }

.fileBox, .dirBox{
    cursor: pointer;
}

#headMessage {
    color: orange;
    display: flex;
    font-weight: 600;
}

    #headMessage .sm {
        display: flex;
        width: 50%;
        margin-left: auto !important;
        margin-right: auto !important;
        flex-wrap: wrap;
    }

    #headMessage img {
        height: 100%;
        max-height: 25vh;
        text-align: right;
    }

    #headMessage .quote {
        color: #cd5c2f;
        font-size: 1.5vh;
    }

@media only screen and (orientation: portrait) {
    #headMessage .quote {
        font-size: 1.5vw;
    }
}

.btn-tn {
    padding: .25rem .75rem !important;
    margin: .075rem !important;
}

#btnNext,
#btnPrevious {
    background: transparent;
    color: #343a40;
    padding: 8px 28px;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    outline: none;
}

#gallery-controls #page {
    margin-left: 15px;
    margin-right: 15px;
    color: #707070;
    font-style: italic;
    font-size: 13px
}

.sr-only {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
#gallery-dots {
    margin-bottom: 15px
}

.gallery-dot {
    background: #343a40;
    border: 0;
    padding: 0;
    width: 50px;
    height: 8px;
    margin: 5px;
    opacity: 0.4;
    outline: none;
    cursor: pointer;
}

    .gallery-dot.active {
        opacity: 1;
    }

#gallery-controls {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    align-items: start;
    text-align: center;
}

.gallery-image {
    height: auto;
    width: auto;
    max-height: 500px;
    max-width: 500px;
    vertical-align: middle;
}


.template {
    transition: all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    opacity: 0;
    position: relative;
    background: #707070;
}

    .template p {
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        margin: 0;
        width: 100%;
        /*background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));8*/
        padding: 5px;
    }

    .template.animate {
        transform: scale(1);
        opacity: 1;
    }

#gallery-images {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: grid;
    grid-gap: 7.5px;
    grid-template-columns: 50% 50%;
    text-align: center;
}

/*.historyModal {
    width: 100% !important;
}
*/
.historyModalContainer {
    max-width: 1500px !important;
}

.customH1Formatting {
    color: red !important;
    font-weight: lighter !important;
}

.customH2Formatting {
    background-color: mediumpurple !important;
}

.customH3Formatting {
    border: 5px solid blue;
}

.customH4Formatting {
    text-align: center;
}

.customPFormatting {
    font-family: 'Comic Sans MS' !important;
}

.customQuoteFormatting {
    letter-spacing: 10px;
}

.verHistoryList {
    /*background-color: lightskyblue;*/
    height: 200px;
    padding-right: 15px;
    /*outline: 2px solid black;*/
    height: fit-content;
    max-height: 60vh;
}

.verHistoryList td {
    padding:3px;
}

.verHistoryContent {
    /*background-color: orange;*/
    height: 200px;
    padding: 0px;
    /*outline: 2px solid black;*/
    max-height: 60vh;
}

.verHistoryHighlight:hover {
    background-color: lightgray;
    cursor: pointer;
}

.subSecVerConfirmModal {
    width: 20vw !important;
}

.versionWarning {
    background-color: #0069d9;
}

.subSecVerConfirmContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

input:focus {
    outline: none;
}
