/* iCheck plugin Square skin, aero
----------------------------------- */

.icheckbox_square-aero,
.iradio_square-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/iCheck/aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-aero {
    margin-left: -20px;
    background-position: 0 0;
}
    .icheckbox_square-aero.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-aero.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-aero.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-aero.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-aero {
    background-position: -120px 0;
}
    .iradio_square-aero.hover {
        background-position: -144px 0;
    }
    .iradio_square-aero.checked {
        background-position: -168px 0;
    }
    .iradio_square-aero.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-aero.checked.disabled {
        background-position: -216px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-aero,
    .iradio_square-aero {
        background-image: url(/assets/iCheck/aero@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}
/* line 1, /app/vendor/assets/stylesheets/toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 4, /app/vendor/assets/stylesheets/toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 8, /app/vendor/assets/stylesheets/toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 12, /app/vendor/assets/stylesheets/toastr.scss */
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

/* line 16, /app/vendor/assets/stylesheets/toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 30, /app/vendor/assets/stylesheets/toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 42, /app/vendor/assets/stylesheets/toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 49, /app/vendor/assets/stylesheets/toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 54, /app/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 59, /app/vendor/assets/stylesheets/toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 64, /app/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 69, /app/vendor/assets/stylesheets/toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 73, /app/vendor/assets/stylesheets/toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 77, /app/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 81, /app/vendor/assets/stylesheets/toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 85, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 91, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 96, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 115, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 124, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 127, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 130, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 133, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 136, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

/* line 141, /app/vendor/assets/stylesheets/toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

/* line 146, /app/vendor/assets/stylesheets/toastr.scss */
.toast {
  background-color: #030303;
}

/* line 149, /app/vendor/assets/stylesheets/toastr.scss */
.toast-success {
  background-color: #51a351;
}

/* line 152, /app/vendor/assets/stylesheets/toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 155, /app/vendor/assets/stylesheets/toastr.scss */
.toast-info {
  background-color: #2f96b4;
}

/* line 158, /app/vendor/assets/stylesheets/toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 161, /app/vendor/assets/stylesheets/toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 173, /app/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  /* line 177, /app/vendor/assets/stylesheets/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 183, /app/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  /* line 187, /app/vendor/assets/stylesheets/toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 193, /app/vendor/assets/stylesheets/toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face{font-family:'FontAwesome';src:url('/assets/fonts/fontawesome-webfont.eot?v=4.3.0');src:url('/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('/assets/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('/assets/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('/assets/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('/assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution_profile:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}
.xdsoft_datetimepicker{
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker *{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
  display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
  display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
  width: 224px;
  float:left;
  margin-left:8px;
}
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{
  width: 256px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
  width: 58px;
  float:left;
  text-align:center;
  margin-left:8px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
  margin-top:8px;
  margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker  .xdsoft_prev, 
.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_today_button{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i{
  opacity:0.5;
  background-position:-92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
  background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
  background-position:-70px 0px;
  margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
  background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,
.xdsoft_datetimepicker  .xdsoft_prev ,
.xdsoft_datetimepicker  .xdsoft_today_button{
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
  float:none;
  background-position:-40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left:14px;
  margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
  background-position:-40px 0px;
  margin-bottom:7px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
  height:151px;
  overflow:hidden;
  border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
  background: #F5F5F5;
  border-top:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse:collapse;
  cursor:pointer;
  border-bottom-width:0px;
  height:25px;
  line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.xdsoft_datetimepicker  .xdsoft_label{
  display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
  float:left;
  width:182px;
  text-align:center;
  cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
  text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label:hover i{
  opacity:1.0;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
  border:1px solid #ccc;
  position:absolute;
  right:0px;
  top:30px;
  z-index:101;
  display:none;
  background:#fff;
  max-height:160px;
  overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
  color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
  padding:2px 10px 2px 5px; 
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
  width:100px;
  text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
  clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
  width: 48px;
  margin-left: 5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
  border-collapse:collapse;
  width:100%;
  
}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
  padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
  width:14.2857142%;
  background: #F5F5F5;
  border:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding:0px;
  border-collapse:collapse;
  cursor:pointer;
  height: 25px;
}
.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks  .xdsoft_calendar th{
  width:12.5%;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
  color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
  opacity:0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
  opacity:0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
  color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
  color: inherit  !important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
  position:relative;
  border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
  background:#ccc !important;
  height:20px;
  border-radius:3px;
}
.xdsoft_scrollbar{
  position:absolute;
  width:7px;
  right:0px;
  top:0px;
  bottom:0px;
  cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}


.xdsoft_datetimepicker.xdsoft_dark{
  box-shadow: 0px 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box{
  border-bottom:1px solid #222222;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div{
  background: #0a0a0a;
  border-top:1px solid #222222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label{
    background-color: #000;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select{
  border:1px solid #333;
  background:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
  color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_prev, 
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_today_button{
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
  background: #0a0a0a;
  border:1px solid #222222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
  background: #0e0e0e;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_today{
  color:#cc5500;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
  background: #cc5500;
  box-shadow: #b03e00 0px 1px 3px 0px inset;
  color:#000;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
  color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_calendar th{
  color: #666;
}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright{ color:#333 !important;}
.xdsoft_datetimepicker.xdsoft_dark  .xdsoft_copyright a{ color:#111 !important;}
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{ color:#555 !important;}


.xdsoft_dark .xdsoft_time_box{
  border:1px solid #333;
}
.xdsoft_dark .xdsoft_scrollbar >.xdsoft_scroller{
  background:#333 !important;
}
@font-face {
  font-family: 'Bariol';
  src: url("bariol_bold.woff2") format("woff2"), url("bariol_bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url("bariol_light.woff2") format("woff2"), url("bariol_light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url("bariol_regular_italic.woff2") format("woff2"), url("bariol_regular_italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Bariol';
  src: url("bariol_regular.woff2") format("woff2"), url("bariol_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* line 1, /app/app/assets/stylesheets/template.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* line 13, /app/app/assets/stylesheets/template.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, /app/app/assets/stylesheets/template.scss */
audio:not([controls]) {
  display: none;
}

/* line 23, /app/app/assets/stylesheets/template.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 28, /app/app/assets/stylesheets/template.scss */
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 33, /app/app/assets/stylesheets/template.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 37, /app/app/assets/stylesheets/template.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 44, /app/app/assets/stylesheets/template.scss */
sup {
  top: -0.5em;
}

/* line 47, /app/app/assets/stylesheets/template.scss */
sub {
  bottom: -0.25em;
}

/* line 50, /app/app/assets/stylesheets/template.scss */
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 58, /app/app/assets/stylesheets/template.scss */
#map_canvas img,
.google-maps img {
  max-width: none;
}

/* line 62, /app/app/assets/stylesheets/template.scss */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

/* line 70, /app/app/assets/stylesheets/template.scss */
button,
input {
  *overflow: visible;
  line-height: normal;
}

/* line 75, /app/app/assets/stylesheets/template.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 80, /app/app/assets/stylesheets/template.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 87, /app/app/assets/stylesheets/template.scss */
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

/* line 97, /app/app/assets/stylesheets/template.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 103, /app/app/assets/stylesheets/template.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 107, /app/app/assets/stylesheets/template.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  /* line 112, /app/app/assets/stylesheets/template.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 118, /app/app/assets/stylesheets/template.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 122, /app/app/assets/stylesheets/template.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 125, /app/app/assets/stylesheets/template.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 128, /app/app/assets/stylesheets/template.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 133, /app/app/assets/stylesheets/template.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 138, /app/app/assets/stylesheets/template.scss */
  thead {
    display: table-header-group;
  }

  /* line 141, /app/app/assets/stylesheets/template.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 145, /app/app/assets/stylesheets/template.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 151, /app/app/assets/stylesheets/template.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 157, /app/app/assets/stylesheets/template.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 162, /app/app/assets/stylesheets/template.scss */
.clearfix {
  *zoom: 1;
}

/* line 165, /app/app/assets/stylesheets/template.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 171, /app/app/assets/stylesheets/template.scss */
.clearfix:after {
  clear: both;
}

/* line 174, /app/app/assets/stylesheets/template.scss */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 181, /app/app/assets/stylesheets/template.scss */
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 189, /app/app/assets/stylesheets/template.scss */
body {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  background-color: #fff;
}

/* line 197, /app/app/assets/stylesheets/template.scss */
a {
  color: #08c;
  text-decoration: none;
}

/* line 201, /app/app/assets/stylesheets/template.scss */
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

/* line 206, /app/app/assets/stylesheets/template.scss */
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 211, /app/app/assets/stylesheets/template.scss */
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* line 220, /app/app/assets/stylesheets/template.scss */
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

/* line 225, /app/app/assets/stylesheets/template.scss */
.row {
  margin-left: 20px;
  margin-right: 20px;
  *zoom: 1;
}

/* line 230, /app/app/assets/stylesheets/template.scss */
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 236, /app/app/assets/stylesheets/template.scss */
.row:after {
  clear: both;
}

/* line 239, /app/app/assets/stylesheets/template.scss */
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

/* line 244, /app/app/assets/stylesheets/template.scss */
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 250, /app/app/assets/stylesheets/template.scss */
.span12 {
  width: 940px;
}

/* line 253, /app/app/assets/stylesheets/template.scss */
.span11 {
  width: 860px;
}

/* line 256, /app/app/assets/stylesheets/template.scss */
.span10 {
  width: 780px;
}

/* line 259, /app/app/assets/stylesheets/template.scss */
.span9 {
  width: 700px;
}

/* line 262, /app/app/assets/stylesheets/template.scss */
.span8 {
  width: 620px;
}

/* line 265, /app/app/assets/stylesheets/template.scss */
.span7 {
  width: 540px;
}

/* line 268, /app/app/assets/stylesheets/template.scss */
.span6 {
  width: 460px;
}

/* line 271, /app/app/assets/stylesheets/template.scss */
.span5 {
  width: 380px;
}

/* line 274, /app/app/assets/stylesheets/template.scss */
.span4 {
  width: 300px;
}

/* line 277, /app/app/assets/stylesheets/template.scss */
.span3 {
  width: 220px;
}

/* line 280, /app/app/assets/stylesheets/template.scss */
.span2 {
  width: 140px;
}

/* line 283, /app/app/assets/stylesheets/template.scss */
.span1 {
  width: 60px;
}

/* line 286, /app/app/assets/stylesheets/template.scss */
.offset12 {
  margin-left: 980px;
}

/* line 289, /app/app/assets/stylesheets/template.scss */
.offset11 {
  margin-left: 900px;
}

/* line 292, /app/app/assets/stylesheets/template.scss */
.offset10 {
  margin-left: 820px;
}

/* line 295, /app/app/assets/stylesheets/template.scss */
.offset9 {
  margin-left: 740px;
}

/* line 298, /app/app/assets/stylesheets/template.scss */
.offset8 {
  margin-left: 660px;
}

/* line 301, /app/app/assets/stylesheets/template.scss */
.offset7 {
  margin-left: 580px;
}

/* line 304, /app/app/assets/stylesheets/template.scss */
.offset6 {
  margin-left: 500px;
}

/* line 307, /app/app/assets/stylesheets/template.scss */
.offset5 {
  margin-left: 420px;
}

/* line 310, /app/app/assets/stylesheets/template.scss */
.offset4 {
  margin-left: 340px;
}

/* line 313, /app/app/assets/stylesheets/template.scss */
.offset3 {
  margin-left: 260px;
}

/* line 316, /app/app/assets/stylesheets/template.scss */
.offset2 {
  margin-left: 180px;
}

/* line 319, /app/app/assets/stylesheets/template.scss */
.offset1 {
  margin-left: 100px;
}

/* line 322, /app/app/assets/stylesheets/template.scss */
.row-fluid {
  width: 100%;
  *zoom: 1;
}

/* line 326, /app/app/assets/stylesheets/template.scss */
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 332, /app/app/assets/stylesheets/template.scss */
.row-fluid:after {
  clear: both;
}

/* line 335, /app/app/assets/stylesheets/template.scss */
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846383%;
}

/* line 346, /app/app/assets/stylesheets/template.scss */
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 349, /app/app/assets/stylesheets/template.scss */
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574%;
}

/* line 352, /app/app/assets/stylesheets/template.scss */
.row-fluid .span12 {
  width: 99.99999999%;
  *width: 99.946808500638%;
}

/* line 356, /app/app/assets/stylesheets/template.scss */
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.436170203638%;
}

/* line 360, /app/app/assets/stylesheets/template.scss */
.row-fluid .span10 {
  width: 82.978723396%;
  *width: 82.925531906638%;
}

/* line 364, /app/app/assets/stylesheets/template.scss */
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.414893609638%;
}

/* line 368, /app/app/assets/stylesheets/template.scss */
.row-fluid .span8 {
  width: 65.957446802%;
  *width: 65.904255312638%;
}

/* line 372, /app/app/assets/stylesheets/template.scss */
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.393617015638%;
}

/* line 376, /app/app/assets/stylesheets/template.scss */
.row-fluid .span6 {
  width: 48.936170208%;
  *width: 48.882978718638%;
}

/* line 380, /app/app/assets/stylesheets/template.scss */
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.372340421638%;
}

/* line 384, /app/app/assets/stylesheets/template.scss */
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.861702124638%;
}

/* line 388, /app/app/assets/stylesheets/template.scss */
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.351063827638%;
}

/* line 392, /app/app/assets/stylesheets/template.scss */
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.840425530638%;
}

/* line 396, /app/app/assets/stylesheets/template.scss */
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.3297872336383%;
}

/* line 400, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset12 {
  margin-left: 104.255319138%;
  *margin-left: 104.14893615928%;
}

/* line 404, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset12:first-child {
  margin-left: 102.127659564%;
  *margin-left: 102.02127658528%;
}

/* line 408, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset11 {
  margin-left: 95.744680841%;
  *margin-left: 95.638297862277%;
}

/* line 412, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset11:first-child {
  margin-left: 93.617021267%;
  *margin-left: 93.510638288277%;
}

/* line 416, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset10 {
  margin-left: 87.234042544%;
  *margin-left: 87.127659565277%;
}

/* line 420, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset10:first-child {
  margin-left: 85.10638297%;
  *margin-left: 84.999999991277%;
}

/* line 424, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset9 {
  margin-left: 78.723404247%;
  *margin-left: 78.617021268277%;
}

/* line 428, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset9:first-child {
  margin-left: 76.595744673%;
  *margin-left: 76.489361694277%;
}

/* line 432, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset8 {
  margin-left: 70.21276595%;
  *margin-left: 70.106382971277%;
}

/* line 436, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset8:first-child {
  margin-left: 68.085106376%;
  *margin-left: 67.978723397277%;
}

/* line 440, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset7 {
  margin-left: 61.702127653%;
  *margin-left: 61.595744674277%;
}

/* line 444, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset7:first-child {
  margin-left: 59.574468079%;
  *margin-left: 59.468085100277%;
}

/* line 448, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset6 {
  margin-left: 53.191489356%;
  *margin-left: 53.085106377277%;
}

/* line 452, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset6:first-child {
  margin-left: 51.063829782%;
  *margin-left: 50.957446803277%;
}

/* line 456, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset5 {
  margin-left: 44.680851059%;
  *margin-left: 44.574468080277%;
}

/* line 460, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset5:first-child {
  margin-left: 42.553191485%;
  *margin-left: 42.446808506277%;
}

/* line 464, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset4 {
  margin-left: 36.170212762%;
  *margin-left: 36.063829783277%;
}

/* line 468, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset4:first-child {
  margin-left: 34.042553188%;
  *margin-left: 33.936170209277%;
}

/* line 472, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset3 {
  margin-left: 27.659574465%;
  *margin-left: 27.553191486277%;
}

/* line 476, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset3:first-child {
  margin-left: 25.531914891%;
  *margin-left: 25.425531912277%;
}

/* line 480, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset2 {
  margin-left: 19.148936168%;
  *margin-left: 19.042553189277%;
}

/* line 484, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset2:first-child {
  margin-left: 17.021276594%;
  *margin-left: 16.914893615277%;
}

/* line 488, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset1 {
  margin-left: 10.638297871%;
  *margin-left: 10.531914892277%;
}

/* line 492, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset1:first-child {
  margin-left: 8.510638297%;
  *margin-left: 8.4042553182766%;
}

/* line 496, /app/app/assets/stylesheets/template.scss */
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

/* line 500, /app/app/assets/stylesheets/template.scss */
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/* line 504, /app/app/assets/stylesheets/template.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

/* line 509, /app/app/assets/stylesheets/template.scss */
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 515, /app/app/assets/stylesheets/template.scss */
.container:after {
  clear: both;
}

/* line 518, /app/app/assets/stylesheets/template.scss */
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

/* line 523, /app/app/assets/stylesheets/template.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 529, /app/app/assets/stylesheets/template.scss */
.container-fluid:after {
  clear: both;
}

/* line 532, /app/app/assets/stylesheets/template.scss */
p {
  margin: 0 0 9px;
}

/* line 535, /app/app/assets/stylesheets/template.scss */
.lead {
  margin-bottom: 18px;
  font-size: 19.5px;
  font-weight: 200;
  line-height: 27px;
}

/* line 541, /app/app/assets/stylesheets/template.scss */
small {
  font-size: 85%;
}

/* line 544, /app/app/assets/stylesheets/template.scss */
strong {
  font-weight: bold;
}

/* line 547, /app/app/assets/stylesheets/template.scss */
em {
  font-style: italic;
}

/* line 550, /app/app/assets/stylesheets/template.scss */
cite {
  font-style: normal;
}

/* line 553, /app/app/assets/stylesheets/template.scss */
.muted {
  color: #999;
}

/* line 556, /app/app/assets/stylesheets/template.scss */
a.muted:hover,
a.muted:focus {
  color: #808080;
}

/* line 560, /app/app/assets/stylesheets/template.scss */
.text-warning {
  color: #c09853;
}

/* line 563, /app/app/assets/stylesheets/template.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

/* line 567, /app/app/assets/stylesheets/template.scss */
.text-error {
  color: #b94a48;
}

/* line 570, /app/app/assets/stylesheets/template.scss */
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

/* line 574, /app/app/assets/stylesheets/template.scss */
.text-info {
  color: #3a87ad;
}

/* line 577, /app/app/assets/stylesheets/template.scss */
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

/* line 581, /app/app/assets/stylesheets/template.scss */
.text-success {
  color: #468847;
}

/* line 584, /app/app/assets/stylesheets/template.scss */
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

/* line 588, /app/app/assets/stylesheets/template.scss */
.text-left {
  text-align: left;
}

/* line 591, /app/app/assets/stylesheets/template.scss */
.text-right {
  text-align: right;
}

/* line 594, /app/app/assets/stylesheets/template.scss */
.text-center {
  text-align: center;
}

/* line 599, /app/app/assets/stylesheets/template.scss */
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/* line 604, /app/app/assets/stylesheets/template.scss */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

/*li {
	line-height: 18px;
}*/
/* line 613, /app/app/assets/stylesheets/template.scss */
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* line 618, /app/app/assets/stylesheets/template.scss */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

/* line 623, /app/app/assets/stylesheets/template.scss */
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 631, /app/app/assets/stylesheets/template.scss */
dl {
  margin-bottom: 18px;
}

/* line 634, /app/app/assets/stylesheets/template.scss */
dt,
dd {
  line-height: 18px;
}

/* line 638, /app/app/assets/stylesheets/template.scss */
dt {
  font-weight: bold;
}

/* line 641, /app/app/assets/stylesheets/template.scss */
dd {
  margin-left: 9px;
}

/* line 644, /app/app/assets/stylesheets/template.scss */
.dl-horizontal {
  *zoom: 1;
}

/* line 647, /app/app/assets/stylesheets/template.scss */
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 653, /app/app/assets/stylesheets/template.scss */
.dl-horizontal:after {
  clear: both;
}

/* line 656, /app/app/assets/stylesheets/template.scss */
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 665, /app/app/assets/stylesheets/template.scss */
.dl-horizontal dd {
  margin-left: 180px;
}

/* line 668, /app/app/assets/stylesheets/template.scss */
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

/* line 674, /app/app/assets/stylesheets/template.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 679, /app/app/assets/stylesheets/template.scss */
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 683, /app/app/assets/stylesheets/template.scss */
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}

/* line 688, /app/app/assets/stylesheets/template.scss */
blockquote p {
  margin-bottom: 0;
  font-size: 16.25px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 694, /app/app/assets/stylesheets/template.scss */
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}

/* line 699, /app/app/assets/stylesheets/template.scss */
blockquote small:before {
  content: '\2014 \00A0';
}

/* line 702, /app/app/assets/stylesheets/template.scss */
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 709, /app/app/assets/stylesheets/template.scss */
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

/* line 713, /app/app/assets/stylesheets/template.scss */
blockquote.pull-right small:before {
  content: '';
}

/* line 716, /app/app/assets/stylesheets/template.scss */
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

/* line 719, /app/app/assets/stylesheets/template.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

/* line 725, /app/app/assets/stylesheets/template.scss */
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}

/* line 731, /app/app/assets/stylesheets/template.scss */
code,
pre {
  padding: 0 3px 2px;
  font-size: 11px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 741, /app/app/assets/stylesheets/template.scss */
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

/* line 748, /app/app/assets/stylesheets/template.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 765, /app/app/assets/stylesheets/template.scss */
pre.prettyprint {
  margin-bottom: 18px;
}

/* line 768, /app/app/assets/stylesheets/template.scss */
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

/* line 776, /app/app/assets/stylesheets/template.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 780, /app/app/assets/stylesheets/template.scss */
form {
  margin: 0 0 18px;
}

/* line 783, /app/app/assets/stylesheets/template.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 788, /app/app/assets/stylesheets/template.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 799, /app/app/assets/stylesheets/template.scss */
legend small {
  font-size: 13.5px;
  color: #999;
}

/* line 803, /app/app/assets/stylesheets/template.scss */
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

/* line 818, /app/app/assets/stylesheets/template.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 822, /app/app/assets/stylesheets/template.scss */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}

/* line 851, /app/app/assets/stylesheets/template.scss */
input,
textarea,
.uneditable-input {
  width: 206px;
}

/* line 856, /app/app/assets/stylesheets/template.scss */
textarea {
  height: auto;
}

/* line 859, /app/app/assets/stylesheets/template.scss */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 885, /app/app/assets/stylesheets/template.scss */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 908, /app/app/assets/stylesheets/template.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 915, /app/app/assets/stylesheets/template.scss */
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

/* line 924, /app/app/assets/stylesheets/template.scss */
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

/* line 930, /app/app/assets/stylesheets/template.scss */
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 935, /app/app/assets/stylesheets/template.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 939, /app/app/assets/stylesheets/template.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 947, /app/app/assets/stylesheets/template.scss */
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

/* line 957, /app/app/assets/stylesheets/template.scss */
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

/* line 961, /app/app/assets/stylesheets/template.scss */
.uneditable-textarea {
  width: auto;
  height: auto;
}

/* line 965, /app/app/assets/stylesheets/template.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

/* line 969, /app/app/assets/stylesheets/template.scss */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

/* line 973, /app/app/assets/stylesheets/template.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 977, /app/app/assets/stylesheets/template.scss */
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
}

/* line 982, /app/app/assets/stylesheets/template.scss */
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 987, /app/app/assets/stylesheets/template.scss */
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

/* line 991, /app/app/assets/stylesheets/template.scss */
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 998, /app/app/assets/stylesheets/template.scss */
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

/* line 1002, /app/app/assets/stylesheets/template.scss */
.input-mini {
  width: 60px;
}

/* line 1005, /app/app/assets/stylesheets/template.scss */
.input-small {
  width: 90px;
}

/* line 1008, /app/app/assets/stylesheets/template.scss */
.input-medium {
  width: 150px;
}

/* line 1011, /app/app/assets/stylesheets/template.scss */
.input-large {
  width: 210px;
}

/* line 1014, /app/app/assets/stylesheets/template.scss */
.input-xlarge {
  width: 270px;
}

/* line 1017, /app/app/assets/stylesheets/template.scss */
.input-xxlarge {
  width: 530px;
}

/* line 1020, /app/app/assets/stylesheets/template.scss */
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 1031, /app/app/assets/stylesheets/template.scss */
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

/* line 1043, /app/app/assets/stylesheets/template.scss */
input,
textarea,
.uneditable-input {
  margin-left: 0;
}

/* line 1048, /app/app/assets/stylesheets/template.scss */
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

/* line 1051, /app/app/assets/stylesheets/template.scss */
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

/* line 1056, /app/app/assets/stylesheets/template.scss */
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

/* line 1061, /app/app/assets/stylesheets/template.scss */
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

/* line 1066, /app/app/assets/stylesheets/template.scss */
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

/* line 1071, /app/app/assets/stylesheets/template.scss */
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

/* line 1076, /app/app/assets/stylesheets/template.scss */
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

/* line 1081, /app/app/assets/stylesheets/template.scss */
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

/* line 1086, /app/app/assets/stylesheets/template.scss */
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

/* line 1091, /app/app/assets/stylesheets/template.scss */
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

/* line 1096, /app/app/assets/stylesheets/template.scss */
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

/* line 1101, /app/app/assets/stylesheets/template.scss */
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

/* line 1106, /app/app/assets/stylesheets/template.scss */
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

/* line 1111, /app/app/assets/stylesheets/template.scss */
.controls-row {
  *zoom: 1;
}

/* line 1114, /app/app/assets/stylesheets/template.scss */
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1120, /app/app/assets/stylesheets/template.scss */
.controls-row:after {
  clear: both;
}

/* line 1123, /app/app/assets/stylesheets/template.scss */
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

/* line 1127, /app/app/assets/stylesheets/template.scss */
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

/* line 1131, /app/app/assets/stylesheets/template.scss */
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 1140, /app/app/assets/stylesheets/template.scss */
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

/* line 1146, /app/app/assets/stylesheets/template.scss */
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

/* line 1151, /app/app/assets/stylesheets/template.scss */
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

/* line 1158, /app/app/assets/stylesheets/template.scss */
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1166, /app/app/assets/stylesheets/template.scss */
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

/* line 1174, /app/app/assets/stylesheets/template.scss */
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

/* line 1180, /app/app/assets/stylesheets/template.scss */
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

/* line 1185, /app/app/assets/stylesheets/template.scss */
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

/* line 1192, /app/app/assets/stylesheets/template.scss */
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1200, /app/app/assets/stylesheets/template.scss */
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

/* line 1208, /app/app/assets/stylesheets/template.scss */
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

/* line 1214, /app/app/assets/stylesheets/template.scss */
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

/* line 1219, /app/app/assets/stylesheets/template.scss */
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

/* line 1226, /app/app/assets/stylesheets/template.scss */
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1234, /app/app/assets/stylesheets/template.scss */
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

/* line 1242, /app/app/assets/stylesheets/template.scss */
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

/* line 1248, /app/app/assets/stylesheets/template.scss */
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

/* line 1253, /app/app/assets/stylesheets/template.scss */
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

/* line 1260, /app/app/assets/stylesheets/template.scss */
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 1268, /app/app/assets/stylesheets/template.scss */
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

/* line 1276, /app/app/assets/stylesheets/template.scss */
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

/* line 1282, /app/app/assets/stylesheets/template.scss */
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

/* line 1288, /app/app/assets/stylesheets/template.scss */
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

/* line 1296, /app/app/assets/stylesheets/template.scss */
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

/* line 1304, /app/app/assets/stylesheets/template.scss */
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1310, /app/app/assets/stylesheets/template.scss */
.form-actions:after {
  clear: both;
}

/* line 1313, /app/app/assets/stylesheets/template.scss */
.help-block,
.help-inline {
  color: #595959;
}

/* line 1317, /app/app/assets/stylesheets/template.scss */
.help-block {
  display: block;
  margin-bottom: 9px;
}

/* line 1321, /app/app/assets/stylesheets/template.scss */
.help-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

/* line 1328, /app/app/assets/stylesheets/template.scss */
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}

/* line 1336, /app/app/assets/stylesheets/template.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 13px;
}

/* line 1348, /app/app/assets/stylesheets/template.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1362, /app/app/assets/stylesheets/template.scss */
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

/* line 1370, /app/app/assets/stylesheets/template.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

/* line 1385, /app/app/assets/stylesheets/template.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1396, /app/app/assets/stylesheets/template.scss */
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

/* line 1401, /app/app/assets/stylesheets/template.scss */
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

/* line 1405, /app/app/assets/stylesheets/template.scss */
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1411, /app/app/assets/stylesheets/template.scss */
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1418, /app/app/assets/stylesheets/template.scss */
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1425, /app/app/assets/stylesheets/template.scss */
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

/* line 1430, /app/app/assets/stylesheets/template.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1437, /app/app/assets/stylesheets/template.scss */
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1444, /app/app/assets/stylesheets/template.scss */
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1451, /app/app/assets/stylesheets/template.scss */
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 1458, /app/app/assets/stylesheets/template.scss */
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 1465, /app/app/assets/stylesheets/template.scss */
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

/* line 1468, /app/app/assets/stylesheets/template.scss */
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 1478, /app/app/assets/stylesheets/template.scss */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 1484, /app/app/assets/stylesheets/template.scss */
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 1489, /app/app/assets/stylesheets/template.scss */
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 1494, /app/app/assets/stylesheets/template.scss */
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* line 1499, /app/app/assets/stylesheets/template.scss */
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

/* line 1504, /app/app/assets/stylesheets/template.scss */
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1531, /app/app/assets/stylesheets/template.scss */
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

/* line 1536, /app/app/assets/stylesheets/template.scss */
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

/* line 1542, /app/app/assets/stylesheets/template.scss */
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

/* line 1548, /app/app/assets/stylesheets/template.scss */
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

/* line 1556, /app/app/assets/stylesheets/template.scss */
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

/* line 1564, /app/app/assets/stylesheets/template.scss */
.control-group {
  margin-bottom: 9px;
}

/* line 1567, /app/app/assets/stylesheets/template.scss */
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}

/* line 1571, /app/app/assets/stylesheets/template.scss */
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}

/* line 1575, /app/app/assets/stylesheets/template.scss */
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 1581, /app/app/assets/stylesheets/template.scss */
.form-horizontal .control-group:after {
  clear: both;
}

/* line 1584, /app/app/assets/stylesheets/template.scss */
.form-horizontal .control-label {
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

/* line 1590, /app/app/assets/stylesheets/template.scss */
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

/* line 1596, /app/app/assets/stylesheets/template.scss */
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

/* line 1599, /app/app/assets/stylesheets/template.scss */
.form-horizontal .help-block {
  margin-bottom: 0;
}

/* line 1602, /app/app/assets/stylesheets/template.scss */
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}

/* line 1610, /app/app/assets/stylesheets/template.scss */
.form-horizontal .form-actions {
  padding-left: 180px;
}

/* line 1613, /app/app/assets/stylesheets/template.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
}

/* line 1618, /app/app/assets/stylesheets/template.scss */
.table {
  width: 100%;
  margin-bottom: 18px;
}

/* line 1622, /app/app/assets/stylesheets/template.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1630, /app/app/assets/stylesheets/template.scss */
.table th {
  font-weight: bold;
}

/* line 1633, /app/app/assets/stylesheets/template.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 1636, /app/app/assets/stylesheets/template.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 1644, /app/app/assets/stylesheets/template.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1647, /app/app/assets/stylesheets/template.scss */
.table .table {
  background-color: #fff;
}

/* line 1650, /app/app/assets/stylesheets/template.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 1654, /app/app/assets/stylesheets/template.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1661, /app/app/assets/stylesheets/template.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 1665, /app/app/assets/stylesheets/template.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 1676, /app/app/assets/stylesheets/template.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 1683, /app/app/assets/stylesheets/template.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 1690, /app/app/assets/stylesheets/template.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1699, /app/app/assets/stylesheets/template.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 1708, /app/app/assets/stylesheets/template.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 1713, /app/app/assets/stylesheets/template.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 1718, /app/app/assets/stylesheets/template.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 1726, /app/app/assets/stylesheets/template.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 1734, /app/app/assets/stylesheets/template.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 1738, /app/app/assets/stylesheets/template.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 1742, /app/app/assets/stylesheets/template.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 1750, /app/app/assets/stylesheets/template.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 1756, /app/app/assets/stylesheets/template.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 1762, /app/app/assets/stylesheets/template.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 1768, /app/app/assets/stylesheets/template.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 1774, /app/app/assets/stylesheets/template.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 1780, /app/app/assets/stylesheets/template.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 1786, /app/app/assets/stylesheets/template.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 1792, /app/app/assets/stylesheets/template.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 1798, /app/app/assets/stylesheets/template.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 1804, /app/app/assets/stylesheets/template.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 1810, /app/app/assets/stylesheets/template.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 1816, /app/app/assets/stylesheets/template.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 1822, /app/app/assets/stylesheets/template.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 1825, /app/app/assets/stylesheets/template.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 1828, /app/app/assets/stylesheets/template.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 1831, /app/app/assets/stylesheets/template.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 1834, /app/app/assets/stylesheets/template.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 1837, /app/app/assets/stylesheets/template.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 1840, /app/app/assets/stylesheets/template.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 1843, /app/app/assets/stylesheets/template.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 1846, /app/app/assets/stylesheets/template.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 1850, /app/app/assets/stylesheets/template.scss */
.dropdown-toggle {
  *margin-bottom: -3px;
}

/* line 1853, /app/app/assets/stylesheets/template.scss */
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

/* line 1857, /app/app/assets/stylesheets/template.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

/* line 1867, /app/app/assets/stylesheets/template.scss */
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

/* line 1871, /app/app/assets/stylesheets/template.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 1897, /app/app/assets/stylesheets/template.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 1901, /app/app/assets/stylesheets/template.scss */
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 1910, /app/app/assets/stylesheets/template.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

/* line 1919, /app/app/assets/stylesheets/template.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/* line 1934, /app/app/assets/stylesheets/template.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #333;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}

/* line 1949, /app/app/assets/stylesheets/template.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 1954, /app/app/assets/stylesheets/template.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}

/* line 1962, /app/app/assets/stylesheets/template.scss */
.open {
  *z-index: 1000;
}

/* line 1965, /app/app/assets/stylesheets/template.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 1968, /app/app/assets/stylesheets/template.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 1976, /app/app/assets/stylesheets/template.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 1980, /app/app/assets/stylesheets/template.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

/* line 1986, /app/app/assets/stylesheets/template.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

/* line 1992, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu {
  position: relative;
}

/* line 1995, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
}

/* line 2004, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 2007, /app/app/assets/stylesheets/template.scss */
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

/* line 2016, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

/* line 2029, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

/* line 2032, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 2035, /app/app/assets/stylesheets/template.scss */
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 2042, /app/app/assets/stylesheets/template.scss */
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 2046, /app/app/assets/stylesheets/template.scss */
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2053, /app/app/assets/stylesheets/template.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 2066, /app/app/assets/stylesheets/template.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 2070, /app/app/assets/stylesheets/template.scss */
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2076, /app/app/assets/stylesheets/template.scss */
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2082, /app/app/assets/stylesheets/template.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 2089, /app/app/assets/stylesheets/template.scss */
.fade.in {
  opacity: 1;
}

/* line 2092, /app/app/assets/stylesheets/template.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}

/* line 2101, /app/app/assets/stylesheets/template.scss */
.collapse.in {
  height: auto;
}

/* line 2104, /app/app/assets/stylesheets/template.scss */
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 2114, /app/app/assets/stylesheets/template.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 2122, /app/app/assets/stylesheets/template.scss */
button.close {
  padding: 3;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 2129, /app/app/assets/stylesheets/template.scss */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 2164, /app/app/assets/stylesheets/template.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 2174, /app/app/assets/stylesheets/template.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

/* line 2178, /app/app/assets/stylesheets/template.scss */
.btn:first-child {
  *margin-left: 0;
}

/* line 2181, /app/app/assets/stylesheets/template.scss */
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

/* line 2191, /app/app/assets/stylesheets/template.scss */
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2196, /app/app/assets/stylesheets/template.scss */
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 2204, /app/app/assets/stylesheets/template.scss */
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2214, /app/app/assets/stylesheets/template.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16.25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2221, /app/app/assets/stylesheets/template.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 2225, /app/app/assets/stylesheets/template.scss */
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2232, /app/app/assets/stylesheets/template.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 2236, /app/app/assets/stylesheets/template.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 2240, /app/app/assets/stylesheets/template.scss */
.btn-mini {
  padding: 0 6px;
  font-size: 9.75px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2247, /app/app/assets/stylesheets/template.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2256, /app/app/assets/stylesheets/template.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 2259, /app/app/assets/stylesheets/template.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 2264, /app/app/assets/stylesheets/template.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 2272, /app/app/assets/stylesheets/template.scss */
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0043cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2287, /app/app/assets/stylesheets/template.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

/* line 2297, /app/app/assets/stylesheets/template.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

/* line 2301, /app/app/assets/stylesheets/template.scss */
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  *background-color: #f89406;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2316, /app/app/assets/stylesheets/template.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

/* line 2326, /app/app/assets/stylesheets/template.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

/* line 2330, /app/app/assets/stylesheets/template.scss */
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2345, /app/app/assets/stylesheets/template.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

/* line 2355, /app/app/assets/stylesheets/template.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

/* line 2359, /app/app/assets/stylesheets/template.scss */
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  *background-color: #51a351;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2374, /app/app/assets/stylesheets/template.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}

/* line 2384, /app/app/assets/stylesheets/template.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

/* line 2388, /app/app/assets/stylesheets/template.scss */
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  *background-color: #2f96b4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2403, /app/app/assets/stylesheets/template.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

/* line 2413, /app/app/assets/stylesheets/template.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

/* line 2417, /app/app/assets/stylesheets/template.scss */
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 2432, /app/app/assets/stylesheets/template.scss */
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}

/* line 2442, /app/app/assets/stylesheets/template.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}

/* line 2446, /app/app/assets/stylesheets/template.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 2451, /app/app/assets/stylesheets/template.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 2456, /app/app/assets/stylesheets/template.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 2461, /app/app/assets/stylesheets/template.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

/* line 2466, /app/app/assets/stylesheets/template.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 2471, /app/app/assets/stylesheets/template.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2480, /app/app/assets/stylesheets/template.scss */
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 2488, /app/app/assets/stylesheets/template.scss */
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

/* line 2494, /app/app/assets/stylesheets/template.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

/* line 2499, /app/app/assets/stylesheets/template.scss */
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}

/* line 2509, /app/app/assets/stylesheets/template.scss */
.btn-group:first-child {
  *margin-left: 0;
}

/* line 2512, /app/app/assets/stylesheets/template.scss */
.btn-group + .btn-group {
  margin-left: 5px;
}

/* line 2515, /app/app/assets/stylesheets/template.scss */
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}

/* line 2520, /app/app/assets/stylesheets/template.scss */
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

/* line 2525, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 2531, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn + .btn {
  margin-left: -1px;
}

/* line 2534, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 13px;
}

/* line 2539, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-mini {
  font-size: 9.75px;
}

/* line 2542, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-small {
  font-size: 12px;
}

/* line 2545, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-large {
  font-size: 16.25px;
}

/*
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}*/
/* line 2585, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

/* line 2591, /app/app/assets/stylesheets/template.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 2595, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 2604, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 2610, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 2614, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 2620, /app/app/assets/stylesheets/template.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 2626, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 2629, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

/* line 2632, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

/* line 2635, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

/* line 2638, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

/* line 2641, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

/* line 2644, /app/app/assets/stylesheets/template.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 2647, /app/app/assets/stylesheets/template.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

/* line 2651, /app/app/assets/stylesheets/template.scss */
.btn-large .caret {
  margin-top: 6px;
}

/* line 2654, /app/app/assets/stylesheets/template.scss */
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

/* line 2659, /app/app/assets/stylesheets/template.scss */
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

/* line 2663, /app/app/assets/stylesheets/template.scss */
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

/* line 2666, /app/app/assets/stylesheets/template.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 2675, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 2680, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 2688, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

/* line 2692, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 2697, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 2702, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/* line 2707, /app/app/assets/stylesheets/template.scss */
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 2712, /app/app/assets/stylesheets/template.scss */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 2722, /app/app/assets/stylesheets/template.scss */
.alert,
.alert h4 {
  color: #c09853;
}

/* line 2726, /app/app/assets/stylesheets/template.scss */
.alert h4 {
  margin: 0;
}

/* line 2729, /app/app/assets/stylesheets/template.scss */
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

/* line 2735, /app/app/assets/stylesheets/template.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 2740, /app/app/assets/stylesheets/template.scss */
.alert-success h4 {
  color: #468847;
}

/* line 2743, /app/app/assets/stylesheets/template.scss */
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 2749, /app/app/assets/stylesheets/template.scss */
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

/* line 2753, /app/app/assets/stylesheets/template.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}

/* line 2758, /app/app/assets/stylesheets/template.scss */
.alert-info h4 {
  color: #3a87ad;
}

/* line 2761, /app/app/assets/stylesheets/template.scss */
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 2765, /app/app/assets/stylesheets/template.scss */
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/* line 2769, /app/app/assets/stylesheets/template.scss */
.alert-block p + p {
  margin-top: 5px;
}

/* line 2772, /app/app/assets/stylesheets/template.scss */
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}

/* line 2777, /app/app/assets/stylesheets/template.scss */
.nav > li > a {
  display: block;
}

/*
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}*/
/* line 2786, /app/app/assets/stylesheets/template.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 2789, /app/app/assets/stylesheets/template.scss */
.nav > .pull-right {
  float: right;
}

/* line 2792, /app/app/assets/stylesheets/template.scss */
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

/* line 2802, /app/app/assets/stylesheets/template.scss */
.nav li + .nav-header {
  margin-top: 9px;
}

/* line 2805, /app/app/assets/stylesheets/template.scss */
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}

/* line 2810, /app/app/assets/stylesheets/template.scss */
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* line 2816, /app/app/assets/stylesheets/template.scss */
.nav-list > li > a {
  padding: 3px 15px;
}

/* line 2819, /app/app/assets/stylesheets/template.scss */
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}

/* line 2826, /app/app/assets/stylesheets/template.scss */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

/* line 2830, /app/app/assets/stylesheets/template.scss */
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

/* line 2839, /app/app/assets/stylesheets/template.scss */
.nav-tabs,
.nav-pills {
  *zoom: 1;
}

/* line 2843, /app/app/assets/stylesheets/template.scss */
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 2851, /app/app/assets/stylesheets/template.scss */
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

/* line 2855, /app/app/assets/stylesheets/template.scss */
.nav-tabs > li,
.nav-pills > li {
  float: left;
}

/* line 2859, /app/app/assets/stylesheets/template.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

/* line 2866, /app/app/assets/stylesheets/template.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 2869, /app/app/assets/stylesheets/template.scss */
.nav-tabs > li {
  margin-bottom: -1px;
}

/* line 2872, /app/app/assets/stylesheets/template.scss */
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/*.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}*/
/* line 2894, /app/app/assets/stylesheets/template.scss */
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 2903, /app/app/assets/stylesheets/template.scss */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}

/* line 2909, /app/app/assets/stylesheets/template.scss */
.nav-stacked > li {
  float: none;
}

/* line 2912, /app/app/assets/stylesheets/template.scss */
.nav-stacked > li > a {
  margin-right: 0;
}

/* line 2915, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-stacked {
  border-bottom: 0;
}

/* line 2918, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 2924, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 2932, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2940, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}

/* line 2945, /app/app/assets/stylesheets/template.scss */
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

/* line 2948, /app/app/assets/stylesheets/template.scss */
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

/* line 2951, /app/app/assets/stylesheets/template.scss */
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

/* line 2956, /app/app/assets/stylesheets/template.scss */
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 2961, /app/app/assets/stylesheets/template.scss */
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}

/* line 2966, /app/app/assets/stylesheets/template.scss */
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* line 2971, /app/app/assets/stylesheets/template.scss */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 2974, /app/app/assets/stylesheets/template.scss */
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 2978, /app/app/assets/stylesheets/template.scss */
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 2982, /app/app/assets/stylesheets/template.scss */
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

/* line 2986, /app/app/assets/stylesheets/template.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}

/* line 2994, /app/app/assets/stylesheets/template.scss */
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 3003, /app/app/assets/stylesheets/template.scss */
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}

/* line 3007, /app/app/assets/stylesheets/template.scss */
.tabbable {
  *zoom: 1;
}

/* line 3010, /app/app/assets/stylesheets/template.scss */
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3016, /app/app/assets/stylesheets/template.scss */
.tabbable:after {
  clear: both;
}

/* line 3019, /app/app/assets/stylesheets/template.scss */
.tab-content {
  overflow: auto;
}

/* line 3022, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 3027, /app/app/assets/stylesheets/template.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

/* line 3031, /app/app/assets/stylesheets/template.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
}

/* line 3035, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

/* line 3038, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

/* line 3042, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* line 3047, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}

/* line 3052, /app/app/assets/stylesheets/template.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 3057, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 3061, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 3067, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

/* line 3072, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* line 3078, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}

/* line 3082, /app/app/assets/stylesheets/template.scss */
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}

/* line 3088, /app/app/assets/stylesheets/template.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

/* line 3093, /app/app/assets/stylesheets/template.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* line 3099, /app/app/assets/stylesheets/template.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* line 3103, /app/app/assets/stylesheets/template.scss */
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}

/* line 3109, /app/app/assets/stylesheets/template.scss */
.nav > .disabled > a {
  color: #999;
}

/* line 3112, /app/app/assets/stylesheets/template.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}

/* line 3118, /app/app/assets/stylesheets/template.scss */
.navbar {
  overflow: visible;
  margin-bottom: 18px;
  *position: relative;
  *z-index: 2;
}

/* line 3124, /app/app/assets/stylesheets/template.scss */
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}

/* line 3145, /app/app/assets/stylesheets/template.scss */
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3151, /app/app/assets/stylesheets/template.scss */
.navbar-inner:after {
  clear: both;
}

/* line 3154, /app/app/assets/stylesheets/template.scss */
.navbar .container {
  width: auto;
}

/* line 3157, /app/app/assets/stylesheets/template.scss */
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

/* line 3161, /app/app/assets/stylesheets/template.scss */
.navbar .brand {
  float: left;
  display: block;
  padding: 11px 20px 11px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #555;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3171, /app/app/assets/stylesheets/template.scss */
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

/* line 3175, /app/app/assets/stylesheets/template.scss */
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #555;
}

/* line 3180, /app/app/assets/stylesheets/template.scss */
.navbar-link {
  color: #555;
}

/* line 3183, /app/app/assets/stylesheets/template.scss */
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}

/* line 3187, /app/app/assets/stylesheets/template.scss */
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}

/* line 3193, /app/app/assets/stylesheets/template.scss */
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

/* line 3197, /app/app/assets/stylesheets/template.scss */
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

/* line 3204, /app/app/assets/stylesheets/template.scss */
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

/* line 3208, /app/app/assets/stylesheets/template.scss */
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3214, /app/app/assets/stylesheets/template.scss */
.navbar-form:after {
  clear: both;
}

/* line 3217, /app/app/assets/stylesheets/template.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

/* line 3223, /app/app/assets/stylesheets/template.scss */
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

/* line 3229, /app/app/assets/stylesheets/template.scss */
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

/* line 3234, /app/app/assets/stylesheets/template.scss */
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

/* line 3239, /app/app/assets/stylesheets/template.scss */
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

/* line 3243, /app/app/assets/stylesheets/template.scss */
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 3249, /app/app/assets/stylesheets/template.scss */
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 3260, /app/app/assets/stylesheets/template.scss */
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

/* line 3264, /app/app/assets/stylesheets/template.scss */
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3269, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

/* line 3277, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

/* line 3281, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

/* line 3284, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 3292, /app/app/assets/stylesheets/template.scss */
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

/* line 3297, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-top {
  top: 0;
}

/* line 3300, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

/* line 3306, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-bottom {
  bottom: 0;
}

/* line 3309, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

/* line 3314, /app/app/assets/stylesheets/template.scss */
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

/* line 3321, /app/app/assets/stylesheets/template.scss */
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

/* line 3325, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li {
  float: left;
}

/* line 3328, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li > a {
  float: none;
  padding: 11px 15px 11px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

/* line 3335, /app/app/assets/stylesheets/template.scss */
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

/* line 3338, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}

/* line 3344, /app/app/assets/stylesheets/template.scss */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* line 3354, /app/app/assets/stylesheets/template.scss */
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

/* line 3377, /app/app/assets/stylesheets/template.scss */
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

/* line 3387, /app/app/assets/stylesheets/template.scss */
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

/* line 3391, /app/app/assets/stylesheets/template.scss */
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3403, /app/app/assets/stylesheets/template.scss */
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

/* line 3406, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

/* line 3417, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}

/* line 3427, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}

/* line 3434, /app/app/assets/stylesheets/template.scss */
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}

/* line 3440, /app/app/assets/stylesheets/template.scss */
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

/* line 3445, /app/app/assets/stylesheets/template.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e6e6e6;
  color: #555;
}

/* line 3451, /app/app/assets/stylesheets/template.scss */
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 3455, /app/app/assets/stylesheets/template.scss */
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

/* line 3461, /app/app/assets/stylesheets/template.scss */
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

/* line 3466, /app/app/assets/stylesheets/template.scss */
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}

/* line 3471, /app/app/assets/stylesheets/template.scss */
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}

/* line 3476, /app/app/assets/stylesheets/template.scss */
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* line 3486, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}

/* line 3497, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 3502, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}

/* line 3508, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .brand {
  color: #999;
}

/* line 3511, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 3514, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}

/* line 3519, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}

/* line 3525, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 3528, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}

/* line 3532, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}

/* line 3536, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}

/* line 3542, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 3547, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

/* line 3551, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

/* line 3557, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* line 3569, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}

/* line 3572, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}

/* line 3575, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}

/* line 3578, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}

/* line 3590, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  *background-color: #040404;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3605, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}

/* line 3615, /app/app/assets/stylesheets/template.scss */
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

/* line 3619, /app/app/assets/stylesheets/template.scss */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3628, /app/app/assets/stylesheets/template.scss */
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}

/* line 3634, /app/app/assets/stylesheets/template.scss */
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

/* line 3638, /app/app/assets/stylesheets/template.scss */
.breadcrumb > .active {
  color: #999;
}

/* line 3641, /app/app/assets/stylesheets/template.scss */
.pagination {
  margin: 18px 0;
}

/* line 3644, /app/app/assets/stylesheets/template.scss */
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 3657, /app/app/assets/stylesheets/template.scss */
.pagination ul > li {
  display: inline;
}

/* line 3660, /app/app/assets/stylesheets/template.scss */
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

/* line 3670, /app/app/assets/stylesheets/template.scss */
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

/* line 3676, /app/app/assets/stylesheets/template.scss */
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}

/* line 3681, /app/app/assets/stylesheets/template.scss */
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}

/* line 3689, /app/app/assets/stylesheets/template.scss */
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3699, /app/app/assets/stylesheets/template.scss */
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 3708, /app/app/assets/stylesheets/template.scss */
.pagination-centered {
  text-align: center;
}

/* line 3711, /app/app/assets/stylesheets/template.scss */
.pagination-right {
  text-align: right;
}

/* line 3714, /app/app/assets/stylesheets/template.scss */
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 16.25px;
}

/* line 3719, /app/app/assets/stylesheets/template.scss */
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

/* line 3728, /app/app/assets/stylesheets/template.scss */
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

/* line 3737, /app/app/assets/stylesheets/template.scss */
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}

/* line 3748, /app/app/assets/stylesheets/template.scss */
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}

/* line 3759, /app/app/assets/stylesheets/template.scss */
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 12px;
}

/* line 3764, /app/app/assets/stylesheets/template.scss */
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9.75px;
}

/* line 3769, /app/app/assets/stylesheets/template.scss */
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}

/* line 3775, /app/app/assets/stylesheets/template.scss */
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 3781, /app/app/assets/stylesheets/template.scss */
.pager:after {
  clear: both;
}

/* line 3784, /app/app/assets/stylesheets/template.scss */
.pager li {
  display: inline;
}

/* line 3787, /app/app/assets/stylesheets/template.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* line 3797, /app/app/assets/stylesheets/template.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3802, /app/app/assets/stylesheets/template.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 3806, /app/app/assets/stylesheets/template.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 3810, /app/app/assets/stylesheets/template.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}

/*
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}*/
/* line 3889, /app/app/assets/stylesheets/template.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 3899, /app/app/assets/stylesheets/template.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 3903, /app/app/assets/stylesheets/template.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 3907, /app/app/assets/stylesheets/template.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 3911, /app/app/assets/stylesheets/template.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 3915, /app/app/assets/stylesheets/template.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 3919, /app/app/assets/stylesheets/template.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 3930, /app/app/assets/stylesheets/template.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 3937, /app/app/assets/stylesheets/template.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 3944, /app/app/assets/stylesheets/template.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 3951, /app/app/assets/stylesheets/template.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 3958, /app/app/assets/stylesheets/template.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 3965, /app/app/assets/stylesheets/template.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 3988, /app/app/assets/stylesheets/template.scss */
.popover.top {
  margin-top: -10px;
}

/* line 3991, /app/app/assets/stylesheets/template.scss */
.popover.right {
  margin-left: 10px;
}

/* line 3994, /app/app/assets/stylesheets/template.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 3997, /app/app/assets/stylesheets/template.scss */
.popover.left {
  margin-left: -10px;
}

/* line 4000, /app/app/assets/stylesheets/template.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 4012, /app/app/assets/stylesheets/template.scss */
.popover-title:empty {
  display: none;
}

/* line 4015, /app/app/assets/stylesheets/template.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 4018, /app/app/assets/stylesheets/template.scss */
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 4027, /app/app/assets/stylesheets/template.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 4030, /app/app/assets/stylesheets/template.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 4034, /app/app/assets/stylesheets/template.scss */
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 4042, /app/app/assets/stylesheets/template.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 4048, /app/app/assets/stylesheets/template.scss */
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 4056, /app/app/assets/stylesheets/template.scss */
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 4062, /app/app/assets/stylesheets/template.scss */
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 4070, /app/app/assets/stylesheets/template.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 4076, /app/app/assets/stylesheets/template.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 4084, /app/app/assets/stylesheets/template.scss */
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 4090, /app/app/assets/stylesheets/template.scss */
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

/* line 4095, /app/app/assets/stylesheets/template.scss */
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 4101, /app/app/assets/stylesheets/template.scss */
.thumbnails:after {
  clear: both;
}

/* line 4104, /app/app/assets/stylesheets/template.scss */
.row-fluid .thumbnails {
  margin-left: 0;
}

/* line 4107, /app/app/assets/stylesheets/template.scss */
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

/* line 4112, /app/app/assets/stylesheets/template.scss */
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 4128, /app/app/assets/stylesheets/template.scss */
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/* line 4135, /app/app/assets/stylesheets/template.scss */
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 4141, /app/app/assets/stylesheets/template.scss */
.thumbnail .caption {
  padding: 9px;
  color: #555;
}

/* line 4145, /app/app/assets/stylesheets/template.scss */
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}

/* line 4158, /app/app/assets/stylesheets/template.scss */
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 4163, /app/app/assets/stylesheets/template.scss */
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

/* line 4170, /app/app/assets/stylesheets/template.scss */
.label:empty,
.badge:empty {
  display: none;
}

/* line 4174, /app/app/assets/stylesheets/template.scss */
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4182, /app/app/assets/stylesheets/template.scss */
.label-important,
.badge-important {
  background-color: #b94a48;
}

/* line 4186, /app/app/assets/stylesheets/template.scss */
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

/* line 4190, /app/app/assets/stylesheets/template.scss */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* line 4194, /app/app/assets/stylesheets/template.scss */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* line 4198, /app/app/assets/stylesheets/template.scss */
.label-success,
.badge-success {
  background-color: #468847;
}

/* line 4202, /app/app/assets/stylesheets/template.scss */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

/* line 4206, /app/app/assets/stylesheets/template.scss */
.label-info,
.badge-info {
  background-color: #3a87ad;
}

/* line 4210, /app/app/assets/stylesheets/template.scss */
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

/* line 4214, /app/app/assets/stylesheets/template.scss */
.label-inverse,
.badge-inverse {
  background-color: #333;
}

/* line 4218, /app/app/assets/stylesheets/template.scss */
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

/* line 4222, /app/app/assets/stylesheets/template.scss */
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4227, /app/app/assets/stylesheets/template.scss */
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 4271, /app/app/assets/stylesheets/template.scss */
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4290, /app/app/assets/stylesheets/template.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 4317, /app/app/assets/stylesheets/template.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 4322, /app/app/assets/stylesheets/template.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 4334, /app/app/assets/stylesheets/template.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 4341, /app/app/assets/stylesheets/template.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

/* line 4352, /app/app/assets/stylesheets/template.scss */
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4361, /app/app/assets/stylesheets/template.scss */
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

/* line 4372, /app/app/assets/stylesheets/template.scss */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4381, /app/app/assets/stylesheets/template.scss */
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

/* line 4392, /app/app/assets/stylesheets/template.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4401, /app/app/assets/stylesheets/template.scss */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}

/* line 4412, /app/app/assets/stylesheets/template.scss */
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 4421, /app/app/assets/stylesheets/template.scss */
.accordion {
  margin-bottom: 18px;
}

/* line 4424, /app/app/assets/stylesheets/template.scss */
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 4431, /app/app/assets/stylesheets/template.scss */
.accordion-heading {
  border-bottom: 0;
}

/* line 4434, /app/app/assets/stylesheets/template.scss */
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

/* line 4438, /app/app/assets/stylesheets/template.scss */
.accordion-toggle {
  cursor: pointer;
}

/* line 4441, /app/app/assets/stylesheets/template.scss */
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

/* line 4445, /app/app/assets/stylesheets/template.scss */
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}

/* line 4450, /app/app/assets/stylesheets/template.scss */
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 4455, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 4463, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

/* line 4468, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 4473, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 4476, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 4482, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 4485, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 4488, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 4492, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 4495, /app/app/assets/stylesheets/template.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 4498, /app/app/assets/stylesheets/template.scss */
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 4518, /app/app/assets/stylesheets/template.scss */
.carousel-control.right {
  left: auto;
  right: 15px;
}

/* line 4522, /app/app/assets/stylesheets/template.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 4529, /app/app/assets/stylesheets/template.scss */
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

/* line 4537, /app/app/assets/stylesheets/template.scss */
.carousel-indicators li {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #eeeef0;
}

/* line 4548, /app/app/assets/stylesheets/template.scss */
.carousel-indicators .active {
  background-color: #969698;
}

/* line 4551, /app/app/assets/stylesheets/template.scss */
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}

/* line 4560, /app/app/assets/stylesheets/template.scss */
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 18px;
}

/* line 4565, /app/app/assets/stylesheets/template.scss */
.carousel-caption h4 {
  margin: 0 0 5px;
}

/* line 4568, /app/app/assets/stylesheets/template.scss */
.carousel-caption p {
  margin-bottom: 0;
}

/* line 4571, /app/app/assets/stylesheets/template.scss */
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 4583, /app/app/assets/stylesheets/template.scss */
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}

/* line 4590, /app/app/assets/stylesheets/template.scss */
.hero-unit li {
  line-height: 27px;
}

/* line 4593, /app/app/assets/stylesheets/template.scss */
.pull-right {
  float: right;
}

/* line 4596, /app/app/assets/stylesheets/template.scss */
.pull-left {
  float: left;
}

/* line 4599, /app/app/assets/stylesheets/template.scss */
.hide {
  display: none;
}

/* line 4602, /app/app/assets/stylesheets/template.scss */
.show {
  display: block;
}

/* line 4605, /app/app/assets/stylesheets/template.scss */
.invisible {
  visibility: hidden;
}

/* line 4608, /app/app/assets/stylesheets/template.scss */
.affix {
  position: fixed;
}

/* line 4611, /app/app/assets/stylesheets/template.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 4615, /app/app/assets/stylesheets/template.scss */
.visible-phone {
  display: none !important;
}

/* line 4618, /app/app/assets/stylesheets/template.scss */
.visible-tablet {
  display: none !important;
}

/* line 4621, /app/app/assets/stylesheets/template.scss */
.hidden-desktop {
  display: none !important;
}

/* line 4624, /app/app/assets/stylesheets/template.scss */
.visible-desktop {
  display: inherit !important;
}

/*
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0,0,0);
	}

	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #ccc;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}*/
@media (min-width: 1200px) {
  /* line 5135, /app/app/assets/stylesheets/template.scss */
  .row {
    margin-left: 20px;
    margin-right: 20px;
    *zoom: 1;
  }

  /* line 5140, /app/app/assets/stylesheets/template.scss */
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }

  /* line 5146, /app/app/assets/stylesheets/template.scss */
  .row:after {
    clear: both;
  }

  /* line 5149, /app/app/assets/stylesheets/template.scss */
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }

  /* line 5154, /app/app/assets/stylesheets/template.scss */
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 940px;
  }

  /* line 5160, /app/app/assets/stylesheets/template.scss */
  .span12 {
    width: 940px;
  }

  /* line 5163, /app/app/assets/stylesheets/template.scss */
  .span11 {
    width: 860px;
  }

  /* line 5166, /app/app/assets/stylesheets/template.scss */
  .span10 {
    width: 780px;
  }

  /* line 5169, /app/app/assets/stylesheets/template.scss */
  .span9 {
    width: 700px;
  }

  /* line 5172, /app/app/assets/stylesheets/template.scss */
  .span8 {
    width: 620px;
  }

  /* line 5175, /app/app/assets/stylesheets/template.scss */
  .span7 {
    width: 540px;
  }

  /* line 5178, /app/app/assets/stylesheets/template.scss */
  .span6 {
    width: 460px;
  }

  /* line 5181, /app/app/assets/stylesheets/template.scss */
  .span5 {
    width: 380px;
  }

  /* line 5184, /app/app/assets/stylesheets/template.scss */
  .span4 {
    width: 300px;
  }

  /* line 5187, /app/app/assets/stylesheets/template.scss */
  .span3 {
    width: 220px;
  }

  /* line 5190, /app/app/assets/stylesheets/template.scss */
  .span2 {
    width: 140px;
  }

  /* line 5193, /app/app/assets/stylesheets/template.scss */
  .span1 {
    width: 60px;
  }

  /* line 5196, /app/app/assets/stylesheets/template.scss */
  .offset12 {
    margin-left: 980px;
  }

  /* line 5199, /app/app/assets/stylesheets/template.scss */
  .offset11 {
    margin-left: 900px;
  }

  /* line 5202, /app/app/assets/stylesheets/template.scss */
  .offset10 {
    margin-left: 820px;
  }

  /* line 5205, /app/app/assets/stylesheets/template.scss */
  .offset9 {
    margin-left: 740px;
  }

  /* line 5208, /app/app/assets/stylesheets/template.scss */
  .offset8 {
    margin-left: 660px;
  }

  /* line 5211, /app/app/assets/stylesheets/template.scss */
  .offset7 {
    margin-left: 580px;
  }

  /* line 5214, /app/app/assets/stylesheets/template.scss */
  .offset6 {
    margin-left: 500px;
  }

  /* line 5217, /app/app/assets/stylesheets/template.scss */
  .offset5 {
    margin-left: 420px;
  }

  /* line 5220, /app/app/assets/stylesheets/template.scss */
  .offset4 {
    margin-left: 340px;
  }

  /* line 5223, /app/app/assets/stylesheets/template.scss */
  .offset3 {
    margin-left: 260px;
  }

  /* line 5226, /app/app/assets/stylesheets/template.scss */
  .offset2 {
    margin-left: 180px;
  }

  /* line 5229, /app/app/assets/stylesheets/template.scss */
  .offset1 {
    margin-left: 100px;
  }

  /* line 5232, /app/app/assets/stylesheets/template.scss */
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  /* line 5236, /app/app/assets/stylesheets/template.scss */
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }

  /* line 5242, /app/app/assets/stylesheets/template.scss */
  .row-fluid:after {
    clear: both;
  }

  /* line 5245, /app/app/assets/stylesheets/template.scss */
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846383%;
  }

  /* line 5256, /app/app/assets/stylesheets/template.scss */
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  /* line 5259, /app/app/assets/stylesheets/template.scss */
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.127659574%;
  }

  /* line 5262, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span12 {
    width: 99.99999999%;
    *width: 99.946808500638%;
  }

  /* line 5266, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.436170203638%;
  }

  /* line 5270, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span10 {
    width: 82.978723396%;
    *width: 82.925531906638%;
  }

  /* line 5274, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.414893609638%;
  }

  /* line 5278, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span8 {
    width: 65.957446802%;
    *width: 65.904255312638%;
  }

  /* line 5282, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.393617015638%;
  }

  /* line 5286, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span6 {
    width: 48.936170208%;
    *width: 48.882978718638%;
  }

  /* line 5290, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.372340421638%;
  }

  /* line 5294, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.861702124638%;
  }

  /* line 5298, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.351063827638%;
  }

  /* line 5302, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.840425530638%;
  }

  /* line 5306, /app/app/assets/stylesheets/template.scss */
  .row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.3297872336383%;
  }

  /* line 5310, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset12 {
    margin-left: 104.255319138%;
    *margin-left: 104.14893615928%;
  }

  /* line 5314, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset12:first-child {
    margin-left: 102.127659564%;
    *margin-left: 102.02127658528%;
  }

  /* line 5318, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset11 {
    margin-left: 95.744680841%;
    *margin-left: 95.638297862277%;
  }

  /* line 5322, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset11:first-child {
    margin-left: 93.617021267%;
    *margin-left: 93.510638288277%;
  }

  /* line 5326, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset10 {
    margin-left: 87.234042544%;
    *margin-left: 87.127659565277%;
  }

  /* line 5330, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset10:first-child {
    margin-left: 85.10638297%;
    *margin-left: 84.999999991277%;
  }

  /* line 5334, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset9 {
    margin-left: 78.723404247%;
    *margin-left: 78.617021268277%;
  }

  /* line 5338, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset9:first-child {
    margin-left: 76.595744673%;
    *margin-left: 76.489361694277%;
  }

  /* line 5342, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset8 {
    margin-left: 70.21276595%;
    *margin-left: 70.106382971277%;
  }

  /* line 5346, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset8:first-child {
    margin-left: 68.085106376%;
    *margin-left: 67.978723397277%;
  }

  /* line 5350, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset7 {
    margin-left: 61.702127653%;
    *margin-left: 61.595744674277%;
  }

  /* line 5354, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset7:first-child {
    margin-left: 59.574468079%;
    *margin-left: 59.468085100277%;
  }

  /* line 5358, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset6 {
    margin-left: 53.191489356%;
    *margin-left: 53.085106377277%;
  }

  /* line 5362, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset6:first-child {
    margin-left: 51.063829782%;
    *margin-left: 50.957446803277%;
  }

  /* line 5366, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset5 {
    margin-left: 44.680851059%;
    *margin-left: 44.574468080277%;
  }

  /* line 5370, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset5:first-child {
    margin-left: 42.553191485%;
    *margin-left: 42.446808506277%;
  }

  /* line 5374, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset4 {
    margin-left: 36.170212762%;
    *margin-left: 36.063829783277%;
  }

  /* line 5378, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset4:first-child {
    margin-left: 34.042553188%;
    *margin-left: 33.936170209277%;
  }

  /* line 5382, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset3 {
    margin-left: 27.659574465%;
    *margin-left: 27.553191486277%;
  }

  /* line 5386, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset3:first-child {
    margin-left: 25.531914891%;
    *margin-left: 25.425531912277%;
  }

  /* line 5390, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset2 {
    margin-left: 19.148936168%;
    *margin-left: 19.042553189277%;
  }

  /* line 5394, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset2:first-child {
    margin-left: 17.021276594%;
    *margin-left: 16.914893615277%;
  }

  /* line 5398, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset1 {
    margin-left: 10.638297871%;
    *margin-left: 10.531914892277%;
  }

  /* line 5402, /app/app/assets/stylesheets/template.scss */
  .row-fluid .offset1:first-child {
    margin-left: 8.510638297%;
    *margin-left: 8.4042553182766%;
  }

  /* line 5406, /app/app/assets/stylesheets/template.scss */
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }

  /* line 5411, /app/app/assets/stylesheets/template.scss */
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }

  /* line 5414, /app/app/assets/stylesheets/template.scss */
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 926px;
  }

  /* line 5419, /app/app/assets/stylesheets/template.scss */
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 846px;
  }

  /* line 5424, /app/app/assets/stylesheets/template.scss */
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 766px;
  }

  /* line 5429, /app/app/assets/stylesheets/template.scss */
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 686px;
  }

  /* line 5434, /app/app/assets/stylesheets/template.scss */
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 606px;
  }

  /* line 5439, /app/app/assets/stylesheets/template.scss */
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 526px;
  }

  /* line 5444, /app/app/assets/stylesheets/template.scss */
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 446px;
  }

  /* line 5449, /app/app/assets/stylesheets/template.scss */
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 366px;
  }

  /* line 5454, /app/app/assets/stylesheets/template.scss */
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 286px;
  }

  /* line 5459, /app/app/assets/stylesheets/template.scss */
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 206px;
  }

  /* line 5464, /app/app/assets/stylesheets/template.scss */
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 126px;
  }

  /* line 5469, /app/app/assets/stylesheets/template.scss */
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 46px;
  }

  /* line 5474, /app/app/assets/stylesheets/template.scss */
  .thumbnails {
    margin-left: -20px;
  }

  /* line 5477, /app/app/assets/stylesheets/template.scss */
  .thumbnails > li {
    margin-left: 20px;
  }

  /* line 5480, /app/app/assets/stylesheets/template.scss */
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
 /*
@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #555;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #999;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	.nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}*/
/* line 5641, /app/app/assets/stylesheets/template.scss */
.small {
  font-size: 11px;
}

/* line 5644, /app/app/assets/stylesheets/template.scss */
iframe,
svg {
  max-width: 100%;
}

/* line 5648, /app/app/assets/stylesheets/template.scss */
.nowrap {
  white-space: nowrap;
}

/* line 5651, /app/app/assets/stylesheets/template.scss */
.center,
.table td.center,
.table th.center {
  text-align: center;
}

/* line 5656, /app/app/assets/stylesheets/template.scss */
a.disabled,
a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
  text-decoration: none;
}

/* line 5663, /app/app/assets/stylesheets/template.scss */
.hero-unit {
  text-align: center;
}

/* line 5666, /app/app/assets/stylesheets/template.scss */
.hero-unit .lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

/* line 5672, /app/app/assets/stylesheets/template.scss */
.btn .caret {
  margin-bottom: 7px;
}

/* line 5675, /app/app/assets/stylesheets/template.scss */
.btn.btn-micro .caret {
  margin: 5px 0;
}

/* line 5678, /app/app/assets/stylesheets/template.scss */
.blog-row-rule,
.blog-item-rule {
  border: 0;
}

/* line 5682, /app/app/assets/stylesheets/template.scss */
body.modal {
  padding-top: 0;
}

/* line 5685, /app/app/assets/stylesheets/template.scss */
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #ddd;
}

/* line 5691, /app/app/assets/stylesheets/template.scss */
.row-odd {
  background-color: transparent;
}

/* line 5694, /app/app/assets/stylesheets/template.scss */
.row-even {
  background-color: #f9f9f9;
}

/* line 5697, /app/app/assets/stylesheets/template.scss */
.blog-row-rule,
.blog-item-rule {
  border: 0;
}

/* line 5701, /app/app/assets/stylesheets/template.scss */
.row-fluid .row-reveal {
  visibility: hidden;
}

/* line 5704, /app/app/assets/stylesheets/template.scss */
.row-fluid:hover .row-reveal {
  visibility: visible;
}

/* line 5707, /app/app/assets/stylesheets/template.scss */
.btn-wide {
  width: 80%;
}

/* line 5710, /app/app/assets/stylesheets/template.scss */
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}

/* line 5714, /app/app/assets/stylesheets/template.scss */
.blog-row-rule,
.blog-item-rule {
  border: 0;
}

/* line 5718, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset1 {
  margin-left: 8.382978723%;
}

/* line 5721, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset2 {
  margin-left: 16.89361702%;
}

/* line 5724, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset3 {
  margin-left: 25.404255317%;
}

/* line 5727, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset4 {
  margin-left: 33.914893614%;
}

/* line 5730, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset5 {
  margin-left: 42.425531911%;
}

/* line 5733, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset6 {
  margin-left: 50.93617020799999%;
}

/* line 5736, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset7 {
  margin-left: 59.446808505%;
}

/* line 5739, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset8 {
  margin-left: 67.95744680199999%;
}

/* line 5742, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset9 {
  margin-left: 76.468085099%;
}

/* line 5745, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset10 {
  margin-left: 84.97872339599999%;
}

/* line 5748, /app/app/assets/stylesheets/template.scss */
.row-fluid .offset11 {
  margin-left: 91.489361693%;
}

/* line 5751, /app/app/assets/stylesheets/template.scss */
.navbar .nav > li > a.btn {
  padding: 4px 10px;
  line-height: 18px;
}

/* line 5755, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-dark {
  border-bottom: 1px solid #333;
  text-shadow: 1px 1px 1px #000;
}

/* line 5759, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-dark > li > a {
  color: #F8F8F8;
}

/* line 5762, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-dark > li > a:hover {
  border-color: #333 #333 #111;
  background-color: #777777;
}

/* line 5766, /app/app/assets/stylesheets/template.scss */
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
  color: #ffffff;
  background-color: #555555;
  border: 1px solid #222;
  border-bottom-color: transparent;
}

/* line 5773, /app/app/assets/stylesheets/template.scss */
.thumbnail.pull-left {
  margin: 0 10px 10px 0;
}

/* line 5776, /app/app/assets/stylesheets/template.scss */
.thumbnail.pull-right {
  margin: 0 0 10px 10px;
}

/* line 5779, /app/app/assets/stylesheets/template.scss */
.width-10 {
  width: 10px;
}

/* line 5782, /app/app/assets/stylesheets/template.scss */
.width-20 {
  width: 20px;
}

/* line 5785, /app/app/assets/stylesheets/template.scss */
.width-30 {
  width: 30px;
}

/* line 5788, /app/app/assets/stylesheets/template.scss */
.width-40 {
  width: 40px;
}

/* line 5791, /app/app/assets/stylesheets/template.scss */
.width-50 {
  width: 50px;
}

/* line 5794, /app/app/assets/stylesheets/template.scss */
.width-60 {
  width: 60px;
}

/* line 5797, /app/app/assets/stylesheets/template.scss */
.width-70 {
  width: 70px;
}

/* line 5800, /app/app/assets/stylesheets/template.scss */
.width-80 {
  width: 80px;
}

/* line 5803, /app/app/assets/stylesheets/template.scss */
.width-90 {
  width: 90px;
}

/* line 5806, /app/app/assets/stylesheets/template.scss */
.width-100 {
  width: 100px;
}

/* line 5809, /app/app/assets/stylesheets/template.scss */
.height-10 {
  height: 10px;
}

/* line 5812, /app/app/assets/stylesheets/template.scss */
.height-20 {
  height: 20px;
}

/* line 5815, /app/app/assets/stylesheets/template.scss */
.height-30 {
  height: 30px;
}

/* line 5818, /app/app/assets/stylesheets/template.scss */
.height-40 {
  height: 40px;
}

/* line 5821, /app/app/assets/stylesheets/template.scss */
.height-50 {
  height: 50px;
}

/* line 5824, /app/app/assets/stylesheets/template.scss */
.height-60 {
  height: 60px;
}

/* line 5827, /app/app/assets/stylesheets/template.scss */
.height-70 {
  height: 70px;
}

/* line 5830, /app/app/assets/stylesheets/template.scss */
.height-80 {
  height: 80px;
}

/* line 5833, /app/app/assets/stylesheets/template.scss */
.height-90 {
  height: 90px;
}

/* line 5836, /app/app/assets/stylesheets/template.scss */
.height-100 {
  height: 100px;
}

/* line 5839, /app/app/assets/stylesheets/template.scss */
hr.hr-condensed {
  margin: 10px 0;
}

/* line 5842, /app/app/assets/stylesheets/template.scss */
.list-striped,
.row-striped {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  margin-left: 0;
}

/* line 5851, /app/app/assets/stylesheets/template.scss */
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #ddd;
  padding: 8px;
}

/* line 5858, /app/app/assets/stylesheets/template.scss */
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}

/* line 5864, /app/app/assets/stylesheets/template.scss */
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}

/* line 5870, /app/app/assets/stylesheets/template.scss */
.row-striped .row-fluid {
  width: 97%;
}

/* line 5873, /app/app/assets/stylesheets/template.scss */
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}

/* line 5876, /app/app/assets/stylesheets/template.scss */
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}

/* line 5879, /app/app/assets/stylesheets/template.scss */
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

/* line 5882, /app/app/assets/stylesheets/template.scss */
.list-condensed li {
  padding: 4px 5px;
}

/* line 5885, /app/app/assets/stylesheets/template.scss */
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 4px 5px;
}

/* line 5889, /app/app/assets/stylesheets/template.scss */
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 5901, /app/app/assets/stylesheets/template.scss */
.radio.btn-group input[type=radio] {
  display: none;
}

/* line 5904, /app/app/assets/stylesheets/template.scss */
.radio.btn-group > label:first-of-type {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

/* line 5913, /app/app/assets/stylesheets/template.scss */
fieldset.radio.btn-group {
  padding-left: 0;
}

/* line 5916, /app/app/assets/stylesheets/template.scss */
.iframe-bordered {
  border: 1px solid #ddd;
}

/* line 5919, /app/app/assets/stylesheets/template.scss */
.tab-content {
  overflow: visible;
}

/* line 5922, /app/app/assets/stylesheets/template.scss */
.tabs-left .tab-content {
  overflow: auto;
}

/* line 5925, /app/app/assets/stylesheets/template.scss */
.nav-tabs > li > span {
  display: block;
  margin-right: 2px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 5938, /app/app/assets/stylesheets/template.scss */
.btn-micro {
  padding: 1px 4px;
  font-size: 10px;
  line-height: 8px;
}

/* line 5943, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-micro {
  font-size: 10px;
}

/* line 5946, /app/app/assets/stylesheets/template.scss */
.tip-wrap {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 100;
}

/* line 5959, /app/app/assets/stylesheets/template.scss */
.input-prepend .chzn-container-single .chzn-single {
  border-color: #ccc;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 5969, /app/app/assets/stylesheets/template.scss */
.input-prepend .chzn-container-active .chzn-single-with-drop {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

/* line 5974, /app/app/assets/stylesheets/template.scss */
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #ccc;
}

/* line 5977, /app/app/assets/stylesheets/template.scss */
.input-prepend > .add-on,
.input-append > .add-on {
  vertical-align: top;
}

/* line 5981, /app/app/assets/stylesheets/template.scss */
.element-invisible {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* line 5990, /app/app/assets/stylesheets/template.scss */
.form-vertical .control-label {
  float: none;
  width: auto;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
}

/* line 5997, /app/app/assets/stylesheets/template.scss */
.form-vertical .controls {
  margin-left: 0;
}

/* line 6000, /app/app/assets/stylesheets/template.scss */
.width-auto {
  width: auto;
}

/* line 6003, /app/app/assets/stylesheets/template.scss */
.btn-group .chzn-results {
  white-space: normal;
}

/* line 6006, /app/app/assets/stylesheets/template.scss */
.accordion-body.in:hover {
  overflow: visible;
}

/* line 6009, /app/app/assets/stylesheets/template.scss */
.invalid {
  color: #9d261d;
  font-weight: bold;
}

/* line 6013, /app/app/assets/stylesheets/template.scss */
input.invalid {
  border: 1px solid #9d261d;
}

/* line 6016, /app/app/assets/stylesheets/template.scss */
.tooltip {
  max-width: 400px;
}

/* line 6019, /app/app/assets/stylesheets/template.scss */
.tooltip-inner {
  max-width: none;
  text-align: left;
  text-shadow: none;
}

/* line 6024, /app/app/assets/stylesheets/template.scss */
th .tooltip-inner {
  font-weight: normal;
}

/* line 6027, /app/app/assets/stylesheets/template.scss */
.tooltip.hasimage {
  opacity: 1;
}

/* line 6030, /app/app/assets/stylesheets/template.scss */
.tip-text {
  text-align: left;
}

/* line 6033, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn + .dropdown-backdrop + .btn {
  margin-left: -1px;
}

/* line 6036, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

/* line 6045, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

/* line 6051, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

/* line 6055, /app/app/assets/stylesheets/template.scss */
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

/* line 6061, /app/app/assets/stylesheets/template.scss */
.dropdown-menu {
  text-align: left;
}

/*
div.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 10%;
}
/*
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}*/
/* line 6113, /app/app/assets/stylesheets/template.scss */
[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}

/* line 6117, /app/app/assets/stylesheets/template.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
}

/* line 6125, /app/app/assets/stylesheets/template.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-style: normal;
  speak: none;
}

/* line 6130, /app/app/assets/stylesheets/template.scss */
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
  font-weight: normal;
}

/* line 6134, /app/app/assets/stylesheets/template.scss */
.icon-joomla:before {
  content: "\e200";
}

/* line 6137, /app/app/assets/stylesheets/template.scss */
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
  content: "\e005";
}

/* line 6142, /app/app/assets/stylesheets/template.scss */
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
  content: "\e006";
}

/* line 6147, /app/app/assets/stylesheets/template.scss */
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
  content: "\e007";
}

/* line 6152, /app/app/assets/stylesheets/template.scss */
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
  content: "\e008";
}

/* line 6157, /app/app/assets/stylesheets/template.scss */
.icon-arrow-first:before {
  content: "\e003";
}

/* line 6160, /app/app/assets/stylesheets/template.scss */
.icon-arrow-last:before {
  content: "\e004";
}

/* line 6163, /app/app/assets/stylesheets/template.scss */
.icon-arrow-up-2:before {
  content: "\e009";
}

/* line 6166, /app/app/assets/stylesheets/template.scss */
.icon-arrow-right-2:before {
  content: "\e00a";
}

/* line 6169, /app/app/assets/stylesheets/template.scss */
.icon-arrow-down-2:before {
  content: "\e00b";
}

/* line 6172, /app/app/assets/stylesheets/template.scss */
.icon-arrow-left-2:before {
  content: "\e00c";
}

/* line 6175, /app/app/assets/stylesheets/template.scss */
.icon-arrow-up-3:before {
  content: "\e00f";
}

/* line 6178, /app/app/assets/stylesheets/template.scss */
.icon-arrow-right-3:before {
  content: "\e010";
}

/* line 6181, /app/app/assets/stylesheets/template.scss */
.icon-arrow-down-3:before {
  content: "\e011";
}

/* line 6184, /app/app/assets/stylesheets/template.scss */
.icon-arrow-left-3:before {
  content: "\e012";
}

/* line 6187, /app/app/assets/stylesheets/template.scss */
.icon-menu-2:before {
  content: "\e00e";
}

/* line 6190, /app/app/assets/stylesheets/template.scss */
.icon-arrow-up-4:before {
  content: "\e201";
}

/* line 6193, /app/app/assets/stylesheets/template.scss */
.icon-arrow-right-4:before {
  content: "\e202";
}

/* line 6196, /app/app/assets/stylesheets/template.scss */
.icon-arrow-down-4:before {
  content: "\e203";
}

/* line 6199, /app/app/assets/stylesheets/template.scss */
.icon-arrow-left-4:before {
  content: "\e204";
}

/* line 6202, /app/app/assets/stylesheets/template.scss */
.icon-share:before,
.icon-redo:before {
  content: "\27";
}

/* line 6206, /app/app/assets/stylesheets/template.scss */
.icon-undo:before {
  content: "\28";
}

/* line 6209, /app/app/assets/stylesheets/template.scss */
.icon-forward-2:before {
  content: "\e205";
}

/* line 6212, /app/app/assets/stylesheets/template.scss */
.icon-backward-2:before,
.icon-reply:before {
  content: "\e206";
}

/* line 6216, /app/app/assets/stylesheets/template.scss */
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
  content: "\6c";
}

/* line 6221, /app/app/assets/stylesheets/template.scss */
.icon-undo-2:before {
  content: "\e207";
}

/* line 6224, /app/app/assets/stylesheets/template.scss */
.icon-move:before {
  content: "\7a";
}

/* line 6227, /app/app/assets/stylesheets/template.scss */
.icon-expand:before {
  content: "\66";
}

/* line 6230, /app/app/assets/stylesheets/template.scss */
.icon-contract:before {
  content: "\67";
}

/* line 6233, /app/app/assets/stylesheets/template.scss */
.icon-expand-2:before {
  content: "\68";
}

/* line 6236, /app/app/assets/stylesheets/template.scss */
.icon-contract-2:before {
  content: "\69";
}

/* line 6239, /app/app/assets/stylesheets/template.scss */
.icon-play:before {
  content: "\e208";
}

/* line 6242, /app/app/assets/stylesheets/template.scss */
.icon-pause:before {
  content: "\e209";
}

/* line 6245, /app/app/assets/stylesheets/template.scss */
.icon-stop:before {
  content: "\e210";
}

/* line 6248, /app/app/assets/stylesheets/template.scss */
.icon-previous:before,
.icon-backward:before {
  content: "\7c";
}

/* line 6252, /app/app/assets/stylesheets/template.scss */
.icon-next:before,
.icon-forward:before {
  content: "\7b";
}

/* line 6256, /app/app/assets/stylesheets/template.scss */
.icon-first:before {
  content: "\7d";
}

/* line 6259, /app/app/assets/stylesheets/template.scss */
.icon-last:before {
  content: "\e000";
}

/* line 6262, /app/app/assets/stylesheets/template.scss */
.icon-play-circle:before {
  content: "\e00d";
}

/* line 6265, /app/app/assets/stylesheets/template.scss */
.icon-pause-circle:before {
  content: "\e211";
}

/* line 6268, /app/app/assets/stylesheets/template.scss */
.icon-stop-circle:before {
  content: "\e212";
}

/* line 6271, /app/app/assets/stylesheets/template.scss */
.icon-backward-circle:before {
  content: "\e213";
}

/* line 6274, /app/app/assets/stylesheets/template.scss */
.icon-forward-circle:before {
  content: "\e214";
}

/* line 6277, /app/app/assets/stylesheets/template.scss */
.icon-loop:before {
  content: "\e001";
}

/* line 6280, /app/app/assets/stylesheets/template.scss */
.icon-shuffle:before {
  content: "\e002";
}

/* line 6283, /app/app/assets/stylesheets/template.scss */
.icon-search:before {
  content: "\53";
}

/* line 6286, /app/app/assets/stylesheets/template.scss */
.icon-zoom-in:before {
  content: "\64";
}

/* line 6289, /app/app/assets/stylesheets/template.scss */
.icon-zoom-out:before {
  content: "\65";
}

/* line 6292, /app/app/assets/stylesheets/template.scss */
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
  content: "\2b";
}

/* line 6297, /app/app/assets/stylesheets/template.scss */
.icon-pencil-2:before {
  content: "\2c";
}

/* line 6300, /app/app/assets/stylesheets/template.scss */
.icon-brush:before {
  content: "\3b";
}

/* line 6303, /app/app/assets/stylesheets/template.scss */
.icon-save-new:before,
.icon-plus-2:before {
  content: "\5d";
}

/* line 6307, /app/app/assets/stylesheets/template.scss */
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
  content: "\5e";
}

/* line 6312, /app/app/assets/stylesheets/template.scss */
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
  content: "\49";
}

/* line 6317, /app/app/assets/stylesheets/template.scss */
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
  content: "\47";
}

/* line 6323, /app/app/assets/stylesheets/template.scss */
.icon-new:before,
.icon-plus:before {
  content: "\2a";
}

/* line 6327, /app/app/assets/stylesheets/template.scss */
.icon-plus-circle:before {
  content: "\e215";
}

/* line 6330, /app/app/assets/stylesheets/template.scss */
.icon-minus:before,
.icon-not-ok:before {
  content: "\4b";
}

/* line 6334, /app/app/assets/stylesheets/template.scss */
.icon-minus-circle:before {
  content: "\e216";
}

/* line 6337, /app/app/assets/stylesheets/template.scss */
.icon-unpublish:before,
.icon-cancel:before {
  content: "\4a";
}

/* line 6341, /app/app/assets/stylesheets/template.scss */
.icon-cancel-circle:before {
  content: "\e217";
}

/* line 6344, /app/app/assets/stylesheets/template.scss */
.icon-checkmark-2:before {
  content: "\e218";
}

/* line 6347, /app/app/assets/stylesheets/template.scss */
.icon-checkmark-circle:before {
  content: "\e219";
}

/* line 6350, /app/app/assets/stylesheets/template.scss */
.icon-info:before {
  content: "\e220";
}

/* line 6353, /app/app/assets/stylesheets/template.scss */
.icon-info-2:before,
.icon-info-circle:before {
  content: "\e221";
}

/* line 6357, /app/app/assets/stylesheets/template.scss */
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
  content: "\45";
}

/* line 6362, /app/app/assets/stylesheets/template.scss */
.icon-question-2:before,
.icon-question-circle:before {
  content: "\e222";
}

/* line 6366, /app/app/assets/stylesheets/template.scss */
.icon-notification:before {
  content: "\e223";
}

/* line 6369, /app/app/assets/stylesheets/template.scss */
.icon-notification-2:before,
.icon-notification-circle:before {
  content: "\e224";
}

/* line 6373, /app/app/assets/stylesheets/template.scss */
.icon-pending:before,
.icon-warning:before {
  content: "\48";
}

/* line 6377, /app/app/assets/stylesheets/template.scss */
.icon-warning-2:before,
.icon-warning-circle:before {
  content: "\e225";
}

/* line 6381, /app/app/assets/stylesheets/template.scss */
.icon-checkbox-unchecked:before {
  content: "\3d";
}

/* line 6384, /app/app/assets/stylesheets/template.scss */
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
  content: "\3e";
}

/* line 6389, /app/app/assets/stylesheets/template.scss */
.icon-checkbox-partial:before {
  content: "\3f";
}

/* line 6392, /app/app/assets/stylesheets/template.scss */
.icon-square:before {
  content: "\e226";
}

/* line 6395, /app/app/assets/stylesheets/template.scss */
.icon-radio-unchecked:before {
  content: "\e227";
}

/* line 6398, /app/app/assets/stylesheets/template.scss */
.icon-radio-checked:before,
.icon-generic:before {
  content: "\e228";
}

/* line 6402, /app/app/assets/stylesheets/template.scss */
.icon-circle:before {
  content: "\e229";
}

/* line 6405, /app/app/assets/stylesheets/template.scss */
.icon-signup:before {
  content: "\e230";
}

/* line 6408, /app/app/assets/stylesheets/template.scss */
.icon-grid:before,
.icon-grid-view:before {
  content: "\58";
}

/* line 6412, /app/app/assets/stylesheets/template.scss */
.icon-grid-2:before,
.icon-grid-view-2:before {
  content: "\59";
}

/* line 6416, /app/app/assets/stylesheets/template.scss */
.icon-menu:before {
  content: "\5a";
}

/* line 6419, /app/app/assets/stylesheets/template.scss */
.icon-list:before,
.icon-list-view:before {
  content: "\31";
}

/* line 6423, /app/app/assets/stylesheets/template.scss */
.icon-list-2:before {
  content: "\e231";
}

/* line 6426, /app/app/assets/stylesheets/template.scss */
.icon-menu-3:before {
  content: "\e232";
}

/* line 6429, /app/app/assets/stylesheets/template.scss */
.icon-folder-open:before,
.icon-folder:before {
  content: "\2d";
}

/* line 6433, /app/app/assets/stylesheets/template.scss */
.icon-folder-close:before,
.icon-folder-2:before {
  content: "\2e";
}

/* line 6437, /app/app/assets/stylesheets/template.scss */
.icon-folder-plus:before {
  content: "\e234";
}

/* line 6440, /app/app/assets/stylesheets/template.scss */
.icon-folder-minus:before {
  content: "\e235";
}

/* line 6443, /app/app/assets/stylesheets/template.scss */
.icon-folder-3:before {
  content: "\e236";
}

/* line 6446, /app/app/assets/stylesheets/template.scss */
.icon-folder-plus-2:before {
  content: "\e237";
}

/* line 6449, /app/app/assets/stylesheets/template.scss */
.icon-folder-remove:before {
  content: "\e238";
}

/* line 6452, /app/app/assets/stylesheets/template.scss */
.icon-file:before {
  content: "\e016";
}

/* line 6455, /app/app/assets/stylesheets/template.scss */
.icon-file-2:before {
  content: "\e239";
}

/* line 6458, /app/app/assets/stylesheets/template.scss */
.icon-file-add:before,
.icon-file-plus:before {
  content: "\29";
}

/* line 6462, /app/app/assets/stylesheets/template.scss */
.icon-file-remove:before,
.icon-file-minus:before {
  content: "\e017";
}

/* line 6466, /app/app/assets/stylesheets/template.scss */
.icon-file-check:before {
  content: "\e240";
}

/* line 6469, /app/app/assets/stylesheets/template.scss */
.icon-file-remove:before {
  content: "\e241";
}

/* line 6472, /app/app/assets/stylesheets/template.scss */
.icon-save-copy:before,
.icon-copy:before {
  content: "\e018";
}

/* line 6476, /app/app/assets/stylesheets/template.scss */
.icon-stack:before {
  content: "\e242";
}

/* line 6479, /app/app/assets/stylesheets/template.scss */
.icon-tree:before {
  content: "\e243";
}

/* line 6482, /app/app/assets/stylesheets/template.scss */
.icon-tree-2:before {
  content: "\e244";
}

/* line 6485, /app/app/assets/stylesheets/template.scss */
.icon-paragraph-left:before {
  content: "\e246";
}

/* line 6488, /app/app/assets/stylesheets/template.scss */
.icon-paragraph-center:before {
  content: "\e247";
}

/* line 6491, /app/app/assets/stylesheets/template.scss */
.icon-paragraph-right:before {
  content: "\e248";
}

/* line 6494, /app/app/assets/stylesheets/template.scss */
.icon-paragraph-justify:before {
  content: "\e249";
}

/* line 6497, /app/app/assets/stylesheets/template.scss */
.icon-screen:before {
  content: "\e01c";
}

/* line 6500, /app/app/assets/stylesheets/template.scss */
.icon-tablet:before {
  content: "\e01d";
}

/* line 6503, /app/app/assets/stylesheets/template.scss */
.icon-mobile:before {
  content: "\e01e";
}

/* line 6506, /app/app/assets/stylesheets/template.scss */
.icon-box-add:before {
  content: "\51";
}

/* line 6509, /app/app/assets/stylesheets/template.scss */
.icon-box-remove:before {
  content: "\52";
}

/* line 6512, /app/app/assets/stylesheets/template.scss */
.icon-download:before {
  content: "\e021";
}

/* line 6515, /app/app/assets/stylesheets/template.scss */
.icon-upload:before {
  content: "\e022";
}

/* line 6518, /app/app/assets/stylesheets/template.scss */
.icon-home:before {
  content: "\21";
}

/* line 6521, /app/app/assets/stylesheets/template.scss */
.icon-home-2:before {
  content: "\e250";
}

/* line 6524, /app/app/assets/stylesheets/template.scss */
.icon-out-2:before,
.icon-new-tab:before {
  content: "\e024";
}

/* line 6528, /app/app/assets/stylesheets/template.scss */
.icon-out-3:before,
.icon-new-tab-2:before {
  content: "\e251";
}

/* line 6532, /app/app/assets/stylesheets/template.scss */
.icon-link:before {
  content: "\e252";
}

/* line 6535, /app/app/assets/stylesheets/template.scss */
.icon-picture:before,
.icon-image:before {
  content: "\2f";
}

/* line 6539, /app/app/assets/stylesheets/template.scss */
.icon-pictures:before,
.icon-images:before {
  content: "\30";
}

/* line 6543, /app/app/assets/stylesheets/template.scss */
.icon-palette:before,
.icon-color-palette:before {
  content: "\e014";
}

/* line 6547, /app/app/assets/stylesheets/template.scss */
.icon-camera:before {
  content: "\55";
}

/* line 6550, /app/app/assets/stylesheets/template.scss */
.icon-camera-2:before,
.icon-video:before {
  content: "\e015";
}

/* line 6554, /app/app/assets/stylesheets/template.scss */
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
  content: "\56";
}

/* line 6559, /app/app/assets/stylesheets/template.scss */
.icon-music:before {
  content: "\57";
}

/* line 6562, /app/app/assets/stylesheets/template.scss */
.icon-user:before {
  content: "\22";
}

/* line 6565, /app/app/assets/stylesheets/template.scss */
.icon-users:before {
  content: "\e01f";
}

/* line 6568, /app/app/assets/stylesheets/template.scss */
.icon-vcard:before {
  content: "\6d";
}

/* line 6571, /app/app/assets/stylesheets/template.scss */
.icon-address:before {
  content: "\70";
}

/* line 6574, /app/app/assets/stylesheets/template.scss */
.icon-share-alt:before,
.icon-out:before {
  content: "\26";
}

/* line 6578, /app/app/assets/stylesheets/template.scss */
.icon-enter:before {
  content: "\e257";
}

/* line 6581, /app/app/assets/stylesheets/template.scss */
.icon-exit:before {
  content: "\e258";
}

/* line 6584, /app/app/assets/stylesheets/template.scss */
.icon-comment:before,
.icon-comments:before {
  content: "\24";
}

/* line 6588, /app/app/assets/stylesheets/template.scss */
.icon-comments-2:before {
  content: "\25";
}

/* line 6591, /app/app/assets/stylesheets/template.scss */
.icon-quote:before,
.icon-quotes-left:before {
  content: "\60";
}

/* line 6595, /app/app/assets/stylesheets/template.scss */
.icon-quote-2:before,
.icon-quotes-right:before {
  content: "\61";
}

/* line 6599, /app/app/assets/stylesheets/template.scss */
.icon-quote-3:before,
.icon-bubble-quote:before {
  content: "\e259";
}

/* line 6603, /app/app/assets/stylesheets/template.scss */
.icon-phone:before {
  content: "\e260";
}

/* line 6606, /app/app/assets/stylesheets/template.scss */
.icon-phone-2:before {
  content: "\e261";
}

/* line 6609, /app/app/assets/stylesheets/template.scss */
.icon-envelope:before,
.icon-mail:before {
  content: "\4d";
}

/* line 6613, /app/app/assets/stylesheets/template.scss */
.icon-envelope-opened:before,
.icon-mail-2:before {
  content: "\4e";
}

/* line 6617, /app/app/assets/stylesheets/template.scss */
.icon-unarchive:before,
.icon-drawer:before {
  content: "\4f";
}

/* line 6621, /app/app/assets/stylesheets/template.scss */
.icon-archive:before,
.icon-drawer-2:before {
  content: "\50";
}

/* line 6625, /app/app/assets/stylesheets/template.scss */
.icon-briefcase:before {
  content: "\e020";
}

/* line 6628, /app/app/assets/stylesheets/template.scss */
.icon-tag:before {
  content: "\e262";
}

/* line 6631, /app/app/assets/stylesheets/template.scss */
.icon-tag-2:before {
  content: "\e263";
}

/* line 6634, /app/app/assets/stylesheets/template.scss */
.icon-tags:before {
  content: "\e264";
}

/* line 6637, /app/app/assets/stylesheets/template.scss */
.icon-tags-2:before {
  content: "\e265";
}

/* line 6640, /app/app/assets/stylesheets/template.scss */
.icon-options:before,
.icon-cog:before {
  content: "\38";
}

/* line 6644, /app/app/assets/stylesheets/template.scss */
.icon-cogs:before {
  content: "\37";
}

/* line 6647, /app/app/assets/stylesheets/template.scss */
.icon-screwdriver:before,
.icon-tools:before {
  content: "\36";
}

/* line 6651, /app/app/assets/stylesheets/template.scss */
.icon-wrench:before {
  content: "\3a";
}

/* line 6654, /app/app/assets/stylesheets/template.scss */
.icon-equalizer:before {
  content: "\39";
}

/* line 6657, /app/app/assets/stylesheets/template.scss */
.icon-dashboard:before {
  content: "\78";
}

/* line 6660, /app/app/assets/stylesheets/template.scss */
.icon-switch:before {
  content: "\e266";
}

/* line 6663, /app/app/assets/stylesheets/template.scss */
.icon-filter:before {
  content: "\54";
}

/* line 6666, /app/app/assets/stylesheets/template.scss */
.icon-purge:before,
.icon-trash:before {
  content: "\4c";
}

/* line 6670, /app/app/assets/stylesheets/template.scss */
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
  content: "\23";
}

/* line 6675, /app/app/assets/stylesheets/template.scss */
.icon-unlock:before {
  content: "\e267";
}

/* line 6678, /app/app/assets/stylesheets/template.scss */
.icon-key:before {
  content: "\5f";
}

/* line 6681, /app/app/assets/stylesheets/template.scss */
.icon-support:before {
  content: "\46";
}

/* line 6684, /app/app/assets/stylesheets/template.scss */
.icon-database:before {
  content: "\62";
}

/* line 6687, /app/app/assets/stylesheets/template.scss */
.icon-scissors:before {
  content: "\e268";
}

/* line 6690, /app/app/assets/stylesheets/template.scss */
.icon-health:before {
  content: "\6a";
}

/* line 6693, /app/app/assets/stylesheets/template.scss */
.icon-wand:before {
  content: "\6b";
}

/* line 6696, /app/app/assets/stylesheets/template.scss */
.icon-eye-open:before,
.icon-eye:before {
  content: "\3c";
}

/* line 6700, /app/app/assets/stylesheets/template.scss */
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
  content: "\e269";
}

/* line 6705, /app/app/assets/stylesheets/template.scss */
.icon-clock:before {
  content: "\6e";
}

/* line 6708, /app/app/assets/stylesheets/template.scss */
.icon-compass:before {
  content: "\6f";
}

/* line 6711, /app/app/assets/stylesheets/template.scss */
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
  content: "\e01b";
}

/* line 6716, /app/app/assets/stylesheets/template.scss */
.icon-book:before {
  content: "\e271";
}

/* line 6719, /app/app/assets/stylesheets/template.scss */
.icon-lightning:before,
.icon-flash:before {
  content: "\79";
}

/* line 6723, /app/app/assets/stylesheets/template.scss */
.icon-print:before,
.icon-printer:before {
  content: "\e013";
}

/* line 6727, /app/app/assets/stylesheets/template.scss */
.icon-feed:before {
  content: "\71";
}

/* line 6730, /app/app/assets/stylesheets/template.scss */
.icon-calendar:before {
  content: "\43";
}

/* line 6733, /app/app/assets/stylesheets/template.scss */
.icon-calendar-2:before {
  content: "\44";
}

/* line 6736, /app/app/assets/stylesheets/template.scss */
.icon-calendar-3:before {
  content: "\e273";
}

/* line 6739, /app/app/assets/stylesheets/template.scss */
.icon-pie:before {
  content: "\77";
}

/* line 6742, /app/app/assets/stylesheets/template.scss */
.icon-bars:before {
  content: "\76";
}

/* line 6745, /app/app/assets/stylesheets/template.scss */
.icon-chart:before {
  content: "\75";
}

/* line 6748, /app/app/assets/stylesheets/template.scss */
.icon-power-cord:before {
  content: "\32";
}

/* line 6751, /app/app/assets/stylesheets/template.scss */
.icon-cube:before {
  content: "\33";
}

/* line 6754, /app/app/assets/stylesheets/template.scss */
.icon-puzzle:before {
  content: "\34";
}

/* line 6757, /app/app/assets/stylesheets/template.scss */
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
  content: "\72";
}

/* line 6762, /app/app/assets/stylesheets/template.scss */
.icon-lamp:before {
  content: "\74";
}

/* line 6765, /app/app/assets/stylesheets/template.scss */
.icon-pin:before,
.icon-pushpin:before {
  content: "\73";
}

/* line 6769, /app/app/assets/stylesheets/template.scss */
.icon-location:before {
  content: "\63";
}

/* line 6772, /app/app/assets/stylesheets/template.scss */
.icon-shield:before {
  content: "\e274";
}

/* line 6775, /app/app/assets/stylesheets/template.scss */
.icon-flag:before {
  content: "\35";
}

/* line 6778, /app/app/assets/stylesheets/template.scss */
.icon-flag-3:before {
  content: "\e275";
}

/* line 6781, /app/app/assets/stylesheets/template.scss */
.icon-bookmark:before {
  content: "\e023";
}

/* line 6784, /app/app/assets/stylesheets/template.scss */
.icon-bookmark-2:before {
  content: "\e276";
}

/* line 6787, /app/app/assets/stylesheets/template.scss */
.icon-heart:before {
  content: "\e277";
}

/* line 6790, /app/app/assets/stylesheets/template.scss */
.icon-heart-2:before {
  content: "\e278";
}

/* line 6793, /app/app/assets/stylesheets/template.scss */
.icon-thumbs-up:before {
  content: "\5b";
}

/* line 6796, /app/app/assets/stylesheets/template.scss */
.icon-thumbs-down:before {
  content: "\5c";
}

/* line 6799, /app/app/assets/stylesheets/template.scss */
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
  content: "\40";
}

/* line 6804, /app/app/assets/stylesheets/template.scss */
.icon-star-2:before {
  content: "\41";
}

/* line 6807, /app/app/assets/stylesheets/template.scss */
.icon-featured:before,
.icon-default:before,
.icon-star:before {
  content: "\42";
}

/* line 6812, /app/app/assets/stylesheets/template.scss */
.icon-smiley:before,
.icon-smiley-happy:before {
  content: "\e279";
}

/* line 6816, /app/app/assets/stylesheets/template.scss */
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
  content: "\e280";
}

/* line 6820, /app/app/assets/stylesheets/template.scss */
.icon-smiley-sad:before {
  content: "\e281";
}

/* line 6823, /app/app/assets/stylesheets/template.scss */
.icon-smiley-sad-2:before {
  content: "\e282";
}

/* line 6826, /app/app/assets/stylesheets/template.scss */
.icon-smiley-neutral:before {
  content: "\e283";
}

/* line 6829, /app/app/assets/stylesheets/template.scss */
.icon-smiley-neutral-2:before {
  content: "\e284";
}

/* line 6832, /app/app/assets/stylesheets/template.scss */
.icon-cart:before {
  content: "\e019";
}

/* line 6835, /app/app/assets/stylesheets/template.scss */
.icon-basket:before {
  content: "\e01a";
}

/* line 6838, /app/app/assets/stylesheets/template.scss */
.icon-credit:before {
  content: "\e286";
}

/* line 6841, /app/app/assets/stylesheets/template.scss */
.icon-credit-2:before {
  content: "\e287";
}

/* line 6844, /app/app/assets/stylesheets/template.scss */
body {
  border-top: 3px solid #0088cc;
  padding: 20px;
  background-color: #f4f6f7;
}

/* line 6849, /app/app/assets/stylesheets/template.scss */
body.fluid {
  background-color: #ffffff;
}

/* line 6852, /app/app/assets/stylesheets/template.scss */
.thumbnail {
  margin-bottom: 9px;
}

/* line 6855, /app/app/assets/stylesheets/template.scss */
.accordion-group {
  background: #fff;
}

/* line 6858, /app/app/assets/stylesheets/template.scss */
.site-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}

/* line 6863, /app/app/assets/stylesheets/template.scss */
.brand {
  color: #004466;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  -o-transition: color .5s linear;
  transition: color .5s linear;
}

/* line 6870, /app/app/assets/stylesheets/template.scss */
.brand:hover {
  color: #08c;
  text-decoration: none;
}

/* line 6874, /app/app/assets/stylesheets/template.scss */
.header {
  margin-bottom: 10px;
}

/* line 6877, /app/app/assets/stylesheets/template.scss */
.header .finder {
  margin-top: 14px;
}

/* line 6880, /app/app/assets/stylesheets/template.scss */
.header .finder .btn {
  margin-top: 0px;
}

/* line 6884, /app/app/assets/stylesheets/template.scss */
.navigation .nav-pills {
  margin-bottom: 0;
}

/* line 6887, /app/app/assets/stylesheets/template.scss */
.hero-unit {
  background-color: #08C;
}

/* line 6890, /app/app/assets/stylesheets/template.scss */
.hero-unit > * {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 6894, /app/app/assets/stylesheets/template.scss */
.container {
  max-width: 960px;
}

/* line 6898, /app/app/assets/stylesheets/template.scss */
h1 {
  font-size: 26px;
  line-height: 28px;
}

/* line 6902, /app/app/assets/stylesheets/template.scss */
h2 {
  font-size: 22px;
  line-height: 24px;
}

/* line 6906, /app/app/assets/stylesheets/template.scss */
h3 {
  font-size: 18px;
  line-height: 20px;
}

/* line 6910, /app/app/assets/stylesheets/template.scss */
h4 {
  font-size: 14px;
  line-height: 16px;
}

/* line 6914, /app/app/assets/stylesheets/template.scss */
h5 {
  font-size: 13px;
  line-height: 15px;
}

/* line 6918, /app/app/assets/stylesheets/template.scss */
h6 {
  font-size: 12px;
  line-height: 14px;
}

/* line 6922, /app/app/assets/stylesheets/template.scss */
.module-header {
  padding-bottom: 17px;
  margin: 20px 0 18px 0;
  border-bottom: 1px solid #eeeeee;
}

/* line 6927, /app/app/assets/stylesheets/template.scss */
.item-title {
  margin-bottom: 9px;
}

/* line 6930, /app/app/assets/stylesheets/template.scss */
.item-content {
  margin: 18px 0;
}

/* line 6933, /app/app/assets/stylesheets/template.scss */
.item-subtitle {
  margin-bottom: 9px;
}

/* line 6936, /app/app/assets/stylesheets/template.scss */
.pull-right.item-image {
  margin: 0 0 18px 20px;
}

/* line 6939, /app/app/assets/stylesheets/template.scss */
.pull-left.item-image {
  margin: 0 20px 18px 0;
}

/* line 6942, /app/app/assets/stylesheets/template.scss */
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
  left: initial;
  right: 0;
}

/* line 6948, /app/app/assets/stylesheets/template.scss */
.article-index {
  margin: 0 0 10px 10px;
}

/* line 6951, /app/app/assets/stylesheets/template.scss */
.list-item-title {
  margin-bottom: 9px;
}

/* line 6954, /app/app/assets/stylesheets/template.scss */
.list-item-content {
  margin: 18px 0;
}

/* line 6957, /app/app/assets/stylesheets/template.scss */
.list-item-subtitle {
  margin-bottom: 9px;
}

/* line 6960, /app/app/assets/stylesheets/template.scss */
.items-more,
.content-links {
  padding: 15px 0;
}

/* line 6964, /app/app/assets/stylesheets/template.scss */
.breadcrumb {
  margin: 10px 0;
}

/* line 6967, /app/app/assets/stylesheets/template.scss */
.img_caption .left {
  float: left;
  margin-right: 1em;
}

/* line 6971, /app/app/assets/stylesheets/template.scss */
.img_caption .right {
  float: right;
  margin-left: 1em;
}

/* line 6975, /app/app/assets/stylesheets/template.scss */
.img_caption .left p {
  clear: left;
  text-align: center;
}

/* line 6979, /app/app/assets/stylesheets/template.scss */
.img_caption .right p {
  clear: right;
  text-align: center;
}

/* line 6983, /app/app/assets/stylesheets/template.scss */
.img_caption {
  text-align: center !important;
}

/* line 6986, /app/app/assets/stylesheets/template.scss */
.img_caption.none {
  margin-left: auto;
  margin-right: auto;
}

/*
@media (max-width: 480px) {
	.item-info > span {
		display: block;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}
}
@media (max-width: 768px) {
	body {
		padding-top: 0;
	}
	.header {
		background: transparent;
	}
	.header .brand {
		float: none;
		display: block;
		text-align: center;
	}
	.header .nav.pull-right,
	.header-search {
		float: none;
		display: block;
	}
	.header-search form {
		margin: 0;
	}
	.header-search .search-query {
		width: 90%;
	}
	.header .nav-pills > li > a {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.modal.fade {
		top: -100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li > a {
		border: 1px solid #ddd;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.nav-tabs > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs > li > a:hover {
		border-color: #ddd;
		z-index: 2;
	}
	.nav-tabs.nav-dark > li > a {
		border: 1px solid #333;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		border-bottom: 1px solid #333;
	}
	.nav-tabs.nav-dark > li > a:hover {
		border-color: #333;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
	}
	.nav-pills > li > a {
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float: none;
		display: block;
		margin-bottom: 9px;
	}
}
@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.well {
		padding: 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#login-form .input-small {
		width: 62px;
	}
}*/
/* line 7123, /app/app/assets/stylesheets/template.scss */
dl.tabs {
  float: left;
  margin-bottom: -1px;
}

/* line 7127, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.tabs {
  float: left;
  margin-left: 3px;
  padding: 4px 10px;
  background-color: #F0F0F0;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

/* line 7136, /app/app/assets/stylesheets/template.scss */
dl.tabs dt:hover {
  background-color: #F9F9F9;
}

/* line 7139, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.open {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

/* line 7143, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.tabs h3 {
  margin: 0;
  font-size: 1.1em;
  font-weight: normal;
}

/* line 7148, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.tabs h3 a {
  color: #0088CC;
}

/* line 7151, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.tabs h3 a:hover {
  color: #005580;
  text-decoration: none;
}

/* line 7155, /app/app/assets/stylesheets/template.scss */
dl.tabs dt.open h3 a {
  color: #000;
  text-decoration: none;
}

/* line 7159, /app/app/assets/stylesheets/template.scss */
div.current dd.tabs {
  margin: 0;
  padding: 10px;
  clear: both;
  border: 1px solid #CCC;
  background-color: #FFF;
}

/* line 7166, /app/app/assets/stylesheets/template.scss */
#helpsite-refresh {
  vertical-align: top;
}

/* line 7169, /app/app/assets/stylesheets/template.scss */
#pop-print {
  float: right;
  margin: 10px;
}

/* line 7173, /app/app/assets/stylesheets/template.scss */
code {
  white-space: pre-wrap;
}

/* line 7176, /app/app/assets/stylesheets/template.scss */
#filter-search {
  vertical-align: top;
}

/* line 7179, /app/app/assets/stylesheets/template.scss */
.editor {
  overflow: hidden;
  position: relative;
}
@charset "UTF-8";
/* line 1, /app/app/assets/stylesheets/sws.scss */
body {
  font-family: 'Bariol', sans-serif;
  min-width: 980px;
}

/* line 5, /app/app/assets/stylesheets/sws.scss */
button {
  font-family: 'Bariol', sans-serif;
}

/* line 9, /app/app/assets/stylesheets/sws.scss */
.fabrikDetails .row-fluid {
  padding: 0px !important;
}

/* line 13, /app/app/assets/stylesheets/sws.scss */
.fabrikDetails .fabrikDetailsLabel {
  padding-top: 27px !important;
}

/* line 17, /app/app/assets/stylesheets/sws.scss */
.fabrikDetails .fabrikElement {
  padding-top: 0px !important;
}

/* line 21, /app/app/assets/stylesheets/sws.scss */
.fabrikGroup {
  margin-top: 30px;
}

/*
.fabrikElement{
margin-top: 6px!important;
margin-bottom: -1px!important;
padding-bottom: 15px !important;
}
*/
/*
.row-fluid.fabrikElementContainer{
display: inline-block;
}
*/
/*
.row-fluid:before, .row-fluid:after {
display: inline-block;
}*/
/* line 41, /app/app/assets/stylesheets/sws.scss */
.divMenuContactoTopo a {
  font-size: 0px;
}

/* line 45, /app/app/assets/stylesheets/sws.scss */
.noTextoPosicaoRedesSociais a {
  font-size: 0px !important;
}

/* line 49, /app/app/assets/stylesheets/sws.scss */
::-webkit-input-placeholder {
  color: #969698;
  font-style: italic;
}

/* line 54, /app/app/assets/stylesheets/sws.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #969698;
  font-style: italic;
}

/* line 59, /app/app/assets/stylesheets/sws.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #969698;
  font-style: italic;
}

/* line 64, /app/app/assets/stylesheets/sws.scss */
:-ms-input-placeholder {
  color: #969698;
  font-style: italic;
}

/* line 69, /app/app/assets/stylesheets/sws.scss */
.row-fluid [class*="span"] {
  min-height: 0px;
}

/* line 73, /app/app/assets/stylesheets/sws.scss */
.btn-link {
  color: #58585a !important;
  text-decoration: none !important;
}

/* line 78, /app/app/assets/stylesheets/sws.scss */
.btn {
  text-shadow: none !important;
  border-radius: 0px !important;
}

/* line 83, /app/app/assets/stylesheets/sws.scss */
.btn-newsEvents {
  float: right;
}

/* line 87, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado {
  background-color: #0099a9;
}

/* line 91, /app/app/assets/stylesheets/sws.scss */
.menu-autenticadoGestor {
  background-color: #0099a9;
  height: 110px;
}

/*
.icon-new:before, .icon-plus:before {
content: "+";
}
*/
/* line 101, /app/app/assets/stylesheets/sws.scss */
.icon-eye-open:before, .icon-eye:before {
  /*content: " *";*/
  content: " ";
}

/* line 105, /app/app/assets/stylesheets/sws.scss */
span.star {
  content: " ";
  color: transparent;
  position: relative;
  top: -10px;
}

/* line 113, /app/app/assets/stylesheets/sws.scss */
.icon-eye-open, .icon-eye, span.star {
  width: 9px !important;
  height: 7px !important;
  background-image: url("/assets/mandatoryIcon.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

/* line 123, /app/app/assets/stylesheets/sws.scss */
.container {
  max-width: 980px !important;
  width: 980px !important;
}

/* line 128, /app/app/assets/stylesheets/sws.scss */
.fullWidth {
  width: 100% !important;
  max-width: 100% !important;
}

/* line 133, /app/app/assets/stylesheets/sws.scss */
.lang-active a {
  color: #23a5b3 !important;
}

/* line 137, /app/app/assets/stylesheets/sws.scss */
body {
  font-family: 'Bariol', sans-serif;
  font-size: 16px !important;
  background-color: #ffffff !important;
  border-top: none !important;
  padding: 0px !important;
}

/* line 145, /app/app/assets/stylesheets/sws.scss */
.body .container,
.footer .container {
  padding: 0px !important;
  background-color: transparent !important;
  width: 960px;
  border: none !important;
  box-shadow: none !important;
}

/*
.body .containerNews {
padding: 0px !important;
background-color: transparent !important;
width: 970px!important;
text-align: center;
} */
/* line 163, /app/app/assets/stylesheets/sws.scss */
#mapCanvasHome {
  width: 100%;
  height: 836px;
}

/* line 168, /app/app/assets/stylesheets/sws.scss */
#mapCanvasHome img {
  max-width: inherit;
}

/* line 170, /app/app/assets/stylesheets/sws.scss */
p {
  margin: 0 0 0px !important;
  /*TODO*/
  font-size: 16px !important;
  /*line-height: 22px !important;*/
}

/* line 176, /app/app/assets/stylesheets/sws.scss */
ul, ol {
  padding: 0px !important;
  margin: 0px !important;
  list-style-type: square;
}

/*links*/
/* line 187, /app/app/assets/stylesheets/sws.scss */
a {
  color: #58585a !important;
}

/* line 192, /app/app/assets/stylesheets/sws.scss */
a:hover,
a:focus {
  color: #58585a !important;
  text-decoration: none !important;
}

/* line 198, /app/app/assets/stylesheets/sws.scss */
.position-3 a {
  color: #0099a9 !important;
  font-weight: bold;
}

/* line 204, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .listSubHeader a {
  font-weight: 300;
}

/* line 208, /app/app/assets/stylesheets/sws.scss */
.position-3 a:hover, .position-3 a:focus, .position-3 a:active {
  color: #969698 !important;
  font-weight: 300;
  text-decoration: none !important;
}

/* line 214, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .listInnerBorderResiduo a {
  font-weight: 300;
}

/* line 218, /app/app/assets/stylesheets/sws.scss */
.position_noticias_eventos .item h4 a {
  color: #1f6929 !important;
}

/* line 222, /app/app/assets/stylesheets/sws.scss */
.scroller .item:hover a, .scroller .item:active a {
  color: #eeeef0 !important;
}

/* line 227, /app/app/assets/stylesheets/sws.scss */
.containerNovidades a {
  color: #050507 !important;
}

/* line 231, /app/app/assets/stylesheets/sws.scss */
.containerNovidades a:hover {
  color: #eeeef0 !important;
}

/* line 235, /app/app/assets/stylesheets/sws.scss */
navegacaoMain
.position-6 a:hover,
.position-6 a:focus {
  color: #969698 !important;
}

/* line 241, /app/app/assets/stylesheets/sws.scss */
.footer a, .position-3 a {
  /*color: #969698 !important;*/
}

/* line 245, /app/app/assets/stylesheets/sws.scss */
.listSubHeader a {
  font-weight: 300;
  color: #58585a !important;
}

/* line 250, /app/app/assets/stylesheets/sws.scss */
.footer a:hover, .footer a:focus {
  color: #58585a !important;
}

/* line 254, /app/app/assets/stylesheets/sws.scss */
.listSubHeaderElenc > a {
  font-weight: 300;
}

/* line 258, /app/app/assets/stylesheets/sws.scss */
a.btn-add-file {
  color: #969698 !important;
  text-shadow: 0px 1px 1px #FFF !important;
}

/*fim links*/
/* line 264, /app/app/assets/stylesheets/sws.scss */
.nav {
  margin-left: none !important;
  margin-bottom: none !important;
  list-style: none !important;
}

/* line 270, /app/app/assets/stylesheets/sws.scss */
.page-header {
  border-bottom: none !important;
}

/* line 274, /app/app/assets/stylesheets/sws.scss */
ul, ol {
  padding: none !important;
  margin: none !important;
}

/* line 279, /app/app/assets/stylesheets/sws.scss */
.position-0 {
  background-color: #eeeef0 !important;
  height: 50px !important;
}

/* line 284, /app/app/assets/stylesheets/sws.scss */
.position-0 li {
  display: inline-block !important;
  font-size: 20px !important;
  line-height: 49px !important;
  float: right;
  /*margin-right: 10px;*/
}

/* line 293, /app/app/assets/stylesheets/sws.scss */
.position-0 .image-title {
  text-shadow: 0px 1px 1px white;
}

/* line 297, /app/app/assets/stylesheets/sws.scss */
.position-0 a img {
  float: right;
  margin-top: 19px;
}

/* line 302, /app/app/assets/stylesheets/sws.scss */
.position-0 .image-title {
  margin-right: 10px;
}

/* line 306, /app/app/assets/stylesheets/sws.scss */
.position-1 {
  background-color: #b9b9bb !important;
}

/* line 310, /app/app/assets/stylesheets/sws.scss */
.position-11 {
  height: 120px;
  line-height: 120px;
  margin-left: 58px !important;
  width: 180px !important;
}

/* line 317, /app/app/assets/stylesheets/sws.scss */
.position-11 img {
  margin-top: 20px !important;
  vertical-align: top !important;
}

/* line 322, /app/app/assets/stylesheets/sws.scss */
.position-12 {
  height: 120px;
  /*margin-right: 10px !important;*/
  float: right !important;
  width: auto !important;
}

/* line 329, /app/app/assets/stylesheets/sws.scss */
.position-12.nav.menu {
  float: right !important;
}

/* line 333, /app/app/assets/stylesheets/sws.scss */
.navigation {
  margin-bottom: 0px !important;
}

/* line 337, /app/app/assets/stylesheets/sws.scss */
.position-1 .nav {
  text-align: right;
}

/* line 341, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav {
  text-align: left !important;
}

/* line 345, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child {
  text-align: left;
}

/* line 349, /app/app/assets/stylesheets/sws.scss */
.item-136 .nav-child {
  text-align: right;
}

/* line 353, /app/app/assets/stylesheets/sws.scss */
.navigation .nav > li {
  position: relative;
  height: 30px;
  line-height: 30px;
}

/* line 359, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child > li {
  position: relative;
}

/* line 363, /app/app/assets/stylesheets/sws.scss */
.navigation.position-11 .nav > li > a {
  height: 30px !important;
}

/* line 367, /app/app/assets/stylesheets/sws.scss */
.navigation.position-1 .nav > li > a {
  height: 30px !important;
}

/* line 371, /app/app/assets/stylesheets/sws.scss */
.navigation .nav > li > a {
  display: block !important;
  padding-left: 12px !important;
  /*padding-right: 16px !important;*/
}

/* line 377, /app/app/assets/stylesheets/sws.scss */
.position-6 .nav > li > a {
  padding-left: 0px !important;
}

/* line 381, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .nav-child > li > a {
  display: block !important;
  height: 30px !important;
  line-height: 49px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 389, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .nav-child > li > a:first-of-type {
  padding-left: 18px !important;
}

/* line 393, /app/app/assets/stylesheets/sws.scss */
.containerMenu {
  width: 973px !important;
}

/* line 397, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1000;
  display: none;
  /*trocar por none block*/
  float: left;
  min-width: 800px;
  /*min-width: 400px;*/
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  margin-left: 16px !important;
}

/* line 412, /app/app/assets/stylesheets/sws.scss */
.item-136 .nav-child {
  min-width: 900px !important;
  display: none;
  /*trocar por none block*/
  /*float: right;*/
  right: 6px;
  left: auto !important;
}

/* line 420, /app/app/assets/stylesheets/sws.scss */
.item-136 .nav-child li {
  /*float:right;*/
  right: 0px;
}

/* line 425, /app/app/assets/stylesheets/sws.scss */
.nav-child li:first-of-type {
  background-image: url("/assets/submenuCorner2.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/*
.item-136 .nav-child li:last-of-type{
background-image:url('./../../../images/sws/submenuCorner.png') ;
background-position: bottom left;
background-repeat: no-repeat;
}*/
/* line 437, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child.pull-right {
  right: 0;
  left: auto;
}

/* line 442, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
}

/* line 450, /app/app/assets/stylesheets/sws.scss */
.navigation .nav {
  margin-top: 44px !important;
}

/* line 455, /app/app/assets/stylesheets/sws.scss */
.navigation .position-6 .nav {
  margin-top: 0px !important;
}

/* line 460, /app/app/assets/stylesheets/sws.scss */
.navigation .linksPromotores .nav {
  margin-top: 0px !important;
}

/* line 465, /app/app/assets/stylesheets/sws.scss */
.navigation .linksPromotores .nav > li > a {
  padding-left: 0px !important;
}

/* line 469, /app/app/assets/stylesheets/sws.scss */
.navigation .linksPromotores .nav > li {
  line-height: 155px;
}

/* line 473, /app/app/assets/stylesheets/sws.scss */
.position-1 > ul {
  text-align: right;
}

/* line 478, /app/app/assets/stylesheets/sws.scss */
.navigation .nav li {
  display: inline-block !important;
}

/* line 483, /app/app/assets/stylesheets/sws.scss */
.navigation.position-1 .nav > li > a {
  color: #050507 !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

/* line 490, /app/app/assets/stylesheets/sws.scss */
.navigation.position-1 .nav > li > a {
  text-shadow: 0px 1px 1px white;
}

/* line 494, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .nav-child > li a {
  /*// font-family: "bariol_regular" !important; fica muito pequeno*/
  font-size: 15px !important;
  display: block;
  padding: 0px 20px;
  clear: both;
  white-space: nowrap;
  color: #58585a !important;
}

/* line 505, /app/app/assets/stylesheets/sws.scss */
.navigation.menu-autenticado .nav .nav-child > li a {
  font-weight: bold;
  font-size: 13px !important;
  color: #050507 !important;
}

/* line 511, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .nav-child > li a:hover {
  color: #eeeef0 !important;
}

/* line 516, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .nav-child .active > a {
  color: #eeeef0 !important;
}

/* line 521, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado {
  /*height: 165px;*/
  box-shadow: inset 1px 10px 6px -12px black, inset 1px -10px 6px -12px black;
}

/* line 527, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav.menu {
  width: 790px;
  /*width: 670px;*/
  float: left;
}

/* line 533, /app/app/assets/stylesheets/sws.scss */
.item-289 {
  margin-right: 0px !important;
  padding-right: 0px !important;
}

/* line 538, /app/app/assets/stylesheets/sws.scss */
.navigation.menu-autenticado .nav {
  margin-top: 74px !important;
  margin-bottom: 59px !important;
}

/* line 543, /app/app/assets/stylesheets/sws.scss */
.navigation.menu-autenticado .nav, #logout-form {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 548, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav > li {
  width: 160px !important;
  height: 32px !important;
  text-transform: none !important;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 18px !important;
  /*text-indent: 12px !important;*/
  border-left: 2px solid #eeeef0 !important;
  box-shadow: none !important;
  background-image: url("/assets/btn_link_icon_out.png") !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  margin-right: 40px;
}

/* line 565, /app/app/assets/stylesheets/sws.scss */
.m-r-0 {
  margin-right: 0px !important;
}

/* line 569, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav > li:hover {
  border-left: 2px solid #d2d2d4 !important;
  background-image: url("/assets/btn_link_icon_pressed.png") !important;
}

/* line 574, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav > li a {
  color: #eeeef0 !important;
}

/* line 578, /app/app/assets/stylesheets/sws.scss */
.menu-autenticado .nav > li a:hover {
  color: #d2d2d4 !important;
}

/* line 582, /app/app/assets/stylesheets/sws.scss */
.btn-link {
  /*width: 160px !important;*/
  min-width: 160px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 18px !important;
  text-indent: 12px !important;
  color: #eeeef0 !important;
  border-left: solid 2px #eeeef0 !important;
  background-image: none !important;
  box-shadow: none !important;
  background-image: url("/assets/btn_link_icon_out.png") !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}

/* line 603, /app/app/assets/stylesheets/sws.scss */
.btn-link:active, .btn-link:hover {
  color: #d2d2d4 !important;
  border-left: solid 2px #d2d2d4 !important;
  background-image: url("/assets/btn_link_icon_pressed.png") !important;
}

/*
.navigation .nav-child:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0,0,0,0.2);
content: '';
}
.navigation .nav-child:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #ffffff;
border-left: 6px solid transparent;
content: '';
}
*/
/*ficam os submenus Ã  mostra*/
/* line 634, /app/app/assets/stylesheets/sws.scss */
.navigation .nav .active > .nav-child {
  /*display: block; */
}

/* line 639, /app/app/assets/stylesheets/sws.scss */
li.parent:hover > .nav-child,
li.parent:focus > .nav-child {
  display: block;
}

/*
.item-103:hover > .nav-child,
.item-103:focus > .nav-child {
display: block;
}

.item-136:hover > .nav-child,
.item-136:focus > .nav-child {
display: block;
}

.item-204:hover > .nav-child,
.item-204:focus > .nav-child {
display: block;
}

.item-213:hover > .nav-child,
.item-213:focus > .nav-child {
display: block;
}

.item-205:hover > .nav-child,
.item-205:focus > .nav-child {
display: block;
}

.item-206:hover > .nav-child,
.item-206:focus > .nav-child {
display: block;
}*/
/* line 674, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
  text-decoration: none;
}

/* line 680, /app/app/assets/stylesheets/sws.scss */
.nav .active {
  color: #58585a !important;
}

/* line 684, /app/app/assets/stylesheets/sws.scss */
.navigation .nav-child .active a {
  color: #eeeef0 !important;
}

/* line 688, /app/app/assets/stylesheets/sws.scss */
.position-21 {
  /*background-image:url('./../../../images/sws/headerHome.jpg') ;

  background-size: cover;*/
  height: 836px !important;
  position: relative;
}

/* line 698, /app/app/assets/stylesheets/sws.scss */
.position-2 {
  background-image: url("./../../../images/sws/headerArticle.jpg");
  background-size: cover;
  height: 240px;
}

/* line 707, /app/app/assets/stylesheets/sws.scss */
.position-3Main {
  height: 300px;
  background-color: #23a5b3;
  background-color: rgba(35, 165, 179, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #eeeef0;
  font-size: 16px;
}

/* line 722, /app/app/assets/stylesheets/sws.scss */
.position-31 {
  /*text-transform: uppercase;*/
  margin-top: 25px !important;
  font-size: 35px !important;
  padding-left: 10px;
  font-weight: 300;
}

/* line 732, /app/app/assets/stylesheets/sws.scss */
.position-31 h1 {
  line-height: 31px !important;
}

/* line 736, /app/app/assets/stylesheets/sws.scss */
.position-32 {
  color: #050507;
  margin-top: 56px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
}

/* line 745, /app/app/assets/stylesheets/sws.scss */
.position-3 .item-page {
  width: 783px;
  /*float: right;*/
  /*margin-right: 10px;*/
  /*margin-top: 56px;
  margin-bottom: 44px;*/
}

/* line 753, /app/app/assets/stylesheets/sws.scss */
.position-3 .item-page {
  font-size: 16px;
  line-height: 22px;
}

/* line 758, /app/app/assets/stylesheets/sws.scss */
.position-3 .container {
  position: relative;
  padding-bottom: 20px;
}

/* line 763, /app/app/assets/stylesheets/sws.scss */
.position-3 .header {
  text-transform: uppercase;
  color: #0099a9 !important;
  /*width: 300px;*/
  position: relative;
  /*float: left;*/
  /*top: 24px;*/
  /*margin-left: 10px;*/
  width: 783px;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 778, /app/app/assets/stylesheets/sws.scss */
.position-3 h1, .position-3 h2, .header1, .header2 {
  font-size: 34px !important;
  line-height: 39px !important;
  color: #0099a9 !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-top: 41px !important;
}

/* line 788, /app/app/assets/stylesheets/sws.scss */
.position-3 h3, .header3 {
  font-weight: 300;
  font-size: 35px !important;
  line-height: 37px !important;
  color: #0099a9 !important;
  text-transform: uppercase;
  padding: 0px !important;
  margin: 0px !important;
  margin-top: 45px !important;
}

/* line 800, /app/app/assets/stylesheets/sws.scss */
.position-3 pre, .headerPre {
  font-style: italic;
  font-size: 24px !important;
  line-height: 28px !important;
  color: #1f6929 !important;
  background-color: transparent !important;
  border: none !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-top: 38px !important;
}

/* line 814, /app/app/assets/stylesheets/sws.scss */
.position-3 p {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #050507 !important;
  padding: 0px !important;
  padding-top: 15px !important;
  margin: 0px !important;
  margin-bottom: 22px !important;
  font-weight: normal;
}

/* line 827, /app/app/assets/stylesheets/sws.scss */
.pageDetailsBody {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #050507 !important;
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 22px !important;
}

/* line 837, /app/app/assets/stylesheets/sws.scss */
.fabrikElement {
  font-size: 16px !important;
  line-height: 22px !important;
}

/* line 842, /app/app/assets/stylesheets/sws.scss */
.position-3 p:first-of-type {
  margin-top: 39px !important;
}

/* line 846, /app/app/assets/stylesheets/sws.scss */
.position-3 p:last-of-type {
  margin-bottom: 23px !important;
}

/* line 850, /app/app/assets/stylesheets/sws.scss */
.position-3 strong {
  color: #0099A9;
}

/* line 854, /app/app/assets/stylesheets/sws.scss */
.position-3 li {
  margin-bottom: 10px !important;
  margin-top: 10px;
  list-style-type: square;
}

/* line 860, /app/app/assets/stylesheets/sws.scss */
.position-3 li li {
  color: #58585a;
}

/* line 864, /app/app/assets/stylesheets/sws.scss */
.position-3 .container ul, .position-3 .container ol {
  padding-left: 25px !important;
  list-style-type: square;
  color: #1f6929;
  list-style: none;
}

/* line 872, /app/app/assets/stylesheets/sws.scss */
.position-3 ul ul, .position-3 ol ol {
  font-family: "bariol_regular" !important;
  padding-left: 0px !important;
  list-style-type: none;
}

/* line 878, /app/app/assets/stylesheets/sws.scss */
.position-novidades {
  background-color: #d2d2d4;
  /*height: 575px;*/
  position: relative;
  margin-bottom: 1px !important;
  margin-top: 1px !important;
}

/* line 888, /app/app/assets/stylesheets/sws.scss */
.position-novidades .containerNews {
  width: 970px !important;
}

/* line 892, /app/app/assets/stylesheets/sws.scss */
.position-novidades .item h4 {
  font-weight: 300;
  font-size: 20px !important;
  line-height: 19px;
}

/* line 898, /app/app/assets/stylesheets/sws.scss */
.position-novidades .item h4 a {
  color: #1f6929 !important;
}

/* line 903, /app/app/assets/stylesheets/sws.scss */
.position-novidades h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 37px;
  color: #f29400;
  margin-top: 42px;
  margin-bottom: 9px;
  text-align: left;
}

/* line 914, /app/app/assets/stylesheets/sws.scss */
.introtext_novidades {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #050507 !important;
  width: 455px;
  margin-bottom: 51px;
}

/* line 924, /app/app/assets/stylesheets/sws.scss */
.position_noticias_eventos {
  background-color: #e6e6e8;
  /*height: 575px;*/
  position: relative;
  margin-bottom: 1px !important;
  margin-top: 1px !important;
}

/* line 933, /app/app/assets/stylesheets/sws.scss */
.position_noticias_eventos .containerNews {
  width: 970px !important;
}

/* line 937, /app/app/assets/stylesheets/sws.scss */
.position_noticias_eventos .item h4 {
  font-weight: 300;
  font-size: 20px !important;
  line-height: 19px;
}

/* line 943, /app/app/assets/stylesheets/sws.scss */
.position_noticias_eventos h1 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 37px;
  color: #1f6929;
  margin-top: 42px;
  margin-bottom: 9px;
  text-align: left;
}

/* line 954, /app/app/assets/stylesheets/sws.scss */
.introtext_noticiasEventos {
  font-weight: 300;
  font-size: 16px !important;
  line-height: 22px !important;
  color: #050507 !important;
  width: 455px;
  margin-bottom: 51px;
}

/* line 964, /app/app/assets/stylesheets/sws.scss */
.txmod_105 li {
  list-style-type: none;
  display: inline-block;
}

/* line 969, /app/app/assets/stylesheets/sws.scss */
#txmod_105 .pane .item {
  /*width: 32.5% !important;*/
  /*32.5 +0,4*2 = 33,3*/
  width: 310px !important;
  height: 240px;
  display: inline-block;
  margin-right: 0px;
}

/*margin-right: 5px;
margin-left: 5px;*/
/* line 979, /app/app/assets/stylesheets/sws.scss */
.scroller .item {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 985, /app/app/assets/stylesheets/sws.scss */
.newscategory {
  text-transform: uppercase;
  color: #58585a;
  font-size: 15px;
  line-height: 20px;
}

/* line 992, /app/app/assets/stylesheets/sws.scss */
.newspublishdate {
  color: #969698;
  font-size: 15px;
  line-height: 20px;
}

/* line 999, /app/app/assets/stylesheets/sws.scss */
.paddingSlider.clearfix {
  width: 33%;
  display: inline-block;
  padding: 0;
}

/* line 1005, /app/app/assets/stylesheets/sws.scss */
.headerSliderNewsCat, .headerSliderNewsTitle {
  margin-left: 10px !important;
}

/* line 1009, /app/app/assets/stylesheets/sws.scss */
.headerSliderNewsCat {
  text-align: left;
  margin-top: 14px !important;
}

/* line 1014, /app/app/assets/stylesheets/sws.scss */
.headerSliderNewsTitle {
  text-align: left;
  margin-top: 8px !important;
}

/* line 1022, /app/app/assets/stylesheets/sws.scss */
.carousel-indicators {
  position: relative;
}

/* line 1026, /app/app/assets/stylesheets/sws.scss */
.carousel .item .paddingSlider {
  background: #eeeef0;
  height: 240px !important;
}
/* line 1027, /app/app/assets/stylesheets/sws.scss */
.carousel .item .paddingSlider .cantoImageRESIDUOS, .carousel .item .paddingSlider .cantoImageINSTITUICOES, .carousel .item .paddingSlider .cantoImageSOLUCOES {
  width: 100%;
  margin-left: -10px;
}
/* line 1033, /app/app/assets/stylesheets/sws.scss */
.carousel .item .paddingSlider .listHeaderBottom, .carousel .item .paddingSlider .innerImage {
  padding: 5px;
}
/* line 1036, /app/app/assets/stylesheets/sws.scss */
.carousel .item .paddingSlider .outerImage, .carousel .item .paddingSlider .outerImage img {
  width: 100%;
}

/* line 1041, /app/app/assets/stylesheets/sws.scss */
.scroller .item:hover, .scroller .item:active {
  background: #b9b9bb;
}

/* line 1046, /app/app/assets/stylesheets/sws.scss */
.txmod_105 a.browse {
  display: none;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300; // font-family: "bariol_light";
}*/
/* line 1059, /app/app/assets/stylesheets/sws.scss */
.clearfix {
  position: relative;
  /*height: 240px;*/
}

/* line 1064, /app/app/assets/stylesheets/sws.scss */
.scroller {
  top: 0px;
}

/* line 1068, /app/app/assets/stylesheets/sws.scss */
.navi {
  height: 20px;
  text-align: center;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1076, /app/app/assets/stylesheets/sws.scss */
.navi a {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #eeeef0;
  display: inline-block;
  cursor: pointer;
}

/* mouseover state */
/* line 1086, /app/app/assets/stylesheets/sws.scss */
.navi a:hover {
  background-color: #969698;
}

/* active state (current page state)  */
/* line 1091, /app/app/assets/stylesheets/sws.scss */
.navi a.active {
  background-color: #969698;
}

/* line 1095, /app/app/assets/stylesheets/sws.scss */
.position-5 {
  background-color: #f29400;
  height: 272px;
  line-height: 23px;
  color: #eeeef0;
  font-size: 16px;
}

/* line 1104, /app/app/assets/stylesheets/sws.scss */
.position-5 p {
  margin-top: 43px !important;
  /*5 do line-height*/
  margin-left: 250px !important;
}

/* line 1111, /app/app/assets/stylesheets/sws.scss */
.position-5 .container {
  background-image: url("/assets/logoContactos.png");
  background-position: 70px 50px;
  background-repeat: no-repeat;
}

/* line 1118, /app/app/assets/stylesheets/sws.scss */
.position-6 {
  background-color: #ffffff;
  height: 49px;
  line-height: 49px;
  color: #58585a;
  font-size: 14px;
}

/* line 1127, /app/app/assets/stylesheets/sws.scss */
.position-6 li {
  display: inline-block !important;
}

/* line 1133, /app/app/assets/stylesheets/sws.scss */
.position-6 li {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1139, /app/app/assets/stylesheets/sws.scss */
.position-6 .container {
  padding-left: 10px !important;
}

/* line 1143, /app/app/assets/stylesheets/sws.scss */
.position-6 li:first-of-type {
  padding-left: 0px;
}

/* line 1148, /app/app/assets/stylesheets/sws.scss */
.position-7 {
  height: 235px;
  background-color: #e6e6e8;
}

/* line 1154, /app/app/assets/stylesheets/sws.scss */
.position-7 .container {
  padding-left: 10px !important;
}

/* line 1158, /app/app/assets/stylesheets/sws.scss */
.position-7 li {
  display: inline-block !important;
  margin-left: 29px;
}

/* line 1165, /app/app/assets/stylesheets/sws.scss */
.position-7 li:first-of-type {
  margin-left: 0;
}

/* line 1170, /app/app/assets/stylesheets/sws.scss */
.headerPromotoresCofinanciamento {
  background-color: #0099a9;
  height: 30px;
  margin-top: 50px;
  color: #eeeef0;
  font-size: 18px;
  line-height: 27px;
  text-indent: 15px;
  width: 460px !important;
}

/* line 1182, /app/app/assets/stylesheets/sws.scss */
.cantoHeaderPromotoresCofinanciamento {
  background-image: url("/assets/headerPromotoresCofinanciamento.png");
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

/* line 1190, /app/app/assets/stylesheets/sws.scss */
.linksPromotores {
  height: 155px;
  line-height: 155px;
  padding-left: 45px;
}

/* line 1196, /app/app/assets/stylesheets/sws.scss */
.linksPromotores img {
  margin-top: 55px;
  vertical-align: top;
  height: 35px;
}

/* line 1202, /app/app/assets/stylesheets/sws.scss */
.linksCofinanciamento {
  height: 155px;
  line-height: 155px;
  padding-left: 35px;
}

/* line 1208, /app/app/assets/stylesheets/sws.scss */
.linksCofinanciamento img {
  margin-top: 45px;
  vertical-align: top;
}

/* line 1213, /app/app/assets/stylesheets/sws.scss */
.footer {
  background-color: #ffffff;
  height: 50px;
}

/* line 1218, /app/app/assets/stylesheets/sws.scss */
.footer .container {
  padding-left: 10px !important;
}

/* line 1222, /app/app/assets/stylesheets/sws.scss */
.footer p {
  font-size: 14px !important;
  margin-top: 15px !important;
}

/*
modal
*/
/* line 1231, /app/app/assets/stylesheets/sws.scss */
.galeriaImagens {
  /*width: 320px;*/
  background-color: #e6e6e8;
  float: left;
  display: block;
  position: relative;
  /*margin-bottom: 50px;*/
  /*margin-top: 60px;*/
}

/* line 1241, /app/app/assets/stylesheets/sws.scss */
.noo-gallery {
  padding-top: 10px;
  /*10 dos elementos*/
  padding-bottom: 20px;
  padding-left: 24px;
}

/* line 1247, /app/app/assets/stylesheets/sws.scss */
.modal-gallery {
  background-color: #050507 !important;
}

/* line 1250, /app/app/assets/stylesheets/sws.scss */
.modal-body {
  background-color: #fff;
  padding: 0px !important;
  padding-top: 33px !important;
}
/* line 1255, /app/app/assets/stylesheets/sws.scss */
.modal-body textarea.form-control {
  width: 200px;
}

@media (min-width: 992px) {
  /* line 1260, /app/app/assets/stylesheets/sws.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 1264, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item {
  display: block !important;
  float: center !important;
  padding: 0px !important;
}

/* line 1270, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item {
  display: block !important;
  float: left !important;
  padding-top: 10px !important;
}

/* line 1277, /app/app/assets/stylesheets/sws.scss */
.noo-gallery li {
  margin-bottom: 0px !important;
}

/* line 1280, /app/app/assets/stylesheets/sws.scss */
.position-3 .container ul.noo-gallery-lists {
  padding-left: 22px !important;
}

/* line 1283, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item:nth-child(odd) {
  /*margin-left: -3px;*/
  padding-left: 20px !important;
}

/* line 1288, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item:nth-child(even) {
  padding-left: 20px !important;
}

/* line 1292, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item:first-of-type {
  /*margin-left: -3px;*/
  padding-left: 0px !important;
}

/* line 1296, /app/app/assets/stylesheets/sws.scss */
.noo-gallery-item:nth-child(7n) {
  padding-left: 0px !important;
}

/* line 1299, /app/app/assets/stylesheets/sws.scss */
.divclose {
  position: absolute;
  margin-top: 33px;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #979799;
  z-index: 1;
  text-align: center;
}

/* line 1310, /app/app/assets/stylesheets/sws.scss */
.divclose a {
  color: #eeeef0 !important;
  opacity: 1 !important;
  width: 100%;
  font-size: 18px !important;
  line-height: 14px;
}

/*
.modal-gallery{
  padding-left: 33px !important;
  padding-right: 33px !important;
}

.modal-header{
  background-color: #050507;
  border-bottom: none !important;
  padding: 0px !important;
}

.modal-header h3 {
  line-height: 20px!important;
}

.modal-title{
  font-weight: bold;
  color: #1f6929;
  font-size: 15px;
  line-height: 20px;
  margin-top: 0px !important;
  margin-bottom: 2px;
}

.modal-description{
  color: #d2d2d4;
  font-size: 15px;
  line-height: 14px !important;
  margin-top: 0px !important;
}
*/
/* line 1351, /app/app/assets/stylesheets/sws.scss */
.maps {
  /*width: 540px;*/
  /*float: right;*/
  /*margin-bottom: 50px;*/
  /*margin-right: 10px;*/
}

/* line 1358, /app/app/assets/stylesheets/sws.scss */
.img-polaroid {
  padding: 4px !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}

/* line 1365, /app/app/assets/stylesheets/sws.scss */
.img-polaroid:hover {
  background-color: #050507 !important;
}

/* line 1369, /app/app/assets/stylesheets/sws.scss */
div.modal.fade.in {
  /*top: -20% !important;*/
  /*temporario para trabalhar*/
}

/* line 1375, /app/app/assets/stylesheets/sws.scss */
.opcoesImagens {
  width: 20px;
  height: 20px;
  background-color: #e6e6e8;
  cursor: pointer;
}

/* line 1382, /app/app/assets/stylesheets/sws.scss */
.opcoesImagens.seleccionado {
  background-color: #969698 !important;
}

/* line 1386, /app/app/assets/stylesheets/sws.scss */
.browseImages {
  /*width: 287px;*/
  float: right;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 7px;
}

/* line 1394, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .browseImages ul, .position-3 .container .browseImages ol {
  padding-left: 0px !important;
}

/*navegacaoMain*/
/* line 1400, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain {
  height: 172px;
  background-color: #eeeef0;
  background-color: rgba(238, 238, 240, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #eeeef0;
  font-size: 16px;
}

/* line 1415, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainArticles {
  position: relative !important;
  background-color: #eeeef0 !important;
}

/* line 1420, /app/app/assets/stylesheets/sws.scss */
.position-3 .navegacaoMainArticles ul, .position-3 .navegacaoMainArticles ol {
  padding-left: 0px !important;
}

/* line 1424, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav li {
  display: inline-block !important;
}

/* line 1428, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li {
  margin-top: 0px !important;
  width: 320px;
  vertical-align: top;
}

/* line 1435, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li:nth-child(1) {
  background-image: url("/assets/rIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1441, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > .active {
  background-color: #ffffff !important;
  color: #969698 !important;
}

/* line 1446, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li:hover {
  background-color: #ffffff;
  color: #969698;
}

/* line 1451, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li:nth-child(2) {
  background-image: url("/assets/sIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1457, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li:nth-child(3) {
  background-image: url("/assets/iIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1463, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li > a {
  text-transform: uppercase;
  padding-left: 90px;
  padding-top: 17px;
  height: 155px;
  /*padding-bottom: 12px;*/
  font-size: 20px !important;
}

/* line 1473, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav-child {
  position: relative;
  top: -120px;
}

/* line 1478, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav > li {
  height: 172px;
}

/* line 1482, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav-child > li > a {
  display: inline-block;
  padding-left: 90px;
  width: 220px;
}

/* line 1488, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav-child > li > a {
  font-size: 16px !important;
  line-height: 22px !important;
  padding-right: 10px;
}

/* line 1495, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav-child li:first-of-type {
  background-image: none !important;
}

/*end navegacaoMain*/
/*navegacaoMainListagem*/
/* line 1503, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem {
  height: 100px;
  background-color: #eeeef0;
  background-color: rgba(238, 238, 240, 0.9);
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  color: #eeeef0;
  font-size: 16px;
}

/* line 1518, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagemArticles {
  position: relative !important;
  background-color: #eeeef0 !important;
}

/* line 1523, /app/app/assets/stylesheets/sws.scss */
.position-3 .navegacaoMainListagemArticles ul, .position-3 .navegacaoMainListagemArticles ol {
  padding-left: 0px !important;
}

/* line 1527, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav li {
  display: inline-block !important;
}

/* line 1530, /app/app/assets/stylesheets/sws.scss */
.position-3 .navegacaoMainListagem .container ul {
  padding: 0px !important;
}

/* line 1533, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li {
  /*width: 310px;*/
  width: 320px;
  margin-top: 0px !important;
  vertical-align: top;
}

/* line 1541, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li:nth-child(1) {
  background-image: url("/assets/rIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1547, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > .active {
  background-color: #ffffff !important;
  color: #969698 !important;
}

/* line 1552, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li:hover {
  background-color: #ffffff;
  color: #969698;
}

/* line 1557, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li:nth-child(2) {
  background-image: url("/assets/sIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1563, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li:nth-child(3) {
  background-image: url("/assets/iIcon.png");
  background-position: 10px 30px;
  background-repeat: no-repeat;
}

/* line 1569, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li > a {
  text-transform: uppercase;
  padding-left: 90px;
  padding-top: 53px;
  height: 47px;
  /*height: 155px;*/
  /*padding-bottom: 12px;*/
  font-size: 20px !important;
}

/* line 1580, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav-child {
  position: relative;
  top: -120px;
}

/* line 1585, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav > li {
  height: 100px;
}

/* line 1589, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav-child > li > a {
  display: inline-block;
  padding-left: 90px;
  width: 220px;
}

/* line 1595, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav-child > li > a {
  font-size: 16px !important;
  line-height: 22px !important;
  padding-right: 10px;
}

/* line 1602, /app/app/assets/stylesheets/sws.scss */
.navegacaoMainListagem .nav-child li:first-of-type {
  background-image: none !important;
}

/*end navegacaoMainListagem*/
/* line 1607, /app/app/assets/stylesheets/sws.scss */
.position-34 .nav li {
  display: inline-block !important;
}

/* line 1611, /app/app/assets/stylesheets/sws.scss */
.container a.residuosNavegacaoMain, .container a.residuosNavegacaoMain:hover {
  color: #0099a9 !important;
}

/* line 1615, /app/app/assets/stylesheets/sws.scss */
.container a.solucoesNavegacaoMain, .container a.solucoesNavegacaoMain:hover {
  color: #1f6929 !important;
}

/* line 1619, /app/app/assets/stylesheets/sws.scss */
.container a.instituicoesNavegacaoMain, .container a.instituicoesNavegacaoMain:hover {
  color: #f29400 !important;
}

/* line 1623, /app/app/assets/stylesheets/sws.scss */
.position-3 .container a.residuosNavegacaoMainListagem, .position-3 .container a.residuosNavegacaoMainListagem:hover {
  color: #0099a9 !important;
}

/* line 1627, /app/app/assets/stylesheets/sws.scss */
.position-3 .container a.solucoesNavegacaoMainListagem, .position-3 .container a.solucoesNavegacaoMainListagem:hover {
  color: #1f6929 !important;
}

/* line 1631, /app/app/assets/stylesheets/sws.scss */
.position-3 .container a.instituicoesNavegacaoMainListagem, .position-3 .container a.instituicoesNavegacaoMainListagem:hover {
  color: #f29400 !important;
}

/* line 1635, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav-child a {
  color: #050507 !important;
}

/* line 1639, /app/app/assets/stylesheets/sws.scss */
.navegacaoMain .nav li:hover > .nav-child a {
  color: #969698 !important;
}

/*social network */
/* line 1645, /app/app/assets/stylesheets/sws.scss */
.position-5content {
  width: 570px !important;
  margin: 0px !important;
}

/* line 1650, /app/app/assets/stylesheets/sws.scss */
.position-51 {
  margin: 0px !important;
  float: right !important;
  width: 360px !important;
}

/* line 1656, /app/app/assets/stylesheets/sws.scss */
.divFollowUs {
  /*width: auto !important;*/
  display: inline-block;
  font-size: 15px !important;
  line-height: 48px !important;
  color: #050507;
  width: 70px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 1670, /app/app/assets/stylesheets/sws.scss */
.divNextFollowUs {
  width: 365px !important;
  display: inline;
  text-align: right;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 1679, /app/app/assets/stylesheets/sws.scss */
.position-33 {
  position: absolute;
  bottom: 33px;
}

/* line 1684, /app/app/assets/stylesheets/sws.scss */
.position-34 {
  position: absolute;
  bottom: 24px;
  right: 0px;
}

/* line 1690, /app/app/assets/stylesheets/sws.scss */
.position-33 .nav li {
  display: inline-block !important;
  height: 49px !important;
  line-height: 49px !important;
  width: 49px !important;
  margin-left: 20px !important;
}

/* line 1698, /app/app/assets/stylesheets/sws.scss */
.position-51 .nav li {
  display: inline-block !important;
  height: 49px !important;
  line-height: 49px !important;
  width: 49px !important;
  margin-left: 20px !important;
}

/* line 1706, /app/app/assets/stylesheets/sws.scss */
.position-51 .nav {
  margin-top: 50px !important;
  text-align: right;
  margin-right: 10px !important;
}

/* line 1712, /app/app/assets/stylesheets/sws.scss */
.facebook {
  background-image: url("/assets/facebook_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1718, /app/app/assets/stylesheets/sws.scss */
.facebook:hover {
  background-image: url("/assets/facebook_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1724, /app/app/assets/stylesheets/sws.scss */
.twitter {
  background-image: url("/assets/twitter_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1730, /app/app/assets/stylesheets/sws.scss */
.twitter:hover {
  background-image: url("/assets/twitter_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1736, /app/app/assets/stylesheets/sws.scss */
.google {
  background-image: url("/assets/google_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1742, /app/app/assets/stylesheets/sws.scss */
.google:hover {
  background-image: url("/assets/google_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1748, /app/app/assets/stylesheets/sws.scss */
.linkedin {
  background-image: url("/assets/linkedin_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1754, /app/app/assets/stylesheets/sws.scss */
.linkedin:hover {
  background-image: url("/assets/linkedin_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1760, /app/app/assets/stylesheets/sws.scss */
.youtube {
  background-image: url("/assets/youtube_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* line 1766, /app/app/assets/stylesheets/sws.scss */
.youtube:hover {
  background-image: url("./../../../images/socialNetwork/youtube_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
}

/*resultados pesquisa*/
/* line 1774, /app/app/assets/stylesheets/sws.scss */
.columnLabelPesquisa {
  margin-left: 30px !important;
  margin-right: 14px !important;
  width: 182px !important;
}

/* line 1780, /app/app/assets/stylesheets/sws.scss */
.columnFieldPesquisa {
  margin-left: 30px !important;
  margin-right: 14px !important;
  width: 182px !important;
}

/* line 1786, /app/app/assets/stylesheets/sws.scss */
.columnLastFieldPesquisa {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 20px !important;
}

/* line 1792, /app/app/assets/stylesheets/sws.scss */
.labelCamposPesquisa {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #0099a9;
}

/* line 1799, /app/app/assets/stylesheets/sws.scss */
.labelCamposPesquisa {
  line-height: 15px;
  margin-top: 26px;
}

/* line 1804, /app/app/assets/stylesheets/sws.scss */
.selectFieldPesquisa {
  min-width: 182px !important;
  height: 56px !important;
}

/* line 1809, /app/app/assets/stylesheets/sws.scss */
.fieldsPesquisa {
  margin-top: 3px !important;
}

/* line 1813, /app/app/assets/stylesheets/sws.scss */
.headerTotalResults {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  line-height: 50px;
  color: #0099a9;
  padding-bottom: 50px;
  padding-top: 31px;
}

/* line 1823, /app/app/assets/stylesheets/sws.scss */
.listInnerBorderResiduo {
  background-color: #e6e6e8;
  padding: 5px 5px 0px 5px;
}

/* line 1828, /app/app/assets/stylesheets/sws.scss */
.listInnerBorderResiduo:hover, .listInnerBorderResiduo:active {
  background-color: #b9b9bb;
}

/* line 1832, /app/app/assets/stylesheets/sws.scss */
.listOutterBorderResiduo {
  width: 310px !important;
  margin-bottom: 20px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 1839, /app/app/assets/stylesheets/sws.scss */
.outerImage {
  width: 300px;
  height: 112px;
  overflow: hidden;
}

/* line 1845, /app/app/assets/stylesheets/sws.scss */
.outerImage img {
  width: 300px;
  height: 112px;
}

/* line 1850, /app/app/assets/stylesheets/sws.scss */
.outerImageElenc img {
  width: 300px;
  height: 112px;
}

/*
.cantoImageRESIDUOS{
background-image: url("./../../../images/interfaceImages/rIcon_listagem.png") !important;
background-position: top right;
background-repeat: no-repeat;
/*top: -40px;
left: 260px;
position: relative;
height: 40px;
width: 40px;
}*/
/* line 1867, /app/app/assets/stylesheets/sws.scss */
.cantoImageRESIDUOS {
  background-image: url("/assets/rIcon_listagem.png") !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 112px;
  top: 0px;
}

/* line 1877, /app/app/assets/stylesheets/sws.scss */
.cantoImageSOLUCOES {
  background-image: url("/assets/sIcon_listagem.png") !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 112px;
  top: 0px;
}

/* line 1887, /app/app/assets/stylesheets/sws.scss */
.cantoImageINSTITUICOES {
  background-image: url("/assets/iIcon_listagem.png") !important;
  background-position: right bottom;
  background-repeat: no-repeat;
  position: absolute;
  width: 300px;
  height: 112px;
  top: 0px;
}

/* line 1897, /app/app/assets/stylesheets/sws.scss */
.innerImage {
  display: inline-block;
  position: relative;
}

/*
.listHeaderBottom{*/
/*height: 70px !important;*/
/*height: 30px !important;
position: relative;
top: -40px;
}*/
/* line 1909, /app/app/assets/stylesheets/sws.scss */
#linkPesquisar {
  width: 20px;
  height: 56px;
  background-image: url("/assets/search_icon_out.png");
  background-position: center left;
  background-repeat: no-repeat;
}

/* line 1917, /app/app/assets/stylesheets/sws.scss */
#linkPesquisar:hover {
  background-image: url("/assets/search_icon_pressed.png");
  background-position: center left;
  background-repeat: no-repeat;
}

/* line 1923, /app/app/assets/stylesheets/sws.scss */
#modoPesquisaLista {
  width: 22px;
  height: 25px;
  background-image: url("/assetsmodo_lista_icon_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 1932, /app/app/assets/stylesheets/sws.scss */
#modoPesquisaLista:hover, #modoPesquisaLista:active {
  width: 22px;
  height: 25px;
  background-image: url("/assets/modo_lista_icon_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 1941, /app/app/assets/stylesheets/sws.scss */
#modoPesquisaMapa {
  width: 18px;
  height: 25px;
  background-image: url("/assets/modo_mapa_icon_out.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1952, /app/app/assets/stylesheets/sws.scss */
#modoPesquisaMapa:hover, #modoPesquisaMapa:active {
  width: 18px;
  height: 25px;
  background-image: url("/assets/modo_mapa_icon_pressed.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 1963, /app/app/assets/stylesheets/sws.scss */
.page-header h1, #users-profile-core legend, .profile-edit legend {
  text-transform: uppercase;
  font-size: 34px !important;
  color: #0099a9;
}

/* line 1970, /app/app/assets/stylesheets/sws.scss */
.details-header {
  margin-top: 46px;
}

/* line 1974, /app/app/assets/stylesheets/sws.scss */
.contentPopUp {
  /*background-color: #b9b9bb;*/
  /*width: 310px;
  height: 216px;*/
}

/* line 1980, /app/app/assets/stylesheets/sws.scss */
.listHeader {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px !important;
  padding-top: 15px;
}

/* line 1987, /app/app/assets/stylesheets/sws.scss */
.listSubHeader {
  font-weight: 300;
  font-size: 15px !important;
  color: #050507 !important;
  line-height: 15px;
  padding-top: 3px;
  padding-bottom: 5px;
}

/* line 1996, /app/app/assets/stylesheets/sws.scss */
.listHeaderR {
  color: #0099a9;
}

/* line 2000, /app/app/assets/stylesheets/sws.scss */
.listHeaderS {
  color: #1f6929;
}

/* line 2004, /app/app/assets/stylesheets/sws.scss */
.listHeaderI {
  color: #f29400;
}

/* line 2009, /app/app/assets/stylesheets/sws.scss */
.listHeaderRESIDUOS {
  color: #0099a9;
}

/* line 2013, /app/app/assets/stylesheets/sws.scss */
.listHeaderSOLUCOES {
  color: #1f6929;
}

/* line 2017, /app/app/assets/stylesheets/sws.scss */
.listHeaderINSTITUICOES {
  color: #f29400;
}

/* line 2021, /app/app/assets/stylesheets/sws.scss */
#mapResults {
  width: 100%;
  height: 836px;
  /*margin-bottom: 50px;*/
}

/* line 2027, /app/app/assets/stylesheets/sws.scss */
#mapResults img {
  max-width: inherit;
}

/* line 2032, /app/app/assets/stylesheets/sws.scss */
.imagemMapaPopUP {
  width: 300px !important;
  height: 112px !important;
}

/* line 2037, /app/app/assets/stylesheets/sws.scss */
.contentPopUp img {
  width: 300px !important;
  height: 112px !important;
}

/* line 2042, /app/app/assets/stylesheets/sws.scss */
.handlelabel {
  color: white !important;
}

/* line 2047, /app/app/assets/stylesheets/sws.scss */
.icon-fullscreen {
  display: none;
}

/* line 2051, /app/app/assets/stylesheets/sws.scss */
.icon-unpublish:before, .icon-cancel:before {
  content: "X" !important;
}

/* line 2055, /app/app/assets/stylesheets/sws.scss */
.icon-expand:before {
  content: "<->" !important;
}

/* line 2059, /app/app/assets/stylesheets/sws.scss */
.form-actions {
  background-color: none !important;
  border-top: none !important;
}

/*mapa*/
/* line 2066, /app/app/assets/stylesheets/sws.scss */
.geo .latitude {
  display: none;
}

/* line 2070, /app/app/assets/stylesheets/sws.scss */
.geo .longitude {
  display: none;
}

/*
#btnstartUpload {
display: none;
}

#btnstartUpload1{
display: none;
}*/
/* line 2082, /app/app/assets/stylesheets/sws.scss */
.tablemp {
  border-collapse: collapse !important;
}

/*
.plupload_file_status{
display: none!important;
}*/
/* line 2090, /app/app/assets/stylesheets/sws.scss */
.progress {
  margin-bottom: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

/*
.plupload_file_name{
width: 586px!important;
}*/
/*
.plupload_resize, .plupload_file_status{
display: none!important;
}*/
/* line 2104, /app/app/assets/stylesheets/sws.scss */
.plupload_resize {
  display: none !important;
}

/* line 2108, /app/app/assets/stylesheets/sws.scss */
.plupload_file_name {
  width: 90% !important;
}

/* line 2111, /app/app/assets/stylesheets/sws.scss */
.plupload_file_status {
  width: 20% !important;
}

/* line 2115, /app/app/assets/stylesheets/sws.scss */
.plupload_file_action {
  width: 34px !important;
}

/* line 2119, /app/app/assets/stylesheets/sws.scss */
.icon-picture:before, .icon-image:before {
  content: " " !important;
}

/* line 2123, /app/app/assets/stylesheets/sws.scss */
.icon-picture {
  width: 18px;
  height: 16px;
  background-image: url("/assets/icon_image_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 2131, /app/app/assets/stylesheets/sws.scss */
.icon-picture:hover, .icon-picture:active {
  width: 18px;
  height: 16px;
  background-image: url("/assets/icon_image_hover.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 2139, /app/app/assets/stylesheets/sws.scss */
.fabrikTip, .fabrikLabel, .control-label, .control-label label {
  font-weight: bold;
  font-size: 15px !important;
  color: #1f6929 !important;
  text-transform: uppercase;
}

/* line 2146, /app/app/assets/stylesheets/sws.scss */
.fabrikDetails .fabrikLabel {
  color: #0099a9 !important;
}

/*
.fabrikLabelDetails{
font-weight: bold; // font-family: "bariol_bold" !important;
font-size: 15px !important;

text-transform: uppercase;
color: #0099a9 !important;
}*/
/*
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
*/
/* line 2161, /app/app/assets/stylesheets/sws.scss */
.inputbox, input[type="text"], input[type="password"], input[type="email"] {
  background-color: #f1f1f2 !important;
  /*color: #969698 !important; alterado com andrÃ© 20-05-2014*/
  color: #050507 !important;
  font-size: 15px !important;
  height: 54px !important;
  text-indent: 16px !important;
  border-width: 1px !important;
  border-color: #f1f1f2 !important;
  border-style: solid !important;
  margin: 0px !important;
  padding: 0px !important;
  box-shadow: none !important;
  font-family: 'Bariol', sans-serif;
  width: 300px !important;
}

/* line 2182, /app/app/assets/stylesheets/sws.scss */
textarea.inputbox {
  text-indent: 0px !important;
  padding: 16px !important;
}

/* line 2187, /app/app/assets/stylesheets/sws.scss */
textarea.inputbox.input-medium {
  width: 588px !important;
  height: 158px !important;
}

/* line 2192, /app/app/assets/stylesheets/sws.scss */
textarea.form-control {
  width: 588px !important;
  height: 158px !important;
  background-color: #f1f1f2 !important;
}

/* line 2198, /app/app/assets/stylesheets/sws.scss */
#image-file {
  display: none;
}

/* line 2201, /app/app/assets/stylesheets/sws.scss */
.btn.btn-default, .btn.btn-primary {
  background-color: #d2d2d4 !important;
  border-style: none !important;
  color: #969698 !important;
  height: 56px !important;
  width: 160px !important;
  line-height: 56px;
  text-transform: uppercase;
  font-family: "Bariol" !important;
  font-size: 18px !important;
  font-weight: bold;
  background-image: none;
}

/* line 2215, /app/app/assets/stylesheets/sws.scss */
.form-horizontal .select2-container .select2-choice, .form-horizontal .select2-results {
  width: 234px;
}

/* line 2218, /app/app/assets/stylesheets/sws.scss */
.select2-search input {
  width: 100% !important;
}

/* line 2221, /app/app/assets/stylesheets/sws.scss */
.form-group .control-label {
  padding: 20px 0;
}

/* line 2229, /app/app/assets/stylesheets/sws.scss */
.btn.btn-info {
  display: none;
}

/* line 2233, /app/app/assets/stylesheets/sws.scss */
.input-small {
  width: 300px !important;
}

/* line 2237, /app/app/assets/stylesheets/sws.scss */
.input-medium {
  width: 620px !important;
}

/* line 2241, /app/app/assets/stylesheets/sws.scss */
.icon-.small {
  display: none !important;
}

/* line 2245, /app/app/assets/stylesheets/sws.scss */
textarea {
  text-indent: 0px !important;
  padding: 16px !important;
}

/* line 2250, /app/app/assets/stylesheets/sws.scss */
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  outline: 0px none !important;
  box-shadow: none !important;
  border-color: #1f6929 !important;
  border-style: solid !important;
  border-width: 1px !important;
}

/* line 2261, /app/app/assets/stylesheets/sws.scss */
.control-group.error input, .control-group.error select, .control-group.error textarea, .control-group.error .select2-choice, .control-group.error .btn-add-file {
  box-shadow: none !important;
  border-color: #b62f09 !important;
  border-style: solid !important;
  border-width: 1px !important;
  border-radius: 3px !important;
}

/* line 2268, /app/app/assets/stylesheets/sws.scss */
.control-group {
  margin-top: 10px;
}

/* line 2272, /app/app/assets/stylesheets/sws.scss */
.alert-error {
  height: 112px;
  background-color: #b62f09 !important;
  color: #ffffff !important;
  text-indent: 112px;
  background-image: url("./../../../images/interfaceImages/error_icon.png");
  background-position: 26px 26px;
  background-repeat: no-repeat;
}

/* line 2285, /app/app/assets/stylesheets/sws.scss */
.errorHeader {
  font-size: 30px !important;
  line-height: 50px;
}

/* line 2290, /app/app/assets/stylesheets/sws.scss */
.suberrorHeader {
  font-size: 16px !important;
  line-height: 16px;
}

/* line 2295, /app/app/assets/stylesheets/sws.scss */
.alert-sucess {
  height: 112px;
  background-color: #277c33 !important;
  color: #ffffff !important;
  text-indent: 112px;
  background-image: url("./../../../images/interfaceImages/sucess_icon.png");
  background-position: 26px 26px;
  background-repeat: no-repeat;
}

/* line 2307, /app/app/assets/stylesheets/sws.scss */
.sucessHeader {
  font-size: 30px !important;
  line-height: 50px;
}

/* line 2312, /app/app/assets/stylesheets/sws.scss */
.subsucessHeader {
  font-size: 16px !important;
  line-height: 16px;
}

/* line 2317, /app/app/assets/stylesheets/sws.scss */
button.close {
  position: relative;
}

/* line 2321, /app/app/assets/stylesheets/sws.scss */
.sucessHeader {
  font-size: 30px !important;
  line-height: 50px;
}

/* line 2326, /app/app/assets/stylesheets/sws.scss */
.subsucessHeader {
  font-size: 16px !important;
  line-height: 16px;
}

/* line 2331, /app/app/assets/stylesheets/sws.scss */
.alert .close {
  top: 4px;
  font-size: 30px !important;
}

/* line 2336, /app/app/assets/stylesheets/sws.scss */
.alert-error .close {
  display: none !important;
}

/* line 2340, /app/app/assets/stylesheets/sws.scss */
.btn {
  margin: 0px !important;
  padding: 0px !important;
  border-style: none;
  /*border-radius: 2px !important;*/
  /*background-image: none!important;*/
}

/* line 2348, /app/app/assets/stylesheets/sws.scss */
.btn.geocode {
  color: transparent;
  height: 56px !important;
  width: 56px !important;
  background-image: url("./../../../images/interfaceImages/icon_map_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #d2d2d4 !important;
  margin-left: 10px !important;
}

/* line 2360, /app/app/assets/stylesheets/sws.scss */
.btn.geocode:hover, .btn.geocode:active {
  background-image: url("./../../../images/interfaceImages/icon_map_pressed.png") !important;
  background-color: #eeeef0 !important;
}

/* line 2365, /app/app/assets/stylesheets/sws.scss */
.btn.calendarbutton {
  height: 56px !important;
  width: 56px !important;
  background-image: url("./../../../images/interfaceImages/icon_cal_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #d2d2d4 !important;
  margin-left: 10px !important;
}

/* line 2375, /app/app/assets/stylesheets/sws.scss */
.btn.calendarbutton:hover, .btn.calendarbutton:active {
  background-image: url("./../../../images/interfaceImages/icon_cal_pressed.png") !important;
  background-color: #eeeef0 !important;
}

/* line 2380, /app/app/assets/stylesheets/sws.scss */
.btn.timeButton {
  height: 56px !important;
  width: 56px !important;
  background-image: url("./../../../images/interfaceImages/icon_time_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #d2d2d4 !important;
  margin-left: 10px !important;
}

/* line 2390, /app/app/assets/stylesheets/sws.scss */
.btn.timeButton:hover, .btn.timeButton:active {
  background-image: url("./../../../images/interfaceImages/icon_time_pressed.png") !important;
  background-color: #eeeef0 !important;
}

/* line 2395, /app/app/assets/stylesheets/sws.scss */
.icon-calendar:before {
  content: "" !important;
}

/* line 2398, /app/app/assets/stylesheets/sws.scss */
.icon-clock:before {
  content: "" !important;
}

/* line 2402, /app/app/assets/stylesheets/sws.scss */
.btn.fbdateTime-hour, .btn.fbdateTime-minute {
  font-size: 15px !important;
  margin-right: 1px !important;
  padding: 3px !important;
  width: auto !important;
  background-color: #eeeef0 !important;
  background-image: none !important;
}

/* line 2411, /app/app/assets/stylesheets/sws.scss */
.fbdateTime-hour.btn-info, .fbdateTime-minute.btn-info {
  background-color: #d2d2d4 !important;
  background-image: none !important;
}

/* line 2416, /app/app/assets/stylesheets/sws.scss */
.fbdateTime-hour.btn-success, .fbdateTime-minute.btn-success {
  background-color: #d2d2d4 !important;
  background-image: none !important;
}

/* line 2421, /app/app/assets/stylesheets/sws.scss */
.fbDateTime.fabrikWindow {
  width: auto !important;
  height: auto !important;
}

/* line 2426, /app/app/assets/stylesheets/sws.scss */
.fbDateTime .modal-header {
  display: none;
}

/* line 2430, /app/app/assets/stylesheets/sws.scss */
.details-btns {
  height: 40px !important;
  width: 40px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #b9b9bb !important;
  margin-left: 10px !important;
  margin-top: -4px !important;
  /*box-shadow: 0px 1px 0px #9F9FA1;*/
  border-top: 0px;
  border-style: solid !important;
  border-top-color: #c7c7c9;
  border-bottom: 1px;
  border-style: solid !important;
  border-bottom-color: #9f9fa1;
}

/* line 2448, /app/app/assets/stylesheets/sws.scss */
.details-btns:hover, .details-btns:active {
  background-color: #e6e6e8 !important;
  border-top: 0px;
  border-style: solid !important;
  border-top-color: #ebebed;
}

/* line 2456, /app/app/assets/stylesheets/sws.scss */
.editarBtn {
  background-image: url("/assets/editIconOut.png") !important;
}

/* line 2460, /app/app/assets/stylesheets/sws.scss */
.editarBtn:hover, .editarBtn:active {
  background-image: url("/assets/editIconPressed.png") !important;
}

/* line 2464, /app/app/assets/stylesheets/sws.scss */
.traduzirBtn {
  background-image: url("./../../../images/interfaceImages/iconsDetails/translateIconOut.png") !important;
}

/* line 2468, /app/app/assets/stylesheets/sws.scss */
.traduzirBtn:hover, .traduzirBtn:active {
  background-image: url("./../../../images/interfaceImages/iconsDetails/translateIconPressed.png") !important;
}

/* line 2473, /app/app/assets/stylesheets/sws.scss */
.eliminarBtn {
  background-image: url("./../../../images/interfaceImages/iconsDetails/eliminarIconOut.png") !important;
}

/* line 2477, /app/app/assets/stylesheets/sws.scss */
.eliminarBtn:hover, .eliminarBtn:active {
  background-image: url("./../../../images/interfaceImages/iconsDetails/eliminarIconPressed.png") !important;
}

/* line 2481, /app/app/assets/stylesheets/sws.scss */
.toggle-addoption, .toggle-selectoption {
  background-image: url("./../../../images/interfaceImages/plus_icon_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  height: 56px !important;
  width: 56px !important;
  margin: 0px !important;
  padding: 0px !important;
  margin-left: 10px !important;
  background-color: #d2d2d4 !important;
  border-style: none !important;
  vertical-align: top;
}

/* line 2497, /app/app/assets/stylesheets/sws.scss */
.toggle-selectoption {
  background-image: url("/assets/editIconOut.png") !important;
}

/* line 2501, /app/app/assets/stylesheets/sws.scss */
.toggle-addoption:hover, .toggle-addoption:active, .toggle-selectoption:hover, .toggle-selectoption:active {
  background-image: url("./../../../images/interfaceImages/plus_icon_pressed.png") !important;
  background-color: #eeeef0 !important;
}

/* line 2506, /app/app/assets/stylesheets/sws.scss */
.toggle-selectoption:hover, .toggle-selectoption:active {
  background-image: url("/assets/editIconPressed.png") !important;
}

/* line 2510, /app/app/assets/stylesheets/sws.scss */
.btn-add-file {
  background-image: none !important;
  background-color: #d2d2d4 !important;
  height: 56px !important;
  width: 160px !important;
  margin: 0px !important;
  padding: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px !important;
  color: #969698 !important;
  border-style: none !important;
  line-height: 56px !important;
}

/* line 2525, /app/app/assets/stylesheets/sws.scss */
a.btn-add-file:hover, a.btn-add-file:active {
  background-color: #eeeef0 !important;
  color: #d2d2d4 !important;
}

/* line 2530, /app/app/assets/stylesheets/sws.scss */
.inlineBtns {
  display: inline;
  float: right;
}

/* line 2535, /app/app/assets/stylesheets/sws.scss */
.tablemp tbody tr {
  background-color: #f1f1f2 !important;
  color: #969698 !important;
  border-bottom: 10px solid white;
  height: 56px;
  font-size: 15px !important;
  text-indent: 16px;
  /*border-radius: 10px;*/
}

/* line 2546, /app/app/assets/stylesheets/sws.scss */
.icon-delete:before, .icon-remove:before, .icon-cancel-2:before {
  content: "" !important;
}

/* line 2550, /app/app/assets/stylesheets/sws.scss */
.icon-delete {
  height: 12px !important;
  width: 12px !important;
  margin-right: 22px;
  background-image: url("./../../../images/interfaceImages/delete_doc_icon_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 2559, /app/app/assets/stylesheets/sws.scss */
.icon-delete:hover, .icon-delete:active {
  background-image: url("./../../../images/interfaceImages/delete_doc_icon_pressed.png") !important;
}

/* line 2568, /app/app/assets/stylesheets/sws.scss */
.fabrikDetails .fabrikGroup:last-child {
  border-bottom: none !important;
}

/* line 2572, /app/app/assets/stylesheets/sws.scss */
.btn-primary {
  background-color: transparent !important;
}

/* line 2575, /app/app/assets/stylesheets/sws.scss */
.form-actions {
  background-color: transparent !important;
}

/* line 2579, /app/app/assets/stylesheets/sws.scss */
.btn-group .button, .btn-group .button {
  width: 160px !important;
  height: 32px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 18px !important;
  text-indent: 12px !important;
  color: #1f6929 !important;
  border-left: solid 2px #1f6929 !important;
  background-image: none !important;
  box-shadow: none !important;
  background-image: url("/assets/button_icon_out.png") !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}

/* line 2596, /app/app/assets/stylesheets/sws.scss */
.body .button:active, .body .button:hover, .modal .button:active, .modal .button:hover {
  color: #969698 !important;
  border-left: solid 2px #969698 !important;
  background-image: url("/assets/button_icon_pressed.png") !important;
}

/* line 2602, /app/app/assets/stylesheets/sws.scss */
.linkMenuCentral {
  width: 160px !important;
  height: 32px !important;
  line-height: 32px !important;
  text-transform: uppercase;
  background-color: transparent !important;
  font-weight: bold;
  font-size: 18px !important;
  text-indent: 12px !important;
  color: #eeeef0 !important;
  border-left: solid 2px #eeeef0 !important;
  background-image: none !important;
  box-shadow: none !important;
  background-image: url("/assets/btn_link_icon_out.png") !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
  margin-right: 40px;
}

/* line 2622, /app/app/assets/stylesheets/sws.scss */
.linkMenuCentral:active, .linkMenuCentral:hover {
  color: #d2d2d4 !important;
  border-left: solid 2px #d2d2d4 !important;
  background-image: url("/assets/btn_link_icon_pressed.png") !important;
}

/* line 2628, /app/app/assets/stylesheets/sws.scss */
.form-login-submit .control {
  margin-top: 74px;
}

/* line 2632, /app/app/assets/stylesheets/sws.scss */
#form-login-submit2 {
  float: right;
  width: auto !important;
}

/* line 2637, /app/app/assets/stylesheets/sws.scss */
.fabrikLabel.control-label {
  display: inline-block;
  vertical-align: middle;
}

/* line 2642, /app/app/assets/stylesheets/sws.scss */
form .fabrikLabel, form .icon-eye-open, form .fabrikErrorMessage {
  margin-top: 17px !important;
  color: #B94A48;
}

/* line 2647, /app/app/assets/stylesheets/sws.scss */
form .fabrikLabel, form .icon-eye-open, form .fabrikErrorMessage {
  margin-bottom: 7px !important;
}

/*
.icon-eye-open.small {
font-size: 15px !important;
color: #959597 !important;
display: inline;
}
*/
/* line 2658, /app/app/assets/stylesheets/sws.scss */
.icon-exclamation-sign {
  display: none;
}

/* line 2662, /app/app/assets/stylesheets/sws.scss */
.form-horizontal p, .form-validate p {
  font-size: 15px !important;
  color: #959597 !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 2669, /app/app/assets/stylesheets/sws.scss */
.position-3 .form-horizontal p:last-of-type {
  margin-bottom: 30px !important;
}

/* line 2672, /app/app/assets/stylesheets/sws.scss */
.item .product-img {
  display: none;
}

/* line 2675, /app/app/assets/stylesheets/sws.scss */
.item a.label-danger {
  float: none;
  color: #fff !important;
}

/* line 2679, /app/app/assets/stylesheets/sws.scss */
.products-list .projects {
  padding-left: 0 !important;
}

/* line 2682, /app/app/assets/stylesheets/sws.scss */
.item .product-info .product-description p {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

/* line 2687, /app/app/assets/stylesheets/sws.scss */
.intro_error {
  font-size: 15px !important;
  color: #959597 !important;
}

/* line 2692, /app/app/assets/stylesheets/sws.scss */
i {
  font-style: italic;
}

/* line 2696, /app/app/assets/stylesheets/sws.scss */
strong {
  font-weight: bold;
}

/* line 2700, /app/app/assets/stylesheets/sws.scss */
i strong {
  font-weight: bold;
  font-style: italic;
}

/* line 2706, /app/app/assets/stylesheets/sws.scss */
.fabrikSubElementContainer {
  position: relative;
}

/* line 2710, /app/app/assets/stylesheets/sws.scss */
.fabrikgrid_checkbox.span3 {
  height: 0px !important;
  min-height: 0px !important;
  line-height: 0px !important;
}

/* line 2716, /app/app/assets/stylesheets/sws.scss */
.fabrikDataEmpty {
  min-height: 0px !important;
}

/* line 2720, /app/app/assets/stylesheets/sws.scss */
.fabrikEmptyLabel {
  display: none !important;
}

/* line 2724, /app/app/assets/stylesheets/sws.scss */
.fabrikgrid_true.checkbox {
  position: absolute;
  right: 0;
  top: 0px;
}

/* line 2730, /app/app/assets/stylesheets/sws.scss */
.list-striped,
.row-striped {
  list-style: none !important;
  line-height: 18px !important;
  text-align: left !important;
  vertical-align: middle !important;
  border-top: none !important;
  margin-left: 0 !important;
}

/* line 2740, /app/app/assets/stylesheets/sws.scss */
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: none !important;
  /*padding: 8px!important;*/
}

/* line 2748, /app/app/assets/stylesheets/sws.scss */
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: transparent !important;
}

/* line 2755, /app/app/assets/stylesheets/sws.scss */
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: transparent !important;
}

/*select2*/
/* line 2763, /app/app/assets/stylesheets/sws.scss */
.fabrikElement select[size] {
  width: 234px !important;
}

/* line 2767, /app/app/assets/stylesheets/sws.scss */
.fabrikElement .select2-container {
  width: 234px !important;
}

/* line 2771, /app/app/assets/stylesheets/sws.scss */
.select2-container {
  display: inline-block !important;
}

/* line 2775, /app/app/assets/stylesheets/sws.scss */
.input-group-addon {
  display: inline-block;
  margin-left: 10px;
  background-color: #d2d2d4;
  height: 56px;
  width: 56px;
  vertical-align: top;
  text-align: center;
}
/* line 2783, /app/app/assets/stylesheets/sws.scss */
.input-group-addon .fa-plus, .input-group-addon .fa-calendar, .input-group-addon .fa-refresh {
  margin-top: 20px;
}

/*WARNING chzn disabled!! kind of*/
/* line 2789, /app/app/assets/stylesheets/sws.scss */
.chzn-container {
  display: none;
}

/*
.select2-drop{
width: 200px !important;
}*/
/* line 2798, /app/app/assets/stylesheets/sws.scss */
.select2-container .select2-choice {
  color: #2D2D2D;
  background-color: #F9FAFA;
  display: block;
  min-height: 55px !important;
  padding: 0px 0px 0px 8px;
  overflow: hidden;
  position: relative;
  border: none !important;
  border-radius: 0px !important;
  white-space: nowrap;
  line-height: 54px !important;
  text-decoration: none;
}

/* line 2813, /app/app/assets/stylesheets/sws.scss */
.select2-results li {
  min-height: 30px !important;
  line-height: 30px !important;
}

/* line 2818, /app/app/assets/stylesheets/sws.scss */
#s2id_limit {
  width: 70px;
}

/* line 2822, /app/app/assets/stylesheets/sws.scss */
input[type="checkbox"] {
  margin-top: -1px;
  vertical-align: middle;
}

/*custom-checkbox */
/* line 2828, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox {
  position: relative;
  /*para se forem muitas checks*/
  vertical-align: middle;
  line-height: 26px;
  width: 150px;
}

/*
.custom-checkbox label {
color: #2d2d2d;
cursor: pointer;
display: table;

font-size: 14px;
line-height: 16px;
margin-top: -2px;
margin-bottom: 21px;

height: 24px;
padding-left: 41px;
position: relative;
width: auto;
}*/
/* line 2852, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox span {
  /*label*/
  color: #969698;
  font-size: 15px !important;
  line-height: 24px;
  float: right;
  margin-right: 39px;
}

/* line 2863, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: block;
  height: 24px;
  left: 0;
  line-height: 24px;
  margin: 2px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 24px;
}

/* line 2879, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox span.checkbox {
  background-color: #d2d2d4;
  background-image: url("/assets/square-checkbox.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 30px;
  margin: 2px 0 0 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 24px;
  margin-right: 0px;
  /*margin-right: 10px;*/
  right: 0px;
}

/* line 2900, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox.pesquisa span.checkbox {
  background-image: url("./../../../images/interfaceImages/square-checkbox_pesquisa.png") !important;
}

/* line 2904, /app/app/assets/stylesheets/sws.scss */
.labelcheckbox {
  line-height: 30px;
  padding-left: 40px;
}

/*
.custom-checkbox input[type="checkbox"]:hover + span.checkbox,
.custom-checkbox input[type="checkbox"]:focus + span.checkbox,
.custom-checkbox input[type="checkbox"] + span.checkbox:hover,
.custom-checkbox input[type="checkbox"] + span.checkbox:focus{
background-position: -1000px -1000px;
}
*/
/* line 2916, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox input[type="checkbox"]:active + span.checkbox,
.custom-checkbox input[type="checkbox"] + span.checkbox:active {
  background-position: 6px 6px;
}

/* line 2921, /app/app/assets/stylesheets/sws.scss */
.custom-checkbox input[type="checkbox"]:checked + span.checkbox {
  background-position: 6px 6px;
  cursor: default;
}

/* line 2926, /app/app/assets/stylesheets/sws.scss */
.row-edit-header {
  height: 50px !important;
  line-height: 50px !important;
  /*background-image:url('./../../../images/interfaceImages/barra_edicao_topo_bg.png') ;
  background-position: bottom left;
  background-repeat: repeat;*/
  background-color: #d2d2d4 !important;
}

/* line 2937, /app/app/assets/stylesheets/sws.scss */
.form-faleConnosco .row-edit-header {
  display: none;
}

/* line 2941, /app/app/assets/stylesheets/sws.scss */
.row-edit-header-text {
  font-weight: bold;
  color: #1f6929;
  font-size: 20px;
  /*line-height: 50px;*/
}

/* line 2948, /app/app/assets/stylesheets/sws.scss */
.row-edit-footer {
  height: 86px !important;
  /*background-image:url('./../../../images/interfaceImages/barra_voltar_guardar_bg.png') ;
  background-position: bottom left;
  background-repeat: repeat;*/
  background-color: #d2d2d4 !important;
}

/* line 2958, /app/app/assets/stylesheets/sws.scss */
.form-faleConnosco .row-edit-footer {
  background-image: none;
}

/* line 2962, /app/app/assets/stylesheets/sws.scss */
.row-edit-footer {
  padding: 0px !important;
  margin: 0px !important;
}

/* line 2967, /app/app/assets/stylesheets/sws.scss */
.row-edit-footer .btn-group .btn {
  margin-top: 30px !important;
}

/* line 2971, /app/app/assets/stylesheets/sws.scss */
.form-actions {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 2976, /app/app/assets/stylesheets/sws.scss */
.inside-form {
  width: 960px !important;
  /*max-width: 940px !important;*/
  /*width: 980px !important;
  max-width: 980px !important;*/
  margin-right: auto;
  margin-left: auto;
}

/* line 2985, /app/app/assets/stylesheets/sws.scss */
.userdata label {
  text-transform: uppercase;
  font-weight: bold;
  color: #f1f1f2;
  font-size: 15px !important;
  line-height: 15px;
}

/* line 2993, /app/app/assets/stylesheets/sws.scss */
.chrono_credits {
  display: none;
}

/*
#login-form{
width: 170px;
float: right;
margin-top: 74px !important;
}*/
/* line 3004, /app/app/assets/stylesheets/sws.scss */
.btn-login {
  margin-top: 74px !important;
}

/* line 3008, /app/app/assets/stylesheets/sws.scss */
.label-up-login {
  margin-top: 30px !important;
}

/* line 3012, /app/app/assets/stylesheets/sws.scss */
.label-bottom-login {
  font-size: 14px !important;
  line-height: 14px;
  color: #050507 !important;
  display: block;
  width: 220px;
  background-image: url("/assets/button_login-bottom_out.png") !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}

/* line 3025, /app/app/assets/stylesheets/sws.scss */
.label-bottom-login:hover, label-bottom-login:active {
  color: #f1f1f2 !important;
  background-image: url("/assets/button_login-bottom_pressed.png") !important;
}

/* line 3030, /app/app/assets/stylesheets/sws.scss */
#form-login-remember {
  display: none !important;
}

/* line 3034, /app/app/assets/stylesheets/sws.scss */
#form-login-remember {
  display: none !important;
}

/* line 3038, /app/app/assets/stylesheets/sws.scss */
.userdata input {
  width: 220px !important;
  height: 56px !important;
  padding: 0px !important;
  margin: 0px !important;
}

/* line 3045, /app/app/assets/stylesheets/sws.scss */
.userdata input {
  border: none;
  font-style: italic;
  font-size: 15px !important;
  color: #969698;
  text-indent: 14px;
}

/* line 3053, /app/app/assets/stylesheets/sws.scss */
#logout-form {
  /*width: 170px;*/
  float: right;
  /*margin-top: 74px !important;*/
}

/* line 3059, /app/app/assets/stylesheets/sws.scss */
.pageDetailsImageOutside {
  height: 360px;
}

/* line 3064, /app/app/assets/stylesheets/sws.scss */
.pageDetailsImage {
  width: 960px;
  height: 360px;
}

/* line 3069, /app/app/assets/stylesheets/sws.scss */
.listDownloadImages {
  list-style-type: none;
}

/* line 3073, /app/app/assets/stylesheets/sws.scss */
.downloadFileDetail {
  display: block;
  /*width: 940px;*/
  height: 56px;
  padding-left: 66px;
  font-weight: bold;
  font-size: 16px;
  line-height: 56px;
  color: #0099a9 !important;
  background-color: #e6e6e8;
}

/* line 3090, /app/app/assets/stylesheets/sws.scss */
.downloadFileDetail:hover, .downloadFileDetail:active {
  background-color: #f1f1f2;
  color: #969698 !important;
}

/* line 3095, /app/app/assets/stylesheets/sws.scss */
.imageIcon {
  background-image: url("/assets/icon_image_out.png") !important;
  background-position: 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3101, /app/app/assets/stylesheets/sws.scss */
.downloadFileDetail:hover, .downloadFileDetail:active {
  background-image: url("/assets/icon_image_hover.png") !important;
}

/* line 3105, /app/app/assets/stylesheets/sws.scss */
.documentIcon {
  background-image: url("./../../../images/interfaceImages/iconDownload/icon_document_out.png") !important;
  background-position: 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3111, /app/app/assets/stylesheets/sws.scss */
.documentIcon:hover, .documentIcon:active {
  background-image: url("./../../../images/interfaceImages/iconDownload/icon_document_hover.png") !important;
}

/* line 3115, /app/app/assets/stylesheets/sws.scss */
.pageDetailsHeader {
  font-size: 35px !important;
  line-height: 35px !important;
  color: #0099a9 !important;
}

/*
.pageDetailsBody {
// font-family: "bariol_regular" !important;
font-size: 16px !important;
line-height: 16px !important;
color: #050507 !important;
}*/
/* line 3129, /app/app/assets/stylesheets/sws.scss */
.pageDetailsBody {
  margin-top: 30px;
  /*margin-bottom: 50px;*/
}

/*
.fabrikDetailsValue{
// font-family: "bariol_regular" !important;
font-size: 16px !important;
line-height: 22px !important;
color: #050507 !important;
}

.fabrikDetails{
font-weight: 300; // font-family: "bariol_light" !important;
font-size: 15px !important;
line-height: 15px !important;
color: #0099a9 !important;
}
*/
/* line 3149, /app/app/assets/stylesheets/sws.scss */
.fabrikDetailsLabel {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #0099a9 !important;
}

/* line 3158, /app/app/assets/stylesheets/sws.scss */
.fabrikLabelHeaderDetails, .plg-fileupload .fabrikDetailsLabel {
  font-weight: 300;
  font-size: 35px !important;
  line-height: 35px;
  text-transform: uppercase;
  color: #0099a9 !important;
  /*margin-top: 52px;*/
  margin-top: 30px;
  margin-bottom: 26px;
}

/* line 3171, /app/app/assets/stylesheets/sws.scss */
.spanLeftEvent {
  width: 540px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 3177, /app/app/assets/stylesheets/sws.scss */
.spanLeftEvent p:first-of-type {
  margin-top: 0px !important;
}

/* line 3180, /app/app/assets/stylesheets/sws.scss */
.spanRightEvent {
  float: right !important;
  width: 310px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 3187, /app/app/assets/stylesheets/sws.scss */
.spanRightEvent {
  margin-bottom: 50px !important;
}

/* line 3191, /app/app/assets/stylesheets/sws.scss */
.spanRightEvent .fabrikLabelHeaderDetails {
  margin-top: 33px !important;
}

/* line 3195, /app/app/assets/stylesheets/sws.scss */
.spanRightEvent .fabrikLabelHeaderDetails.fabrikLabelHeaderDetailsFirst {
  margin-top: 0px !important;
}

/* line 3200, /app/app/assets/stylesheets/sws.scss */
.spanLeftNews {
  width: 780px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 3206, /app/app/assets/stylesheets/sws.scss */
.noticiasDataIcon {
  vertical-align: middle;
  display: inline-block;
  height: 25px !important;
  width: 25px !important;
  background-image: url("/assets/icon_cal_out_news.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin-right: 6px;
}

/* line 3217, /app/app/assets/stylesheets/sws.scss */
.pageDetailsBodyData {
  display: inline-block;
  color: #969698 !important;
  line-height: 25px !important;
}

/* line 3223, /app/app/assets/stylesheets/sws.scss */
.spanIconCalendario {
  height: 25px;
  line-height: 25px !important;
  padding-left: 35px;
  background-image: url("/assets/icon-calendario.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

/* line 3232, /app/app/assets/stylesheets/sws.scss */
.spanIconRelogio {
  height: 25px;
  line-height: 25px !important;
  padding-left: 35px;
  background-image: url("/assets/icon-relogio.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

/* line 3241, /app/app/assets/stylesheets/sws.scss */
.spanIconLocal {
  height: 25px;
  line-height: 25px !important;
  padding-left: 35px;
  background-image: url("/assets/icon-local.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

/* line 3250, /app/app/assets/stylesheets/sws.scss */
.itemContentPadder {
  padding: 0px !important;
}

/* line 3254, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow {
  border-radius: 0px;
}

/* line 3258, /app/app/assets/stylesheets/sws.scss */
.span_noticiasEventos {
  width: 300px !important;
}

/* line 3262, /app/app/assets/stylesheets/sws.scss */
.image_novidades {
  width: 300px !important;
  height: 112px !important;
}

/* line 3266, /app/app/assets/stylesheets/sws.scss */
.image_noticiasEventos {
  width: 300px !important;
  height: 112px !important;
}

/* line 3271, /app/app/assets/stylesheets/sws.scss */
.tipo_noticiasEventos {
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 15px !important;
  color: #58585a !important;
  width: auto;
  display: inline-block;
  text-indent: 10px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 3287, /app/app/assets/stylesheets/sws.scss */
.data_noticiasEventos {
  font-size: 15px !important;
  line-height: 15px !important;
  color: #969698 !important;
  width: auto;
  display: inline-block;
}

/* line 3298, /app/app/assets/stylesheets/sws.scss */
.link_noticiasEventos {
  font-weight: 300;
  font-size: 20px !important;
  line-height: 20px !important;
  color: #1f6929 !important;
  display: block;
  padding-left: 10px;
}

/* line 3309, /app/app/assets/stylesheets/sws.scss */
.btn-newsEvents {
  margin-bottom: 24px !important;
}

/*details residuo*/
/* line 3315, /app/app/assets/stylesheets/sws.scss */
#dados_residuo___quantidade_ro, #dados_residuo___tipo_quantidade_ro {
  display: inline-block;
}

/* line 3319, /app/app/assets/stylesheets/sws.scss */
.originalTextForTranslation {
  color: #red;
}

/* line 3323, /app/app/assets/stylesheets/sws.scss */
.formHeaderMessage {
  color: green;
}

/* line 3327, /app/app/assets/stylesheets/sws.scss */
.fabrikElement .select2-container-multi {
  width: 620px !important;
}

/* line 3331, /app/app/assets/stylesheets/sws.scss */
.linkTopoContacto {
  width: 22px !important;
  /*height: 13px!important;*/
  background-image: url("/assets/icon_contacts_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 3340, /app/app/assets/stylesheets/sws.scss */
.linkTopoContacto:hover, .linkTopoContacto:active {
  background-image: url("/assets/icon_contacts_pressed.png") !important;
}

/* line 3345, /app/app/assets/stylesheets/sws.scss */
.linkTopoFaleConnosco {
  width: 20px !important;
  /*height: 20px!important;*/
  background-image: url("/assets/icon_talk_us_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 3354, /app/app/assets/stylesheets/sws.scss */
.linkTopoFaleConnosco:hover, .linkTopoFaleConnosco:active {
  background-image: url("/assets/icon_talk_us_pressed.png") !important;
}

/* line 3359, /app/app/assets/stylesheets/sws.scss */
.linkTopoFaq {
  width: 18px !important;
  /*height: 17px!important;*/
  background-image: url("/assets/icon_faq_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 3368, /app/app/assets/stylesheets/sws.scss */
.linkTopoFaq:hover, .linkTopoFaq:active {
  background-image: url("/assets/icon_faq_pressed.png") !important;
}

/* line 3373, /app/app/assets/stylesheets/sws.scss */
.separatorIdioma:after {
  content: "|";
}

/* line 3377, /app/app/assets/stylesheets/sws.scss */
.divMenuContactoTopo {
  float: left;
}

/* line 3381, /app/app/assets/stylesheets/sws.scss */
.divMenuContactoTopo a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 3386, /app/app/assets/stylesheets/sws.scss */
div.mod-languages li {
  text-shadow: 0px 1px 1px #FFF;
  font-size: 19px !important;
  margin: 0px !important;
  /*padding: 5px !important;*/
}

/* line 3394, /app/app/assets/stylesheets/sws.scss */
div.mod-languages li a {
  color: #050507 !important;
}

/* line 3398, /app/app/assets/stylesheets/sws.scss */
div.mod-languages li.lang-active {
  font-weight: bold;
}

/* line 3402, /app/app/assets/stylesheets/sws.scss */
div.mod-languages li.lang-active a {
  color: #0099a9 !important;
}

/* line 3406, /app/app/assets/stylesheets/sws.scss */
div.mod-languages li.separatorIdioma {
  padding: 0px !important;
  font-weight: 300;
  font-size: 32px !important;
}

/* line 3412, /app/app/assets/stylesheets/sws.scss */
.mod-languages {
  float: left;
}

/* line 3416, /app/app/assets/stylesheets/sws.scss */
.mod-languages {
  margin-right: 50px;
}

/*FAQ*/
/* line 3422, /app/app/assets/stylesheets/sws.scss */
.fullWidth .footer {
  display: none;
}

/* line 3426, /app/app/assets/stylesheets/sws.scss */
.letter_a_ltr {
  background: none !important;
}

/* line 3429, /app/app/assets/stylesheets/sws.scss */
.letter_q_ltr {
  background: none !important;
}

/* line 3433, /app/app/assets/stylesheets/sws.scss */
.backtotop_default_ltr {
  display: none !important;
}

/* line 3437, /app/app/assets/stylesheets/sws.scss */
.position-3 h1, .position-3 legend, #users-profile-core legend, .profile-edit legend {
  font-weight: 300;
  font-size: 34px !important;
  line-height: 40px !important;
  margin-top: 40px;
  text-transform: uppercase;
  color: #0099A9 !important;
}

/* line 3446, /app/app/assets/stylesheets/sws.scss */
.sectionUpDown {
  text-transform: uppercase;
  background-color: #d2d2d4;
  color: #969698;
  font-weight: bold;
  font-size: 18px !important;
  text-shadow: 0px 1px 1px #e6e6e8;
  height: 56px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  text-indent: 21px;
  border-radius: 2px;
}

/* line 3465, /app/app/assets/stylesheets/sws.scss */
.hiddenSection .sectionUpDown {
  /*correcÃ§Ã£o para na legislaÃ§Ã£o no segundo nÃ­vel nÃ£o fazer uppercase */
  text-transform: none !important;
}

/* line 3469, /app/app/assets/stylesheets/sws.scss */
.sectionUpDown:hover {
  background-color: #eeeef0;
  color: #d2d2d4;
  text-shadow: 0px 1px 1px #e6e6e8;
}

/* line 3474, /app/app/assets/stylesheets/sws.scss */
.listSectionItem {
  background-color: #e6e6e8;
  color: #0099a9;
  font-weight: bold;
  font-size: 18px !important;
  min-height: 56px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  /*text-indent: 66px;*/
  padding-left: 66px;
  border-radius: 2px;
}

/* line 3491, /app/app/assets/stylesheets/sws.scss */
.listSectionItem:hover {
  background-color: #f1f1f2;
  color: #969698;
}

/* line 3497, /app/app/assets/stylesheets/sws.scss */
.listSectionItemLink {
  background-image: url("/assets/icon_link_out.png") !important;
  background-position: 20px center !important;
  background-repeat: no-repeat !important;
}

/* line 3503, /app/app/assets/stylesheets/sws.scss */
.listSectionItemLink:hover {
  background-image: url("/assets/icon_link_hover.png") !important;
}

/* line 3507, /app/app/assets/stylesheets/sws.scss */
.listSectionItemLaw {
  background-color: #e6e6e8;
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 9px !important;
  text-indent: 0px;
  padding-left: 21px !important;
  min-height: 56px !important;
  line-height: 26px;
}

/* line 3523, /app/app/assets/stylesheets/sws.scss */
.category_head {
  margin: 0px !important;
  padding: 0px !important;
  margin-bottom: 9px !important;
  height: 56px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  text-indent: 21px;
  text-transform: uppercase;
  background-color: #d2d2d4;
  color: #969698;
  font-weight: bold;
  font-size: 18px !important;
  text-shadow: 0px 1px 1px #e6e6e8;
}

/* line 3544, /app/app/assets/stylesheets/sws.scss */
.category_head .hover {
  background-color: #eeeef0;
  color: #d2d2d4;
  text-shadow: 0px 1px 1px #e6e6e8;
}

/* line 3550, /app/app/assets/stylesheets/sws.scss */
.category_head:hover, .category_head:active {
  color: #d2d2d4 !important;
  background-color: #eeeef0 !important;
}

/* line 3555, /app/app/assets/stylesheets/sws.scss */
.category_title_ltr {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
}

/* line 3563, /app/app/assets/stylesheets/sws.scss */
.category_title_ltr {
  text-transform: uppercase;
  background-color: #D2D2D4;
  color: #969698;
  font-weight: bold;
  font-size: 18px !important;
  text-shadow: 0px 1px 1px #E6E6E8;
  height: 56px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  text-indent: 21px;
}

/* line 3576, /app/app/assets/stylesheets/sws.scss */
.category_title_ltr {
  background: none !important;
  background-image: url("/assets/icon_arrow_down_out.png") !important;
  background-position: right 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3583, /app/app/assets/stylesheets/sws.scss */
.category_title_ltr:hover, .faq_default dt:hover {
  background-color: #eeeef0;
  color: #d2d2d4;
  text-shadow: 0px 1px 1px #e6e6e8;
}

/* line 3589, /app/app/assets/stylesheets/sws.scss */
.category_title_ltr.show_category_ltr {
  background: none !important;
  background-image: url("/assets/icon_arrow_up_out.png") !important;
  background-position: right 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3596, /app/app/assets/stylesheets/sws.scss */
.faq_default {
  background: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

/* line 3603, /app/app/assets/stylesheets/sws.scss */
.faq_answer_default {
  margin: 0px !important;
  margin-bottom: 9px !important;
  padding: 0px !important;
  /*// font-family: "bariol_regular" !important;
  font-size: 18px !important;
  color: #969698;*/
  background-color: #e6e6e8;
  color: #0099a9;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  /*text-indent: 66px;*/
  /*padding-left: 66px!important; */
  padding-left: 44px !important;
  padding-right: 22px !important;
}

/* line 3628, /app/app/assets/stylesheets/sws.scss */
.faq_answer_default:hover {
  background-color: #f1f1f2 !important;
  color: #969698 !important;
}

/* line 3633, /app/app/assets/stylesheets/sws.scss */
.categories_faqs {
  padding: 0px !important;
}

/* line 3637, /app/app/assets/stylesheets/sws.scss */
dd {
  margin-left: 0px;
}

/* line 3640, /app/app/assets/stylesheets/sws.scss */
.faq_container {
  padding: 0px !important;
  margin: 0px !important;
}

/* line 3644, /app/app/assets/stylesheets/sws.scss */
.faq_default dt {
  font-weight: bold;
  font-size: 18px !important;
  color: #969698;
  background-color: #d2d2d4 !important;
  height: 56px !important;
  line-height: 56px;
  margin-bottom: 9px !important;
  text-indent: 21px;
}

/* line 3655, /app/app/assets/stylesheets/sws.scss */
.faq_default dt:hover {
  /* background-color: red !important; */
  background-color: #eeeef0 !important;
  color: #d2d2d4 !important;
  text-shadow: 0px 1px 1px #e6e6e8 !important;
}

/* line 3662, /app/app/assets/stylesheets/sws.scss */
.divEntrar {
  float: right;
  padding-left: 75px;
  padding-right: 75px;
  font-size: 19px !important;
  line-height: 50px !important;
  color: #050507 !important;
  background-image: url("/assets/icon_encolher_out.png") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

/* line 3679, /app/app/assets/stylesheets/sws.scss */
.divLogado {
  padding-left: 29px;
  padding-right: 29px;
  text-shadow: 0px 1px 1px #FFF;
  font-size: 18px !important;
}

/* line 3687, /app/app/assets/stylesheets/sws.scss */
.divEntrar:hover, .divEntrar:active {
  background-image: url("/assets/icon_encolher_pressed.png") !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
}

/*elencagem*/
/* line 3697, /app/app/assets/stylesheets/sws.scss */
.tituloElencagem {
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 35px;
  line-height: 50px;
  color: #0099a9;
  margin-left: 10px;
  padding-top: 35px;
  padding-bottom: 38px;
}

/* line 3709, /app/app/assets/stylesheets/sws.scss */
.listInnerBorderElenc {
  background-color: #e6e6e8;
  padding: 5px 5px 0px 5px;
  /*min-height: 241px !important;*/
  height: 236px;
  /*241 com o padging*/
}

/* line 3716, /app/app/assets/stylesheets/sws.scss */
.listInnerBorderElenc:hover, .listInnerBorderElenc:active {
  background-color: #b9b9bb;
}

/* line 3720, /app/app/assets/stylesheets/sws.scss */
.listOutterBorderElenc {
  width: 310px !important;
  margin-bottom: 20px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 3727, /app/app/assets/stylesheets/sws.scss */
.outerImageElenc {
  width: 300px;
  height: 112px;
  overflow: hidden;
}

/* line 3734, /app/app/assets/stylesheets/sws.scss */
.innerImageElenc {
  display: inline-block;
  position: relative;
}

/* line 3739, /app/app/assets/stylesheets/sws.scss */
.listHeaderElenc {
  font-size: 15px !important;
  color: #969698 !important;
  line-height: 15px;
  padding-top: 17px;
  padding-bottom: 7px;
}

/* line 3748, /app/app/assets/stylesheets/sws.scss */
.listHeaderBottom {
  /*height: 70px !important;*/
  /*height: 30px !important;*/
  position: relative;
  /*top: -40px;*/
}

/* line 3756, /app/app/assets/stylesheets/sws.scss */
.listSubHeaderElenc {
  font-weight: 300;
  font-size: 21px !important;
  color: #0099a9 !important;
  line-height: 20px;
  padding-top: 3px;
  padding-bottom: 14px;
}

/* line 3765, /app/app/assets/stylesheets/sws.scss */
.listSubHeaderElenc {
  overflow: hidden;
  height: 30px;
}

/* line 3770, /app/app/assets/stylesheets/sws.scss */
.divInformacaoComplementar {
  background-color: #e6e6e8;
  padding-bottom: 41px;
}

/* line 3775, /app/app/assets/stylesheets/sws.scss */
.sectionUp {
  background-image: url("/assets/icon_arrow_up_out.png") !important;
  background-position: right 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3782, /app/app/assets/stylesheets/sws.scss */
.sectionUp:hover {
  background-image: url("/assets/icon_arrow_up_pressed.png") !important;
}

/* line 3786, /app/app/assets/stylesheets/sws.scss */
.sectionDown {
  background-image: url("/assets/icon_arrow_down_out.png") !important;
  background-position: right 19px center !important;
  background-repeat: no-repeat !important;
}

/* line 3792, /app/app/assets/stylesheets/sws.scss */
.sectionDown:hover {
  background-image: url("/assets/icon_arrow_down_pressed.png") !important;
}

/* line 3796, /app/app/assets/stylesheets/sws.scss */
.hiddenSection {
  display: none;
}

/* line 3800, /app/app/assets/stylesheets/sws.scss */
.form-horizontal .control-label {
  text-align: left !important;
}

/* line 3803, /app/app/assets/stylesheets/sws.scss */
.form-horizontal .controls {
  margin-left: 0px !important;
}

/* line 3807, /app/app/assets/stylesheets/sws.scss */
.form-horizontal .control-label {
  width: auto !important;
}

/* line 3811, /app/app/assets/stylesheets/sws.scss */
.optional, .auxLabel {
  color: #969698 !important;
}

/* line 3819, /app/app/assets/stylesheets/sws.scss */
.form-faleConnosco .page-header h1 {
  color: #0099a9 !important;
}

/* line 3823, /app/app/assets/stylesheets/sws.scss */
.fabrik_subelement {
  margin-top: 10px;
}

/* line 3827, /app/app/assets/stylesheets/sws.scss */
.item-257 {
  margin-top: 40px;
  margin-bottom: 0px;
}

/* line 3832, /app/app/assets/stylesheets/sws.scss */
.linksMenuLateral .linkLateral a {
  color: #0099a9 !important;
  font-weight: normal;
}

/* line 3839, /app/app/assets/stylesheets/sws.scss */
.linksMenuLateral a.active {
  font-weight: bold;
}

/* line 3844, /app/app/assets/stylesheets/sws.scss */
.meiaColuna {
  width: 50%;
}

/* line 3848, /app/app/assets/stylesheets/sws.scss */
.funcaoAnalitica th {
  text-align: left;
}

/* line 3852, /app/app/assets/stylesheets/sws.scss */
.list-footer .add-on {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  height: 56px;
  line-height: 56px;
}

/* line 3861, /app/app/assets/stylesheets/sws.scss */
#s2id_limit52 {
  text-indent: 0px !important;
}

/* line 3865, /app/app/assets/stylesheets/sws.scss */
.fabrikList .dropdown {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

/* line 3871, /app/app/assets/stylesheets/sws.scss */
.fabrikList .nav-pills > li > a {
  border-radius: 0px !important;
}

/* line 3875, /app/app/assets/stylesheets/sws.scss */
.fabrikList .dropdown-menu {
  border: none !important;
  border-radius: 0px !important;
}

/* line 3880, /app/app/assets/stylesheets/sws.scss */
.nav .dropdown-toggle .caret {
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}

/* line 3889, /app/app/assets/stylesheets/sws.scss */
.icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before {
  content: "" !important;
}

/* line 3893, /app/app/assets/stylesheets/sws.scss */
.icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before {
  content: "" !important;
}

/* line 3897, /app/app/assets/stylesheets/sws.scss */
.icon-list-view:before {
  content: "" !important;
}

/* line 3901, /app/app/assets/stylesheets/sws.scss */
.fabrikList .nav-pills .open .dropdown-toggle {
  background-color: #f1f1f2 !important;
}

/* line 3905, /app/app/assets/stylesheets/sws.scss */
.fabrikList .icon-arrow-down, .fabrikList .icon-arrow-right {
  background: url("./../../../images/interfaceImages/customSelectArrow.png") no-repeat scroll 100% center transparent;
  height: 12px;
  width: 11px;
  display: inline-block;
}

/* line 3912, /app/app/assets/stylesheets/sws.scss */
.fabrikList .table th, .fabrikList .table td {
  border-top: none !important;
}

/* line 3916, /app/app/assets/stylesheets/sws.scss */
.fabrik_row {
  height: 30px;
  font-size: 15px !important;
  color: #050507 !important;
  line-height: 15px;
  /*text-indent: 10px !important;*/
  background-color: white !important;
}

/*
.fabrikList .table {
border-spacing: 10px!important;
}*/
/*table{
border-collapse:collapse!important;
}
*/
/* line 3938, /app/app/assets/stylesheets/sws.scss */
.fabrik_row.oddRow0 td {
  background-color: #f1f1f2 !important;
}

/* line 3943, /app/app/assets/stylesheets/sws.scss */
.fabrik_row.oddRow1 td {
  background-color: white !important;
}

/* line 3946, /app/app/assets/stylesheets/sws.scss */
.table-striped th {
  background-color: white !important;
}

/* line 3949, /app/app/assets/stylesheets/sws.scss */
.table-striped tbody > tr:nth-child(2n) > td, .table-striped tbody > tr:nth-child(2n) > th {
  background-color: #f1f1f2 !important;
}

/* line 3952, /app/app/assets/stylesheets/sws.scss */
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: white !important;
}

/* line 3956, /app/app/assets/stylesheets/sws.scss */
.fabrik___heading {
  height: 30px;
  font-size: 15px !important;
  color: #0099a9 !important;
  line-height: 15px;
  text-transform: uppercase;
}

/* line 3966, /app/app/assets/stylesheets/sws.scss */
.table .fabrik___heading td {
  padding-left: 0px !important;
}

/* line 3970, /app/app/assets/stylesheets/sws.scss */
table.table tr {
  height: 30px;
  line-height: 30px;
}

/* line 3975, /app/app/assets/stylesheets/sws.scss */
table.table td {
  height: 30px;
  line-height: 30px;
  border-right: 10px solid white;
}

/* line 3982, /app/app/assets/stylesheets/sws.scss */
.icon-upload:before {
  content: "" !important;
}

/* line 3986, /app/app/assets/stylesheets/sws.scss */
.icon-new:before, .icon-plus:before {
  content: "" !important;
}

/* line 3990, /app/app/assets/stylesheets/sws.scss */
.fabrikActions.form-actions.row-edit-footer {
  margin-bottom: 0px !important;
  margin-top: 41px !important;
}

/* line 3995, /app/app/assets/stylesheets/sws.scss */
.fabrikActions.form-actions {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

/* line 4000, /app/app/assets/stylesheets/sws.scss */
.icon-pending:before, .icon-warning:before {
  content: "" !important;
}

/* line 4004, /app/app/assets/stylesheets/sws.scss */
.divInformacaoComplemenar {
  background-color: #e6e6e8;
}

/* line 4008, /app/app/assets/stylesheets/sws.scss */
.system-message-container {
  display: none;
}

/* line 4012, /app/app/assets/stylesheets/sws.scss */
.divPesquisaSimples {
  float: right;
  height: 50px;
  line-height: 50px;
}

/* line 4017, /app/app/assets/stylesheets/sws.scss */
#mod-search-searchword {
  height: 30px !important;
}

/* line 4021, /app/app/assets/stylesheets/sws.scss */
.divbtnsearch {
  line-height: 56px;
}

/* line 4025, /app/app/assets/stylesheets/sws.scss */
.divbtnsearch button {
  vertical-align: bottom;
}

/* line 4029, /app/app/assets/stylesheets/sws.scss */
.searchintro {
  text-transform: uppercase;
  font-size: 15px !important;
  line-height: 15px !important;
  color: #58585A !important;
  width: auto;
  display: inline-block;
  text-indent: 10px;
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 4043, /app/app/assets/stylesheets/sws.scss */
.result-created {
  font-size: 15px !important;
  line-height: 15px !important;
  color: #969698 !important;
  width: auto;
  display: inline-block;
}

/* line 4052, /app/app/assets/stylesheets/sws.scss */
.searchFieldAdvanced {
  width: 400px !important;
}

/* line 4056, /app/app/assets/stylesheets/sws.scss */
.simpleSearchButton {
  border: none !important;
  background-color: transparent !important;
  width: 20px !important;
  height: 19px !important;
  background-image: url("/assets/icon_lupa_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 4067, /app/app/assets/stylesheets/sws.scss */
.simpleSearchButton:hover {
  background-image: url("/assets/icon_lupa_pressed.png") !important;
}

/* line 4072, /app/app/assets/stylesheets/sws.scss */
.advancedSearchButton {
  background-color: transparent !important;
  width: 20px !important;
  height: 19px !important;
  background-image: url("/assets/search_icon_out.png") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  vertical-align: middle !important;
  line-height: 56px !important;
  margin-left: 25px;
}

/* line 4086, /app/app/assets/stylesheets/sws.scss */
.advancedSearchButton:hover {
  background-image: url("/assets/search_icon_pressed.png") !important;
}

/* line 4090, /app/app/assets/stylesheets/sws.scss */
.form-limit label {
  width: 60px;
  display: inline-block;
  height: 56px;
  line-height: 56px;
}

/* line 4097, /app/app/assets/stylesheets/sws.scss */
.searchintro strong {
  color: #58585A !important;
}

/* line 4101, /app/app/assets/stylesheets/sws.scss */
.table th, .table td {
  padding: 0px !important;
}

/* line 4105, /app/app/assets/stylesheets/sws.scss */
.table td {
  padding-left: 10px !important;
}

/* line 4109, /app/app/assets/stylesheets/sws.scss */
.table tfoot td {
  text-indent: 0px !important;
}

/* line 4113, /app/app/assets/stylesheets/sws.scss */
.detailsView h1 {
  color: #0099a9 !important;
}

/* line 4117, /app/app/assets/stylesheets/sws.scss */
.icon-home:before {
  content: "";
}

/*pagina erro*/
/* line 4122, /app/app/assets/stylesheets/sws.scss */
.errorBody .header-search {
  display: none;
}

/* line 4126, /app/app/assets/stylesheets/sws.scss */
.fabrikList .icon-list-view {
  display: none;
}

/* line 4130, /app/app/assets/stylesheets/sws.scss */
.list-footer .add-on {
  text-indent: 10px;
}

/* line 4134, /app/app/assets/stylesheets/sws.scss */
button.calendarbutton {
  margin-right: 15px !important;
}

/* line 4138, /app/app/assets/stylesheets/sws.scss */
.input-mini {
  width: 234px !important;
}

/* line 4142, /app/app/assets/stylesheets/sws.scss */
.input-prepend .input-mini {
  width: 60px !important;
}

/* line 4146, /app/app/assets/stylesheets/sws.scss */
.input-prepend.input-append {
  margin-top: 20px;
}

/* line 4149, /app/app/assets/stylesheets/sws.scss */
.input-append .add-on, .input-prepend .add-on {
  font-weight: bold;
}

/* line 4152, /app/app/assets/stylesheets/sws.scss */
.geocode_input.inputbox {
  width: 554px !important;
}

/* line 4155, /app/app/assets/stylesheets/sws.scss */
.inputbox.lat {
  width: 272px !important;
}

/* line 4158, /app/app/assets/stylesheets/sws.scss */
.inputbox.lng {
  width: 272px !important;
}

/* line 4165, /app/app/assets/stylesheets/sws.scss */
#mod-search-searchword {
  color: #969698 !important;
  background-color: #eeeef0 !important;
  /*border: 1px solid #eeeef0 !important;*/
  /*border: 1px solid #eeeef0 !important;*/
  border: 1px solid #eeeef0 !important;
  box-shadow: none !important;
  font-size: 19px !important;
}

/* line 4176, /app/app/assets/stylesheets/sws.scss */
.fabrikElement ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 4182, /app/app/assets/stylesheets/sws.scss */
.fabrikElement li {
  padding-left: 1em;
  text-indent: -0.4em;
}

/* line 4187, /app/app/assets/stylesheets/sws.scss */
.fabrikElement li:before {
  content: "â–  ";
  color: #0099a9;
}

/* line 4192, /app/app/assets/stylesheets/sws.scss */
.fabrikElement .select2-choices li:before {
  content: " ";
}

/* line 4196, /app/app/assets/stylesheets/sws.scss */
.plg-fileupload .fabrikElement li:before {
  content: "" !important;
}

/* line 4200, /app/app/assets/stylesheets/sws.scss */
.plg-fileupload .fabrikElement li {
  padding-left: 0px !important;
  text-indent: 0px !important;
}

/* line 4205, /app/app/assets/stylesheets/sws.scss */
.closeFabWin {
  height: 20px;
  width: 20px;
  top: 15px !important;
  right: 33px;
  background-color: #1f6929 !important;
}

/* line 4215, /app/app/assets/stylesheets/sws.scss */
.closeFabWin {
  position: absolute;
  float: right;
  right: 33px;
  z-index: 1;
}

/* line 4222, /app/app/assets/stylesheets/sws.scss */
a.closeFabWin, a.closeFabWin:hover, a.closeFabWin:active {
  color: #eeeef0 !important;
}

/* line 4226, /app/app/assets/stylesheets/sws.scss */
.closeFabWin:hover, .closeFabWin:active {
  background-color: #969698 !important;
}

/* line 4230, /app/app/assets/stylesheets/sws.scss */
.closeFabWin i {
  height: 20px !important;
  text-align: center !important;
  width: 20px !important;
  font-weight: bold;
  font-size: 13px !important;
  line-height: 20px;
  z-index: 1;
}

/* line 4240, /app/app/assets/stylesheets/sws.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/*
.modal-header ul, .modal-header ol{
  list-style-type: none !important;
}

.modal-header li{
  display: inline-block !important;
  margin-left: 10px;
}

.modal-header{
  height: 0px;
  padding: 15px !important;
}
*/
/* line 4262, /app/app/assets/stylesheets/sws.scss */
.modal-open {
  overflow: hidden;
}

/* line 4265, /app/app/assets/stylesheets/sws.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 4277, /app/app/assets/stylesheets/sws.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 4286, /app/app/assets/stylesheets/sws.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 4292, /app/app/assets/stylesheets/sws.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 4296, /app/app/assets/stylesheets/sws.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 4301, /app/app/assets/stylesheets/sws.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 4313, /app/app/assets/stylesheets/sws.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 4322, /app/app/assets/stylesheets/sws.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 4326, /app/app/assets/stylesheets/sws.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 4330, /app/app/assets/stylesheets/sws.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 4334, /app/app/assets/stylesheets/sws.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 4337, /app/app/assets/stylesheets/sws.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 4341, /app/app/assets/stylesheets/sws.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 4345, /app/app/assets/stylesheets/sws.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 4350, /app/app/assets/stylesheets/sws.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 4354, /app/app/assets/stylesheets/sws.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 4357, /app/app/assets/stylesheets/sws.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 4360, /app/app/assets/stylesheets/sws.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 4368, /app/app/assets/stylesheets/sws.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 4372, /app/app/assets/stylesheets/sws.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 4376, /app/app/assets/stylesheets/sws.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 4381, /app/app/assets/stylesheets/sws.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 4385, /app/app/assets/stylesheets/sws.scss */
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 4394, /app/app/assets/stylesheets/sws.scss */
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 4399, /app/app/assets/stylesheets/sws.scss */
.handlelabel.draggable {
  display: none;
}

/* line 4403, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal {
  margin-left: -130px !important;
}

/* line 4406, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal .row-edit-header {
  text-indent: 33px;
}

/* line 4409, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal .page-header {
  margin-left: 33px !important;
}

/* line 4412, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal .fabrikForm > div {
  margin-left: 33px !important;
}

/* line 4415, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal .fabrikForm > fieldset {
  margin-left: 33px !important;
}

/* line 4418, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal .fabrikForm div.fabrikActions {
  margin-left: 0px !important;
  margin-top: 41px !important;
}

/* line 4423, /app/app/assets/stylesheets/sws.scss */
.spanButtonsLeft {
  width: auto;
  float: left !important;
}

/* line 4428, /app/app/assets/stylesheets/sws.scss */
.spanButtonsLeftModal {
  width: auto;
  float: left !important;
  margin-left: 33px !important;
}

/* line 4434, /app/app/assets/stylesheets/sws.scss */
.spanButtonsRight {
  width: auto;
  float: right !important;
}

/* line 4439, /app/app/assets/stylesheets/sws.scss */
.spanButtonsRightModal {
  width: auto;
  float: right !important;
  margin-right: 33px !important;
}

/* line 4445, /app/app/assets/stylesheets/sws.scss */
.popover-title {
  display: none;
}

/* line 4447, /app/app/assets/stylesheets/sws.scss */
div.tooltip {
  display: none;
}

/* line 4450, /app/app/assets/stylesheets/sws.scss */
.lista-residuos .container:nth-of-type(2), .lista-solucoes .container:nth-of-type(2), .lista-instituicoes .container:nth-of-type(2) {
  display: none;
}

/* line 4455, /app/app/assets/stylesheets/sws.scss */
.fabrikWindow.modal {
  border: none !important;
  border-radius: 0px !important;
  box-shadow: 0 0 5px 5000px #505051;
  -webkit-box-shadow: 0 0 5px 5000px rgba(80, 80, 81, 0.8);
  -moz-box-shadow: 0 0 5px 5000px rgba(80, 80, 81, 0.8);
  box-shadow: 0 0 5px 5000px rgba(80, 80, 81, 0.8);
}

/* line 4465, /app/app/assets/stylesheets/sws.scss */
.plupload {
  width: 620px;
}

/* line 4469, /app/app/assets/stylesheets/sws.scss */
.position-3 li li a:hover {
  color: #969698;
  background-color: #d2d2d4;
}

/* line 4474, /app/app/assets/stylesheets/sws.scss */
form.fabrikForm label {
  cursor: pointer !important;
}

/* line 4477, /app/app/assets/stylesheets/sws.scss */
.funcaoAnalitica .headerTotalResults {
  color: #1f6929 !important;
}

/* line 4480, /app/app/assets/stylesheets/sws.scss */
.funcaoAnalitica th {
  color: #1f6929 !important;
  text-transform: uppercase;
}

/* line 4485, /app/app/assets/stylesheets/sws.scss */
.funcaoAnalitica tr, .funcaoAnalitica th, .funcaoAnalitica td {
  border: none;
}

/*.funcaoAnalitica table .oddRow td{
background-color: #f1f1f2!important;
}*/
/* line 4492, /app/app/assets/stylesheets/sws.scss */
.linksMenuLateral {
  margin-top: 16px;
}

/* line 4496, /app/app/assets/stylesheets/sws.scss */
.conteudoFuncaoAnalitica {
  margin-top: -27px;
}

/* line 4499, /app/app/assets/stylesheets/sws.scss */
.linkLateral {
  background-image: url("./../../../images/interfaceImages/link_icon_out.png") !important;
  background-position: left top 11px;
  background-repeat: no-repeat !important;
  text-indent: 18px;
  margin-bottom: 10px;
  font-size: 17px !important;
  line-height: 24px !important;
}

/* line 4511, /app/app/assets/stylesheets/sws.scss */
.alert {
  margin-bottom: 0px !important;
  border: none !important;
}

/* line 4516, /app/app/assets/stylesheets/sws.scss */
.form-faleConnosco .row-edit-footer {
  background-color: transparent !important;
}

/* line 4520, /app/app/assets/stylesheets/sws.scss */
ul.actions li a {
  display: block;
  float: left;
  overflow: hidden;
  width: auto;
  height: 25px;
}

/* line 4528, /app/app/assets/stylesheets/sws.scss */
.search .checkbox.custom-checkbox {
  display: inline-block;
}

/* line 4532, /app/app/assets/stylesheets/sws.scss */
.search .headerField {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px !important;
  line-height: 14px;
  color: #0099a9 !important;
  margin-top: 22px;
}

/* line 4542, /app/app/assets/stylesheets/sws.scss */
.search .totalResultados {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px !important;
  line-height: 35px;
  color: #0099a9 !important;
}

/* line 4550, /app/app/assets/stylesheets/sws.scss */
.search label {
  font-style: italic;
  font-size: 15px !important;
  color: #969698 !important;
  margin-top: 6px;
}

/* line 4557, /app/app/assets/stylesheets/sws.scss */
.search select.input-mini {
  width: 300px !important;
}

/* line 4561, /app/app/assets/stylesheets/sws.scss */
.search .checkbox {
  padding-left: 0px !important;
}

/*trolada*/
/* line 4566, /app/app/assets/stylesheets/sws.scss */
.search .custom-checkbox {
  width: 160px;
}

/* line 4570, /app/app/assets/stylesheets/sws.scss */
.search .result {
  background-color: #E6E6E8;
  margin-bottom: 20px;
  font-size: 16px !important;
}

/* line 4575, /app/app/assets/stylesheets/sws.scss */
.search .result .result-title {
  padding-top: 20px;
  padding-left: 18px;
  padding-right: 36px;
}

/* line 4581, /app/app/assets/stylesheets/sws.scss */
.search .result .result-title, .search .result .result-title a {
  font-weight: bold;
  color: #0099a9 !important;
}

/* line 4586, /app/app/assets/stylesheets/sws.scss */
.search .result .result-category {
  font-style: italic;
  color: #969698 !important;
  padding-left: 36px;
  padding-right: 36px;
}

/* line 4593, /app/app/assets/stylesheets/sws.scss */
.search .result .result-text {
  color: #050507 !important;
  padding-left: 36px;
  padding-right: 36px;
  line-height: 22px;
  font-weight: normal;
}

/* line 4602, /app/app/assets/stylesheets/sws.scss */
.search .result .result-created {
  color: #969698 !important;
  font-size: 15px !important;
  padding-left: 36px;
  padding-right: 36px;
  margin-bottom: 18px;
  font-weight: normal;
}

/* line 4612, /app/app/assets/stylesheets/sws.scss */
.search .caixaLimitPesquisa {
  margin-top: 10px;
}

/* line 4615, /app/app/assets/stylesheets/sws.scss */
.search .search-results {
  margin-top: -7px;
}

/* line 4619, /app/app/assets/stylesheets/sws.scss */
.search legend {
  margin-top: 50px !important;
  margin-bottom: 43px !important;
}

/* line 4624, /app/app/assets/stylesheets/sws.scss */
.search .counter {
  font-weight: bold;
  font-size: 15px !important;
  line-height: 14px;
  color: #0099a9 !important;
}

/* line 4630, /app/app/assets/stylesheets/sws.scss */
.search form {
  margin: 0px !important;
}

/* line 4634, /app/app/assets/stylesheets/sws.scss */
.pagination {
  margin: 0px !important;
  margin-bottom: 14px !important;
  text-align: center !important;
}

/* line 4640, /app/app/assets/stylesheets/sws.scss */
.pagination ul {
  box-shadow: none !important;
}

/* line 4644, /app/app/assets/stylesheets/sws.scss */
.pagination-list li.disabled {
  display: none !important;
}

/* line 4648, /app/app/assets/stylesheets/sws.scss */
.pagination ul > li > a {
  font-weight: bold;
  font-size: 16px !important;
  border: none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  height: 56px !important;
  line-height: 56px !important;
  width: 56px !important;
  margin: 0px;
  padding: 0px;
  text-shadow: 0px 1px 1px #ffffff;
}

/*
.pagination ul > li > a{
color: #969698 !important;
background-color: #e6e6e8 !important;

}*/
/* line 4671, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .pagination a {
  color: #969698 !important;
  background-color: #e6e6e8 !important;
}

/*
.pagination ul > .active > a , .pagination ul > li > a:hover{
color: #d2d2d4 !important;
background-color: #f1f1f2 !important;
}*/
/* line 4681, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .pagination ul > .active > a, .position-3 .container .pagination ul > li > a:hover {
  color: #d2d2d4 !important;
  background-color: #f1f1f2 !important;
}

/* line 4686, /app/app/assets/stylesheets/sws.scss */
.icon-first:before {
  font-weight: bold;
  content: "|<" !important;
}

/* line 4691, /app/app/assets/stylesheets/sws.scss */
.icon-previous:before,
.icon-backward:before {
  font-weight: bold;
  content: "<" !important;
}

/* line 4696, /app/app/assets/stylesheets/sws.scss */
.icon-next:before,
.icon-forward:before {
  font-weight: bold;
  content: ">" !important;
}

/* line 4702, /app/app/assets/stylesheets/sws.scss */
.icon-last:before {
  font-weight: bold;
  content: ">|" !important;
}

/* line 4708, /app/app/assets/stylesheets/sws.scss */
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-left-width: 1px !important;
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

/* line 4714, /app/app/assets/stylesheets/sws.scss */
.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-right-width: 1px !important;
  border-top-right-radius: 1px !important;
  border-bottom-right-radius: 1px !important;
}

/* line 4720, /app/app/assets/stylesheets/sws.scss */
.draggable.modal-header #system-message {
  display: none !important;
}

/* line 4723, /app/app/assets/stylesheets/sws.scss */
#system-message {
  display: none !important;
}

/*redes sociais*/
/* top content */
/* --- rss */
/* line 4731, /app/app/assets/stylesheets/sws.scss */
.syndicate-module {
  display: block;
  float: right;
  height: 25px;
  margin-top: 71px;
  margin-right: 15px;
  overflow: hidden;
  width: 24px;
}

/* line 4741, /app/app/assets/stylesheets/sws.scss */
.syndicate-module:hover img,
.syndicate-module:active img,
.syndicate-module:focus img {
  position: relative;
  top: -25px;
}

/* line 4748, /app/app/assets/stylesheets/sws.scss */
ul.actions {
  display: block;
  float: right;
  margin: -3px 0 0 0;
  padding: 0;
  right: 42px;
  top: 48px;
  position: absolute;
}

/* line 4759, /app/app/assets/stylesheets/sws.scss */
ul.actions li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 0 0 7px;
}

/* line 4767, /app/app/assets/stylesheets/sws.scss */
ul.actions li a {
  display: block;
  float: left;
  height: 25px;
  overflow: hidden;
  width: auto;
}

/* line 4775, /app/app/assets/stylesheets/sws.scss */
ul.actions .socials a {
  height: 24px !important;
}

/* line 4779, /app/app/assets/stylesheets/sws.scss */
ul.actions li a:hover img,
ul.actions li a:active img,
ul.actions li a:focus img {
  position: relative;
  top: -25px;
}

/* --- social share  */
/* line 4787, /app/app/assets/stylesheets/sws.scss */
.socials {
  width: 104px;
  position: absolute;
  bottom: 28px;
  background-color: #d2d2d4;
  /*background-color: red;*/
  border: 0;
  border-radius: 1px;
}

/* line 4798, /app/app/assets/stylesheets/sws.scss */
.share {
  cursor: pointer;
}

/* line 4802, /app/app/assets/stylesheets/sws.scss */
.bicoShare {
  width: 7px;
  height: 4px;
  background-image: url("./../../../images/interfaceImages/iconsDetails/bico_social.png");
  position: relative;
  top: 4px;
  left: 9px;
}

/* line 4811, /app/app/assets/stylesheets/sws.scss */
.socials a {
  background-position: 0 0;
  background-repeat: no-repeat;
  border-top: 1px solid #b9b9bb;
  color: #969698 !important;
  line-height: 23px;
  display: block;
  padding: 8px 0 8px 40px;
  text-align: left;
  width: 64px !important;
  font-weight: bold;
  font-size: 13px;
}

/* line 4828, /app/app/assets/stylesheets/sws.scss */
.socials {
  display: none;
}

/* line 4831, /app/app/assets/stylesheets/sws.scss */
.actionsShare {
  margin-right: 20px;
  margin-top: 47px;
}

/* line 4836, /app/app/assets/stylesheets/sws.scss */
.actionsShare a .imageShare {
  background-image: url("/assets/share.png");
  border: 0;
  width: 22px;
  height: 25px;
}

/* line 4843, /app/app/assets/stylesheets/sws.scss */
.socials a.fb {
  background-image: url("/assets/fbshare.png");
  border: 0;
}

/* line 4848, /app/app/assets/stylesheets/sws.scss */
.socials a.twt {
  background-image: url("/assets/twtshare.png");
}

/* line 4852, /app/app/assets/stylesheets/sws.scss */
.socials a.gplus {
  background-image: url("/assets/gplusshare.png");
}

/* line 4856, /app/app/assets/stylesheets/sws.scss */
.socials a:hover,
.socials a:active,
.socials a:focus {
  background-color: #d2d2d4;
  background-position: 0 -40px;
  color: #b9b9bb !important;
}

/* line 4864, /app/app/assets/stylesheets/sws.scss */
.actionsShare a .imageShare:hover,
.actionsShare a .imageShare:active,
.actionsShare a .imageShare:focus {
  background-position: 0 -25px;
}

/* --- socials
.top_right .menu {
display: block;
float:right;
height: 50px;
margin: 0;
padding: 0 10px;
}

.top_right .menu  li {
display: block;
list-style: none;
float: left;
padding: 0;
}
.top_right .menu  li  a {
display: block;
height: 50px;
line-height: 50px;
overflow: hidden;
}
.top_right .menu  li a:hover img,
.top_right .menu  li a:active img,
.top_right .menu  li a:focus img {
position: relative;
top: -50px;
}

.tooltip {
opacity: 1;
}*/
/* line 4901, /app/app/assets/stylesheets/sws.scss */
.actionsShare {
  position: relative;
}

/* line 4905, /app/app/assets/stylesheets/sws.scss */
.associadaTotal {
  float: right;
  margin-right: 70px;
}

/* line 4910, /app/app/assets/stylesheets/sws.scss */
.alert.alert-warning {
  display: none;
}

/* line 4914, /app/app/assets/stylesheets/sws.scss */
.categories_faqs p:last-of-type {
  margin-top: 0px !important;
}

/* line 4917, /app/app/assets/stylesheets/sws.scss */
.categories_faqs p:first-of-type {
  margin-top: 0px !important;
}

/* line 4921, /app/app/assets/stylesheets/sws.scss */
#searchForm label {
  right: 0px;
  text-align: right;
  padding-right: 40px;
  width: auto !important;
  margin-right: 36px;
}

/* line 4929, /app/app/assets/stylesheets/sws.scss */
.icon-search:before {
  content: "";
}

/* line 4933, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox {
  position: relative;
}

/* line 4937, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox .toggle-addoption {
  /*display:none;
  right: 0px;*/
  position: absolute;
  top: 0px;
  left: 623px;
}

/* line 4945, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox .toggle-selectoption {
  position: absolute;
  top: 0px;
  /*right: 0px;*/
  left: 692px;
}

/* line 4952, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox .custom-checkbox {
  width: auto;
}

/* line 4956, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox .custom-checkbox span {
  float: left;
  margin-left: 20px;
}

/* line 4961, /app/app/assets/stylesheets/sws.scss */
.mode-checkbox .custom-checkbox span.checkbox {
  left: 0px;
  margin-left: 0px;
}

/* line 4966, /app/app/assets/stylesheets/sws.scss */
.dropdown .dropdown-toggle.groupBy {
  display: none;
}

/* line 4970, /app/app/assets/stylesheets/sws.scss */
.fabrik_view.fabrik__rowlink {
  /*em principio nunca da para ver detalhes a partir da listagem*/
  display: none;
}

/* line 4974, /app/app/assets/stylesheets/sws.scss */
.icon-apply:before, .icon-edit:before, .icon-pencil:before {
  content: " ";
}

/* line 4978, /app/app/assets/stylesheets/sws.scss */
.fabrik_edit.fabrik__rowlink {
  padding: 5px !important;
  background-image: url("/assets/editIconOut.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 4985, /app/app/assets/stylesheets/sws.scss */
.fabrik_edit.fabrik__rowlink:hover, .fabrik_edit.fabrik__rowlink:active {
  background-image: url("/assets/editIconPressed.png") !important;
}

/* line 4988, /app/app/assets/stylesheets/sws.scss */
td.fabrik_actions {
  width: 1%;
  text-align: center;
}

/* line 4992, /app/app/assets/stylesheets/sws.scss */
.geocode_input.inputbox {
  font-style: italic;
  background-color: #f1f1f2 !important;
  color: #969698 !important;
}

/* line 4998, /app/app/assets/stylesheets/sws.scss */
#jevents_header {
  display: none;
}

/* line 5001, /app/app/assets/stylesheets/sws.scss */
#jevents_body, .jeventslight {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

/* line 5007, /app/app/assets/stylesheets/sws.scss */
.position-calendar h3 {
  display: none;
}

/* line 5011, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .mod_events_monthyear a {
  color: #58585A !important;
}

/* line 5014, /app/app/assets/stylesheets/sws.scss */
.position-3 .container .mod_events_table a {
  color: #58585A !important;
}

/* line 5018, /app/app/assets/stylesheets/sws.scss */
.moduletable {
  float: left;
}

/* line 5022, /app/app/assets/stylesheets/sws.scss */
.maps .moduletable {
  /*margin-top: 50px;*/
  margin-bottom: 50px;
}

/* line 5027, /app/app/assets/stylesheets/sws.scss */
.columnFirstEventos {
  /*margin-left: 0px !important;*/
}

/* line 5031, /app/app/assets/stylesheets/sws.scss */
#calendar {
  float: right;
  width: 350px;
  /*
  margin-top: 50px;*/
  height: auto;
  margin-bottom: 14px;
}

/* line 5040, /app/app/assets/stylesheets/sws.scss */
.fc-header-title h2 {
  margin: 0px !important;
}

/* line 5044, /app/app/assets/stylesheets/sws.scss */
.fc-button {
  border-radius: 1px !important;
  background-image: none !important;
}

/* line 5049, /app/app/assets/stylesheets/sws.scss */
.fc-button {
  font-weight: bold;
  font-size: 16px !important;
  border: medium none !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  height: 56px !important;
  line-height: 56px !important;
  width: 56px !important;
  margin-top: 0px !important;
  /*margin-bottom: 0px!important;*/
  padding: 0px !important;
  text-shadow: 0px 1px 1px #FFF !important;
  text-align: center !important;
}

/* line 5065, /app/app/assets/stylesheets/sws.scss */
.fc-state-default {
  color: #969698 !important;
  text-shadow: 0px 1px 1px #FFF !important;
  background-color: #e6e6e8 !important;
}

/* line 5070, /app/app/assets/stylesheets/sws.scss */
.fc-state-default:hover {
  color: #d2d2d4 !important;
  text-shadow: 0px 1px 1px #FFF !important;
  background-color: #f1f1f2 !important;
}

/* line 5075, /app/app/assets/stylesheets/sws.scss */
.fc-event {
  border-radius: 1px !important;
  border: medium none !important;
  background-color: #e6e6e8 !important;
}

/* line 5083, /app/app/assets/stylesheets/sws.scss */
.fc-event:hover {
  background-color: #f1f1f2 !important;
}

/* line 5088, /app/app/assets/stylesheets/sws.scss */
.position-3 .container a.fc-event {
  color: white !important;
  color: #969698 !important;
  text-shadow: 0px 1px 1px #FFF !important;
}

/* line 5094, /app/app/assets/stylesheets/sws.scss */
.position-3 .container a.fc-event:hover {
  color: #d2d2d4 !important;
  text-shadow: 0px 1px 1px #FFF !important;
}

/*
table{
border: medium none !important;
}
table tr{
background-color: red;
}

table tr td{
max-width: 40px;
width: 10%;
}
table thead  tr td{
color:#005e9a;
font-weight: bold; // font-family: "bariol_bold" !important;
font-size: 16px !important;
vertical-align: bottom;
}*/
/* line 5117, /app/app/assets/stylesheets/sws.scss */
.categoriaEvento, .detailsCategoriaEvento {
  /*color: black !important;*/
  font-size: 21px !important;
  color: #969698 !important;
}

/* line 5124, /app/app/assets/stylesheets/sws.scss */
.position-3 {
  /*margin-bottom: 50px;*/
}

/* line 5128, /app/app/assets/stylesheets/sws.scss */
.fc-header-title h2 {
  font-size: 20px !important;
  line-height: 56px !important;
}

/* line 5133, /app/app/assets/stylesheets/sws.scss */
.listSubHeader {
  width: 300px !important;
  overflow: hidden;
  height: 27px;
}

/* line 5139, /app/app/assets/stylesheets/sws.scss */
.pageDetailsBody {
  white-space: pre-line;
  /*pre-wrap;*/
}

/*
#mce_35-body, #mce_42, #mce_56, #editor-xtd-buttons{
display: none;
}

.toggle-editor{
display: none;
}

.mce_editable:fabrikinput{

}
*/
/*no calendario tem altura mÃ¡xima*/
/* line 5158, /app/app/assets/stylesheets/sws.scss */
.fc-event-inner {
  display: inline-block;
  max-height: 35px;
  overflow: hidden;
}

/*no caso de seleccÃ£o multipla mostra a opÃ§Ã£o*/
/* line 5164, /app/app/assets/stylesheets/sws.scss */
.select2-results .select2-selected {
  /*display: block !important;*/
}

/* line 5167, /app/app/assets/stylesheets/sws.scss */
.select2-drop-multi {
  margin-top: 0px !important;
}

/* line 5171, /app/app/assets/stylesheets/sws.scss */
.select2-results {
  /*margin-top: 30px !important;*/
}

/*
.list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid {
border-bottom: medium none !important;
padding: 0px !important;
}*/
/* line 5181, /app/app/assets/stylesheets/sws.scss */
.position-3 .fabrikElementContainer .fabrikDataEmpty {
  display: none;
}

/* line 5185, /app/app/assets/stylesheets/sws.scss */
.divDocumentos {
  margin-top: 30px;
  margin-bottom: 30px;
}

/*
.linkInfoComplementar {
text-indent: 20px !important;
}*/
/* line 5194, /app/app/assets/stylesheets/sws.scss */
.fc-widget-header, .fc-widget-content {
  /*border-color: #969698 !important;*/
}

/* line 5198, /app/app/assets/stylesheets/sws.scss */
.fc-day-header {
  color: #0099A9 !important;
}

/* line 5202, /app/app/assets/stylesheets/sws.scss */
.fc-today {
  background: none repeat scroll 0% 0% #eeeef0 !important;
}

/* line 5206, /app/app/assets/stylesheets/sws.scss */
.fc-state-eventDay {
  background: none repeat scroll 0% 0% #d2d2d4 !important;
  cursor: pointer;
}

/* line 5211, /app/app/assets/stylesheets/sws.scss */
.fc-state-selectedDay {
  background: none repeat scroll 0% 0% #b9b9bb !important;
}

/* line 5215, /app/app/assets/stylesheets/sws.scss */
.table-striped tbody > tr:nth-child(2n) > td.fabrik_actions.fabrik_element {
  background-color: transparent !important;
  vertical-align: middle;
}

/* line 5220, /app/app/assets/stylesheets/sws.scss */
.page-header h1 {
  width: 780px !important;
}

/* line 5224, /app/app/assets/stylesheets/sws.scss */
.noticiasDetails h1 {
  margin-bottom: 13px !important;
}

/* line 5228, /app/app/assets/stylesheets/sws.scss */
.fabrikList .addbutton.addRecord {
  display: none !important;
}

/* line 5232, /app/app/assets/stylesheets/sws.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}

/* line 5246, /app/app/assets/stylesheets/sws.scss */
.articles-map-container .position-3Main {
  display: none;
}

/* line 5249, /app/app/assets/stylesheets/sws.scss */
.map-switch {
  margin-right: 15px;
  margin-top: 15px;
}

select {
    width: auto;
}
/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {

	color: #2d2d2d;
	background-color: #f1f1f2;

    display: block;
    /*height: 30px;*/
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

	border: 2px inset #EBE9ED;
	border-radius: 3px;
    white-space: nowrap;
    line-height: 30px;

    text-decoration: none;

}

.select2-container.select2-drop-above .select2-choice {

}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    /*margin-right: 42px;*/
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 50px!important;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 19px;
    /*height: 18px;*/
    position: absolute;
    right: 0px;
    top: 17px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('/assets/customSelectCross.png') no-repeat 100% center;
	margin-right: 33px;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover { /* cruz seleccionada */
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #f1f1f2;
    filter: alpha(opacity=0);
}

.select2-drop { /*drop de resultados*/
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    border: 0px inset #EBE9ED;
    border-top: 0;

    border-radius: 0 0 4px 4px;
/*
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);*/

	margin-top: -53px; /*ficam 3px*/
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;
/*
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);*/
}

.select2-drop-active {

    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {

}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;

	background: url('/assets/customSelectArrow.png') no-repeat 100% center;
    /*background: url('./../../../images/interfaceImages/select2.png') no-repeat 0 1px;*/
}

.select2-arrow{
	margin-right: 15px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 54px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;


    border: 2px inset #EBE9ED;
    border-radius: 4;
/*
    -webkit-box-shadow: none;
            box-shadow: none;*/

    background: #fff url('./../../../images/interfaceImages/customSelectSearch.png') no-repeat 100% center;
    background: url('./../../../images/interfaceImages/customSelectSearch.png') no-repeat 100% center, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('./../../../images/interfaceImages/customSelectSearch.png') no-repeat 100% center, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./../../../images/interfaceImages/customSelectSearch.png') no-repeat 100% center, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./../../../images/interfaceImages/customSelectSearch.png') no-repeat 100% center, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%;
    background: url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {

    outline: none;
/*
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}

.select2-dropdown-open .select2-choice {

}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {


}

.select2-dropdown-open .select2-choice .select2-arrow {

}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #2d2d2d;
}


.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #2d2d2d;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f1f1f2;
    background-image: none;
   border: 2px inset #EBE9ED;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f1f1f2;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: 54px !important;
    height: 1%;

    padding: 0;
    position: relative;

    /*border: 2px inset #EBE9ED;*/
    cursor: text;
    overflow: hidden;

    background-color: #f1f1f2;

}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 54px;
	margin-bottom: 20px!important;
	text-indent: 0px!important;
}

.select2-container-multi.select2-container-active .select2-choices {

    outline: none;
	/*
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);*/
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

	font-family: 'bariol_regular';
    font-size: 100%;
    color: #2d2d2d;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('./../../../images/interfaceImages/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #2d2d2d !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 20px 3px 5px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #2d2d2d;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;
/*
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);*/

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #f1f1f2;
	height: 41px !important;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
	width: 12px;
	height: 21px;

    position: absolute;
   /* right: 3px;*/
    top: 0px;



    /*background: url('./../../../images/interfaceImages/select2.png') right top no-repeat;*/
	background: url('/assets/customSelectCross.png') no-repeat 100% center;
}


.select2-search-choice-close:hover {
	background: url('/assets/customSelectCross_hover.png') no-repeat 100% center;
}

.select2-container-multi .select2-search-choice-close {
	right: 5px;
    /*background-position: right -11px;*/
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  /*background-position: right -11px;*/
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    /*background-position: right -11px;*/
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f1f1f2;
    background-image: none;
   border: 2px inset #EBE9ED;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
   border: 2px inset #EBE9ED;
    background-image: none;
    background-color: #f1f1f2;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('./../../../images/interfaceImages/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}*/



.select2-drop { /* resultados */
font-size: 14px;
//font-family: 'bariol_regular';
font-weight: normal;
font-style: normal;
background-color: #f1f1f2;
color: #2d2d2d;
}


.select2-results .select2-highlighted { /* rato em cima */
font-size: 14px;
//font-family: 'bariol_bold';
font-weight: bold;
background-color: #e6e6e8;
color: #2d2d2d;
}

.select2-chosen { /* seleccionada sem valor */
font-size: 14px;
//font-family: 'bariol_regular_italic';
font-weight: normal;
font-style: italic;
background-color: #f1f1f2;
color: #969698;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen { /* seleccionada com valor */
font-size: 14px;
//font-family: 'bariol_bold';
font-weight: bold;
font-style: normal;
background-color: #f1f1f2;
color: #2d2d2d;
}


.select2-container-multi .select2-choices .select2-search-field input {
	/*width: 100%!important;*/
	margin-left: 6px !important;
	height: 51px !important;
	min-width: 100px;
}
/*!
 * FullCalendar v2.0.0 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */



.fc {
	direction: ltr;
	text-align: left;
	}
	
.fc table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
html .fc,
.fc table {
	font-size: 1em;
	}
	
.fc td,
.fc th {
	padding: 0;
	vertical-align: top;
	}



/* Header
------------------------------------------------------------------------*/

.fc-header td {
	white-space: nowrap;
	}

.fc-header-left {
	width: 25%;
	text-align: left;
	}
	
.fc-header-center {
	text-align: center;
	}
	
.fc-header-right {
	width: 25%;
	text-align: right;
	}
	
.fc-header-title {
	display: inline-block;
	vertical-align: top;
	}
	
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	}
	
.fc .fc-header-space {
	padding-left: 10px;
	}
	
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top;
	}
	
/* buttons edges butting together */

.fc-header .fc-button {
	margin-right: -1px;
	}
	
.fc-header .fc-corner-right,  /* non-theme */
.fc-header .ui-corner-right { /* theme */
	margin-right: 0; /* back to normal */
	}
	
/* button layering (for border precedence) */
	
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
	z-index: 2;
	}
	
.fc-header .fc-state-down {
	z-index: 3;
	}

.fc-header .fc-state-active,
.fc-header .ui-state-active {
	z-index: 4;
	}
	
	
	
/* Content
------------------------------------------------------------------------*/
	
.fc-content {
	position: relative;
	z-index: 1; /* scopes all other z-index's to be inside this container */
	clear: both;
	zoom: 1; /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
	}
	
.fc-view {
	position: relative;
	width: 100%;
	overflow: hidden;
	}
	
	

/* Cell Styles
------------------------------------------------------------------------*/

.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #ddd;
	}
	
.fc-state-highlight { /* <td> today cell */ /* TODO: add .fc-today to <th> */
	background: #fcf8e3;
	}
	
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
	}
	


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

.fc-button {
	position: relative;
	display: inline-block;
	padding: 0 .6em;
	overflow: hidden;
	height: 1.9em;
	line-height: 1.9em;
	white-space: nowrap;
	cursor: pointer;
	}
	
.fc-state-default { /* non-theme */
	border: 1px solid;
	}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/

.fc-button .fc-icon {
	margin: 0 .1em;
	font-size: 2em;
	font-family: "Courier New", Courier, monospace;
	vertical-align: baseline; /* for IE7 */
	}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
	}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
	}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
	}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
	}
	
/* icon (for jquery ui) */

.fc-button .ui-icon {
	position: relative;
	top: 50%;
	float: left;
	margin-top: -8px; /* we know jqui icons are always 16px tall */
	}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
	}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
	}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
	}

	

/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event-container > * {
	z-index: 8;
	}

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
	z-index: 9;
	}
	 
.fc-event {
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	color: #fff;               /* default TEXT color */
	font-size: .85em;
	cursor: default;
	}

a.fc-event {
	text-decoration: none;
	}
	
a.fc-event,
.fc-event-draggable {
	cursor: pointer;
	}
	
.fc-rtl .fc-event {
	text-align: right;
	}

.fc-event-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	}
	
.fc-event-time,
.fc-event-title {
	padding: 0 1px;
	}
	
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden; /* hacky spaces (IE6/7) */
	font-size: 300%;  /* */
	line-height: 50%; /* */
	}
	
	
	
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px;
	}

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
	border-left-width: 1px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	}

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
	border-right-width: 1px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
/* resizable */
	
.fc-event-hori .ui-resizable-e {
	top: 0           !important; /* importants override pre jquery ui 1.7 styles */
	right: -3px      !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: e-resize;
	}
	
.fc-event-hori .ui-resizable-w {
	top: 0           !important;
	left: -3px       !important;
	width: 7px       !important;
	height: 100%     !important;
	cursor: w-resize;
	}
	
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px; /* IE6 had 0 height */
	}
	
	
	
/* Reusable Separate-border Table
------------------------------------------------------------*/

table.fc-border-separate {
	border-collapse: separate;
	}
	
.fc-border-separate th,
.fc-border-separate td {
	border-width: 1px 0 0 1px;
	}
	
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
	border-right-width: 1px;
	}
	
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
	border-bottom-width: 1px;
	}
	
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
	border-top-width: 0;
	}
	
	

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid th {
	text-align: center;
	}

.fc .fc-week-number {
	width: 22px;
	text-align: center;
	}

.fc .fc-week-number div {
	padding: 0 2px;
	}
	
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px;
	}
	
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
	}
	
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px; /* distance between events and day edges */
	}
	
/* event styles */
	
.fc-grid .fc-event-time {
	font-weight: bold;
	}
	
/* right-to-left */
	
.fc-rtl .fc-grid .fc-day-number {
	float: left;
	}
	
.fc-rtl .fc-grid .fc-event-time {
	float: right;
	}
	
	

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc-agenda table {
	border-collapse: separate;
	}
	
.fc-agenda-days th {
	text-align: center;
	}
	
.fc-agenda .fc-agenda-axis {
	width: 50px;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	font-weight: normal;
	}

.fc-agenda-slots .fc-agenda-axis {
	white-space: nowrap;
	}

.fc-agenda .fc-week-number {
	font-weight: bold;
	}
	
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px;
	}
	
/* make axis border take precedence */
	
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px;
	}
	
.fc-agenda-days .fc-col0 {
	border-left-width: 0;
	}
	
/* all-day area */
	
.fc-agenda-allday th {
	border-width: 0 1px;
	}
	
.fc-agenda-allday .fc-day-content {
	min-height: 34px; /* TODO: doesnt work well in quirksmode */
	_height: 34px;
	}
	
/* divider (between all-day and slots) */
	
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden;
	}
	
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee;
	}
	
/* slot rows */
	
.fc-agenda-slots th {
	border-width: 1px 1px 0;
	}
	
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none;
	}
	
.fc-agenda-slots td div {
	height: 20px;
	}
	
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0;
	}

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted;
	}
	
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
	*border-top-style: solid; /* doesn't work with background in IE6/7 */
	}
	


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
	border-width: 0 1px;
	}

.fc-event-vert.fc-event-start {
	border-top-width: 1px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

.fc-event-vert.fc-event-end {
	border-bottom-width: 1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px;
	}

.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
	}
	
.fc-event-vert .fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25);
	}
	
.fc .ui-draggable-dragging .fc-event-bg, /* TODO: something nicer like .fc-opacity */
.fc-select-helper .fc-event-bg {
	display: none\9; /* for IE6/7/8. nested opacity filters while dragging don't work */
	}
	
/* resizable */
	
.fc-event-vert .ui-resizable-s {
	bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
	width: 100%      !important;
	height: 8px      !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px  !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
	}
	
.fc-agenda .ui-resizable-resizing { /* TODO: better selector */
	_overflow: hidden;
	}
	
	
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *  require bootstrap.min



 *  require bootstrap-select.min
 *  require slick
 *  require slick-theme

 *  require flag-icon





 * require_tree .

 */
