﻿
.ui-icon {
  display: inline-block!important;
}
h3 {
  font-size: 12px!important;
}

/* Structure */
html, body, form, #p-wrapper-outer {
  height: 100%;
}
form {
  overflow: auto;
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #fff;
}
.hideme {
  display: none;
  visibility: hidden;
}
body, p, li, td, span, div {
  font: 12px arial, helvetica, sans-serif;
}
a:link, a:visited, a:hover {
  text-decoration: underline;
}

#p-wrapper-outer {
  margin: 0 auto;
  padding: 0;
  text-align: center; /* for IE */
  position: relative;
  background-color: #fff;
}
#p-wrapper-outer, #p-footer-outer {
  width: 960px;
}
#p-wrapper-inner {
  text-align: left;
}

/* Header */

#p-header-outer, #p-header-inner, #user-info, #user-welcome {
  height: 60px;
}
#p-header-outer {
  background-color: #fff;
}
#p-header-inner {
  background: url(../images/cp-logo.png) no-repeat 10px center;
}
#user-info {
  margin-right: 10px;
  position: relative;
}
#user-info td, #user-info #quick-signin {
  vertical-align: middle;
}
h5 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
}
#user-welcome {
  font-size: 11px;
  text-align: right;
}
#user-welcome a {
  font-size: 11px;
}

/* Navigation */

#p-nav-outer {
  background-color: #33435C;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#p-nav-outer a:link, #p-nav-outer a:visited, #p-nav-outer a:hover {
  color: #C9E1EB;
  font-size: 14px;
}
#p-nav-inner a:link, #p-nav-inner a:visited, #p-nav-inner a:hover {
  font-weight: bold;
  display: inline-block;
  padding: 0 15px;
  text-decoration: none !important;
}
#p-nav-inner table td td {
  padding: 0;
}

#p-nav-inner div {
  display: inline;
}

#ctl00_Navigation_PortalNavigatinMenun3, #ctl00_ctl00_Navigation_PortalNavigatinMenun3 /* This is to support certain custom themes */ {
  display: none;
  visibility: hidden;
}

/* Content */

#p-content-outer {
  background-color: #fff;
}
#p-content-inner {
  padding: 20px 15px 100px 15px;
}
h1, h1 span, h2 {
  font-size: 16px;
  font-weight: bold;
}
h2 {
  margin-top: 0;
}

.unlocked-wrapper {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-top: 7px;
}

h4.unlocked {
  background: #FFC url(../images/icons/portal-unlock.png) no-repeat 3px 2px;
  margin: 0;
  padding: 3px 5px 3px 21px;
  display: inline-block;
  clear: both;
}

.RadGrid_MyCustomSkin .rgRow:hover h4.unlocked, .RadGrid_MyCustomSkin .rgAltRow:hover h4.unlocked {
  background: #eee url(../images/icons/portal-unlock.png) no-repeat 3px 2px;
}

.unlocked-list {
  padding-left: 18px;
  margin: 3px 0 0;
}

.unlocked-list li {
  padding: 5px 2px;
}

.RadGrid_MyCustomSkin .rgRow:hover a.get-started-link, .RadGrid_MyCustomSkin .rgAltRow:hover a.get-started-link {
  color: #cc0000 !important;
}

.unlocked-list li, .unlocked-list li, .unlocked-list a {
  font-size: 12px;
}

/* Footer */

#p-footer-outer {
  height: 40px;
  line-height: 40px;
  bottom: 0;
  position: fixed;
}
#p-footer-inner {
  background: #fff url(../images/conxport-logo-small.png) no-repeat 15px center;
}
#p-footer-inner p {
  padding: 0;
  margin: 0 0 0 130px;
  line-height: 40px;
}
#p-footer-inner a, #p-footer-inner a {
  font-size: 12px;
}

/* Buttons */
.ibutton, .ibutton-off, .ibutton.add, .settings .ibutton {
  color: #fff;
  font: normal 11px arial, helvetica, sans-serif;
  text-align: center;
  color: #444;
  padding: 5px 9px;
  margin: 0;
  overflow: visible; /* for IE */
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #bbb #bbb #999 !important;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#ddd));
  background: -moz-linear-gradient(top, #fefefe, #ddd);
  background-color: #eee !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 1px #f0f0f0;
  cursor: pointer;
}
.ibutton.big {
  padding: 5px 15px;
  font-size: 14px;
  width: auto;
}
.ibutton.on {
  font-weight: bold;
}
.ibutton:hover {
  background-color: #f4f4f4 !important;
}
.login-textbox, .captcha INPUT, .settings INPUT {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 6px 5px;
  display: inline-block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none;
}
#login-container .fp-logo {
  display: none;
  visibility: hidden;
}

/* Main Sign In Page */

#signin-main {
  margin-top: 25px;
}
#signin-main label {
  display: block;
  font-weight: bold;
}

/* User Profile */

.settings .label {
  width: 200px;
}
.settings td td, .settings td td td {
  padding-bottom: 20px;
}
/*.validation-error { padding: 3px 10px; border: solid 1px #990000; color: #fff !important; font-size: 11px; display: inline-block; -moz-border-radius: 4px; margin-top: 5px; margin-left: 10px; max-width: 300px; background: #cc0000 url(../../images/arrow-right.gif) no-repeat 0 -10px;}*/
.error {
  color: #cc0000;
  font-size: 11px;
}
.captcha-error {
  color: #cc0000;
  max-width: 500px;
  font-weight: normal;
}
#portal-submit {
  position: absolute;
  left: 180px;
  margin-top: 2px;
}
.ui-custom {
  padding: 4px 6px;
  font-size: 11px;
  cursor: pointer;
}
.response-status {
  font-weight: bold;
}
#response-wrapper {
  padding: 0 0 75px 0 !important;
}
/* this overwrites the rule in response.css */
.response-description {
  font-size: 11px;
}
.response-id, .response-name {
  font-size: 14px;
}
a.response-name {
  text-decoration: none;
  color: #333;
  border-bottom: dashed 1px #ccc;
}
.response-percent {
  margin-left: 10px;
}

/* sets the dimensions for questions in FormBuilder and in Response */
.small, .Small {
  width: 100px;
}
.medium, .Medium {
  width: 250px;
}
.large, .Large {
  width: 350px;
}
.Xsmall {
  width: 50px;
}

/* For toolbars on the reviewer desktop and response */

.toolkit div {
  display: inline-block !important;
}

.toolkit-button {
   -moz-border-bottom-colors: none;
   -moz-border-image: none;
   -moz-border-left-colors: none;
   -moz-border-right-colors: none;
   -moz-border-top-colors: none;
   background: -moz-linear-gradient(center top , #FFF 0pt, #E0E0E0 100%);
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#E0E0E0));
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E0E0E0',GradientType=0 ); /* IE6-9 */
   display: inline-block;
   border-color: #CCC #CCC #AAA;
   border-radius: 3px 3px 3px 3px;
   border-style: solid;
   border-width: 1px;
   box-shadow: 0 0 1px #fff inset;
   color: #444 !important;
   cursor: pointer;
   font-size: 11px;
   font-weight: bold;
   height: 2.95em;
   line-height: 2.95em;
   padding: 0 0.91em;
   text-shadow: 0 0 0 transparent, 0 1px 0 #fff;
   vertical-align: middle;
   text-decoration: none !important;
}

.toolkit-button:hover {
  border: solid 1px #c6c6c6;
  background: -moz-linear-gradient(center top , #f8f8f8 0pt, #f1f1f1 100%);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#f1f1f1));
}

.toolkit-button.collapse-right {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.toolkit-button.collapse-left {
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  margin-left: -1px;
}

.toolkit-button.collapse-both {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-left: -1px;
  margin-right: -1px;
}

/* Common properties for all buttons of this type */
.toolkit-button .previous, .toolkit-button .next, .toolkit-button .back {
  vertical-align: middle;
  background-image: url(../Images/workspace-sprites.png);
  background-repeat: no-repeat;
}

/* For the status dropdown */
.toolkit-button.status {
  padding: 0;
}

/* Return to Desktop */
.toolkit-button .back {
  background-position: 0 -120px;
  height: 16px;
  width: 16px;
}
/* Previous Step */
.toolkit-button .previous {
  background-position: 0 -150px;
  height: 14px;
  width: 8px;
  margin-right: 5px;
}
/* Next Step */
.toolkit-button .next {
  background-position: 0 -180px;
  height: 14px;
  width: 8px;
  margin-left: 5px;
}
.youtube {
  border: solid 1px #ccc;
}
.preview-mode {
  background-color : #FFC;
  border: dotted 1px #E66400;
  padding: 8px 10px;
}
.preview-mode h1 {
  margin: 0;
}
.RadCaptcha {
  margin: 5px 0 15px 0;
}
.session-timeout {
  border: solid 1px #ecd86f;
  background-color: #f9edbe;
  padding: 5px;
  font-size: 11px;
  color: #630;
  margin: 0;
}
/* Question and Answers for "Send to Submitter" feature */

.comment-wrapper {
  color: #333 !important;
}
.comment-wrapper ul {
  padding: 0;
  margin: 0;
}
.comment-wrapper li {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 5px;
  border-bottom: solid 1px #eee;
}
.comment-wrapper li:hover {
  background-color: #f4f4f4;
}
.response-comment-body {
  margin-left: 50px;
}
.response-comment-text {
  font-size: 14px;
  font-weight: bold;
}
.response-comment-text.submitter {
  font-size: 12px;
  font-weight: normal;
}
.response-comment-username {
  font-weight: bold;
}
.timestamp {
  font-size: 11px;
  color: #999;
}
.timestamp:before {
  content: "Question Posted on ";
}
.timestamp.reply:before {
  content: "Answer Posted on ";
}                 
.avatar {
  border: solid 1px #dbdbdb;
  float: left;
  vertical-align: top;
}

.comment-link {
  margin-left: 7px;
  padding-left: 25px;
  background: url(../images/comment-icon2.png) no-repeat 0px 4px;
}

.rgMasterTable a {
  display: inline-block;
}
.action-links a {
  margin-right: 0;
}
.RadGrid .rgRow td, .RadGrid .rgAltRow td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  border-bottom: solid 1px #eee !important;
}

.dialog-content {
  padding: 10px 5px;
}

.dialog-content .editable {
  margin-top: 10px;
}