html
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0 30%;
    background-color:#F0F0F0;
}
body
{
    margin: 0;
}

#login_box
{   background:#D8D8D8;
    background:url("../images/login_texture_background.gif");
	width:400px;
	margin:auto;
    margin-top:20px;
    border: 6px solid white;

    -webkit-border-radius: 128px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.4),0 0 0 #000;
    box-shadow: 0 2px 7px rgba(0,0,0,0.4),0 0 0 #000;
}

#login_banner {
  /* margin-top: 10%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  box-sizing: border-box;
  padding: 0.75rem 1rem;
  background: linear-gradient(to right, #f0f4ff, #ffffff);
  color: #333;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.1rem;
  border: none;
  box-shadow: none;
  /* padding-bottom: 10%; */
  /* height: 200px; */
  min-height: 200px;
}

#login_banner strong {
  color: #1a4ecc;
}

#logo_box
{
    width:404px;
    margin:auto;
    margin-top:5%;
}

#logo_box.trial_logo
{
    margin-top:1%;
}

#logo{
    height:70px;
    position:relative;
    top:0px;
}
.main
{
    padding:20px;
}

.header
{
    background:white;
    border-bottom:1px solid #EEEEEE;
}

.body
{
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.04) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.04) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.04)), color-stop(25%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.04))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.04) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0.04) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#0a000000',GradientType=1 ); /* IE6-9 */

}.

.footer
{
    padding:0px;
}

.input-row{
    margin-bottom:8px;
}

.button-row{
    margin-top:18px;
}

.title{
    margin-bottom:0px;
}

#property_logo{
    margin:auto;

    height:80px;
    border: 1px solid #AAA;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0px 3px #BBBBBB;
    -webkit-box-shadow: 0 0px 3px #BBBBBB;
    box-shadow: 0 0px 3px #BBBBBB;

    background-position: center;
}

#property_name{
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-shadow: rgba(255,255,255,.8) 0 1px 1;
    color: rgba(0,83,116,1);
    margin-bottom: 6px;
    text-align: left;
}

#reporting_engine{
    font-family: 'Open Sans', sans-serif;
    font-size: 28px;
    font-weight: bold;
    text-shadow: rgba(255,255,255,.8) 0 1px 1;
    color: rgba(0,83,116,1);
    margin-bottom: 6px;
    text-align: center;
    height:auto;
    padding:10px;
    overflow: auto;
}

#account_id{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 200;
    text-shadow: rgba(255,255,255,.7) 0 0px 0;
    color: #4F4F4F;

    text-align: left;
}
.input-box{

    color:#444;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 6px;
    border: 1px solid #AAA;

    background:white;

    width:346px;
    /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

.input-box.input-box-small{

    width:160px;
}

.input-box:hover
{
    border:1px solid #cccccc;
}
.input-box:focus
{
    box-shadow:0 0 2px #3366CC;
    outline: none;
    background:white;
}

.inline-item {
    display: inline-block;
}

.username{
    background:white url("../images/login-head.png");
    background-repeat: no-repeat;
    background-position: 98.5% 50%;
}

.password{
    background:white url("../images/login-lock.png");
    background-repeat: no-repeat;
    background-position: 98.5% 50%;
}

.login_alert
{
    height:auto;
    padding:10px;
    border: 1px solid #DDD;
    overflow: auto;
}

.success
{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZGI4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGU1YTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a9db80 0%, #c0e5a0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(100%,#c0e5a0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9db80 0%,#c0e5a0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9db80 0%,#c0e5a0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9db80 0%,#c0e5a0 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9db80 0%,#c0e5a0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#c0e5a0',GradientType=0 ); /* IE6 */
}

.notification
{
    border-color: #e0e25f;
    background-color: #e3ea93; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZWE5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2UzZTU2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2UzZTU2ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUyNWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e3ea93 0%, #e3e56e 37%, #e3e56e 88%, #e0e25f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3ea93), color-stop(37%,#e3e56e), color-stop(88%,#e3e56e), color-stop(100%,#e0e25f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e3ea93 0%,#e3e56e 37%,#e3e56e 88%,#e0e25f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e3ea93 0%,#e3e56e 37%,#e3e56e 88%,#e0e25f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e3ea93 0%,#e3e56e 37%,#e3e56e 88%,#e0e25f 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e3ea93 0%,#e3e56e 37%,#e3e56e 88%,#e0e25f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ea93', endColorstr='#e0e25f',GradientType=0 ); /* IE6-8 */

    font-weight: bold;
}

.loading
{
    border-color: #e0e25f;
    background-color: #e0e25f; /* Old browsers */
    font-weight: bold;
}

.loading-text {
    color: #575757;
}

.error
{
    border-color: #fc6742;
    background-color: #fc6742; /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjNjc0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2ZkODQ1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgzJSIgc3RvcC1jb2xvcj0iI2Y3NmQ1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTZkNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fc6742 0%, #fd845f 28%, #f76d51 83%, #fa6d4a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc6742), color-stop(28%,#fd845f), color-stop(83%,#f76d51), color-stop(100%,#fa6d4a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fc6742 0%,#fd845f 28%,#f76d51 83%,#fa6d4a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fc6742 0%,#fd845f 28%,#f76d51 83%,#fa6d4a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fc6742 0%,#fd845f 28%,#f76d51 83%,#fa6d4a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fc6742 0%,#fd845f 28%,#f76d51 83%,#fa6d4a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6742', endColorstr='#fa6d4a',GradientType=0 ); /* IE6-8 */

    color:white;
    font-weight: bold;
}

/* button base style */
.large_button {
   padding: 8px 14px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   /*
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   */
   text-shadow: rgba(0,0,0,.2) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Helvetica, Arial, Sans-Serif;
   font-weight:bold;
   text-decoration: none;
   vertical-align: middle;
}


.large_button:hover {

}

.large_button:active {
    -webkit-box-shadow: rgba(0,0,0,0) 0 0px 0;
   -moz-box-shadow: rgba(0,0,0,0) 0 0px 0;
   box-shadow: rgba(0,0,0,0) 0 0px 0;
}

.login_button{
     border-top:1px solid #5794bd;
     border-left:1px solid #5794bd;
     border-right:1px solid #3e779d;
     border-bottom:1px solid #3e779d;
    background: #65a9d7; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzY1YTlkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzJmOTNkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #65a9d7 1%, #2f93d6 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#65a9d7), color-stop(99%,#2f93d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #65a9d7 1%,#2f93d6 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #65a9d7 1%,#2f93d6 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #65a9d7 1%,#2f93d6 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #65a9d7 1%,#2f93d6 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a9d7', endColorstr='#2f93d6',GradientType=0 ); /* IE6-8 */

}

.login_button:hover{
    border-color:#5794bd;
    background: #65a9d7;
}

.login_button:active{
    border-top-color: #3e779d;
    background: #2f93d6;
}

.login_link a{
    font-size: 14px;
    color:#4B4B4B;
    text-decoration: none;
}

.login_link a:hover{
    text-decoration: underline;
}

/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
html {
  overflow-y: scroll;
}

.has-overlay {
  overflow: hidden;
}
.has-overlay > body {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 30em) {
  .has-overlay > body {
    overflow: hidden;
  }
}

.modal--show {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9;
}
.modal--show:target, .is-active.modal--show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}
.is-active.modal--show {
  display: block\9;
  height: 100% \9;
  width: 100% \9;
}
.modal--show:target, .is-active.modal--show {
  display: block\9;
}
.modal--show .modal-inner {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 20;
  margin-left: -325px;
  width: 650px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media \0screen\,screen\9 {
  .modal--show .modal-inner {
    background: transparent;
  }
}
.modal--show .modal-inner > img,
.modal--show .modal-inner > video,
.modal--show .modal-inner > iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.modal--show .modal-inner > img {
  width: auto;
  max-width: 100%;
}
.modal--show .modal-content {
  position: relative;
  max-height: 400px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media \0screen\,screen\9 {
  .modal--show .modal-content {
    overflow: visible;
  }
}
.modal--show .modal-content > * {
  max-width: 100%;
}
.modal--show footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}
.modal--show .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
}
.modal--show .modal-close:focus:after {
  outline: 1px dotted;
  outline: -webkit-focus-ring-color auto 5px;
}
.modal--show .modal-close:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal--show .modal-close:after {
  content: '\00d7';
  position: absolute;
  top: 25px;
  right: 50%;
  z-index: 20;
  margin-right: -325px;
}
@media screen and (max-width: 690px) {
  .modal--show .modal-inner {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
  .modal--show .modal-close:after {
    margin-right: 0 !important;
    right: 20px;
  }
}
@media screen and (max-width: 30em) {
  .modal--show {
    -webkit-transform: translate(0, 400px);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: opacity 1ms .25s;
    -moz-transition: opacity 1ms .25s;
    -o-transition: opacity 1ms .25s;
    -ms-transition: opacity 1ms .25s;
    transition: opacity 1ms .25s;
    display: block;
    bottom: auto;
  }
  .modal--show:target, .is-active.modal--show {
    height: 100%;
  }
  .modal--show:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
  }
  .modal--show .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: auto;
  }
  .modal--show .modal-content {
    max-height: none;
    -ms-word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  .modal--show .modal-close {
    right: auto;
  }
  .modal--show .modal-close:before {
    display: none;
  }
  .modal--show .modal-close:after {
    top: 5px !important;
    right: 5px;
    left: auto;
    z-index: 40;
    margin-left: 0;
  }
}
@media screen and (max-height: 46em) and (min-width: 30em) {
  .modal--show .modal-content {
    max-height: 340px;
    max-height: 50vh;
  }
}
@media screen and (max-height: 36em) and (min-width: 30em) {
  .modal--show .modal-content {
    max-height: 265px;
    max-height: 40vh;
  }
}
.is-stacked.modal--show {
  -webkit-transform: translate(0, 0) scale(1, 1);
  -moz-transform: translate(0, 0) scale(1, 1);
  -o-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.is-stacked.modal--show .modal-inner {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.is-stacked.modal--show .modal-close {
  opacity: 0;
}
@media screen and (max-width: 30em) {
  .is-stacked.modal--show {
    -webkit-animation: scaleDown .7s ease both;
    -moz-animation: scaleDown .7s ease both;
    animation: scaleDown .7s ease both;
  }
  .is-stacked.modal--show .modal-inner {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .is-stacked.modal--show .modal-close {
    opacity: 1;
  }
}

/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 *      @extend %modal--transition-fade;
 * }
 *
 */
/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
.modal--show {
  color: #222;
  line-height: 1.3;
}
.modal--show .modal-inner {
  border-radius: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  max-width: 100%;
  -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
  transition: max-width 0.25s linear, margin-left 0.125s linear;
}
.modal--show header {
  border-bottom: 1px solid #ddd;
  padding: 0 1.2em;
}
.modal--show header > h2 {
  margin: 0.5em 0;
}
.modal--show .modal-content {
  border-bottom: 1px solid #ddd;
  padding: 15px 1.2em;
}
.modal--show footer {
  border-top: 1px solid white;
  padding: 0 1.2em 18px;
  background: #f0f0f0;
  border-radius: 2px;
}
.modal--show .modal-close {
  text-indent: -100px;
}
.modal--show .modal-close:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
}
.modal--show .modal-close:after {
  content: '\00d7';
  background: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}
@media screen and (max-width: 30em) {
  .modal--show:before {
    background-color: #27aae2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#27aae2), to(#1c9cd3));
    background-image: -webkit-linear-gradient(top, #27aae2, #1c9cd3);
    background-image: -moz-linear-gradient(top, #27aae2, #1c9cd3);
    background-image: -o-linear-gradient(top, #27aae2, #1c9cd3);
    background-image: linear-gradient(to bottom, #27aae2, #1c9cd3);
    height: 3em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  }
  .modal--show .modal-inner {
    padding-top: 3em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .modal--show .modal-close {
    text-decoration: none;
  }
  .modal--show .modal-close:after {
    content: attr(data-close);
    font-size: 1em;
    padding: 0.5em 1em;
  }
}