/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 15px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #ce4844;
}
.bs-callout-danger span{
  color: #ce4844;
}


.bs-callout-warning {
  background-color: #fefbed;
  border-color: #aa6708;
}
.bs-callout-warning span{
  color: #aa6708;
}

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #1b809e;
}
.bs-callout-info span{
  color: #1b809e;
}

.bs-callout-purple {
  background-color: #f0f7fd;
  border-color: #8E44AD;
}
.bs-callout-purple span{
  color: #8E44AD;
}

.bs-callout-school-data {
  margin: 20px 0;
  padding: 15px 15px 15px 15px;
  border-left: 5px solid #eee;
}

div.bs-callout:hover{
  background-color: #f0f7fd;
}

.bs-callout-school-data {
  padding: 15px 15px 15px 15px;
  border-left: 5px solid #eee;
  border-top: 3px solid #eee;
  border-radius: 10px;
}


.navbar-inverse {
  background-color: #1b598c !important;
}


.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  color: #174973;
  background-color: white;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
  color: #174973;
  background-color: white;
}

body{
  font-size: 12px;
  background-color: #edf0f5 !important
}

.btn{
  border-radius: 0px;
}

.top-triangle{
  position: absolute; font-size: 40px; color: #ffffff; top: 160px;
}

.top-triangle-hover{
  color:#1e517b; transition:0.3s ease;
}

.links-info{
  background-color: #ffffff; padding: 15px; margin-left: -30px; margin-right: -30px; margin-bottom: -30px; margin-top: 30px; color: darkgray;
}

.links-info-hover{
  background-color: #1e517b; transition :0.3s ease; color:white; border:3px solid white; border-top: 1px solid white;
}