* {
  outline: none !important;
}

html,
body {
  height: 100%;
}

body {
  background: url(../images/bg.png);
  font-family: Verdana, Geneva, sans-serif;
  color: #333333;
}

@font-face {
  font-family: 'ui-grid';
  src: url(../fonts/ui-grid.eot);
  src: url(../fonts/ui-grid.eot#iefix) format('embedded-opentype'),
       url(../fonts/ui-grid.woff) format('woff'),
       url(../fonts/ui-grid.ttf?) format('truetype'),
       url(../fonts/ui-grid.svg?#ui-grid) format('svg');
  font-weight: normal;
  font-style: normal;
}

header, footer,
h1, h2, h3, h4, h5,
form, label {
  text-shadow: 0px 1px 0 #f3f3f3;
}

a[ng-click] {
  cursor: pointer;
}

.label,
.btn-group,
[class^="hint--"],
[class*=" hint--"],
.tooltip {
  text-shadow: none;
}

.well.well-intellimedia {
  background-color: #d1d1d1;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
  border-top-color: #b3b3b3;
  border-bottom-color: #e5e5e5;
}

.login-panel {
  margin-top: 100px;
}

.logo-intellimedia {
  width: 131px;
  height: 23px;
  display: inline-block;
  background: url(../images/logo-intellimedia.png);
}

.translucent {
  opacity: 0.5;
}

.ui-select.ui-select-lg .ui-select-match .form-control,
.ui-select.ui-select-lg .ui-select-search {
  height: 46px !important;
  padding: 10px 16px !important;
  font-size: 18px !important;
  line-height: 1.3333333 !important;
  border-radius: 6px !important;
}

.ui-select.ui-select-survey-selector .form-control {
  width: 100%;
}

.panel.panel-intellimedia {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .2);
  border-radius: 8px;
}

.panel.panel-intellimedia > .panel-heading {
  background-color: #e9e9e9;
  border-radius: 8px 8px 0px 0px;
  border-bottom: 2px solid #cfcfcf;
}

.panel.panel-intellimedia > .panel-heading > .panel-title {
  color: #333333;
  text-shadow: 0px 1px 0px #eeeeee;
  font-weight: 700;
}

.icon-menu {
  width: 32px;
  height: 32px;
  background: url(../images/icon-menu.png) no-repeat;
}

.btn.btn-menu {
  padding: 3px;
  line-height: 1;
}

.btn-default:not(.active):focus {
  background-color: #ffffff !important;
}

.animated {
  -webkit-animation-duration: .75s; 
  animation-duration: .75s; 
  -webkit-animation-fill-mode: both; 
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 0);
  animation-timing-function: cubic-bezier(0, 0, 1, 0);
}

.drop-container {
  border: 3px dashed #cfcfcf;
  text-align: center;
  padding: 25px 0px;
  color: #cfcfcf;
  font-style: italic;
  border-radius: 8px;
  font-size: 150%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.drop-container-wrapper {
  min-height: 90px;
  position: relative;
}

.overlap-wrapper {
  position: relative;
  cursor: move;
}

.overlap {
  background-color: transparent !important;
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.no-margin {
  margin: 0px;
}

hr.small {
  margin: 9px 0px;
}

hr.green {
  border-color: green;
}

.grey {
  color: #777;
}

.panel.panel-element {
  margin-bottom: 5px;
}

.panel.panel-element > .panel-heading {
  padding: 0px;
  text-align: center;
}

.panel.panel-element > .panel-body {
  padding: 5px;
}

.drop-padding {
  height: 11px;
  width: 100%;
}

drop-zone.over .drop-padding {
  height: 0px;
}

drop-zone.over .drop-placement-wrapper {
  padding: 5px 0px;
}

drop-zone.over .drop-placement {
  border-bottom: 1px solid orange;
  position: relative;
}

drop-zone.over .drop-placement:before {
  left: -5px;
  bottom: -6px;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left-color: orange;
  display: inline-block;
}

drop-zone.over .drop-placement:after {
  right: -5px;
  bottom: -6px;
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-right-color: orange;
  display: inline-block;
}

textarea {
  resize: vertical;
}

.survey-control {
  border-top: 2px solid green;
}

.btn-control {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.capitalize {
  text-transform: capitalize;
}

.width-auto {
  width: auto !important;
}

text-angular .ta-toolbar {
  background-color: #f5f5f5;
  margin: 0px;
  padding-top: 7px;
  border: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

text-angular .ta-editor {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.pointer {
  cursor: pointer;
}

.aside-dialog {
  height: 100%;
  overflow: auto;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-200 {
  margin-top: 200px;
}

.height-10 {
  height: 10px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

.sortable .lr-drop-target-after {
  z-index: 999999999;
  position: relative;
  border-bottom: 2px solid orange;
}

.sortable .lr-drop-target-before {
  z-index: 999999999;
  position: relative;
  border-top: 2px solid orange;
}

.sortable .lr-drop-target-after:before,
.sortable .lr-drop-target-before:before {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-left-color: orange;
  display: inline-block;
}

.sortable .lr-drop-target-after:before {
  z-index: 10;
  left: -5px;
  bottom: -6px;
}

.sortable .lr-drop-target-before:before {
  z-index: 10;
  left: -5px;
  top: -6px;
}

.sortable .lr-drop-target-after:after,
.sortable .lr-drop-target-before:after {
  position: absolute;
  content: '';
  border: 5px solid transparent;
  border-right-color: orange;
  display: inline-block;
}

.sortable .lr-drop-target-after:after {
  right: -5px;
  bottom: -6px;
}

.sortable .lr-drop-target-before:after {
  right: -5px;
  top: -6px;
}

.bottom-fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 1px solid #b3b3b3;
  margin: 0px;
  z-index: 1030;
}

.required:before {
  content: '*';
  font-weight: 700;
  color: #FF0000;
  font-size: 80%;
  vertical-align: top;
}

.editable {
  display: inline-block;
}

.editable:before {
  content: '\00a0\00a0\00a0';
}

.editable:hover {
  background-color: rgba(209, 209, 209, .75);
}

.bold {
  font-weight: 700 !important;
}

.tile {
  overflow: hidden;
}

.tile-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tile .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 32px;
}

.tile .text {
  display: block;
  text-align: center;
  word-wrap: break-word;
  padding: 10px;
}

.tile li {
  float: left;
  width: 25%;
  height: 115px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #ffffff;
  flex-shrink: 0;
  flex-grow: 0;
}

.tile li:hover {
  color: #ffffff;
  background-color: #388a2f;
}

@media (min-width: 768px) {

  .tile li {
    width: 12.5%;
    font-size: 12px;
  }

}

.tile li a {
  color: #333333;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.tile li:hover a {
  color: #ffffff;
}

.panel.panel-menu .panel-body {
  padding: 0px;
}

.panel.panel-menu .panel-body.list-group a.active {
  background-color: #388a2f;
  border-color: #388a2f;
}

.panel.panel-menu .panel-body.list-group a {
  margin-left: -1px;
  margin-right: -1px;
}

.panel.panel-menu .panel-body.list-group a:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: -1px;
}

a.no-link {
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}

a.no-link:hover {
  border-bottom-width: 0px;
  margin-bottom: 1px;
}

.fixed {
  position: fixed;
  z-index: 3;
}

.fixed.fixed-left-center {
  left: 0px;
  bottom: 50%;
  margin: 0px;
  display: block;
}

.rotate-270 {
  transform: rotate(270deg);
  transform-origin: top left;
}

.rotate-180 {
  transform: rotate(180deg);
}

.no-border-bottom-radius {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.no-min-width {
  min-width: inherit;
}

.no-padding {
  padding: 0px;
}

.img-lang img {
  opacity: 0.25;
}

.img-lang.active img {
  opacity: 1;
}

*[hideable] > header {
  border: 1px solid #bbbbbb;
  border-left: 3px solid #555555;
  margin-top: 2px;
  padding: 5px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333333;
}

*[hideable]:hover > header {
  border-left-color: #bbbbbb;
}

*[hideable] > content {
  border: 1px solid #bbbbbb;
  border-top: 0px solid transparent;
  padding: 5px;
  margin-left: 11px;
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
  display: block;
}

*[hideable] > content.collapsed {
  display: none !important;
}

*[hideable].hideable-primary > header {
  border-left-color: rgb(51, 122, 183);
}

*[hideable].hideable-primary:hover > header {
  border-left-color: rgba(51, 122, 183, .75);
}

*[hideable].hideable-success > header {
  border-left-color: rgb(56, 138, 47);
}

*[hideable].hideable-success:hover > header {
  border-left-color: rgba(56, 138, 47, .75);
}

*[hideable].hideable-info > header {
  border-left-color: rgb(91, 192, 222);
}

*[hideable].hideable-info:hover > header {
  border-left-color: rgba(91, 192, 222, .75);
}

*[hideable].hideable-warning > header {
  border-left-color: rgb(240, 173, 78);
}

*[hideable].hideable-warning:hover > header {
  border-left-color: rgba(240, 173, 78, .75);
}

*[hideable].hideable-danger > header {
  border-left-color: rgb(217, 83, 79);
}

*[hideable].hideable-danger:hover > header {
  border-left-color: rgba(217, 83, 79, .75);
}

*[hideable].hideable-violet > header {
  border-left-color: rgb(86, 61, 124);
}

*[hideable].hideable-violet:hover > header {
  border-left-color: rgba(86, 61, 124, .75);
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .43);
  z-index: 999999999;
  font-size: 25pt;
  color: #fff;
  overflow: hidden;
}

.survey-name {
  margin-bottom: 0px !important;
}

.set-badge {
  margin-bottom: 10px;
}

.loader-blacked {
  background-color: #555 !important;
}

.loader .loading {
  position: absolute;
  width: 120px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: 35px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loading > div {
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.loader .l {
  left: 8px;
}

.loader .i {
  left: 60px;
}

.loader .n {
  left: 72px;
}

.loader .g {
  left: 99px;
}

.loader .square,
.loader .circle,
.loader .triangle {
  left: 30px;
}

.loader .square {
  background: #75B3D1;
  width: 24px;
  height: 24px;
  left: 32px;
  top: 12px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: shrinkgrow 3s ease-in-out infinite;
          animation: shrinkgrow 3s ease-in-out infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.loader .circle {
  background: #81D47D;
  width: 27px;
  height: 27px;
  top: 10px;
  left: 30px;
  border-radius: 50%;
  -webkit-animation: shrinkgrow 3s ease-in-out infinite;
          animation: shrinkgrow 3s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.loader .triangle {
  width: 0;
  height: 0;
  left: 30px;
  top: 11px;
  border-style: solid;
  border-width: 0 14.5px 25.1px 14.5px;
  border-color: transparent transparent #D2798C transparent;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: shrinkgrow 3s ease-in-out infinite;
          animation: shrinkgrow 3s ease-in-out infinite;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes shrinkgrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  12.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes shrinkgrow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  12.5% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

.loader .loader-walk {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.loader .loader-walk > div {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: animate 2s linear infinite;
          animation: animate 2s linear infinite;
}

.loader .loader-walk > div:nth-of-type(1) {
  -webkit-animation-delay: -.4s;
          animation-delay: -.4s;
}

.loader .loader-walk > div:nth-of-type(2) {
  -webkit-animation-delay: -.8s;
          animation-delay: -.8s;
}

.loader .loader-walk > div:nth-of-type(3) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.loader .loader-walk > div:nth-of-type(4) {
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes animate {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

@keyframes animate {
  0% {
    left: 100px;
    top: 0;
  }
  80% {
    left: 0;
    top: 0;
  }
  85% {
    left: 0;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  90% {
    width: 40px;
    height: 15px;
  }
  95% {
    left: 100px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 100px;
    top: 0;
  }
}

.highcharts-container,
.highcharts-container > svg {
  width: inherit !important;
  height: inherit !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #388a2f;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #388a2f;
  border-color: #388a2f;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #34712d;
}

.ng-with-newlines {
  white-space: pre-wrap;
}

password-input .form-control-feedback {
  text-align: left;
  width: 111px;
  color: #999;
}

password-input.lg .form-control-feedback {
  width: 125px;
}

password-input .form-control {
  border-right-width: 0px;
}

password-input .form-control:focus {
  border-right-width: 1px;
}

.list-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.list-flex-container > div {
  flex: 0 1 auto;
  align-self: auto;
  min-width: 175px;
  padding: 0px 7px;
}

.text-blue {
  color: #5bc0de;
}

.text-pink {
  color: #d9534f;
}

.navbar.navbar-intellimedia {
  background-color: #d1d1d1;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #e5e5e5;
}

.navbar.navbar-intellimedia .navbar-header .navbar-brand {
  padding: 10px;
}

.navbar-text.navbar-text-intellimedia {
  margin: 8px;
}

.progress.progress-intellimedia {
  border-radius: 0px;
  height: 35px;
}

.well.well-test {
  margin-bottom: 45px;
}

.progress-bar {
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}

.link-list-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.link-list-flex-container > div {
  flex: 0 1 auto;
  align-self: auto;
  width: 275px;
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  padding: 0px 11px;
}

[contenteditable][disabled],
[contenteditable][readonly] {
  background-color: #eee;
  opacity: 1;
}

.ui-select-match-text {
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.ui-select-multiple.ui-select-bootstrap[disabled] {
  min-height: 34px;
}

.report-district-detailed-table {
  height: 500px;
}

hr.hr-page-break {
  border-top: 1px dashed #a94442;
}

report-district-detailed-record section content p {
  margin: 0px;
}

.ace_editor {
  height: 200px;
}

[bs-collapse-toggle] {
  cursor: pointer;
}

.color-picker-intellimedia .color-picker-wrapper {
  display: inline-block;
}

.question {
  border-left: 5px solid transparent;
  margin-left: -14px;
  padding-left: 15px;
  padding-right: 7px;
}

.question.question-default {
  border-color: #555;
}

.question.question-danger {
  border-color: #d9534f;
}

.question.question-success {
  border-color: #388a2f;
}

scrollbar-helper {
  display: block;
  z-index: 99999;
  width: 20px;
  height: 100%;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.scrollbar-helper-element {
  display: block;
  z-index: 100001;
  width: 20px;
  min-height: 7px;
  position: fixed;
  right: 0px;
  cursor: pointer;
  z-index: 100000;
}

.scrollbar-helper-element.element-default {
  background-color: #555;
}

.scrollbar-helper-element.element-danger {
  background-color: #d9534f;
}

.scrollbar-helper-element.element-success {
  background-color: #388a2f;
}

.drop-upload-accept {
  background-color: #388a2f;
}

.drop-upload-reject {
  background-color: #d9534f;
}

[ngf-drop] {
  display: block;
  border: 3px dashed #cfcfcf;
  text-align: center;
  padding: 15px 0px;
  color: #cfcfcf;
  font-style: italic;
  border-radius: 8px;
  font-size: 150%;
}

.alert-license {
  padding: 7px;
}

.badge-danger {
  background-color: #dc3545;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-success {
  background-color: #28a745;
}

.alert-license h4 {
  margin-top: 0px;
}

.survey-sets {
  margin-top: 15px;
}

.width-full {
  width: 100% !important;
}

.calc-color {
  padding: 5px;
  border: 1px solid #555;
  display: inline-block;
  width: 79px;
}

.danger-question-not-answered {
  background-color: #F2DEDE;
}

.folder-input {
  width: 100%;
}
