﻿.arena-modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=60);
	opacity: 0.60;
}

.arena-modalPopup
{
	background-color: white;
	border: solid 1px gray;
	padding: 10px;
}

.arena-modal-container
{
	background-color: #fff;
	/*border: solid 3px #78a22f;*/
	border: solid 1px #666;
	width: 620px;
}

.arena-modal-wide-container
{
	background-color: #fff;
	/*border: solid 3px #78a22f;*/
	border: solid 3px #666;
	width: 840px;
}

.arena-modal-close
{
	/*background: url(../images/fancy_closebox.png) no-repeat;
	height: 30px;
	width: 30px;*/
	display: inline-block;
	padding-top: 5px;
	padding-right: 8px;
	font-weight: bold;
	font-size: 1.3em;
	/*position: absolute;
	top: -10px;
	right: -11px;*/
	float: right;
	cursor: pointer;
	color: #aaa!important;
}

.arena-modal-title
{
	font-family: Verdana, Arial;
	padding:10px;
	display:inline-block;
	margin: 0;
	/*color: #aaa;*/
}

.arena-modal-content
{
	padding: 10px;
	padding-bottom: 0px;
}

.arena-modal-content-iframe
{
	padding: 0px 0px 0px 16px;
	margin:0px;
}

.arena-modal-buttons
{
	text-align: right;
	margin: 10px;
	margin-top: 15px;
}

.arena-modal-buttons-iframe
{
	position: absolute;
	bottom: 0px;
	right: 10px;
	text-align: right;
	/*
	margin: 10px;
	margin-top: 15px;
	*/
}

.arena-modal-buttons input
{
}

.arena-modal-buttons-iframe input
{
}



.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0.5; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e1e6ef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e1e6ef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.modal-primary .modal-content {
  border-color: #20a8d8; }

.modal-primary .modal-header {
  color: #fff;
  background-color: #20a8d8; }

.modal-secondary .modal-content {
  border-color: #e1e6ef; }

.modal-secondary .modal-header {
  color: #fff;
  background-color: #e1e6ef; }

.modal-success .modal-content {
  border-color: #79c447; }

.modal-success .modal-header {
  color: #fff;
  background-color: #79c447; }

.modal-info .modal-content {
  border-color: #67c2ef; }

.modal-info .modal-header {
  color: #fff;
  background-color: #67c2ef; }

.modal-warning .modal-content {
  border-color: #fabb3d; }

.modal-warning .modal-header {
  color: #fff;
  background-color: #fabb3d; }

.modal-danger .modal-content {
  border-color: #ff5454; }

.modal-danger .modal-header {
  color: #fff;
  background-color: #ff5454; }