.main-section {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 5px solid #ddd;
  min-height: 768px;
}

.blog-header {
  margin-bottom: 40px;

}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.container {
  margin: 0 auto;
}

.blog-title{
  text-align: center;
}

.header {
  text-align: center;
}

.header-image{
  max-width: 100%;
  height:auto;
}

textarea {
  resize: vertical;
}

.rowSelected {
  text-decoration: line-through;
}


.headerMenu {
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 5px solid #ddd;
}

.main-section::after {
  content: '';
  clear: both;
}

.rating span {
    cursor: pointer;
    color: gray;
}

.rating span.selected {
    color: maroon;

}

.error{
  color: red;
}

.card-link {
  color:black;
}

.card-link:hover {

  text-decoration: none;
}

.emptyLine{
  margin-top: 20px;
  margin-bottom: 10px;
  border-bottom: 5px solid #ddd;
}

.horizontalLine
{
  border: 1px solid #ddd;
}

.page-header{
  margin-top: 0px !important;
}

#noBorder {
  border: none;
}


#imaginary_container{
    margin-top:20%; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
    background: white !important;
}
.stylish-input-group .form-control{
	border-right:0;
	box-shadow:0 0 0;
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/*
* Height for columns with validation errors
*/
.col-height {
  height: 80px;
}

.optionLinks {
  margin: 0 2px 0 2px;
}

/*
* Panel Colors
*/

.red {
  background-color: #f44336;
}

.orange {
  background-color: #ffa000;
}

.green {
  background-color: #4caf50;
}

.red, .orange, .green, .red a, .orange a, .green a {
  color: white;
}

/*
* Checkbox
*/
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.spaceButtons{
  margin: 0 3px 3px 0;
  width: 200px;
  text-align: center;
}

/*
* Inside the Student Breakdown Page
*/

.drop-shadow{
  -webkit-box-shadow:0 0 5px 2px rgba(0,0,0,.25);
  box-shadow:0 0 5px 2px rgba(0,0,0,.25)}.source{color:#000}.NewRed{color:red;font-size:12px}.more-less{float:right;color:#eb749f}body{overflow-x:hidden}.btn{background-color:#eb749f;color:white;border-radius:12px;}
.btn:hover{background-color:#777;color:white;box-shadow:0 0 20px rgba(0, 0, 0, 0.20);}
.panel{transition:all 200ms ease-out;}
.panel:hover{box-shadow:0 0 20px rgba(0, 0, 0, 0.40);} h1{color:#eb749f;font-weight:300;} a{color:#eb749f;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;}


/*
* Side Nav Bar
 */
#sideMenuNav li{
  display: block;
  width:100%;
  margin-bottom: 3px;
}

/*
* Media Queries
*/

@media screen and (max-width: 992px) {
    #monthSearchDropdown {
      margin-top: 20px;
    }

    .needsMarginTop{
      margin-top: 10px;
    }

    #sideMenuNav li{
      display: inline-block;
      margin: 0 3px 3px 0;
      width: 200px;
      text-align: center;
    }
}
