.btn-info, .btn-info.disabled {
    background: #000080;
    border: 1px solid #000080;
}

.navbar-header {
    background: #FFFFFF;
	/*border-bottom: 1px solid #000000;*/
    box-shadow: 0px 0px 4px rgba(0,0,0,0.25);
}

.navbar-top-links > li > a {
    color: #000000;
}

.bg-title {
    background: #515151; 
}	
.bg-title h4 {
   color: #FFFFFF;
}	
	
#side-menu > li > a.active {
    border-left: 3px solid #3e4d6c;
}

#side-menu ul > li > a:hover, #side-menu > li > a.active i {
    color: #3e4d6c;
}

.white-box {
    padding: 10px;
    margin-bottom: 0px;
}

.white-box .box-title {
	margin: 0px;
}
.courseBar {cursor: pointer;}
.courseBar_group {cursor: pointer;}


.bg-info {
    background-color: #655f5f !important;
}

.btn-danger.btn-outline {
    color: #f75b36;
    background-color: #FFFFFF;
}

.btn-success.btn-outline {
    color: #00c292;
    background-color: #FFFFFF;
}

.modal-dialog {
   position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px; 
}



/*PDF*/ 
.modal-dialog-pdf {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content-pdf {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
 
.embed-responsive-16by9 {
	padding-bottom: 65%;
} 

/*
.panel-default .panel-heading, .panel-white .panel-heading {
    background-color: #3e4d6c;
}	 
*/

.bg-title .breadcrumb a {
    color: #FFFFFF !important;
}

.bg-title .breadcrumb a:hover {
    color: #f75b36 !important;
}

.text-muted {
    color: #000000;
}

.modal-header { 
	background-color: #650000; 
}

.modal-title{
	color: #FFFFFF !important;
}

.close{
    color: #FFFFFF !important;
	opacity: .75;
}	

.close:focus, .close:hover {
    color: #FFFFFF;
}	

.box-title-student{
	padding: 2px !important;
	font-size: 18px;
	
}
.btn-header{
	margin-top:10px;
}

.breadcrumb{
	font-size: 14px; 
}

.bg-title .breadcrumb {
    margin-top: 16px;
} 

/******/
tbody {
    color: #000; 
    font-weight: 300;
}
  
body {
    font-family: Rubik,sans-serif;
    color: #000;
    /*font-weight: 500;*/
}
#side-menu li a {
    color: #000000; 
	font-weight: 300;
}

th {
    color: #000000;
    font-weight: 500;
}

#side-menu ul > li > a:hover, #side-menu > li > a.active i {
    color: #3e4d6c;
	font-weight: 500;
}
a {
    color: #337ab7;
    text-decoration: none;
	font-weight: 500;
}

.css-bar::after, .css-bar > img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-weight: light;
    color: #000000;
}

.css-bar::after {
    content: attr(data-label);
    background-color: #e0d9d9;
    z-index: 101;
}

.box-title-student {
    padding: 2px !important;
    font-size: 18px;
	font-weight: 500;
}
/******/

.groupHeader_subText{
	font-size:10px;
	color: white;
}

.carousel-indicators li {
	background-color: black;
}

.carousel-indicators .active {
	background-color: blue;
}

.welcome-title{
	color: white;
}

.onboard-active{
	color:green;
}

.modal-lg {
	width: 700px;
}  

.modal-dialog-70{
    min-width: 70%;
}

.modal-body-accordion{
	background-color: #f6f6f6;
}

.accordion-icon{
	font-size: 18px !important;
	margin-right: 10px;
	background-color: #ededed;
	padding: 6px;
	border-radius: 41px;
	height: 39px;
	width: 25px;
}

.vtabs {
    width: 100%;
}

#double li {
    width: 50%;
}

#double li {
    line-height: 2.5em;
    /*border-bottom: 1px solid #ccc;*/
    float: left;
    display: inline;
}