/* Minification failed. Returning unminified contents.
(420,7): run-time error CSS1035: Expected colon, found 'box-shadow'
 */
/*
 *
 *  Application specific styles go in here
 *  TODO, add your custom styles
 *
*/
body {
}



/*----------------------------------------------------------------------------------
    Top Navigation Styling
----------------------------------------------------------------------------------*/
.navbar-fixed-top {
    border-bottom: 1px solid #ddd !important;
    box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.navbar-brand-title {
    background: url(/Images/header-logo.png) top left no-repeat;
    width: 100px;
}
.navbar-brand-title:hover {
    opacity: .75;
}

.fa-bars{
    font-size: 22px !important;
}


@media (max-width: 767px) {
    /*Make the logo smaller on smaller screens*/
     .navbar-brand-desktop {
         display: none;
     }
     .navbar-brand-title {
        width: 200px;
        height: 50px;
        background-size: 100%!important;
        margin-top: -2px;
        text-indent: -4000px;
    }
    .navbar-top-links {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        border-left: 1px solid #eee;
        padding-left: 20px;
    }
    .navbar-brand-title {
	    width: 200px;
	    height: 50px;
        background-size: 100%!important;
	    margin-top: -2px;
	    text-indent: -4000px;
    }

}

.navbar-minimalize {
    display: none;
}

@media (max-width: 767px) {
    .navbar-minimalize {
        display: block;
    }
}


@media (min-width: 768px) {
    .navbar-brand-title {
        width: 210px;
        height: 50px;
        margin-top: -5px;
        text-indent: -4000px;
        background-size: 100% !important;
    }
}

@media (min-width: 768px) {

    .navbar-static-side {
        /*display:none; Left Nav Additions */
    }
}

.navbar-right {
    float: right;
}

.navbar-fixed-top .btn-primary,
.navbar-fixed-top .btn-primary:hover,
.navbar-fixed-top .btn-primary:focus,
.navbar-fixed-top .btn-primary:active,
.navbar-fixed-top .btn-primary.active {
    /*Make the primary buttons background color SWC orange*/
    color: #ffffff;
    background-color: #474a9a;
    border-color: #474a9a;
}


/*----------------------------------------------------------------------------------
    Top Navigation Drop Down Menu Styling
----------------------------------------------------------------------------------*/
.dropdown-menu {
    width: 250px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.navbar-top-links > .dropdown.menu-item.open > a {
    background-color: #474a9a;
}

/*----------------------------------------------------------------------------------
    Legend Styling
----------------------------------------------------------------------------------*/

.legend {
    padding-top: 5px;
    float: right;
    font-style: italic;
}

/*----------------------------------------------------------------------------------
    Left Navigation Styling
----------------------------------------------------------------------------------*/
/*
.nav-sidebar {
  	margin-right: -21px; /* 20px padding + 1px border */
/*margin-bottom: 20px;
  	margin-left: -20px;*/
/*margin-top: 5px; /* Accomodate Logo */
/*}
*/

#navbar-left {
    background-color: #474a9a;
}

#side-menu > li > a {
    color: white;
	font-size: 13px;
    padding: 15px 20px 15px 10px; 
    border: none;
    font-weight: 400;
}
#side-menu > li:first-child {
    margin-top: 15px;
}
#side-menu > li > a i {
    margin-right: 10px;
}
#side-menu > li > a:hover {
    background-color: #7571B0;
    animation-duration: 4s;
}
#side-menu > li.active a {
    background-color: #7571B0 !important;
}
#side-menu .nav-second-level li, #side-menu .nav-third-level li {
    border-bottom: none !important;
    font-size: 13px;
    margin-left: -13px;
}
#side-menu .nav-second-level li a {
    padding: 7px 10px 7px 30px;
}

#side-menu > .dropdown.menu-item.active.open {
    background-color: #474a9a;
}

#side-menu > .open > a {
    border-color: none;
    background-color: #474a9a;
}
#side-menu {
    margin-top: 50px; /* Left Nav Additions Allows Room for Logo */

}

#side-menu > .open > a:focus:hover {
	border-color: none;
}
@media only screen and (min-width: 768px) {
	#side-menu {
	margin-top: 50px; /* Left Nav Additions Allows Room for Logo */
	}
}


/* Don't show top Menu in Left Nav until below
    768px
*/
@media only screen and (min-width: 768px) {
    #side-menu li.topMenuSeparator ~ li {
        display: none;
    }
    #page-wrapper > .row {  /* left nav additions */
        display: none;
    }
    #page-wrapper, nav#navbar-left { /* left nav additions */
        margin-top: 0px !important;
    }
}

table.dataTable.dtr-inline > tbody > tr > td:first-child,
table.dataTable.dtr-inline > tbody > tr > th:first-child {
    text-align: left;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
     font-size: 13px;
    padding: 5px 15px 10px 5px;
}

/* Centers the "+" sign in selectable boxes and changes it to font awesome*/
.table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
 .table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    text-indent: 0 !important;
    left: 8px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    color: #474a9a;
    box-shadow: none;
    background: none;
    border: none;
    line-height: inherit;
}


.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, 
.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    color: #474a9a;
    box-shadow: none;
    background: none;
    border: none;
}
.table.dataTable.dtr-inline.collapsed > tbody > tr.selected > td:first-child:before, 
.table.dataTable.dtr-inline.collapsed > tbody > tr.selected > .selected > th:first-child:before  {
    color: #ffffff;
}

.table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
    background-color: #474a9a;
}
.table.dataTable tbody tr.selected a {
    color: #ffffff;
    opacity: .85;
}
/* Center the First td and th when collapsed */
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
    padding-left: 8px !important;
    width: 16px !important;
}


/*----------------------------------------------------------------------------------
    MVC Field Validation Styles
----------------------------------------------------------------------------------*/
.validation-summary-div ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

.field-validation-error {
    color: #FF0000;
}

.input-validation-error {
    border: 1px solid #FF0000;
}

/*----------------------------------------------------------------------------------
    Icon Toolbar on Tables // eMerge Schedule
----------------------------------------------------------------------------------*/

.icon-toolbar {
    padding: 15px 10px;
    background: #565660;
    color: #FFF;
    border-top-left-radius:4px;
    border-top-right-radius:4px;

}

.icon-toolbar h1 {
    margin: 0;
    font-size: 18px;
    color: #FFF;
}

.icon-toolbar select,
.icon-toolbar .select2-container {
    display: inline-block;
    max-width: 300px;
}
@media (min-width: 988px) {
    .vertical-align {
        display: flex;
        align-items: center;
    }
}

.icon-toolbar i {
    font-size: 1.25em;
    color: rgba(255,255,255, .8);
    border-left: 1px solid rgba(255,255,255, .15);
    padding-left: 10px;
    transition: .3s ease-in-out all;
    cursor: pointer !important;
    width: auto;
    margin-left: 10px;
    display: inline-block;
}

.icon-toolbar i:first-child {
    border: none;
}

.icon-toolbar i:hover,
.icon-toolbar i:active,
.icon-toolbar i:focus {
    color: #FFF;
}


.toolbar-filters {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------------------

----------------------------------------------------------------------------------*/
.calendar-wrapper {
    padding: 5px 0px !important;
}

/*----------------------------------------------------------------------------------
    Inspinia Theme Overrides
----------------------------------------------------------------------------------*/
.wrapper-content {
    padding: 10px 10px;
}

.ibox-title {
    min-height: 60px;
    border: none;
    padding: 20px 10px 10px;
}

.ibox-title h5 {
    font-size: 18px;
    font-weight: 400;
}

.ibox-content {
    f box-shadow: 0 3px 2px rgba(0,0,0,.05);
    padding: 15px;
}

.ibox-content p, .ibox-content ul {
    font-size: 14px;
}

.ibox-content ul {
    padding: 10px 20px;
}

.ibox-content p a, .ibox-content ul li a {
    color: #474a9a;
}

.ibox-content em {
    font-style: italic;
}
.ibox .toolbar-filters {
    margin-top: -15px;
}

@media (max-width: 767px) {
    #page-wrapper {
        padding: 5px;
    }

    .wrapper-content {
        padding: 30px 10px;
    }
}

@media  screen and (max-width:1700px) and (min-width:768px){
     .wrapper-content .container {
        width: 100%;
    }
}

@media (min-width:768px) {
    .wrapper-content {
        margin-left: 200px;
    }
}

.ibox-tools .collapse-link {
    /*display: none;*/
}

.formContain {
    background-color: #313337; /*#7f848c;*/
    border: none;
    padding: 15px;
}

    .formContain label, .form-horizontal .control-label {
        color: #54585a;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .formContain input {
        background-color: #656a72;
        border-color: #9d9fa4;
        color: #ffffff;
    }

        .formContain input[type=checkbox], .formContain input[type=radio] {
            height: 27px;
        }

        .formContain input:focus, .form-control:focus, .single-line:focus {
            border-color: #cccccc !important;
            outline: none;
        }

.form-horizontal .form-group {
    margin-right: 0 !important; /* 0; */
    margin-left: 0;
}

.dataTables_wrapper {
    padding-bottom: 0;
}

.tableContain {
    border: none;
}

.ibox-title.noContain {
    background: none;
    border: none;
    color: #43464b;
    padding-left: 0;
    margin-bottom: 0;
    padding: 0;
}

    .ibox-title.noContain h5 {
        font-weight: 800;
        color: #43464b;
        margin: 0;
    }

        .ibox-title.noContain h5 i {
            color: #F3901D;
            font-size: 32px;
            vertical-align: middle;
            margin-left: 10px;
        }

/*----------------------------------------------------------------------------------
    jQuery UI Overrides
----------------------------------------------------------------------------------*/
/* Make the jquery ui modal dialog have a higher z-index so it'll show on top of bootstrap modal windows*/
.ui-dialog {
    z-index: 9999 !important;
}

/*----------------------------------------------------------------------------------
    Bootstrap Overrides
----------------------------------------------------------------------------------*/
/* The text in a select list with class input-sm is not aligned perfectly in the middle, so this corrects it.*/
select.input-sm {
    padding-top: .15em;
}

select.form-control {
    padding-left: 6px;
    padding-right: 6px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #474a9a;
    border-color: #474a9a;
}

    .btn-primary:hover, .btn-primary:active:hover {
        background: rgba(71,74,154,0.65);
    }

.btn-secondary {
    background: #ddd;
    color: #555759;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background: #bbb;
        color: white;
    }

.alert-danger, .alert-success {
    background-color: #763886;
    color: white;
    border-color: #763886;
}

    .alert-danger a, .alert-success a {
        color: white;
        font-weight: bold;
    }

        .alert-danger a:hover, .alert-success a:hover {
            color: #dddddd;
        }
/* Used for dashboard phase and module buttons */
/*.panel {
    margin-bottom: 0px;
}
.list-group-item.grandChild, .list-group-item.child {
    text-align: right;
}*/

/*----------------------------------------------------------------------------------
    Bootstrap Date Time Picker Overrides
----------------------------------------------------------------------------------*/
/*These styles for the date time picker fix an issue where the right most column of dates that can be
    selected were getting cut off. These were provided by James Morvay on 3/27/17. */
.bootstrap-datetimepicker-widget.dropdown-menu {
    width: auto !important;
    box-sizing: initial;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #474a9a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


/*----------------------------------------------------------------------------------
    Select 2 Select List Overrides
----------------------------------------------------------------------------------*/
/*Make select2 responsive so when screen is resized the select list also resizes*/
.select2-container {
    width: 100% !important;
}

    .select2-container .select2-search input[type="text"] {
        padding: 2px 4% !important;
        width: 90% !important;
        margin: 5px 2%;
    }

    .select2-container .select2-drop {
        width: 100% !important;
    }

/* Make the select2 selection elements have a higher z-index so it'll show on top of bootstrap modal windows*/
.select2-container--open {
    z-index: 10050;
}

/*Special class needed to hide the search box initially when it is first loading its results through ajax.*/
.catalyst-select2-hide-search .select2-search {
    display: none;
}


/*----------------------------------------------------------------------------------
   FontAwesome Overrides
----------------------------------------------------------------------------------*/

.navbar-brand .fa {
    font-size: 15px !important;
}
/*----------------------------------------------------------------------------------
    General Styles
----------------------------------------------------------------------------------*/
/* The fixed width buttons provide 3 different sizes to ensure buttons render with the same size.*/
.btn-fixed-width-sm {
    width: 100px;
}

.btn-fixed-width-md {
    width: 150px;
}

.btn-fixed-width-lg {
    width: 170px;
}

.test-system-message {
    background-color: #F3901D;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}

.catalyst-datatable-column-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.catalyst-datatable-layout-fixed {
    table-layout: fixed;
}

td.button-col, td.checkbox-col  {
    text-align: center !important;
}


/*----------------------------------------------------------------------------------
    Modal Windows
----------------------------------------------------------------------------------*/
.modal-content.ui-draggable-dragging {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 767px) {
    .modal-content {
        width: 98% !important;
        margin: 5px auto !important;
    }

    .modal-body {
        padding: 10px 5px;
    }
}

@media (min-width: 768px) {
    .modal-content {
        width: 50%;
        margin: 15% auto;
    }

    .modal-body {
        padding: 10px 5px;
    }
}

.modal-content {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

/*----------------------------------------------------------------------------------
    Datatable Style Overrides
    Make the disabled pagination buttons look disabled
----------------------------------------------------------------------------------*/
/*Taken out after upgrade from Inspinia 2.2 to 2.4. No longer needed as it now makes the buttons look worse.
    I left the styles in here though to leave a reference for how to override the datatables buttons colors.
.dt-buttons a.btn {
    background-color: #888;
}

.dt-buttons a.disabled {
    background-color: #ccc;
}
*/

.table-hover > tbody > tr:hover {
    background-color: #ddd;
}

.pagination > .disabled > a,
.pagination > .disabled > a:hover {
    color: #ccc;
}

/* Used for the row selection by DataTables TableTools. This will use font awesome
    to render checked and unchecked boxes.*/
.datatable-selectable-row tr td:not(.dataTables_empty):first-child:before {
    content: "\f096"; /* fa-square-o */
    font-family: FontAwesome;
}

.datatable-selectable-row tr.selected td:not(.dataTables_empty):first-child:before {
    content: "\f046"; /* fa-check-square-o */
}

/*----------------------------------------------------------------------------------
    Maintenance Forms
----------------------------------------------------------------------------------*/
/* Wraps forms that are updated through ajax. */
.ajax-form-wrapper {
}

/* This div surrounds the search criteria fields on a search form */
.search-criteria-div {
    /*padding-top: 5px;
    margin: 5px 0 5px 0;*/
}

/* This div surrounds the maintenance forms action buttons, such as save and cancel */
.form-action-buttons-div {
    text-align: center;
}

    .form-action-buttons-div button {
        margin: 5px;
    }

    .form-action-buttons-div a {
        margin: 5px;
    }


/*----------------------------------------------------------------------------------
    Announcements on the homepage
----------------------------------------------------------------------------------*/
.announcement-container-div {
    margin: 0 0 20px 0;
}

.announcement-title-div {
    font-size: 1.1em;
    font-weight: bold;
}

.announcement-text-div {
}

/*----------------------------------------------------------------------------------
    Toast Overrides to prevent double icons
----------------------------------------------------------------------------------*/
#toast-container > .toast-warning:before {
    content: "";
}

#toast-container > .toast-error:before {
    content: "";
}

#toast-container > .toast-info:before {
    content: "";
}

#toast-container > .toast-success:before {
    content: "";
}



/*----------------------------------------------------------------------------------
    Margin classes
----------------------------------------------------------------------------------*/
.margin-bottom-xs {
    margin-bottom: 5px !important;
}

.margin-bottom-sm {
    margin-bottom: 10px !important;
}

.margin-bottom-md {
    margin-bottom: 20px !important;
}

.margin-bottom-lg {
    margin-bottom: 40px !important;
}

.margin-top-xs {
    margin-top: 5px !important;
}

.margin-top-sm {
    margin-top: 10px !important;
}

.margin-top-md {
    margin-top: 20px !important;
}

.margin-top-lg {
    margin-top: 40px !important;
}

.margin-left-xs {
    margin-left: 5px !important;
}

.margin-left-sm {
    margin-left: 10px !important;
}

.margin-left-md {
    margin-left: 20px !important;
}

.margin-left-lg {
    margin-left: 40px !important;
}

.margin-right-xs {
    margin-right: 5px !important;
}

.margin-right-sm {
    margin-right: 10px !important;
}

.margin-right-md {
    margin-right: 20px !important;
}

.margin-right-lg {
    margin-right: 40px !important;
}

.padding-bottom-xs {
    padding-bottom: 5px !important;
}

/*----------------------------------------------------------------------------------
    Class for handling buttons in the lower left corner
----------------------------------------------------------------------------------*/
@media (min-width: 992px) {
    .bottom-right {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

/* GENERAL ANIMATIONS */

a, button, input, i, div {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a {
    color: #474a9a;
}

    a:hover {
        color: #43464b;
    }

/*----------------------------------------------------------------------------------
    left navigation styling
----------------------------------------------------------------------------------*/
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus {
    background-color: white;
    color: white;
}

.navbar-default .nav > li.active {
    border-left: 4px solid #f6fafe;
    background: #073B60;
}

.canvas-menu.mini-navbar .nav-second-level {
    background: #073B60;
}


body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #43464b;
    font-size: 13px;
    font-weight: 500;
    color: #676a6c;
    overflow-x: hidden;
}

.nav > li > a {
    color: #cccccc;
    font-weight: 400;
}

.nav.navbar-top-links > li > a {
    padding: 20px 20px;
    /*border-right: 1px solid #eee;*/
    color: #ffffff;
}

@media screen and (min-width:768px) and (max-width:900px) {
    .nav.navbar-top-links > li > a {
    padding: 12px;
    /*border-right: 1px solid #eee;*/
    color: #ffffff;
    }
} 

    .nav.navbar-top-links > li > a .fa-th-large {
        color: #dee2e9;
    }

.nav > li > a i {
    margin-right: 15px;
    font-size: 15px;
    vertical-align: top;
    width: 15px;
    text-align: center;
    margin-top: 3px;
}

.navbar-default .nav > li a {
    border-left: 4px solid transparent;
}

.navbar-default .nav > li.active {
    border: none;
}

    .navbar-default .nav > li.active a {
        border-left: 4px solid #474a9a;
    }

    .navbar-default .nav > li.active ul li a {
    border-left: 4px solid #474a9a;
    background: #474a9a !important;
}


.nav > li.active > a {
    color: #ffffff;
}

    .nav > li.active > a span {
        color: #ffffff;
    }

.fa.arrow:before {
    content: "\f105";
    color: #a1a3a5;
    font-size: 20px;
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


.nav-second-level li a {
    padding-left: 25px;
    padding-right: 20px;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #474a9a;
    color: white;
    border-color: #474a9a;
}


    .navbar-default .nav > li > a:hover .fa-file:before, .navbar-default .nav > li > a:focus .fa-file:before {
        color: #f3901d;
    }

.navbar-default .nav > li.active ul li.active a {
    background: #313337;
}

.nav-second-level li:last-child {
    margin-bottom: 0;
}

.nav-third-level li a {
    padding-left: 59px;
}

.navbar-fixed-top .btn-primary, .navbar-fixed-top .btn-primary:hover, .navbar-fixed-top .btn-primary:focus, .navbar-fixed-top .btn-primary:active, .navbar-fixed-top .btn-primary.active {
    float: left !important;
    position: relative;
    color: white;
    background: #474a9a;
    border: none;
    font-size: 22px;
    font-weight: 300;
    padding: 14px 24px;
    margin: 0;
}

.navbar-top-links li:last-child {
    margin-right: 0px;
}

    .navbar-top-links li:last-child a .fa-user:before {
        color: #dee2e9;
    }

    .navbar-top-links li:last-child a .caret {
        color: #ffffff;
    }

/* Left Nav Additions */
i.notification-badge {
    width:100px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

/* Left Nav Additions */
.notification-badge:after {
    content:attr(data-count);
    position: absolute;
    background: rgba(255,0,0,1);
    height:2rem;
    top:-1rem;
    right:-1rem;
    width:2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 50%;
    color:white;
    border:1px solid black;
}

/* ////////////////////////////

	    LOGIN SCREEN

/////////////////////////// */

.login .Index {
    display: table;
    width: 100%;
    height: 100%;
}

    .login .Index .container {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.loginscreen.middle-box {
    max-width: 370px;
    height: auto;
    display: block;
    padding-top: 0;
    width: 100%;
}

.login .brand-header {
    font-size: 40px;
    color: #763886;
    letter-spacing: -1px;
    font-weight: 800;
    display: block;
}

.login h1.logo-name {
    font-size: 40px;
    color: #333;
    letter-spacing: -1px;
    padding-bottom: 10px;
}

.login p {
    font-size: 15px;
    padding: 30px 0 20px;
    color: #aeaeae;
    line-height: 24px;
}

.loginscreen.middle-box .form-group {
    margin: 0;
}

    .loginscreen.middle-box .form-group label.control-label {
        display: none;
    }

    .loginscreen.middle-box .form-group input {
        background: white;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        padding: 14px 20px 14px 50px;
        outline: none;
        height: auto;
    }

        .loginscreen.middle-box .form-group input:focus {
            border-color: #bbb !important;
        }

            .loginscreen.middle-box .form-group input:focus + i {
                color: #43464b;
            }

        .loginscreen.middle-box .form-group input#Password {
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            margin-top: -1px;
        }

    .loginscreen.middle-box .form-group i {
        color: #dee2e9;
        left: 20px;
        margin-top: -34px;
        font-size: 16px;
        position: absolute;
        width: 20px;
        text-align: center;
    }

    .loginscreen.middle-box .form-group.rememberMe {
        position: absolute;
        margin-top: 40px;
        left: 120px;
    }

        .loginscreen.middle-box .form-group.rememberMe label {
            font-weight: 400;
            font-size: 15px;
            margin-left: 5px;
            color: #aeaeae;
        }

#LoginButton {
    display: inline-block;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 20px;
    border: none;
    background: #444;
    font-size: 18px;
}

    #LoginButton:hover {
        background: #333;
    }

.loginscreen a {
    color: #763886;
}

.loginscreen.middle-box p.helpLinks {
    padding: 10px 0;
    font-size: 15px;
}

.loginscreen.middle-box p.disclaimerText {
    text-align: center;
}

.loginscreen.middle-box .form-group .field-validation-error {
    color: #f05c34;
    position: absolute;
    margin-top: -34px;
    width: 60%;
    right: 20px;
    text-align: right;
}

.loginscreen.middle-box .form-group input.input-validation-error {
    border-color: #f05c34;
}

    .loginscreen.middle-box .form-group input.input-validation-error + i {
        color: #f05c34;
    }

/* ////////////////////////////

    LOGOUT SCREEN

//////////////////////////// */
.logout-screen .redirect-link > a {
    color: #763886;
}

/* ////////////////////////////

    ERROR SCREENS

//////////////////////////// */
#http404 {
}

.error-box {
    max-width: 55%;
    font-size: 16px;
}

    .error-box h3 {
        font-size: 20px;
        color: #333;
    }

/* ////////////////////////////

	GENERAL TEMPLATE STYLES 

//////////////////////////// */

body {
    background-color: #43464b;
}

.gray-bg, .bg-muted {
    background-color: #eeeeee;
}

body.login {
    background-color: #fcfcfc;
}

.navbar-fixed-top {
    border-bottom: 1px solid #ddd !important;
}


.container { 
    padding: 30px;
}

@media (max-width: 767px) {
    .container { 
        padding: 0px;
    }
    #credentials-error-container {
        max-width: 75%;
    }
}

@media  screen and (max-width:1700px) and (min-width:768px){
    .wrapper-content {
        margin-left: 220px;
    }
     .wrapper-content .container {
        width: 100%;
    }
}

/*Ipad view and Ipad Pros*/
@media screen and (max-width:820px) and (min-width:768px){
    .wrapper-content {
    padding: 30px 0px 0px 0px;
    }
}

/* Shrinking font sizes for mobile view */

@media (max-width: 767px) {

    body, body span {
        font-size: 12px !important;
    }
    h1 {
        font-size: 15px !important;
    }
    h2, h3, h4, h5 {
        font-size: 14px !important;
    }
    .btn {
        font-size: 12px !important;
    }

}


/* ////////////////////////////////////
    
      MAIN HOME AREA  

//////////////////////////////////// */

/* Announcements */
.announcenmentContain .ibox-content {
    border: none;
}

.announcement-container-div {
    margin: 0;
}

.announcenmentContain .ibox-content .announcement-container-div .dateContain {
    color: #F3901D;
}

.announcenmentContain .ibox-content .announcement-container-div .subjectContain {
    font-size: 24px;
    font-weight: 300;
    margin: 5px 0 10px;
}

.announcement-text-div {
    font-size: 16px;
}

/* Used for dashboard panels */
/*.itemLabel {
    float:left;
    margin-top: 5px;
}
.threadLabel {
    float:left;
}
.phase-info-circle {
    float: right;
    margin-top: 3px;
}*/


/* ////////////////////////////////////
    
      CATALYST STATUS PAGE DASHBOARD STYLES

//////////////////////////////////// */
.catalystStatusWidgetContainer {
    margin-bottom: 5px;
}

/* Widget Title Styling */
.catalystStatusWidgetTitleBox {
    overflow: auto;
}

.catalystStatusWidgetDiv {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* Dashboard make all widgets same height */
.catalystStatusDashboardRow {
    overflow: hidden;
    margin-bottom: 20px;
}

/* JAMES MOCKUP */
body {
    color: #54585a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    /* padding-top: 90px; */
}


.clear {
    display: block;
    clear: both;
}

.checkbox-row {
    text-align: left;
    padding-top: 9px;
}

.row-edit-modal {
    padding-top: 10px;
}

.row-maintenance-filter {
    border: ridge;
    border-color: #9697CF;
    border-width: 1px;
    padding-top: 15px;
}

/* TinyMCE - Overriding our styling */
.mce-container {
    -webkit-transition: none;
    transition: none;
}


/* Colorpicker - Overriding our styling */
.colorpicker {
    -webkit-transition: none;
    transition: none;
}

/* BELOW THIS LINE IS JAMES MOCKUP STYLING */
/* IN MAIN.CSS ADDED BODY AND CLEAR */
/* //////////////// HEADER & NAV //////////////////// */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border: none;
}

    .page-header h1 {
        font-weight: 300;
        font-size: 30px;
        color: #474a9a;
    }

a, .dropdown-menu, button, a:focus, button:focus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: 0 !important;
}

.navbar-inverse.purple {
    background: none;
    background-color: #474a9a;
    border: none;
    min-height: 70px;
}

    .navbar-inverse.purple .navbar-header {
        min-height: 70px;
    }

    .navbar-inverse.purple .navbar-nav {
        margin: 0 -15px;
    }

        .navbar-inverse.purple .navbar-nav > li > a {
            color: white;
            padding: 25px 15px;
        }

        .navbar-inverse.purple .navbar-nav > .active > a, .navbar-inverse.purple .navbar-nav > .active > a:focus, .navbar-inverse.purple .navbar-nav > .active > a:hover {
            background: none;
            background-color: white;
            box-shadow: none;
            color: #474a9a;
        }

        .navbar-inverse.purple .navbar-nav > li > a:hover {
            background-color: #777dbc;
        }

        .navbar-inverse.purple .navbar-nav > .open > a {
            background: #777dbc;
        }

    .navbar-inverse.purple .navbar-brand {
        max-width: 250px;
    }

        .navbar-inverse.purple .navbar-brand img.logo {
            width: 100%;
        }

    .navbar-inverse.purple .navbar-toggle {
        margin: 0;
        padding: 28px 25px;
        border: none !important;
        border-radius: 0;
    }

        .navbar-inverse.purple .navbar-toggle:focus, .navbar-inverse.purple .navbar-toggle:hover {
            background-color: #777dbc;
        }
.toggle-group li.active {
    background: none !important;
}


.toggle-group li, .toggle-group li a {
    position: relative;
    display: block;
    float: left; 
}


.toggle-label {
    margin: 10px;
}
.toggle {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    outline: 0;
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
    padding: 10px !important;
    margin: 0px;
    border-left: none !important;
    color: #777 !important;
 }

.toggle:hover {
    opacity: .85;
}

li:not(:last-child) .toggle {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

li:last-child .toggle {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.active .toggle {
 background-color: #474a9a !important;
 color: #ffffff !important;
}

/* //////////////// FILTERS //////////////////// */
input:not([type="checkbox"]):not([type="radio"]), select, textarea {
    outline: none;
    appearance: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    max-width: 100%;
    font-weight: 300;
    display: block;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    input:focus, select:focus, textarea:focus {
        border-color: #ddd;
    }

    input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #ddd;
        font-weight: 300;
    }

    input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
        /* Firefox 18- */
        color: #ddd;
        font-weight: 300;
    }

    input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #ddd;
        font-weight: 300;
    }

    input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #ddd;
        font-weight: 300;
    }

/***** Helper for medium sized inputs (tested on checkboxes) *****/

.academicWrap label {
    font-weight: 300;
    padding-top: 5px;
}

.academicWrap #element-thread-select {
    margin-bottom: 20px;
}

.wrapSelect {
    position: relative;
    display: inline-block;
    width: 50%;
}

    .wrapSelect:before {
        content: '\f0d7';
        font-family: fontAwesome;
        display: block;
        font-size: 17px;
        position: absolute;
        pointer-events: none;
        border-left: 1px solid #ddd;
        padding-left: 10px;
        top: 1px;
        right: 1px;
        padding-left: 14px;
        background: white;
        color: #474a9a;
        padding-right: 14px;
        line-height: 38px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

    .wrapSelect:hover:before {
        background: #f8f8f8;
    }

    .wrapSelect label {
        display: inline-block;
        font-weight: 400;
    }

.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: black;
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 10px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: white;
        border-radius: 18px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 18px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 18px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.label-default {
    background-color: #474a9a;
}

.switchLabel {
    display: inline-block;
    float: right;
    margin: 0 20px 0 0px;
    font-size: 12px;
    font-weight: 400;
    
}

.switchWrap {
    display: inline-block;
    float: right;
    background: #f5f5f5;
    padding: 7px 15px 3px;
    width: 100%;
    max-width: 170px;
    border-radius: 50px;
}

@media screen and (max-width:320px) {
    .switchLabel {
        display: inline-block;
        float: right;
        font-size: 12px;
        font-weight: 400;
        margin: 0 5px 0 0px;
        padding-right: 5px;
    }

    .switchWrap {
        display: inline-block;
        background: #f5f5f5;
        padding: 7px 10px 3px;
        width: 120%;
        max-width: 150px;
        border-radius: 50px;
    }
}

@media screen and (max-width: 400px) and (min-width: 321px) {
    .switchLabel {
    display: inline-block;
    float: right;
    margin: 0 20px 0 0px;
    font-size: 12px;
    font-weight: 400;
    
}

.switchWrap {
    display: inline-block;
    float: right;
    background: #f5f5f5;
    padding: 7px 3px 3px;
    width: 100%;
    max-width: 170px;
    border-radius: 50px;
}

}


@media screen and (min-width:768px) and (max-width:1110px) {
    .switchLabel {
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 0 5px 0 0px;
    padding-right:5px;
    }

    .switchWrap {
    display: inline-block;
    background: #f5f5f5;
    padding: 7px 10px 3px;
    width: 120%;
    max-width: 150px;
    border-radius: 50px;
}

}

.panel {
    border: none;
    box-shadow: none;
}

.collapsed {
    cursor: pointer;
}

.list-group .list-group-item {
    background: #474a9a;
    color: white;
    border-radius: 0;
    border-color: #474a9a;
}

    .list-group .list-group-item:hover {
        color: white;
        background-color: #474a9a;
        border-color: #474a9a;
    }

    .list-group .list-group-item .fa-info-circle {
        float: right;
        margin-top: 4px;
        color: white;
		position: absolute;
		right: 13px;
		top: 10px;
    }
	.list-group .list-group-item .fa-info-circle:hover {    
    opacity: .5;
    font-size: 20px;
    top: 8px !important;
	}

    .list-group .list-group-item.collapsed {
        background: #f2f2f2;
        color: #555759;
        border-color: #ddd;
    }
		
	.list-group .list-group-item.collapsed:hover {
		background: #eaeaea;
		color: #999;
		border-color: #ddd;
		cursor: pointer;
	}

   .list-group .list-group-item .btn-primary {
        padding:5px 8px!important;
        text-transform:uppercase;
        font-size:11px;
        letter-spacing:.5px;
        background: rgba(0,0,0, .40);
        color:#fff;
    }

    .list-group .list-group-item.collapsed .btn-primary {
        background: #474a9a;
        color:#fff;
    }
        .list-group .list-group-item.collapsed .fa-info-circle {
            color: #bbb;
        }

        .list-group .list-group-item.collapsed:hover {
            background: #eaeaea;
            color: #474a9a;
            border-color: #ddd;
        }

        .list-group .list-group-item.collapsed:focus {
            background: #f2f2f2;
            color: #555759;
            border-color: #ddd;
        }

            .list-group .list-group-item.collapsed:focus .fa-info-circle {
                color: #bbb;
            }

    .list-group .list-group-item:focus {
        background: #474a9a;
        color: white;
    }

        .list-group .list-group-item:focus .fa-info-circle {
            color: white;
        }

    .list-group .list-group-item.parent {
		font-size: 18x;
		font-weight: 600;
		margin: 10px 0px 0px;
		border-radius: 0px;
		border-top-color: #FFF !important;
    }

    .list-group .list-group-item.child {
        font-size: 20px;
        font-weight: 400;
        background: #7570b0;
        border-color: #7570b0;
		border-top-color: #FFF;
		cursor: pointer;
    }

@media screen and (max-width:460px) {
    .list-group .list-group-item.parent {
        margin-top: 0px;
        font-size: 20px;
        font-weight: 600;
    }

    .list-group .list-group-item.child {
        font-size: 16px;
        font-weight: 400;
        background: #7570b0;
        border-color: #7570b0;
    }

}
        .list-group .list-group-item.child:first-child {
            border-top: 1px solid #7570b0;
        }

        .list-group .list-group-item.child.collapsed {
			color: white;
			border-color: #ddd;
			border-left: 0px;
			border-right: 0px;
        }
		.list-group .list-group-item.child.strong .itemLabel {
			width: 90%;
		}

            .list-group .list-group-item.child.collapsed:first-child {
                border-top: 1px solid #ddd;
            }

			 .list-group .list-group-item.child.collapsed .fa-info-circle {
				color: #bbb;
				position: absolute;
				right: 13px;
				top: 10px;
			}

            .list-group .list-group-item.child.collapsed:hover {
				background: #9d9ac7;
				color: #fff;
				border-color: #ddd;
				border-color: #7570b0;
				border-radius: 0px;
            }

			.list-group .list-group-item.grandChild {
				background: white;
				font-size: 18px;
				color: #555759;
				border-color: #474a9a;
				border-radius: 0px;
				margin-bottom: -1px;
			}
			.list-group .list-group-item.grandChild .btn-primary {
				padding: 5px 30px !important;
				background-color: #474a9a;
				border-color: #474a9a;
			}
			.list-group .list-group-item.grandChild .btn-primary:hover, .list-group .list-group-item.grandChild .btn-primary:focus  {
				background-color: #7570b0;
				border-color: #7570b0;
			}

    .list-group .list-group-item.secondChild {
        background: #9695c8;
        border-color: #9695c8;
    }

    .list-group .list-group-item.secondChild.collapsed {
        background: #c2c7da;
        color: white;
    }

    .list-group .list-group-item.secondChild.collapsed:hover {
        background: #9b9ad1;
        color: #eaeaea;
    }

    .list-group .list-group-item.secondChild:first-child {
        border-top: 1px solid #9695c8;
    }

    .list-group .list-group-item.thirdChild {
        background: #d0d6e8;
        border-color: #d0d6e8;
        color: #9695c8;
    }

    .list-group .list-group-item.thirdChild.collapsed {
        background: #cfd3e2;
        color: #9695c8;
    }

    .list-group .list-group-item.thirdChild.collapsed:hover {
        background: #b9bed5;
        color: white;
    }

    .list-group .list-group-item.fourthChild {
        background: #d5d8e5;
        border-color: #d5d8e5;
        color: #9695c8;
    }

    .list-group .list-group-item.fourthChild.collapsed {
        background: #e1e4ef;
        color: #9695c8;
    }

    .list-group .list-group-item.fourthChild.collapsed:hover {
        background: #d7dbe8;
        color: white;
    }

    .list-group .list-group-item .btnContain {
        float: right;
        display: inline-block;
        margin-left: 10px;
    }

        .list-group .list-group-item .btnContain button {
            background: #555759;
            color: white;
            text-transform: uppercase;
            font-weight: 600;
        }

            .list-group .list-group-item .btnContain button:hover {
                background: #808183;
            }

    .list-group .list-group-item .itemLabel {
        display: inline-block;
        line-height: 30px;
		font-size: 15px;
		width:auto;
    }

/*/////////// Curriculum listview styles //////////////*/
.cr-list-group-item {
        font-size:15px;
        padding-top:10px;
    }

    .cr-list-group-item.grandChild {
        font-size:20px;
    }
        
        .list-group .cr-list-group-item .btnContain {
            display:none;
        }
.resource-description {
    display:inline;
    font-size:16px;
}
.resource-description-btn {
    display:inline-block;
    float:right;
    margin-left:10px;
}
.resource-description.cr-list {
    display:inline;
    font-size:16px;
}


/* //////////////// Modal styles //////////////////// */
.modal {
    box-sizing: border-box;
    padding: 10px !important;
}

    .modal .modal-header {
        background: #474a9a;
        color: white;
    }

        .modal .modal-header .close {
            margin-top: 0;
            color: white;
            opacity: .5;
        }

            .modal .modal-header .close:hover {
                opacity: .8;
            }

    .modal .modal-title {
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
    }

    .modal .modal-body {
        padding: 40px;
    }

        .modal .modal-body h3 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
        }

            .modal .modal-body h3 .btn {
                float: right;
                background: #555759;
                color: white;
                text-transform: uppercase;
                font-weight: 600;
                margin-top: -6px;
            }

                .modal .modal-body h3 .btn:hover {
                    background: #808183;
                }

    .modal .modal-footer {
        background: #fafafa;
    }

        .modal .modal-footer .btn {
            text-transform: uppercase;
            color: white;
            border: none;
            font-weight: 600;
        }

        .modal .modal-footer .btn-primary {
            background: #474a9a;
        }

            .modal .modal-footer .btn-primary:hover {
                background: #555759;
            }

        .modal .modal-footer .btn-secondary {
            background: #ddd;
            color: #555759;
        }

        .modal .modal-footer .btn-secondary:hover {
            background: #bbb;
            color: white;
        }
    .modal .checkbox label, .modal .radio label {
        position: relative;
    }

/* //////////////// Modal Table styles //////////////////// */
.containTable {
    display: block;
    width: 100%;
    overflow-x: scroll;
}

    .containTable .table > thead > tr {
        background-color: #7570b0;
        color: white;
    }

        .containTable .table > thead > tr th {
            font-weight: 400;
            font-size: 14px;
        }

.table td {
    vertical-align: middle !important;
    text-align: left;
}

.table th {
    vertical-align: top !important;
    text-align: left;
}

.table tr th:first-child {
    text-align: left;
    /*font-weight: 500;*/
}

.table.withControls tr td:last-child {
    /*text-align: right;*/
    white-space: nowrap;
    width: 120px;
}

    .table.withControls tr td:last-child a {
        margin: 0 5px;
        color: #bbb;
    }

        .table.withControls tr td:last-child a:hover {
            color: #555759;
        }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.table.table-borderless tr td, .table.table-borderless tr th {
    border: none;
    text-align: left;
    padding: 10px 0;
}

.table.quickInfo {
    margin: 0px 0 40px;
    border: none;
}

    .table.quickInfo tr th {
        width: 150px;
        font-weight: 600;
    }

/* //////////////// MEDIA QUERIES //////////////////// */
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
}

@media (max-width: 999px) {

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        overflow-y: auto !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li .dropdown-menu {
                background-color: #fafafa !important;
                border-radius: 0;
            }

                .navbar-nav > li .dropdown-menu li a {
                    background: #fafafa;
                    color: #555759;
                }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-inverse .navbar-collapse {
        border: none;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: #e5e5e5;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
            color: #555759;
            padding: 15px 15px 15px 25px;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
                background-color: #e8e8e8;
                color: #262626;
            }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media (max-width: 992px) {
    .row.filters .col-md-6 {
        width: 50%;
        display: inline-block;
        float: left;
    }

        .row.filters .col-md-6 .wrapSelect {
            width: 100%;
        }

        .row.filters .col-md-6 .switchWrap {
            margin-top: 26px;
        }
}

@media (min-width: 769px) {
    .modal-dialog {
        max-width: 1000px;
        width: 100%;
        margin: 30px auto;
    }
}

@media (max-width: 715px) {
    .row.filters .col-md-6 {
        width: 100%;
        display: block;
        float: none;
    }

        .row.filters .col-md-6 .wrapSelect {
            width: 100%;
        }

        .row.filters .col-md-6 .switchWrap {
            width: 100%;
        }

            .row.filters .col-md-6 .switchWrap .switchLabel {
                float: none;
            }

    .modal .modal-body {
        padding: 20px;
    }
}

.panel {
    margin-bottom: 0px;
}

#dashboard {
    margin-top: 20px;
}

/* Assignment Maintenance Screen*/
/* Date/Time Picker Overrides */
.glyphicon-time, .glyphicon-calendar, .glyphicon-chevron-up, .glyphicon-chevron-down {
    color: #474a9a;
}

/* Each of these placeholder styles must be separate selectors */
.submit-to-input input::-webkit-input-placeholder {
    font-style: italic;
}

.submit-to-input input:-moz-placeholder {
    font-style: italic;
}

.submit-to-input::-moz-placeholder {
    font-style: italic;
}

.submit-to-input input:-ms-input-placeholder {
    font-style: italic;
}

.assignment-submit-choice-radio-button {
    float: left;
    margin-right: 5px !important;
}

.resource-submit-choice-radio-button {
    float: left;
    margin-right: 5px !important;
}

.session-event-radio-button {
    float: left;
    margin-right: 5px !important;
}

.radio-button input {
    max-width: none;
    width: auto;
}

/* Student Group Maintenance */
.list-box-button {
    width: 50px;
    margin: auto;
}

.standard-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.weekly-checkbox {
    margin-left: 0px !important;
}

/* FullCalendar Overrides */
.fc-day-grid .fc-axis {
    text-align: center !important;
}

.fc-day-grid a {
    _color: blue;
    _text-decoration: underline;
    _border: none;
    _background-color: white !important;
}

.event-phase-name {
    bottom: 0px;
    position: absolute;
    white-space: nowrap;
    font-size: .85em; /* Match time font size */
}

#home-calendar .fc-center {
    padding-right: 125px;
}

.event-icon {
    margin-right: 3px;
}
/* Prevents our general styling from causing calendar elements to slide around */
.fc * {
    -webkit-transition: none !important;
    transition: none !important;
}

.welcome-modals {
    padding-top: 20px;
    padding-bottom: 10px;
}

.welcome-wrapper-announcements {
    padding-left: 0px;
}

.welcome-wrapper-assignments {
    padding-right: 0px;
}
.home-phase-panel {
    padding-left: 0px;
}

.home-phase-panel .panel, .home-assessment-panel .panel {
    background: #f5f5f5; 
    padding: 10px 5px; 
    min-height: 137px;
}
.home-assessment-panel {
    padding-right: 0px;
}

@media screen and (max-width:991px) {

    .home-phase-panel, .home-assessment-panel {
        padding: 10px 0px;
    }
    .home-assessment-panel .btn {
        margin-top: 10px !important;
    }
}



.home-modal-background {
    background-color: #EDE8F5;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.anchors {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    font-size: 13px;
    padding-top: 10px;
}

.anchor-single {
    padding-left: 15px;
    text-decoration: underline;
}

.home-modal-header {
    border: none;
    font-weight: 700;
    margin: 0px;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.home-modal-header p {
    font-size: 14px;
    margin: 0px;
}

@media screen and (min-width:461px) {

    .resources-grid-title {
        font-size: 16px;
    }
}

@media screen and (max-width:460px) {

    .resources-grid-title {
        font-size: 8px;
    }
}

/* Media Query for Sessions */
/* Desktop Screen */
@media screen and (min-width:461px) {

    .session-text {
        font-size: 25px;
    }

    .session-title-text {
        font-size: 30px;
    }

    .session-notification {
        font-size: 40px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .session-icon{
        display:inline;
    }
}

/* Mobile Screen */
@media screen and (max-width:460px) {
    .session-title-text {
        font-size: 15px;
        text-align: center;
    }

    .session-text {
        text-align: center;
        font-size: 15px;
        padding-top: 15px;
    }

    .resources-grid-title {
        font-size: 15px;
    }

    .session-notification {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 25px;
    }
    .session-icon{
        display:block;
    }
}

@media screen and (min-width:481px) and (max-width:1024px) {
      .welcome-wrapper-assignments {
        padding-right: 0px;
        padding-left: 0px;
    }

    .welcome-wrapper-announcements {
        padding-left: 0px;
        padding-right: 0px;

    }
}

@media screen and (min-width:992px) and (max-width:1024px) {
      .welcome-wrapper-assignments {
        padding-left: 10px;
    }

    .welcome-wrapper-announcements {
        padding-right: 10px;

    }
}

/*Normal size NON Mobile Grids*/
@media screen and (min-width:461px) {
    .non-mobile-grid {
        display: block;
    }
    .mobile-grid {
        display:none;
    }

    .welcome-wrapper-assignments {
    padding-right: 0px;

    }

    .welcome-wrapper-announcements {
        padding-left: 0px;

    }

}

@media screen and (max-width:460px) {

        .welcome-wrapper-assignments {
        padding-right: 0px;
        padding-left: 0px;
    }

    .welcome-wrapper-announcements {
        padding-left: 0px;
        padding-right: 0px;

    }

    /*Remove objectives button in Curriculum listview*/
     .list-group .cr-list-group-item .btnContain {
            display:none;
        }

    .resource-description-btn.cr-list {
            float:left;
            padding-right:10px;
    }

     /*Moves Description to left in Curriculum listview*/
    .resource-description.cr-list {
        float:left;
        text-align:left;
        white-space:normal;
    }

    .assignment-description-btn.cr-list {
            float:left;
            padding-right:10px;
    }

     /*Moves Description to left in Curriculum listview*/
    .assignment-description.cr-list {
        float:left;
        text-align:left;
        white-space:normal;
    }

     /*change font size in Curriculum listview*/
    .cr-list-group-item{
        font-size:15px;
    }

    .cr-list-group-item.grandChild {
        font-size:17px;
    }

    .non-mobile-grid {
        display: none;
    }
    .mobile-grid {
        display:block;
    }
}

.home-modal-items {
    margin: 0px;
    padding: 5px 0px;
}

.home-modal-items:nth-child(odd) {
    background: #efefef;
}
.home-modal-single {
    font-size: 15px;
    padding-left: 0px;
}

.home-modal-single a {
    text-decoration: underline;
}

.home-modal-icon {
    display: block;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
}

.home-modal-icon .fa {
    font-size: 1em;
}

.is-user-read {
    font-weight: normal;
}

.user-unread {
    font-weight: bold;
}

.home-modal-cb {
    padding-right: 0px;
    padding-left: 40px;
}

@media screen and (max-width:768px) {
    .home-modal-cb {
       padding-left: 8px;
    }
}

.home-modal-cb input[type=checkbox] {
    margin: 4px 0 0 0;
    width: 18px;
    height: 18px;
}
.notification-alert {
    padding-left: 10px;
    padding-top: 10px;
}

.home-modal-truncate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: auto 0px;
}

/* Home modal styling */
.panel.panel-home{
    margin-bottom: 15px;
}

.panel.panel-home .panel-heading {
    background-color: #474a9a;
    color: #FFF;
    font-size: 16px;
    padding: 5px;
}

.panel.panel-home .panel-heading a{
    color: #FFF;
    text-decoration: underline;
    font-size: 13px;
    font-weight: bold;
}

.panel.panel-home .panel-body {
    background-color: #f5f5f5;
    padding: 0px;
}
.panel.panel-home .panel-body .anchors {
    padding-bottom: 10px;
}

/* Schedule List Styling */
#schedule-list {
    padding-left: 15px;
    padding-right: 15px;
}

.schedule-list-day-row {
    background-color: #cccccc;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.schedule-list-icon-col {
    padding-right: 5px;
    text-align: center;
    width: 40px;
    padding-left: 15px;
}

.schedule-list-text-col {
    padding-left: 0px;
}

.schedule-list-due-row {
    background-color: #f7f7f7;
    padding: 10px 0 10px 0;
}

.schedule-list-resource-btnContain {
    float: right;
    display: inline-block;
    margin-left: 10px;
    padding: 0px;
}

.schedule-week-list-resource-btnContain {
    float: left;
    display: inline-block;
    padding-top: 10px;
}

.schedule-list-resource-btnContain a {
    background: #474a9a;
    color: #FFF !important;
    font-weight: 600;
    border: none;
    padding: 5px 10px !important;

}

.schedule-week-list-resource-btnContain a {
    background: #474a9a;
    color: #FFF !important;
    font-weight: 600;
    border: none;
    padding: 5px 10px !important;

}

.schedule-list-resource-btnContain a:hover,
.schedule-list-resource-btnContain a:active,
.schedule-list-resource-btnContain a:focus {
    background: rgba(71,74,154, .75);
}

.schedule-week-list-resource-btnContain a:hover,
.schedule-week-list-resource-btnContain a:active,
.schedule-week-list-resource-btnContain a:focus {
    background: rgba(71,74,154, .75);
}

.schedule-list-session-row {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 0;
}
.schedule-module-panel div:hover {
    background: #95bcf2;
    cursor: pointer;
}

.selected-module {
    background: #95bcf2;
}

.wordWrap {
    word-wrap: break-word; /* IE */
}


/*.fc-header-toolbar {
background: #4e2a84;
padding: 15px 20px;
color: #FFF;
vertical-align: middle;
margin-bottom: 0 !important;
}*/ 

.fc-header-toolbar > div {
                vertical-align: middle;
}

/*Support iPhone5 and below - Shrink the Button text on Calendar view*/
@media screen and (max-width:360px) {
        .fc-header-toolbar .fc-button {
            font-size: .55em !important;
    }
}


.fc-header-toolbar .fc-button {
                background: rgba(0,0,0, .25);
                color: #FFF;
                border: none !important;
                box-shadow: none !important;
                text-shadow: none !important;
                font-weight: normal !important;
                padding: 10px 20px;
                border-radius: 0 !important;
                height: auto !important;
                text-transform: uppercase;
                letter-spacing: .25px;
                font-size: .85em;
                margin: 0;
                transition: .3s ease-in-out all;
}

.fc-header-toolbar .fc-prev-button,
.fc-header-toolbar .fc-next-button {
                padding: 5px;
                background: none; 
}

.fc-header-toolbar .fc-next-button .fc-icon,
.fc-header-toolbar .fc-prev-button .fc-icon {
                font-size: 75%;
                padding: 12px 8px 9px;
top: 0 !important;
margin: 0;
height: auto;

}

.fc-header-toolbar .fc-button:hover,
.fc-header-toolbar .fc-button:active {
                background: rgba(0,0,0, .35);
}

.fc-header-toolbar .fc-button.fc-state-active {
    background: #7570b0;
}

.fc-header-toolbar h2 {
                text-transform: uppercase;
                font-weight: lighter !important;
                letter-spacing: .25px;
                font-size: 1.5em;
}

.fc-header-toolbar .fc-left {
                margin-top: 5px;
}

/* Days of Week Header */

.fc-head {
                background: #f0f0f0;
                border: none;
}

.fc-head .fc-day-header {
                padding: 8px;
                text-transform: uppercase;
                font-size: .85em;

}



/* Calendar */
.fc-today {
    background-color: white !important;
}

.fc-header-toolbar {
    margin-bottom: 0 !important;
}

.fc-toolbar,
.print-calendar-toolbar {
   background: #474a9a;
    color: #FFF;
    margin-top: 0px !important;
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
}

.fc-toolbar h2 {
    font-size: 1em !important;
    margin-top: 12px !important;
    color: #FFF;
     
}

.print-calendar-toolbar h2 {
    text-align: center !important;
    margin-top: 10px;
    color: #FFF;
    font-size: 1em;
}
.fc-toolbar .fc-left {
    margin: 0 !important;
}


.fc-event {
                position: relative; /* for resize handle and other inner positioning */
                display: block; /* make the <a> tag block */
                border-radius: 0px;
                margin: 0;
                padding: 0;
                border: none;
                font-weight: normal; /* undo jqui's ui-widget-header bold */
                border-radius: 0 !important;
}

.fc-event,
.fc-event-dot {
               margin: 0;
                color: #FFFFFF !important;
                -webkit-print-color-adjust: exact !important;
                print-color-adjust: exact !important;
                color-adjust:exact !important;
                background: none !important;
                border-width: 0 !important;
                overflow: hidden !important;
                box-shadow: 0px 2px 3px rgba(0,0,0,.35) !important;
}

.fc-event::before,
.fc-event-dot::before {
                -webkit-print-color-adjust: exact !important;
                  print-color-adjust: exact !important;
                  color-adjust:exact !important;
                  content: '';
                  display: block;
                  position: absolute;
                  top: 0;
                  right: 0;
                  left: 0;
                  z-index: -1;
                  border-left: none !important;
                  border-top: none !important;
                  border-right: none !important;
                  border-bottom: 1000px solid;
                  border-bottom-color: inherit !important;
                  color: #FFFFFF !important;
}


.fc-day-grid .fc-event::before {
    border-bottom-color: #474a9a !important;
}

.fc-content > div,
.fc-content > span {
                z-index: 3;
                position: relative;
                display: block;
                padding: 5px !important;
                text-decoration: none;
                color: rgba(0, 0, 0, 0) !important;
                text-shadow: 0 0 0 #FFFFFF !important;
                -webkit-print-color-adjust: exact !important;
                print-color-adjust: exact !important;
                color-adjust:exact !important;
}

.fc-content .event-icon {
                text-decoration: none;
                color: rgba(0, 0, 0, 0) !important;
                text-shadow: 0 0 0 #FFFFFF !important;
                -webkit-print-color-adjust: exact !important;
                print-color-adjust: exact !important;
                color-adjust:exact !important;
}

.fc-content .fc-time {
                padding-bottom: 0px !important;
                font-weight: 700 !important;
}

.fc-content .fc-title {
    padding-top: 3px !important;
}

.schedule-module-panel {
    background: #f5f5f5;
    padding: 0px !important;
}

.schedule-module-panel div {
    padding: 8px 15px !important;
}

.schedule-module-panel div:hover,
.schedule-module-panel div:active,
.schedule-module-panel div:focus,
.schedule-module-panel div.selected-module {
    background: #7570b0;
    color: #FFF !important;

}

/* //////////////// Learning Guide styles //////////////////// */

/*
    Size restrictions for learning guide images - 
    600px max height and width cannot exceed parent
    (to prevent spilling over the modal)
*/

.learning-guide-img img{
    max-height: 600px;
    max-width: 100%;
}

/*
    Adding padding between images and preventing long titles
    from spilling outside of the first column
*/

.learning-guide-img.row{
    padding-top: 5px;
    padding-bottom: 5px;
    overflow-wrap: break-word;
}

.download-learning-guide-modal{
    margin: 15% auto !important;
    width: 25% !important;
}

/*
    On mobile devices in landscape orientation,
    prevent images from taking up entire modal
    for easier navigation
*/
@media (max-height: 600px){
    
    .learning-guide-img img{
        max-height: 80vh;
    }

}

@media screen and (max-width:1001px){
    .fa-download {
        display:none !important; 
    }
    .fa-download,
    .learning-guide {
        display:inline-block !important;
    }

    .download-learning-guide-modal{
        width:90% !important;
        margin: 5% auto !important;
    }
}

.calendarPrintRowHeight {
    font-size: 10px;
    height: 6px;
}


@supports (-webkit-appearance:none) {
    .calendarPrintTableRowHeight {
        height: 22px !important;
    }

    .calendarPrintRowHeight {
        font-size: 14px;
    }
}

.calendarDateWrapper {
    page-break-inside:avoid;
}

.fc-time-grid.fc-slats {
    height: 1.5em !important;
}

.nav-button-icon {
    margin-left: 0px;
    padding-left: 0px;
}

/*
 This makes the link modal for Tiny MCE bigger
 */
.mce-window-body {
  width: inherit !important;
}

.mce-window-body > .mce-container {
   width: 100% !important;
}

.mce-window{
   width: 30% !important;
   left: 50% !important;
   top: 50% !important;
   margin-left: -15% !important;
   margin-top: -150px !important;
}

/* ipad media query - enables left hand navigation for ipad */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .fixed-sidebar.body-small .navbar-static-side {
        display: block;
        z-index: 2001;
        position: fixed;
        width: 220px;
    }
}


