@charset "UTF-8";
.cPopShadow{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.25);}
.cPopShadow.modalClose{cursor:pointer;}
.cPopWrap{position:absolute;top:0%;left:0%;border-radius:5px;border-radius:3px;}
.cPopWrap.open{box-shadow: 0 0 10px rgba(0,0,0,.5);}
.cPopWrap .content{position:relative;}
.cPopWrap .head{cursor:pointer;
padding:0px 40px 0px 5px;
background:#fcfcfc ;
text-align: left;

border-bottom: 1px solid #e5e5e5;
z-index:2;
}
.cPopWrap .head .txt{line-height:40px;overflow:hidden;font-weight:300;font-family:Open Sans;font-size:18px;color:#ff634d;padding:0px 10px;}
.cPopWrap .head .txt *{font-size:18px;color:#ff634d;}
.cPopWrap .close{opacity:.3;cursor:pointer;position:absolute;top:0px;right:0;background:url(../images/cPop/cross.png) center no-repeat;z-index:2;width:40px;height:40px;
-webkit-transition:.7s ease !important;
	-moz-transition:.7s ease !important;
	-o-transition:.7s ease !important;
	transition:.7s ease !important;}
.cPopWrap .resize{display:none;opacity:.6;cursor:pointer;position:absolute;top:0;right:80px;background:url(../images/cPop/selection-resize.png) center  no-repeat;z-index:2;width:40px;height:40px;}
.cPopWrap .resize.sized{background:url(../images/cPop/selection-resize-actual.png) center 10px no-repeat;}
.cPopWrap .close:hover, .cPopWrap .resize:hover{opacity:1;}

.cPopWrap .body{margin: 0 auto;
  padding:10px;
  background:#fff;min-height:50px;
  max-width:1100px;padding-bottom:45px!important;
}
.cPopWrap .body.noBottom{padding-bottom:0px!important;}
.cPopWrap .body.full{position:fixed!important;top:37px;right:0!important;left:0!important;bottom:0!important;margin-top:0!important;min-height:0!important;min-width:0!important;min-height:0!important;margin-left:0!important;margin-right:0!important;min-width:100%!important;width:100%!important;}
.cPopWrap.full{position:fixed!important;top:0;right:0;left:0;bottom:0!important;margin-top:0!important;min-height:0!important;min-width:auto!important;min-height:auto!important;margin-left:0!important;margin-right:0!important;min-width:0px!important;width:auto!important;}
.cPopWrap.semi_full{position:fixed!important;top:0;bottom:0!important;margin-top:0!important;min-height:0!important;min-width:auto!important;min-height:auto!important;margin-left:0!important;margin-right:0!important;min-width:0px!important;width:auto!important;}
.cPopWrap.loading{position:fixed;top:0;left:0;bottom:0;right:0;min-width:100px;min-height:100px;margin-left:-50px;margin-top:-50px;background:url(../images/blackLoader.gif) center no-repeat;}
.cPopWrap .loader{position:absolute;top:0;right:0;bottom:0;left:0;display:none;z-index:2;background:rgba(255,255,255,.4) url(../images/ajaxLoader.gif) center no-repeat;}

.cPopWrap .configurations{border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;padding:5px;background:#d7d7d7 url(../images/cPop/botMenuBg.png) top repeat-x;border-top:#e5e5e5 1px solid;position:relative;margin-top:-1px;}

.cPopWrap .popBot{position:absolute;bottom:0;left:0;right:0;border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;}
.cPopWrap .popBot{padding:10px;background:#f6f6f6;border-top:#dedede solid 1px;text-align:center;}