/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.09.2016, 10:09:06
    Author     : thb
*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    z-index: 10001; /* Sit on top */
    /*position: relative;*/
    position: absolute;    
    font-family: 'Open Sans', sans-serif;
    color: #666;
    background-color:#fff; /*  #fff0b8;*/
    /* background-color: #fefefe; */
    margin: 1% auto;
    padding: 0;
    border: 2px solid #444;
    width: 70%;
    height: 800px; /*710px;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    
  /*  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:-100px; opacity:0}
    to {top:0; opacity:1}
}

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

/* The Close Button */
.xclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background-image:url("img/cross-white.png");
    background-repeat:repeat-x;
}

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


.modal-header {
    padding: 1em;
    /*background-color:#b7cfef;*/
    background-color:#009fcf;
    color: white;
    text-align:center;
}

.modal-body {
    padding: 2em 1em 2em 1em;
    background-color:#fff;
  /*      height: 900px;*/ /* Full height */
    font-size:12px;
}

.modal-footer {
    padding: 1em;
/*    background-color:#b7cfef;*/
    background-color:#009fcf;
    color: white;
    font-size:12px;
}


.modal-img {
    max-height:500px;
/*    width:90%;*/
    max-width:500px;
    margin:0px 1em 1em 0;
}

.modal-xcols {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
        /*flex-wrap:wrap;*/
	-webkit-flex-wrap:wrap;
	-ms-flexbox-flex-wrap:wrap;
/*	-moz-box-flex-wrap:wrap; */
}


/*.modal-col1 {
      margin:0px 6em 0px 0px;
      float:left;
}
*/

#modal-col1 {
/*    width:60%;*/
margin: 0 2em 0 0;
      float:left;    
}
#modal-col2 {
    
}
    
