#modalContent{
    top:20% !important;
    font-size: 11px !important;
}
div.ctools-modal-popup-content {
	border:0;
	color:#000000;
	margin:0;
	padding:0;
	text-align:left;
    height: auto !important;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 8px;
}
div.ctools-modal-popup-content .modal-scroll{
	overflow:hidden;
	overflow-y:auto;
  height: auto;
  max-height: 500px;

  float: left;
  width:100%;
}
div.ctools-modal-popup-content #popups-overlay {
  background-color:transparent;
}
div.ctools-modal-popup-content #popups-loading {
  width:248px;
  position:absolute;
  display:none;
  opacity:1;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index:99;
}
div.ctools-modal-popup-content #popups-loading span.popups-loading-message {
  background:#FFF url(../image/loading.gif) no-repeat 8px center;
  display:block;
  color:#444444;
  font-family:Roboto Regular;
  font-size:22px;
  font-weight:bold;
  height:36px;
  line-height:36px;
  padding:0 40px;
}
div.ctools-modal-popup-content .popups-box,
div.ctools-modal-popup-content #popups-loading {
  border: 0px solid #454545;
  opacity:1;
  overflow:hidden;
  padding:0;
  background-color:transparent;
}
div.ctools-modal-popup-content .popups-container {
  overflow:hidden;
  height:100%;
  background-color:#fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
div.ctools-modal-popup-content div.popups-title {
  -moz-border-radius-topleft: 0px;
  -webkit-border-radius-topleft: 0px;
  margin-bottom:0px;
  background-color:#fff;
  border-bottom:1px solid #ccc;
  /*padding: 13px 10px 8px;*/
  color:#000;
  font-size:1em;
  font-weight:bold;
  /*height: 20px;*/

  float: left;
  width: 96%;
  /*padding: 13px 0% 8px 4%;*/
  padding: 7px 0% 5px 4%;



}
div.ctools-modal-popup-content .modal-title{
    color: #1B377B !important;

    width: 80%;
    position: relative;
    float: left;
}
div.ctools-modal-popup-content .popups-body {
  background-color:#fff;
  padding:8px 20px 25px 20px;
  width: auto !important;
  height: auto !important;
  min-height: 100px !important;
}

div.ctools-modal-popup-content .popups-box .popups-buttons,
div.ctools-modal-popup-content .popups-box .popups-footer {
  background-color:#fff;
}
div.ctools-modal-popup-content .popups-title a.close {
  color: #fff;
  text-decoration:none;
  background:#FFF url(../image/lightbox-close.png) no-repeat;
  /*margin-top: 8px;*/
  margin-top: -13px;
  width: 77px;
  height: 27px;
  /*margin-right: -12px;*/
  position:relative;
  top:6px;
  right:0px;

  margin-right: -1px;
}
div.ctools-modal-popup-content .popups-close {
	font-size:120%;
	float:right;
	text-align:right;

  position: relative;
  width: 20%;
}
div.ctools-modal-popup-content .modal-loading-wrapper {
	width:220px;
	height:19px;
	margin:0 auto;
	margin-top:2%;
}

div.ctools-modal-popup-content tbody{
	border:none;
}

div.ctools-modal-popup-content .modal-content .modal-throbber-wrapper img {
  /*margin-top: 35px;*/
  margin: 40px auto 0px;
}
.ajax-progress-throbber{
    display:none;
}

/*-------------fastlog------------------*/
div.ctools-modal-popup-content .popup-fastlog-error div.popups-title,
div.ctools-modal-popup-content .popup-fastlog-success div.popups-title {
    background-color: #043673;
}

div.ctools-modal-popup-content .popup-fastlog-error .modal-title,
div.ctools-modal-popup-content .popup-fastlog-success .modal-title {
    color: #e2e2e2 !important;
    font-size: 16px;
}
div.ctools-modal-popup-content .popup-fastlog-error .popups-body {
  background-color:#8D0000;
}
div.ctools-modal-popup-content .popup-fastlog-success .popups-body {
  background-color:#008000;
}