﻿.panelstudent{
  margin-bottom: 10px;
  padding:10px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2%;  
   
}

.panel{
  margin-bottom: 20px;
  padding:20px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 2%;  
  min-height:275px;  
  min-width: 275px;
  
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellowstudent .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
    text-align :center;
    min-height:20px;
    padding:10px; 
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
    text-align :center;
    min-height:40px;
    padding:10px; 
}

.panel-yellow a {
    color: #31708f;
}

.panel-yellow a:hover {
    color: #007ACC;
}

.panel-red {
    border-color: #d9534f;
}

.panel-redstudent .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
    text-align :center;
    min-height:20px;
    padding:10px; 
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
    text-align :center;
    min-height:40px;
    padding:10px; 
}

.panel-red a {
    color: #31708f;
}

.panel-red a:hover {
   color: #007ACC;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-greenstudent .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
    text-align :center;
    min-height:20px; 
    padding:10px; 
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
    text-align :center;
    min-height:40px; 
    padding:10px; 
}

.panel-green a {
    color: #31708f;
}

.panel-green a:hover {
    color: #007ACC;
}


@media (min-width: 1200px) {
.col-lg-4 {
    width: 33.33333333%;
  }
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after
{
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.alert {
  padding: 10px;
  /*margin-bottom: 20px;*/
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.1); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}






