/* 
********************************************
LAMS Learner Style
********************************************
 */
/* Variables */
/* Imports */
@import url('/lams/includes/font-awesome/css/font-awesome.min.css');
@import url('/lams/css/bootstrap.min.css');
@media (max-width: 500px) {
  .h1,
  .h2,
  .h3,
  .h4 {
    font-size: 14px;
  }
  * {
    font-size: 12px;
  }
  .panel-title {
    font-size: 14px;
  }
  .no-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 501px) {
  .no-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
}
/* Spacer classes */
.voffset2 {
  margin-top: 2px;
}
.voffset5 {
  margin-top: 5px;
}
.voffset10 {
  margin-top: 10px;
}
.roffset2 {
  margin-right: 2px;
}
.roffset5 {
  margin-right: 5px;
}
.roffset10 {
  margin-right: 10px;
}
.loffset2 {
  margin-left: 2px;
}
.loffset5 {
  margin-left: 5px;
}
.loffset10 {
  margin-left: 10px;
}
.loffset20 {
  margin-left: 20px;
}
/* Comments/Forum classes */
.msg .panel-heading {
  padding: 3px;
}
.msg {
  margin-bottom: 5px;
}
.msg .panel-title {
  font-weight: normal;
  font-size: 14px;
}
.msg-footer {
  display: block;
  font-size: 12px;
  float: right;
}
.msg-hr {
  margin-top: 5px;
  margin-bottom: 3px;
}
.msg .panel-footer {
  font-size: 11px;
}
.panel-heading-sm {
  padding: 3px 5px;
  font-size: smaller;
  font-weight: bold;
}
.panel-body-sm {
  padding: 3px 5px;
}
.panel-learner-page {
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
}
.panel-monitor-page {
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
}
.panel-learner-page-title,
.panel-admin-page-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7eaec;
  border-radius: 0px;
  border-image: none;
  border-style: solid solid none;
  border-width: 3px 0 0;
  color: inherit;
  min-height: 48px;
}
.panel-admin-page {
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.88);
  margin-top: 20px;
}
.panel-learner-title {
	color:#337ab7 !important;
}
.panel-admin-title {
	color:#337ab7 !important;
}
body.stripes {
  background: url('/lams/images/css/light-fabric.jpg');
}
.sbox {
  border-bottom: 2px solid rgba(221, 221, 221, 0.55);
  border-radius: 0px;
}
.sbox-body {
  padding: 5px;
}
.sbox-heading {
  padding: 3px 5px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.55);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.user {
  display: inline-block;
}
.user:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 3px;
  color: inherit;
  float: left;
}
.help-tabs{
  display: inline-block;
  margin-right: 10px;
}
.help-no-tabs{
  display: inline-block;
  margin-right: 10px;
}
.help {
  display: inline-block;
}
.help:before {
  content: "\f059";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 2px;
  color: inherit;
  float: right;
}
.na {
  display: inline-block;
}
.na:after {
  content: "\f0a9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: inherit;
  /*float: right;*/
}

/* Restrict the width of the up and down arrows so they do not grow wider when the screen is enlarged. td needs to be 5px wider than div. */
div.arrows{
	display:inline-block;
	width:30px;
	text-align: center;
}
td.arrows{
	width:35px;
	text-align: center;
}
/* Tabs are a cross between pills (colouring) and tab outlines. */
/* .nav-tabs > li.active > a{
	color:#fff !important;
	background-color:#337ab7 !important;
}
 */
.nav-tabs > li > a{
  border:1px solid #ddd
}
/* Icons to show panel is collapsed */
.collapsable-icon-right a:after {
    font-family: FontAwesome;
    content:"\f078";
    float: right;
    color: grey;
	margin-right: 5px;
}
.collapsable-icon-right a.collapsed:after {
    content:"\f054";
}
.collapsable-icon-left a:after {
    font-family: FontAwesome;
    content:"\f078";
    float: left;
    color: grey;
	margin-right: 5px;
}
.collapsable-icon-left a.collapsed:after {
    content:"\f054";
}

div.navbar-heading {
	padding:0;
}

nav.navbar-heading {
	border: 0; 
	margin: 0;
	color: inherit;
}

.navbar-heading .divider {
	height: 50px;
	margin-left: 5px;
	margin-right: 5px;
	border-left: 1px solid #dddddd;
}

.navbar-heading .in .divider {
	height: 1px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #dddddd;
}

.navbar-heading .in .navbar-text {
	padding-left: 15px;
}

.navbar-brand {
	color:#337ab7 !important;
}

/** CKEditor Inline */
.cke_textarea_inline {
  /* From bootstrap form-control */
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	border: 1px solid #c1c1c1;
  /* LAMS */
   min-height: 100px;
  -webkit-appearance: textfield;
}

.cke_textarea_inline:focus{
  /* From bootstrap form-control */
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.cke_reset_all {
	width: 70% !important;
}

/** Authoring */
/*layout of adding a topic button */
a.button-add-item:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-left: 5px;
  color: inherit;
}

.table-no-border>thead>tr>th, 
.table-no-border>tbody>tr>th, 
.table-no-border>tfoot>tr>th, 
.table-no-border>thead>tr>td, 
.table-no-border>tbody>tr>td, 
.table-no-border>tfoot>tr>td {
  border-top: none; 
}

.table-nonfluid {
   width: auto !important;
}