﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #5c87b2;
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

header
,nav
,section
,article
,aside
,footer
,hgroup 
{ 
display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

a
{
    color: #696969;
}

li
{
    line-height: 1.6;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

header, #header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
}

#main
{
    background: #fff;
    /*padding: 30px 30px 15px 30px;*/
    padding: 5px 20px 5px 20px;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

footer, #footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* MENU   
----------------------------------------------------------*/
#menu
{
    position: relative;
    margin: 0;
    text-align: right;
}

#menu .t-item
{
    border-width: 0 0 0 1px;
}

#menu .t-link
{
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.8em;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

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;
}

/* Scope out Kendo's internal input (.k-input-inner). Kendo widgets such as the
   DateTimePicker render a text <input class="k-input-inner"> inside a flex
   wrapper alongside their calendar/clock buttons. Without the :not() exclusion
   this rule (higher specificity than Kendo's .k-input-inner) forces that inner
   input to a fixed 200px with its own border, breaking the flex layout and
   clipping the second (time) button. */
input[type="text"]:not(.k-input-inner)
{
    width: 200px;
    border: 1px solid #CCC;
    padding: 4px 4px;
    border-radius: var(--kendo-border-radius-md, 4px);
}

input[type="password"]:not(.k-input-inner)
{
    width: 200px;
    border: 1px solid #CCC;
    padding: 4px 4px;
    border-radius: var(--kendo-border-radius-md, 4px);
}

/* TABLE
----------------------------------------------------------*/

table 
{
  /*border: solid 1px #e8eef4;*/
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  /*border: solid 1px #e8eef4;*/
}

table th
{
  padding: 6px 5px;
  text-align: left;
  /*background-color: #e8eef4;*/ 
  /*border: solid 1px #e8eef4;*/   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

div#title
{
    display:block;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label
{
    margin: 1em 0 0 0;
}

.display-field,
.editor-field
{
    margin:0.5em 0 0 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.NoBorderTables
{
	border-style:hidden;
	}
	
	.NoBorderTables td
{
	border-style:hidden;
	}


/* ******************************************************************************** */
/* Schedule                                                              */
/* ******************************************************************************** */


.scheduleHeader {
	font-family: Verdana; 
	font-size: 11px;
    background-color: #5c87b2;
	color: white;
	font-weight: bold;
    border:1px solid #5c87b2;
}

.scheduleItemStyle {
	font-family: Verdana; 
	font-size: 11px;
	text-align: center;
	background-color: InactiveCaption;
	padding: 7px 7px 7px 7px;
	
}

.scheduleAlternatingItemStyle {
	font-family: Verdana; 
	font-size: 11px;
	text-align: center;
	background-color: InactiveCaption;
	padding: 3px 7px 3px 7px;
}

.emptyItemStyle {
	font-size: xx-small; 
	background-color: white;
}

.noScheduleResults {
    font-family: Verdana; 
    color: #0C4B7B;
    font-size: 1em;
   
}

.timetableLink {
	text-decoration: none;
	font-size: 1em;
	 color: Black;
}


/* ********************************************* */


.Header {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: White;
	width:100%;
}
.tdHeader_Logo{
    width:20%;
    text-align:left;
    vertical-align:middle;
}

.clsDivHeader{
margin-left:-20%;
font-size:20px;
}

 .clsHeaderText {
            color: #1f1e73 !important;
            padding:0;
            font-size:1.8em;
            font-weight:bold;
            /*text-shadow:5px 5px 5px #696969;*/
           /*-webkit-text-stroke: 2px white;*/
           font-family:'Times New Roman'
        
        }

@media (max-width:1230px) 
 {
    .clsHeaderText {
        font-size:1.5em;
    }
 }

@media (max-width:1016px) 
 {
    .clsHeaderText {
        font-size:1.3em;
    }
 }

@media (max-width:882px) 
 {
    .clsHeaderText {
        font-size:1em;
    }
 }

.tdHeader_Text{
    width:80%;
    text-align:center;
 
}

.Header th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
}
.Header td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	
	

}


input.intext {
font: 50% ;
}

.t-link
{
    color:#384e73;
}
.HomeMenu
{
	border-style:hidden;
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: White;
	width:100%;
	
	
	
	}
	
.HomeMenu td {
	border-style:hidden;
	height:8px;
	/*background-color:white;*/
	

}

.Home
{
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	width:100%;
	
	}
	
.Home td {
	
	height:10px;
	background-image:url(/Content/Images/headerbg.png);
	

}

.textArea
{
	  font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
	  color: black;
	 font-size: 1.1em;
	}

	