/*
Gibbon, Flexible & Open School System
Copyright (C) 2010, Ross Parker

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

----

Theme fundamentals based on Mollio, copyright Daemon Pty Limited 2006, http://www.daemon.com.au
Used under "GNU Creative Commons License", http://creativecommons.org/licenses/GPL/2.0/
*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* THE BASICS */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    /*padding: 0 0 20px;*/
    /*background: url("../img/backgroundPage.jpg") repeat fixed center top #8e8e8e26;*/
    background: #8e8e8e26;
    color: #222222;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Helvetica, Arial, sans-serif !important;
}

.col-md-1 {
    width: 100%;
}

.col-md-2 {
    width: 75%;
}

.col-md-3 {
    width: 20%;
}

#container {
    /*padding-right: 15px;*/
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*position: relative;*/
}

/* LAYOUT */
#wrapOuter {
    /* background: white; */
    /*width: 100%;*/
    /*height: 10px;*/
    margin-top: 50px;
}

#wrap {
    width: 100%;
    /*position:relative ;*/
    border-radius: 5px;

}

#wrap-report {
    width: 100%;
    padding-top: 10px;
    padding-left: 1px;
    margin: 10px auto;
    position: relative;
}

#header {
    clear: both;
    height: 50px;
    width: 100%;
    color: #fff;
    text-align: center;
    background-color: rgb(129, 177, 11);
    position: fixed;
    top: 0;
    z-index: 25;
}

#header-logo {
    margin: 0 0 0 0px;
    padding: 0px 0;
    color: #ccc;
    border: none;
    width: 250px;
}

#header-logo-report {
    margin: 0 0 0 0px;
    padding: 0px 0;
    color: #ccc;
    border: none;
    width: 250px;
}

#header-menu {
    color: #fff;
    font-weight: bold;
    width: 20%;
    height: 100%;
    margin-top: 50px;
    background-color: #0582ce;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    margin-bottom: 20px;
}

#header-finder {
    background: #eeeeee;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#fastFinder {
    /*height: 75px;*/
}

#header-finder h2 {
    text-align: right;
    border-bottom: none;
    font-size: 90%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

#content-wrap {
    /*background-color: rgb(238, 238, 238);*/
    /*border: 1px solid silver;*/
    /*margin: 0 0 0 -1px;*/
    /*margin-top: 65px;*/
    /*float: right;*/
    /*padding-left: 0px;*/
    /*border-top: 1px solid silver;*/
    padding: 10px;
}

#content-wrap-report {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    width: 100%;

}

#content {
    /*min-height: 470px;*/
    overflow: hidden;
    /*padding-left: 10px;*/
    padding-right: 10px;
    /*margin-left:10px;*/
}

#content-wide {
    margin: -10px 0 5px 0px;
    padding: 0 10px 0 10px;
    /*min-height: 470px;*/
    width: 100%;
    position: relative;
    overflow: hidden;
}

.trail {
    text-align: left;
    /*font-size: 90%;*/
    /*height: 16px;*/
    padding: 10px;
    font-weight: normal;
    color: #fafafa;
    background: rgb(129, 177, 11);
}

#content-wide div.trail {
    text-align: left;
    font-size: 70%;
    margin: 10px 0px 10px -18px;
    height: 16px;
    padding-top: 7px;
    padding-left: 20px;
    font-weight: normal;
    width: 1087px;
    color: #3B73AF;
}

.trailEnd {
    padding-left: 3px;
    /*float: left;*/
    color: #ffffff;
}

.trailHead {
    float: left;
    white-space: nowrap;
    color: white;
}

div.trailHead a {
    text-decoration: underline;
    font-weight: normal;
    color: #ffffff;
}

div.trailHead a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #FDFEA4;
}

#sidebar {
    /*width: 450px;*/
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: rgb(255, 243, 103);*/
}
.login-div{
    position: absolute;
    z-index: 15;
    top: 25%;
    left: 50%;
    margin: -100px 0px 0px -250px;
}
.login-UsernamePassword{
    width:330px; 
    height: 40px!important;
    margin-left:18%!important;
    padding-left: 5px; 
    float: none!important;
}
#login-content {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

div.sidebarExtra {
    padding: 15px 0;
    margin-bottom: 10px;
}

#footer {
    clear: both;
    /*height: 18px;*/
    width: 100%;
    /*margin: 0 0 0 -1px;*/
    padding: 5px 0px 5px 0px;
    /*font-size: 85%;*/
    color: #fff;
    text-align: center;
    background-color: rgb(129, 177, 11);
    /*line-height: 135%;*/
    /*position: fixed;*/
    bottom: 0;

}

#footer-report {
    clear: both;
    width: 750px;
    color: #333;
    margin: 0 0 0 -1px;
    padding: 5px 0px 5px 0px;
    font-size: 75%;
    text-align: right;
    font-style: italic;
}

div.minorLinks {
    color: #fff;
    font-size: 80%;
    font-weight: normal;
    float: right;
    /*width: 100%;*/
}

div.minorLinksTopGap {
    /*margin-top: 25px;*/
    padding: 15px;
    font-size: 15px;
    float: right;
    /*width: 100%;*/
    margin-right: 25px;
}

img.minorLinkIcon {
    height: 25px;
    max-height: 38px;
}

img.minorLinkIconLarge {
    height: 65px;
    max-height: 65px;
}

div.minorLinks a {
    color: #fff;
}

div.minorLinks a:hover {
    color: #fcff00;
}

/* NAV */
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav {
    height: 30px;
    font-weight: bold;
    font-size: 90%;
    width: 800px;
    padding-top: 10px;
    padding-left: 15px;
    text-transform: uppercase;
    float: left;
}

#nav li {
    position: relative;
    background: none;
    float: left;
    display: block;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
    text-decoration: none;
    cursor: pointer;
    color: #000;
    display: block;
    padding: 4px 2px 2px
}

#nav a:hover {
    color: #A88EDB;
}

#nav li ul {
    border: 1px dotted #000;
    background-color: rgba(50, 50, 50, 0.85);
    font-size: 80%;
    margin: 0px 0px 0px -20px;
    padding: 2px;
    position: absolute;
    font-weight: normal;
    left: -999em;
    text-shadow: none;
    width: 180px;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: 0;
    z-index: 99999;
}

#nav li li {
    background: none;
    float: none;
    border: none;
    border: 1px none #fff;
    text-align: left;
    font-size: 118%;
    text-transform: none;
    line-height: 105%;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 0;
}

#nav li li:hover {
    color: #fff;
    background-color: rgba(168, 142, 219, 0.4);
}

#nav li li.last {
    border-bottom: none
}

#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {
    color: #fff;
    padding: 8px 9px;
    min-width: 60px;
}

#nav li.active {
    background: none;
    color: #ffffff;
    border: 1px none #c00
}

#nav li.active ul {
    background-color: rgba(103, 153, 207, 0.90);
    margin: 0px 0px 0px 0px;
    padding: 2px;
    font-weight: normal;
}

#nav li.active a {
    text-decoration: none
}

#nav li.active ul li a {
    text-decoration: none
}

/* MODULE MENU */
ul.moduleMenu {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px
}

ul.moduleMenu ul li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px
}

ul.moduleMenu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px
}

ul.moduleMenu h4 {
    margin-top: 0px;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 95%;
    color: white;
    background: #045e8c;
    text-align: center;
}

/* LINKS */
a, a:link, a:hover {
    background: transparent;
    text-decoration: underline;
}

a:link {
    color: #000;
}

a:visited {
    color: #c00;
}

a:hover, a:active {
    color: #069;
}

a.active {
    font-weight: bold;
    text-decoration: underline;
    color: #600;
}

a img {
    color: #ffffff;
    border: none;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

/* TYPOGRAPHY */
p {
    margin: 5px 15px 15px 15px;
    text-align: justify;
    font-size: 13px;
}

ul, ol {
    margin: 0 0 1px;
    text-align: justify;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    color: #444;
    background-color: none;
    padding: 0 0 0 0px;
    line-height: 85%;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
    /*border-bottom: 1px solid #ffffff;*/
}

h1 {
    font-size: 17pt;
}

h1.report {
    font-size: 17pt;
}

h2 {
    font-size: 14pt;
}

#sidebar h2, div.sidebarExtra h2 {
    font-size: 14pt;
    border-left: none;
    background: none;
    color: white;
    padding-top: 14px;
    text-align: center;
}

h3 {
    font-size: 13pt;
}

h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 11pt;
}

h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11pt;
}

div.blockView h1, div.blockView h2, div.blockView h3, div.blockView h4, div.blockView h5, div.blockView h6 {
    border-bottom: 1px solid #ffffff;
    text-shadow: none;
}

.highlight {
    color: #E17000
}

.subdued {
    color: #999
}

.caption {
    color: #999;
    font-size: 11px
}

.date {
    font-weight: bold;
    font-size: 82%;
    color: #bbb;
    display: block;
    letter-spacing: 1px
}

small {
    font-size: 11px
}

/* LISTS */
ul {
    margin: 5px 0px 5px 0px;
    list-style-type: circle
}

ol {
    margin: 5px 0px 5px 45px;
}

ol li {
    margin-left: 5px;
    padding-left: 0;
    background: none;
    list-style-type: decimal
}

li {
    line-height: 130%;
    /*padding-left: 5px;*/
    background: none
}

img.logo {
    margin: 15px 0 6px 0;
}

/* TABLES */
table {
    color: #666;
    font-size: 12px;
    text-shadow: none;
    /*background:blue;*/
    /*border:#ccc 1px solid;*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    /*border-radius:3px;*/
    margin: 5px 0 5px 0;
    opacity: 1 !important;
}

table th {
    padding: 15px 5px 15px 5px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-size: 110%;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dfdfdf));
    background: -moz-linear-gradient(top, #ebebeb, #dfdfdf);
    text-align: left;
}

table tr:first-child th:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    text-align: left;
    padding-left: 15px;
}

table tr:first-child th:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 5px;
}

table tr {
    text-align: center;
    padding-left: 20px;
}

table td:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: 0;
}

table td:last-child {

}

table td {
    text-align: left;
    padding: 12px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}

table tr.even td {
    background: #f0f0f0;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

table tr:last-child td {
    border-bottom: 0;

}

table tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

table tr:last-child td:last-child {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

td.right {
    vertical-align: middle !important;
    text-align: right !important;
    font-size: 11px !important;
    padding: 3px !important;
}

div.right {
    text-align: right !important;
}

div.odd {
    background-color: #E2DDCA;
}

tr.current, tr.current td, div.current, td.current {
    background-color: #B3EFC2 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#B5F1C4), to(#B3EFC2)) !important;
    background: -moz-linear-gradient(top, #B5F1C4, #B3EFC2) !important;
}

tr.past, tr.past td, div.past, td.past {
    background-color: #F6CECB !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8D1CD), to(#F6CECB)) !important;
    background: -moz-linear-gradient(top, #F8D1CD, #F6CECB) !important;
}

tr.error, tr.error td, div.error, td.error {
    background-color: #F6CECB !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8D1CD), to(#F6CECB)) !important;
    background: -moz-linear-gradient(top, #F8D1CD, #F6CECB) !important;
}

tr.warning, tr.warning td, div.warning, td.warning {
    background: none !important;
    background-color: #fdfea4 !important;
}

tr.dull, tr.dull td, div.dull, td.dull {
    background: none !important;
    background-color: #dddddd !important;
}

/* ALT TABLE STYLES */
table.noIntBorder td {
    border: none !important;
    /*padding: 5px!important ;*/
    background: #EDF7FF;
}

table.noIntBorder td:last-child {
    text-align: left;
}

table.smallIntBorder td {
    border-left: none !important;
    padding: 5px !important;
}

table.smallIntBorder td:last-child {
    text-align: left;
}

table.smallIntBorder tr.break td {
    background: none !important;
}

table.smallIntBorder tr.break td h3 {
    margin-top: 10px !important;
}

table.smallIntBorder h3, table.smallIntBorder h4 {
    border: none !important;
}

table.mini td {
    padding: 5px !important;
}

table.mini tr.head th {
    padding: 5px !important;
}
.mini{
    width: 97.5%!important;    
}
table.blank, table.blank tr {
    border: none !important;
    padding: 0px !important;
    background: none !important;
    box-shadow: none;
    !important
}

table.blank td {
    border: none !important;
    padding: 1px !important;
    background: none !important;
}

table.mceToolbar td, table.mceToolbar tr {
    padding: 0px !important;
    background: none;
}

tr.mceFirst td {
    background: none;
    background-color: #EDF7FF !important;
}

table.mceToolbar {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

td.mceIframeContainer {
    background-color: white !important;
}

/* FORMS */
input[type="text"], input[type="password"], input[type="file"] {
    border: 1px solid #BFBFBF;
    background-color: #ffffff;
    height: 28px;
    float: right;
    margin-left: 5px;
    font-size: 13px;
}

input[readonly] {
    border: none;
    background: none;
}

textarea {
    border: 1px solid #BFBFBF;
    background-color: #ffffff;
    float: right;
    margin-left: 5px;
    font-size: 13px;
}

select {
    border: 1px solid #BFBFBF;
    background-color: #ffffff;
    height: 30px;
    float: right;
    margin-left: 5px;
    font-size: 13px;
}

input[type="button"] {
    border: 1px solid #222222;
    background-color: #eeeeee;
    height: 28px;
    min-width: 55px;
    color: #444444;
    font-weight: bold;
    margin: 2px;
    font-size: 13px;
}

input[type="button"].buttonAsLink {
    border: none;
    background: none;
    color: #c00;
    height: 28px;
    font-size: 13px;
}

input[type="button"]:hover.buttonAsLink {
    border-bottom: 1px solid #c00;
}

input[type="submit"] {
    border: 1px solid #222222;
    background-color: #444444;
    height: 28px;
    min-width: 55px;
    color: #ffffff;
    font-weight: bold;
    margin: 2px;
    font-size: 13px;
}

input[type="reset"] {
    border: 1px solid #222222;
    background-color: #eeeeee;
    height: 28px;
    min-width: 55px;
    color: #444444;
    font-weight: bold;
    margin: 2px;
    font-size: 13px;
}

input[type="submit"]:hover {
    color: #eeeeee;
}

input[type="submit"].buttonLink {
    background: none;
    color: #c00;
    border: none;
    font-weight: normal;
    font-size: 13px;
    text-decoration: underline;
    height: 28px;
}

input[type="submit"].buttonLink:hover {
    background: none;
    color: #069;
    border: none;
    font-weight: normal;
    font-size: 13px;
}

/* MESSAGES */
div.message {
    border-left: 6px solid #3B73AF;
    color: #3B73AF;
    background-color: #D0EAFD;
    font-size: 12px;
    padding: 10px;
    margin: 10px 0px 15px 0px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.15);
}

div.message a {
    color: #3B73AF;
}

div.message a:hover {
    color: #c00;
}

div.error {
    border-left: 6px solid #CC0000;
    color: #CC0000;
    background-color: #F6CECB;
    font-size: 12px;
    padding: 10px;
    margin: 10px 15px 15px 0px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.15);
}

div.warning {
    border-left:6px solid #81b10b;
    color: #444444;
    background-color: #FFD2A9;
    font-size: 12px;
    padding: 10px;
    margin: 10px 15px 15px 0px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.15);
}

div.success {
    border-left: 6px solid #00a5a5;
    color: #00a5a5;
    background-color: #45fdfd40;
    font-size: 12px;
    padding: 10px;
    margin: 10px 15px 15px 0px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.15);
}

div.paginationTop {
    text-align: right;
    font-size: 12px;
    margin: 15px 0px 0px 0px
}

div.paginationBottom {
    text-align: right;
    font-size: 12px;
    margin: 0px 0px 15px 0px
}

div.linkTop {
    text-align: right;
    font-size: 12px;
    margin: 15px 0px 5px 0px
}

div.linkTopLeft {
    text-align: left;
    font-size: 12px;
    margin: 15px 0px 5px 0px
}

/* IMAGES */
img.user {
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 4px;
    box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.35);
}

a img.resource, img.resource {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    padding: 4px !important;
}

/* jQueryUI Tweaks */
.ui-tabs-nav, .ui-tabs {
    background: none !important;
}

.ui-widget-content {
    border: none !important;
}

.ui-tabs-panel {
    /*border: 1px solid rgb(155, 155, 155) !important;*/
    background: rgba(255, 255, 255, 0.75) !important;
}

.ui-tabs {
    padding: 0px !important;
}

.ui-tabs-active {
    /*border: 1px solid rgb(155, 155, 155) !important;*/
    border-bottom: none !important;
    background: rgba(255, 255, 255, 1) !important;
}

ul.ui-tabs-nav li.ui-state-default {
    background: rgba(0, 0, 0, 0.04);
}

ul.ui-tabs-nav li.ui-state-default a {
    color: rgba(0, 0, 0, 1);
}

div.ui-widget-overlay {
    background-image: none;
    background-color: #000 !important;
    opacity: 0.7;
}

div.ui-dialog {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 85%;
    border-radius: 2px;
}

div.ui-dialog div.ui-dialog-titlebar {
    border-radius: 2px;
    background-image: none;
    background-color: #A88EDB !important;
    border: none;
}

div.ui-dialog button.ui-button {
    font-family: Helvetica, Arial, sans-serif !important;
    font-size: 85%;
    color: #333;
    border-radius: 2px;
}

div#ui-datepicker-div {
    z-index: 1000 !important;
}

/* Live Validation */

.LV_validation_message {
    font-weight: bold;
    margin: 6px 0px 0px 5px;
    float: right;
    text-align: right;
}

.LV_valid {
    color: #00CC00;
}

.LV_invalid {
    color: #CC0000;
}

/* From WP for tinymce display */
.zerosize {
    height: 0;
    width: 0;
    margin: 0;
    border: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
}

a.edButtonPreview, a.edButtonHTML {
    height: 18px;
    margin: 5px 5px 0 0;
    padding: 4px 5px 2px;
    float: right;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#editorcontainer {
    border-color: #ccc #ccc #dfdfdf;
}

.wp_themeSkin .mceStatusbar {
    border-color: #dfdfdf;
}

.wp_themeSkin .mceStatusbar * {
    color: #555;
}

a.edButtonPreview, a.edButtonHTML {
    background-color: #f1f1f1;
    border-color: #dfdfdf #dfdfdf #ccc;
    color: #999;
}

#editor-toolbar .active {
    border-color: #ccc #ccc #e9e9e9;
    background-color: #e9e9e9;
    color: #333;
}

#post-status-info {
    background-color: #EDEDED;
}

.wp_themeSkin *, .wp_themeSkin a:hover, .wp_themeSkin a:link, .wp_themeSkin a:visited, .wp_themeSkin a:active {
    color: #000;
}

.wp_themeSkin table.mceLayout {
    border-color: #ccc #ccc #dfdfdf;
}

#editorcontainer #content, #editorcontainer .wp_themeSkin .mceIframeContainer {
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
}

#editorcontainer {
    margin-top: 15px;
    border-style: solid;
    border-width: 1px;
    border-collapse: separate;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -khtml-border-top-right-radius: 3px;
    -khtml-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.wp_themeSkin iframe {
    background: transparent;
}

.wp_themeSkin .mceStatusbar {
    color: #000;
    background-color: #f5f5f5;
}

.wp_themeSkin .mceButton, .wp_themeSkin .mceAction, .wp_themeSkin .mceOpen {
    border-color: #ccc;
    background-color: #eee;
    background-image: -ms-linear-gradient(bottom, #ddd, #fff);
    background-image: -moz-linear-gradient(bottom, #ddd, #fff);
    background-image: -o-linear-gradient(bottom, #ddd, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
    background-image: linear-gradient(bottom, #ddd, #fff);
}

.wp_themeSkin a.mceButtonEnabled:hover {
    border-color: #a0a0a0;
    background: #ddd;
    background-image: -ms-linear-gradient(bottom, #ccc, #fff);
    background-image: -moz-linear-gradient(bottom, #ccc, #fff);
    background-image: -o-linear-gradient(bottom, #ccc, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
    background-image: linear-gradient(bottom, #ccc, #fff);
}

.wp_themeSkin a.mceButton:active, .wp_themeSkin a.mceButtonEnabled:active, .wp_themeSkin a.mceButtonSelected:active, .wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonActive:active, .wp_themeSkin a.mceButtonActive:hover {
    background-color: #ddd;
    background-image: -ms-linear-gradient(bottom, #eee, #bbb);
    background-image: -moz-linear-gradient(bottom, #eee, #bbb);
    background-image: -o-linear-gradient(bottom, #eee, #bbb);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#bbb));
    background-image: -webkit-linear-gradient(bottom, #eee, #bbb);
    background-image: linear-gradient(bottom, #eee, #bbb);
    border-color: #909090;
}

.wp_themeSkin .mceButtonDisabled {
    border-color: #ccc !important;
}

.wp_themeSkin .mceListBox .mceText, .wp_themeSkin .mceListBox .mceOpen {
    border-color: #ccc;
    background-color: #eee;
    background-image: -ms-linear-gradient(bottom, #ddd, #fff);
    background-image: -moz-linear-gradient(bottom, #ddd, #fff);
    background-image: -o-linear-gradient(bottom, #ddd, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
    background-image: linear-gradient(bottom, #ddd, #fff);
}

.wp_themeSkin .mceListBox .mceOpen {
    border-left: 0 !important;
}

.wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, .wp_themeSkin .mceListBoxHover .mceOpen, .wp_themeSkin .mceListBoxHover:active .mceOpen, .wp_themeSkin .mceListBoxSelected .mceOpen, .wp_themeSkin .mceListBoxSelected .mceText, .wp_themeSkin table.mceListBoxEnabled:active .mceText {
    background: #ccc;
    border-color: #999;
}

.wp_themeSkin table.mceListBoxEnabled:hover .mceText, .wp_themeSkin .mceListBoxHover .mceText, .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, .wp_themeSkin .mceListBoxHover .mceOpen {
    border-color: #909090;
    background-color: #eee;
    background-image: -ms-linear-gradient(bottom, #ccc, #fff);
    background-image: -moz-linear-gradient(bottom, #ccc, #fff);
    background-image: -o-linear-gradient(bottom, #ccc, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
    background-image: linear-gradient(bottom, #ccc, #fff);
}

.wp_themeSkin select.mceListBox {
    border-color: #B2B2B2;
    background-color: #fff;
}

.wp_themeSkin .mceSplitButton a.mceAction, .wp_themeSkin .mceSplitButton a.mceOpen {
    border-color: #ccc;
}

.wp_themeSkin .mceSplitButton a.mceOpen:hover, .wp_themeSkin .mceSplitButtonSelected a.mceOpen, .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction, .wp_themeSkin .mceSplitButton a.mceAction:hover {
    border-color: #909090;
}

.wp_themeSkin table.mceSplitButton td {
    background-color: #eee;
    background-image: -ms-linear-gradient(bottom, #ddd, #fff);
    background-image: -moz-linear-gradient(bottom, #ddd, #fff);
    background-image: -o-linear-gradient(bottom, #ddd, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
    background-image: linear-gradient(bottom, #ddd, #fff);
}

.wp_themeSkin table.mceSplitButton:hover td {
    background-image: -ms-linear-gradient(bottom, #ccc, #fff);
    background-image: -moz-linear-gradient(bottom, #ccc, #fff);
    background-image: -o-linear-gradient(bottom, #ccc, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ccc), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #ccc, #fff);
    background-image: linear-gradient(bottom, #ccc, #fff);
}

.wp_themeSkin .mceSplitButtonActive {
    background-color: #B2B2B2;
}

.wp_themeSkin div.mceColorSplitMenu table {
    background-color: #ebebeb;
    border-color: #B2B2B2;
}

.wp_themeSkin .mceColorSplitMenu a {
    border-color: #B2B2B2;
}

.wp_themeSkin .mceColorSplitMenu a.mceMoreColors {
    border-color: #fff;
}

.wp_themeSkin .mceColorSplitMenu a.mceMoreColors:hover {
    border-color: #0A246A;
    background-color: #B6BDD2;
}

.wp_themeSkin a.mceMoreColors:hover {
    border-color: #0A246A;
}

.wp_themeSkin .mceMenu {
    border-color: #ddd;
}

.wp_themeSkin .mceMenu table {
    background-color: #ebeaeb;
}

.wp_themeSkin .mceMenu .mceText {
    color: #000;
}

.wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, .wp_themeSkin .mceMenu .mceMenuItemActive {
    background-color: #f5f5f5;
}

.wp_themeSkin td.mceMenuItemSeparator {
    background-color: #aaa;
}

.wp_themeSkin .mceMenuItemTitle a {
    background-color: #ccc;
    border-bottom-color: #aaa;
}

.wp_themeSkin .mceMenuItemTitle span.mceText {
    color: #000;
}

.wp_themeSkin .mceMenuItemDisabled .mceText {
    color: #888;
}

a.edButtonPreview, a.edButtonHTML {
    background-color: #f1f1f1;
    border-color: #dfdfdf #dfdfdf #ccc;
    color: #999;
}

a.edButtonHTML {
    margin-right: 15px
}

a, #adminmenu a, a.edButtonPreview, a.edButtonHTML, #the-comment-list p.comment-author strong a, #media-upload a.del-link, #media-items a.delete, .plugins a.delete, .ui-tabs-nav a {
    color: #21759b;
    text-decoration: none;
    color: #c00
}

.ui-tooltip, .arrow:after {
    background: rgba(25, 25, 25, 0.9) !important;
    border: none !important;
    box-shadow: 2px 2px 4px rgba(25, 25, 25, 0.9) !important;
}

.ui-tooltip {
    padding: 10px 20px !important;
    color: white !important;
    font-size: 12px !important;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    tranform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

ul.ui-tabs-nav {
    font-size: 13px;
    border-radius: 0px !important;
    background: none !important;
    border: none !important;
}

div#tabs {
    border-radius: 0px !important;
}

.ui-autocomplete, .ui-autocomplete:hover {
    font-size: 12px;
    border-radius: 0;
    background: rgba(25, 25, 25, 0.9);
    box-shadow: 2px 2px 4px rgba(25, 25, 25, 0.9);
    color: #fff!important;
}

.ui-autocomplete .ui-menu-item, .ui-autocomplete .ui-menu-item:hover {
    border: none !important;
    border-radius: 0 !important;
}

.ui-autocomplete .ui-corner-all, .ui-autocomplete .ui-corner-all:hover {
    color: #fff !important;
    background: rgba(25, 25, 25, 0.9) !important;
    border: none !important;
    border-radius: 0 !important;
}

.ui-autocomplete .ui-corner-all:hover {
    color: #6799CF !important;
}

.ui-autocomplete .ui-state-focus {
    margin: 0 !important;
    border: none;
}

.ui-state-default_dud {
    border: 1px solid rgb(216, 220, 223);
}

div.ui-datepicker {
    padding: 10px 10px 5px 10px;
    background: none;
    background-color: rgba(25, 25, 25, 0.5) !important;
}

table.ui-datepicker-calendar {
    padding: 3px;
}

table.ui-datepicker-calendar, table.ui-datepicker-calendar td {
    padding: 0px;
}

table.ui-datepicker-calendar tr:first-child th:first-child {
    padding: 0px;
}

table.ui-datepicker-calendar tr:last-child th:last-child {
    padding: 0px;
}

div.ui-datepicker-header {
    background: none;
    background-color: #96BEEA !important;
    border-radius: 0px;
    border: none;
}

td.hiddenReveal, div.hiddenReveal {
    background: none;
    background-color: #EDF7FF !important;
}

/* Timetable styles */
th.ttCalendarBar {
    vertical-align: top;
    width: 100%;
    text-align: right !important;
    background-image: none !important;
    background-color: #f2f2f2 !important
}

span.ttSchoolCalendar {
    color: #fff;
    font-weight: bold;
    margin: 0px -2px 0px 5px;
    background-color: rgb(51, 153, 0);
    padding: 5px 7px;
    border: 1px solid #555
}

div.ttSchoolCalendar {
    background-color: rgb(51, 153, 0);
    color: #fff;
    font-weight: bold;
}

span.ttPersonalCalendar {
    color: #fff;
    font-weight: bold;
    margin: 0px -2px 0px 5px;
    background-color: rgb(103, 153, 207);
    padding: 5px 7px;
    border: 1px solid #555;
}

div.ttPersonalCalendar {
    background-color: rgb(103, 153, 207);
    color: #fff;
    font-weight: bold;
}

span.ttSpaceBookingCalendar {
    color: #fff;
    font-weight: bold;
    margin: 0px -2px 0px 5px;
    background-color: #E5760D;
    padding: 5px 7px;
    border: 1px solid #555;
}

div.ttSpaceBookingCalendar {
    background-color: #E5760D;
    color: #fff;
    font-weight: bold;
}

div.ttClosure {
    border: 1px solid rgb(136, 136, 136);
    background-color: rgb(255, 196, 202);
    color: rgb(255, 0, 0);
    border: 1px solid rgb(136, 136, 136);
}

div.ttGeneric {
    background-color: rgb(238, 238, 238);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(136, 136, 136);
}

div.ttCurrent {
    background-color: rgb(179, 239, 194);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(136, 136, 136);
}

div.ttLesson {
    background-color: rgb(238, 238, 238);
    color: rgb(136, 136, 136);
    border: 1px solid rgb(136, 136, 136);
}

div.ttPeriod {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(136, 136, 136);
    background-color: rgb(150, 190, 234);
}

div.ttPeriodCurrent {
    color: rgb(0, 0, 0);
    border: 1px solid rgb(136, 136, 136);
    background-color: rgb(179, 239, 194);
}

table.chatBox {
    margin-top: 0px;
    padding: 0px;
    margin-bottom: -1px;
    border: 1px solid #333;
    background-color: #f9f9f9;
    border-radius: 0px;
}

table.chatBoxFirst {
    margin-top: 25px;
}

table.chatBox tr td {
    color: #444;
    word-wrap: break-word;
    padding: 1px 4px
}

/* TAG CLOUD STYLE */
.tag_cloud {
    padding: 3px;
    text-decoration: none;
}

.tag_cloud:link {
    color: #00a5a5;
    text-decoration: none
}

.tag_cloud:visited {
    color: #00a5a5;
    text-decoration: none
}

.tag_cloud {
    background: none
}

.tag_cloud:hover {
    background: rgb(214, 57, 57);
    color: #fff
}

/* RESOURCE UPLOAD SLIDER */
div.resourceAddSlider {
    min-height: 60px;
    border: 1px solid #C0C0C0;
    text-align: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: -5px
}

/* V12 NEW CLASSES */
p.emphasis, span.emphasis {
    font-style: italic;
}

span.small {
    font-size: 93%;
}

input.standardWidth, textarea.standardWidth, div.standardWidth {
    width: 280px;
}

select.standardWidth {
    width: 280px;
}

.fullWidth {
    width:100%;
}

div.blockOuter {
    text-align: center;
}

h1.bigTop, h2.bigTop, h3.bigTop, h4.bigTop, h5.bigTop, h6.bigTop {
    margin-top: 50px !important;
}

table.colorOddEven tr:nth-of-type(even) td {
    background: -webkit-gradient(linear, center top, center bottom, from(#F2F2F2), to(#F0F0F0));
    background: -webkit-linear-gradient(center top, #F2F2F2, #F0F0F0);
    background: -o-linear-gradient(center top, #F2F2F2, #F0F0F0);
    background: -moz-linear-gradient(center top, #F2F2F2, #F0F0F0);
    background: linear-gradient(center top, #F2F2F2, #F0F0F0);
}

/* V13 NEW CLASSES */
td.wordWrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word !important;
}

div.notificationTray {
    float: right;
    font-size: 13px;
    color: #C0C0C0;
    width: 100%;
    background: #eeeeee;
    padding-left: 10px;
    padding-right: 35px;
}

div.notificationTray a {
    color: #000000;
}

div.notificationTray a.inactive {
    color: #C0C0C0;
    cursor: default;
    text-decoration: none;
}

/* v14 */

/* Ensure forms leave enough room in the second column for LiveValidation to fit. Updated to fix nested tables in forms. */
table.standardForm td.standardWidth:last-child:nth-child(2) {
    min-width: 150px;
}

select[multiple] {
    height: auto;
    max-height: 130px;
}

.shortWidth {
    width: 148px;
}

.mediumWidth {
    width: 230px;
}

.phoneNumber input {
    width: 160px;
}

.phoneNumber select[name$="CountryCode"] {
    width: 60px;
}

.phoneNumber select[name$="Type"] {
    width: 70px;
}

.column div:after {
    content: "";
    display: table;
    clear: both;
}

.column.inline div {
    display: inline-block;
    width: auto;
}

.formTable input,
.formTable select,
.formTable textarea {
    float: left;
    margin-left: 0px;
}

table tr.heading td {
    /*padding:15px 5px 15px 5px !important;*/
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-size: 110% !important;
    font-weight: bold;
    background: #ebebeb;
    background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dfdfdf));
    background: -moz-linear-gradient(top, #ebebeb, #dfdfdf);
    text-align: left;
}

table tr.heading:first-child td:first-child {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    text-align: left;
    padding-left: 15px !important;
}

table tr.heading:first-child td:last-child {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 5px !important;
}

/* Usability tweak to make large data tables like User Permissions easier to read */
table.rowHighlight tr:not(.break):hover td {
    background: #EDF7FF !important;
}

/* Unfloat validation preceded by a phone input, adjust line height for vertical alignment */
input[name*="phone"] ~ .LV_invalid {
    float: none;
    line-height: 30px;
}

/* Hide validation preceded by another validation message in the same parent element */
.LV_invalid ~ .LV_invalid {
    display: none;
}

/* Remove the tiny gap that appears near valid elements */
.LV_valid {
    margin: 0;
}

ul.token-input-list-facebook {
    width: 320px !important;
    float: right;
    height: 25px !important;
    margin-right: 50px !important;
}

#data-set {
    background: white;
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    /*width: 80%;*/
    /*margin-top: 10px;*/
}
#password-reset-form {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}


/**
 *
 * Custom CSS
 *
*/

.page-container {
    /*position: absolute;*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 22%;
    width: 100%;
    background: #eeeeee;
}
.sidebar-menu {
    position: fixed;
    width: 22%;
    top: 0;
    left: 0;
    bottom: 0;
    background: #FDFEA4;
    color: #aaabae;
    z-index: 55;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.logo-env {
    width: 100%;
    padding: 22px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgb(129, 177, 11);
}
.logo-env:before,
.logo-env:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both;
}
.logo-env > div {
    display: block;
    vertical-align: middle;
    white-space: nowrap;
    float: left;
}
.logo-env > div > a {
    display: inline-block;
    color: #FFFFFF;
}

.logo-env > div.sidebar-collapse,
.logo-env > div.sidebar-mobile-menu {
    position: relative;
    float: right;
    margin-top:15px;
}
.logo-env > div.sidebar-collapse a,
.logo-env > div.sidebar-mobile-menu a {
    display: inline-block;
    border: 1px solid #FFFFFF;
    text-align: center;
    padding: 0;
    line-height: 1;
    font-size: 20px;
    font-weight: 300;
    padding: 5px 2px;
    -webkit-border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 3px;
    -moz-background-clip: padding;
    border-radius: 3px;
    background-clip: padding-box;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#main-menu::-webkit-scrollbar{
    width: 10px;
    background-color: #ffffff;
}

#main-menu::-webkit-scrollbar-thumb{
    border-radius: 1px;
    background-color: rgb(129, 177, 11);
}

#main-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    overflow: auto;
    max-height: 500px;
    height: 500px;
    /*width:222px;*/
    /*overflow-y: auto;*/
    overflow-x: hidden;
}
#main-menu li {
    /*position: relative;*/
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid #000000ed;
}
#main-menu li i {
    position: relative;
    font-size: 15px;
    /*margin-right: 5px;*/
    padding: 7px 10px;
}
#main-menu li a {
    position: relative;
    display: block;
    padding: 5px 10px;
    color: #002323;
    z-index: 2;
    font-size: 15px;
    -moz-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -o-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    -webkit-transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
    text-decoration: none;
}
#main-menu li a i {
    /*top: 1px;*/
    display: inline-block;
}
#main-menu li a span {
    -moz-transition: 350ms opacity ease-in-out;
    -o-transition: 350ms opacity ease-in-out;
    -webkit-transition: 350ms opacity ease-in-out;
    transition: 350ms opacity ease-in-out;
}
#main-menu li.has-sub > a:before {
    position: relative;
    /*content: '\e877';*/
    content: "\f105";
    display: inline-block;
    font-family: 'FontAwesome';
    color: #454a54;
    color: black;
    float: right;
    font-size: 15px;
    margin-left: 13px;
    top: 7px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#main-menu li.has-sub.opened > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#main-menu li ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgb(253, 254, 164);
    display: none;
    z-index: 1;
}
#main-menu li ul.visible {
    display: block;
}
#main-menu li ul > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#main-menu li ul > li > a {
    background-color: #bbbb53;
    padding-left: 40px;
}
#main-menu li ul > li > a:hover {
    background-color: #a2a248;
}
#main-menu li ul > li:last-child {
    border-bottom: 0;
}
#main-menu li ul > li ul > li > a {
    padding-left: 60px;
    background: #262b34;
}
#main-menu li ul > li ul > li ul > li > a {
    padding-left: 80px;
    background: #262b34;
}
#main-menu li ul > li ul > li ul > li ul > li > a {
    padding-left: 100px;
    background: #262b34;
}
.main-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    z-index: 2;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sidebar-collapsed {
    padding-left: 65px;
    transition: all 1ms ease-in-out;
}
.sidebar-collapsed .sidebar-menu {
    z-index: 30;
    width: 65px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.sidebar-collapsed .sidebar-menu .logo-env {
    display: block;
    /*padding: 20px;*/
}
.sidebar-collapsed .sidebar-menu .logo-env > div.logo {
    overflow: hidden;
    width: 0;
}
.sidebar-collapsed .sidebar-menu .logo-env > div.sidebar-collapse {
    display: block;
    padding: 0;
    /*left: 3px;*/
}

.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a:before {
    display: none;
}
.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub > a {
    background-color: transparent;
}
.sidebar-collapsed .sidebar-menu #main-menu > li > a {
    position: relative;
}
.sidebar-collapsed .sidebar-menu #main-menu > li > a > span:not(.badge) {
    display: block;
    position: absolute;
    top: 0;
    left: 65px;
    margin-top: -1px;
    padding: 12px 10px;
    background: rgb(4, 94, 140);
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    width: 250px;
    visibility: hidden;
    -webkit-border-radius: 0 3px 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 3px 0;
    background-clip: padding-box;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.sidebar-collapsed .sidebar-menu #main-menu > li > a span {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li ul {
    border-top-color: #454a54;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul {
    display: block;
    visibility: hidden;
    position: absolute;
    height: 0;
    top: auto;
    left: 65px;
    width: 250px;
    -webkit-border-radius: 0 0 3px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 0 3px 0;
    -moz-background-clip: padding;
    border-radius: 0 0 3px 0;
    background-clip: padding-box;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: -40px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul > li > a span.badge {
    display: none;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li {
    border-bottom: 1px solid #ffffff;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li a {
    padding-left: 10px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li a {
    padding-left: 25px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li a {
    padding-left: 40px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li > ul li li li li a {
    padding-left: 55px;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a {
    cursor: default;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a > span:not(.badge),
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a > span:not(.badge) {
    -webkit-border-radius: 0 3px 0 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 3px 0 0;
    -moz-background-clip: padding;
    border-radius: 0 3px 0 0;
    background-clip: padding-box;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover.has-sub > a:hover,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover.has-sub > a:hover {
    color: #000000;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
    height: auto;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > a > span,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > a > span {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover a span.badge,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover a span.badge {
    display: block;
}
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li.has-sub:hover > ul,
.page-container.sidebar-collapsed .sidebar-menu #main-menu > li:hover > ul {
    visibility: visible;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.page-container.sidebar-is-collapsing .sidebar-menu #main-menu li a span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: opacity 250ms ease-in-out !important;
    -o-transition: opacity 250ms ease-in-out !important;
    -webkit-transition: opacity 250ms ease-in-out !important;
    transition: opacity 250ms ease-in-out !important;
}
.page-container.sidebar-is-showing .sidebar-menu #main-menu li a:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.page-container.sidebar-is-showing .sidebar-menu #main-menu li a span {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}


/*Scrollbar inside report module*/
/*Custom CSS*/
.admission{
    /*width: 520px;*/
    height: 45px;
    background: #dcdc39a1;
    position: absolute;
    margin: auto;
    color: black;
    text-decoration: none !important;
    left: 0;
    right: 0;
    top: 1px;
    padding: 13px !important;
    z-index:15;
}
.admissionnlink{
    padding: 30px !important;
    color: black !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: inherit;
    margin-left: 160px;
}
.admissionnlink1{
    padding: 30px !important;
    color: black !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: inherit;
}

.AttendanceReport {
    background: white;
    width:100%;
    height:250px;
    padding-top: 25px;
    /*padding: 20px;*/
    border: 1px solid rgba(0, 0, 0, 0.43);
    border-radius: 2px;
    /*margin-left: 1%;*/
}
.Block {
    background: #045e8c;
    font-size: 15px;
    color: #ffffff;
    width: 200px;
    padding: 10px;
}
.SubBlockValue{
    background: #eeeeee;
    font-size: 15px;
    color: #ffffff;
    width: 200px;
    height: 150px;
    padding: 10px;
    margin-bottom: 50px;
}
.timetableScrollIcon{
    display: none;
}
@keyframes movingTopToBottom {
    0% {
        top: -15px;
        position: relative;
    }
    95% {
        top: 100px;
    }
    100% {
        top: 100px;
    }
}

#divTAReviews {
    animation: movingTopToBottom 5s linear infinite;
    position: relative;
    /*background: lightblue;*/
    display: inline-block;
    padding: 0px;
    color: #e64000;
    width: 180px;
    background:linear-gradient(transparent 150px, white);
}

/*dashbaord styles start*/
.Block-Pie{
    width:100%;
    height:250px;
    background:white;
    padding-left: 5px;
    padding-top: 10px;
    margin-top: 0px;
}
.Block-Bar{
    width:100%;
    height:320px;
    background:white;
    padding: 10px;
}

.Block-Header{
    width:100%!important;
    background:white;
    color:black;
}
.Block-Events{
    width:100%;
    height:auto;
    background:white;
    color:black;
    margin-top: 10px;
    padding: 10px;
    margin-bottom: 15px;
}
.eventText{
    font-size: 16px;
    width: 100%;
    padding: 0px;
    padding: 5px;
    color: white;
    margin-left: 0px;
}
.col-md-12 {
    padding-left: 0px!important;
}
svg{
    width: 101% !important;
}
.dashboard{
    width: 100%;
    height:auto;
    margin: auto;
}
table tr td {
    padding-top: 10px;
    padding-left: 10px;

}
.google-visualization-tooltip-item {
    white-space: nowrap;
}
div.tooltip {
    background-color: #ffffca;
    color: #000023;
    padding: 10px;
    font-size: 20px;
    font-family : 'arial';
}
marquee{
    height: auto;
    max-height: 30px;
    min-height: 40px;
    padding: 10px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background:rgb(129, 177, 11);
    font-weight: 500;
}
#feebystudent {
    width: 380px;  
    height: 200px;
}
#piechart_3d{
    width: 380px;  
    height: 200px;
}
/*Dashboard styles end*/

.login-logo{
    padding-top: 20px;
    margin-left: 37%;
    margin-right: auto;
    width: 10em;
}
.login-button{
    width: 50%!important; 
    height: 35px!important; 
    margin-left: 25%!important; 
    margin-top: 10px!important; 
    background: rgb(214, 57, 57)!important;
    margin-bottom: 25px!important; 
    border: none!important;
}
.login-background{
    background: #ffffffa8;
}
 .back-button{
        margin-top: 20px;
    }
/* Relatively-Small screen */
@media (max-width: 767px) {
    .page-body .page-container {
        padding-left: 0;
    }
    .page-body .page-container .sidebar-menu {
        position: relative;
        width: 100%;
        min-height: 0px !important;
        /*transition: all 300ms ease-in-out;*/
    }
    .page-body .page-container .sidebar-menu .logo-env {
        padding: 15px 20px;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .page-body .page-container .sidebar-menu .logo-env > div.logo {
        display: block;
        width: auto;
    }
    .page-body .page-container .sidebar-menu .logo-env > div.sidebar-collapse {
        display: none;
    }
    .page-body .page-container .sidebar-menu #main-menu {
        display: none;
        margin-bottom: 0;
    }
    .page-body .page-container .sidebar-menu #main-menu li a span {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }
    .page-body .page-container .main-content {
        min-height: auto !important;
    }
    .page-body .page-container.horizontal-menu {
        padding-top: 0;
    }
    .page-body .page-container.horizontal-menu.with-sidebar {
        padding-left: 0;
    }
    .page-body .page-container.horizontal-menu header.navbar {
        position: relative;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav {
        clear: left;
        border-top: 1px solid rgba(69, 74, 84, 0.4);
        display: none;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > a {
        border-right: 0;
        border-bottom: 1px solid rgba(69, 74, 84, 0.4);
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search {
        border-right: 0;
        background-color: #262b34;
        border-bottom: 1px solid rgba(69, 74, 84, 0.4);
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-webkit-input-placeholder {
        color: #aaabae;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-moz-placeholder {
        color: #aaabae;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search ::-moz-placeholder {
        color: #aaabae;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search :-ms-input-placeholder {
        color: #aaabae;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search:hover {
        background-color: #262b34;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search .search-input {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        width: 100%;
        padding-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li#search button {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li > ul > li > a:first-child {
        border-top: 0;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul {
        overflow: hidden;
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul.visible {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
        border: none;
        border-bottom: 1px solid rgba(69, 74, 84, 0.3);
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li:hover > a {
        background: transparent;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li > a:hover {
        background-color: rgba(69, 74, 84, 0.2);
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.active > a {
        background-color: rgba(69, 74, 84, 0.15);
        color: #ffffff;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li.opened > a:before {
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li a {
        padding-left: 40px;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li a {
        padding-left: 60px;
    }
    .page-body .page-container.horizontal-menu header.navbar .navbar-nav > li ul li li li a {
        padding-left: 80px;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav {
        position: absolute;
        top: 0px;
        right: 20px;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav > li {
        display: none;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown {
        display: block;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
        width: 259px;
        margin-left: -185px;
        -webkit-border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 3px;
        -moz-background-clip: padding;
        border-radius: 3px;
        background-clip: padding-box;
    }
    .page-body .page-container .main-content {
        min-height: 0 !important;
    }
    #main-menu {
        position: relative !important;
        width:100% !important;
    }
    .timetableScroll{
        width: 100%;
        overflow-y: hidden;
        margin: 0 0 1em;
    }
    .timetableScroll::-webkit-scrollbar{
        width: 1px;
        height: 10px;
        background-color: #add8e6;
    }
    .timetableScroll::-webkit-scrollbar-thumb{
        border-radius: 1px;
        background-color: rgb(4, 94, 140);
    }
    .timetableScrollIcon{
        display: block;
    }
    ul.token-input-list-facebook{
        width:166px!important;
    }
    .AttendanceReport {
        height: 100% !important;
    }
    .Block {
        margin-top: 10px!important;
    }
    #wrapOuter{
        margin-top: 0px!important;
    }
    #sidebar{
        margin-top: 100px!important;
    }

    .Block-Events{
        width:100%;
        height:auto;
        background:white;
        color:black;
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 0px;
        margin-left: 0px;

    }
    .eventText{
        font-size: 16px;
        width: 100%;
        padding: 0px;
        padding: 5px;
        color: white;
        margin-left: 0px;
    }
    #feebystudent {
        width: 280px;  
        height: 200px;
    }
    #piechart_3d{
        width: 280px;  
        height: 200px;
    }
    .STP{
        margin-top: 100px;
    }
    .Block-Pie1{
        /*height:200px;*/
    }
    .Block-Pie2{
        height: 280px!important;
        margin-top: 15px;
        background: white;
        width: 100%;
        margin-left: -4px;
        padding: 10px;
    }
    .login-div{
        position: absolute;
        z-index: 15;
        top: 22%;
        left: 10%;
        margin: -100px 10px 10px -110px;
        background: #ffffffa8;     
        width: 90%;
    }
    .login-logo{
        margin-left: 30%;   
    }
    .login-logo, h2{
        /*margin-bottom: 10px;*/
    }
    body{
        background: url(../img/backgroundPage.jpg) repeat fixed center top #8e8e8e26!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .login-UsernamePassword{
        width:300px; 
        height: 40px!important;
        margin-left:10%!important;
        padding-left: 5px; 
        float: none!important;
    }
    .admissionnlink{
        padding: 30px !important;
        color: black !important;
        text-decoration: none !important;
        font-size: 15px;
        font-family: inherit;
        margin-left: 0px;
    }
    .login-button{
        width: 50%!important; 
        height: 35px!important; 
        margin-left: 25%!important; 
        margin-top: 10px!important; 
        background: rgb(214, 57, 57)!important;
        margin-bottom: 25px!important; 
        border: none!important;
    }
    h2{
        margin-bottom: 10px!important;
    }
    .login-background{
        background: none;
    }
    #content {
        /*min-height: 470px;*/
        overflow: auto;
        /*padding-left: 10px;*/
        padding-right: 10px;
        /*margin-left:10px;*/
    }
    #content-wrap{
        width: 100%;
    }
    .trail{
         width: 100%;
    }
    #data-set{
         width: 100%; 
    }
     .back-button{
        margin-top: 40px;
        margin-left: 130px;
    }
}
/* Small Screen */
@media (max-width: 480px) {
    .page-body .page-container.horizontal-menu header.navbar .horizontal-mobile-menu a {
        margin-left: 10px;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown > a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .page-body .page-container.horizontal-menu header.navbar ul.nav > li.dropdown.open > .dropdown-menu {
        width: 222px;
        margin-left: -123.33333333px;
    }
    .wrapouter {
        margin-top: -50px!important;
    }
    #menu-main {
        position: relative !important;
        width:100% !important;
    }
    .timetableScroll{
        width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 0 1em;
    }
    .timetableScroll::-webkit-scrollbar{
        width: 1px;
        height: 10px;
        background-color: #add8e6;
    }
    .timetableScroll::-webkit-scrollbar-thumb{
        border-radius: 1px;
        background-color: rgb(4, 94, 140);
    }
    .timetableScrollIcon{
        display: block;
    }
    ul.token-input-list-facebook{
        width:166px!important;
    }
    .AttendanceReport {
        height: 100% !important;
    }
    .Block {
        margin-top: 10px!important;
    }
    #wrapOuter{
        margin-top: 0px!important;
    }
    #sidebar{
        margin-top: 100px!important;
    }

    .Block-Events{
        width:100%;
        height:auto;
        background:white;
        color:black;
        padding: 10px;
        margin-bottom: 15px;
        margin-top: 300px;
        margin-left: 0px;

    }
    .eventText{
        font-size: 16px;
        width: 100%;
        padding: 0px;
        padding: 5px;
        color: white;
        margin-left: 0px;
    }
    #feebystudent {
        width: 280px;  
        height: 200px;
    }
    #piechart_3d{
        width: 280px;  
        height: 200px;
    }
    .STP{
        margin-top: 100px;
    }
    .Block-Pie2{
        height: 280px!important;
        margin-top: 15px;
        background: white;
        width: 100%;
        margin-left: -4px;
        padding: 10px;
    }
    .login-div{
        position: absolute;
        z-index: 15;
        top: 22%;
        left: 35%;
        margin: -100px 10px 10px -110px;
        background: #ffffffa8;
        width: 90%;
    }
    .login-logo{
        margin-left: 30%;   
    }
    .login-logo, h2{
        /*margin-bottom: 10px;*/
    }
    body{
        background: url(../img/backgroundPage.jpg) repeat fixed center top #8e8e8e26!important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 100%;
    }
    .login-UsernamePassword{
        width:90%; 
        height: 40px!important;
        margin-left:5%!important;
        padding-left: 5px; 
        float: none!important;
    }
    .admissionnlink{
        padding: 30px !important;
        color: black !important;
        text-decoration: none !important;
        font-size: 15px;
        font-family: inherit;
        margin-left: 0px;
    }
    .login-button{
        width: 50%!important; 
        height: 35px!important; 
        margin-left: 25%!important; 
        margin-top: 10px!important; 
        background: rgb(214, 57, 57)!important;
        margin-bottom: 25px!important; 
        border: none!important;
    }
    h2{
        margin-bottom: 10px!important;
    }
    .login-background{
        background: none;
    }
    #content {
        /*min-height: 470px;*/
        overflow: auto;
        /*padding-left: 10px;*/
        padding-right: 10px;
        /*margin-left:10px;*/
    }
    .trail{
         width: 100%;
    }
    .back-button{
        margin-top: 10px;
        margin-left: 130px;
    }
}





