/* Global */
body {
  padding-top: 51px;
  background-color: #f8f8f8;
  /*font-family: Lato;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;*/
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: Raleway;
  font-weight: 300;
  color: #333;*/
}
.btn-xl, .btn-group-xl>.btn {
  padding: 16px 20px;
  font-size: 26px;
  line-height: 1.33;
  border-radius: 12px;
}
/*a {
  color: #999;
}
a:hover {
  color: #f28b00;
}*/
/* Generic classes */
.orange {
  color: #f28b00;
}
.green {
  color: #16a085;
}
.blue {
  color: #2980b9;
}
.purple {
  color: #8e44ad;
}
.yellow {
  color: #f39c12;
}
.red {
  color: #e74c3c;
}
.navy {
  color: #34495e;
}
/* Learning Object Colors */
.lo-lecture-font {
  color: #16a085;
}
.lo-lecture-bg {
  background-color: #16a085;
  color: #fff;
}
.lo-intexe-font {
  color: #8e44ad;
}
.lo-intexe-bg {
  background-color: #8e44ad;
  color: #fff;
}
.lo-resource-font {
  color: #e74c3c;
}
.lo-resource-bg {
  background-color: #e74c3c;
  color: #fff;
}
.lo-assignment-font {
  color: #34495e;
}
.lo-assignment-bg {
  background-color: #34495e;
  color: #fff;
}
.lo-reading-font {
  color: #44bbff;
}
.lo-reading-bg {
  background-color: #44bbff;
  color: #fff;
}
.lo-assessment-font {
  color: #f4b400;
}
.lo-assessment-bg {
  background-color: #f4b400;
  color: #fff;
}
.lo-discussion-font {
    color: #2980b9;
}
.lo-discussion-bg {
    background-color: #2980b9;
    color: #fff;
}
/* Form */
.required:after { 
  content: ' *';
}
/* Main content wrappers */
#container {
  background-color: #fff;
  padding-bottom: 100px;
}
.main-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Header */
.navbar-inverse {
  background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0);
  border-top: 1px solid #595959;
  border-bottom: 1px solid #000;
}
/* Footer */
footer {
  color: #777;
  background-color: #f8f8f8;
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.cynosport-logo {
  width: 70px;
}
/* Page header */
.pg-header {
  margin-bottom: 25px;
}
.pg-header h2 {
  margin: 0;
}
/* Authentication Pages */
.user-auth {
  max-width: 400px;
  margin: 0 auto;
}
.login {
  padding: 20px 0 35px;
}
.login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.login input[type="password"] {
  margin-bottom: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login .checkbox {
  margin-bottom: 15px;
  font-weight: normal;
}
.login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.login .form-control:focus {
  z-index: 2;
}
/* Sub Nav Bar */
.subnavbar {
  height: 80px;
  background-image: linear-gradient(to bottom, #414141 0%, #323232 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff414141', endColorstr='#ff323232', GradientType=0);
  border-bottom: 1px solid #000;
  color: #ccc;
  width: 100%;
  z-index: 900;
  position: fixed;
  top: 52px;
}
.subnavbar div.labels h3 {
  margin-top: 10px;
}
.sub-buttons {
  height: 80px;
  padding: 0;
  margin: 0;
  border-left: 1px solid #292929;
  border-right: 1px solid #4A4A4A;
}
.sub-buttons li {
  float: left;
  width: 90px;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
  border-left: 1px solid #4A4A4A;
  border-right: 1px solid #292929;
}
.sub-buttons li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  color: #999;
}
.sub-buttons li a:hover {
  color: #ccc;
}
.sub-buttons li a i.fa {
  font-size: 26px;
  padding: 15px 0 5px;
}
.sub-buttons li.active {
  background: #333;
}
.sub-buttons li.active a {
  color: #f28b00;
}
/* Sessions Dropdown */
.sessions-dropdown h4 {
  cursor: pointer;
}
.sessions-dropdown h4:hover {
  color: #fff;
}
.sessions-dropdown .dropdown-menu {
  min-width: 350px;
  font-size: 18px;
}
/* Breadcrumb */
.breadcrumb {
  font-size: 18px;
}
.breadcrumb a {
  color: #555;
}
.breadcrumb>.active {
  color: #999;
}
/* Panels */
.panel-dashboard {
  border-color: #e74c3c;
}
.panel-dashboard>.panel-heading {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.course-graphs>.tab-pane {
  margin-top: 25px;
}
.course-graphs .graph-wrapper {
  height: 300px;
}
/* Forms */
.multi-check-radio {
  height: 213px;
  overflow: scroll;
  background: #f5f5f5;
  padding: 0 10px;
}
/* Quick Link */
.quick-link {
  text-align: center;
  width: 96px;
  height: 96px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 5px 1em;
  vertical-align: top;
  text-decoration: none;
  background: #F3F3F3;
  color: #555;
  border: 1px solid #ddd;
}
.quick-link:hover {
  text-decoration: none;
  color: #f28b00;
}
.quick-link span {
  font-size: 12px;
  font-weight: 300;
}
.quick-link .fa {
  width: 100%;
  font-size: 28px;
}
/* Side menu */
.nav-pills.side-menu > li.active > a, .nav-pills.side-menu > li.active > a:hover, .nav-pills.side-menu > li.active > a:focus {
  color: #f28b00;
  background-color: #eee;
}
.side-menu > li > a {
  color: #999;
}
.side-menu > li > a:hover {
  color: #f28b00;
}
/* Values tables */
.table-values tr:first-child td {
  border-top: none;
}
.table-values tr td:first-child {
  font-weight: bold;
}
.td-actions-right {
  text-align: right;
}
.td-actions-2 {
  width: 60px;
}
.td-actions-3 {
    width: 80px;
}
/* Learning Object Tray */
.lo-tray {
  /*min-height: 500px;*/
  /*max-height: 1000px;*/
  /*overflow: scroll;*/
}
.lo-list {
  margin: 10px 0;
  padding: 0px;
  list-style: none;
}
.lo-list>li {
  margin: 10px 0px;
  padding: 10px;
  background: #F3F3F3;
  color: #555;
  border: 1px solid #ddd;
}
.lo-list>li>i {
  font-style: normal;
  margin: 0 5px;
}
.lo-list>li.assessment>i:before {
  color: #f4b400;
  font-family:'FontAwesome';
  content:"\f046";
}
.lo-list>li.assignment>i:before {
  color: #34495e;
  font-family:'FontAwesome';
  content:"\f01c";
}
.lo-list>li.intexe>i:before {
  color: #8e44ad;
  font-family:'FontAwesome';
  content:"\f0a6";
}
.lo-list>li.lecture>i:before {
  color: #16a085;
  font-family:'FontAwesome';
  content:"\f108";
}
.lo-list>li.reading>i:before {
  color: #44bbff;
  font-family:'FontAwesome';
  content:"\f0f6";
}
.lo-list>li.resource>i:before {
  color: #e74c3c;
  font-family:'FontAwesome';
  content:"\f0c6";
}
.lo-list>li.discussion>i:before {
    color: #2980b9;
    font-family:'FontAwesome';
    content:"\f086";
}
.lo-new-btns {
  margin: 10px 0;
}
.lo-new-btns li {
  font-size: 54px;
  width: 84px;
  text-align: center;
}
.dropzone {
  width: 100%;
  color: #ccc;
  border: 4px dashed #ccc;
  font-size: 34px;
  text-align: center;
  padding: 50px 15px;
}
.dropzone-over {
  color: #fff;
  border-color: #fff;
  background-color: #ccc;
}
.dropped-files {
  width: 100%;
  font-size: 30px;
  text-align: center;
  padding: 15px;
}
.dropped-files>p>a {
  /*font-family: FontAwesome;
  content:"\f00d  ";*/
  color: #d9534f;
}
/* Timeline */
#tl-modules {
  padding: 0;
  margin: 0;
}
#tl-modules li {
  list-style: none;
}
#tl-modules>li {
  width: 100%;
  min-height: 150px;
  padding: 0px 20px 10px 20px;
  margin-bottom: 15px;
  background-color: #F3F3F3;
  float: left;
  border: 1px solid #ddd;
}
#tl-modules>li.placeholder {
  border: dashed 2px #ddd;
  background-color: #fff;
}
#tl-modules>li>h4>.drag-handle {
  cursor: move;
}
#tl-modules>li>h4>.drag-handle:before {
  cursor: move;
  font-family: FontAwesome;
  content:"\f07d  ";
}
.module-btns {
  float: right;
  display: inline-table;
}
.module-btns a {
  font-size: 14px;
  color: #777;
  margin: 0 2px;
  padding: 3px 5px;
  border: 1px solid #777;
  border-radius: 3px;
}
.module-btns a:hover {
  color: #333;
  border-color: #333;
}
.tl-objects-wrap {
  width: 100%;
  overflow: auto;
  background: transparent url("../img/timeline-bg.gif") repeat-x left center;
}
.tl-objects {
  padding: 0;
  height: 270px;
  white-space: nowrap;
}
.tl-objects>li {
  margin: 15px 10px;
  text-align: center;
  color: rgba(255,255,255,0.7);
  display: inline-block;
  white-space: normal;
}
.tl-objects>li:first-child {
  margin-left: 0;
}
.tl-objects>li:last-child {
  margin-right: 0;
}
.tl-objects>li a {
  text-decoration: none;
  color: rgba(255,255,255,0.7);
}
.tl-objects>li>.icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto -40px;
  border: 3px solid rgba(255,255,255,0.3);
  border-radius: 100%;
  line-height: 72px;
  font-size: 42px;
  cursor: move;
}
.tl-objects>li>.icon:hover {
  color: #fff;
}
.tl-objects>li>.content {
  width: 150px;
  height: 160px;
  padding: 50px 5px 10px;
  color: #fff;
}
.tl-objects>li>.footer {
  padding: 5px;
  height: 34px;
}
.tl-objects>li>.footer a {
  padding: 3px 5px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 3px;
}
.tl-objects>li>.footer a:hover {
  color: #fff;
  border-color: #fff;
}
/* Assessment */
.tl-objects>li.assessment>.icon, .tl-objects>li.assessment>.content, .tl-objects>li.assessment>.footer {
    background-color: #f4b400;
}
.tl-objects>li.assessment>.icon:before {
    font-family:'FontAwesome';
    content:"\f046";
}
/* Assignment */
.tl-objects>li.assignment>.icon, .tl-objects>li.assignment>.content, .tl-objects>li.assignment>.footer {
    background-color: #34495e;
}
.tl-objects>li.assignment>.icon:before {
    font-family:'FontAwesome';
    content:"\f01c";
}
/* Discussion */
.tl-objects>li.discussion>.icon, .tl-objects>li.discussion>.content, .tl-objects>li.discussion>.footer {
    background-color: #2980b9;
}
.tl-objects>li.discussion>.icon:before {
    font-family:'FontAwesome';
    content:"\f086";
}
/* Interactive Exercise */
.tl-objects>li.intexe>.icon, .tl-objects>li.intexe>.content, .tl-objects>li.intexe>.footer {
    background-color: #8e44ad;
}
.tl-objects>li.intexe>.icon:before {
    font-family:'FontAwesome';
    content:"\f0a6";
}
/* Lecture */
.tl-objects>li.lecture>.icon, .tl-objects>li.lecture>.content, .tl-objects>li.lecture>.footer {
  background-color: #16a085;
}
.tl-objects>li.lecture>.icon:before {
  font-family:'FontAwesome';
  content:"\f108";
}
/* Reading */
.tl-objects>li.reading>.icon, .tl-objects>li.reading>.content, .tl-objects>li.reading>.footer {
    background-color: #44bbff;
}
.tl-objects>li.reading>.icon:before {
    font-family:'FontAwesome';
    content:"\f0f6";
}
/* Resource */
.tl-objects>li.resource>.icon, .tl-objects>li.resource>.content, .tl-objects>li.resource>.footer {
  background-color: #e74c3c;
}
.tl-objects>li.resource>.icon:before {
  font-family:'FontAwesome';
  content:"\f0c6";
}
/* Sorting */
a.asc:before {
  font-family:'FontAwesome';
  content:"\f0dd  ";
}
a.desc:before {
  font-family:'FontAwesome';
  content:"\f0de  ";
}
/* LO Types */
#lo-type-selectors>.link {
  color: #f39c12;
}
#lo-type-selectors>.file {
  color: #2980b9;
}
#lo-type-selectors>.video {
  color: #16a085;
}
#lo-type-selectors>.audio {
  color: #34495e;
}
#lo-type-selectors>.html_bundle {
  color: #ec6231;
}
#lo-type-selectors>.youtube {
  color: #c4302b;
}
#lo-type-selectors>.vimeo {
  color: #44bbff;
}
#lo-type-selectors>.hangout {
  color: #dd4b39;
}
.new-lo-form-footer {
  margin-top: 15px;
  padding: 20px 0;
  text-align: right;
}
/* Design Page */
#design .thumbnail {
  border-width: 5px;
}
#design .thumbnail.active {
  border-color: #428bca;
}
/* Publish Page */
#publish {
  max-width: 600px;
  margin: 0 auto;
}
.pub-btn {
  margin: 20px 0;
}

.dropdown-menu {
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}

a.dropdown-toggle {
    position: relative;
}

a.dropdown-toggle::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -2px;
    right: 7px;
    display: none;
}
a.dropdown-toggle::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -2px;
    right: 8px;
    z-index: 1001;
    display: none;
}

.open > a.dropdown-toggle::before,
.open > a.dropdown-toggle::after {
    display: block;
}
