/* ==========================================================================
   DAVINCI HTML5 index page styles 
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #EEEEEE;
    text-shadow: none;
}

::selection {
    background: #EEEEEE;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1 {
    font-family: "Segoe UI", Helvetica, Helvetica Neue, Arial; 
    font-size: 22px;
	color: #016BC2; 
    font-family: Segoe UI, Helvetica, Helvetica Neue, Arial; 
    font-size: 22px;
    font-weight: normal;;
    font-style: normal;;
    color: #000000;
}

body {
    font-family: "Segoe UI", Helvetica, Helvetica Neue, Arial; 
    font-size: 14px;
    line-height: 1.4;
    font-family: Segoe UI, "Segoe UI", Helvetica, Helvetica Neue, Arial; 
    font-size: 14px;
    font-weight: normal;;
    font-style: normal;;
    color: #000000;
}

.main {
    min-height: 600px;
}
.navbar-default {
  background-color: transparent;
  border-color: #e7e7e7;
}
.navbar-brand {
    font-family: Helvetica, Helvetica Neue, Arial; 
    font-size: 16px;
    font-style: normal;
}

.schedule-container {
    padding-bottom: 22px;
}

ul {
	padding:0;
	margin:0;
}
nav  {
    float: left;
    width: 220px;
	display: none;
}

.copyright {
	float:left;
}   
  

/* ======================================
   Side notes for calling out things
   ====================================== */

.callout {
  font-family: "Segoe UI", Helvetica, Helvetica Neue, Arial;
  font-family: Segoe UI, "Segoe UI", Helvetica, Helvetica Neue, Arial; 
  font-size: 14px;
  font-weight: normal;;
  font-style: normal;;
  color: #000000;
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
 
.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
    
/* ======================================
   Day buttons
   ====================================== */

input.today,
input.selday,
input.day { 
    margin:0;
	padding:0;
    width: 26px; /*same as the height*/
    height:26px; /*same as the width*/
    background-color:transparent;
    border:0;
    color: black;
    font-size:1em;
    /*border-radius at half the size of the width and height*/
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}
input.day {
    background-color:#6BA5E7;
    border:1px solid #6BA5E7; 
	color: white;
}
input.today {
    background-color:#FF2E12;
    border:1px solid #FF2E12; 
}
input.day:hover {
    background:black;
    border:1px solid black;
	color: white;
}

/* ===================
    Month index
   =================== */

.month-container {
	float: left;
}
.month-container h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
.iweekday {
    padding-right: 14px;
	text-align:center;
	color: black;
}
.ipastday {
    padding-right: 14px;
	text-align:center;
	color: #56C5FF;
}
.iday {
    width: 28px;
    margin-left: -4px;
    padding-right: 10px;
	text-align:center;
	color: black;
}
.iweekend {
    padding-right: 2px;
	text-align:center;
	color: #CEA539;
}
.ifooter {
	float:left;
	margin-top:3em; 
	width:100%;
}
.ilegend {
	float:right;
	text-align:right;
}
.month ul,
.month-header ul,
.month-group ul {
	width:276px;
	margin-bottom:0px;
	border-top:1px solid black; 
}
.month-header li:last-child { border-bottom:0; }
.month-group li:last-child { border-bottom:0; }
.month-group li { border:0px; }

.month {
    margin: 0 !important;
    padding: 0;
	color: black;
	float:left; 
	padding-right: 2em;
}
.month li {
    list-style: none;
    display: list;
	width:276px;
	color:black;
}
.month-group ,
.month-header {
    margin: 0;
}
.month-group li {
	width:36px;
    display: inline-block;
    margin: 2px 0 2px 0;
    padding: 2px 0 2px 0;
}
.month-header li {
	width:32px;
    display: inline-table;
    margin: 2px 0 2px 0px;
    padding: 2px 0 2px 2px;
}	
/* ===================
    Index
   =================== */

.index ul,
.index-group ul {
	margin-bottom:0px;
	display:inline-block;
}

.index li,
.index-group li {
	line-height:32px;
	display:inline-block;
}

.index li {
	line-height:32px;
    list-style-type:none;
}

.index-group li:last-child { border-bottom:0px; }
.index-group li { width:261px; border:0; }

.index a {
    width:261px;
	display:block;
}
.index a:hover {
  background: #EEEEEE; 
}

.index li {
	border:0;
}
.index ul { 
	margin-bottom:0px;
	border-bottom:1px solid #000000; 
}
.index { 
  border-top:1px solid #000000; 
}

/* ===================
    Day index
   =================== */

 .day-index {
	list-style:none;
	line-height:1.8em;
	margin-bottom:2em;
} 

.day-index a {
	font-size: 1.2em;
	font-weight: normal;
}

  /* ===================
    White Theme
   =================== */

.header-container a {
    color: white;
}

.header-container a:visited {
    color: white;
}

.header-container,
.footer-container {
    background: white;
}

a {
    font-weight:normal;    
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    font-weight: normal;    
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */

.footer-container footer {
    color: black;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	nav  {
		float: right;
		display: block;
    }
	
    nav, .title, .details, .weeknav {
        display: block;
    }

	.timetable
	{
		margin: 10px 0 10px 0;
	}
	

}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

/* ============
    WIDE: Main
   ============ */

	aside {
        float: right;
        width: 28%;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
		}

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
	
	nav
      {
        content: "";
        display: none !important;
        visibility: hidden;
    }

    .topnav,
    .header-container,
    .footer-container
      {
        content: "";
        display: none !important;
        visibility: hidden;
    }
}













