/* @import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script); 
*/
@import url(google-fonts/Kaushan_Script.css);
@import url(google-fonts/Source_Sans_Pro.css);

body > div.wrapper.row-offcanvas.row-offcanvas-left > header > a.hidden-xs.logo,
body > header > a.hidden-xs.logo {
  font-family: 'Kaushan Script', cursive !important;
  font-weight: 500;
}
body > .main-header .logo .icon {
  margin-right: 10px;
}

.btn-back, .btn-back:hover {
  background: none repeat scroll 0 0 rgb(68, 68, 68);
  color: #FFF;
}

/* Dashboard Event(calendar) Legend css Dt. 02-01-2025 */

/* basic positioning */
.legend { list-style: none; }
.legend li { float: left; margin-right: 10px; }
.legend span { border: 1px solid #ccc; float: left; width: 12px; height: 12px; margin: 2px; }
/* your colors */
.legend .holiday { background-color: #00A65A; }
.legend .importantnotice { background-color: #00C0EF; }
.legend .meeting { background-color: #F39C12; }
.legend .messages { background-color: #074979; }

/* notification count on course tab main dashboard */
.notification-container {
    position: relative;
    margin-right: 35px;
    i {
        color: #fff;
    }
}
.notification-counter {   
    position: absolute;
    top: -5px;
    left: 8px;
    background-color: #00C0EF;
    color: #fff;
    border-radius: 3px;
    font-size: 11px !important;
}

.quicks-link-box {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 15px;
    min-height: 90px;
    width: 100%;
    border: 1px solid #ddd;
    position:relative;
}
.quicks-link-box-content {
    margin-left: 90px;
    padding: 5px 10px;
}
.quicks-link-box-text {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.quicks-link-box-number {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.quicks-link-box-icon {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    font-size: 45px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    width: 90px;
}
.quicks-link-box-desc {
    color:#aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.quicks-link-box-bottom {
    position:absolute;
    bottom:2px;
    right:3px;
}
.msg-of-day {
    float:left;
    width:100%;
}
/*.breadcrumb {
	margin:0;
}*/
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  float: right;
  background-color: #f7f7f7;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.quicks-main-footer {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #eee;
    color: #444;
    padding: 15px;
    float:left;
    width:100%;
   
}
.quicks-page-header-1 {
   font-size:19px
}
.quicks-page-header-btn {
   padding-bottom:14px;
}

.notice-main {
    height: 55px;
    margin-bottom: 12px;
    padding: 3px;
    border-radius: 5px;
}

.notice-disp-date {
    float: left;
    font-size: 17px;
    height: 55px;
    position: relative;
    top: 12px;
    vertical-align: middle;
    width: 100px;
}
.notice-body {
    width: 100%;
}
.notice-title{
    display: block;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-desc {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quicks-img-disp {
	border: 5px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	height:135px;
	margin: 15px;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.quicks-form-bg {
	background-color: #F8F8F8;
}

body.modal-open {
    padding-right: 0px !important;
}
.navbar-nav > .module-menu > .dropdown-menu {
  margin: 0 !important;
  padding: 0 !important;
  top: 100%;
  width: 290px;
}
.navbar-nav > .module-menu > .dropdown-menu > li .menu {
  padding: 5px !important;
}
.navbar-nav > .module-menu > .dropdown-menu > li .menu li {
  list-style: none outside none;
  float: left;
  padding: 10px;
  text-align: center;
  width: 33%;
}
.navbar-nav > .module-menu > .dropdown-menu > li .menu > li > a:hover{ background: none; }
.navbar-nav > .module-menu > .dropdown-menu > li .menu > li > a > h4 {
  color: #444444;
  font-size: 15px;
  padding: 0;
  position: relative;
}

.navbar-nav > .module-menu .dropdown-menu .slimScrollDiv,
.navbar-nav > .module-menu .dropdown-menu .slimScrollDiv .menu {
  height: 280px !important;
}
/*
 * Component: Callout
 * ------------------
 */
.bs-callout {
  padding: 20px;
  margin: 0 0 20px 0 !important;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 4px;
  margin-left: 50px;
}
.bs-callout-xl {
  margin-left: 0px;
}
.bs-callout-lg {
  margin-left: 50px;
}
.bs-callout-md {
  margin-left: 100px;
}
.bs-callout-sm {
  margin-left: 150px;
}
.bs-callout-xs {
  margin-left: 200px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 4px;
}
.bs-callout+.bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-left-color: #777;
  background-color: #f7f7f9;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #428bca;
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
  background-color: #efffe8;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
  background-color: #fcf2f2;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
  background-color: #fefbed;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
  background-color: #f0f7fd;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
/* bg transparency and disabled effects for Bootstrap callout */ 
.bs-callout-default.transparent {
  background-color: rgb(247, 247, 249, 0.7); /*#f7f7f9*/
}
.bs-callout-success.transparent {
  background-color: rgb(239, 255, 232, 0.7); /*#efffe8*/
}
.bs-callout-warning.transparent {
  background-color: rgb(254, 251, 237, 0.7); /*#fefbed*/
}
.bs-callout-danger.transparent {
  background-color: rgb(252, 242, 242, 0.7); /*#fcf2f2*/
}
.bs-callout-info.transparent {
  background-color: rgb(240, 247, 253, 0.7); /*#f0f7fd*/
}
.bs-callout.disabled {
  opacity: 0.4;
}