/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*NG ADDON*/
.modal-header .close {
  float: right;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0;
  position: relative;
  top: -30px;
  right: -30px;
  z-index: 10;
  filter: alpha(opacity=20);
  opacity: 1;
}

.modal {display:none;}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
/*end of NG ADDON*/

.modal-backdrop {
	background-color: #64a0bc;
}
.modal-header {
	
}
.modal-footer .btn {
	margin-top: 0px;
}

