html,
body {
  min-height: 100%;
}
body {
  background: url("../images/body-bg.gif");
  counter-reset: box;
  counter-reset: rowCount;
}
#index {
  height: calc(100% - 60px);
}
.container-liquid {
  padding: 0 15px;
  margin: 0 auto;
}
.header {
/*height: 40px*/
  background-color: #333;
  margin-bottom: 5px;
}
.actions {
  padding: 5px;
}
.actions .caret {
  margin-left: 3px;
}
.upgradeButton {
  margin-right: 10px;
  margin-top: 5px;
  background: #f00;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  float: right;
}
.current {
  font-weight: bold;
  text-decoration: underline;
}
.logout {
  cursor: pointer;
}
.logout a:hover {
  text-decoration: underline;
}
.topbottom {
  height: 30px;
}
.header_tabulation {
  height: auto;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 5px;
}
.question_tabulation {
  width: auto;
  padding: 5px;
}
.question_tabulation label {
  width: 120px;
  float: left;
}
.addpoitypes {
  display: none;
  margin-left: 10px;
  margin-top: 5px;
  min-width: 150px;
  float: left;
  background: #fff;
  border-top: 8px solid rgba(82,82,82,0.7);
  border-left: 8px solid rgba(82,82,82,0.7);
  border-bottom: 8px solid rgba(82,82,82,0.7);
  border-right: 8px solid rgba(82,82,82,0.7);
/*border:px solid #000;*/
  left: 160px;
  position: absolute;
  width: 135px;
  z-index: 100;
  color: #000;
  border-radius: 6px;
  -khtml-border-radius: 6px;
  box-shadow: 0 0px 10px rgba(0,0,0,0.7);
  -khtml-box-shadow: 0 0px 10px rgba(0,0,0,0.7);
}
.poitypeadd {
  padding: 5px;
  margin-left: 5px;
  cursor: pointer;
}
.poitypeadd:hover {
  background: #f5f5f5;
}
.close {
  float: right;
  margin-top: 3px;
  margin-right: 3px;
  cursor: pointer;
/*background:url("../images/close.png") no-repeat; */
}
.addbutton:hover + .addpoitypes {
  display: block;
}
.registration {
  line-height: 30px;
}
td,
th .registration {
  padding: 5px;
}
.leftPanel .row {
  margin-bottom: 10px;
}
.minleftPanel {
  display: none;
}
.userguide {
  max-width: 500px;
  width: 50%;
  float: left;
  height: 85%;
  overflow: auto;
  max-height: 800px;
  position: absolute;
  left: 59%;
  top: 10%;
  z-index: 1;
  background: #fff;
  border-top: 5px solid #32b8c4;
  border-left: 5px solid #32b8c4;
  border-right: 2px solid #f1f1f1;
  border-bottom: 5px solid #32b8c4;
  margin-bottom: 10px;
  margin-right: 10px;
  display: block;
}
.formarea {
  background: #fff;
  border-top: 3px solid #32b8c4;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 2px solid #f1f1f1;
}
.submit {
  float: right;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.formitem .icon {
  padding-right: 5px;
  padding-left: 15px;
  white-space: nowrap;
  float: left;
}
.formitem .poiname {
  padding-left: 0;
  float: left;
}
.formitem .poiname > label {
  word-wrap: break-word;
}
.addform {
  min-width: 35px;
/*float: right; */
  padding-left: 3px;
  padding-top: 5px;
  margin-right: 5px;
}
.locationareacontent {
  height: 100%;
  overflow: scroll;
}
.smallHeight {
  max-height: 180px;
  min-height: 50px;
}
.largeHeight {
  height: 300px;
}
.minimize {
  position: relative;
  top: 2px;
  float: right;
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.maximize {
  position: relative;
  top: 2px;
  float: right;
  height: 17px;
  width: 17px;
  cursor: pointer;
}
.formareatop {
  border-bottom: 2px solid #f1f1f1;
}
.formtypehead {
  margin-left: 16px;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.leftheaders {
  font-size: 14px;
  font-weight: bold;
}
.alloptions {
  margin: 3px 0 5px 12px;
  color: #32b8c4;
  font-weight: bold;
}
.loadbutton {
  margin: 0px 0px 0px 12px;
  font-weight: bold;
}
.formareacontent {
  width: 100%;
  max-height: 180px;
  min-height: 0px;
  height: auto;
  margin: 5px;
  overflow-x: hidden;
}
#datemodified {
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 20px;
}
.usersarea li {
  list-style: none;
}
.usersarea {
  max-height: 130px;
  height: auto;
  margin: 5px 5px 5px 10px;
  overflow: auto;
  padding: 0px;
}
.datelabel {
  width: 40px;
  float: left;
  font-weight: bold;
}
#map-table-container .tableview {
  display: none;
  height: 100%;
  z-index: 10;
  background-color: #fff;
  overflow: scroll;
/*padding-left 20px*/
  padding-right: 5px;
  overflow: hidden;
}
#map-table-container .leaflet-popup-content {
  max-height: 300px;
  max-width: 330px;
}
#map-table-container .leaflet-popup-content .leaflet-popup-fixed-buttons {
  padding-top: 0.8em;
}
/*
.leaflet-top, .leaflet-bottom
  z-index 0 !important
*/
/**
  Head and txt area
*/
.flitout {
  line-height: 15px;
  font-size: 13px;
  margin-bottom: 20px;
}
.flitout .head {
  background: #e5e5e5;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
.flitout .head span {
  padding-left: 10px;
}
.flitout .txt {
  border: 1px solid #ddd;
}
.flitout .txt span {
  padding: 10px;
  display: block;
}
/**
  Table
*/
#tabView .ui-tabs {
  margin-top: 10px;
}
.backbtn {
  float: right;
  cursor: pointer;
}
.alt1 {
  width: auto;
  color: #000;
  padding: 2px 0;
  background-color: #fff !important;
  border-top: 5px solid #32b8c4;
  border-left: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.alt1 b {
  padding: 0 5px;
  font-weight: bold;
  font-size: 18px;
}
.pgnum-out {
  width: auto;
  float: right;
  padding: 5px 0;
}
.pgnum-out .pgnumber {
  float: left;
  padding: 0 10px;
  font-size: 11px;
  color: #000;
  font-weight: bold;
  border-right: 1px solid rgba(0,0,0,0.5);
}
.pgnum-out .pgnumber:last-child {
  border-right: none;
}
.pgnum-out .pgnumber .pchk {
  float: left;
  margin: 1px 5px;
}
.hdlbl {
  width: 100%;
  background: #eee;
  border-bottom: 1px solid #ccc;
  padding: 5px 0px;
  float: left;
}
.hdlbl label {
  float: left;
  padding: 0 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
  font-weight: bold;
  font-size: 12px;
}
.tblout .fwd {
  margin-bottom: 20px;
/* margin-top: -21px;*/
}
.pgtitle {
  color: #32b8c4;
  padding: 15px 13px;
/*margin:10px 0 3px 0; */
  border: 1px solid #e2e2e2;
  font-size: 14px;
  font-weight: bold;
  background-color: #fcfcfc;
  background-image: -webkit--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: linear-gradient(to bottom, #fff 20%, #f9f9f9 80%);
}
.pgtitle .ico01,
.pgtitle .ico02 {
  width: 10px;
  height: 10px;
  float: left;
  margin: 4px 10px 0 0;
  display: block;
}
.ico01 {
  background: url("../images/arrow-down.png") no-repeat 0 0;
}
.ico02 {
  background: url("../images/arrow-left.png") no-repeat 0 0;
}
table tr.alt2 {
  border: 1px solid #1c5a85;
  border-top: 0;
  padding: 5px;
  float: left;
  width: 100%;
}
table tr.alt2 td {
  font-size: 12px;
}
table tr.alt3 {
  background: #fff;
  padding: 5px 3px 5px 3px;
}
table tr.alt3 td {
  border: 1px solid #999;
  color: #000;
  font-weight: bold;
  padding: 5px 10px;
/*text-align: center;*/
  white-space: nowrap;
  word-wrap: normal;
}
table tr.alt3 td b {
  color: #32b8c4;
  font-size: 16px;
  font-weight: normal;
}
table tr.alt4 {
  position: relative;
  background-color: #fcfcfc;
  background-image: -webkit--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -webkit--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -moz--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -ms--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--webkit-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--moz-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--o-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: -o--ms-linear-gradient(top, #fff 20%, #f9f9f9 80%);
  background-image: linear-gradient(to bottom, #fff 20%, #f9f9f9 80%);
}
table tr.alt4 td {
  color: #000;
  padding: 5px 10px;
  font-size: 13px;
}
table tr.alt4 td.lft {
  white-space: nowrap;
  background: #fff;
  margin-left: 10px;
}
table tr.alt4 .lft.date1 {
  width: auto;
  position: absolute;
  left: 0;
}
.note {
  width: 96%;
  padding: 5px;
  text-align: left;
  height: auto;
  font-size: 13px;
}
.note fieldset {
  padding-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  -khtml-border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -khtml-border-radius: 0 0 6px rgba(0,0,0,0.2);
}
.logfoot {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #282828;
  border-top: 2px solid #a4cc4c;
  text-align: center;
  color: #fff;
}
.xy {
  visibility: hidden;
}
.downloadContent {
  margin: 20px auto 10px auto;
  width: 900px;
}
.downloadSection {
  width: 385px;
  margin: 20px 5px 10px 10px;
  padding: 5px 0px 5px 0px;
  height: auto;
  float: left;
}
.downloadHeader {
  font-weight: bold;
  font-size: 15px;
}
.downloadText {
  float: left;
  margin-top: 15px;
  width: 100%;
}
.downloadText label {
  font-size: 15px;
}
.downloadButton {
  float: left;
  margin-top: 15px;
}
.addDialog {
  border: 10px solid rgba(82,82,82,0.7);
  background: #fff;
}
.pointer {
  cursor: pointer;
  font-size: 12px;
}
.icon_logo {
  position: absolute;
  left: 0.3em;
  top: 10%;
  width: 45px;
  height: 30px;
  background: url("images/icon_logo.png") no-repeat;
}
.inputText:focus {
  box-shadow: 0 0 6px #31b6d5;
  -khtml-border-radius: 0 0 6px #31b6d5;
}
.instanceRow {
  width: 100%;
  height: auto;
}
.instanceColLeft {
  width: 48%;
  float: left;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.instanceColRight {
  width: 48%;
  float: right;
  padding: 5px;
  border: 1px solid #e5e5e5;
}
.hiddensq {
  display: none;
}
.shownsq {
  display: table-row;
}
.fht-table td.hasSubquestion {
  background: url("images/arrow-down.png") 2% 50% no-repeat;
  padding-right: 5px;
  position: relative;
}
select {
  padding: 5px 5px 5px 5px;
  border: 1px solid #c1c1c1;
  width: 100%;
}
table tr.questionsq td {
  padding-left: 30px;
}
.dgrid-cell {
  width: 100px;
}
.dgrid-cell a {
  color: #32b8c4;
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.dgrid-column-name table tr th {
  color: #000;
  text-decoration: none;
}
#Forms .dgrid-column-set-0 {
  width: 200px;
}
td.field-name,
th.field-name {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
}
.dgrid-row-table tbody tr td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.dgrid-row-odd tbody tr {
  background-color: #efefef;
}
.dgrid-header tbody tr th {
  background-color: #fff;
  color: #32b8c4;
  text-decoration: underline;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.dgrid-header tbody tr th.field-name {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  text-align: left;
  font-weight: normal;
  border-right: 0px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-bottom: 0px solid #f1f1f1;
}
.tableLayoutRows {
/*background:url(../images/table_row.png) 2% no-repeat;		*/
  height: 32px;
  padding-left: 10px;
}
#tableLayout {
  cursor: pointer;
}
.imageView {
  float: left;
  width: 100%;
  margin: auto;
}
.mainImages {
  min-width: 500px;
  float: left;
  padding: 10px;
}
.thumbnails {
  width: 300px;
  float: left;
  height: auto;
  padding: 10px;
}
.thumb {
  float: left;
  padding: 5px;
  min-width: 80px;
  min-height: 60px;
}
.SliderName {
  height: auto;
  min-height: 450px;
}
.viewAll {
  width: 300px;
  float: left;
  height: auto;
  padding: 10px;
}
.signupBody {
  margin: 0 auto;
  width: 900px;
  height: auto;
}
.signupbodyinn {
  width: 900px;
  height: auto;
  float: left;
  padding: 10px 10px;
  margin-top: 5px;
  border: 10px solid rgba(82,82,82,0.7);
  background: #fff;
  border-radius: 4px 0 4px 4px;
  -khtml-border-radius: 4px;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  -khtml-border-radius: 0 0 6px rgba(0,0,0,0.2);
}
.signupBody ul {
  list-style-type: disc;
}
.signupInputText {
  padding: 3px 5px;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  -khtml-border-radius: 4px;
}
.dialog {
  display: none;
}
.GPSQuestion .map {
  width: 100%;
  height: 300px;
}
#addMap {
  width: 100%;
  height: 450px;
}
#add-form {
  overflow-x: hidden;
}
#add-form .tab {
  overflow: hidden;
}
#add-form #tabs-1 .validateTips span {
  color: #f00;
}
#add-form .footer {
  height: 40px;
  padding: 5px 5px 5px;
  background: #f5f5f5;
  width: 99%;
}
#add-form .footer .button-blue {
  float: right;
  margin-right: 10px;
}
#add-form .footer .button-grey {
  float: right;
  margin-right: 10px;
}
.login-wrapper {
  width: 400px;
}
.login-wrapper .sign-in-header {
  text-align: center;
}
.login-wrapper #signin {
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  text-align: left;
  width: 400px;
  height: auto;
  background-color: #f5f5f5;
  border: 2px solid #d4d4d4;
  border-radius: 2px;
}
.login-wrapper #signin .form-header {
  width: 100%;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px;
}
.login-wrapper #signin form {
  padding: 20px;
}
.login-wrapper #signin form #errorId {
  display: none;
}
.login-wrapper #signin form .forgot-change {
  text-align: center;
}
.login-wrapper #signin .logtext {
  margin-top: 1em;
  font-weight: bold;
}
.col-md-4 {
  counter-increment: box;
}
.box {
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  background-color: #f5f5f5;
  border: 2px solid #d4d4d4;
  border-radius: 2px;
  padding: 10px;
  height: 345px;
}
.box h3::before {
  content: counter(box);
  float: left;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  color: #000;
  font-size: 25px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 13px;
  padding: 10px;
  font-weight: 200;
  right: 36px;
}
.box h3 {
  background-color: #666;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  font-size: 20px;
  padding: 10px 0;
  border: 1px solid #e7eced;
  font-weight: normal;
  margin-top: 0;
}
.box > p {
  margin-top: 1.5em;
}
.box button {
  width: 140px;
  bottom: 10px;
  margin-left: -70px;
  position: absolute;
  left: 50%;
}
/*.header
  .nav
    margin 0
    border-bottom 0px

    .nav
      margin-left 165px

    a
      color white

    a:hover
      color black

    a:hover .caret
      border-top-color black
      border-bottom-color black

    .open>a .caret, .nav .open>a:hover .caret, .nav .open>a:focus .caret
      border-top-color black
      border-bottom-color black

    .open a
      color white

    .open a.header-dropdown
      color black

    .caret
      border-top-color white
      border-bottom-color white

    .active
      .caret
        border-top-color black
        border-bottom-color black
*/
.btn-default {
  text-shadow: none;
}
#refreshButton {
  display: none;
}
#formtype-modal .excel,
#formtype-modal .word,
#formtype-modal .csv,
#formtype-modal .spss,
#formtype-modal .xlsx,
#formtype-modal .pdf {
  display: none;
}
#showcodesopts {
  display: none;
}
#locationLevelDiv {
  display: none;
}
.user-info span {
  width: auto;
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
}
.user-info span.logout {
  cursor: pointer;
}
/* layout */
#quick-guide-modal .modal-dialog {
  width: 860px;
}
#quick-guide-modal #portfolio {
  position: relative;
  width: 800px;
  height: 500px;
}
#quick-guide-modal #portfolio .item {
  height: 100%;
}
#quick-guide-modal #portfolio .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
#quick-guide-modal #portfolio .carousel-control .fa-chevron-left {
  position: relative;
  top: 220px;
  right: 45px;
}
#quick-guide-modal #portfolio .carousel-control .fa-chevron-right {
  position: relative;
  top: 220px;
  left: 45px;
}
#quick-guide-modal #portfolio .carousel-inner {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#quick-guide-modal #portfolio .carousel-inner .carousel-caption {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-shadow: none;
  font-size: 1em;
  color: #fff;
  padding: 20px;
  background-color: rgba(0,0,0,0.5);
}
#quick-guide-modal #portfolio .carousel-inner img.absolute-center {
  position: absolute;
  top: 0;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
#progress-modal .modal-dialog {
  width: 500px;
}
#progress-modal .modal-footer {
  display: none;
}
#progress-modal .modal-content {
  top: 200px;
}
#instance-modal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
#addpoi-modal .modal-body {
  max-height: 600px;
  overflow-y: auto;
}
.nav .dropdown-menu {
  background-color: #333;
}
.dropdown-menu>li>span {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff /*hsl(0, 0%, 20%)*/;
  white-space: nowrap;
}
.nav .dropdown-menu>li>a {
  color: #fff;
}
.nav .dropdown-menu>li>a:hover {
  color: #333;
}
.dropdown-menu>li>a.template {
  color: #000;
}
.navbar-form .checkbox label {
  color: #fff;
}
.navbar-form {
  padding: 0px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle {
  border: 1px solid #fff;
}
.navbar {
  min-height: 0px;
  margin-bottom: 0px;
}
#cancelEditData {
  display: none;
}
.mainImages p {
  display: none;
}
#rotatorP {
  display: block;
}
.addpartofmap {
  width: 100%;
  height: 450px;
}
#imagesTable {
  margin-top: 5px;
}
.radio .sub-questions {
  margin-left: 20px;
}
#tabs-pages {
  margin-top: 20px;
}
.fullHierarchy {
  padding-left: 16px;
  font-size: 11px;
}
.dynatree-title img {
  padding: 1px;
}
/* This is for the report creation form */
#questionName {
  height: 170px;
  font-size: 0.9em;
}
#questionNameSelected {
  height: 170px;
  font-size: 0.9em;
}
.subform .modal-dialog {
  width: 90%;
}
/*#diagramview-modal
  .modal-dialog
    width auto
    height auto*/
.formview {
  overflow: auto;
/* labels inside table should be hidden */
}
.formview .form-group {
  padding: 1px;
}
.formview .map {
  height: 330px;
  width: 100%;
}
.formview table {
  counter-reset: rowCount;
}
.formview table label {
  display: none;
}
.formview table tbody .text-danger {
  display: none;
}
.formview table .radio label {
  display: inline;
}
.formview table .checkbox label {
  display: inline;
}
.formview table .count::before {
  counter-increment: rowCount;
  content: counter(rowCount);
  font-weight: bold;
}
.formview .thumbnail {
  display: inline-block;
}
.formview .add-image {
  padding: 5px;
}
.formview .saved-part-of-forms .text-danger {
  cursor: pointer;
}
.formview .form-group input[type="text"] {
  min-width: 100px;
  width: 96%;
}
.formview .subquestions {
  padding-left: 20px;
  border-left: 5px solid #32b8c4;
  width: 100%;
}
.guide-header {
  background-color: #f2f4f5;
/*margin-top 25px*/
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #32b8c4;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-nav>li.active>a {
  background-color: #fff;
  color: #555;
}
.guide-content {
  margin-top: 25px;
}
.guide-content_state_typed {
  background-color: #fff;
  padding: 0 0 50px;
}
.guide-content_state_typed h1 {
  background-color: rgba(0,50,100,0.03);
  padding: 10px 20px;
  margin: 0;
  border-bottom: 2px solid #4f81bd;
}
.guide-content_state_typed h2 {
  background-color: rgba(0,50,100,0.03);
  padding: 6px 20px;
}
.guide-content_state_typed p {
  padding: 10px 20px 10px 20px;
}
.guide-content_state_typed figure {
  text-align: center;
}
.guide-content_state_typed figure img {
  max-width: 80%;
}
.guide-footer {
  position: absolute;
  bottom: 0;
}
.grid .table {
  table-layout: fixed;
  overflow-x: scroll;
}
.grid .table th {
  vertical-align: middle;
}
.grid .table th,
.grid .table td {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid .table .wrap th,
.grid .table .wrap td {
  white-space: normal;
}
.tableview .table_history {
  margin-top: 0.5em;
}
.tableview a {
  color: #32b8c4;
  font-weight: bold;
}
.tableview li.active .nav a {
  color: #fff;
}
.tableview th .fa {
  float: right;
  color: #32b8c4;
  font-size: 1.5rem;
}
.tableview th.filter-set .fa {
  color: #f00;
}
.tableview th .form-control {
  display: none;
}
.tableview th.filter .form-control {
  display: block;
}
.tableview .jqx-grid-header {
  border-bottom-width: 0.2em;
  border-color: #abd7ed !important;
}
.tableview .jqx-grid-column-header {
  border-left: none;
  border-top: none;
  border-right-width: 0px;
  border-bottom: none;
  background: #fff;
}
.tableview .jqx-grid-column-header[aria-sort="none"] {
  background: #fff;
}
.tableview .jqx-grid-column-header:hover {
  border-right-width: 4px;
  border-right-color: #000;
  background: #f5f5f5;
}
.tableview .jqx-grid-column-header[aria-sort="ascending"],
.tableview .jqx-grid-column-header[aria-sort="descending"] {
  background: #f5f5f5;
}
.tableview .jqx-grid-cell-sort,
.tableview .jqx-grid-cell-filter {
  background: #f5f5f5;
}
.tableview .jqx-grid-cell-filter-row {
  background: #fff;
  border: none;
}
.tableview .jqx-grid-toolbar {
  height: 30em;
  border: none;
}
.tableview .ms-parent {
  width: 14em;
  margin-right: 9px;
  margin-top: 1px;
  padding: 4px;
  float: right;
}
.tableview .jqx-button {
  color: #fff;
  background-color: #2fadb8;
  border-color: #aedce0;
}
.tableview .jqx-grid-cell:hover {
  background-color: #f5f5f5;
}
.tableview .jqx-grid-cell {
  border-color: #abd7ed !important;
}
.tableview .jqx-grid {
  border-width: 1px 1px;
  border-color: #6db4bb;
}
.tableview .jqx-input {
  border-color: #6db4bb;
}
.tableview .jqx-dropdownlist-state-normal,
.tableview .jqx-dropdownlist-state-pressed {
  background-color: #fff !important;
  border-color: #6db4bb !important;
}
.tableview .showHistoryData {
  background: #2a99a3;
  padding: 1px 5px;
  margin: 12px 1px 12px 1px;
  font-size: 16px;
  color: #fff;
  border: none;
}
.tableview .showHistoryData:hover {
  cursor: pointer;
  font-size: 17px;
}
.tableview .tableButtonsContainer {
  overflow: hidden;
  position: relative;
  float: right;
  margin-right: 13px;
}
.tableview .tableButtonsContainer button {
  padding: 1px 5px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin-right: 4px;
}
.tableview .tableButtonsContainer button:hover {
  cursor: pointer;
}
.tableview .tableButtonsContainer #deleteTableData {
  background: #f00;
}
.tableview .tableButtonsContainer #deleteTableData:disabled {
  background: #f57e7e;
}
.tableview .tableButtonsContainer #showHistoryData {
  background: #3073be;
}
.tableview .tableButtonsContainer #showHistoryData:disabled {
  background: #7eadde;
}
.tableview .tableButtonsContainer .closeHistoryTable {
  color: #d9534f;
  margin-top: 0.4em;
  background: rgba(0,0,0,0);
}
.tableview .tableButtonsContainer .closeHistoryTable:hover {
  font-size: 18px;
}
.backgrid thead th a {
  display: inline;
}
.backgrid th.renderable,
.backgrid td.renderable {
  text-overflow: ellipsis;
}
.grid .filter {
  margin-top: 5px;
}
.backgrid-filter .search {
  z-index: 900;
}
.thumbnail a > img {
  max-height: 160px;
}
.poimapper.logo {
  display: inline-block;
  background-image: url("/res/css/images/icon_logo.png");
  height: 30px;
  width: 27px;
  position: relative;
  top: 10px;
}
.logo {
  margin-left: 10px;
  margin-right: 10px;
/*padding-bottom 10px*/
  font-size: 18px;
  font-weight: bold;
  float: left;
}
.notifyjs-bootstrap-base {
  transition: background-color 800ms ease 0, border-color 800ms ease 0, color 800ms ease 0;
}
.tablequestion {
  overflow: auto;
}
.tablequestion .form-control {
  min-width: 100px;
}
.tablequestion .radio,
.checkbox {
  min-width: 100px;
}
audio[controls] {
  width: 180px;
}
.video {
  width: 250px;
}
.commentDiv {
  border-bottom: 1px solid rgba(0,0,0,0.078);
  border-top: 1px solid rgba(255,255,255,0.9);
}
.small {
  font-size: 10px;
}
.commentBox {
  height: 80px;
}
.en {
  background-image: url("/res/images/en.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}
.fr {
  background-image: url("/res/images/fr.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}
.es {
  background-image: url("/res/images/es.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}
.de {
  background-image: url("/res/images/de.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-right: 20px;
}
#diagramview-modal .map {
  width: 100%;
  height: 500px;
}
#import-dialog .modal-body {
  max-height: 600px;
  overflow-y: auto;
}
#collapseDiv {
  position: absolute;
  top: 5px;
  left: 5px;
  min-width: 100px;
  z-index: 100;
}
/*table:not(.ui-datepicker-calendar) td:first-child
  width: 30%;*/
.ui-datepicker .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-calendar td a {
  padding: 0.4em;
  padding-left: 2em;
  padding-right: 2em;
}
.ui-datepicker .ui-datepicker-calendar td {
  position: relative;
  border: 1px solid #d3d3d3;
  padding: 0;
  height: 72px;
  vertical-align: top;
}
.ui-datepicker .ui-datepicker-calendar td a {
  border: 1px solid rgba(0,0,0,0);
  background: none;
  text-align: right;
  padding-right: 0.5em;
  padding-top: 0.1em;
  height: 100%;
}
.ui-datepicker div.bubble:empty {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.ui-datepicker div.bubble {
  height: 20px;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  left: 4px;
  background: #d5f5ca;
  border-radius: 4px;
  color: #000;
  padding-left: 2px;
  padding-right: 2px;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ui-datepicker div.bubble.person1 {
  bottom: 26px;
}
.ui-datepicker div.bubble:hover {
  cursor: pointer;
}
.ui-datepicker-calendar {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.ui-datepicker .ui-datepicker-calendar td a.collided {
  border: 1px solid #808080;
  background: rgba(200,200,200,0.5);
  border-radius: 6px;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight.ui-state-active {
  background-color: rgba(0,0,0,0);
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a::after {
  content: "";
  border: 4px solid #f00;
  width: 28px;
  height: 24px;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 30px;
}
.ui-datepicker .ui-datepicker-calendar td a.ui-state-highlight {
  background-color: #ffffe0;
}
.ui-datepicker td.ui-datepicker-week-end {
  background-color: #f2f2f2;
  color: #747474;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-week-end a {
  color: #747474;
}
.ui-datepicker th.ui-datepicker-week-end {
  color: #a9a9a9;
}
.ui-datepicker.ui-datepicker-inline {
/*width: 39em*/
  width: 100%;
  min-width: 800px;
}
.poi-list {
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  list-style-type: none;
  height: calc(100% - 180px);
/*overflow-y: hidden;*/
}
.overf {
  overflow-y: scroll;
}
.poi-list li {
/*display: inline-block;*/
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 0.2em;
  text-align: center;
  margin: 2px;
  background: rgba(200,200,200,0.5);
}
.poi-list li.dragging {
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: none;
  white-space: nowrap;
  width: 4em;
  margin-left: 7em;
  zIndex: 999;
}
.poi-list li.dragging.collided {
  border-color: rgba(0,0,0,0);
}
#cursor-grab {
  display: none;
}
@supports (cursor: -webkit-grab) {
  .poi-list li {
    cursor: -webkit-grab;
  }
  #cursor-grabbing,
  .poi-list li.dragging,
  #schedule.dragging .ui-datepicker a {
    cursor: -webkit-grabbing;
  }
}
@supports not (cursor: -webkit-grab) {
  #cursor-grabbing,
  .poi-list li,
  .poi-list li.dragging,
  #schedule.dragging .ui-datepicker a {
    cursor: move;
  }
}
.safari .poi-list li {
  cursor: -webkit-grab;
}
.safari #cursor-grabbing,
.safari .poi-list li.dragging,
.safari #schedule.dragging .ui-datepicker a {
  cursor: -webkit-grabbing;
}
.ie #cursor-grabbing,
.ie .poi-list li,
.ie .poi-list li.dragging,
.ie #schedule.dragging .ui-datepicker a {
  content: 'IE';
  cursor: move;
}
.nav-pills > li {
  float: none;
}
.nav-pills > li > a {
  white-space: nowrap;
}
li.guide-header__item {
  float: left;
}
#tabView {
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  padding: 7px;
  height: 90vh;
  overflow: hidden;
}
#tabArea {
  height: 80vh;
}
.input-date {
  width: 30%;
}
.gps-col-md {
  margin-bottom: 5px;
}
#mapTableButtons {
  margin-right: 3px;
  float: left;
}
#mapTableButtons .btn-default.active {
  background-color: #1d5358;
}
.dv-tab {
  margin-right: 3px;
  float: left;
}
.dv-tab ul {
  left: auto;
}
.submitted {
  background-color: rgba(255,255,0,0.6);
}
.approved {
  background-color: rgba(0,128,0,0.6);
}
.needs_editing {
  background-color: rgba(255,0,0,0.6);
}
.diagramMap {
  width: 100%;
  height: 500px;
}
#modal-close icon,
.modal-x-close {
  position: absolute;
  margin: 0;
  top: -23px;
  right: -23px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.modal-x-close:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url("../images/wait.gif") 50% 50% no-repeat;
}
.popup-text {
  font-size: 12px;
}
.leaflet-popup-content {
  margin: 5px;
}
.leaflet-popup-content-wrapper {
  border-radius: 4px;
}
.compress-btn {
  position: absolute;
  left: 0;
}
.diagram-img {
  max-width: 800px;
  height: calc(100vh - (150px));
}
input.faChkRnd,
input.faChkSqr {
  visibility: hidden;
  margin-right: 10px;
  display: inline-block;
}
input.faChkRnd:checked:after,
input.faChkRnd:after,
input.faChkSqr:checked:after,
input.faChkSqr:after {
  visibility: visible;
  font-family: FontAwesome;
  font-size: 25px;
  height: 17px;
  width: 17px;
  position: relative;
  top: -3px;
  left: 0px;
  background-color: #fff;
  display: inline-block;
}
input.faChkRnd:checked:after {
  content: '\f058';
}
input.faChkRnd:after {
  content: '\f10c';
}
input.faChkSqr:checked:after {
  content: '\f14a';
}
input.faChkSqr:after {
  content: '\f096';
}
label strong {
  margin-left: 10px;
}
#breadcrumb li,
.index .nav li {
  display: table-cell !important;
  width: 200px;
}
.option-media {
  max-height: 300px;
  max-width: 100%;
}
.leaflet-top {
  z-index: 999;
}
/*Empty static table*/
.btn-emptyTable {
  border-color: #5cb85c;
  background: #fff;
  color: #5cb85c;
}
.likert {
  float: left;
  margin: 10px 20px 0px 0px;
}
.radio+.radio.likert {
  margin-top: 10px;
}
.select-label {
  display: inline;
}
.arrow {
  position: relative;
  margin: 20px auto;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  -webkit-animation: bounce 2s infinite ease-in-out;
}
.add-file,
saved-files {
  float: left;
}
/*User Filter*/
.filterable .margin-top-50 {
  margin-top: 50px;
}
.filterable {
  border: none;
  margin: 0px;
  padding: 0;
}
.filterable .panel-heading .pull-right {
  margin-top: -20px;
}
.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}
.filterable input[type="text"] {
  width: 75%;
}
.filterable .table-widthB {
  width: 48%;
}
.filterable .table-widthA {
  width: 49.8%;
}
.filterable .bg,
background-color white,
.filterable .tablescroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 189px;
}
.filterable .tablescroll table {
  margin-bottom: 0;
}
.filterable .tablescroll tr {
  padding: 2px;
  vertical-align: middle;
}
.filterinput .leftPanel .row {
  margin-bottom: 0;
}
.table tbody tr > td.success {
  background-color: #dff0d8 !important;
}
.filterable .tablescroll .radio,
.checkbox {
  min-width: 50px;
}
.filterable .input-group {
  display: initial;
}
#usersarea.table>tbody>tr>td {
  padding: 2px;
  vertical-align: middle;
}
.filterable .radio,
.filterable .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.filterable .checkbox,
.filterable .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.filterable .radio-margin {
  margin-left: 5px;
  margin-top: 7px;
  margin-right: -30px;
}
.filterable .EU_DataTable td,
.filterable th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
  height: 50px;
}
.filterable th {
  background: #fff;
  color: #fff;
  font-weight: bold;
  height: 40px;
  border: none;
}
.filterable .showChart {
  margin: 5px 0 0 -10px;
}
.filterable .checkbox label:after,
.filterable .radio label:after {
  content: '';
  display: table;
  clear: both;
}
.filterable .checkbox .cr,
.filterable .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}
.filterable .radio .cr {
  border-radius: 50%;
}
.filterable .checkbox .cr .cr-icon,
.filterable .radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}
.filterable .checkbox label input[type="checkbox"],
.filterable .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.filterable .radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.filterable .checkbox label input[type="checkbox"]:disabled + .cr,
.filterable .radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.removeScheduleItem {
  float: none;
}
.part-of-btn {
  white-space: normal;
}
input[type=number] {
  min-width: 50px;
}
textarea {
  min-width: 100px;
  overflow-x: hidden;
}
select {
  min-width: 100px;
}
.table {
  overflow: auto;
}
.combo-input {
  padding-top: 8px;
  padding-bottom: 8px;
}
.combo-select {
  margin-bottom: 0px;
}
.feedviewdiv {
  margin: 20px;
}
.feedviewdiv .table-fixed table {
  overflow-y: scroll;
  height: 100px;
  display: block;
}
.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead,
.table-fixed thead tr,
.table-fixed tbody,
.table-fixed tbody tr,
.table-fixed th {
  display: flow-root;
}
.table-fixed tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both;
}
.table-fixed thead > tr> th {
  float: left;
  border-bottom-width: 0;
  padding-left: 15px;
}
.table-fixed tbody td {
  border-bottom-width: 0;
}
#feedviewarea {
  height: 600px;
}
.table-fixed tbody > tr> td {
  float: left;
  border-bottom-width: 0;
  word-wrap: break-word;
  padding-left: 0;
}
.table-loading-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.table-loading-inner {
  width: 100%;
  height: 50%;
  margin-top: 10%;
  background: url("../images/wait.gif") 50% 50% no-repeat;
}
ul.validation-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 96%;
  max-height: 300px;
  overflow: auto;
  border: 1px solid #808080;
}
li.list-item {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #808080;
}
li.list-item:hover {
  background-color: #808080;
}
#header {
  height: 40px;
}
.navbar-brand {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.navbar-form .form-group {
  padding-left: 15px;
}
.dropdown-menu input[type=checkbox] {
  margin-right: 5px;
}
.taskview .tableButtonsContainer {
  overflow: hidden;
  position: relative;
  float: right;
  margin-right: 13px;
}
.taskview .tableButtonsContainer button {
  padding: 1px 5px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin-right: 4px;
}
.taskview .tableButtonsContainer button:hover {
  cursor: pointer;
}
.taskview .tableButtonsContainer #sendReminder {
  background: #32b8c4;
}
.map-control-close {
  margin-left: 3px;
  line-height: 0.5;
}
.circle-marker-private {
  text-align: 'center';
  font-size: 18pt;
  line-height: 1px;
  font-weight: bold;
  color: #8b0000;
}
.circle-marker-private:before {
  content: 'x';
}
.circle-marker-public {
  text-align: 'center';
  font-size: 18pt;
  line-height: 1px;
  font-weight: bold;
  color: #f99;
}
.circle-marker-public:before {
  content: 'x';
}
.diagram-map {
  height: 500px;
}
.digital-signature {
  padding-left: 0px;
  border-left: none;
  width: 100%;
}
.superscript {
  position: relative;
  top: -0.3em;
  font-size: 60%;
  float: right;
  color: #e81919;
}
.formbadge {
  background-color: #5bc0de !important;
  width: 60px;
}
.footer {
  height: 20px;
  position: fixed;
  bottom: 0;
}
.user-select {
  max-height: 300px;
  overflow-y: auto;
}

/*# sourceMappingURL=maps/style.css.map */
