﻿.opacity {
    opacity: .4;
}

html, body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

.listview_outer {
    border-bottom: 1px lightgray solid;
    border-top: 1px lightgray solid;
    min-height: 100px;
    padding: 5px;
}

.listview_inner {
    display: inline-block;
    background-color: #fff;
    color: #303030;
    padding: 5px;
    height: 100%;
    vertical-align: top;
}

.listview_label {
    background: lightgray;
    padding: 2px;
}

.labelAppID {
    display: none;
}

.comment-error {
    color: red;
    display: none;
}

.listview_title_sm {
    font-size: 10px;
}

.listview_metric {
    text-align: right;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    min-width: 40px;
}

.e3_container_ecriss {
    width: 250px;
    min-height: 320px;
    display: inline-block;
    margin: 10px;
    margin-bottom: 30px;
    vertical-align: top;
    position: relative;
    background-color: #f6f6f6;
}

.e3_header_ecriss {
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #5b5b5b;
    background-color: lightgray;
    display: block;
    vertical-align: middle;
}

.e3_personName_ecriss {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    color: #5b5b5b;
    display: block;
    margin-bottom: 10px;
    height: 40px;
}

.e3_body_ecriss {
    width: 100%;
    text-align: center;
    padding: 17px;
    margin-left: 15px;
    margin-right: 15px;
    color: #5b5b5b;
    background-color: #ededed;
    min-height: 218px;
}

.ECRA_loading {
    background-color: white;
    min-width: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    min-height: 102%;
    display: table;
}

.ECRA_block {
    margin: 20px;
    padding: 10px;
}

    .ECRA_block h1 {
        font-size: 2.0em;
        padding-left: 10px;
    }

    .ECRA_block h2 {
        font-size: 1.2em;
        padding-left: 10px;
    }

.comingsoon {
    color: blue;
}

.testingphase {
    color: hotpink;
    font-style: italic;
}

.ECRA_block p {
    font-size: 1em;
    padding-left: 15px;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
    opacity: .5;
}

a:hover {
    text-decoration: none;
}

.content_container {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
}

input[type=checkbox] {
    margin-left: 20px;
    margin-right: 4px;
}

.bigger input[type=checkbox] {
    transform: scale(2);
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}

.ECRATextbox {
    border: 1px solid #848484;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    height: 25px;
    width: 275px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

.ECRATextboxSquarish {
    border: 1px solid #848484;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: x-large;
}

h7 {
    font-size: medium;
}

h8 {
    font-size: medium;
}

/** ECRA CALENDAR STYLE*/
.calendar_daystyle {
    text-align: right;
    vertical-align: top;
    padding: 15px;
    border-radius: 10px;
}

.calendar_nextprevstyle {
    padding: 5px;
}

.calendar_dayheaderstyle {
    color: darkorange;
    text-align: center;
    font-size: small;
}

.calendar_titlestyle {
    font-size: medium;
    background-color: peachpuff;
}

.calendar_todaystyle {
    text-align: right;
    vertical-align: top;
    padding: 15px;
    border-radius: 10px;
}

.calendar_selecteddaystyle {
}

.calendar_othermonthdaystyle {
    color: gray;
    text-align: right;
    vertical-align: bottom;
    padding: 5px;
}

.calendar_selecteddaystyle:hover {
    background-color: pink;
}
/**Report Items*/
.permission_tag {
    font-size: 15px;
    padding: 3px;
    margin-top: 6px;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
}

.portal_permission_tag {
    background-color: lightcyan;
}

.district_permission_tag {
    background-color: lightgreen;
}

.school_permission_tag {
    background-color: lightgoldenrodyellow;
}

.report_group_title {
    font-size: 32px;
    width: 100%;
    display: block;
}

.report_show_more {
    background-color: #b3c833;
    color: white;
    box-sizing: border-box;
    font-weight: bold;
    float: right;
}

.report_item_panel_admin {
    display: inline-block;
    background-color: #EEEEEE;
    border: 1px solid black;
    vertical-align: top;
    width: 220px;
    min-height: 300px;
    margin: 15px;
    padding: 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

#StudentListReport, .report_item_panel {
    width: 20%;
    min-height: 250px;
    background-color: #EEEEEE;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.report_item_img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
}

.report_item_title {
    font-weight: bold;
    padding-bottom: 10px;
    word-break: break-word;
}

.report_item_description {
    text-align: left;
    word-break: break-word;
}

.report_item_panel:hover {
    background-color: darkgray;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

#StudentListReport:hover {
    background-color: darkgray;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.report_item_tag {
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: x-small;
    padding: 2px;
    background-color: yellowgreen;
    border-radius: 5px;
}

.report_link {
    color: black;
}
/** Report Template */
.report_template_title {
    font-size: xx-large;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.report_template_description {
    font-size: x-large;
    width: 100%;
    margin: 0 auto;
    color: lightslategray;
    text-align: center;
}

.report_template_filters {
    font-size: large;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}

/**Drag and drop **/
.drag_drop_grid {
    cursor: move;
}

/** Tree Structures****/

.EcrissTreeExpandIcon {
    background-color: pink;
}

.EcrissTreeCollapseIcon {
    background-color: orange;
}

.EcrissTreeStyle {
    font-size: 20px;
}

    .EcrissTreeStyle a {
        text-decoration: none;
    }

.TreeNode {
    display: block;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 1px;
}

.NodeStyle {
    color: black;
}

.SelectedNodeStyle {
    background-color: #ADD8E6;
}

.HoverNodeStyle {
    background-color: lightgray;
    border: 1px solid lightgray;
}

.RootNodeStyle {
    border-color: red;
}

/**Loading Page **/

.loading {
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background-color: black;
    opacity: .5;
    z-index: 9999;
}

/**** Page Layout *****/

#download_accordion {
    background-color: #EEEEEE;
    margin: -20px;
}

.footer {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

#footer-ribbon {
    font-size: small;
    color: #999999;
    padding: 10px;
    float: right;
}

    #footer-ribbon a {
        color: #064D71;
    }

.container_panel {
    min-width: 100%;
    width: 100%;
    position: relative;
    margin: 0px auto;
    min-height: 102%;
    display: table;
    background-color: transparent;
    /*opacity:0;*/
}

.page_wrapper {
    position: absolute;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll;
}

.single_panel {
    position: relative;
    padding: 10px;
    margin-top: 60px;
}

.admin_button_position {
    position: absolute;
    top: 35px;
    right: 20px;
}

.left_panel {
    position: relative;
    padding: 20px;
    width: 15%;
    min-width: 150px;
    display: table-cell;
    vertical-align: top;
    background-color: #EEEEEE;
    margin: 1px;
}

.right_panel {
    width: 100%;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
}

.background_gray {
    background-color: #EEEEEE;
}

.left_spacer_tab {
    position: relative;
    width: 15%;
    min-width: 150px;
    display: table-cell;
    background-color: #EEEEEE;
    margin: 1px;
    height: 50px;
}

.tabbed_panel {
    vertical-align: top;
    padding: 20px;
    padding-top: 30px;
    margin-top: 10px;
    margin-left: 150px;
    display: table-cell;
    width: 85%;
    position: relative;
    height: 50px;
}

.extended_panel {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 5px;
    overflow: hidden;
    position: absolute;
}

.nav-tabs a {
    color: black;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #3366FF;
}

.video_tab {
    color: white;
    font-size: medium;
    text-align: center;
    width: 100%;
    padding: 3px;
}

    .video_tab span {
        margin-right: 5px;
    }

    .video_tab a {
        color: white;
    }

        .video_tab a:hover {
            color: white;
        }

.ThumbnailImage {
    height: 140px;
    display: table;
    margin: 0 auto;
}

.Thumbnail {
    font-size: 20px;
    width: 100%;
    text-decoration: none;
    color: black;
}

.ThumbnailTitle {
    float: left;
    font-size: 23px;
}

.ThumbnailDescription {
    float: left;
    font-size: 13px;
    text-align: left;
    margin-left: 10px;
    max-width: 60%;
}

.ThumbnailImageContainer {
    width: 190px;
    float: left;
}

.Thumbnail:hover {
    text-decoration: none;
}

.ResourcesBoxes {
    display: inline-block;
    min-height: 150px;
    min-width: 500px;
    width: 49%;
    position: relative;
    border: 1px solid #000;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
}
/****** ILP Page Elements*********/

.HeaderStudentDisplay {
    background-color: #339966;
    color: white;
}

.HeaderStudentDisplayBox {
    background-color: #66cc99;
    width: 100px;
    height: 90px;
    margin-right: 2px;
    margin-left: 6px;
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 5px;
}

.StudentPhoto {
    margin-left: 15px;
    margin-right: 15px;
    height: 100px;
    border-radius: 50%;
    background-color: lightgray;
    margin-top: 10px;
    margin-bottom: 10px;
}

/ /*** scatter hover ****/
.scatter_hover_container {
    min-width: 200px;
    margin: 5px;
    padding: 5px;
}

.scatter_hover_title {
    font-size: medium;
    display: block;
    font-weight: bold;
}

.scatter_hover_group {
    padding: 2px;
    text-align: left;
}

.scatter_hover_label {
    font-size: small;
    font-weight: bold;
    display: inline-block;
}

.scatter_hover_value {
    font-size: small;
    display: inline-block;
    padding-left: 4px;
}

.page-wrapper {
    background-color: white;
}

/****** Scatter Page Elements*********/
.scatterchart_container {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    ;
}

.scatterchart {
    position: absolute;
}

#scattertitle {
    width: 100%;
    text-align: center;
    font-size: 150%;
    background-color: white;
    z-index: 40;
    display: block;
}

.no_data_lgm {
    font-size: 30px;
    text-align: center;
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-top: 20%;
}

.right_panel_title_lgm {
    font-size: x-large;
    color: black;
    font-weight: bold;
}

.average_panel_lgm {
    padding-top: 9px;
}

    .average_panel_lgm h4 {
        font-weight: bold;
    }

.left-cell {
    text-align: left;
    display: table-cell;
    padding: 4px;
}

.cell {
    text-align: right;
    display: table-cell;
}

.board {
    display: table;
    margin: 0 auto;
}

.right_board {
    display: table;
    padding-left: 20px;
}

.PropensityGrouping {
    width: 100%;
    display: table;
}

    .PropensityGrouping p {
        font-size: small;
    }

.PropensityGroupingRow {
    width: 100%;
    display: table;
}

.PropensityGroupingItem {
    display: table-cell;
    padding-right: 5%;
    padding-left: 5%;
    margin-left: 5%;
    margin-right: 5%;
}

    .PropensityGroupingItem h5 {
        font-size: 1.5em;
        text-align: center;
    }

    .PropensityGroupingItem h2 {
        font-size: 1.2em;
        text-align: center;
    }

/**** Page Layout Elements *****/

.lgm_extras_box_title {
    color: black;
    font-weight: bold;
    font-size: 20px;
}

.lgm_growth_dist {
    font-size: 18px;
    text-align: justify;
}

.lgm_extras_box {
    display: inline-block;
    color: black;
    text-align: right;
}

.left_panel_title {
    font-size: x-large;
    width: 100%;
    text-align: center;
    margin: 5px;
    margin-top: 40px;
}

.LeftPanelDropdown {
    width: 100%;
    text-align: left;
    padding: 15px;
    margin: 5px;
    background-color: transparent;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
}

.left_panel_title:before {
    content: "Filter By:";
}

.left_panel_title_none {
    font-size: x-large;
    width: 100%;
    text-align: center;
    margin: 5px;
    margin-top: 40px;
}

    .left_panel_title_none:before {
        content: "No Filters Available";
    }

.circle_with_number {
    text-align: center;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    color: white;
    background-color: #3366FF;
    margin-right: 7px;
    float: left;
}

.ECRARequiredInput {
    color: red;
    font-weight: bold;
    padding: 2px;
}

    .ECRARequiredInput:before {
        content: "*";
    }

/***** PROJECT ******/

.job_active {
    color: white;
}

.job_inactive {
    color: darkgray;
}

.stage_button {
    padding: 5px;
    min-width: 150px;
}

.stage1_lead {
    background-color: #F7CA18;
    color: white;
}

.stage5_unknown {
    background-color: #ABB7B7;
    color: black;
}

.stage2_proposal {
    background-color: #26a65b;
    color: white;
}

.stage3_contract {
    background-color: #2C3E50;
    color: white;
}

.stage4_closed {
    background-color: #F22613;
    color: white;
}

/****ECRA Buttons****/

.btn {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
}

.btn-add {
    color: white;
    background-color: #339966;
}

.btn-cancel {
    color: white;
    background-color: firebrick;
}

.btn-admin {
    border-color: red;
    background-color: lightgray;
}

.btn:hover {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    /* ...and now for the proper property */
    transition: .5s;
    opacity: .7;
}

.panel_button_grouping {
    float: right;
    margin: 5px;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.spinner {
    min-width: 24px;
    min-height: 24px;
}

    .spinner:before {
        content: 'Loading…';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        margin-top: -10px;
        margin-left: -10px;
    }

    .spinner:not(:required):before {
        content: '';
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, .3);
        border-top-color: rgba(0, 0, 0, .6);
        animation: spinner .6s linear infinite;
        -webkit-animation: spinner .6s linear infinite;
    }

.ResetFilterButton {
    background-color: #064D71;
    border-radius: 5px;
    margin: 15px 5px 15px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: medium;
}

.ResetZoomButton {
    background-color: #fafafa;
    border-radius: 5px;
    margin: 15px 5px 15px;
    text-align: center;
    width: 100%;
    color: #064D71;
    font-size: medium;
}

/***Bootstrap overrides***/

.form-group {
    margin-bottom: 1px;
}

.btn-warning {
    background-color: #ff9933;
}

.btn-update {
    background-color: lightyellow;
}

.btn-edit {
    background-color: #ff9933;
}

.btn-create {
    background-color: #339966;
    color: white;
}

.CreateButton {
    background-color: #339966;
    color: white;
}

.EditButton {
    background-color: #ff9933;
    color: white;
}

.btn-white {
    background-color: white;
}

/*** SPRITES */

.icon_header {
    width: 80px;
    text-align: center;
}

.icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

.warning_tag {
    display: inline-block;
    background-color: red;
    color: white;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    vertical-align: top;
    margin: 2.5px;
}

    .warning_tag:hover {
        color: white;
    }
/*** REPORT AND DOWNLOAD TILES ****/

.ECRA_tile {
    display: table;
    width: 100%;
    border: 2px solid #339966;
    border-radius: 10px;
    margin: 15px auto;
    padding: 5px;
}

.ECRA_tile_row {
    display: table-row;
}

.ECRA_tile_element {
    display: table-cell;
    padding: 5px;
    width: 25%;
    vertical-align: top;
    font-size: x-large;
    text-align: left;
    font-size: large;
}

.ECRA_tile_element_center {
    display: table-cell;
    padding: 5px;
    width: 33%;
    vertical-align: top;
    font-size: x-large;
    text-align: center;
}

.ECRA_tile_element_icons {
    display: table-cell;
    width: 33%;
    margin-left: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.no_report_available {
    font-size: x-large;
    border-radius: 5px;
    padding: 5px;
    color: darkslategray;
    width: 200px;
    height: 70px;
    margin: 5px;
    display: inline-block;
}

/*** LISTVIEW ***/
.ListViewStyle {
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    table-layout: fixed;
    font-family: 'Roboto', sans-serif;
}
/*** GRIDVIEW ********/

.Gridview_header_sort {
    background-image: url("~/img/sort.gif");
    min-height: 20px;
}

.GridViewTable800 {
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    table-layout: fixed;
    min-width: 800px;
}

.GridViewTable {
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    table-layout: fixed;
    min-width: 1000px;
}

.GridViewTableFree {
    border-width: 0px;
    border-color: transparent;
    width: 100%;
    table-layout: fixed;
}

.GridViewTable th {
    padding-bottom: 10px;
    padding-top: 10px;
}

.DisplayGridviewHeader_Green {
    background-color: #339966;
    color: white;
    border-bottom: 3px solid #339966;
    width: 100%;
}

.DisplayGridviewMiddle_Green {
    background-color: #339966;
    color: white;
    width: 100%;
}

.GridViewTable_Green th a {
    color: white;
}

.DisplayGridviewContainer_DarkBlue {
    border-bottom: 20px solid #3366FF;
    font-size: 16px;
}

.DisplayGridviewContainer800_DarkBlue {
    border-bottom: 20px solid #3366FF;
    font-size: 16px;
}

.DisplayGridviewHeaderSolid_Green {
    background-color: #339966;
    color: white;
    width: 100%;
    min-width: 800px;
}

.DisplayGridviewContainer_Green {
    border-bottom: 20px solid #339966;
    font-size: 16px;
    min-width: 800px;
}

.DisplayGridHeaderSections {
    margin-top: 10px;
    position: relative;
    display: inline-table;
    min-width: 600px;
    width: 100%;
}

.DisplayGridHeaderSection {
    color: white;
    background-color: #3366FF;
    position: absolute;
    border-bottom-color: white;
    border-bottom: solid;
    border-right: solid;
}

.DisplayGridHeaderSection_end {
    color: white;
    background-color: #3366FF;
    position: absolute;
    border-bottom-color: white;
    border-bottom: solid;
    border-right: solid;
    border-right-color: #3366FF;
}

.DisplayGridviewHeader_DarkBlue {
    background-color: #3366FF;
    color: white;
    border-bottom-color: white;
    border-bottom: solid;
    width: 100%;
}

.DisplayGridviewHeaderSolid_DarkBlue {
    background-color: #3366FF;
    color: white;
    width: 100%;
}

.DisplayGridviewMiddle_DarkBlue {
    background-color: #3366FF;
    color: white;
    width: 100%;
    border-bottom: 3px solid #fff;
}

.GridViewTable_DarkBlue th a {
    color: white;
}

.DisplayGridviewContainer_LightGray {
    border-bottom: 3px solid #eaeaea;
}

.GridViewTable_LightGray {
    border: 0px;
    background-color: #eaeaea;
}

    .GridViewTable_LightGray th a {
        color: black;
    }

.GridViewRowStyle td {
    margin: 10px;
    padding: 5px;
    background-color: #fbfbfb;
    /*word-wrap: break-word;*/
    color: black;
    font-size: 14px;
}

.GridViewAlternatingRowStyle {
    background-color: #fbfbfb;
}

    .GridViewAlternatingRowStyle td {
        margin: 10px;
        padding: 5px;
        background-color: white;
        /*word-wrap: break-word;*/
        color: black;
        font-size: 14px;
    }

    .GridViewAlternatingRowStyle a, .GridViewRowStyle a {
        text-decoration: none;
    }

.GridViewHeaderStyle th {
    padding: 5px;
    word-wrap: break-word;
    text-align: left;
    margin: 5px;
    color: white;
    font-size: 96%;
}

.GridViewHeaderStyle_DarkBlue {
    color: white;
    background-color: #3366FF;
}

.GridViewHeaderStyle_LightGray {
    color: black;
}

.GridViewHeaderStyle_Green {
    color: white;
    background-color: #339966;
    padding-left: 5px;
}

.GridViewSelectedRowStyle {
    background-color: yellow;
    color: yellow;
}

.GridViewTable tr:hover td {
    background-color: #EEFFAA;
}

.GridviewRowGrayout {
    opacity: .3;
}

/**Ribbon NEW ***/

.ribbon-wrapper-green {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: -25px;
}

.ribbon-wrapper-project {
    overflow: hidden;
    position: relative;
    width: 150px;
    position: relative;
}

.ribbon-count {
    font-size: medium;
    text-align: center;
    border-radius: 20px;
    position: relative;
    padding: 6px;
    width: 35px;
    color: white;
    z-index: 2;
    background-color: red;
}

    .ribbon-count:before, .ribbon-count:after {
        content: "";
        position: absolute;
        bottom: -3px;
    }

.ribbon-new:before {
    left: 0;
}

.ribbon-new:after {
    right: 0;
}

.ribbon-new {
    font-size: small;
    text-align: left;
    border-radius: 20px;
    position: relative;
    padding: 10px;
    width: 40px;
    color: black;
    background-color: yellow;
}

    .ribbon-new:before, .ribbon-new:after {
        content: "";
        position: absolute;
        bottom: -3px;
    }

    .ribbon-new:before {
        left: 0;
    }

    .ribbon-new:after {
        right: 0;
    }

.active span {
    cursor: pointer;
}

/***For controlling alignment inside Gridview tables **/
.RowText {
    text-align: left;
}

.RowNumber {
    text-align: right;
}

.ControlNumber {
    font-size: 18px;
    text-align: center;
}

.tableHeaderSortSpacing {
    margin-left: 5px;
    margin-right: 5px;
}

.empty_background {
    background: none;
}

/**** GRIDVIEW PAGER STYLING*/

.GridViewPager {
    background-color: #fff;
    padding: 2px;
    margin: 2% auto;
    height: 40px;
}

.GridViewPager_LightGray a:hover {
    background-color: #1e8d12;
    color: #000;
}

.GridViewPager_LightGray span {
    background-color: #d3d3d3;
    color: #000;
}

.GridViewPager_LightGray a {
    color: #000;
    background-color: lightblue;
}

.GridViewPager_DarkBlue a:hover {
    background-color: #3366ff;
    color: #fff;
}

.GridViewPager_DarkBlue span {
    background-color: #3366ff;
    color: #fff;
}

.GridViewPager_DarkBlue a {
    background-color: #999999;
    color: white;
}

.GridViewPager a {
    margin: auto 1%;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    margin: 5px;
}

    .GridViewPager a:hover {
        color: #fff;
        margin: 5px;
    }

.GridViewPager span {
    color: #fff;
    text-decoration: none;
    border-radius: 50%;
    padding: 5px 10px 5px 10px;
    margin: 5px;
}

/*****BOXES *****/
.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 101;
}

.PopUpPanel {
    position: relative;
    float: none;
    background-color: #fff;
    z-index: 300;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.PopUpPanelScroll {
    position: relative;
    float: none;
    background-color: #fff;
    z-index: 200;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
    height: 80%;
    width: 70%;
    top: 5%;
    left: 10%;
    overflow: auto;
}

/*------------------ Site Structure ------------------*/

.Ecriss_DistrictName {
    position: absolute;
    border: 1px solid darkblue;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 2px;
    font-size: 1em;
    top: 55px;
    right: 20px;
    border-top-color: white;
}

.Ecriss_leftText {
    color: white;
    position: absolute;
    display: inline-block;
    font-size: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    left: 0;
}

    .Ecriss_leftText a {
        color: white;
        text-decoration: none;
    }

        .Ecriss_leftText a:hover {
            color: white;
            text-decoration: none;
        }

.Ecriss_appName {
    color: #EEEEEE;
    font-size: 65%;
    vertical-align: bottom;
    display: inline-block;
    margin: 4px;
    white-space: nowrap;
    font-style: italic;
}

#header {
    height: 55px;
    background-color: #064D71;
    vertical-align: middle;
    width: 100%;
}

    #header .menu_item {
        font-size: xx-large;
        color: white;
        margin-left: 15px;
        margin-right: 15px;
    }

#login_display {
    width: 500px;
    height: 16px;
    float: right;
    margin-top: 8px;
}

#content {
    width: 620px;
    float: left;
    margin-bottom: 44px;
}

#sidebar {
    width: 260px;
    padding: 20px;
    float: right;
    border: 1px solid #dcdcdc;
    margin-bottom: 44px;
}

    #sidebar h3, .sidebar_box {
        background: #eaeaea;
        padding: 5px 10px;
        margin-bottom: 15px;
        border: 1px solid #FFF;
        outline: 1px solid #dcdcdc;
    }

/**** Home Page ******/

.MenuPanel {
    position: absolute;
    top: 60px;
    right: 10px;
    float: none;
    background-color: #fff;
    z-index: 200;
    min-width: 200px;
    max-width: 300px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
}

.GridPanel {
    position: absolute;
    top: 60px;
    right: 10px;
    float: none;
    background-color: #fff;
    z-index: 200;
    min-width: 0px;
    max-width: 630px;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border-radius: 5px;
    -moz-border-radiux: 5px;
    -webkit-border-radiux: 5px;
    border: 1px solid #CCCCCC;
    padding: 10px;
}

.GridPanelInside {
    margin-top: 15px;
}

.MenuPanel .Item {
    margin: 5px;
}
/**** HOME PAGE*/
.outer_container {
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 60px;
    margin-right: 60px;
    width: 150px;
    height: 150px;
    position: relative;
}

.inner_container {
    position: absolute;
    top: 0;
}

.inner_container_nodata {
    position: absolute;
    top: 0;
    opacity: .2;
    color: black;
}

.inner_container a {
    color: black;
}

.container_small {
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 62px;
    height: 62px;
    position: relative;
}

.home_title_text_small {
    display: inline-block;
    font-size: 12px;
    max-width: 62px;
    word-wrap: break-word;
    margin: auto;
}

.home_app_img_small {
    max-width: 50px;
    max-height: 50px;
}

.aligned {
    display: inline-block;
}

.home_title_text {
    display: inline-block;
    font-size: 130%;
    max-width: 150px;
    margin: auto;
}

.home_app_img {
    max-width: 150px;
    max-height: 150px;
}

.div_waiting {
    z-index: 100 !important;
    opacity: 0.5;
    background-color: white;
    max-height: 150px;
    max-width: 15px;
    top: 0px;
    border: 0px;
    position: absolute;
}

/**** Accordion Styles*****/

.accordion {
    background-color: transparent;
    border-top: medium none;
    letter-spacing: -0.5px;
}

.accordion-content {
    background-color: transparent;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    letter-spacing: -.5px;
}

.accordion-header {
    color: transparent;
    cursor: pointer;
    margin-top: 5px;
    font-weight: bold;
    padding: 5px;
}

.accordion-header-selected {
    font-size: 14px;
}

    .accordion-header-selected:before {
        content: "- ";
        font-size: 18px;
    }

.accordion-header-not-selected:before {
    content: "+ ";
    font-size: 18px;
}

.accordion-header-selected-minimal {
    color: black;
    font-size: large;
}

.accordion-header-minimal {
    color: black;
    font-size: large;
}

/**** Dashboard*****/

.dashboard_welcome {
    padding: 30px;
}

.dashboard_indicator {
    color: black;
    padding: 5px;
    width: 100%;
}

.dashboard_indicator_body {
    width: 100%;
    border-top: solid;
    border-top-color: darkgray;
    border-top-width: 1px;
    color: black;
}

.heading {
    font-size: large;
    width: 100%;
}

.content {
    font-size: medium;
    font-weight: bold;
    width: 100%;
}

/**** Strategic Scorecard *****/

.LeftMenuParent {
    font-size: 20px;
    margin: 5px;
    padding: 5px;
    color: white;
    background-color: darkgray;
    border-radius: 5px;
}

    .LeftMenuParent span {
        width: 100%;
    }

.LeftMenuChild {
    margin-left: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: medium;
    border-radius: 10px;
    padding: 2px;
}

.RightMainTitle {
    font-size: 40px;
    color: darkblue;
}

.RightMainDescription {
    font-size: medium;
}

.RightMainMetric {
    font-size: medium;
}

.RightMainInstruction {
    font-size: medium;
    color: darkslategray;
}

/**** ListView paging styling ***/
.listview_pager {
    background-color: #fff;
}

    .listview_pager span {
        color: black;
        border-radius: 3px;
        border: solid;
        border-width: 1px;
        border-color: black;
        padding: 5px;
        background-color: #ffd800;
        display: block;
        min-width: 30px;
        margin: 10px;
    }

    .listview_pager a {
        color: white;
        border-radius: 3px;
        border: solid;
        border-width: 1px;
        border-color: black;
        padding: 5px;
        background-color: #3366FF;
        display: block;
        min-width: 30px;
        margin: 10px;
    }

/*** Popups and smaller windows **/

.parent .popup {
    display: none;
}

.parent:hover .popup {
    display: block;
    position: absolute;
    border: 2px solid darkgray;
    background-color: white;
    opacity: 1;
    z-index: 100;
    margin-left: 30px;
    padding: 5px;
}
/*.PopUpPanel{
    left:50%;
    top:50%;
    width:500px;
    display:inline-block;
    margin-left:-250px;
    position:absolute;
    margin-top:-300px;
}*/
.feedbackModal {
    width: 50% !important;
    text-align: left !important;
}

.fbSavedModal {
    width: 300px !important;
}

.feedbackHeader, .feedbackClose, .fbSavedHeader {
    background-color: #337ab7 !important;
    color: white !important;
}

.fbSavedBody {
    height: 60px !important;
    overflow-y: hidden !important;
    text-align: left !important;
}

.fbTitle {
    color: white !important;
}

.feedbackPanelbody {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    padding: 15px;
}

.fbType {
    width: 100%;
    color: black !important;
    text-align: left !important;
}

.feedbackBody {
    color: black !important;
    text-align: left !important;
}

.feedbackSaved {
    text-align: left !important;
}
/*template for ecra tiles*/
.ecraTile {
    background-color: white;
    border-top: 7px solid #95989a;
    box-shadow: 0px 4px 6px;
}
