﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



body {
  /*padding-top: 170px;
  padding-bottom: 20px;*/
}

h1, h2, h3 {
  font-family: 'Century Gothic', Arial, sans-serif;
  color: #0033A0;
}

.example {
    padding: 2px 4px;
    color: #0032a0;
    background-color: #f6f6f6;
    border-radius: 4px;
    font-weight:bold;
}

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select {
  max-width: 280px;
}

textarea {
  max-width: 750px;
}

  textarea.form-control {
    height: 300px;
  }*/

.ieOld {
  display: none;
}

.subheader-fixed {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  /*z-index: 1029;*/
  background-color: #DEE9FF;
}


.subheader2-fixed {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  /*z-index: 1029;*/
  background-color: #FFDFE9;
}

.text-muted-blue {
  color: #748EC7;
}

.text-muted-red {
  color: red;
}
/* changed default bootstrap color to CPS color */
.cps-panel-info {
  border-color: #99add9;
}

  .cps-panel-info > .cps-panel-heading {
    color: #0032a0;
    background-color: #e5eaf5;
    border-color: #99add9;
  }


.cps-panel-success {
  border-color: #99d4c5;
}

.cps-panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.cps-panel-success > .cps-panel-heading {
  color: #00956e;
  background-color: #cce9e2;
  border-color: #99d4c5;
}

.cpspanel {
    background-color:#0032a0;
    color:#fff;
    padding:10px 0px 0px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.largeicon {
    font-size:42px;
}


.cps-text-success {
  color: #00956e;
}

.cps-btn-success {
  color: #fff;
  background-color: #00956e;
  border-color: #008663;
}

  .cps-btn-success:hover {
    color: #fff;
    background-color: #00684d;
    border-color: #004a37;
  }

  .cps-btn-success:focus {
    color: #e6e6e6;
  }

.cps-text-primary {
  color: #0032a0;
}

.cps-btn-primary {
  color: #fff;
  background-color: #0032a0;
  border-color: #002d90;
}

  .cps-btn-primary:hover {
    color: #fff;
    background-color: #002880;
    border-color: #001e60;
  }
  .cps-btn-primary:focus {
    color: #e6e6e6;
  }

.cps-text-danger {
  color: #D22825;
}

.cps-btn-danger {
  color: #fff;
  background-color: #D22825;
  border-color: #D22825;
}

  .cps-btn-danger:hover {
    color: #fff;
    background-color: #BB2B28;
    border-color: #BB2B28;
  }
  .cps-btn-danger:focus {
    color: #e6e6e6;
  }


.table > tbody > tr > td.cps-info {
  background-color: #cce9e2;
}

.tbl-formname {
 font-weight:700;
}
.alert-cps {
  color: #0032a0;
  background-color: #e5eaf5;
  border-color: #99add9;
}

#tblFormsAvailable > tbody > tr > td {
  line-height: 1.2;
  vertical-align: middle;
}
#tblFormsAvailable > thead {
  color: #0033A0; 
  font-size:1.1em;
}
.formstatus-icon {
  font-size: 2.2em;
  vertical-align: middle;
  display: inline-block;
}

.formstatus-dates {
  vertical-align: middle;
  display: inline-block;
  max-width: 100px;
  padding-left: 10px;
  white-space: normal;
}



/* override bootstrap navbar styles */
.navbar-inverse {
  background-color: #0033A0;
  border-color: #0033A0;
}

  .navbar-inverse .navbar-toggle {
    border-color: #0033A0;
  }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #5371B3;
    }

  .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #3D5A96;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #ddd;
  }
/* override bootstrap navbar styles - END */

/* competency styles */
.competencyStandard {
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  color: #0032a0;
  font-family: 'Century Gothic', Arial;
}

div.competencyStandard > div {
  font-size: 16px;
  padding-bottom: 10px;
}

.competencyRadio {
  padding-left: 5px;
}

.competencyBackground {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0px 20px 20px 20px;
}

/* End competency styles */

/* Title Banner */
.titleBanner {
  padding: 1px 10px;
  background-color: #0032a0;
  border-radius: 5px 5px 0px 0px;
  margin-bottom: 10px;
}

.titleText {
  color: #fff;
}

/* Helper classes */
.marginTop20 {
  margin-top: 20px;
}

.marginTop40 {
  margin-top: 40px;
}

.marginTop70 {
  margin-top: 70px;
}

.mattstable > thead:first-child > tr:first-child > th {
  font-size: 18px;
  color: #0032a0;
}

.ratingsTable > thead:first-child > tr:first-child > th {
  font-size: 14px;
  color: #666;
}

.summativeTag {
    font-weight:bold;
    padding:5px 7px;
    background-color:#e5eaf5;
    margin-left:10px;
    font-size:16px;
    border-top:1px solid RGBA(0,50,160, 0.1);
    border-left:1px solid RGBA(0,50,160, 0.2);
    border-right:1px solid RGBA(0,50,160, 0.2);
    border-bottom:1px solid RGBA(0,50,160, 0.3);
    border-radius:2px;
}

input.k-textbox {
    width:100%;
}

.finalSummativeHeading {
    font-size:21px;
    font-family:"Century Gothic", Arial, sans-serif;
}

/*Login Styles*/

/*.checkbox input[type="checkbox"]{
    margin-left:0px;
}*/

.loginInput {
    max-width:100%;
}

.imgBg {
    position: absolute;
    right: 115%;
    bottom: 90px;
}

.imgBgRegister {
    position: absolute;
    right: 105%;
}

.imgBgPass {
    position: absolute;
    right: 120%;
    bottom: -20px;
    width:400px;
}

/*Jquery UI Overrides*/
.ui-state-default {
  border: 1px solid #ddd !important;
  background: #f5f5f5 !important;
  color: #333 !important;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #00956e !important;
  text-decoration: none;
}


@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }

  .text-smaller-xs {
    font-size: 1.2em;
  }

  body {
    padding-top: 240px;
  }
}

@media (max-width: 450px) {
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
      /*padding-top: 40px;*/
  xpadding-bottom: 10px;
}



#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.text-muted {
    margin: 20px 0;
}

.form-login {
    max-width: 330px;
    padding: 0px 15px 5px 15px;
    margin: 0 auto;
}

    .form-login .form-login-heading {
        margin-bottom: 10px;
    }

    .form-login .form-control {
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-login .form-control:focus {
            z-index: 2;
        }

    .form-login input[type="password"] {
        margin-top:5px;
        margin-bottom: 5px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    /*Overwrite the navbar style on hover*/
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #0032a0;
}

a {
    color: #0032a0;
    text-decoration: none;
}
