#showMsgText{
      padding: 15px 10px;
}

.btnModalClose{
      height: 55px;
}

#showMsg{
      display: none;
}

.nicemodal-overlay{
	display: none;
	position: fixed;
      z-index: 1000;
	left: 0;
	top: 0;
	overflow-y: auto;
	background-color: rgba(0,0,0, 0.8);
      background-size: cover;
}
.nicemodal-wrap-modal-content{
	display: none;
      background: white;
      text-align: center;
      overflow: hidden;
}

.nicemodal-window{
	position: relative;
	position: absolute;
	overflow:hidden;
	display: none;
	background-color: transparent;
	z-index: 1002;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/mynicemodal/loader.gif);
	background-size: 40px;
	border-radius: 0px;
      width: 100% !important;
      cursor: default;
}

.nicemodal-close-button{
	cursor: pointer;
	background-image: url(../images/mynicemodal/ico-close.png);
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center left;
	border: 0;
	margin: 10px 10px 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1009;
      font-size: 9pt;
      text-transform: uppercase;
      font-weight: 500;

}

.nicemodal-close-button:hover {
	background-image: url(../images/mynicemodal/ico-close-active.png);
      color: #185B92;
}

.nicemodal-alert-message{
	background: #e74c3c;
	padding: 10px;
	margin: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	font-size: 14px;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
	margin-top: 50px;
}

.nicemodal-wrap-modal-header, .nicemodal-wrap-modal-footer{
      height: 35px;
      line-height: 35px;
      background-color: rgba(255,255,255,0.9);
      background-color: #EBEBEB;
      color: #333;;
      font-size: 12pt;
      text-transform: uppercase;
      padding: 0 0 0 10px;
      font-weight: 700;
      cursor: default;
}

.nicemodal-wrap-modal-footer{
      height: 5px;
}