﻿/* Main Stylesheet */
/* Import Bootstrap styles and Responsive styles */
@import url('bootstrap.css');
@import url('bootstrap-responsive.css');

/* Add top padding for navbar-top-fixed */
body {
  padding-top: 60px;
  padding-bottom: 40px;
  }
/* Remove top padding when top navbar goes static in narrow viewports */
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}

body {
    font-size: 0.75em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #FFF;
}

header, footer, nav, section {
    display: block;
}

h1 
{
    font-size: 22px;
    color:#333;
    font-weight:bold;
}

.datatables_align
{
    text-align: center;
}    

td.center, th.center
{
    text-align: center;
}

#alertDiv
{
    top:0px;
    width: 100%;    
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

.mandatory
{
    color: #F00;
    font-weight: bold;
}

.titleCase
{
    text-transform:capitalize;
}

.upperCase
{
    text-transform:uppercase;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

#resultCount
{
    color: #00F;
    font-size: 11px;
}

.errMessage
{
    color: #F00;
    margin-bottom: 5px;
}

.errStack
{
    color: #AAA;
    font-size: 12px;
}

#topBar
{  
    margin-top: -20px;
    margin-bottom:20px;
    position:relative;
    background: url('images/templateLMSflipped.png') left top no-repeat;
    width: 100%;
    height: 66px;
}

#xmModal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  margin: 0;
  width: 100%;
  height: 98%;
}
#xmModalBody {
  min-height: 80%;
  width: 100%;
}
#xmModal .modal.fade.in {
  top: 0;
}

.curQtn
{
    background-color: #006dcc;
    color: #ffffff;
}

.answeredQtn
{
    background-color: #FFFF00;
    color: #000000;
}

.correctQtn, .correctAnswer
{
    background-color: #99cc00;   
    color: #000000;
}

.incorrectQtn, .incorrectAnswer
{
    background-color: Red; 
    color: #FFFFFF;  
}

.superscript
{
    color: #0088cc;
    font-size: 10px;
    vertical-align: super;
}

.social_time
{
    color: #777;
    font-size: 10px;
}

.row
{
    background-color: #EEE;
    border: 1px solid #CCC;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.entryStamp
{
    font-size: 10px;
    color: #777;
}

.latestBlogItem
{
    border-bottom: 0px solid #CCC;
    width: 100%;
    display:block;
    float: left;
    padding: 5px;
    margin-right: 5px;
}

.statusItem
{
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    width: 100%;
    display:block;
    background: #F5F5F5;
    margin-bottom: 10px;
}

.statusItem:hover
{
    background: #bcf;
}

.commentItem
{
    border-bottom: 1px solid #DDD;
    width: 100%;
    display:block;
    margin-bottom: 5px;
}

.cursor
{
    cursor: hand; cursor: pointer;
}

.dashboardFriendsItem
{
    width: 40px;
    float:left;
}

.dashboardGroupsItem
{
    cursor: hand; cursor: pointer;
}

.dashboardGroupsItem:hover
{
    background: #bcf;
    color: #333;
}

.rotate90
{
    /*
    text-align: center;
	vertical-align: middle;
	width: 20px;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 10px;
	white-space: nowrap;
    writing-mode:tb-rl;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform:    rotate(-90deg); 
    -ms-transform:     rotate(-90deg); 
    -o-transform:      rotate(-90deg); 
*/
}

/*------------------------------------------------------------------
[6. Widget / .widget]
*/

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	height: 40px;
	line-height: 40px;
	
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	
	
	border: 1px solid #D5D5D5;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #555;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #555;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;
	
	background: #FFF;
	
	
	border: 1px solid #D5D5D5;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
	
	border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}


/* Widget Plain */

.widget-plain {
	
	background: transparent;
	
	border: none;
}

.widget-plain .widget-content {
	padding: 0;
	
	background: transparent;
	
	border: none;
}


/* Widget Box */

.widget-box {	
	
}

.widget-box .widget-content {	
	background: #E3E3E3;	
	background: #FFF;
}