/*Dashboard*/
h3 {
  font-size: 1.2em;
  font-weight: normal;
  z-index: 20;
}

.module .comments {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  height:170px;
  font-family: Georgia;
}

table.comments {
  width: 100%;
  padding-right: 10px;
}

table {
  border-spacing: 0px;
}
table th, table td {
  border-top: dashed 1px #cccccc;
}
.table-condensed th, .table-condensed td {
  cursor: pointer;
  font-weight: normal;
  padding: 5px;
}
.table-condensed tr:hover td {
  background: #ddd;
  color: #444;
}
.tip {  
  width:100%;
}
/* .side-scroller {
  position: relative;
  width: 200px;
  height: 280px;
  overflow: visible;
  border-right: solid 1px #CCC;
  float: left;
  z-index: 10;
  margin-top: -1px;
}
.side-scroller ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
.side-scroller ul.css-call li {
  position: relative;
  height: 42px;
  margin-top: -1px;
}
.side-scroller ul.css-call li:first-child {
  margin-top: 0;
}
.side-scroller ul.css-call li a {
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  cursor: default;
  vertical-align: top;
  border: 1px solid #ccc;
  border-left: none;
  -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,.5);
  -moz-box-shadow: inset 0 0 1px rgba(255,255,255,.5);
  box-shadow: inset 0 0 1px rgba(255,255,255,.5);
  font-size: 14px;
  font-weight:normal;
  line-height: 1.5em;
  text-align: left;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: padding-left linear .1s;
  -moz-transition: padding-left linear .1s;
  -ms-transition: padding-left linear .1s;
  -o-transition: padding-left linear .1s;
  transition: padding-left linear .1s;
}
.side-scroller ul.css-call li:first-child a,
.side-scroller ul.css-call li a.active-one {
  border-top: none;
}
.side-scroller ul.css-call li a:hover,
.side-scroller ul.css-call li img:hover ~ a { 
  background: #f8f8f8;
  text-decoration: none;
  height: 100%;
  padding-left: 44px;
  position: absolute;
  width: auto;
  overflow: visible;
  text-overflow: clip;
}
.side-scroller ul.css-call li img {
  opacity: .65;
}
.side-scroller ul.css-call li img:hover {
  opacity: 1;
}
.side-scroller ul.css-call li img:hover ~ a {
  background-color: #f4f4f4;
  color: #1a1a1a;
}
.active-one {
  background: #5bb75b !important;
  color: #fff !important;  
  height: 21px;
}
.active-one a { 
  color: #ffffff !important;  
  height: 21px;
} */
.overlay-one, .overlay-two {
  display:none;
  z-index:10000;
    background: #f9f9f9 url(../../../Dashboard/img/bg-transparent.png) repeat 0 0;
    padding:20px;
    color:#333;
    width:675px;
    border: 3px solid #fff;
    border-radius: 8px 8px;
  -moz-border-radius: 8px 8px;
  -webkit-border-radius: 8px 8px; 
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.overlay-one p, .overlay-two p {
  font-size: 1.2em;
  line-height: 2em;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.overlay-one h1, .overlay-two h1 {
  padding: 0;
}
.overlay-one .close, .overlay-two .close {
    background-image:url(../../../Dashboard/img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
.overlay-one .logo {
  width:75px;
}
.overlay-two p {
  text-align:center;
  background:#000;
}
span.modal-date {
  font-size: .7em;
}

.description {
  display: block;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 10px 220px;
  min-height: 259px;
  width: 680px;
  overflow: hidden;
}

.scrollable {
  position:relative;
  overflow:hidden;
  width: 330px;
  height:190px;
}
.scrollable .items {
  width:20000em;
  position:absolute;
}
.items div {
  float:left;
}
.tips-bg {
  position:relative;
  display:block;
  width:330px;
  height:190px;
  /*background: url(../../../Dashboard/img/play-two.png) no-repeat 0 0;*/
  z-index: 1000;
}
/*.tips-bg:hover {
  background: url(../img/play-two.png) no-repeat 0 -190px;
}*/
img.tips-image {
  position:absolute;
  bottom:0px;
  z-index: 999;
}
.btn-nav-slider-left {
  background: url(../../../Dashboard/img/arrow-big-left.png) no-repeat 5px 0;
  position:absolute;
  left:0px;
  top:45%;
  height:51px;
  width:35px;
  z-index: 9000;
  cursor:pointer;
}
.btn-nav-slider-left:hover {
  background: url(../../../Dashboard/img/arrow-big-left.png) no-repeat 5px -51px;
}
.btn-nav-slider-right {
  background: url(../../../Dashboard/img/arrow-big-right.png) no-repeat 0 0;
  position:absolute;
  right:0px;
  top:45%;
  height:51px;
  width:35px;
  z-index: 9000;
  cursor:pointer;
}
.btn-nav-slider-right:hover {
  background: url(../../../Dashboard/img/arrow-big-right.png) no-repeat 0 -51px;
}
form {
/*  margin: 0 auto;
  width:200px;*/
}

/* Charts
================================================== */

.Bbarchart {
  width: 305px;
  height: 180px;
  margin-top: 0px;
  position: absolute;
  left: 25px;
  z-index: 1;
}
.Qpiechart {
  width: 455px;
  height: 200px;
  margin-top: 0px;
  position: absolute;
  right: 15px;
  z-index: 1;
}

.length {
  width: 298px !important;
}
#online-reputation {
	padding-bottom: 0;
	height: auto;
	min-height: 95px;
}
.print-only {
	display: none !important;
}
.module {
  background: #FFF url(../../../Dashboard/img/header-bg_v2.jpg) repeat-x 0 0;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border: solid 1px #CCC;
  padding:2px 10px 10px 10px;
  color:#666666;
  margin-bottom:20px;
}
.module hr {
  margin: 0 0 10px 0;
}
.module h3 {
  color: #ffffff;
  margin: 0;
  margin-bottom: 13px;
  font-size: 1.2em;
  font-weight: normal;
  text-align: center;
}
.module-a {
  height:210px;
}
.module-b {
  height:290px;
  padding-left: 0px;
  border: none;
}
.module-b h3 {
  margin-bottom: 3px;
  margin-left: 10px;
}
.module-c {
  height:210px;
  padding-left: 0px;
  padding-right: 0px;
}
.module-c h3 {
  margin-bottom: 3px;
  margin-left: 10px;
}
.position {
  position:relative;
}
.btn-info:hover {
  background-color: #d9edf7; 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#afd9ee), to(#d9edf7));
  background-image: -webkit-linear-gradient(top, #afd9ee, #d9edf7);
  background-image: -moz-linear-gradient(top, #afd9ee, #d9edf7);
  background-image: -ms-linear-gradient(top, #afd9ee, #d9edf7);
  background-image: -o-linear-gradient(top, #afd9ee, #d9edf7);
}
.btn-error {
  background-color: #c72f29; 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#990000), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #990000, #c72f29);
  background-image: -moz-linear-gradient(top, #990000, #c72f29);
  background-image: -ms-linear-gradient(top, #990000, #c72f29);
  background-image: -o-linear-gradient(top, #990000, #c72f29);
}
.btn-error:hover {
  background-color: #990000; 
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c72f29), to(#990000));
  background-image: -webkit-linear-gradient(top, #c72f29, #990000);
  background-image: -moz-linear-gradient(top, #c72f29, #990000);
  background-image: -ms-linear-gradient(top, #c72f29, #990000);
  background-image: -o-linear-gradient(top, #c72f29, #990000);
}

.container .one-third.column.module {
  width: 271px;
}

.description h3 {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #666;
  text-shadow: 0 0 0;
  font-weight: normal;
  margin-left: 0px;
  margin-bottom: 10px;
  text-align: left;
  padding: 15px 0 5px 0;
  z-index: 0;
}
.dashboard-answers {
  height: 0px;
  overflow: hidden;
}
.description .dashboard-answers ul {
  padding-left: 30px;
}
.description .dashboard-answers li {
  padding-left: 10px;
}
span.long-question {
  font-weight: bold;
  display: none;
}
span.short-question {
  font-weight: bold;
  display: inline;
}
.description img {
  display: inline;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* #products a {text-decoration: none;}

.edit-question-name {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: -30px;
  width: 20px;
  height: 20px;
  padding: 10px 0 10px 12px;
  background: #5bb75b;
  background: transparent;
  cursor: pointer;
  -webkit-transition: left linear .1s;
  -moz-transition: left linear .1s;
  -ms-transition: left linear .1s;
  -o-transition: left linear .1s;
  transition: left linear .1s;
}
.side-scroller ul.css-call li:hover .edit-question-name,
.edit-question-name.visible {
  left: 0;
}
.side-scroller ul.css-call li:hover .edit-question-name.hidden {
  display: none;
}
input[name*="ShortName"] {
  height: 30px;
  position: absolute;
  width: 179px;
  padding: 0 5px;
  top: 5px;
  left: 4px;
}
input[name*="ShortName"]:focus ~ a,
.edit-question-name.hidden + input[name*="ShortName"]:focus ~ a {
  background-color: #f8f8f8;
} */


/* #Media Queries
================================================== */

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {}

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {}

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {}

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {}

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */

@font-face {
    font-family: 'quicksand_boldregular';
    src: url('../fonts/quicksand_bold-webfont.eot');
    src: url('../fonts/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand_bold-webfont.woff') format('woff'),
         url('../fonts/quicksand_bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand_bold-webfont.svg#quicksand_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand_bookregular';
    src: url('../fonts/quicksand_book-webfont.eot');
    src: url('../fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand_book-webfont.woff') format('woff'),
         url('../fonts/quicksand_book-webfont.ttf') format('truetype'),
         url('../fonts/quicksand_book-webfont.svg#quicksand_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand_lightregular';
    src: url('../fonts/quicksand_light-webfont.eot');
    src: url('../fonts/quicksand_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand_light-webfont.woff') format('woff'),
         url('../fonts/quicksand_light-webfont.ttf') format('truetype'),
         url('../fonts/quicksand_light-webfont.svg#quicksand_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.comments td {
  font-size: 15px;
  line-height: 15px;
}
.container .sixteen.columns.module {
  width: 99%;
  height: 300px;
}






















/* ALL THE PRESENTATIONAL STUFF */


/* layout */
.side-scroller *,
.side-scroller *:before,
.side-scroller *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.side-scroller {
  width: 200px;
  height: 280px;
  border: solid 1px #ccc;
  float: left;
}

.side-scroller ul,
.side-scroller li {
  margin: 0;
  padding: 0;
}

.side-scroller ul {
  list-style-type: none;
}

.side-scroller li {
  border-top: 1px solid #ccc;
}

.side-scroller li:first-child {
  border-top: none;
}

.side-scroller a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 0 12px;
  -webkit-transition: padding-left linear .1s;
  -moz-transition: padding-left linear .1s;
  -ms-transition: padding-left linear .1s;
  -o-transition: padding-left linear .1s;
  transition: padding-left linear .1s;
  height: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  cursor: default;
}

.side-scroller li:hover a {
  padding-left: 42px; /* gives space for absolutely-positioned image */
}

.side-scroller .edit-question-name,
.side-scroller .question-name {
  background-color: inherit;
}

.side-scroller .edit-question-name {
  position: absolute;
  left: -32px;
  -webkit-transition: left linear .1s;
  -moz-transition: left linear .1s;
  -ms-transition: left linear .1s;
  -o-transition: left linear .1s;
  transition: left linear .1s;
  top: 0;
  width: 42px;
  height: 40px;
  padding: 10px 10px 10px 12px;
  cursor: pointer;
}

.side-scroller li:hover .edit-question-name {
  left: 0;
}

.side-scroller .edit-question-name img {
  width: 100%;
  height: auto;
  vertical-align: top;
  opacity: .65;
}

.side-scroller .edit-question-name:hover img {
  opacity: 1;
}

.side-scroller .question-name {
  padding: 10px 12px 10px 0;
  position: relative;
}

.side-scroller .question-name:after {
  content: '';
  display: block;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.side-scroller .question-name span {
  margin-left: 2px;
}

.side-scroller input.short-name {
  height: 30px;
  position: absolute;
  width: 179px;
  padding: 0 5px;
  top: 5px;
  left: 4px;
  /* @todo : lots of magic numbers here... */
}


/* background and text colors */
.side-scroller li {
  background-color: #fff;
  color: #555;
}

.side-scroller li:hover {
  background: #eee;
  color: #4a4a4a;
}

.side-scroller .edit-question-name:hover,
.side-scroller .edit-question-name:hover ~ .question-name {
  background: #ddd;
  color: #1a1a1a;
}

.side-scroller li.active-one {
  background: #4ba747;
  color: #eee;
}
.side-scroller li.active-one .edit-question-name:hover,
.side-scroller li.active-one .edit-question-name:hover ~ .question-name {
  background: #5bb75b;
  color: #fff;
}

.side-scroller a,
.side-scroller a span {
  background-color: inherit;
  color: inherit;
}


/* overflow stuff */
.side-scroller {
  overflow-y: scroll;
  z-index: 10;
}

.side-scroller li {
  position: relative;
  overflow: hidden;
}

.side-scroller a {
  overflow: hidden;
}

.side-scroller li:hover a {
}

.side-scroller .question-name,
.side-scroller .question-name span {
  display: block;
  overflow: hidden;
}

.side-scroller .question-name span {
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.side-scroller li:hover .question-name span {
  width: auto;
  overflow: visible;
}


/* showing / hiding */
.side-scroller .edit-question-name.hidden,
.side-scroller .edit-question-name.hidden ~ .question-name {
  display: none;
}

.side-scroller .edit-question-name.hidden ~ input.short-name {
  display: block;
}
table.question-answers {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border: none;
}
table.question-answers th {
	background: #13548a url(../../../Dashboard/img/header-bg_v2.jpg) repeat-x 0 0;
	color: #FFF;
	border: none;
}
table.question-answers tr:first-child td{
	border-top: none;
}

/* @-webkit-keyframes question-scroll {
  0%   { left: 0; }
  100% { left: -100%; }
}
@-moz-keyframes question-scroll {
  0%   { left: 0; }
  100% { left: -100%; }
}
@-o-keyframes question-scroll {
  0%   { left: 0; }
  100% { left: -100%; }
}
@keyframes question-scroll {
  0%   { left: 0; }
  100% { left: -100%; }
}
.side-scroller li:hover .question-name span {
  -webkit-animation: question-scroll linear 5s infinite alternate;
  -moz-animation: question-scroll linear 5s infinite alternate;
  -o-animation: question-scroll linear 5s infinite alternate;
  animation: question-scroll linear 5s infinite alternate;
} */



/* all done */




/* the following print styles courtesy of h5bp */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* print styles particular to vsurv dashboard */
@media print {

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.print-only {
		display: block !important;
	}
	#utility,
	#menu-container,
	#footer-container,
	#practice-tips,
	.side-scroller,
	.question-answers h3 img {
		display: none;
	}
	
	#header-container {
		height: auto;
	}
	
	.header-right {
		padding-top: 25px;
		padding-right: 6px;
	}
	
	#client-comments,
	#survey-questions {
		width: 100%;
		height: auto;
	}
	
	.module .comments {
		height: auto;
		overflow: auto;
	}
	

	table.comments td {
		padding: 10px 5px;
	}
	
	.comment-stamp {
		width: 200px;
		vertical-align: top;
	}
	
	.comment-date,
	.comment-time,
	tr:hover .comment-date,
	tr:hover .comment-time {
		display: inline;
	}
	
	#survey-questions {
		border:none;
	}
	table.question-answers tr:first-child td{
		border-top: dashed 1px #cccccc;
	}
	.description {
		display: block !important;
		padding: 10px;
		margin: 0 0 30px;
		min-height: none;
		overflow: auto;
		width: 100%;
		border: solid 1px #CCC;
  		border-radius: 8px;
  		page-break-inside: avoid;
	}
	
	.side-scroller + .description {
		/*border-top: none;*/
	}
	
	.dashboard-answers {
		overflow: auto !important;
		height: auto !important;
	}
	
	#survey-statistics {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	
	.Qpiechart {
		position: relative;
		float: right;
		margin:0 auto;
	}
	
	#survey-statistics .highcharts-container svg {
		-webkit-transform: translateX(-10px) scale(.95);
		-moz-transform: translateX(-10px) scale(.95);
		-ms-transform: translateX(-10px) scale(.95);
		-o-transform: translateX(-10px) scale(.95);
		transform: translateX(-10px) scale(.95);
	}

	.report-date-range {
		font-size: 1.6em;
		margin-top: 2em;
	}
	#survey-questions, #client-comments {
		page-break-before: always;
		display: block;
		float: none;
	}
}