body {
  font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  width : 99.2%
}

p, span, a, ul, li, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5em;
  font-weight: 300;
}

strong {
  font-weight: 400;
}

.tile {
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.tile .title {
  margin-top: 0px;
}
.tile.purple, .tile.blue, .tile.red, .tile.orange, .tile.green {
  color: #fff;
}
.tile.purple {
  background: #5133AB;
}
.tile.purple:hover {
  background: #3e2784;
}
.tile.red {
  background: #AC193D;
}
.tile.red:hover {
  background: #7f132d;
}
.tile.green {
  background: #00A600;
}
.tile.green:hover {
  background: #007300;
}
.tile.blue {
  background: #2672EC;
}
.tile.blue:hover {
  background: #125acd;
}
.tile.orange {
  background: #DC572E;
}
.tile.orange:hover {
  background: #b8431f;
}




/* CSS used here will be applied after bootstrap.css */
.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}

#tile1{
    background: rgb(0,172,238);
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: white;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(0,93,233);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: Segoe UI;
    font-weight: lighter;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

header {
  margin: 10px 0;
}

.form-signup {
  max-width: 330px;
  padding: 15px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -165px;
  margin-top: -280px;
}
.form-login .checkbox, .form-signup .checkbox {
  margin-bottom: 10px;
  padding-left: 20px;
}
.form-login .checkbox {
  font-weight: normal;
}
.form-login .form-control, .form-signup .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, .form-signup .form-control:focus {
  z-index: 2;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signup input {
  border-radius: 0;
  border-bottom: 0;
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Navbar */
.navbar-default {
  background-color: #fff;
  border-color: #ededed;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-bottom: 2px solid #f7f7f7;
}
.navbar .container-fluid {
  min-height: 80px;
}
.navbar-default .navbar-nav>li>a {
  color: #333;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #f59600;
  background-color: transparent;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav>li>a {
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-brand {
  padding: 12px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-top: -15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #777;
  border-bottom: 2px solid #f59600;
  background: transparent;
  margin-bottom: -2px;
}

.heading {
  border-bottom: 1px solid #ededed;
  padding: 10px 0 8px 25px;
  font-weight: normal;
  color: #333;
}

.heading h4 { font-weight: normal;}

table {
    width:80%;
}
th {
    height: 50px;
} 
td {
    padding: 5px;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
table#eduTable tr:nth-child(even) {
    background-color: #eee;
}
table#eduTable tr:nth-child(odd) {
   background-color:#fff;
}
table#eduTable th	{
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#eduTable td      {
    text-align:center; 
    vertical-align:middle;    
}
table#profTable tr:nth-child(even) {
    background-color: #eee;
}
table#profTable tr:nth-child(odd) {
   background-color:#fff;
}
table#profTable th	{
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#profTable td      {
    text-align:center; 
    vertical-align:middle;    
}
table#takenCourseTable tr:nth-child(even) {
    background-color: #eee;
}
table#takenCourseTable tr:nth-child(odd) {
   background-color:#fff;
}
table#takenCourseTable th      {
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#takenCourseTable td      {
    text-align:center;
    vertical-align:middle;
}
table#pvedutable tr:nth-child(even) {
    background-color: #eee;
}
table#pvedutable tr:nth-child(odd) {
   background-color:#fff;
}
table#pvedutable th	{
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#pvedutable td      {
    text-align:center; 
    vertical-align:middle;    
}
table#pvproftable tr:nth-child(even) {
    background-color: #eee;
}
table#pvproftable tr:nth-child(odd) {
   background-color:#fff;
}
table#pvproftable th     {
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#pvproftable td      {
    text-align:center;
    vertical-align:middle;
}
table#pvtkncrstable tr:nth-child(even) {
    background-color: #eee;
}
table#pvtkncrstable tr:nth-child(odd) {
   background-color:#fff;
}
table#pvtkncrstable th     {
    text-align:center;
    vertical-align:middle;
    background-color: black;
    color: white;
}
table#pvtkncrstable td      {
    text-align:center;
    vertical-align:middle;
}

div.growlUI { background: url(check48.png) no-repeat 10px 10px }
div.growlUI h1, div.growlUI h2 {
    color: white; padding: 5px 5px 5px 75px; text-align: left
}
