.btn-group.menu-dropdown {
	position: absolute;
    height: 34px;
    margin-left: 10px;
    margin-top: 7px;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.btn-group.menu-dropdown >.dropdown-menu>li>a {
    color: #1e88e5;
    font-size: 1.1em;
}

.btn-group.menu-dropdown >.dropdown-menu>li>a>.fa {
    margin-right: 5px;
}

.btn-group.menu-dropdown > button.dropdown-toggle {
    background: transparent;
    border: none;
    font-size: 1.1em;
    color: white;
    box-shadow: none;
    max-width: 150px;
    overflow: hidden;
}

.btn-group.menu-dropdown > button.dropdown-toggle:hover {
    background: #1e88e5;
    border: none;
    font-size: 1.1em;
    color: white;
}

.btn-group.menu-dropdown > button.dropdown-toggle:focus {
    background: #1e88e5;
    border: none;
    font-size: 1.1em;
    color: white;
}

.hidden-section-display {
	position: relative;
	background: #BDBDBD;
}

.hidden-bookNode-text {
	display: flex;
	flex-direction: column;;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	font-size: 2em;
	background: #BDBDBD;
	opacity: 0.8;
	color: #F44336;
	font-weight: bold;
	padding-top: 200px;
	z-index: 999;
}


.btn.btnSuccess.historyBtn {
    border: 1px solid #1e88e5;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 3px;
    background: white;
    color: #1e88e5;
    margin-left: 3px;
}

.btn.btnSuccess.resetBtn {
    border: 1px solid #1e88e5;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 3px;
    background: white;
    color: #1e88e5;
}

.assessmentsegment.panel.panel-default {
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.assessmentsegment.panel.panel-default>.panel-heading {
    background: transparent;
    margin: 0px 20px;
}

.assessmentsegment.panel.panel-default>.paginationAssessment {
    padding: 0px;
    margin: 0px 20px;
    background: transparent;
}

.assessmentsegment.panel.panel-default>.panel-body>div>.main_content>.panel.panel-default {
    border: none;
    box-shadow: none;
}

.assessmentsegment.panel.panel-default>.panel-body>div>.main_content>.panel.panel-default>.panel-heading {
    background: none;
    margin: 0px 0px;
    border: none;
}

.assessmentsegment.panel.panel-default>.panel-body>div>.main_content>.panel.panel-default>.panel-heading .panel-title {
    border: 1px solid #333;
    padding: 7px 20px;
    border-radius: 3px;
}


.assessmentsegment.panel.panel-default>.panel-body>div>.main_content>.panel.panel-default>.panel-footer {
    background: none;
    border: none;
}

.assessmentsegment.panel.panel-default>.panel-body>div>.main_content>.panel.panel-default>.panel-body {
    background: none;
    border: none;
}

.courseDescription {
    background: white;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    max-height: 143px;
    overflow-y: auto;
}

.blinkClass {
    animation: blinker 1.8s ease-in infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


div.timerDiv {
    border: none;
    text-align: center;
    margin-bottom: 15px;
}

div.timerDiv>.timerDivContent {
    font-size: 26px;
    border: 1px solid #ddd;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 4px;
    padding: 5px;
    color: #5cb85c;
    font-weight: bold;
    font-family: 'Courier', sans-serif;
    background: white;
}

.greenTimerColor {
    color: #5cb85c;
}

.redTimerColor {
    color: #f2413e;
}

.yellowTimerColor {
    color: #f0ad4e;
}

#sectionDisplayFooter {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    background: white;
    border-radius: 4px;
    border: 1px solid #ddd;
}

#sectionDisplayFooter .btn.btnSuccess {
    width: auto;
    font-size: 18px;
    padding: 3px 5px;
    font-weight: bold;
}


.codeDescription.panel-body {
    margin: 20px 20px 0px 20px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}

.codeDescription.panel-body.col-md-8 {
    margin: 20px 20px 10px 20px;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}

.col-md-8.codeContentDiv,
.col-md-12.codeContentDiv {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0px;
}

.nav.nav-pills.nav-justified.codeExampleUL>li.active a {}

.nav.nav-pills.nav-justified.codeExampleUL>li a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.runExampleTextarea {
    border-radius: 3px;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #ddd;
    padding: 7px 7px 0px 7px;
    margin-bottom: 5px;
}

.table.table-bordered.summaryTable {
    margin-bottom: 0px;
    border: none;
}

.table.table-bordered.summaryTable th {
    padding: 7px;
    text-align: center;
}

.table.table-bordered.summaryTable tr:first-child {
    border: none;
    border-bottom: 1px solid #ddd;
}

.table.table-bordered.summaryTable tr:last-child {
    border: none;
    border-top: 1px solid #ddd;
}

.table.table-bordered.summaryTable tr {
    border: none;
    border-top: 1px solid #ddd;
}

.table.table-bordered.summaryTable tr>th {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
}

.table.table-bordered.summaryTable tr>th:first-child {
    border-left: none;
}

.table.table-bordered.summaryTable tr>th:last-child {
    border-right: none;
}

.navbar-header>a.navbar-brand:hover {
    background: #1a6293;
}

.pagination.pagination.bootpag>li>a {
    height: 40px;
    padding-top: 8px;
    font-size: 16px;
}

body {
    background: #f5f5f5;
}



/* SUBMISSION */

#submissions {
    margin-top: 10px;
}

#submissiontree>.ui-tree.ui-widget.ui-widget-content.ui-corner-all {
    width: 100%;
    border: none;
    background: white;
}

#submissions>.ui-datatable-header {
    background: transparent;
    color: black;
    border: 1px solid #ddd;
    border-bottom: none;
    text-align: left;
}

.panel-default>.panel-heading.pastDueHeading {
    color: red;
}

.ui-expanded-row-content.ui-datatable-unselectable.ui-widget-content {
    background: white;
}

.submittedOnClass>a:hover {
    text-decoration: none;
}

#ui-id-3 {
    width: 110px;
}

#ui-id-4 {
    width: 70px;
}

.tooltipClass {}

#testcaseaccordion>.panel-default>.testcaseheadingCorrect {
    background: #dff0d8;
}

.testcasespanCorrect {
    color: green;
}

#testcaseaccordion .panel-default>.testcaseheadingIncorrect {
    background: #f2dede;
}

.testcasespanIncorrect {
    color: red;
}



/*.btn.btnSuccess {
  color: #fff;
  background: #1e88e5;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.btn.btnSuccess:hover {
  color: #fff;
  background: #1a6293;
}*/

.assignmentBtn.btn.btnSuccess {
    border-radius: 0px;
}

.btn.btnSuccess {
    color: #1e88e5;
    background: transparent;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

.btn.btnSuccess.btnSuccessBorder {
    color: #1e88e5;
    background: transparent;
    border: 1px solid #1e88e5;
    border-radius: 3px;
    box-shadow: none;
}

.btn.btnSuccessBB {
    color: #fff;
    background: #1e88e5;
}

.btn.btnSuccessBB:hover {
    color: #ff;
    background: #1e88e5;
}

.btn.btnSuccess:hover {
    color: #fff;
    background: #1e88e5;
}

.btn.btnCancel {
    color: rgba(0, 0, 0, 0.8);
    background: transparent;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

.btn.btnCancel:hover {
    color: rgba(0, 0, 0, 0.8);
    background: #e6e6e6;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}



/*.btn.btnAlert {
  color: #fff;
  background: #f2413e;
  border: none;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.btn.btnAlert:hover {
  color: #fff;
  background: #bd3f32;
}*/

.btn.btnAlert {
    color: #f2413e;
    background: transparent;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

.btn.btnAlert:hover {
    color: #fff;
    background: #f2413e;
}

.btn.btnInfo {
    color: #fff;
    background: #5bc0de;
    border-radius: 3px;
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.8);
}

.btn.btn-default.hideAssignmentButton {
    margin-left: -14px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
    border: none;
    width: 20px;
    background-image: url("/learn/inc/img/assignmentlist.png");
    height: 165px;
    background-size: 20px;
}



/*WORKBENCH*/

.container-fluid.tocWorkbenchPanel {
    margin-top: 0px;
    padding: 0px;
}



/*.container-fluid.tocWorkbenchPanel >.nav.nav-tabs.nav-justified >li.active >a {
  background: white;
  color: #1e88e5;
  border: none;
}

.container-fluid.tocWorkbenchPanel >.nav.nav-tabs.nav-justified >li >a {
  background-color: white;
  color: rgba(0, 0, 0, 0.8);
  border: none;
}*/

.container-fluid.tocPanel>.nav.nav-tabs.nav-justified>li.active>a {
    background: white;
    color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}

.container-fluid.tocPanel>.nav.nav-tabs.nav-justified>li.active>a:hover {
    background: white;
    color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}

.container-fluid.tocPanel>.nav.nav-tabs.nav-justified>li>a {
    background: white;
    color: rgba(0, 0, 0, 0.8);
    border: none;
}

.container-fluid.tocPanel>.nav.nav-tabs.nav-justified>li>a:hover {
    background: #1e88e5;
    color: white;
    border: none;
}

.container-fluid.tocWorkbenchPanel>.nav.nav-tabs.nav-justified>li.active>a {
    background: white;
    color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}

.container-fluid.tocWorkbenchPanel>.nav.nav-tabs.nav-justified>li.active>a:hover {
    background: white;
    color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}

.container-fluid.tocWorkbenchPanel>.nav.nav-tabs.nav-justified>li>a {
    background: white;
    color: rgba(0, 0, 0, 0.8);
    border: none;
}

.container-fluid.tocWorkbenchPanel>.nav.nav-tabs.nav-justified>li>a:hover {
    background: #1e88e5;
    color: white;
    border: none;
}

i.jstree-icon.jstree-themeicon.jstree-themeicon-custom {
    background-size: 18px !important;
}

.workbenchGroupButton button {
    border: 1px solid white;
}

.modal-body.vizBodyClass {
    padding-bottom: 3px;
}



/*Spinner*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

.btn.btn-default.hideTocWBButton {
    margin: 5px;
    margin-left: -7px;
    height: auto;
    width: auto;
    padding: 3px 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    color: #333;
    z-index: 1;
}

.btn.btn-default.hideBookWBButton {
    /*margin: 5px;
  margin-left: -7px;
  height: auto;
  width: auto;
  padding: 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: white;
  color: #333;*/
}



/*BOOK*/

i.glyphicon.glyphicon-ok-circle.isCorrect {
    color: green;
}

i.glyphicon.glyphicon-remove-circle.isIncorrect {
    color: red;
}

.btn.btn-default.hideTocButton {
    margin: 5px;
    margin-left: -7px;
    height: auto;
    width: auto;
    padding: 3px 3px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: white;
    color: #333;
    z-index: 1;
}

.btn.btn-default.toggleBrythonBtnClass {

}

.brythonConsoleContentClass {
    /*position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 999;*/
}

.btn.btn-default.hideTocButton>span {
    padding-right: 2px;
}

.btn.btn-default.hideTocButton:hover {
    background: #f5f5f5;
}

.singleChoicePanel label {
    color: black;
}

.multiplechoicePanel label {
    color: black;
}

.btn.btn-default.assessmentButton {
    background: #5cb85c;
    color: white;
    border: 1px solid white;
}

.btn.btn-default.assessmentBackButton,
.btn.btn-default.assessmentNextButton {
    background: #EE693F;
    color: white;
    border: 1px solid white;
}

.startAssessmentButton {
    font-size: 30px;
    border: 1px solid #1e88e5;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 3px;
    background: white;
    color: #1e88e5;
}

.startAssessmentButton:disabled {
    color: #ddd;
    border-color: #ddd;
}

.startAssessmentButton:hover:enabled {
    background: #1e88e5;
    text-decoration: none;
    color: white;
    padding: 7px 20px;
    border-radius: 3px;
}

.previewShowAnswerBtn {
    font-size: 30px;
    border: 1px solid red;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 3px;
    background: white;
    color: red;
}

.previewShowAnswerBtn:disabled {
    color: #ddd;
    border-color: #ddd;
}

.previewShowAnswerBtn:hover:enabled {
    background: red;
    text-decoration: none;
    color: white;
    padding: 7px 20px;
    border-radius: 3px;
}

/*PROFILE PAGE*/

.announcementDescription[data-readmore]+a {
    padding-bottom: 10px;
}

.announcementDescription {}

.courseDescription[data-readmore]+a {
    padding-bottom: 10px;
}

.profileForm label {
    color: #1a6293;
}

.profilePanel.panel.panel-default>.panel-body {
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #f5f5f5;
}

.profilePanel.panel.panel-default>.panel-footer {
    background-color: transparent;
    border: none;
}

.profilePanel.panel.panel-default {
    border: none;
    box-shadow: none;
}

.coursesPanel {
    border: none !important;
    background: transparent;
    ;
}

.coursesPanel>.panel-body {
    border-radius: 5px;
    border-top-left-radius: 0px;
    border: 1px solid #dddddd;
    background-color: white;
}

.coursesPanel.panel.panel-primary {
    box-shadow: none;
    padding: 0px;
}

.coursesPanel.panel.panel-primary>.panel-body {
    box-shadow: none;
    border: none;
}

.coursesPanel .panel-heading.coursesHeading {
    background: none;
    color: #333333;
    font-size: 22px;
    border: none;
    margin-left: 15px;
    padding: 3px;
    border-bottom: 1px solid #ddd;
}

.coursesRow {
    border: none;
    background: transparent;
    margin-top: 5px;
    margin-bottom: 5px;
}

.coursesCol {
    border: none;
    background: transparent;
}

.coursesCol>.panel.panel-default {
    box-shadow: 0px 1px 10px 2px rgba(0, 0, 0, 0.1);
}

.coursesCol>.panel.panel-default>.panel-heading {
    text-align: center;
}

.coursesCol>.panel.panel-default>.panel-heading .panel-title {
    font-size: 24px;
}

.coursesCol>.courseBtn {
    border: 1px solid #dddddd;
}



/*.btn.btnSuccess.btn-block.courseBtn {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}*/


/*.btn.btnSuccess.btn-block.courseBtn {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}*/

.btn.btnSuccess.btn-block.courseBtn {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #1e88e5;
}

.container-fluid.coursesContainer {
    padding-left: 5px;
    padding-right: 5px;
}

h3.panel-title.pull-right {
    font-size: 12px;
}

.announcementPanel.panel.panel-default {
    margin-bottom: 5px;
    border-radius: 0px;
}

.announcementPanel.panel.panel-default>.panel-heading {
    background: transparent;
    border: none;
    margin: 0px;
}

.announcementPanel.panel-default.panel>.panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.announcementPanelBody {
    max-height: 500px;
    overflow: auto;
}

body {
    padding-top: 90px;
    /*background: #3498db;*/
    overflow-x: hidden;
}

#nav .navbar {
    padding-left: 10px;
    padding-right: 5px;
    /*margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;*/
    background: #029ae4;
    /*#1a6293;*/
}

#nav .navContainer {
    padding-left: 0px;
    padding-right: 0px;
}



/*.navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
}*/

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

.navbar-header .navbar-brand span {
    color: white;
}

.navbar-header .navbar-brand i {
    color: white;
    font-size: 16px;
}

.navbar-header .navbar-brand span {
    color: white;
    font-size: 16px;
}

.icon-bar {
    background: white !important;
}



#bookassignment_btn_link, #help-dropdown .dropdown-toggle, #profile-dropdown .dropdown-toggle, #startedbuttonlink, #helpbuttonlink, #apibuttonlink, #piazzabuttonlink, #pad_btn_link, #whiteboardLink{
    padding: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 7px;
    color: white;
    background: transparent;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

#help-dropdown .dropdown-toggle:hover, #profile-dropdown .dropdown-toggle:hover {
    color: #fff;
    background: #1a6293;
}

#help-dropdown .dropdown-menu, #profile-dropdown .dropdown-menu {
    border: none;
    padding: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    background: #029ae4;
    box-shadow: none;
    text-align: center;
}

#help-dropdown .dropdown-menu a, #profile-dropdown .dropdown-menu a {
    color: #fff;
    background: transparent;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    padding: 7px;
}

#help-dropdown .dropdown-menu a:hover, #profile-dropdown .dropdown-menu a:hover {
    color: #fff;
    background: #1e88e5;
}

#help-dropdown .dropdown-menu a.logoutButton, #profile-dropdown .dropdown-menu a.logoutButton {
    color: white;
    background: #f2413e;
    border: none;
    border-radius: 3px;
    box-shadow: none;
}

#help-dropdown .dropdown-menu a.logoutButton:hover, #profile-dropdown .dropdown-menu a.logoutButton:hover {
    color: #fff;
    background: #bd3f32;
}

.navbar-default .navbar-nav>li>a {
    color: white;
    background: transparent;
}

.navbar-collapse .navbar-left li a {
    color: white;
}

.navbar-collapse .navbar-left li a.active {
    background: #2c3e50;
}

/*Text Info*/
.media .media-content {
	padding-left:10px;
}
.media.mediaGood {
    border: 1px solid #d0f7b9;
    border-radius: 3px;
}

.media.mediaGood .media-left {
    // background: linear-gradient(to bottom, #d0f7b9 0%, white 100%);
    padding: 10px;
}

.media.mediaGood .media-heading {
    border-bottom: 1px solid #52c234;
    // background: linear-gradient(to right, #d0f7b9 0%, white 100%);
    padding: 10px;
}

.media.mediaGood .media-heading a {
    color: #52c234;
    font-size: 18px;
    padding-bottom: 3px;
}

.media.mediaErrors {
    border: 1px solid #ffbcbc;
    border-radius: 3px;
}

.media.mediaErrors .media-heading {
    border-bottom: 1px solid #e03333;
    // background: linear-gradient(to right, #ffbcbc 0%, white 100%);
    padding: 10px;
}

.media.mediaErrors .media-left {
    // background: linear-gradient(to bottom, #ffbcbc 0%, white 100%);
    padding: 10px;
}

.media.mediaErrors .media-heading a {
    color: #e03333;
    font-size: 18px;
    padding-bottom: 3px;
}

.media.mediaTips {
    border: 1px solid #b4eaed;
    border-radius: 3px;
}

.media.mediaTips .media-heading {
    border-bottom: 1px solid #45bac1;
    // background: linear-gradient(to right, #b4eaed 0%, white 100%);
    padding: 10px;
}

.media.mediaTips .media-left {
	// background: linear-gradient(to bottom, #b4eaed 0%, white 100%);
    padding: 10px;
}


.media.mediaTips .media-heading a {
    color: #45bac1;
    font-size: 18px;
    padding-bottom: 3px;
}

.media.mediaNotes {
    border: 1px solid #7bd9ff;
    border-radius: 3px;
}

.media.mediaNotes .media-heading {
    border-bottom: 1px solid #c1ad4d;
    // background: linear-gradient(to right, #7bd9ff 0%, white 100%);
    padding: 10px;
}

.media.mediaNotes .media-left {
    // background: linear-gradient(to bottom, #7bd9ff 0%, white 100%);
    padding: 10px;
}

.media.mediaNotes .media-heading a {
    color: #c1ad4d;
    font-size: 18px;
    padding-bottom: 3px;
}

.media .media-heading a:hover {
    text-decoration: none;
}

div.split-pane-divider {
    background: white;
}

#loadingmodal {
   position: absolute;
   top: 1px;
   right: 100px;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
   background-color: transparent;
}


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}



/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}



/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}



/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}



/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}



/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    #inputconsolecontainer {
        padding: 0px !important;
    }
    #testcasecontainer {
        padding: 0px !important;
    }
}



/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}



/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {}



/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}
