
/* Modal Styles */

.modal_shadow {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #333;
  opacity: 0.3;
  z-index: 100;
}
.modal_selection div.exports>i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.modal_selection div.exports{
  position:absolute;
  right:0;
  top: 0;
  bottom: 0;
  width: 30px;
  text-align:center;
  padding:14px 0;
  box-sizing:border-box;
  border-left:1px solid #eee;
  line-height:100%;
  cursor:pointer;
  z-index:110;
  background-color:#ccc;
}
.modal_selection div.exports:hover>i,.modal_selection div.exports.open>i{
  background-image:url('/img/glyphicons-halflings-white.png');
}
.modal_selection div.exports:hover,.modal_selection div.exports.open{
  background-color:#08C;
}
.modal_selection div.exports div.unfinished{
  z-index:51;
  padding:0;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:100%;
  background-color:rgba(255,255,255,0.9);
  text-align:center;
}
.modal_selection div.exports div.unfinished div.text{
  text-align:center;
  display:inline-block;
  max-width:220px;
  margin:20px auto;
  background-color:white;
  padding:3px 5px;
  border-radius:3px;
  color:#333;
}
.exportList{
  position: absolute;
  width:250px;
  top:100%;
  right: 0;
  z-index:50;
  border-bottom:1px solid #eee;
  border-top:1px solid #eee;
  max-height:500px;
  overflow-y:auto;
  background-color:white;
  display:block;
}
.exportList a:hover{
  text-decoration:underline;
}

.exportList .item:hover{
  background-color:#F7F7F7;
}
.exportList .item{
  min-height:50px;
  position:relative;
  border:1px solid #DDD;
  box-sizing:border-box;
  border-top:0;
  cursor:auto;
}
.exportList img{
  left:5px;
  position:absolute;
  box-sizing:border-box;
  max-width:40px;
  max-height:90%;
  line-height:100%;
  top:50%;
  transform:translateY(-50%);
}
.exportList .description{
  margin-left:50px;
  display:block;
  padding:5px;
  text-align:left;
  line-height:120%;
}
.exportList .description .title{
  font-size:12px;
  font-weight:bold;
  margin-bottom:2px;
  line-height:100%;
}
.exportList .description .subtitle{
  font-size:10px;
  color:#bbb;
  margin-bottom:5px;
}
div.export-error{
  background-color:#f2dede;
}
div.export-error{
  background-color:#f2dede;
}
.modal_selection{
  margin: 0 0 10px;
  padding: 5px 15px;
  background-color: #F5F5F5;
  position:relative;
}
.table-modal .modal_selection{
  margin-bottom:0;
}
div.modal_body div.modal_error {
  padding: 150px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #666;
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-left:0;
  min-height:120px;
  border-radius: 6px;
  border: 1px solid #999;
  background: white;
  z-index: 101;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  max-height:90%;
  max-width:90%;
  transform: translate(-50%, -50%);
}
/* Wraps the modal when transforming it's size */
.modalwrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:105;
  max-height:90%;
  max-width:90%;
  overflow:hidden;
}
.modalwrapper>div.modal{
  max-height:none;
  max-width:none;
  width:100%;
  height:100%;
}
.modalwrapper>div.modal>div.modal_body{
  overflow-y:hidden;
}
.modal.medium {
  width:600px;
}
.modal.large {
  width:800px;
}
.modal.full,
.modal.table-modal {
  width:100%;
  height:100%;
}
.modal>.modal_body{
  overflow-y:auto;
}
.modal.table-modal>.modal_body{
  padding:0;
  overflow-y:hidden;
  margin:0;
}
.modal.table-modal>.modal_body h2{
  margin-left:10px;
}
/*
.modal.table-modal>.modal_body>.table-container{
position: absolute;
left: 0;
right: 0;
overflow-y: scroll;
}
 */
.Asbolute-center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  text-align:center;
}
.modal_header {
  position:absolute;
  top:0;left:0;right:0;
  margin:0;
}
.modal_body {
  padding: 10px 15px 15px;
  position:absolute;
  top:0;
  bottom:36px;
  overflow:hidden;
  width:100%;
  box-sizing:border-box;
  /* max-height:800px; Fix weird overflow*/
}
.modal_footer {
  padding: 5px 15px;
  min-height: 35px;
  border-top: 1px solid #DDD;
  background: #F5F5F5;
  border-radius: 0 0 6px 6px;
  bottom: 0;left:0;right:0;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.modal h1 {
  border-bottom: 1px solid #EEE;
  line-height: 17px;
  font-size: 18px;
  padding: 9px 15px;
  padding-right: 35px;
  color: #333;
  margin-bottom:0;
}

.modal_close_button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.3;
  text-shadow: 0 1px 0 white;
  cursor: pointer;
}
.confirm .modal_body {
  font-size: 15px;
  width: 400px;
  padding: 15px 20px;
}
.modal_close_button:hover {
  opacity: 0.7;
}
.modal .left, .modal .btn-group.left{
  float: left;
  margin: 0 10px 0 0;
}
.modal .right {
  float: right;
  margin-left: 10px;
}
.modal .btn-group {
  float: right;
  margin-left: 10px;
}
.modal span.title {
  display: block;
  text-align: center;
}
div.modal label,
div.modal form div.input label,
div.modal form div.form-group>label{
  color:#08C;
  font-weight:bold;
  cursor:pointer;
}
div.modal form div.form-group>input{
  width:100%;
  box-sizing:border-box;
}

div.modal form div.input.hide{
    display: none;
}

#graph-container{
	height: 90%;
}
