@CHARSET "UTF-8";


#cancel-message {
	float:right;
	margin:20px 15px 0 0;
	width:25px;
	height:25px;
	cursor: pointer;
	z-index:4;
	background: url(images/close-icon.png) no-repeat center center;
}
/* Retina display #contact-submit */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
#cancel-message { background-size: 10px 10px; background: url(images/close-icon@2x.png) no-repeat center center; }
}

.displayed-question-actions{
	float: right;
}

.question-text{
	height: 18px; 
	line-height: 18px; 
	margin-left: 30px;
}


.loader {
    text-align: center;
	width: 160px;
	height: 100px;    
    position: fixed;
    left: 50%;
    top:50%;
    margin-left: -80px;
    margin-top: -50px;
    border: 2px solid #F4982D;
    background-color: #fff;
    border-radius: 50px;
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: #F4982D;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}



.managing-actions{
	border-collapse: collapse;
	float:right;
}

.managing-actions,.managing-actions th,.managing-actions td{
	cursor: pointer;
	font-weight: bold;
	text-align: center;

}

.managing-action-icon{
	width:60px;
	height:45px;
}

.delete{
	background-image: url(images/delete.png);
}
.full-screen{
	background-image: url(images/full.png);
	background-size:cover;
}

.myformstatus{
	display: inline;
	padding-left: 20px;
	min-height: 20px;
}

#pq-formstatus{
	display: none;
	font-weight: bold;
}

.pq-formstatus-ok{
	display: none;
	color: #48c322;
}

.pq-formstatus-error{
	display: none;
	color: red;
}

@media screen and (max-device-width: 400px){
    .myformstatus{
    	display: block;
		font-size: 10px;
		min-height: 20px;
	}
}

.pq-att{
	border-radius:1px;font-size:12px;display:inline-block;
	margin-top: 20px !important;
}
.pq-att:hover{
	text-decoration: none !important;
}

/*********** Messages dialog style ***************/
.pq-dialog {
  width:250px;
  height:150px;
  padding:2px 2px;
  position:fixed;
  top:50%;
  left:50%;
  z-index:999;
  margin:-130px 0 0 -128px;
  background-color:white;
  border:1px solid #ccc;
  border-radius:3px;
  box-shadow:0 1px 3px rgba(0,0,0,.4);
  font:normal normal 11px/1.4 Tahoma,Geneva,Arial,Sans-Serif;
  color:#444;
  visibility:hidden;
  opacity:0;
  transition:all .2s ease-out;
}

.pq-dialog-overlay {
  background-color:rgba(255,255,255,.5);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:99;
  visibility:visible;
  opacity:1;
  transition:opacity .2s ease-out;
}

.pq-dialog h2 {
  margin:0 0;
  padding:0 0;
  font:normal bold 14px/30px 'Trebuchet MS',Trebuchet,Geneva,Arial,Sans-Serif;
  padding:0 15px;
  color:#ffffff;
  background-color:#f9ac52;

	);
  position:relative;
}

.pq-dialog .pq-error{
	 background-color: ;
}

.pq-dialog .pq-success{
	 background-color: ;
}

.pq-dialog .pq-close {
  display:block;
  position:absolute;
  top:5px;
  right:12px;
  line-height:normal;
  color:white;
  text-decoration:none;
  text-shadow:none;
}

.pq-dialog .pq-dialog-content {
  margin:15px 15px 0;
  height:64px;
  font-size: 14px;
}

.pq-dialog .pq-dialog-footer {
  height:40px;
  line-height:40px;
  border-top:1px solid #ccc;
  background-color:#eee;
  text-align:center;
  padding:0 10px 0 10px;
}

.pq-dialog .pq-dialog-footer a {
  display:inline-block;
  width: 96%;
  line-height:20px;
  margin:1%;
  background-color: #F4982D;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background-color: #F4982D;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding:1%;
  font-size:11px;
	font-family:'Montserrat';
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
  color:white;
  text-decoration:none;
}

.pq-dialog .pq-dialog-footer a:hover {background-color:#E9826F;}
.pq-dialog .pq-dialog-footer a:active {background-color: #F4982D;}

.pq-dialog:target {
  visibility:visible;
  margin-top:-100px;
  opacity:1;
}

.pq-dialog:target + .pq-dialog-overlay {
  visibility:visible;
  opacity:1;
}

.pq-dialog-show {
  visibility:visible;
  margin-top:-100px;
  opacity:1;
}
.pq-overlay-show{
  visibility:visible;
  opacity:1;
}

.pq-attached-pdf{
	width:100px;
	height: 100px;
	background: url('images/pdf.png');
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
	position: relative;
}

.pq-attached-pdf div{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 0;
    font-size: 12px;
    max-height: 50px;
    line-height: 12px;
    overflow: hidden;
    position: absolute;
    vertical-align: middle;
    width: 100%;
    color: #505050
}

.pq-attached-img{
	width:100px;
	height: 100px;
	display: inline-table;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
}

.pq-progress-container{
	left: 10%;
    position: absolute;
    top: 50%;
    width: 80%;
    z-index:100;
}

.pq-meter { 
	height: 10px;  /* Can be anything */
	position: relative;
	margin: 10px 0;
	background: #555;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3);
	-moz-box-shadow   : inset 0 -1px 1px rgba(255,255,255,0.3);
	box-shadow        : inset 0 -1px 1px rgba(255,255,255,0.3);
}
.pq-meter > span {
	display: block;
	height: 100%;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	background-color: rgb(43,194,83);
	background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow: 
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	position: relative;
	overflow: hidden;
}
.pq-meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	background-image: 
	   -webkit-gradient(linear, 0 0, 100% 100%, 
	      color-stop(.25, rgba(255, 255, 255, .2)), 
	      color-stop(.25, transparent), color-stop(.5, transparent), 
	      color-stop(.5, rgba(255, 255, 255, .2)), 
	      color-stop(.75, rgba(255, 255, 255, .2)), 
	      color-stop(.75, transparent), to(transparent)
	   );
	background-image: 
		-moz-linear-gradient(
		  -45deg, 
	      rgba(255, 255, 255, .2) 25%, 
	      transparent 25%, 
	      transparent 50%, 
	      rgba(255, 255, 255, .2) 50%, 
	      rgba(255, 255, 255, .2) 75%, 
	      transparent 75%, 
	      transparent
	   );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	   -webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	       -moz-border-radius-topright: 8px;
	    -moz-border-radius-bottomright: 8px;
	           border-top-right-radius: 8px;
	        border-bottom-right-radius: 8px;
	    -webkit-border-top-left-radius: 20px;
	 -webkit-border-bottom-left-radius: 20px;
	        -moz-border-radius-topleft: 20px;
	     -moz-border-radius-bottomleft: 20px;
	            border-top-left-radius: 20px;
	         border-bottom-left-radius: 20px;
	overflow: hidden;
}

.animate > span:after {
	display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

.pq-manage-attach-pdf{
	
}