/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

 /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
 /* Animations */


.fc-form-modal .fcmodal-content
{
  background-color: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-clip: padding-box;
  outline: none;  
}
.fc-form-modal .fcclose
{
  top: 0px;
  font-size: 26px;
}
.fc-form-modal .fcmodal-body
{
  background-color: transparent;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0px;
  padding: 0px;
}

.fc-form-modal .nform
{
  box-shadow: 0px 0px 12px #666 !important;
  -moz-box-shadow: 0px 0px 12px #666 !important;
  -webkit-box-shadow: 0px 0px 12px #666 !important;
  border-top: 0px !important;
}

.fcmodal-open {
  overflow: hidden;
}

.fcmodal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px;
  z-index: 10400;
  transition: transform .5s cubic-bezier(0.1,0,.7,1), opacity .3s linear;
  -moz-transition: transform .5s cubic-bezier(0.1,0,.7,1), opacity .3s linear;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.1,0,.7,1), opacity .3s linear;
  -ms-transition: transform .5s cubic-bezier(0.1,0,.7,1), opacity .3s linear;
  -o-transition: transform .5s cubic-bezier(0.1,0,.7,1), opacity .3s linear; 
}
.fcmodal.fcfade
{
  opacity: 0.0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(.99) translate3d(0, 0, 0);
  -moz-transform: scale(.99) translate3d(0, 0, 0);
  -o-transform: scale(.99) translate3d(0, 0, 0);
  -ms-transform: scale(.99) translate3d(0, 0, 0);
  transform: scale(.99) translate3d(0, 0, 0);
}
.fcmodal.fcfade.fcin
{
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translate3d(0, 0, 0);
  -moz-transform: scale(1) translate3d(0, 0, 0);
  -o-transform: scale(1) translate3d(0, 0, 0);
  -ms-transform: scale(1) translate3d(0, 0, 0);
  transform: scale(1) translate3d(0, 0, 0);
}

.fcmodal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 10500;
}
.fcmodal-content {
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 2px 4px #555;
  -moz-box-shadow: 0px 2px 4px #555;
  box-shadow: 0px 2px 4px #555;
  background-clip: padding-box;
  outline: none;
}
.fcmodal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10300;
  background-color: #555;
  background-color: rgba(0,0,0,.1);
  transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;

  background: rgb(175,175,175);
  background: -moz-radial-gradient(center, ellipse cover, rgba(175,175,175,1) 0%, rgba(95,95,95,1) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(175,175,175,1)), color-stop(100%,rgba(95,95,95,1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(175,175,175,1) 0%,rgba(95,95,95,1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(175,175,175,1) 0%,rgba(95,95,95,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(175,175,175,1) 0%,rgba(95,95,95,1) 100%);
  background: radial-gradient(ellipse at center, rgba(175,175,175,1) 0%,rgba(95,95,95,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#777777',GradientType=1 );


}
.fcmodal-backdrop.fcfade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.fcmodal-backdrop.fcfade.fcin
{
  opacity: 0.60;
  filter: alpha(opacity=60);  
}

.fcmodal-backdrop:before
{
  content: 'press ESC';
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 10px;
  left: 10px;
}

.fcmodal-header {
  padding: 20px 25px;
  border-bottom: 1px solid #ddd;
  font-size: 28px;
  font-weight: bold;
  color: #666;
}
.fcclose
{
  position: absolute;
  right: 14px;
  top: 14px;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 24px;
  z-index: 9000;
  color: #aaa;
  cursor: pointer;
  font-weight: bold;
}

.fcclose:hover,
.fcclose:focus
{
  color: #666;
  outline: none;
}

.fcmodal-title {
  margin: 0;
  line-height: 1.428571429;
}
.fcmodal-body {
  position: relative;
  padding: 20px;
  margin-bottom: 0px;
}
.fcmodal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.fcmodal-footer:before,
.fcmodal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.fcmodal-footer:after {
  clear: both;
}
.fcmodal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.fcmodal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.fcmodal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .fcmodal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fcmodal-backdrop:before
  {
    content: '';
  }  
}
