@import url('https://fonts.googleapis.com/css?family=Lato');

#wrap {
    min-height:100%;
    position: relative;
}

* {
    margin: 0;
    padding: 0;
}

html, body, form {
    height: 100%;
    margin: 0;
    padding: 0;
}
.table > tbody > tr > td {
     vertical-align: middle;
}

#footer {
    height: 80px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

h1 {
    font: 16px Segoe UI, Arial;
    color: #3399CC;
    margin-top: -10px !important;
    margin-bottom: 0 !important;
}

h2 {
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    color: #3399CC;
}

h3 {
    font: 18px Verdana, Arial, Helvetica, sans-serif;
    color: #3399CC;
}

h4 {
    font: 9px Verdana, Arial, Helvetica, sans-serif;
}

h5 {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    color: #3399CC;
}

.StageHeading {
    font: 16px Verdana, Arial, Helvetica, sans-serif;
    color: #3399CC;
}

.separator {
    width: 2px;
}

.cookieheader {
    font-size: 18px;
}

.maintext {
    color: #CCCCCC;
}

.cookiebuttons {
    font-size: 16px;
}   

.headertext {
    color: #006699;
    font-family: Segoe UI Light, Arial;
    line-height: 200%;
}

@media (orientation: landscape) { 
   .headertext {
       font-size: 3vw;
   }
}

@media (orientation: portrait) {
   .headertext {
       font-size: 3vh;
   }
}

.sticky-bottom {
    position: fixed;
    width:100%;
    background: #ffffff;
    bottom: 0;
    padding: 10px;
    z-index: 5;
    border-top: 1px solid #e7e7e7;
}

.push-down {
    height: 120px;
}

@media (min-width: 1200px) {
    .push-down {
    height: 110px;
    }
}

#main {
    clear: both;
}

#content {
    padding-bottom: 20px;
}

#content td {
    text-align: left;
    vertical-align: top;
}

.contentmiddle {
    vertical-align: middle;
}

.content_left {
    border-right-style: dotted;
    border-width: 1px;
    padding: 10px;
    width: 180px;
    text-align: left;
}

.content_right {
    text-align: Left;
    vertical-align: top;
    padding: 10px;
}

.content_text {
    background: url('../images/dotted.gif') bottom repeat-x;
}

.content_text h1 {
    padding-top: 20px;
}

.content_text p {
    padding-top: 16px;
    padding-bottom: 16px;
}

#text {
    clear: both;
    background: url('../images/dotted.gif') bottom repeat-x;
}


#clr {
    clear: both;
    border-bottom: dotted 1px #D4D4D4;
    padding-left: 20px;
}

#links {
    text-align: center;
    color: rgb(204, 204, 204);
    font-size: 11px;
    text-decoration: none;
}

#links a {
    color: rgb(204, 204, 204);
    text-decoration: none;
}

#links a:hover {
    text-align: center;
    color: rgb(204, 204, 204);
    text-decoration: underline;
}

#footer p {
    line-height: 80px;
    margin: 0;
}


/*.nav.navbar-nav li {
    margin-right: 40px;
}*/

#LoginTitle {
    font: 18px Segoe UI, Arial;
    color: Navy;
    padding-left: 10px;
    text-align:left !important;
}

.RowColor {
    background-color: #F0F0F0;
}

.Red {
    display: none;
    color:red;
}
.Red[style*=visible] + input,
.Red[style*=visible] + select,
.Red[style*=visible] + textarea {
    background-color: #ffcccc;
    border: 1px solid #ff0000;
}

/*.Red {
    font: 10px Segoe UI, Arial;
    color: Red;
}*/

.RedMedium {
    font: 14px Segoe UI, Arial;
    color: Red;
}

.RedLarge {
    font: 20px Segoe UI, Arial;
    color: Red;
}

.C1 {
    text-decoration: none;
    color: #0066CC;
    font-weight: bold;
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
}

.C2 {
    text-decoration: none;
    color: #333;
    padding: 10px;
    font-size: 90%;
}

.C3 {
    text-decoration: none;
    color: #3399CC;
    padding-left: 20px;
}

.C4 {
    text-decoration: none;
    color: #3399CC;
    padding-left: 20px;
}

.C5 {
    text-decoration: none;
    color: #3399CC;
    padding-left: 40px;
}

.C6 {
    text-decoration: none;
    color: #3399CC;
    padding-left: 50px;
}

.H1 {
    color: #3399CC;
    font-size: 18px;
    font-family:'Open Sans', sans-serif;
    line-height: 200%;
}

.H2 {
    color: #3399CC;
    font-size: 14px;
    font-family:'Open Sans', sans-serif;
}

.T1 {
    line-height: 200%;
}

.CourseImage {
    vertical-align: middle;
    border: none;
}

.CourseImage a {
    border: none;
    vertical-align: middle;
}

.cpBody {
    width: 629px;
}

.cpHeader {
    background: url('../images/mynotes.gif') repeat-x;
    cursor: pointer;
    padding: 4px;
    width: 100%;
}

.cpHeaderYT {
    cursor: pointer;
    padding: 4px;
    width: 100%;
}

.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 5px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}

.chat .chat-history .message:after {
content: "";
    position: absolute;
    top: -15px;
    left: 20px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: #d9edf7 transparent;
    display: block;
    width: 0;
}

.chat .chat-history .you-message {
  background: #d9edf7;
  color:#31708f;
}

.chat .chat-history .me-message {
  background: #f2dede;
  color: #a94442;
}

.chat .chat-history .me-message:after {
  border-color: #f2dede transparent;
    right: 20px;
    top: -15px;
    left: auto;
    bottom:auto;
}

.chat .chat-message {
  padding: 30px;
}

.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.chat-ul li{
    list-style-type: none;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.you {
  color: #d9edf7;
}

.me {
  color: #f2dede;
}

.sQuestions {
    position: relative;
    padding: 15px;
    margin: 1em 0 3em;
    width: 800px;
    color: #fff;
    float: left;
    background: #f3961c;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
    background: -moz-linear-gradient(#f9d835, #f3961c);
    background: -o-linear-gradient(#f9d835, #f3961c);
    background: linear-gradient(#f9d835, #f3961c);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font: 12px/1.6em Verdana, Arial, Helvetica, sans-serif;
    border-radius: 10px;
}

.myNotes {
    background: white;
    border: 1px solid #DDD;
    border-radius: 5px;
    box-shadow: 0 0 5px #DDD inset;
    color: #666;
    padding: 5px 5px;
    outline: none;
}


.modalBackground {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modal-header, .modal-footer, .close {
    background-color: rgb(51,51,51) !important;
    color: #ffffff !important;
}

.modal-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.modal-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal {
    text-align: center;
    vertical-align: middle;
}

.modal-dialog {
    width: 750px !important;
}

.push {
    height: 80px;
}

@media screen and (min-width: 769px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.navbar-brand {
    margin-top: -5px;
}

body {
    overflow-x: hidden;
}

@media (max-width: 767px) {
    .modal-dialog {
        width: 90% !important;
        margin-left: 2%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif !important;
}

body {
    background-color: #f8f8f8;
    font-family: 'Nobile', Helvetica, Arial, sans-serif !important;
}

html {
    min-height: 100%;
    position: relative;
}

body {
    margin-bottom: 120px;
}

.footer {
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    position: fixed;
    color: #222222;
    margin-top: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
}

.footer p {
    line-height: 50px;
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
}

#page-wrapper {
    margin-top: 50px !important;
}

.navbar-top-links > li > a:hover, .navbar-top-links > li > a:focus, .navbar-top-links .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #fff;
    background-color: #000;
}

.navbar-brand, .navbar-brand:hover {
    color: #fff !important;
}

a {
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    /* ...and now for the proper property */
    transition: .3s;
}

    a:hover {
        text-decoration: none;
    }

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.4;
    position: fixed;
    bottom: 150px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background-image: url('/Images/icon_top.png');
    background-repeat: no-repeat;
}

.scrollup:hover {
    opacity: 0.7;
}

.error {
    color: red;
    font: bold;
}

.tlabel {
    font-weight: bold;
    text-align: right;
}

.vlabel {
    font-weight: bold;
    text-align: left;
    width: auto;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: blue;
    z-index:500;
    
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}
#limheight {
    height: auto;
    
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3; /*3 is just placeholder -- can be anything*/
}
#limheight li {
    display: inline-block;
    width:300px;
    padding-bottom: 20px; 
       
}
#limheight li a {
    color: rgb(0, 162, 232);
    }

.MarginGreen{
    background-color: darkseagreen;
    padding:4px 4px 4px 4px;
    color:#ffffff;
    font-weight:bold;
}

.MarginRed{
    background-color: red;
    padding:4px 4px 4px 4px;
    color:#ffffff;
    font-weight:bold;
}

input:invalid { 
     border: 2px solid red;
} 