

/* -----------------------------------------------
 * Global
 * ------------------------------------------------ */

body {
  /* Move down content because we have a fixed navbar that is 50px tall */ 
  padding-top: 175px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;

  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
/* a {
  color: #006699;
} */

a {
  color: #c8102e;
}

/* a:focus, a:hover {
    color: #ff9800;
} */

a:focus, a:hover {
    color: #c4c6c6;
}

.tealLink {
  color: #006699;
}
.tab-content .icon.bar-icon {
  color:#fff;
}
/* .legend .icon {
  color:#006699;
} */
.legend .icon {
  color:#505759;
}

.displayOff {
  display:none;
}

.center-block {
  text-align: center;
}

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

hr.dotted {
  border-top: dotted 1px;
}

.title-input {
  position:relative;
  width:90%;
}

.popover {
  width:500px;
}

/* .submenu-link {
  text-decoration:underline;
  cursor:pointer;
  color:#006699;
} */
.submenu-link {
  text-decoration:underline;
  cursor:pointer;
  color:#505759;
}

/* .submenu-link:hover {
  color: #ff9800;
} */
.submenu-link:hover {
  color: #c4c6c6;
}

/* .submenu-link.active {
  color: #ff9800;
} */
.submenu-link.active {
  color: #c4c6c6;
}
section {
  margin-top:20px;
  margin-bottom:40px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ddd;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  /* IE 5-7 */
  filter: alpha(opacity=30);

  /* Netscape */
  -moz-opacity: 0.3;

  /* Safari 1.x */
  -khtml-opacity: 0.3;

  /* Good browsers */
  opacity: 0.3;
  border-color:#000;
}
.transparent-class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */

.navbar-fixed-top {
  border: 0;
}

.navbar-default {
    background-color: #fff;
    border: 1px solid #ddd;
}
/* .navbar-default .navbar-nav>li>a {
    color: #006699;
} */
.navbar-default .navbar-nav>li>a {
    color: #7a99ac;
}
/* .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ff9800;
} */
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #c4c6c6;
}
.nav-title, .brand-title {
    font-size: 14px;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;

}
/* .nav.navbar-nav .icon:hover {
    color: #ff9800;
} */
.nav.navbar-nav .icon:hover {
    color: #c4c6c6;
}

.nav-title:hover { opacity: 1; }

/* .logo {
  width: 120px;
  margin-left:5px;
} */
.logo {
  width: 160px;
  margin-left:2px;
}

/* .brand-title {
    text-align: center;
    display:block;
    margin-top:5px;
    color:#006699;
    line-height: 16px;
    font-size:12px;
} */
/* .brand-title {
    text-align: center;
    display:block;
    margin-top:5px;
    color:#7a99ac;
    line-height: 16px;
    font-size:12px;
} */

.brand-title {
    text-align: center;
    display:block;
    margin-top:5px;
    color:#c4c6c6;
    line-height: 16px;
    font-size:12px;
}

.navbar-brand {
  height:auto;
}

/* -----------------------------------------------
 * Buttons
 * ------------------------------------------------ */

/* .ion-ios-information-outline {
  color: #006699;
} */
.ion-ios-information-outline {
  color: #7a99ac;
}
.info-btn {
  background: none;
  border: none;
  width:30px;
  padding:0;
  margin:0;
  line-height: 0;

}
.info-title-btn {
  position:absolute;
  top:32px;
  right:32px;
}
#rep_surveyQuestion {
  width:90%;
}
.report-question-title-btn {
  margin-top:5px;
  margin-right:10px;
}
.upload-btn {
  position: relative;
}
.upload-info-btn,.upload-file-info-btn,.email-upload-file-info-btn,.upload-filebg-info-btn {
  position:relative;
  top:5px;
  left:0;
}
#upload-button {
  position: relative;
}
.upload-button-info-btn {
  position:relative;
  top:5px;
  left:5px;
}

/* .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
} */

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #c4c6c6;
    border-color: #c4c6c6;
}

.btn-default, .btn-primary {
  min-width:100px;
}
/* .btn-tms-default {
  background: #fff;
  color:#006699;
  margin-right: 20px;
}
.btn-primary {
  background: #006699;
} */
.btn-tms-default {
  background: #fff;
  color:#898d8d;
  margin-right: 20px;
}
.btn-primary {
  background: #898d8d;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}
/* .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #035953;
    border-color: #035953;
} */
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus,
.btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #c4c6c6;
    border-color: #c4c6c6;
}
#mceu_1 {
  display:none;
}
#save-mce {
  margin-top: 20px;
}


/* span.blue {
  background: #ff9800;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-size:25px;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  width: 1.6em; 
} */
span.blue {
  background: #c4c6c6;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-size:25px;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  width: 1.6em; 
}

/* -----------------------------------------------
 * Input File Buttons
 * ------------------------------------------------ */

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
input[readonly].readonly-cursor {
  color:#000;
  cursor: not-allowed !important;
}
div.qq-upload-button {
  margin-bottom:10px;
}
/* -----------------------------------------------
 * Color picker
 * ------------------------------------------------ */

#picker, #topic-picker, #question-picker, #answer-picker {
  line-height:20px;
  width:auto;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* remove glow when in focus */
#picker:focus, #topic-picker:focus, #question-picker:focus, #answer-picker:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.color-box {
  width:40px;
  height:34px;
  border:1px solid #ccc;
  display:inline-block;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background:#ffffff;
}
/* -----------------------------------------------
 * Login
 * ------------------------------------------------ */

.user-logged-in { float: left; line-height:50px; margin:10px 0; }

.logged-in, .logged-in-user, .admin-link {
  min-height: 75px;
}
.logged-in-user div { float: left; line-height:50px; margin:10px 0;}

.admin-link div { float: right; line-height:50px; margin:10px 0;}
.projects-link div { float: right; line-height:50px; margin:10px 0;}

.login {
  max-width: 500px;
}
.login-form-group {
  margin-bottom:15px;
}
/*.lock-icon {
  color:#006699;
}*/
.lock-icon {
  color:#898d8d;
}

/* -----------------------------------------------
 * Main
 * ------------------------------------------------ */

/*.main-header {
  height:40px;
  background: #006699;
  color:#fff;
  text-align: center;
}*/
.main-header {
  height:40px;
  background: #505759;
  color:#fff;
  text-align: center;
}
.main-header span {
    line-height:40px;
    font-size: 15px;
}
.main {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom:20px;
}
.main.inner {
  margin-bottom: 0;
}
.main-content {
  padding: 0 20px 20px;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 0;
}

li.list-group-item.main-list-group {
  padding:0;
}
.help-content {
  padding:20px;
  border: 1px solid #ddd;
}
.survey-main-header {
  height:40px;
  background: #006699;
  color:#fff;
  text-align: center;
}
.survey-main-header span {
  font-size: 15px;
  line-height:40px;
}
div.panel.panel-default.survey-list {
  padding: 0 20px 20px;
}
.sub-main {
  padding: 20px;
}
.survey-main {
  padding:0;
}
/* .tab-content .icon {
  color:#006699;
} */
.tab-content .icon {
  color:#505759;
}
#add-edit-survey .icon {
  color:#006699;
}
#add-edit-survey .icon.bar-icon {
  color:#fff;
}
/* .icon.ion-checkmark, .icon.emailable {
  color:#ff9800;
} */
.icon.ion-checkmark, .icon.emailable {
  color:#c8102e;
}
#add-edit-survey .icon.ion-checkmark {
  color:#ff9800;
}
.sub {
  padding: 20px;
  border: 1px solid #ddd;
}
p.offset-i-icon {
  margin-bottom: 15px;
}

.bar-icon {
  font-size: 24px;
  line-height: 40px;
  margin-left:20px;
}
.exp-coll-icon {
  margin-left:15px;
}
.add-survey-icon {
  margin: 0 15px;
}
/* .logged-in-user .icon {
  color:#006699;
} */
.logged-in-user .icon {
  color:#505759;
}
/* -----------------------------------------------
 * Content in Panels
 * ------------------------------------------------ */

.panel-title {
  font-size: 15px;
}
/* .content-panel.panel.panel-default>.panel-heading {
  color: #fff;
  background-color: #4c94b7;
  border-color: #666;
  padding:0;
} */
.content-panel.panel.panel-default>.panel-heading {
  color: #fff;
  background-color: #c4c6c6;
  border-color: #666;
  padding:0;
}
.content-panel.panel.panel-default>.panel-heading.active {
  background-color: #ff9800;
}
.content-panel.panel..panel-default>.panel-heading.survey-heading {
  background-color: #006699;
}
.panel-group {
  margin-top:20px;
}
.help.panel-group {
  margin-top:0px;
}
.panel-group, .panel-group .panel, .content-panel.panel.panel-default:last-child {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-heading {
  padding: 0px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
ul.main-list-group li.main-list-group-item {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
    border:none;
    background: none;
    padding:0;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item, .first-list {
  border-width: 0;
  border-radius: 0;
}
li.list-group-item.clearfix.ui-sortable-handle {
  cursor: move;
}
li:nth-child(even).list-group-item  {
  background: #f4f4f4;
}
li:nth-child(even).list-group-item.survey-list  {
  background: #fff;
}
div.panel-heading {
  cursor: pointer;
}
div.panel-heading:hover h4 a {
  color:#006699;
}
div.panel-heading a {
  color:#fff;
}
div.survey-main-header a {
  color:#fff;
}
div.help.panel-heading a {
  color:#006699;
  display:block;
  padding:10px 0;
}
/* div.help.panel-heading a:hover {
  color:#ff9800;
  text-decoration: none;
} */
div.help.panel-heading a:hover {
  color:#c4c6c6;
  text-decoration: none;
}
/* div.help.panel-heading[aria-expanded="true"] a {
  color:#ff9800;
} */
div.help.panel-heading[aria-expanded="true"] a {
  color:#c4c6c6;
}
h4.help.panel-title, div.panel-body {
  line-height: 24px;
}
div.help-content img {
  margin-bottom:10px;
}
.list-group, .main-list-group {
  margin-bottom:0;
}
.list-group-item {
  padding: 0 20px;
  line-height: 40px;
  margin-bottom:0;
}
.list-group-item.survey-list {
  padding: 0px;
  line-height: 40px;
  margin-bottom:0;
}
li.list-group-item.first-list {
  padding-left:0;
}
.content-title {
  padding:0 4px;
}
.content-tools {
  width:30px;
  display:inline-block;
  text-align:center;
  vertical-align: top;
}
.content-tools-divider {
  display:inline;
  width:auto;
}
div.tools-set {
  display:inline-block;
}
div.tools-set a {
  color:#000;
}
div.tools-set.pull-right span.content-type {
  padding: 0;
}
#collapse-expand-all, .single-coll-exp {
  width:54px;
}
.add-tool {
  cursor:pointer;
  line-height: 40px;
}
.center-heading{
	line-height: 40px;
	text-align: center;
}
.icon.disabled-tool {
  cursor: not-allowed;
  color:#ccc;
}
div#select-item-type div.form-group {
  margin-bottom:0;
}
/* .icon.icon-ios-cloud-sync-outline {
  color:#ff9800;
}
.icon.icon-ios-cloud-sync-outline:hover {
  color:#006699;
}
.icon.icon-ios-cloud-sync-outline:active {
  color:#ff9800;
} */
.icon.icon-ios-cloud-sync-outline {
  color:#c8102e;
}
.icon.icon-ios-cloud-sync-outline:hover {
  color:#c4c6c6;
}
.icon.icon-ios-cloud-sync-outline:active {
  color:#c8102e;
}
.sync {
  line-height: 0px;
  width:56px;
}
/* .sync a {
  color:#ff9800;
  font-size:14px;
  text-align: center;
  line-height: 10px;
} */
.sync a {
  color:#c8102e;
  font-size:14px;
  text-align: center;
  line-height: 10px;
}
.sync p {
  margin:0;
}
/* .sync a:hover {
  color:#006699;
  text-decoration: none;
} */
.sync a:hover {
  color:#c4c6c6;
  text-decoration: none;
}
/* .sync a:active {
  color:#ff9800;
  text-decoration: none;
} */
.sync a:active {
  color:#c4c6c6;
  text-decoration: none;
}
.icon-ios-cloud-sync-outline {
  position: relative;
  line-height: 32px;
}

/* -----------------------------------------------
 * Survey
 * ------------------------------------------------ */
#add-survey a {
  color:#fff;
}


/* -----------------------------------------------
 * Help
 * ------------------------------------------------ */

.video-list {
  margin:20px 0;

}
.resource {
  max-width:100px;
  text-align:center;
  margin:0 auto;
  min-height: 210px;
}
.resource-optimization {
  width:100px;
  height:139px;
}
.video-list img {
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  border: 1px solid #006699;
}


/* -----------------------------------------------
 * Control - Filter
 * ------------------------------------------------ */

.filter {
  margin-bottom:20px;
}
.filter input {
  text-align:center;
}


/* -----------------------------------------------
 * Project Tab
 * ------------------------------------------------ */

.project-tabs {
  margin-top:10px;
}
/* .nav-tabs>li>a {
  margin-right:4px;
  color:#fff;
  border-radius: 16px 16px 0 0;
  line-height: 1;
  background: #4c94b7;
} */
.nav-tabs>li>a {
  margin-right:4px;
  color:#fff;
  border-radius: 16px 16px 0 0;
  line-height: 1;
  background: #c4c6c6;
}
.nav-tabs>li>a:hover {
    border-color: #ddd #ddd #ddd
}
.tab-content {    
  padding: 20px;
  background: white;
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #eee;
}
/* .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color:#006699;
} */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color:#505759;
}
/* .nav-tabs>li>a:hover {
    color: #ff9800;
    background-color: #fff;
} */
.nav-tabs>li>a:hover {
    color: #c4c6c6;
    background-color: #fff;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #f5f5f5;
    color: #006699;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #006699;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333 !important;
    outline: none !important;
    outline-offset: -2px
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #adadad;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: none !important;
}

/* -----------------------------------------------
 * Email Tab
 * ------------------------------------------------ */

#email-preview-container {
  width:100%;
  border:1px solid #ddd;
  min-height:300px;
  -webkit-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 4px 4px 15px 0px rgba(0,0,0,0.3);
  margin:0 auto;
  padding:20px;
}
#email-preview {
  margin:0 auto;
  max-width:580px;
}


/* -----------------------------------------------
 * Reports
 * ------------------------------------------------ */

.main-report {
  padding:20px;
}

.report-header {
  position: relative;
}

.report-header .back-btn {
  position: absolute;
  left:20px;
}

.report-header .back-btn, .back {
  line-height: 40px;
  font-size:15px;
  cursor: pointer;
}

.report-header .back {
  padding-left: 10px;
}

.customize-report {
  max-width:640px;
}
div#custom-badgescan-data {
  display: none;
  padding: 0 40px;
}
input#customReportFilename.form-control {
  width:90%;
  display: inline-block;
}

.reports {
  text-align: center;
}
.reportBlocks {
  border:1px solid #ddd;
  padding:0 20px;
  min-height: 198px;
  cursor:pointer;
  margin-bottom:30px;
}
.reportBlocks.btmRow {
  margin-bottom: 0px;
}
.reportBlocks h3, .reportBlocks h4 {
  color:#505759;
}
.reportBlocks h3 {
  margin:0;
}
.reportBlocks h4 {
  margin:5px 0 10px 0;
}
.reportBlocks .icon {
  line-height: 1;
}
.reportBlocks p {
  font-style: italic;
  text-align: left;
}
.reportBlocks i.icon.icon-ios-person-circle.size-48 {
  line-height:66px;
}
/*#reportsTab .icon {
  color:#006699;
}*/
#reportsTab .icon {
  color:#505759;
}


/* div.customize-reports .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color:#ff9800;
} */

div.customize-reports .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
  color:#c4c6c6;
}

.filenameDiv {
  display:none;
}
i.icon.ion-social-windows.size-42 {
  line-height: 56px;
}

/* -----------------------------------------------
 * Report Tools
 * ------------------------------------------------ */

.report-tools {
  max-width:480px;
  margin:20px auto;
}

.report-tools.choose-rep {
  margin:0px auto 20px;
}
.report-tools.choose-rep .input-daterange,.report-tools.choose-rep .excel {
  margin:10px auto;
}
.input-daterange .input-group-addon:last-child {
  border-width: 1px 1px 1px 0;
}

.input-mergechange{
  margin:10px auto;
}

.filter {
  cursor:pointer;
}
.enterFilename {
  display: none;
}

/* -----------------------------------------------
 * Table
 * ------------------------------------------------ */

table.table.table-striped.reports th {
  background: #505759;
  color:#fff;
}
table.table.table-striped.reports th.subHeader {
  background: #c4c6c6;
  color:#fff;
}
th.catHeader{
  background: #505759;
  color:#fff
}
table.table.table-striped.reports th,td {
  text-align: center;
  white-space: nowrap;
}
table.table.table-striped.reports th:first-child, td:first-child {
  text-align: left;
}
.table-content td {
  max-width:30px;
}
.table-content td.title-name {
  width:100%;
}
.table.table.table-striped.reports {
  width:auto;
  margin:0 auto;
}
table.table.users {
  margin-top:10px;
  margin-bottom:0;
  border: 1px solid #ddd;
}
table.table.users td {
  vertical-align: middle;
}
table.table.table-striped.users th {
  background: #4c94b7;
  color:#fff;
  height:40px;
  line-height:40px;
  padding:0 8px;
}
table.table.table-striped.users th,td {
  text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f4f4f4;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
  border-top:none;
  padding: 3px 10px;
}

table.table.table-striped.users th:first-child, td:first-child {
  text-align: left;
}
.table-content td.title-name {
  width:100%;
}
.table-responsive {
  border: none;
}

/* -----------------------------------------------
 * Item previews
 * ------------------------------------------------ */
 
/* #preview-icon {
  width:188px;
  height:188px;
  border: 1px solid #006699;
  padding:0 10px;
  text-align:center;
} */
#preview-icon {
  width:192px;
  height:192px;
  border: 0px solid #505759;
  padding:0 0px;
  text-align:center;
}
#preview-icon img {
  width:192px;
  height:192px;
}
#preview-icon img.custom {
  width:109px;
  height:109px;
  margin-top:0px;
  background-color:rgba(137, 141, 141, 0.5);	
}
#preview-title {
  position: absolute;
  top:178px;
  width:188px;
  height:45px;
  padding:0 15px;
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  overflow : hidden;
}
#bg-preview {
  border: 1px solid #006699;
  padding:10px;
  text-align:center;
}
#bg-preview.vertical {
  width:148px;
  height:190px;
}
#bg-preview.horizontal {
  width:190px;
  height:148px;
}
#bg-preview img.vertical {
  width:126px;
  height:168;
}
#bg-preview img.horizontal {
  width:168px;
  height:126;
}
.blueimp-gallery .modal-dialog {
  max-width: 1280px;/* video width */
  padding-left: 0;
  padding-right: 0;
}
/* center play icon in video */
.blueimp-gallery .modal-body .video-content a:after {
    margin:0;
    display:inline-block;
    padding-top:22%;
    padding-bottom:22%;
    position:relative;
}
.blueimp-gallery .modal-body .video-content a:hover {
    color: #ddd;
    text-decoration: none;
}
.blueimp-gallery .modal-body .video-content img {
    max-width:12822px;
}
/* -----------------------------------------------
 * Forms
 * ------------------------------------------------ */

.form-submit {
  margin-top:20px;
}
.note {
  color:#999;
  font-size:12px;
}

#addItemNotes textarea.form-control {
  width:90%;
}
.no-right-padding {
  padding-right: 0;
}
.zipExt {
  line-height: 34px;
}
.no-bottom-margin {
  margin-bottom: 0;
}
.delete-user {
  margin:20px 0 10px 0;
}
input#rep_filter, input#rep_filter_by_rep {
  top:8px;
}
.repFilter label {
  line-height: 36px;
}
/* -----------------------------------------------
 * Modal
 * ------------------------------------------------ */

/* fix shifting on modal open */
.modal-open[style="padding-right: 17px;"] .navbar-fixed-top,
.modal-open[style="padding-right: 17px;"] .navbar-fixed-bottom,
.modal-open[style="padding-right: 17px;"] .footer {
padding-right: 17px;
}

.modal-dialog {
  width:auto;
  max-width:1200px;
  margin:10px auto;
}
.modal-dialog.users {
  max-width:460px;
}
.modal-dialog.thumb-preview {
  max-width:360px;
  text-align: center;
}
.modal-dialog.pdf-preview {
  max-width:798px;
  text-align: center;
}
.modal-dialog.pdf-preview iframe {
  width:100%;
  height:1024px;
}
.modal-dialog.image-preview {
  max-width:600px;
  text-align: center;
}
.modal-body img#img-image-preview {
  width: 100%    !important;
  height: auto   !important;
}
.modal-body {
  width:100%;
}
.modal-body video {
  width: 100%    !important;
  height: auto   !important;
}
.modal-body img.thumbs {
  max-width:168px;
}
.modal-body.pdf {
  max-width: 798px;
  width:100%;
}
.blueimp-gallery .modal-body {
  background:#000;
}
p.bg-warning {
  padding: 15px;
  margin:0;
}
.error {
  color:#ff0000;
}
.mismatch {
  color:#a94442;
  text-align:center;
}
#email-template-help {
  text-align: center;
}
.freeResponseOptions {
  display: none;
}
p.syncNote {
  line-height: 48px;
}
p.syncNote i.icon.icon-ios-cloud-sync-outline.size-48 {
  position: relative;
  top:15px;
}

/* -----------------------------------------------
 * Sticky Footer
 * ------------------------------------------------ */

html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff;
  border-top: 1px solid #ddd;

}

/* .container .text-muted {
  margin: 20px auto;
  text-align: center;
  color:#006699;
} */
.container .text-muted {
  margin: 20px auto;
  text-align: center;
  color:#898d8d;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* -----------------------------------------------
 * Scroll up back to the top
 * ------------------------------------------------ */

/* #back-top {
  width:44px;
  height:44px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  cursor:pointer;
  color: #006699;
  text-align:center;
} */
#back-top {
  width:44px;
  height:44px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  cursor:pointer;
  color: #7A99AC;
  text-align:center;
}

/* -----------------------------------------------
 * Content / Reports / Surveys / Users bottom note
 * ------------------------------------------------ */
/*div.legend {
  margin:20px 60px;
}
*/
div.legend {
  margin:20px 350px;
}

div.legend ul {
  list-style-type: none;
  padding: 0;
}
div.legend ul li {
  padding-bottom:10px;
  line-height: 34px;
}
div.legend ul li span {
  margin-left:20px;
}
/* div.legend i.lbar {
  background: #4c94b7;
  color:#fff;
  width:34px;
  height:34px;
} */
div.legend i.lbar {
  background: #c4c6c6;
  color:#fff;
  width:34px;
  height:34px;
}
div.legend p {
  margin-bottom:20px;
}
div.legend ul li i.icon {
  cursor: default;
}
div.surveysNote, div.reportsNote, div.usersNote {
  margin:20px 40px;
}
.reportsNote, .surveysNote, .usersNote {
  display:none;
}
div.usersNote p {
  text-align: center;
}
/* -----------------------------------------------
 * ionicons
 * ------------------------------------------------ */

.step {
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 10%;
}

.step i {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.step:hover i { opacity: 1; }

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-15 { font-size: 15px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-28 { font-size: 28px; }
.size-32 { font-size: 32px; }
.size-36 { font-size: 36px; }
.size-42 { font-size: 42px; }
.size-48 { font-size: 48px; }
.size-50 { font-size: 50px; }
.size-52 { font-size: 52px; }
.size-56 { font-size: 56px; }
.size-64 { font-size: 64px; }
.size-96 { font-size: 96px; }

.ion-ios-download-outline::before {
    transform-origin: 50px 50px;
    transform: rotate(90deg);
}
span.help { margin:0 10px; }

.icon { cursor: pointer; }





/* -----------------------------------------------
 * Tiny-mce styles
 * ------------------------------------------------ */
.mce-primary {
    min-width: 50px;
    color: #fff;
    border: none;
    background-color: #006699;
    background-image: none;
    background-repeat: repeat-x;
    zoom: 1
}

.mce-primary:hover, .mce-primary:focus {
    background-color: #005fb3;
    background-image: -moz-linear-gradient(top, #0077b3, #003cb3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0077b3), to(#003cb3));
    background-image: -webkit-linear-gradient(top, #0077b3, #003cb3);
    background-image: -o-linear-gradient(top, #0077b3, #003cb3);
    background-image: linear-gradient(to bottom, #0077b3, #003cb3);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff0077b3', endColorstr='#ff003cb3', GradientType=0);
    zoom: 1
}

.colpick {
  z-index: 2000;
}

img.img-thumbnail {
    max-width: 110px;
}

/* -----------------------------------------------
 * Responsive
 * ------------------------------------------------ */

@media (min-width:768px) {

  table.table.table-striped.reports {
    min-width:768px;
  }

}

@media (max-width:1199px) {

  .info-title-btn {
    right:10px;
  }
}

@media (max-width:1024px) {
  .reportBlocks {
    min-height:218px;
  }
  .reportBlocks p {
    text-align: center;
  }

}

@media (min-width:769px) and (max-width: 1024px) {

    .no-right-padding {
      padding-right: 15px;
    }
}

@media (max-width: 768px) {

    button.btn.btn-primary.btn-sm.excel {
    margin-top: 20px;
  }
  .content-title {
    width:225px;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modal-dialog.pdf-preview {
    max-width:738px;
    text-align: center;
  }
  .modal-dialog.pdf-preview iframe {
    height:909px;
  }
  .reportBlocks {
    min-height:120px;
    margin-bottom:20px;
  }
  .reportBlocks p {
    text-align: center;
  }

}

@media (max-width:767px) {

    body {
        padding-top: 66px;
    }
    div.navbar-header {
        border: 1px solid #ddd;
        height:66px;
    }
    .navbar-collapse {
        border:none;
    }
    .navbar-default .navbar-toggle {
        margin:15px;
    }
    .navbar-nav {
        margin:0 -15px;
    }
    .navbar-default {
      border: none; 
    }
    .navbar-default .navbar-nav>li>a {
        border-bottom:1px solid #ddd;
        /*text-align: right;*/
    }
    a.navbar-brand {
        padding: 10px 15px;
    }
    .info-title-btn {
        right:20px;
    }
    span.brand-title {
      display:none;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 400px;/* height of navbar list */
    }
      .table.table.table-striped.reports {
      width:100%;
    }
}

@media (max-width:640px) {

    .logo {
      max-width: 70px;
    }
    .table.table.table-striped.reports {
      width:100%;
    }
    .content-title {
      width:300px;
    }
    .modal-dialog.pdf-preview iframe {
      height:784px;
    }
    .modal-dialog.thumb-preview {
      margin: 10px auto;
    }
    i.icon.ion-android-lock.size-96 {
      display:none;
    }
}

@media (max-width:500px) {
    .nav-tabs>li:nth-child(2)>a {
        margin-right: 0px;
    }

}

@media (max-width:480px) {

  .title-input {
    width:85%;
  }
  .btn-default, .btn-primary {
    width:97px;
  }
  .btn-content {
    width:100%;
  }
  .btn-tms-default.btn-content {
    margin-bottom:10px;
  }

  input#attachmentFileNameEmailSettings {
    width:90%;
  }
  .new-upload-info {
    display: none;
  }
  .content-title {
    width:225px;
  }
  .modal-dialog.pdf-preview iframe {
    height:571px;
  }
  .main {
    padding: 20px 0 0 0;
    border: none;
  }
  .tab-content {    
    padding: 20px 10px;
  }
  .main-content {
    padding: 0 10px 20px;
    border: 1px solid #ddd;
  }
  div.panel.panel-default.survey-list {
    padding: 0 10px 20px;
  }
  .sub-main {
    padding: 20px 10px;
  }
  .list-group-item {
    padding: 0 10px;
  }
  button#update_app_user.btn.btn-primary {
    width:auto;
  }
  div.legend {
  margin:20px 20px;
}
}

@media (max-width:320px) {

  .content-title {
    width:auto;
    white-space: normal;
  }
  .modal-dialog.users {
    max-width:310px;
  }
  .modal-dialog.pdf-preview iframe {
    height:357px;
  }
  span.content-type {
    display:none;
  }
  .main {
  padding: 5px 0 0 0;
  border: none;
  }
  div.col-md-12.custom-chk-btns {
    padding:0;
  }

  .tab-content {    
    padding: 5px 5px;
  }
  .main-content {
    padding: 0 5px 5px;
    border: 1px solid #ddd;
  }
  div.panel.panel-default.survey-list {
    padding: 0 5px 5px;
  }
    .sub-main {
    padding: 5px 5px;
  }
  .list-group-item {
    padding: 0 5px;
  }
  #rep_surveyQuestion {
    width:85%;
  }
  .modal-dialog.thumb-preview {
    max-width:300px;
    margin: 10px auto;
  }
  .resource {
    max-width:100%;
    float:none;
    margin-right:auto;
    margin-bottom:40px;
  }
  
}