div.entrada-header {
    height: 104px;
    background: url(../images/header-bg1.jpg) no-repeat left top;
}

.tail-top {
    background: url(../images/tail-top.gif) left top repeat-x #FFF;
    margin-bottom: 10px;
}

.tail-bottom {
background: url(../images/tail-bottom.gif) left bottom repeat-x;
}

#system-sidebar {
    float: left;
    width: 20%;
}

#system-sidebar > div {
    padding: 5px;
}

#system-content {
    float: left;
    width: 80%;
}

#system-content > div {
    padding: 0 0 5px 5px;
}

table.DataTable tbody tr th {
    color: #036;
}
table.tableList.wrap tbody tr td, table.DataTable.wrap tbody tr td {
    white-space: normal;
    overflow: visible;
}

div.person-data span.person-name {
    color: #036;
}

ul.objective-list li label.heading,
ol.objective-list li span.heading {
    color: #036;
}

.discussion-title {
    color: #036;
}

.usage-container {
    border: 1px #036 solid;
    background-color: #036;
}

ul.general-list li a {
    color: #036;
}

.radio-group-title {
    color: #036;
}

.accordion_toggle_active {
    background-color: #036;
}

.accordion_content h2 {
    color: #036;
}

.vertical_accordion_toggle_active {
    background-color: #036;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 100%;
  box-sizing: border-box;
}

.btn-icon {
  padding: 1px 3px 0;
}

ul.category-list {
    margin: 0;
}

ul.category-list li {
    margin-bottom: 2px;
    list-style-type: none;
    border-bottom: 1px solid #EEEEEE;
    border-left: 2px solid #CCCCCC;
    padding: 5px 5px 10px;
}

ul.category-list li input[type=checkbox] {
    vertical-align: middle;
}

ul.category-list {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.category-list {
    position: relative;
}

ul.category-list ul {
    list-style-type: none;
    background: transparent url('../../../images/vline.png') repeat-y;
    margin: 0 0 0 10px;
    padding: 0;
}

ul.tl-category-list > li > .category-children > ul.category-list > li {
    background: none !important;
}

ul.category-list li {
    background: transparent url('../../../images/node.png') no-repeat;
    padding-left: 5px;
    display: block;
    overflow: hidden;
    line-height: 125%;
    border-left: none!important;
}

.category-title {
    cursor: pointer;
    margin-left: 5px;
    margin-top: -2px;
}

.category-description {
    font-size: 11px;
    font-style: normal;
    color: #666;
    margin-top: 5px;
    margin-left: 5px;
}

.category-list {
    padding-left: 5px;
}

#category_list_0 {
    margin-left: 0;
    padding-left: 0;
}

.categories {
    width: 48%;
    float: left;
}

.category-remove {
    cursor: pointer;
}

.category-title {
    font-weight: bold;
}

.category-children {
    margin-top: 5px;
}

.category-container {
    position: relative;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.category-description {
    font-size: 11px;
    font-style: normal;
    color: #666;
    margin-top: 5px;
    margin-left: 5px;
}

.category-remove {
    display: block;
    float: right;
}

.category-controls {
    position: absolute;
    top: 5px;
    right: 5px;
}

.category-controls .loading {
    margin-top: 7px!important;
}

.tl-category-list {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
}

.tl-category-list > li {
    padding: 5px;
    margin-bottom: 5px;
}

.tl-category-list > .category-set h3 {
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    background-color: #036 !important;
    color: #fff !important;
    padding: 10px;
}

ul.categories-list {
	margin-top: 0;
	padding-left: 0;
}

.categories-list li {
	list-style-type: none;
}

div.category-container {
	border-bottom: 1px solid #CCC;
	padding: 4px 0;
}

.categories-list li span.next {
	padding-left: 10px;
}

#category-lists > li > div {
	font-weight: bold;
}

#category-lists .drop_hover {
	background: url(../images/drag.png) no-repeat bottom left;
}

ul.categories-list ul span.delete {
	padding-right: 25px;
}

ul.categories-list ul ul span.delete {
	padding-right: 50px;
}

ul.categories-list ul ul ul span.delete {
	padding-right: 75px;
}

ul.categories-list ul ul ul ul span.delete {
	padding-right: 100px;
}

ul.categories-list ul ul ul ul ul span.delete {
	padding-right: 125px;
}

ul.categories-list ul ul ul ul ul ul span.delete {
	padding-right: 150px;
}

ul.categories-list ul ul ul ul ul ul ul span.delete {
	padding-right: 175px;
}

ul.categories-list ul ul ul ul ul ul ul ul span.delete {
	padding-right: 200px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.margin-bottom-sm {
    margin-bottom: 5px;
}

input.numeric {
    width: 40px;
}

.ui-dialog-buttonset {
    width: 100%;
}

.border-bottom {
    border-spacing: 2px;
    border-bottom: 1px lightgray solid;
}


/*=================================================================================================*/
/*  FEEDBACK WIDGET                                                                                */
/*=================================================================================================*/
#page-feedback {
	position: relative;
	z-index: 10;
}

#feedback-widget {
	background: #fff;
	position: relative;
}

#feedback-widget ul.menu {
	position: relative;
	background: #fff;
}

#feedback-widget ul.menu li.system {
	background-image: none;
    padding: 0;
}

#feedback-form-container {
	-webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow:         0 5px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	left: 0;
	padding: 5px;
	border: 1px solid #d9dee2;
	background: #fff;
	width: 489px;
	top: -67px;
}

#feedback-form-container .panel-head {
	border-radius: 5px 5px 0 0;
}

#feedback-form-container .loading {
	background-image: url("../images/loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 3em;
	line-height: 110px;
	height: 200px;
}

/*  Start bookmarks */
#bookmarks-widget {
    background:#fff;
    position:relative;
}
#bookmarks-widget #bookmark-list {
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 10px;
}
#bookmark-controls {
}
.bookmark-title {
    margin:-5px;
    border-radius:0px;
}
.bookmark-form {
    padding: 20px;
    margin: 0;
}
.bookmark-form.form-horizontal .control-label {
    width: 100px;
}
.bookmark-form.form-horizontal .controls {
    margin-left: 120px;
}
#bookmark-form-container .loading {
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position: center center;
    font-size:3em;
    line-height:110px;
    height:200px;
}
#bookmark-form-container {
    border-radius:3px;
    -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
    box-shadow:0 5px 10px rgba(0,0,0,0.2);
    position:absolute;
    left:0;
    top:0;
    padding:5px;
    /*border:1px solid #999999;*/
    background:#fff;
    width: 489px;
    top:-61px;
    z-index: 9999;
}
#bookmark-form-container .panel-head {
    border-radius: 3px 3px 0px 0px;
}
#bookmark-form-container .loading {
    background-image:url("../images/loading.gif");
    background-repeat:no-repeat;
    background-position: center center;
    font-size:3em;
    line-height:110px;
    height:200px;
}
#bookmark-form-container .form-control-static {
    padding-top: 5px;
}
#bookmarks-empty {
    margin-top: 5px;
    margin-bottom: 5px;
}
#btn-show-more-collapsible.btn-link.btn-block {
    border-top: solid 1px #CCCCCC;
}
#bookmarks-widget ul#bookmark-list.editing li.bookmark-item .bookmark-text {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

#bookmarks-widget .bookmark-item.row-fluid {
    cursor: pointer;
    min-height: 0;
    padding: 3px 0;
}

#bookmarks-widget .bookmark-column, #bookmarks-widget .delete-column, #bookmarks-widget .move-column {
    min-height: 0;
}
a.bookmark-link:hover {
    text-decoration: none;
}
.bookmark-link .popover {
    max-width: 350px;
    width: 330px;
}
.bookmark-text.editable {
    text-decoration: none;
    border-bottom: 1px dashed #006699;
    color: #006699;
    cursor: text;
}
.input-bookmark-title {
    width: 120px;
}

i.bookmark-icon {
    color: #EEE;
    margin-right: 2px;
    font-size: 1.4em;
}

/*  End bookmarks */

.cornerarrow {
	width: 8px;
	height: 16px;
	position: absolute;
	left: -8px;
	top: 14px;
}

.icon-link {
	background-image: url("../img/icon-link.png")!important;
	background-position: 0;
	background-size: 12px;
	width: 14px;
	height: 14px;
}

.ui-dialog.fixed {
	position: fixed;
	top: 50px!important;
}

.clear_both {
    clear: both;
}

/* Start Secure File */
#resource_drop_overlay {
    padding: 25px;
    margin: 10px 0;
    min-height: 150px;
    background-color: #F5F5F5;
    color: #666666;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.resource-upload-div,
.resource-upload-input-div {
    text-align: center;
}

#resource-success-msg {
    color: #1cb4c2;
    font-size: 18px;
    padding-top: 60px;
    text-align: center;
    line-height: 24px;
}
#resource-success-text {
    color: #666;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.resource-upload-text {
    color: #666;
    font-size: 16px;
    text-align: center;
    width: 50%;
    margin: 0 auto 20px auto;
}
.resource-upload-div {
    margin-top:45px;
    text-align: center;
    width: 100%;
}
.resource_loading {
    text-align: center;
    margin-top: 150px;
}
.resource-upload-div {
    margin-top:45px;
    text-align: center;
    width: 100%;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* End Secure File */

/*=================================================================================================*/
/*  HERO UNIT                                                                                      */
/*=================================================================================================*/
div.hero-unit.tight {
    padding: 24px;
    margin-bottom: 10px;
}

div.hero-unit.tight h1 {
    font-size: 33px;
    margin-bottom: 20px;
}

div.hero-unit.tight p {
    margin-bottom: 20px;
}

/*=================================================================================================*/
/*  TWITTER WIDGET                                                                                 */
/*=================================================================================================*/
.twitter-widget-container .list-group-item {
    padding: 23px 20px;
    color: #2b2e32;
    list-style: none;
    line-height: 0;
    border-top: 1px solid #edf1f5;
    border-right: none;
    border-bottom: none;
    border-left: none;
    -webkit-transition: all .2s;
    transition:         all .2s;
}

.twitter-widget-container .list-group-item:first-child {
    border: none;
}

.twitter-widget-container .list-group-item:hover,
.twitter-widget-container a.list-group-item:hover,
.twitter-widget-container button.list-group-item:hover,
.twitter-widget-container a.list-group-item:focus,
.twitter-widget-container button.list-group-item:focus {
    background-color: #f9fcfe;
    text-decoration: none;
}

.twitter-widget-container a.list-group-item:hover .link-arrow,
.twitter-widget-container button.list-group-item:hover .link-arrow {
    color: #2b2e32;
}

.twitter-widget-container a.list-group-item:focus .link-arrow,
.twitter-widget-container button.list-group-item:focus .link-arrow {
    color: #9d1939;
}

.twitter-widget-container a.list-group-item:focus,
.twitter-widget-container button.list-group-item:focus {
    border-bottom: none;
    background-color: #f9fcfe;
}

.twitter-widget-container a.list-group-item:focus .title,
.twitter-widget-container a.list-group-item:focus .content-heading,
.twitter-widget-container a.list-group-item:focus p {
    color: #9d1939;
}

.twitter-widget-container .table {
    display: table;
    width: 100%;
    height: 0;
    margin: 0;
}

.twitter-widget-container .table-cell {
    display: table-cell;
    height: 100%;
    float: none;
    vertical-align: middle;
}

.twitter-widget-container .table-cell-lg {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.twitter-widget-container .panel-link {
    cursor: pointer;
    padding: 20px 0;
    border-top: 1px solid #edf1f5;
    -webkit-transition: all .2s;
    transition:         all .2s;
}

.twitter-widget-container .panel-link:first-child {
    border: none;
}

.twitter-widget-container .panel-link:hover {
    background-color: #f9fcfe;
}

.twitter-widget-container .panel-link a {
    display: inline-block;
}

.twitter-widget-container .panel-link:hover a {
    color: #9d1939;
}

.twitter-widget-container .panel-link a:focus {
    border: none;
    box-shadow: 0 2px 0 #9d1939;
}

.twitter-widget-container .circle {
    display: inline-block;
    position: relative;
    background-color: #f6f9fc;
    -webkit-border-radius: 100%;
    -moz-border-radius:    100%;
    border-radius:         100%;
    z-index: 2;
}

.twitter-widget-container .circle img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius:    100%;
    border-radius:         100%;
    object-fit: cover;
    vertical-align: initial;
}

.twitter-widget-container .circle-img-sm {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius:    20px;
    border-radius:         20px;
}

.twitter-widget-container .panel-content {
    max-height: 600px;
    overflow-y: scroll;
}

.twitter-widget-container .table-cell {
    vertical-align: top;
}

.twitter-widget-container .tweet-link {
    display: block;
}

.twitter-widget-container .tweet-user a {
    margin-bottom: 10px;
    font-weight: 600;
}

.twitter-widget-container .tweet-date {
    margin-top: 10px;
    color: #88909e;
}

.twitter-widget-container p {
    margin: 0;
    line-height: 20px;
}

#div-twitter-load-more a {
    display: block;
    padding: 10px 0;
    text-align: center;
}

#twitter-loading-spinner {
    text-align: center;
    height: 32px;
}

#twitter-no-more-tweets p {
    display: block;
    padding: 10px 0;
    text-align: center;
}

#tweets .panel-body {
    padding: 0;
}

#user-tabs .btn-primary {
    margin-top: 10px;
}

/*=================================================================================================*/
/*  ASSIGNMENTS                                                                                    */
/*=================================================================================================*/
#assignment-form .control-label {
    width: 140px;
    text-align: left;
}

#assignment-form #due_finish_text {
    width: 135px;
}

#assignment-form #viewable_start_text,
#assignment-form #viewable_finish_text {
    width: 120px;
    padding-top: 8px;
    padding-left: 5px;
}

#assignment-form .controls {
    margin-left: 140px;
}


/*=================================================================================================*/
/*  POPOVER - POST COLLAPSING SIDEBAR                                                              */
/*=================================================================================================*/

.popover {
    z-index: 9999 !important;
}

/*=================================================================================================*/
/*  FROM GRYPHON 1.14 - common.css                                                                 */
/*=================================================================================================*/

div#dashboard_ics_calendar_container
div.batch-download-button-wrapper {
    position: relative;
}

div.dashboard-slide-up {
    display: none;
    height: 320px;
    width: 660px;
    background: #FFF;
    z-index: 99;
    bottom: 18px;
    right: 6px;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

div#batch-download-files-selector {
    left: 3px;
    height: 200px;
    bottom: 50px;
}

div.dashboard-slide-up .panel-head {
    height: 25px;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

div.dashboard-slide-up .calendar-side-1 {
    width: 50px;
    float: left;
}

div.dashboard-slide-up .calendar-side-2 {
    width: 50px;
    float: left;
}

div.dashboard-slide-up .content,
div.dashboard-slide-up .content-calendar {
    position: relative;
    height: 100%;
    padding: 10px;
}

div#batch-download-button-wrapper .close-slider {
    bottom: 10px;
}

div#batch-download-button-wrapper {
    position: relative;
}

div.dashboard-slide-up .close-slider {
    position: absolute;
    bottom: 75px;
    right: 10px;
    display: none;
}

div.dashboard-slide-up .content-calendar #all-course {
    padding-bottom: 10px;
}

div.dashboard-slide-up .content-calendar #course-selector {
    display: none;
    padding-bottom: 5px;
}

div.dashboard-slide-up .content-calendar #calendar-download,
div.dashboard-slide-up .content-calendar #calendar-download,
div.dashboard-slide-up .content-calendar #subscribe-download .btn[data-type='download'] {
    display: none;
}

div.dashboard-slide-up .content-calendar #subscribe-download {
    padding-bottom: 10px;
}

div.dashboard-slide-up .content-calendar #course-quick-select {
    margin-bottom: 5px;
    width: 100%;
}

div.dashboard-slide-up .content-calendar .cornerarrow {
    bottom: 52px;
    right: 35px;
    left: initial;
    top: initial;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#curriculum_periods tr td{
    padding: 6px;
}

#contact_list img.list-cancel-image {
    position: absolute;
}

#course-contacts-section #faculty_list img.list-cancel-image {
    position: relative;
}

#course-contacts-section i.edit-course-contact {
    float: right;
    margin: 1px 5px 0 0;
    font-size: 1.3em;
    position: relative;
    cursor: pointer;
}

#course-contacts-section i.edit-course-contact.edited {
    color: #00A000;
}

#course_contacts_titles #course_contacts_title_input {
    width: 75%;
}

#eventToolTip ul.menu li, #eventToolTip ul.menu li.off {
    padding-left: 1px;
}

#eventToolTip span.tool_tip_audience{
    padding-left: 5px;
}

#assessment-statistics-section a.post_link {
    margin-right: 5px;
}

.event-audience-options {
    display: block;
}

select.mini {
    height: auto;
    line-height: 14px;
}

.dashboard-notices .new-notice {
    padding: 0;
}

.dashboard-notices {
    color: #6b4f1f;
    max-height: 300px;
    overflow: auto;
    margin-bottom: 5px;
    padding-right: 14px !important;
}
div.no-dashboard-notices .previous-notices {
    margin-top: 0px;
}
.dashboard-notices .span4 .previous-notices {
    margin-top: 5px;
}
.dashboard-notices .new-notice label {
    margin: 0px 0px 1px 0px;
}
.dashboard-notices .new-notice .space-left {
    margin-left: 20px;
}

.dashboard-notices.alert ul {
    list-style: circle;
}

/** remvoes rss from dashboard **/
div.rss-add {
    display: none;
}

#dashboard-syndicated-content {
    display: none;
}

div.no-dashboard-notices div:first-child h2 {
    width: 230px;
    margin-top: 5px;
    float: left;
}

div.no-dashboard-notices div:first-child span {
    width: 200px;
    float: left;
    margin-left: 7px;
    margin-top: 6px;
}

div.no-dashboard-notices div:first-child a {
    width: 150px;
    float: right;
    margin-right: 5px;
    margin-bottom: 5px;
}

/** Email Module **/
.hidden-email {
    display: none !important;
}

#email_subject_field {
    margin: 0px 2px 0px 2px;
    width: 98%;
}
#email_compose_message_field {
    margin: 0px 2px 10px 2px;
    width: 650px;
    height: 300px;
}

#saveSig {
    margin: 5px 0px 5px 0px;
}

#email-search{
}

#email-search .input-append{
    width: 100%;
}
#email-search #search-email-input {
    width: 85%;
}
#to-contanier h2 {
    margin-top: 1px;
    margin-left: 5px;
    line-height: 30px;
    font-size: 16px;
}
#to-contanier .filter-results {
    margin: 5px;
}
#to-contanier #search-email-filters-btn {
    margin: 5px;
    width: 90%;
}
#search-email-filters {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
}
#search-email-filters .btn-group{
    margin: 5px 0px;
}
#search-email-filters #email-course-select {
    margin: 5px 0px;
    width: 100%;
}

#email-attachment .bootstrap-filestyle .input-large {
    margin-bottom: 0px;
}

#email-attachment {
    margin-bottom: 10px;
}
#email-search-results, #email-audience{
    max-height: 400px;
    overflow: auto;
}
#email-search-results table, #email-audience table {
    width: 100%;
}
#email-search-results tr, #email-audience tr {
    cursor: pointer;
}
#email-search-results td, #email-search-results th, #email-audience td, #email-audience th{
    padding: 5px;
}

#search-details-container {
    position: relative;
}
#search-details-results {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    bottom: 18px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    position: absolute;
    padding: 10px;
    margin: 5px 5px 10px 5px;
    left: 40px;
    width: 550px;
    min-height: 140px;
    max-height: 500px;
    overflow-y: auto;
    z-index: 99;
}
#search-details-results td {
    padding: 5px;
}
/** Email Module End **/

/** Course Attendance Module **/

.attendance-date label{
    padding: 5px 10px 0px 10px;
}

.attendance-select.row-fluid {
    margin-top: 5px;
    margin-bottom: 5px;
}
#attendance-report #week_select, #attendance-report #report, #report-notice, .ColVis, #export_all {
    display: none;
}
#report-notice {
    padding: 10px;
    margin: 2px;
}
#course_select {
    margin-bottom: 10px;
}

/* Course Attendance Module End */

/* Duty Hour Drafts */

#duty-hour-rule .row-fluid,
#duty-hour-email .row-fluid {
    margin: 10px;
}


#duty-hour-rule .row-fluid .row-fluid,
#duty-hour-email .row-fluid .row-fluid {
    margin: 3px;
}

/* End Duty Hour Drafts */


/* Learning Events Drafts */
#copy-course-events .new_start_day .ui-datepicker-calendar tbody tr:hover td a {background: url("images/ui-bg_flat_55_fbec88_40x100.png") repeat-x scroll 50% 50% #FBEC88;border: 1px solid #FAD42E;color: #363636;}

#copy-course-events #selectedCourses {
    display: none;
}
#copy-course-events .selectedCourse {
    width: 141px;
    padding: 5px;
    margin-right: 30px;
    margin-left: 150px;
    text-align: right;
}
#copy-course-events .destinationCourse{
    padding-left: 5px;
    width: 200px;
}

#copy-course-events .destinationCourse .chosen-select{
    width: 335px;
}

#copy-course-events #destinationCourses_chzn {
    width: 499px!important;
}

#copy-course-events .copyCouresRow .courseCopyIcon{
    padding-left: 5px;
    width: 20px;
}

#copy-course-events .removeCouresBtn button {
    width: 65px;
    margin-left: 5px;
    margin-right: 5px;
}
#copy-course-events .btn-course-copy{
    margin: 3px;
    padding: 3px 10px;
}
/** end learning events drafts **/

.pull-left #preferences-menu-btn {
    margin-left: 10px;
    display: none;
}

.row-fluid .c-pref-opened {
    margin-top: 10px;
}
.row-fluid .c-pref-collapsed {
    display: none;
}

#c-pref-menu h3{
    margin: 5px;
    line-height: 30px;
}
#c-pref-menu h2 {
    margin: 5px;
    font-size: 16px;
    line-height: 40px;
}

#c-pref-menu.well {
    margin-bottom: 0px;
    padding-top: 10px;
}
#c-pref-course-list {
    height: 250px;
    overflow: auto;
    margin: 10px;
}

#c-pref-menu .btn-on {
    margin: 2px;
}

.tableList .group_type {
    width: 120px;
    text-align: center;
}

.tableList .group_member {
    width: 100px;
    text-align: center;
}
.tableList .group_actions {
    width: 50px;
    text-align: center;
}

div.filter-options-asc-desc {
    margin-top: 5px;
}

#modal-delete-reminder {
    max-height: 215px;
}

#modal-delete-reminder .modal-body {
    height: 55px;
    overflow: hidden;
}

.icon-progress {
    background: url("../images/loading.gif");
    background-size: 14px;
}

#batch-download-files.modal {
    width: 80%;
    margin-left: -40%;
    min-height: 400px;
    max-height: 80%;
}

#batch-download-files.modal .modal-body {
    max-height: 450px;
}

#batch-download-files .file-size {
    padding:5px;
}

#batch-download-files #batch-toggle {
    display: inline-block;
    margin : 0;
}
#batch-download-files .download-header {
    display: inline-block;
    padding-left: 5px;
}

div.remove-attached-assessment-exam-div,
div.attached-assessment-exam-div {
    vertical-align: top;
    display: inline-block;
}

/* Gives a small loading spinner to text fields */
input[type="text"].loading {
    background-image: url('../images/loading_small.gif');
    background-position: 98% center;
    background-repeat: no-repeat;
}

.dataTables_wrapper select[size] {
    height: 30px;
}

#frontpage_resource_form .resource-type-description {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: -3px;
}

.event-resource-upload-text {
    color: #666;
    font-size: 16px;
    text-align: center;
    width: 50%;
    margin: 0 auto 20px auto;
}

.event-resource-upload-div {
    margin-top:45px;
    text-align: center;
    width: 100%;
}

#event-resource-modal .modal-body {
    min-height: 380px !important;
}

#event-resources-container ul.timeframe#exam_timeframe {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#event-resources-section {
    width: 96%;
}

.event-resource-access-label.exam-post-stats {
    cursor: pointer;
}

#event-resources-container a.resource-link {
    cursor: pointer;
}

.throbber {
    height:32px !important;
}

.fixed-tab-height {
    height: 410px;
}

.tasks-tabs {
    height: 450px;
}

/* Display switchers */
#display-style li.active span {
    font-weight: bold;
}

#display-style li[class*="active"] > a > span {
    border: 0;
    margin-left: 10px;
}

#display-style li[class*="active"] > a:hover > span {
    color: #f02c56;
}

#display-style li span {
    margin-left: 10px;
}

#display-style li i {
    vertical-align: middle;
}

#sidebar {
    background-color: rgba(236, 240, 243, 0.5);
    transition: .25s ease;
}

.grid-sidebar > #sidebar {
    max-width: 360px;
}

.grid-no-sidebar > #sidebar {
    max-width: 60px;
}

#dashboard-calendar-course-filter {
    margin-top: 7px;
}

div#dashboard-calendar-course-filter #db-calendar-menu {
    display: none;
    overflow: auto;
    height: 300px;
    padding: 10px;
    width: calc(100% - 20px);
}

div#dashboard-calendar-course-filter #db-calendar-menu .db-menu-item {
    cursor: pointer;
    color: #006699;
}

div#dashboard-calendar-course-filter #db-calendar-menu .db-menu-item:hover {
    color: #CC0033
}

div#dashboard-calendar-course-filter .db-icons {
    padding: 8px 12px;
    margin: 2px;
    cursor: pointer;
    border: 1px solid #d9dee2;
    font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
}

div#dashboard-calendar-course-filter .db-icons::after {
    transition: .2s ease;
}

div#dashboard-calendar-course-filter .db-icons:hover,
div#dashboard-calendar-course-filter .db-icons:focus {
    background-color: #d9dee2;
}

div#dashboard-calendar-course-filter .db-icons::after {
    font-family: "FontAwesome";
    content: "\f078";
    margin-left: 5px;
    display: inline-block;
}

#dashboard-calendar-course-filter.db-cal-parent-opened > .db-icons::after {
    transform: rotate(-180deg) translateY(-2px);
}

/*EXAM*/

#control-bar #control-bar-buttons button:first-child {
    border: none;
}
