﻿
.modal {
top:25%!important;
  }
  
.modal-open {
  overflow:hidden;
  overflow:scroll;
  padding-right:0 !important;
  }
  
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
#fw-fade {
  filter: grayscale(110%) brightness(110%) contrast(110%);
  -webkit-filter: grayscale(110%) brightness(110%) contrast(110%);

  transition: filter 3s;
  -webkit-transition: filter 3s, -webkit-filter 3s;
}

.fw-hover .card:hover img {
  box-shadow: 0 10px 20px 5px rgba(137, 173, 255, 0.5);
}

/*
.media-content{
  max-width:680px;
  border-style: solid;
  border-color: #003399;
  border-width: 2px 2px 2px 2px;
  border-top: 2px solid #003366;
  padding:10px;
  border-radius: 20px;
  background: rgb(0, 0, 0); /* Fallback color */
/*  background: rgba(0, 0, 0, 0.6); /* Black background with 0.6 opacity */
/*  color: #f1f1f1;	
}
*/