/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000000;
	overflow: hidden;
}
/*#cboxWrapper {
	padding: 10px;
}*/
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
}
#cboxTitle {
	margin: 0;
	background-color: #fff;
	color: #000;
	text-indent: 20px;
	width: 100%;
	font: bold 24px/44px Arial, Helvetica, sans-serif;
	height: 34px;
	padding: 15px 0 5px;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}
#cboxOverlay {
	background: #000;
}
#colorbox {
	position: absolute;
	top: 100px;
	outline: 0!important;
	height: auto;
	overflow: auto;/*background: url(../images/popup_brd.png) repeat;*/
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
#cboxContent {
	margin-top: 0
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 0;
	background: #fff;
	margin-top: 50px;
}
#cboxTitle {
	position: absolute;
	top: 0;
	left: 0;
	font: 22px 'OpenSansBold';
	color: #3773AC;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}
/* #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
       */
#cboxLoadingOverlay {
	background: #000;
}
#cboxLoadingGraphic {
	background: url(../images/colorbx-loading.gif) no-repeat center center;
}
#cboxClose {
	background: url(../images/sprite_index.png) no-repeat 0 -538px;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 26px;
	position: absolute;
	right: 0;
	top: 0;
}
/*.scroling_div{width:98%;height:390px;margin-bottom:20px;overflow:auto;padding: 5px 0 0 10px;}*/
#cboxNext {
	display: none;
}
#cboxPrevious {
display: :none;
}
/* .btnSubmit {
	color: #FEFEFE;
	font-size: 14px;
	text-align: center;
	background: #3773AC;
	outline: none;
	border: none;
	padding: 8px 25px;
	transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-webkit-transition: background .2s ease-in-out;
} */
.pnrt .pt#colorbox {
  left: 9% !important;
  width: 1010px !important;
  /*height:600px !important;*/
}
.pnrt .pt #cboxWrapper {
  width: 1010px !important;
 /* height:600px !important;*/
}
.pnrt .pt #cboxWrapper {
  width: 1010px !important;
  /*height:600px !important;*/
}
.pnrt .pt #cboxLoadedContent {
  width: 1000px !important;
  /*height:600px !important;*/
}
.pnrt .pt #cboxContent {
  width: 1000px !important;
 /* height:600px !important;*/
}