
@font-face {
  font-family: 'FontAwesome';
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype') , url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2') , url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff') , url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype') , url('//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;}
.imtables .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;}
.imtables .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;}
.imtables .fa-2x {
  font-size: 2em;}
.imtables .fa-3x {
  font-size: 3em;}
.imtables .fa-4x {
  font-size: 4em;}
.imtables .fa-5x {
  font-size: 5em;}
.imtables .fa-fw {
  width: 1.28571429em;
  text-align: center;}
.imtables .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;}
.imtables .fa-ul > li {
  position: relative;}
.imtables .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;}
.imtables .fa-li.fa-lg {
  left: -1.85714286em;}
.imtables .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;}
.imtables .fa-pull-left {
  float: left;}
.imtables .fa-pull-right {
  float: right;}
.imtables .fa.fa-pull-left {
  margin-right: .3em;}
.imtables .fa.fa-pull-right {
  margin-left: .3em;}
.imtables .pull-right {
  float: right;}
.imtables .pull-left {
  float: left;}
.imtables .fa.pull-left {
  margin-right: .3em;}
.imtables .fa.pull-right {
  margin-left: .3em;}
.imtables .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;}
.imtables .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);}}
.imtables .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);}
.imtables .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);}
.imtables .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);}
.imtables .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1 , 1);
  -ms-transform: scale(-1 , 1);
  transform: scale(-1 , 1);}
.imtables .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1 , -1);
  -ms-transform: scale(1 , -1);
  transform: scale(1 , -1);}
.imtables :root .fa-rotate-90,
.imtables :root .fa-rotate-180,
.imtables :root .fa-rotate-270,
.imtables :root .fa-flip-horizontal,
.imtables :root .fa-flip-vertical {
  filter: none;}
.imtables .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;}
.imtables .fa-stack-1x,
.imtables .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;}
.imtables .fa-stack-1x {
  line-height: inherit;}
.imtables .fa-stack-2x {
  font-size: 2em;}
.imtables .fa-inverse {
  color: #fff;}
.imtables .fa-glass:before {
  content: "\f000";}
.imtables .fa-music:before {
  content: "\f001";}
.imtables .fa-search:before {
  content: "\f002";}
.imtables .fa-envelope-o:before {
  content: "\f003";}
.imtables .fa-heart:before {
  content: "\f004";}
.imtables .fa-star:before {
  content: "\f005";}
.imtables .fa-star-o:before {
  content: "\f006";}
.imtables .fa-user:before {
  content: "\f007";}
.imtables .fa-film:before {
  content: "\f008";}
.imtables .fa-th-large:before {
  content: "\f009";}
.imtables .fa-th:before {
  content: "\f00a";}
.imtables .fa-th-list:before {
  content: "\f00b";}
.imtables .fa-check:before {
  content: "\f00c";}
.imtables .fa-remove:before,
.imtables .fa-close:before,
.imtables .fa-times:before {
  content: "\f00d";}
.imtables .fa-search-plus:before {
  content: "\f00e";}
.imtables .fa-search-minus:before {
  content: "\f010";}
.imtables .fa-power-off:before {
  content: "\f011";}
.imtables .fa-signal:before {
  content: "\f012";}
.imtables .fa-gear:before,
.imtables .fa-cog:before {
  content: "\f013";}
.imtables .fa-trash-o:before {
  content: "\f014";}
.imtables .fa-home:before {
  content: "\f015";}
.imtables .fa-file-o:before {
  content: "\f016";}
.imtables .fa-clock-o:before {
  content: "\f017";}
.imtables .fa-road:before {
  content: "\f018";}
.imtables .fa-download:before {
  content: "\f019";}
.imtables .fa-arrow-circle-o-down:before {
  content: "\f01a";}
.imtables .fa-arrow-circle-o-up:before {
  content: "\f01b";}
.imtables .fa-inbox:before {
  content: "\f01c";}
.imtables .fa-play-circle-o:before {
  content: "\f01d";}
.imtables .fa-rotate-right:before,
.imtables .fa-repeat:before {
  content: "\f01e";}
.imtables .fa-refresh:before {
  content: "\f021";}
.imtables .fa-list-alt:before {
  content: "\f022";}
.imtables .fa-lock:before {
  content: "\f023";}
.imtables .fa-flag:before {
  content: "\f024";}
.imtables .fa-headphones:before {
  content: "\f025";}
.imtables .fa-volume-off:before {
  content: "\f026";}
.imtables .fa-volume-down:before {
  content: "\f027";}
.imtables .fa-volume-up:before {
  content: "\f028";}
.imtables .fa-qrcode:before {
  content: "\f029";}
.imtables .fa-barcode:before {
  content: "\f02a";}
.imtables .fa-tag:before {
  content: "\f02b";}
.imtables .fa-tags:before {
  content: "\f02c";}
.imtables .fa-book:before {
  content: "\f02d";}
.imtables .fa-bookmark:before {
  content: "\f02e";}
.imtables .fa-print:before {
  content: "\f02f";}
.imtables .fa-camera:before {
  content: "\f030";}
.imtables .fa-font:before {
  content: "\f031";}
.imtables .fa-bold:before {
  content: "\f032";}
.imtables .fa-italic:before {
  content: "\f033";}
.imtables .fa-text-height:before {
  content: "\f034";}
.imtables .fa-text-width:before {
  content: "\f035";}
.imtables .fa-align-left:before {
  content: "\f036";}
.imtables .fa-align-center:before {
  content: "\f037";}
.imtables .fa-align-right:before {
  content: "\f038";}
.imtables .fa-align-justify:before {
  content: "\f039";}
.imtables .fa-list:before {
  content: "\f03a";}
.imtables .fa-dedent:before,
.imtables .fa-outdent:before {
  content: "\f03b";}
.imtables .fa-indent:before {
  content: "\f03c";}
.imtables .fa-video-camera:before {
  content: "\f03d";}
.imtables .fa-photo:before,
.imtables .fa-image:before,
.imtables .fa-picture-o:before {
  content: "\f03e";}
.imtables .fa-pencil:before {
  content: "\f040";}
.imtables .fa-map-marker:before {
  content: "\f041";}
.imtables .fa-adjust:before {
  content: "\f042";}
.imtables .fa-tint:before {
  content: "\f043";}
.imtables .fa-edit:before,
.imtables .fa-pencil-square-o:before {
  content: "\f044";}
.imtables .fa-share-square-o:before {
  content: "\f045";}
.imtables .fa-check-square-o:before {
  content: "\f046";}
.imtables .fa-arrows:before {
  content: "\f047";}
.imtables .fa-step-backward:before {
  content: "\f048";}
.imtables .fa-fast-backward:before {
  content: "\f049";}
.imtables .fa-backward:before {
  content: "\f04a";}
.imtables .fa-play:before {
  content: "\f04b";}
.imtables .fa-pause:before {
  content: "\f04c";}
.imtables .fa-stop:before {
  content: "\f04d";}
.imtables .fa-forward:before {
  content: "\f04e";}
.imtables .fa-fast-forward:before {
  content: "\f050";}
.imtables .fa-step-forward:before {
  content: "\f051";}
.imtables .fa-eject:before {
  content: "\f052";}
.imtables .fa-chevron-left:before {
  content: "\f053";}
.imtables .fa-chevron-right:before {
  content: "\f054";}
.imtables .fa-plus-circle:before {
  content: "\f055";}
.imtables .fa-minus-circle:before {
  content: "\f056";}
.imtables .fa-times-circle:before {
  content: "\f057";}
.imtables .fa-check-circle:before {
  content: "\f058";}
.imtables .fa-question-circle:before {
  content: "\f059";}
.imtables .fa-info-circle:before {
  content: "\f05a";}
.imtables .fa-crosshairs:before {
  content: "\f05b";}
.imtables .fa-times-circle-o:before {
  content: "\f05c";}
.imtables .fa-check-circle-o:before {
  content: "\f05d";}
.imtables .fa-ban:before {
  content: "\f05e";}
.imtables .fa-arrow-left:before {
  content: "\f060";}
.imtables .fa-arrow-right:before {
  content: "\f061";}
.imtables .fa-arrow-up:before {
  content: "\f062";}
.imtables .fa-arrow-down:before {
  content: "\f063";}
.imtables .fa-mail-forward:before,
.imtables .fa-share:before {
  content: "\f064";}
.imtables .fa-expand:before {
  content: "\f065";}
.imtables .fa-compress:before {
  content: "\f066";}
.imtables .fa-plus:before {
  content: "\f067";}
.imtables .fa-minus:before {
  content: "\f068";}
.imtables .fa-asterisk:before {
  content: "\f069";}
.imtables .fa-exclamation-circle:before {
  content: "\f06a";}
.imtables .fa-gift:before {
  content: "\f06b";}
.imtables .fa-leaf:before {
  content: "\f06c";}
.imtables .fa-fire:before {
  content: "\f06d";}
.imtables .fa-eye:before {
  content: "\f06e";}
.imtables .fa-eye-slash:before {
  content: "\f070";}
.imtables .fa-warning:before,
.imtables .fa-exclamation-triangle:before {
  content: "\f071";}
.imtables .fa-plane:before {
  content: "\f072";}
.imtables .fa-calendar:before {
  content: "\f073";}
.imtables .fa-random:before {
  content: "\f074";}
.imtables .fa-comment:before {
  content: "\f075";}
.imtables .fa-magnet:before {
  content: "\f076";}
.imtables .fa-chevron-up:before {
  content: "\f077";}
.imtables .fa-chevron-down:before {
  content: "\f078";}
.imtables .fa-retweet:before {
  content: "\f079";}
.imtables .fa-shopping-cart:before {
  content: "\f07a";}
.imtables .fa-folder:before {
  content: "\f07b";}
.imtables .fa-folder-open:before {
  content: "\f07c";}
.imtables .fa-arrows-v:before {
  content: "\f07d";}
.imtables .fa-arrows-h:before {
  content: "\f07e";}
.imtables .fa-bar-chart-o:before,
.imtables .fa-bar-chart:before {
  content: "\f080";}
.imtables .fa-twitter-square:before {
  content: "\f081";}
.imtables .fa-facebook-square:before {
  content: "\f082";}
.imtables .fa-camera-retro:before {
  content: "\f083";}
.imtables .fa-key:before {
  content: "\f084";}
.imtables .fa-gears:before,
.imtables .fa-cogs:before {
  content: "\f085";}
.imtables .fa-comments:before {
  content: "\f086";}
.imtables .fa-thumbs-o-up:before {
  content: "\f087";}
.imtables .fa-thumbs-o-down:before {
  content: "\f088";}
.imtables .fa-star-half:before {
  content: "\f089";}
.imtables .fa-heart-o:before {
  content: "\f08a";}
.imtables .fa-sign-out:before {
  content: "\f08b";}
.imtables .fa-linkedin-square:before {
  content: "\f08c";}
.imtables .fa-thumb-tack:before {
  content: "\f08d";}
.imtables .fa-external-link:before {
  content: "\f08e";}
.imtables .fa-sign-in:before {
  content: "\f090";}
.imtables .fa-trophy:before {
  content: "\f091";}
.imtables .fa-github-square:before {
  content: "\f092";}
.imtables .fa-upload:before {
  content: "\f093";}
.imtables .fa-lemon-o:before {
  content: "\f094";}
.imtables .fa-phone:before {
  content: "\f095";}
.imtables .fa-square-o:before {
  content: "\f096";}
.imtables .fa-bookmark-o:before {
  content: "\f097";}
.imtables .fa-phone-square:before {
  content: "\f098";}
.imtables .fa-twitter:before {
  content: "\f099";}
.imtables .fa-facebook-f:before,
.imtables .fa-facebook:before {
  content: "\f09a";}
.imtables .fa-github:before {
  content: "\f09b";}
.imtables .fa-unlock:before {
  content: "\f09c";}
.imtables .fa-credit-card:before {
  content: "\f09d";}
.imtables .fa-feed:before,
.imtables .fa-rss:before {
  content: "\f09e";}
.imtables .fa-hdd-o:before {
  content: "\f0a0";}
.imtables .fa-bullhorn:before {
  content: "\f0a1";}
.imtables .fa-bell:before {
  content: "\f0f3";}
.imtables .fa-certificate:before {
  content: "\f0a3";}
.imtables .fa-hand-o-right:before {
  content: "\f0a4";}
.imtables .fa-hand-o-left:before {
  content: "\f0a5";}
.imtables .fa-hand-o-up:before {
  content: "\f0a6";}
.imtables .fa-hand-o-down:before {
  content: "\f0a7";}
.imtables .fa-arrow-circle-left:before {
  content: "\f0a8";}
.imtables .fa-arrow-circle-right:before {
  content: "\f0a9";}
.imtables .fa-arrow-circle-up:before {
  content: "\f0aa";}
.imtables .fa-arrow-circle-down:before {
  content: "\f0ab";}
.imtables .fa-globe:before {
  content: "\f0ac";}
.imtables .fa-wrench:before {
  content: "\f0ad";}
.imtables .fa-tasks:before {
  content: "\f0ae";}
.imtables .fa-filter:before {
  content: "\f0b0";}
.imtables .fa-briefcase:before {
  content: "\f0b1";}
.imtables .fa-arrows-alt:before {
  content: "\f0b2";}
.imtables .fa-group:before,
.imtables .fa-users:before {
  content: "\f0c0";}
.imtables .fa-chain:before,
.imtables .fa-link:before {
  content: "\f0c1";}
.imtables .fa-cloud:before {
  content: "\f0c2";}
.imtables .fa-flask:before {
  content: "\f0c3";}
.imtables .fa-cut:before,
.imtables .fa-scissors:before {
  content: "\f0c4";}
.imtables .fa-copy:before,
.imtables .fa-files-o:before {
  content: "\f0c5";}
.imtables .fa-paperclip:before {
  content: "\f0c6";}
.imtables .fa-save:before,
.imtables .fa-floppy-o:before {
  content: "\f0c7";}
.imtables .fa-square:before {
  content: "\f0c8";}
.imtables .fa-navicon:before,
.imtables .fa-reorder:before,
.imtables .fa-bars:before {
  content: "\f0c9";}
.imtables .fa-list-ul:before {
  content: "\f0ca";}
.imtables .fa-list-ol:before {
  content: "\f0cb";}
.imtables .fa-strikethrough:before {
  content: "\f0cc";}
.imtables .fa-underline:before {
  content: "\f0cd";}
.imtables .fa-table:before {
  content: "\f0ce";}
.imtables .fa-magic:before {
  content: "\f0d0";}
.imtables .fa-truck:before {
  content: "\f0d1";}
.imtables .fa-pinterest:before {
  content: "\f0d2";}
.imtables .fa-pinterest-square:before {
  content: "\f0d3";}
.imtables .fa-google-plus-square:before {
  content: "\f0d4";}
.imtables .fa-google-plus:before {
  content: "\f0d5";}
.imtables .fa-money:before {
  content: "\f0d6";}
.imtables .fa-caret-down:before {
  content: "\f0d7";}
.imtables .fa-caret-up:before {
  content: "\f0d8";}
.imtables .fa-caret-left:before {
  content: "\f0d9";}
.imtables .fa-caret-right:before {
  content: "\f0da";}
.imtables .fa-columns:before {
  content: "\f0db";}
.imtables .fa-unsorted:before,
.imtables .fa-sort:before {
  content: "\f0dc";}
.imtables .fa-sort-down:before,
.imtables .fa-sort-desc:before {
  content: "\f0dd";}
.imtables .fa-sort-up:before,
.imtables .fa-sort-asc:before {
  content: "\f0de";}
.imtables .fa-envelope:before {
  content: "\f0e0";}
.imtables .fa-linkedin:before {
  content: "\f0e1";}
.imtables .fa-rotate-left:before,
.imtables .fa-undo:before {
  content: "\f0e2";}
.imtables .fa-legal:before,
.imtables .fa-gavel:before {
  content: "\f0e3";}
.imtables .fa-dashboard:before,
.imtables .fa-tachometer:before {
  content: "\f0e4";}
.imtables .fa-comment-o:before {
  content: "\f0e5";}
.imtables .fa-comments-o:before {
  content: "\f0e6";}
.imtables .fa-flash:before,
.imtables .fa-bolt:before {
  content: "\f0e7";}
.imtables .fa-sitemap:before {
  content: "\f0e8";}
.imtables .fa-umbrella:before {
  content: "\f0e9";}
.imtables .fa-paste:before,
.imtables .fa-clipboard:before {
  content: "\f0ea";}
.imtables .fa-lightbulb-o:before {
  content: "\f0eb";}
.imtables .fa-exchange:before {
  content: "\f0ec";}
.imtables .fa-cloud-download:before {
  content: "\f0ed";}
.imtables .fa-cloud-upload:before {
  content: "\f0ee";}
.imtables .fa-user-md:before {
  content: "\f0f0";}
.imtables .fa-stethoscope:before {
  content: "\f0f1";}
.imtables .fa-suitcase:before {
  content: "\f0f2";}
.imtables .fa-bell-o:before {
  content: "\f0a2";}
.imtables .fa-coffee:before {
  content: "\f0f4";}
.imtables .fa-cutlery:before {
  content: "\f0f5";}
.imtables .fa-file-text-o:before {
  content: "\f0f6";}
.imtables .fa-building-o:before {
  content: "\f0f7";}
.imtables .fa-hospital-o:before {
  content: "\f0f8";}
.imtables .fa-ambulance:before {
  content: "\f0f9";}
.imtables .fa-medkit:before {
  content: "\f0fa";}
.imtables .fa-fighter-jet:before {
  content: "\f0fb";}
.imtables .fa-beer:before {
  content: "\f0fc";}
.imtables .fa-h-square:before {
  content: "\f0fd";}
.imtables .fa-plus-square:before {
  content: "\f0fe";}
.imtables .fa-angle-double-left:before {
  content: "\f100";}
.imtables .fa-angle-double-right:before {
  content: "\f101";}
.imtables .fa-angle-double-up:before {
  content: "\f102";}
.imtables .fa-angle-double-down:before {
  content: "\f103";}
.imtables .fa-angle-left:before {
  content: "\f104";}
.imtables .fa-angle-right:before {
  content: "\f105";}
.imtables .fa-angle-up:before {
  content: "\f106";}
.imtables .fa-angle-down:before {
  content: "\f107";}
.imtables .fa-desktop:before {
  content: "\f108";}
.imtables .fa-laptop:before {
  content: "\f109";}
.imtables .fa-tablet:before {
  content: "\f10a";}
.imtables .fa-mobile-phone:before,
.imtables .fa-mobile:before {
  content: "\f10b";}
.imtables .fa-circle-o:before {
  content: "\f10c";}
.imtables .fa-quote-left:before {
  content: "\f10d";}
.imtables .fa-quote-right:before {
  content: "\f10e";}
.imtables .fa-spinner:before {
  content: "\f110";}
.imtables .fa-circle:before {
  content: "\f111";}
.imtables .fa-mail-reply:before,
.imtables .fa-reply:before {
  content: "\f112";}
.imtables .fa-github-alt:before {
  content: "\f113";}
.imtables .fa-folder-o:before {
  content: "\f114";}
.imtables .fa-folder-open-o:before {
  content: "\f115";}
.imtables .fa-smile-o:before {
  content: "\f118";}
.imtables .fa-frown-o:before {
  content: "\f119";}
.imtables .fa-meh-o:before {
  content: "\f11a";}
.imtables .fa-gamepad:before {
  content: "\f11b";}
.imtables .fa-keyboard-o:before {
  content: "\f11c";}
.imtables .fa-flag-o:before {
  content: "\f11d";}
.imtables .fa-flag-checkered:before {
  content: "\f11e";}
.imtables .fa-terminal:before {
  content: "\f120";}
.imtables .fa-code:before {
  content: "\f121";}
.imtables .fa-mail-reply-all:before,
.imtables .fa-reply-all:before {
  content: "\f122";}
.imtables .fa-star-half-empty:before,
.imtables .fa-star-half-full:before,
.imtables .fa-star-half-o:before {
  content: "\f123";}
.imtables .fa-location-arrow:before {
  content: "\f124";}
.imtables .fa-crop:before {
  content: "\f125";}
.imtables .fa-code-fork:before {
  content: "\f126";}
.imtables .fa-unlink:before,
.imtables .fa-chain-broken:before {
  content: "\f127";}
.imtables .fa-question:before {
  content: "\f128";}
.imtables .fa-info:before {
  content: "\f129";}
.imtables .fa-exclamation:before {
  content: "\f12a";}
.imtables .fa-superscript:before {
  content: "\f12b";}
.imtables .fa-subscript:before {
  content: "\f12c";}
.imtables .fa-eraser:before {
  content: "\f12d";}
.imtables .fa-puzzle-piece:before {
  content: "\f12e";}
.imtables .fa-microphone:before {
  content: "\f130";}
.imtables .fa-microphone-slash:before {
  content: "\f131";}
.imtables .fa-shield:before {
  content: "\f132";}
.imtables .fa-calendar-o:before {
  content: "\f133";}
.imtables .fa-fire-extinguisher:before {
  content: "\f134";}
.imtables .fa-rocket:before {
  content: "\f135";}
.imtables .fa-maxcdn:before {
  content: "\f136";}
.imtables .fa-chevron-circle-left:before {
  content: "\f137";}
.imtables .fa-chevron-circle-right:before {
  content: "\f138";}
.imtables .fa-chevron-circle-up:before {
  content: "\f139";}
.imtables .fa-chevron-circle-down:before {
  content: "\f13a";}
.imtables .fa-html5:before {
  content: "\f13b";}
.imtables .fa-css3:before {
  content: "\f13c";}
.imtables .fa-anchor:before {
  content: "\f13d";}
.imtables .fa-unlock-alt:before {
  content: "\f13e";}
.imtables .fa-bullseye:before {
  content: "\f140";}
.imtables .fa-ellipsis-h:before {
  content: "\f141";}
.imtables .fa-ellipsis-v:before {
  content: "\f142";}
.imtables .fa-rss-square:before {
  content: "\f143";}
.imtables .fa-play-circle:before {
  content: "\f144";}
.imtables .fa-ticket:before {
  content: "\f145";}
.imtables .fa-minus-square:before {
  content: "\f146";}
.imtables .fa-minus-square-o:before {
  content: "\f147";}
.imtables .fa-level-up:before {
  content: "\f148";}
.imtables .fa-level-down:before {
  content: "\f149";}
.imtables .fa-check-square:before {
  content: "\f14a";}
.imtables .fa-pencil-square:before {
  content: "\f14b";}
.imtables .fa-external-link-square:before {
  content: "\f14c";}
.imtables .fa-share-square:before {
  content: "\f14d";}
.imtables .fa-compass:before {
  content: "\f14e";}
.imtables .fa-toggle-down:before,
.imtables .fa-caret-square-o-down:before {
  content: "\f150";}
.imtables .fa-toggle-up:before,
.imtables .fa-caret-square-o-up:before {
  content: "\f151";}
.imtables .fa-toggle-right:before,
.imtables .fa-caret-square-o-right:before {
  content: "\f152";}
.imtables .fa-euro:before,
.imtables .fa-eur:before {
  content: "\f153";}
.imtables .fa-gbp:before {
  content: "\f154";}
.imtables .fa-dollar:before,
.imtables .fa-usd:before {
  content: "\f155";}
.imtables .fa-rupee:before,
.imtables .fa-inr:before {
  content: "\f156";}
.imtables .fa-cny:before,
.imtables .fa-rmb:before,
.imtables .fa-yen:before,
.imtables .fa-jpy:before {
  content: "\f157";}
.imtables .fa-ruble:before,
.imtables .fa-rouble:before,
.imtables .fa-rub:before {
  content: "\f158";}
.imtables .fa-won:before,
.imtables .fa-krw:before {
  content: "\f159";}
.imtables .fa-bitcoin:before,
.imtables .fa-btc:before {
  content: "\f15a";}
.imtables .fa-file:before {
  content: "\f15b";}
.imtables .fa-file-text:before {
  content: "\f15c";}
.imtables .fa-sort-alpha-asc:before {
  content: "\f15d";}
.imtables .fa-sort-alpha-desc:before {
  content: "\f15e";}
.imtables .fa-sort-amount-asc:before {
  content: "\f160";}
.imtables .fa-sort-amount-desc:before {
  content: "\f161";}
.imtables .fa-sort-numeric-asc:before {
  content: "\f162";}
.imtables .fa-sort-numeric-desc:before {
  content: "\f163";}
.imtables .fa-thumbs-up:before {
  content: "\f164";}
.imtables .fa-thumbs-down:before {
  content: "\f165";}
.imtables .fa-youtube-square:before {
  content: "\f166";}
.imtables .fa-youtube:before {
  content: "\f167";}
.imtables .fa-xing:before {
  content: "\f168";}
.imtables .fa-xing-square:before {
  content: "\f169";}
.imtables .fa-youtube-play:before {
  content: "\f16a";}
.imtables .fa-dropbox:before {
  content: "\f16b";}
.imtables .fa-stack-overflow:before {
  content: "\f16c";}
.imtables .fa-instagram:before {
  content: "\f16d";}
.imtables .fa-flickr:before {
  content: "\f16e";}
.imtables .fa-adn:before {
  content: "\f170";}
.imtables .fa-bitbucket:before {
  content: "\f171";}
.imtables .fa-bitbucket-square:before {
  content: "\f172";}
.imtables .fa-tumblr:before {
  content: "\f173";}
.imtables .fa-tumblr-square:before {
  content: "\f174";}
.imtables .fa-long-arrow-down:before {
  content: "\f175";}
.imtables .fa-long-arrow-up:before {
  content: "\f176";}
.imtables .fa-long-arrow-left:before {
  content: "\f177";}
.imtables .fa-long-arrow-right:before {
  content: "\f178";}
.imtables .fa-apple:before {
  content: "\f179";}
.imtables .fa-windows:before {
  content: "\f17a";}
.imtables .fa-android:before {
  content: "\f17b";}
.imtables .fa-linux:before {
  content: "\f17c";}
.imtables .fa-dribbble:before {
  content: "\f17d";}
.imtables .fa-skype:before {
  content: "\f17e";}
.imtables .fa-foursquare:before {
  content: "\f180";}
.imtables .fa-trello:before {
  content: "\f181";}
.imtables .fa-female:before {
  content: "\f182";}
.imtables .fa-male:before {
  content: "\f183";}
.imtables .fa-gittip:before,
.imtables .fa-gratipay:before {
  content: "\f184";}
.imtables .fa-sun-o:before {
  content: "\f185";}
.imtables .fa-moon-o:before {
  content: "\f186";}
.imtables .fa-archive:before {
  content: "\f187";}
.imtables .fa-bug:before {
  content: "\f188";}
.imtables .fa-vk:before {
  content: "\f189";}
.imtables .fa-weibo:before {
  content: "\f18a";}
.imtables .fa-renren:before {
  content: "\f18b";}
.imtables .fa-pagelines:before {
  content: "\f18c";}
.imtables .fa-stack-exchange:before {
  content: "\f18d";}
.imtables .fa-arrow-circle-o-right:before {
  content: "\f18e";}
.imtables .fa-arrow-circle-o-left:before {
  content: "\f190";}
.imtables .fa-toggle-left:before,
.imtables .fa-caret-square-o-left:before {
  content: "\f191";}
.imtables .fa-dot-circle-o:before {
  content: "\f192";}
.imtables .fa-wheelchair:before {
  content: "\f193";}
.imtables .fa-vimeo-square:before {
  content: "\f194";}
.imtables .fa-turkish-lira:before,
.imtables .fa-try:before {
  content: "\f195";}
.imtables .fa-plus-square-o:before {
  content: "\f196";}
.imtables .fa-space-shuttle:before {
  content: "\f197";}
.imtables .fa-slack:before {
  content: "\f198";}
.imtables .fa-envelope-square:before {
  content: "\f199";}
.imtables .fa-wordpress:before {
  content: "\f19a";}
.imtables .fa-openid:before {
  content: "\f19b";}
.imtables .fa-institution:before,
.imtables .fa-bank:before,
.imtables .fa-university:before {
  content: "\f19c";}
.imtables .fa-mortar-board:before,
.imtables .fa-graduation-cap:before {
  content: "\f19d";}
.imtables .fa-yahoo:before {
  content: "\f19e";}
.imtables .fa-google:before {
  content: "\f1a0";}
.imtables .fa-reddit:before {
  content: "\f1a1";}
.imtables .fa-reddit-square:before {
  content: "\f1a2";}
.imtables .fa-stumbleupon-circle:before {
  content: "\f1a3";}
.imtables .fa-stumbleupon:before {
  content: "\f1a4";}
.imtables .fa-delicious:before {
  content: "\f1a5";}
.imtables .fa-digg:before {
  content: "\f1a6";}
.imtables .fa-pied-piper-pp:before {
  content: "\f1a7";}
.imtables .fa-pied-piper-alt:before {
  content: "\f1a8";}
.imtables .fa-drupal:before {
  content: "\f1a9";}
.imtables .fa-joomla:before {
  content: "\f1aa";}
.imtables .fa-language:before {
  content: "\f1ab";}
.imtables .fa-fax:before {
  content: "\f1ac";}
.imtables .fa-building:before {
  content: "\f1ad";}
.imtables .fa-child:before {
  content: "\f1ae";}
.imtables .fa-paw:before {
  content: "\f1b0";}
.imtables .fa-spoon:before {
  content: "\f1b1";}
.imtables .fa-cube:before {
  content: "\f1b2";}
.imtables .fa-cubes:before {
  content: "\f1b3";}
.imtables .fa-behance:before {
  content: "\f1b4";}
.imtables .fa-behance-square:before {
  content: "\f1b5";}
.imtables .fa-steam:before {
  content: "\f1b6";}
.imtables .fa-steam-square:before {
  content: "\f1b7";}
.imtables .fa-recycle:before {
  content: "\f1b8";}
.imtables .fa-automobile:before,
.imtables .fa-car:before {
  content: "\f1b9";}
.imtables .fa-cab:before,
.imtables .fa-taxi:before {
  content: "\f1ba";}
.imtables .fa-tree:before {
  content: "\f1bb";}
.imtables .fa-spotify:before {
  content: "\f1bc";}
.imtables .fa-deviantart:before {
  content: "\f1bd";}
.imtables .fa-soundcloud:before {
  content: "\f1be";}
.imtables .fa-database:before {
  content: "\f1c0";}
.imtables .fa-file-pdf-o:before {
  content: "\f1c1";}
.imtables .fa-file-word-o:before {
  content: "\f1c2";}
.imtables .fa-file-excel-o:before {
  content: "\f1c3";}
.imtables .fa-file-powerpoint-o:before {
  content: "\f1c4";}
.imtables .fa-file-photo-o:before,
.imtables .fa-file-picture-o:before,
.imtables .fa-file-image-o:before {
  content: "\f1c5";}
.imtables .fa-file-zip-o:before,
.imtables .fa-file-archive-o:before {
  content: "\f1c6";}
.imtables .fa-file-sound-o:before,
.imtables .fa-file-audio-o:before {
  content: "\f1c7";}
.imtables .fa-file-movie-o:before,
.imtables .fa-file-video-o:before {
  content: "\f1c8";}
.imtables .fa-file-code-o:before {
  content: "\f1c9";}
.imtables .fa-vine:before {
  content: "\f1ca";}
.imtables .fa-codepen:before {
  content: "\f1cb";}
.imtables .fa-jsfiddle:before {
  content: "\f1cc";}
.imtables .fa-life-bouy:before,
.imtables .fa-life-buoy:before,
.imtables .fa-life-saver:before,
.imtables .fa-support:before,
.imtables .fa-life-ring:before {
  content: "\f1cd";}
.imtables .fa-circle-o-notch:before {
  content: "\f1ce";}
.imtables .fa-ra:before,
.imtables .fa-resistance:before,
.imtables .fa-rebel:before {
  content: "\f1d0";}
.imtables .fa-ge:before,
.imtables .fa-empire:before {
  content: "\f1d1";}
.imtables .fa-git-square:before {
  content: "\f1d2";}
.imtables .fa-git:before {
  content: "\f1d3";}
.imtables .fa-y-combinator-square:before,
.imtables .fa-yc-square:before,
.imtables .fa-hacker-news:before {
  content: "\f1d4";}
.imtables .fa-tencent-weibo:before {
  content: "\f1d5";}
.imtables .fa-qq:before {
  content: "\f1d6";}
.imtables .fa-wechat:before,
.imtables .fa-weixin:before {
  content: "\f1d7";}
.imtables .fa-send:before,
.imtables .fa-paper-plane:before {
  content: "\f1d8";}
.imtables .fa-send-o:before,
.imtables .fa-paper-plane-o:before {
  content: "\f1d9";}
.imtables .fa-history:before {
  content: "\f1da";}
.imtables .fa-circle-thin:before {
  content: "\f1db";}
.imtables .fa-header:before {
  content: "\f1dc";}
.imtables .fa-paragraph:before {
  content: "\f1dd";}
.imtables .fa-sliders:before {
  content: "\f1de";}
.imtables .fa-share-alt:before {
  content: "\f1e0";}
.imtables .fa-share-alt-square:before {
  content: "\f1e1";}
.imtables .fa-bomb:before {
  content: "\f1e2";}
.imtables .fa-soccer-ball-o:before,
.imtables .fa-futbol-o:before {
  content: "\f1e3";}
.imtables .fa-tty:before {
  content: "\f1e4";}
.imtables .fa-binoculars:before {
  content: "\f1e5";}
.imtables .fa-plug:before {
  content: "\f1e6";}
.imtables .fa-slideshare:before {
  content: "\f1e7";}
.imtables .fa-twitch:before {
  content: "\f1e8";}
.imtables .fa-yelp:before {
  content: "\f1e9";}
.imtables .fa-newspaper-o:before {
  content: "\f1ea";}
.imtables .fa-wifi:before {
  content: "\f1eb";}
.imtables .fa-calculator:before {
  content: "\f1ec";}
.imtables .fa-paypal:before {
  content: "\f1ed";}
.imtables .fa-google-wallet:before {
  content: "\f1ee";}
.imtables .fa-cc-visa:before {
  content: "\f1f0";}
.imtables .fa-cc-mastercard:before {
  content: "\f1f1";}
.imtables .fa-cc-discover:before {
  content: "\f1f2";}
.imtables .fa-cc-amex:before {
  content: "\f1f3";}
.imtables .fa-cc-paypal:before {
  content: "\f1f4";}
.imtables .fa-cc-stripe:before {
  content: "\f1f5";}
.imtables .fa-bell-slash:before {
  content: "\f1f6";}
.imtables .fa-bell-slash-o:before {
  content: "\f1f7";}
.imtables .fa-trash:before {
  content: "\f1f8";}
.imtables .fa-copyright:before {
  content: "\f1f9";}
.imtables .fa-at:before {
  content: "\f1fa";}
.imtables .fa-eyedropper:before {
  content: "\f1fb";}
.imtables .fa-paint-brush:before {
  content: "\f1fc";}
.imtables .fa-birthday-cake:before {
  content: "\f1fd";}
.imtables .fa-area-chart:before {
  content: "\f1fe";}
.imtables .fa-pie-chart:before {
  content: "\f200";}
.imtables .fa-line-chart:before {
  content: "\f201";}
.imtables .fa-lastfm:before {
  content: "\f202";}
.imtables .fa-lastfm-square:before {
  content: "\f203";}
.imtables .fa-toggle-off:before {
  content: "\f204";}
.imtables .fa-toggle-on:before {
  content: "\f205";}
.imtables .fa-bicycle:before {
  content: "\f206";}
.imtables .fa-bus:before {
  content: "\f207";}
.imtables .fa-ioxhost:before {
  content: "\f208";}
.imtables .fa-angellist:before {
  content: "\f209";}
.imtables .fa-cc:before {
  content: "\f20a";}
.imtables .fa-shekel:before,
.imtables .fa-sheqel:before,
.imtables .fa-ils:before {
  content: "\f20b";}
.imtables .fa-meanpath:before {
  content: "\f20c";}
.imtables .fa-buysellads:before {
  content: "\f20d";}
.imtables .fa-connectdevelop:before {
  content: "\f20e";}
.imtables .fa-dashcube:before {
  content: "\f210";}
.imtables .fa-forumbee:before {
  content: "\f211";}
.imtables .fa-leanpub:before {
  content: "\f212";}
.imtables .fa-sellsy:before {
  content: "\f213";}
.imtables .fa-shirtsinbulk:before {
  content: "\f214";}
.imtables .fa-simplybuilt:before {
  content: "\f215";}
.imtables .fa-skyatlas:before {
  content: "\f216";}
.imtables .fa-cart-plus:before {
  content: "\f217";}
.imtables .fa-cart-arrow-down:before {
  content: "\f218";}
.imtables .fa-diamond:before {
  content: "\f219";}
.imtables .fa-ship:before {
  content: "\f21a";}
.imtables .fa-user-secret:before {
  content: "\f21b";}
.imtables .fa-motorcycle:before {
  content: "\f21c";}
.imtables .fa-street-view:before {
  content: "\f21d";}
.imtables .fa-heartbeat:before {
  content: "\f21e";}
.imtables .fa-venus:before {
  content: "\f221";}
.imtables .fa-mars:before {
  content: "\f222";}
.imtables .fa-mercury:before {
  content: "\f223";}
.imtables .fa-intersex:before,
.imtables .fa-transgender:before {
  content: "\f224";}
.imtables .fa-transgender-alt:before {
  content: "\f225";}
.imtables .fa-venus-double:before {
  content: "\f226";}
.imtables .fa-mars-double:before {
  content: "\f227";}
.imtables .fa-venus-mars:before {
  content: "\f228";}
.imtables .fa-mars-stroke:before {
  content: "\f229";}
.imtables .fa-mars-stroke-v:before {
  content: "\f22a";}
.imtables .fa-mars-stroke-h:before {
  content: "\f22b";}
.imtables .fa-neuter:before {
  content: "\f22c";}
.imtables .fa-genderless:before {
  content: "\f22d";}
.imtables .fa-facebook-official:before {
  content: "\f230";}
.imtables .fa-pinterest-p:before {
  content: "\f231";}
.imtables .fa-whatsapp:before {
  content: "\f232";}
.imtables .fa-server:before {
  content: "\f233";}
.imtables .fa-user-plus:before {
  content: "\f234";}
.imtables .fa-user-times:before {
  content: "\f235";}
.imtables .fa-hotel:before,
.imtables .fa-bed:before {
  content: "\f236";}
.imtables .fa-viacoin:before {
  content: "\f237";}
.imtables .fa-train:before {
  content: "\f238";}
.imtables .fa-subway:before {
  content: "\f239";}
.imtables .fa-medium:before {
  content: "\f23a";}
.imtables .fa-yc:before,
.imtables .fa-y-combinator:before {
  content: "\f23b";}
.imtables .fa-optin-monster:before {
  content: "\f23c";}
.imtables .fa-opencart:before {
  content: "\f23d";}
.imtables .fa-expeditedssl:before {
  content: "\f23e";}
.imtables .fa-battery-4:before,
.imtables .fa-battery:before,
.imtables .fa-battery-full:before {
  content: "\f240";}
.imtables .fa-battery-3:before,
.imtables .fa-battery-three-quarters:before {
  content: "\f241";}
.imtables .fa-battery-2:before,
.imtables .fa-battery-half:before {
  content: "\f242";}
.imtables .fa-battery-1:before,
.imtables .fa-battery-quarter:before {
  content: "\f243";}
.imtables .fa-battery-0:before,
.imtables .fa-battery-empty:before {
  content: "\f244";}
.imtables .fa-mouse-pointer:before {
  content: "\f245";}
.imtables .fa-i-cursor:before {
  content: "\f246";}
.imtables .fa-object-group:before {
  content: "\f247";}
.imtables .fa-object-ungroup:before {
  content: "\f248";}
.imtables .fa-sticky-note:before {
  content: "\f249";}
.imtables .fa-sticky-note-o:before {
  content: "\f24a";}
.imtables .fa-cc-jcb:before {
  content: "\f24b";}
.imtables .fa-cc-diners-club:before {
  content: "\f24c";}
.imtables .fa-clone:before {
  content: "\f24d";}
.imtables .fa-balance-scale:before {
  content: "\f24e";}
.imtables .fa-hourglass-o:before {
  content: "\f250";}
.imtables .fa-hourglass-1:before,
.imtables .fa-hourglass-start:before {
  content: "\f251";}
.imtables .fa-hourglass-2:before,
.imtables .fa-hourglass-half:before {
  content: "\f252";}
.imtables .fa-hourglass-3:before,
.imtables .fa-hourglass-end:before {
  content: "\f253";}
.imtables .fa-hourglass:before {
  content: "\f254";}
.imtables .fa-hand-grab-o:before,
.imtables .fa-hand-rock-o:before {
  content: "\f255";}
.imtables .fa-hand-stop-o:before,
.imtables .fa-hand-paper-o:before {
  content: "\f256";}
.imtables .fa-hand-scissors-o:before {
  content: "\f257";}
.imtables .fa-hand-lizard-o:before {
  content: "\f258";}
.imtables .fa-hand-spock-o:before {
  content: "\f259";}
.imtables .fa-hand-pointer-o:before {
  content: "\f25a";}
.imtables .fa-hand-peace-o:before {
  content: "\f25b";}
.imtables .fa-trademark:before {
  content: "\f25c";}
.imtables .fa-registered:before {
  content: "\f25d";}
.imtables .fa-creative-commons:before {
  content: "\f25e";}
.imtables .fa-gg:before {
  content: "\f260";}
.imtables .fa-gg-circle:before {
  content: "\f261";}
.imtables .fa-tripadvisor:before {
  content: "\f262";}
.imtables .fa-odnoklassniki:before {
  content: "\f263";}
.imtables .fa-odnoklassniki-square:before {
  content: "\f264";}
.imtables .fa-get-pocket:before {
  content: "\f265";}
.imtables .fa-wikipedia-w:before {
  content: "\f266";}
.imtables .fa-safari:before {
  content: "\f267";}
.imtables .fa-chrome:before {
  content: "\f268";}
.imtables .fa-firefox:before {
  content: "\f269";}
.imtables .fa-opera:before {
  content: "\f26a";}
.imtables .fa-internet-explorer:before {
  content: "\f26b";}
.imtables .fa-tv:before,
.imtables .fa-television:before {
  content: "\f26c";}
.imtables .fa-contao:before {
  content: "\f26d";}
.imtables .fa-500px:before {
  content: "\f26e";}
.imtables .fa-amazon:before {
  content: "\f270";}
.imtables .fa-calendar-plus-o:before {
  content: "\f271";}
.imtables .fa-calendar-minus-o:before {
  content: "\f272";}
.imtables .fa-calendar-times-o:before {
  content: "\f273";}
.imtables .fa-calendar-check-o:before {
  content: "\f274";}
.imtables .fa-industry:before {
  content: "\f275";}
.imtables .fa-map-pin:before {
  content: "\f276";}
.imtables .fa-map-signs:before {
  content: "\f277";}
.imtables .fa-map-o:before {
  content: "\f278";}
.imtables .fa-map:before {
  content: "\f279";}
.imtables .fa-commenting:before {
  content: "\f27a";}
.imtables .fa-commenting-o:before {
  content: "\f27b";}
.imtables .fa-houzz:before {
  content: "\f27c";}
.imtables .fa-vimeo:before {
  content: "\f27d";}
.imtables .fa-black-tie:before {
  content: "\f27e";}
.imtables .fa-fonticons:before {
  content: "\f280";}
.imtables .fa-reddit-alien:before {
  content: "\f281";}
.imtables .fa-edge:before {
  content: "\f282";}
.imtables .fa-credit-card-alt:before {
  content: "\f283";}
.imtables .fa-codiepie:before {
  content: "\f284";}
.imtables .fa-modx:before {
  content: "\f285";}
.imtables .fa-fort-awesome:before {
  content: "\f286";}
.imtables .fa-usb:before {
  content: "\f287";}
.imtables .fa-product-hunt:before {
  content: "\f288";}
.imtables .fa-mixcloud:before {
  content: "\f289";}
.imtables .fa-scribd:before {
  content: "\f28a";}
.imtables .fa-pause-circle:before {
  content: "\f28b";}
.imtables .fa-pause-circle-o:before {
  content: "\f28c";}
.imtables .fa-stop-circle:before {
  content: "\f28d";}
.imtables .fa-stop-circle-o:before {
  content: "\f28e";}
.imtables .fa-shopping-bag:before {
  content: "\f290";}
.imtables .fa-shopping-basket:before {
  content: "\f291";}
.imtables .fa-hashtag:before {
  content: "\f292";}
.imtables .fa-bluetooth:before {
  content: "\f293";}
.imtables .fa-bluetooth-b:before {
  content: "\f294";}
.imtables .fa-percent:before {
  content: "\f295";}
.imtables .fa-gitlab:before {
  content: "\f296";}
.imtables .fa-wpbeginner:before {
  content: "\f297";}
.imtables .fa-wpforms:before {
  content: "\f298";}
.imtables .fa-envira:before {
  content: "\f299";}
.imtables .fa-universal-access:before {
  content: "\f29a";}
.imtables .fa-wheelchair-alt:before {
  content: "\f29b";}
.imtables .fa-question-circle-o:before {
  content: "\f29c";}
.imtables .fa-blind:before {
  content: "\f29d";}
.imtables .fa-audio-description:before {
  content: "\f29e";}
.imtables .fa-volume-control-phone:before {
  content: "\f2a0";}
.imtables .fa-braille:before {
  content: "\f2a1";}
.imtables .fa-assistive-listening-systems:before {
  content: "\f2a2";}
.imtables .fa-asl-interpreting:before,
.imtables .fa-american-sign-language-interpreting:before {
  content: "\f2a3";}
.imtables .fa-deafness:before,
.imtables .fa-hard-of-hearing:before,
.imtables .fa-deaf:before {
  content: "\f2a4";}
.imtables .fa-glide:before {
  content: "\f2a5";}
.imtables .fa-glide-g:before {
  content: "\f2a6";}
.imtables .fa-signing:before,
.imtables .fa-sign-language:before {
  content: "\f2a7";}
.imtables .fa-low-vision:before {
  content: "\f2a8";}
.imtables .fa-viadeo:before {
  content: "\f2a9";}
.imtables .fa-viadeo-square:before {
  content: "\f2aa";}
.imtables .fa-snapchat:before {
  content: "\f2ab";}
.imtables .fa-snapchat-ghost:before {
  content: "\f2ac";}
.imtables .fa-snapchat-square:before {
  content: "\f2ad";}
.imtables .fa-pied-piper:before {
  content: "\f2ae";}
.imtables .fa-first-order:before {
  content: "\f2b0";}
.imtables .fa-yoast:before {
  content: "\f2b1";}
.imtables .fa-themeisle:before {
  content: "\f2b2";}
.imtables .fa-google-plus-circle:before,
.imtables .fa-google-plus-official:before {
  content: "\f2b3";}
.imtables .fa-fa:before,
.imtables .fa-font-awesome:before {
  content: "\f2b4";}
.imtables .fa-handshake-o:before {
  content: "\f2b5";}
.imtables .fa-envelope-open:before {
  content: "\f2b6";}
.imtables .fa-envelope-open-o:before {
  content: "\f2b7";}
.imtables .fa-linode:before {
  content: "\f2b8";}
.imtables .fa-address-book:before {
  content: "\f2b9";}
.imtables .fa-address-book-o:before {
  content: "\f2ba";}
.imtables .fa-vcard:before,
.imtables .fa-address-card:before {
  content: "\f2bb";}
.imtables .fa-vcard-o:before,
.imtables .fa-address-card-o:before {
  content: "\f2bc";}
.imtables .fa-user-circle:before {
  content: "\f2bd";}
.imtables .fa-user-circle-o:before {
  content: "\f2be";}
.imtables .fa-user-o:before {
  content: "\f2c0";}
.imtables .fa-id-badge:before {
  content: "\f2c1";}
.imtables .fa-drivers-license:before,
.imtables .fa-id-card:before {
  content: "\f2c2";}
.imtables .fa-drivers-license-o:before,
.imtables .fa-id-card-o:before {
  content: "\f2c3";}
.imtables .fa-quora:before {
  content: "\f2c4";}
.imtables .fa-free-code-camp:before {
  content: "\f2c5";}
.imtables .fa-telegram:before {
  content: "\f2c6";}
.imtables .fa-thermometer-4:before,
.imtables .fa-thermometer:before,
.imtables .fa-thermometer-full:before {
  content: "\f2c7";}
.imtables .fa-thermometer-3:before,
.imtables .fa-thermometer-three-quarters:before {
  content: "\f2c8";}
.imtables .fa-thermometer-2:before,
.imtables .fa-thermometer-half:before {
  content: "\f2c9";}
.imtables .fa-thermometer-1:before,
.imtables .fa-thermometer-quarter:before {
  content: "\f2ca";}
.imtables .fa-thermometer-0:before,
.imtables .fa-thermometer-empty:before {
  content: "\f2cb";}
.imtables .fa-shower:before {
  content: "\f2cc";}
.imtables .fa-bathtub:before,
.imtables .fa-s15:before,
.imtables .fa-bath:before {
  content: "\f2cd";}
.imtables .fa-podcast:before {
  content: "\f2ce";}
.imtables .fa-window-maximize:before {
  content: "\f2d0";}
.imtables .fa-window-minimize:before {
  content: "\f2d1";}
.imtables .fa-window-restore:before {
  content: "\f2d2";}
.imtables .fa-times-rectangle:before,
.imtables .fa-window-close:before {
  content: "\f2d3";}
.imtables .fa-times-rectangle-o:before,
.imtables .fa-window-close-o:before {
  content: "\f2d4";}
.imtables .fa-bandcamp:before {
  content: "\f2d5";}
.imtables .fa-grav:before {
  content: "\f2d6";}
.imtables .fa-etsy:before {
  content: "\f2d7";}
.imtables .fa-imdb:before {
  content: "\f2d8";}
.imtables .fa-ravelry:before {
  content: "\f2d9";}
.imtables .fa-eercast:before {
  content: "\f2da";}
.imtables .fa-microchip:before {
  content: "\f2db";}
.imtables .fa-snowflake-o:before {
  content: "\f2dc";}
.imtables .fa-superpowers:before {
  content: "\f2dd";}
.imtables .fa-wpexplorer:before {
  content: "\f2de";}
.imtables .fa-meetup:before {
  content: "\f2e0";}
.imtables .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 , 0 , 0 , 0);
  border: 0;}
.imtables .sr-only-focusable:active,
.imtables .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;}
.imtables .sr-only-focusable:active,
.imtables .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;}
.imtables {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;}
.imtables {
  margin: 0;}
.imtables article,
.imtables aside,
.imtables details,
.imtables figcaption,
.imtables figure,
.imtables footer,
.imtables header,
.imtables hgroup,
.imtables main,
.imtables menu,
.imtables nav,
.imtables section,
.imtables summary {
  display: block;}
.imtables audio,
.imtables canvas,
.imtables progress,
.imtables video {
  display: inline-block;
  vertical-align: baseline;}
.imtables audio:not([controls]) {
  display: none;
  height: 0;}
.imtables [hidden],
.imtables template {
  display: none;}
.imtables a {
  background-color: transparent;}
.imtables a:active,
.imtables a:hover {
  outline: 0;}
.imtables abbr[title] {
  border-bottom: 1px dotted;}
.imtables b,
.imtables strong {
  font-weight: bold;}
.imtables dfn {
  font-style: italic;}
.imtables h1 {
  font-size: 2em;
  margin: 0.67em 0;}
.imtables mark {
  background: #ff0;
  color: #000;}
.imtables small {
  font-size: 80%;}
.imtables sub,
.imtables sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;}
.imtables sup {
  top: -0.5em;}
.imtables sub {
  bottom: -0.25em;}
.imtables img {
  border: 0;}
.imtables svg:not(:root) {
  overflow: hidden;}
.imtables figure {
  margin: 1em 40px;}
.imtables hr {
  box-sizing: content-box;
  height: 0;}
.imtables pre {
  overflow: auto;}
.imtables code,
.imtables kbd,
.imtables pre,
.imtables samp {
  font-family: monospace , monospace;
  font-size: 1em;}
.imtables button,
.imtables input,
.imtables optgroup,
.imtables select,
.imtables textarea {
  color: inherit;
  font: inherit;
  margin: 0;}
.imtables button {
  overflow: visible;}
.imtables button,
.imtables select {
  text-transform: none;}
.imtables button,
.imtables input[type="button"],
.imtables input[type="reset"],
.imtables input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;}
.imtables button[disabled],
.imtables input[disabled] {
  cursor: default;}
.imtables button::-moz-focus-inner,
.imtables input::-moz-focus-inner {
  border: 0;
  padding: 0;}
.imtables input {
  line-height: normal;}
.imtables input[type="checkbox"],
.imtables input[type="radio"] {
  box-sizing: border-box;
  padding: 0;}
.imtables input[type="number"]::-webkit-inner-spin-button,
.imtables input[type="number"]::-webkit-outer-spin-button {
  height: auto;}
.imtables input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;}
.imtables input[type="search"]::-webkit-search-cancel-button,
.imtables input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;}
.imtables fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;}
.imtables legend {
  border: 0;
  padding: 0;}
.imtables textarea {
  overflow: auto;}
.imtables optgroup {
  font-weight: bold;}
.imtables table {
  border-collapse: collapse;
  border-spacing: 0;}
.imtables td,
.imtables th {
  padding: 0;}
@media print {
.imtables *,
.imtables *:before,
.imtables *:after {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;}
.imtables a,
.imtables a:visited {
    text-decoration: underline;}
.imtables a[href]:after {
    content: " (" attr(href) ")";}
.imtables abbr[title]:after {
    content: " (" attr(title) ")";}
.imtables a[href^="#"]:after,
.imtables a[href^="javascript:"]:after {
    content: "";}
.imtables pre,
.imtables blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;}
.imtables thead {
    display: table-header-group;}
.imtables tr,
.imtables img {
    page-break-inside: avoid;}
.imtables img {
    max-width: 100%!important;}
.imtables p,
.imtables h2,
.imtables h3 {
    orphans: 3;
    widows: 3;}
.imtables h2,
.imtables h3 {
    page-break-after: avoid;}
.imtables .navbar {
    display: none;}
.imtables .btn > .caret,
.imtables .dropup > .btn > .caret {
    border-top-color: #000!important;}
.imtables .label {
    border: 1px solid #000;}
.imtables .table {
    border-collapse: collapse!important;}
.imtables .table td,
.imtables .table th {
    background-color: #fff!important;}
.imtables .table-bordered th,
.imtables .table-bordered td {
    border: 1px solid #ddd!important;}}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot');
  src: url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype') , url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff2') format('woff2') , url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.woff') format('woff') , url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.ttf') format('truetype') , url('//netdna.bootstrapcdn.com/bootstrap/3.3.2/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');}
.imtables .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.imtables .glyphicon-asterisk:before {
  content: "\002a";}
.imtables .glyphicon-plus:before {
  content: "\002b";}
.imtables .glyphicon-euro:before,
.imtables .glyphicon-eur:before {
  content: "\20ac";}
.imtables .glyphicon-minus:before {
  content: "\2212";}
.imtables .glyphicon-cloud:before {
  content: "\2601";}
.imtables .glyphicon-envelope:before {
  content: "\2709";}
.imtables .glyphicon-pencil:before {
  content: "\270f";}
.imtables .glyphicon-glass:before {
  content: "\e001";}
.imtables .glyphicon-music:before {
  content: "\e002";}
.imtables .glyphicon-search:before {
  content: "\e003";}
.imtables .glyphicon-heart:before {
  content: "\e005";}
.imtables .glyphicon-star:before {
  content: "\e006";}
.imtables .glyphicon-star-empty:before {
  content: "\e007";}
.imtables .glyphicon-user:before {
  content: "\e008";}
.imtables .glyphicon-film:before {
  content: "\e009";}
.imtables .glyphicon-th-large:before {
  content: "\e010";}
.imtables .glyphicon-th:before {
  content: "\e011";}
.imtables .glyphicon-th-list:before {
  content: "\e012";}
.imtables .glyphicon-ok:before {
  content: "\e013";}
.imtables .glyphicon-remove:before {
  content: "\e014";}
.imtables .glyphicon-zoom-in:before {
  content: "\e015";}
.imtables .glyphicon-zoom-out:before {
  content: "\e016";}
.imtables .glyphicon-off:before {
  content: "\e017";}
.imtables .glyphicon-signal:before {
  content: "\e018";}
.imtables .glyphicon-cog:before {
  content: "\e019";}
.imtables .glyphicon-trash:before {
  content: "\e020";}
.imtables .glyphicon-home:before {
  content: "\e021";}
.imtables .glyphicon-file:before {
  content: "\e022";}
.imtables .glyphicon-time:before {
  content: "\e023";}
.imtables .glyphicon-road:before {
  content: "\e024";}
.imtables .glyphicon-download-alt:before {
  content: "\e025";}
.imtables .glyphicon-download:before {
  content: "\e026";}
.imtables .glyphicon-upload:before {
  content: "\e027";}
.imtables .glyphicon-inbox:before {
  content: "\e028";}
.imtables .glyphicon-play-circle:before {
  content: "\e029";}
.imtables .glyphicon-repeat:before {
  content: "\e030";}
.imtables .glyphicon-refresh:before {
  content: "\e031";}
.imtables .glyphicon-list-alt:before {
  content: "\e032";}
.imtables .glyphicon-lock:before {
  content: "\e033";}
.imtables .glyphicon-flag:before {
  content: "\e034";}
.imtables .glyphicon-headphones:before {
  content: "\e035";}
.imtables .glyphicon-volume-off:before {
  content: "\e036";}
.imtables .glyphicon-volume-down:before {
  content: "\e037";}
.imtables .glyphicon-volume-up:before {
  content: "\e038";}
.imtables .glyphicon-qrcode:before {
  content: "\e039";}
.imtables .glyphicon-barcode:before {
  content: "\e040";}
.imtables .glyphicon-tag:before {
  content: "\e041";}
.imtables .glyphicon-tags:before {
  content: "\e042";}
.imtables .glyphicon-book:before {
  content: "\e043";}
.imtables .glyphicon-bookmark:before {
  content: "\e044";}
.imtables .glyphicon-print:before {
  content: "\e045";}
.imtables .glyphicon-camera:before {
  content: "\e046";}
.imtables .glyphicon-font:before {
  content: "\e047";}
.imtables .glyphicon-bold:before {
  content: "\e048";}
.imtables .glyphicon-italic:before {
  content: "\e049";}
.imtables .glyphicon-text-height:before {
  content: "\e050";}
.imtables .glyphicon-text-width:before {
  content: "\e051";}
.imtables .glyphicon-align-left:before {
  content: "\e052";}
.imtables .glyphicon-align-center:before {
  content: "\e053";}
.imtables .glyphicon-align-right:before {
  content: "\e054";}
.imtables .glyphicon-align-justify:before {
  content: "\e055";}
.imtables .glyphicon-list:before {
  content: "\e056";}
.imtables .glyphicon-indent-left:before {
  content: "\e057";}
.imtables .glyphicon-indent-right:before {
  content: "\e058";}
.imtables .glyphicon-facetime-video:before {
  content: "\e059";}
.imtables .glyphicon-picture:before {
  content: "\e060";}
.imtables .glyphicon-map-marker:before {
  content: "\e062";}
.imtables .glyphicon-adjust:before {
  content: "\e063";}
.imtables .glyphicon-tint:before {
  content: "\e064";}
.imtables .glyphicon-edit:before {
  content: "\e065";}
.imtables .glyphicon-share:before {
  content: "\e066";}
.imtables .glyphicon-check:before {
  content: "\e067";}
.imtables .glyphicon-move:before {
  content: "\e068";}
.imtables .glyphicon-step-backward:before {
  content: "\e069";}
.imtables .glyphicon-fast-backward:before {
  content: "\e070";}
.imtables .glyphicon-backward:before {
  content: "\e071";}
.imtables .glyphicon-play:before {
  content: "\e072";}
.imtables .glyphicon-pause:before {
  content: "\e073";}
.imtables .glyphicon-stop:before {
  content: "\e074";}
.imtables .glyphicon-forward:before {
  content: "\e075";}
.imtables .glyphicon-fast-forward:before {
  content: "\e076";}
.imtables .glyphicon-step-forward:before {
  content: "\e077";}
.imtables .glyphicon-eject:before {
  content: "\e078";}
.imtables .glyphicon-chevron-left:before {
  content: "\e079";}
.imtables .glyphicon-chevron-right:before {
  content: "\e080";}
.imtables .glyphicon-plus-sign:before {
  content: "\e081";}
.imtables .glyphicon-minus-sign:before {
  content: "\e082";}
.imtables .glyphicon-remove-sign:before {
  content: "\e083";}
.imtables .glyphicon-ok-sign:before {
  content: "\e084";}
.imtables .glyphicon-question-sign:before {
  content: "\e085";}
.imtables .glyphicon-info-sign:before {
  content: "\e086";}
.imtables .glyphicon-screenshot:before {
  content: "\e087";}
.imtables .glyphicon-remove-circle:before {
  content: "\e088";}
.imtables .glyphicon-ok-circle:before {
  content: "\e089";}
.imtables .glyphicon-ban-circle:before {
  content: "\e090";}
.imtables .glyphicon-arrow-left:before {
  content: "\e091";}
.imtables .glyphicon-arrow-right:before {
  content: "\e092";}
.imtables .glyphicon-arrow-up:before {
  content: "\e093";}
.imtables .glyphicon-arrow-down:before {
  content: "\e094";}
.imtables .glyphicon-share-alt:before {
  content: "\e095";}
.imtables .glyphicon-resize-full:before {
  content: "\e096";}
.imtables .glyphicon-resize-small:before {
  content: "\e097";}
.imtables .glyphicon-exclamation-sign:before {
  content: "\e101";}
.imtables .glyphicon-gift:before {
  content: "\e102";}
.imtables .glyphicon-leaf:before {
  content: "\e103";}
.imtables .glyphicon-fire:before {
  content: "\e104";}
.imtables .glyphicon-eye-open:before {
  content: "\e105";}
.imtables .glyphicon-eye-close:before {
  content: "\e106";}
.imtables .glyphicon-warning-sign:before {
  content: "\e107";}
.imtables .glyphicon-plane:before {
  content: "\e108";}
.imtables .glyphicon-calendar:before {
  content: "\e109";}
.imtables .glyphicon-random:before {
  content: "\e110";}
.imtables .glyphicon-comment:before {
  content: "\e111";}
.imtables .glyphicon-magnet:before {
  content: "\e112";}
.imtables .glyphicon-chevron-up:before {
  content: "\e113";}
.imtables .glyphicon-chevron-down:before {
  content: "\e114";}
.imtables .glyphicon-retweet:before {
  content: "\e115";}
.imtables .glyphicon-shopping-cart:before {
  content: "\e116";}
.imtables .glyphicon-folder-close:before {
  content: "\e117";}
.imtables .glyphicon-folder-open:before {
  content: "\e118";}
.imtables .glyphicon-resize-vertical:before {
  content: "\e119";}
.imtables .glyphicon-resize-horizontal:before {
  content: "\e120";}
.imtables .glyphicon-hdd:before {
  content: "\e121";}
.imtables .glyphicon-bullhorn:before {
  content: "\e122";}
.imtables .glyphicon-bell:before {
  content: "\e123";}
.imtables .glyphicon-certificate:before {
  content: "\e124";}
.imtables .glyphicon-thumbs-up:before {
  content: "\e125";}
.imtables .glyphicon-thumbs-down:before {
  content: "\e126";}
.imtables .glyphicon-hand-right:before {
  content: "\e127";}
.imtables .glyphicon-hand-left:before {
  content: "\e128";}
.imtables .glyphicon-hand-up:before {
  content: "\e129";}
.imtables .glyphicon-hand-down:before {
  content: "\e130";}
.imtables .glyphicon-circle-arrow-right:before {
  content: "\e131";}
.imtables .glyphicon-circle-arrow-left:before {
  content: "\e132";}
.imtables .glyphicon-circle-arrow-up:before {
  content: "\e133";}
.imtables .glyphicon-circle-arrow-down:before {
  content: "\e134";}
.imtables .glyphicon-globe:before {
  content: "\e135";}
.imtables .glyphicon-wrench:before {
  content: "\e136";}
.imtables .glyphicon-tasks:before {
  content: "\e137";}
.imtables .glyphicon-filter:before {
  content: "\e138";}
.imtables .glyphicon-briefcase:before {
  content: "\e139";}
.imtables .glyphicon-fullscreen:before {
  content: "\e140";}
.imtables .glyphicon-dashboard:before {
  content: "\e141";}
.imtables .glyphicon-paperclip:before {
  content: "\e142";}
.imtables .glyphicon-heart-empty:before {
  content: "\e143";}
.imtables .glyphicon-link:before {
  content: "\e144";}
.imtables .glyphicon-phone:before {
  content: "\e145";}
.imtables .glyphicon-pushpin:before {
  content: "\e146";}
.imtables .glyphicon-usd:before {
  content: "\e148";}
.imtables .glyphicon-gbp:before {
  content: "\e149";}
.imtables .glyphicon-sort:before {
  content: "\e150";}
.imtables .glyphicon-sort-by-alphabet:before {
  content: "\e151";}
.imtables .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";}
.imtables .glyphicon-sort-by-order:before {
  content: "\e153";}
.imtables .glyphicon-sort-by-order-alt:before {
  content: "\e154";}
.imtables .glyphicon-sort-by-attributes:before {
  content: "\e155";}
.imtables .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";}
.imtables .glyphicon-unchecked:before {
  content: "\e157";}
.imtables .glyphicon-expand:before {
  content: "\e158";}
.imtables .glyphicon-collapse-down:before {
  content: "\e159";}
.imtables .glyphicon-collapse-up:before {
  content: "\e160";}
.imtables .glyphicon-log-in:before {
  content: "\e161";}
.imtables .glyphicon-flash:before {
  content: "\e162";}
.imtables .glyphicon-log-out:before {
  content: "\e163";}
.imtables .glyphicon-new-window:before {
  content: "\e164";}
.imtables .glyphicon-record:before {
  content: "\e165";}
.imtables .glyphicon-save:before {
  content: "\e166";}
.imtables .glyphicon-open:before {
  content: "\e167";}
.imtables .glyphicon-saved:before {
  content: "\e168";}
.imtables .glyphicon-import:before {
  content: "\e169";}
.imtables .glyphicon-export:before {
  content: "\e170";}
.imtables .glyphicon-send:before {
  content: "\e171";}
.imtables .glyphicon-floppy-disk:before {
  content: "\e172";}
.imtables .glyphicon-floppy-saved:before {
  content: "\e173";}
.imtables .glyphicon-floppy-remove:before {
  content: "\e174";}
.imtables .glyphicon-floppy-save:before {
  content: "\e175";}
.imtables .glyphicon-floppy-open:before {
  content: "\e176";}
.imtables .glyphicon-credit-card:before {
  content: "\e177";}
.imtables .glyphicon-transfer:before {
  content: "\e178";}
.imtables .glyphicon-cutlery:before {
  content: "\e179";}
.imtables .glyphicon-header:before {
  content: "\e180";}
.imtables .glyphicon-compressed:before {
  content: "\e181";}
.imtables .glyphicon-earphone:before {
  content: "\e182";}
.imtables .glyphicon-phone-alt:before {
  content: "\e183";}
.imtables .glyphicon-tower:before {
  content: "\e184";}
.imtables .glyphicon-stats:before {
  content: "\e185";}
.imtables .glyphicon-sd-video:before {
  content: "\e186";}
.imtables .glyphicon-hd-video:before {
  content: "\e187";}
.imtables .glyphicon-subtitles:before {
  content: "\e188";}
.imtables .glyphicon-sound-stereo:before {
  content: "\e189";}
.imtables .glyphicon-sound-dolby:before {
  content: "\e190";}
.imtables .glyphicon-sound-5-1:before {
  content: "\e191";}
.imtables .glyphicon-sound-6-1:before {
  content: "\e192";}
.imtables .glyphicon-sound-7-1:before {
  content: "\e193";}
.imtables .glyphicon-copyright-mark:before {
  content: "\e194";}
.imtables .glyphicon-registration-mark:before {
  content: "\e195";}
.imtables .glyphicon-cloud-download:before {
  content: "\e197";}
.imtables .glyphicon-cloud-upload:before {
  content: "\e198";}
.imtables .glyphicon-tree-conifer:before {
  content: "\e199";}
.imtables .glyphicon-tree-deciduous:before {
  content: "\e200";}
.imtables .glyphicon-cd:before {
  content: "\e201";}
.imtables .glyphicon-save-file:before {
  content: "\e202";}
.imtables .glyphicon-open-file:before {
  content: "\e203";}
.imtables .glyphicon-level-up:before {
  content: "\e204";}
.imtables .glyphicon-copy:before {
  content: "\e205";}
.imtables .glyphicon-paste:before {
  content: "\e206";}
.imtables .glyphicon-alert:before {
  content: "\e209";}
.imtables .glyphicon-equalizer:before {
  content: "\e210";}
.imtables .glyphicon-king:before {
  content: "\e211";}
.imtables .glyphicon-queen:before {
  content: "\e212";}
.imtables .glyphicon-pawn:before {
  content: "\e213";}
.imtables .glyphicon-bishop:before {
  content: "\e214";}
.imtables .glyphicon-knight:before {
  content: "\e215";}
.imtables .glyphicon-baby-formula:before {
  content: "\e216";}
.imtables .glyphicon-tent:before {
  content: "\26fa";}
.imtables .glyphicon-blackboard:before {
  content: "\e218";}
.imtables .glyphicon-bed:before {
  content: "\e219";}
.imtables .glyphicon-apple:before {
  content: "\f8ff";}
.imtables .glyphicon-erase:before {
  content: "\e221";}
.imtables .glyphicon-hourglass:before {
  content: "\231b";}
.imtables .glyphicon-lamp:before {
  content: "\e223";}
.imtables .glyphicon-duplicate:before {
  content: "\e224";}
.imtables .glyphicon-piggy-bank:before {
  content: "\e225";}
.imtables .glyphicon-scissors:before {
  content: "\e226";}
.imtables .glyphicon-bitcoin:before {
  content: "\e227";}
.imtables .glyphicon-btc:before {
  content: "\e227";}
.imtables .glyphicon-xbt:before {
  content: "\e227";}
.imtables .glyphicon-yen:before {
  content: "\00a5";}
.imtables .glyphicon-jpy:before {
  content: "\00a5";}
.imtables .glyphicon-ruble:before {
  content: "\20bd";}
.imtables .glyphicon-rub:before {
  content: "\20bd";}
.imtables .glyphicon-scale:before {
  content: "\e230";}
.imtables .glyphicon-ice-lolly:before {
  content: "\e231";}
.imtables .glyphicon-ice-lolly-tasted:before {
  content: "\e232";}
.imtables .glyphicon-education:before {
  content: "\e233";}
.imtables .glyphicon-option-horizontal:before {
  content: "\e234";}
.imtables .glyphicon-option-vertical:before {
  content: "\e235";}
.imtables .glyphicon-menu-hamburger:before {
  content: "\e236";}
.imtables .glyphicon-modal-window:before {
  content: "\e237";}
.imtables .glyphicon-oil:before {
  content: "\e238";}
.imtables .glyphicon-grain:before {
  content: "\e239";}
.imtables .glyphicon-sunglasses:before {
  content: "\e240";}
.imtables .glyphicon-text-size:before {
  content: "\e241";}
.imtables .glyphicon-text-color:before {
  content: "\e242";}
.imtables .glyphicon-text-background:before {
  content: "\e243";}
.imtables .glyphicon-object-align-top:before {
  content: "\e244";}
.imtables .glyphicon-object-align-bottom:before {
  content: "\e245";}
.imtables .glyphicon-object-align-horizontal:before {
  content: "\e246";}
.imtables .glyphicon-object-align-left:before {
  content: "\e247";}
.imtables .glyphicon-object-align-vertical:before {
  content: "\e248";}
.imtables .glyphicon-object-align-right:before {
  content: "\e249";}
.imtables .glyphicon-triangle-right:before {
  content: "\e250";}
.imtables .glyphicon-triangle-left:before {
  content: "\e251";}
.imtables .glyphicon-triangle-bottom:before {
  content: "\e252";}
.imtables .glyphicon-triangle-top:before {
  content: "\e253";}
.imtables .glyphicon-console:before {
  content: "\e254";}
.imtables .glyphicon-superscript:before {
  content: "\e255";}
.imtables .glyphicon-subscript:before {
  content: "\e256";}
.imtables .glyphicon-menu-left:before {
  content: "\e257";}
.imtables .glyphicon-menu-right:before {
  content: "\e258";}
.imtables .glyphicon-menu-down:before {
  content: "\e259";}
.imtables .glyphicon-menu-up:before {
  content: "\e260";}
.imtables * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.imtables *:before,
.imtables *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.imtables {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0 , 0 , 0 , 0);}
.imtables {
  font-family: 'Open Sans' , 'Droid Sans' , 'Helvetica Neue' , Helvetica , Arial , sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;}
.imtables input,
.imtables button,
.imtables select,
.imtables textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;}
.imtables a {
  color: #37578b;
  text-decoration: none;}
.imtables a:hover,
.imtables a:focus {
  color: #213554;
  text-decoration: underline;}
.imtables a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
.imtables figure {
  margin: 0;}
.imtables img {
  vertical-align: middle;}
.imtables .img-responsive,
.imtables .thumbnail > img,
.imtables .thumbnail a > img,
.imtables .carousel-inner > .item > img,
.imtables .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;}
.imtables .img-rounded {
  border-radius: 3px;}
.imtables .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;}
.imtables .img-circle {
  border-radius: 50%;}
.imtables hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;}
.imtables .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 , 0 , 0 , 0);
  border: 0;}
.imtables .sr-only-focusable:active,
.imtables .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;}
.imtables [role="button"] {
  cursor: pointer;}
.imtables h1,
.imtables h2,
.imtables h3,
.imtables h4,
.imtables h5,
.imtables h6,
.imtables .h1,
.imtables .h2,
.imtables .h3,
.imtables .h4,
.imtables .h5,
.imtables .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;}
.imtables h1 small,
.imtables h2 small,
.imtables h3 small,
.imtables h4 small,
.imtables h5 small,
.imtables h6 small,
.imtables .h1 small,
.imtables .h2 small,
.imtables .h3 small,
.imtables .h4 small,
.imtables .h5 small,
.imtables .h6 small,
.imtables h1 .small,
.imtables h2 .small,
.imtables h3 .small,
.imtables h4 .small,
.imtables h5 .small,
.imtables h6 .small,
.imtables .h1 .small,
.imtables .h2 .small,
.imtables .h3 .small,
.imtables .h4 .small,
.imtables .h5 .small,
.imtables .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;}
.imtables h1,
.imtables .h1,
.imtables h2,
.imtables .h2,
.imtables h3,
.imtables .h3 {
  margin-top: 20px;
  margin-bottom: 10px;}
.imtables h1 small,
.imtables .h1 small,
.imtables h2 small,
.imtables .h2 small,
.imtables h3 small,
.imtables .h3 small,
.imtables h1 .small,
.imtables .h1 .small,
.imtables h2 .small,
.imtables .h2 .small,
.imtables h3 .small,
.imtables .h3 .small {
  font-size: 65%;}
.imtables h4,
.imtables .h4,
.imtables h5,
.imtables .h5,
.imtables h6,
.imtables .h6 {
  margin-top: 10px;
  margin-bottom: 10px;}
.imtables h4 small,
.imtables .h4 small,
.imtables h5 small,
.imtables .h5 small,
.imtables h6 small,
.imtables .h6 small,
.imtables h4 .small,
.imtables .h4 .small,
.imtables h5 .small,
.imtables .h5 .small,
.imtables h6 .small,
.imtables .h6 .small {
  font-size: 75%;}
.imtables h1,
.imtables .h1 {
  font-size: 36px;}
.imtables h2,
.imtables .h2 {
  font-size: 30px;}
.imtables h3,
.imtables .h3 {
  font-size: 24px;}
.imtables h4,
.imtables .h4 {
  font-size: 18px;}
.imtables h5,
.imtables .h5 {
  font-size: 14px;}
.imtables h6,
.imtables .h6 {
  font-size: 12px;}
.imtables p {
  margin: 0 0 10px;}
.imtables .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;}
@media (min-width:768px) {
.imtables .lead {
    font-size: 21px;}}
.imtables small,
.imtables .small {
  font-size: 85%;}
.imtables mark,
.imtables .mark {
  background-color: #ffe3b1;
  padding: .2em;}
.imtables .text-left {
  text-align: left;}
.imtables .text-right {
  text-align: right;}
.imtables .text-center {
  text-align: center;}
.imtables .text-justify {
  text-align: justify;}
.imtables .text-nowrap {
  white-space: nowrap;}
.imtables .text-lowercase {
  text-transform: lowercase;}
.imtables .text-uppercase {
  text-transform: uppercase;}
.imtables .text-capitalize {
  text-transform: capitalize;}
.imtables .text-muted {
  color: #777777;}
.imtables .text-primary {
  color: #37578b;}
.imtables a.text-primary:hover,
.imtables a.text-primary:focus {
  color: #294066;}
.imtables .text-success {
  color: #3c763d;}
.imtables a.text-success:hover,
.imtables a.text-success:focus {
  color: #2b542c;}
.imtables .text-info {
  color: #102f5f;}
.imtables a.text-info:hover,
.imtables a.text-info:focus {
  color: #091933;}
.imtables .text-warning {
  color: #94630b;}
.imtables a.text-warning:hover,
.imtables a.text-warning:focus {
  color: #654307;}
.imtables .text-danger {
  color: #850a2f;}
.imtables a.text-danger:hover,
.imtables a.text-danger:focus {
  color: #56061e;}
.imtables .bg-primary {
  color: #fff;
  background-color: #37578b;}
.imtables a.bg-primary:hover,
.imtables a.bg-primary:focus {
  background-color: #294066;}
.imtables .bg-success {
  background-color: #dff0d8;}
.imtables a.bg-success:hover,
.imtables a.bg-success:focus {
  background-color: #c1e2b3;}
.imtables .bg-info {
  background-color: #9db4d9;}
.imtables a.bg-info:hover,
.imtables a.bg-info:focus {
  background-color: #7898cb;}
.imtables .bg-warning {
  background-color: #ffe3b1;}
.imtables a.bg-warning:hover,
.imtables a.bg-warning:focus {
  background-color: #ffd17e;}
.imtables .bg-danger {
  background-color: #f3a9bf;}
.imtables a.bg-danger:hover,
.imtables a.bg-danger:focus {
  background-color: #ed7c9e;}
.imtables .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;}
.imtables ul,
.imtables ol {
  margin-top: 0;
  margin-bottom: 10px;}
.imtables ul ul,
.imtables ol ul,
.imtables ul ol,
.imtables ol ol {
  margin-bottom: 0;}
.imtables .list-unstyled {
  padding-left: 0;
  list-style: none;}
.imtables .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;}
.imtables .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;}
.imtables dl {
  margin-top: 0;
  margin-bottom: 20px;}
.imtables dt,
.imtables dd {
  line-height: 1.42857143;}
.imtables dt {
  font-weight: bold;}
.imtables dd {
  margin-left: 0;}
@media (min-width:768px) {
.imtables .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.imtables .dl-horizontal dd {
    margin-left: 180px;}}
.imtables abbr[title],
.imtables abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;}
.imtables .initialism {
  font-size: 90%;
  text-transform: uppercase;}
.imtables blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;}
.imtables blockquote p:last-child,
.imtables blockquote ul:last-child,
.imtables blockquote ol:last-child {
  margin-bottom: 0;}
.imtables blockquote footer,
.imtables blockquote small,
.imtables blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;}
.imtables blockquote footer:before,
.imtables blockquote small:before,
.imtables blockquote .small:before {
  content: '\2014 \00A0';}
.imtables .blockquote-reverse,
.imtables blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;}
.imtables .blockquote-reverse footer:before,
.imtables blockquote.pull-right footer:before,
.imtables .blockquote-reverse small:before,
.imtables blockquote.pull-right small:before,
.imtables .blockquote-reverse .small:before,
.imtables blockquote.pull-right .small:before {
  content: '';}
.imtables .blockquote-reverse footer:after,
.imtables blockquote.pull-right footer:after,
.imtables .blockquote-reverse small:after,
.imtables blockquote.pull-right small:after,
.imtables .blockquote-reverse .small:after,
.imtables blockquote.pull-right .small:after {
  content: '\00A0 \2014';}
.imtables address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;}
.imtables code,
.imtables kbd,
.imtables pre,
.imtables samp {
  font-family: Menlo , Monaco , Consolas , "Courier New" , monospace;}
.imtables code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;}
.imtables kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0 , 0 , 0 , 0.25);}
.imtables kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;}
.imtables pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;}
.imtables pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;}
.imtables .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;}
.imtables .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;}
@media (min-width:768px) {
.imtables .container {
    width: 750px;}}
@media (min-width:900px) {
.imtables .container {
    width: 970px;}}
@media (min-width:1200px) {
.imtables .container {
    width: 1170px;}}
.imtables .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;}
.imtables .row {
  margin-left: -15px;
  margin-right: -15px;}
.imtables .col-xs-1, .imtables .col-sm-1, .imtables .col-md-1, .imtables .col-lg-1, .imtables .col-xs-2, .imtables .col-sm-2, .imtables .col-md-2, .imtables .col-lg-2, .imtables .col-xs-3, .imtables .col-sm-3, .imtables .col-md-3, .imtables .col-lg-3, .imtables .col-xs-4, .imtables .col-sm-4, .imtables .col-md-4, .imtables .col-lg-4, .imtables .col-xs-5, .imtables .col-sm-5, .imtables .col-md-5, .imtables .col-lg-5, .imtables .col-xs-6, .imtables .col-sm-6, .imtables .col-md-6, .imtables .col-lg-6, .imtables .col-xs-7, .imtables .col-sm-7, .imtables .col-md-7, .imtables .col-lg-7, .imtables .col-xs-8, .imtables .col-sm-8, .imtables .col-md-8, .imtables .col-lg-8, .imtables .col-xs-9, .imtables .col-sm-9, .imtables .col-md-9, .imtables .col-lg-9, .imtables .col-xs-10, .imtables .col-sm-10, .imtables .col-md-10, .imtables .col-lg-10, .imtables .col-xs-11, .imtables .col-sm-11, .imtables .col-md-11, .imtables .col-lg-11, .imtables .col-xs-12, .imtables .col-sm-12, .imtables .col-md-12, .imtables .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;}
.imtables .col-xs-1, .imtables .col-xs-2, .imtables .col-xs-3, .imtables .col-xs-4, .imtables .col-xs-5, .imtables .col-xs-6, .imtables .col-xs-7, .imtables .col-xs-8, .imtables .col-xs-9, .imtables .col-xs-10, .imtables .col-xs-11, .imtables .col-xs-12 {
  float: left;}
.imtables .col-xs-12 {
  width: 100%;}
.imtables .col-xs-11 {
  width: 91.66666667%;}
.imtables .col-xs-10 {
  width: 83.33333333%;}
.imtables .col-xs-9 {
  width: 75%;}
.imtables .col-xs-8 {
  width: 66.66666667%;}
.imtables .col-xs-7 {
  width: 58.33333333%;}
.imtables .col-xs-6 {
  width: 50%;}
.imtables .col-xs-5 {
  width: 41.66666667%;}
.imtables .col-xs-4 {
  width: 33.33333333%;}
.imtables .col-xs-3 {
  width: 25%;}
.imtables .col-xs-2 {
  width: 16.66666667%;}
.imtables .col-xs-1 {
  width: 8.33333333%;}
.imtables .col-xs-pull-12 {
  right: 100%;}
.imtables .col-xs-pull-11 {
  right: 91.66666667%;}
.imtables .col-xs-pull-10 {
  right: 83.33333333%;}
.imtables .col-xs-pull-9 {
  right: 75%;}
.imtables .col-xs-pull-8 {
  right: 66.66666667%;}
.imtables .col-xs-pull-7 {
  right: 58.33333333%;}
.imtables .col-xs-pull-6 {
  right: 50%;}
.imtables .col-xs-pull-5 {
  right: 41.66666667%;}
.imtables .col-xs-pull-4 {
  right: 33.33333333%;}
.imtables .col-xs-pull-3 {
  right: 25%;}
.imtables .col-xs-pull-2 {
  right: 16.66666667%;}
.imtables .col-xs-pull-1 {
  right: 8.33333333%;}
.imtables .col-xs-pull-0 {
  right: auto;}
.imtables .col-xs-push-12 {
  left: 100%;}
.imtables .col-xs-push-11 {
  left: 91.66666667%;}
.imtables .col-xs-push-10 {
  left: 83.33333333%;}
.imtables .col-xs-push-9 {
  left: 75%;}
.imtables .col-xs-push-8 {
  left: 66.66666667%;}
.imtables .col-xs-push-7 {
  left: 58.33333333%;}
.imtables .col-xs-push-6 {
  left: 50%;}
.imtables .col-xs-push-5 {
  left: 41.66666667%;}
.imtables .col-xs-push-4 {
  left: 33.33333333%;}
.imtables .col-xs-push-3 {
  left: 25%;}
.imtables .col-xs-push-2 {
  left: 16.66666667%;}
.imtables .col-xs-push-1 {
  left: 8.33333333%;}
.imtables .col-xs-push-0 {
  left: auto;}
.imtables .col-xs-offset-12 {
  margin-left: 100%;}
.imtables .col-xs-offset-11 {
  margin-left: 91.66666667%;}
.imtables .col-xs-offset-10 {
  margin-left: 83.33333333%;}
.imtables .col-xs-offset-9 {
  margin-left: 75%;}
.imtables .col-xs-offset-8 {
  margin-left: 66.66666667%;}
.imtables .col-xs-offset-7 {
  margin-left: 58.33333333%;}
.imtables .col-xs-offset-6 {
  margin-left: 50%;}
.imtables .col-xs-offset-5 {
  margin-left: 41.66666667%;}
.imtables .col-xs-offset-4 {
  margin-left: 33.33333333%;}
.imtables .col-xs-offset-3 {
  margin-left: 25%;}
.imtables .col-xs-offset-2 {
  margin-left: 16.66666667%;}
.imtables .col-xs-offset-1 {
  margin-left: 8.33333333%;}
.imtables .col-xs-offset-0 {
  margin-left: 0%;}
@media (min-width:768px) {
.imtables .col-sm-1, .imtables .col-sm-2, .imtables .col-sm-3, .imtables .col-sm-4, .imtables .col-sm-5, .imtables .col-sm-6, .imtables .col-sm-7, .imtables .col-sm-8, .imtables .col-sm-9, .imtables .col-sm-10, .imtables .col-sm-11, .imtables .col-sm-12 {
    float: left;}
.imtables .col-sm-12 {
    width: 100%;}
.imtables .col-sm-11 {
    width: 91.66666667%;}
.imtables .col-sm-10 {
    width: 83.33333333%;}
.imtables .col-sm-9 {
    width: 75%;}
.imtables .col-sm-8 {
    width: 66.66666667%;}
.imtables .col-sm-7 {
    width: 58.33333333%;}
.imtables .col-sm-6 {
    width: 50%;}
.imtables .col-sm-5 {
    width: 41.66666667%;}
.imtables .col-sm-4 {
    width: 33.33333333%;}
.imtables .col-sm-3 {
    width: 25%;}
.imtables .col-sm-2 {
    width: 16.66666667%;}
.imtables .col-sm-1 {
    width: 8.33333333%;}
.imtables .col-sm-pull-12 {
    right: 100%;}
.imtables .col-sm-pull-11 {
    right: 91.66666667%;}
.imtables .col-sm-pull-10 {
    right: 83.33333333%;}
.imtables .col-sm-pull-9 {
    right: 75%;}
.imtables .col-sm-pull-8 {
    right: 66.66666667%;}
.imtables .col-sm-pull-7 {
    right: 58.33333333%;}
.imtables .col-sm-pull-6 {
    right: 50%;}
.imtables .col-sm-pull-5 {
    right: 41.66666667%;}
.imtables .col-sm-pull-4 {
    right: 33.33333333%;}
.imtables .col-sm-pull-3 {
    right: 25%;}
.imtables .col-sm-pull-2 {
    right: 16.66666667%;}
.imtables .col-sm-pull-1 {
    right: 8.33333333%;}
.imtables .col-sm-pull-0 {
    right: auto;}
.imtables .col-sm-push-12 {
    left: 100%;}
.imtables .col-sm-push-11 {
    left: 91.66666667%;}
.imtables .col-sm-push-10 {
    left: 83.33333333%;}
.imtables .col-sm-push-9 {
    left: 75%;}
.imtables .col-sm-push-8 {
    left: 66.66666667%;}
.imtables .col-sm-push-7 {
    left: 58.33333333%;}
.imtables .col-sm-push-6 {
    left: 50%;}
.imtables .col-sm-push-5 {
    left: 41.66666667%;}
.imtables .col-sm-push-4 {
    left: 33.33333333%;}
.imtables .col-sm-push-3 {
    left: 25%;}
.imtables .col-sm-push-2 {
    left: 16.66666667%;}
.imtables .col-sm-push-1 {
    left: 8.33333333%;}
.imtables .col-sm-push-0 {
    left: auto;}
.imtables .col-sm-offset-12 {
    margin-left: 100%;}
.imtables .col-sm-offset-11 {
    margin-left: 91.66666667%;}
.imtables .col-sm-offset-10 {
    margin-left: 83.33333333%;}
.imtables .col-sm-offset-9 {
    margin-left: 75%;}
.imtables .col-sm-offset-8 {
    margin-left: 66.66666667%;}
.imtables .col-sm-offset-7 {
    margin-left: 58.33333333%;}
.imtables .col-sm-offset-6 {
    margin-left: 50%;}
.imtables .col-sm-offset-5 {
    margin-left: 41.66666667%;}
.imtables .col-sm-offset-4 {
    margin-left: 33.33333333%;}
.imtables .col-sm-offset-3 {
    margin-left: 25%;}
.imtables .col-sm-offset-2 {
    margin-left: 16.66666667%;}
.imtables .col-sm-offset-1 {
    margin-left: 8.33333333%;}
.imtables .col-sm-offset-0 {
    margin-left: 0%;}}
@media (min-width:900px) {
.imtables .col-md-1, .imtables .col-md-2, .imtables .col-md-3, .imtables .col-md-4, .imtables .col-md-5, .imtables .col-md-6, .imtables .col-md-7, .imtables .col-md-8, .imtables .col-md-9, .imtables .col-md-10, .imtables .col-md-11, .imtables .col-md-12 {
    float: left;}
.imtables .col-md-12 {
    width: 100%;}
.imtables .col-md-11 {
    width: 91.66666667%;}
.imtables .col-md-10 {
    width: 83.33333333%;}
.imtables .col-md-9 {
    width: 75%;}
.imtables .col-md-8 {
    width: 66.66666667%;}
.imtables .col-md-7 {
    width: 58.33333333%;}
.imtables .col-md-6 {
    width: 50%;}
.imtables .col-md-5 {
    width: 41.66666667%;}
.imtables .col-md-4 {
    width: 33.33333333%;}
.imtables .col-md-3 {
    width: 25%;}
.imtables .col-md-2 {
    width: 16.66666667%;}
.imtables .col-md-1 {
    width: 8.33333333%;}
.imtables .col-md-pull-12 {
    right: 100%;}
.imtables .col-md-pull-11 {
    right: 91.66666667%;}
.imtables .col-md-pull-10 {
    right: 83.33333333%;}
.imtables .col-md-pull-9 {
    right: 75%;}
.imtables .col-md-pull-8 {
    right: 66.66666667%;}
.imtables .col-md-pull-7 {
    right: 58.33333333%;}
.imtables .col-md-pull-6 {
    right: 50%;}
.imtables .col-md-pull-5 {
    right: 41.66666667%;}
.imtables .col-md-pull-4 {
    right: 33.33333333%;}
.imtables .col-md-pull-3 {
    right: 25%;}
.imtables .col-md-pull-2 {
    right: 16.66666667%;}
.imtables .col-md-pull-1 {
    right: 8.33333333%;}
.imtables .col-md-pull-0 {
    right: auto;}
.imtables .col-md-push-12 {
    left: 100%;}
.imtables .col-md-push-11 {
    left: 91.66666667%;}
.imtables .col-md-push-10 {
    left: 83.33333333%;}
.imtables .col-md-push-9 {
    left: 75%;}
.imtables .col-md-push-8 {
    left: 66.66666667%;}
.imtables .col-md-push-7 {
    left: 58.33333333%;}
.imtables .col-md-push-6 {
    left: 50%;}
.imtables .col-md-push-5 {
    left: 41.66666667%;}
.imtables .col-md-push-4 {
    left: 33.33333333%;}
.imtables .col-md-push-3 {
    left: 25%;}
.imtables .col-md-push-2 {
    left: 16.66666667%;}
.imtables .col-md-push-1 {
    left: 8.33333333%;}
.imtables .col-md-push-0 {
    left: auto;}
.imtables .col-md-offset-12 {
    margin-left: 100%;}
.imtables .col-md-offset-11 {
    margin-left: 91.66666667%;}
.imtables .col-md-offset-10 {
    margin-left: 83.33333333%;}
.imtables .col-md-offset-9 {
    margin-left: 75%;}
.imtables .col-md-offset-8 {
    margin-left: 66.66666667%;}
.imtables .col-md-offset-7 {
    margin-left: 58.33333333%;}
.imtables .col-md-offset-6 {
    margin-left: 50%;}
.imtables .col-md-offset-5 {
    margin-left: 41.66666667%;}
.imtables .col-md-offset-4 {
    margin-left: 33.33333333%;}
.imtables .col-md-offset-3 {
    margin-left: 25%;}
.imtables .col-md-offset-2 {
    margin-left: 16.66666667%;}
.imtables .col-md-offset-1 {
    margin-left: 8.33333333%;}
.imtables .col-md-offset-0 {
    margin-left: 0%;}}
@media (min-width:1200px) {
.imtables .col-lg-1, .imtables .col-lg-2, .imtables .col-lg-3, .imtables .col-lg-4, .imtables .col-lg-5, .imtables .col-lg-6, .imtables .col-lg-7, .imtables .col-lg-8, .imtables .col-lg-9, .imtables .col-lg-10, .imtables .col-lg-11, .imtables .col-lg-12 {
    float: left;}
.imtables .col-lg-12 {
    width: 100%;}
.imtables .col-lg-11 {
    width: 91.66666667%;}
.imtables .col-lg-10 {
    width: 83.33333333%;}
.imtables .col-lg-9 {
    width: 75%;}
.imtables .col-lg-8 {
    width: 66.66666667%;}
.imtables .col-lg-7 {
    width: 58.33333333%;}
.imtables .col-lg-6 {
    width: 50%;}
.imtables .col-lg-5 {
    width: 41.66666667%;}
.imtables .col-lg-4 {
    width: 33.33333333%;}
.imtables .col-lg-3 {
    width: 25%;}
.imtables .col-lg-2 {
    width: 16.66666667%;}
.imtables .col-lg-1 {
    width: 8.33333333%;}
.imtables .col-lg-pull-12 {
    right: 100%;}
.imtables .col-lg-pull-11 {
    right: 91.66666667%;}
.imtables .col-lg-pull-10 {
    right: 83.33333333%;}
.imtables .col-lg-pull-9 {
    right: 75%;}
.imtables .col-lg-pull-8 {
    right: 66.66666667%;}
.imtables .col-lg-pull-7 {
    right: 58.33333333%;}
.imtables .col-lg-pull-6 {
    right: 50%;}
.imtables .col-lg-pull-5 {
    right: 41.66666667%;}
.imtables .col-lg-pull-4 {
    right: 33.33333333%;}
.imtables .col-lg-pull-3 {
    right: 25%;}
.imtables .col-lg-pull-2 {
    right: 16.66666667%;}
.imtables .col-lg-pull-1 {
    right: 8.33333333%;}
.imtables .col-lg-pull-0 {
    right: auto;}
.imtables .col-lg-push-12 {
    left: 100%;}
.imtables .col-lg-push-11 {
    left: 91.66666667%;}
.imtables .col-lg-push-10 {
    left: 83.33333333%;}
.imtables .col-lg-push-9 {
    left: 75%;}
.imtables .col-lg-push-8 {
    left: 66.66666667%;}
.imtables .col-lg-push-7 {
    left: 58.33333333%;}
.imtables .col-lg-push-6 {
    left: 50%;}
.imtables .col-lg-push-5 {
    left: 41.66666667%;}
.imtables .col-lg-push-4 {
    left: 33.33333333%;}
.imtables .col-lg-push-3 {
    left: 25%;}
.imtables .col-lg-push-2 {
    left: 16.66666667%;}
.imtables .col-lg-push-1 {
    left: 8.33333333%;}
.imtables .col-lg-push-0 {
    left: auto;}
.imtables .col-lg-offset-12 {
    margin-left: 100%;}
.imtables .col-lg-offset-11 {
    margin-left: 91.66666667%;}
.imtables .col-lg-offset-10 {
    margin-left: 83.33333333%;}
.imtables .col-lg-offset-9 {
    margin-left: 75%;}
.imtables .col-lg-offset-8 {
    margin-left: 66.66666667%;}
.imtables .col-lg-offset-7 {
    margin-left: 58.33333333%;}
.imtables .col-lg-offset-6 {
    margin-left: 50%;}
.imtables .col-lg-offset-5 {
    margin-left: 41.66666667%;}
.imtables .col-lg-offset-4 {
    margin-left: 33.33333333%;}
.imtables .col-lg-offset-3 {
    margin-left: 25%;}
.imtables .col-lg-offset-2 {
    margin-left: 16.66666667%;}
.imtables .col-lg-offset-1 {
    margin-left: 8.33333333%;}
.imtables .col-lg-offset-0 {
    margin-left: 0%;}}
.imtables table {
  background-color: transparent;}
.imtables caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;}
.imtables th {
  text-align: left;}
.imtables .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;}
.imtables .table > thead > tr > th,
.imtables .table > tbody > tr > th,
.imtables .table > tfoot > tr > th,
.imtables .table > thead > tr > td,
.imtables .table > tbody > tr > td,
.imtables .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;}
.imtables .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;}
.imtables .table > caption + thead > tr:first-child > th,
.imtables .table > colgroup + thead > tr:first-child > th,
.imtables .table > thead:first-child > tr:first-child > th,
.imtables .table > caption + thead > tr:first-child > td,
.imtables .table > colgroup + thead > tr:first-child > td,
.imtables .table > thead:first-child > tr:first-child > td {
  border-top: 0;}
.imtables .table > tbody + tbody {
  border-top: 2px solid #ddd;}
.imtables .table .table {
  background-color: #fff;}
.imtables .table-condensed > thead > tr > th,
.imtables .table-condensed > tbody > tr > th,
.imtables .table-condensed > tfoot > tr > th,
.imtables .table-condensed > thead > tr > td,
.imtables .table-condensed > tbody > tr > td,
.imtables .table-condensed > tfoot > tr > td {
  padding: 5px;}
.imtables .table-bordered {
  border: 1px solid #ddd;}
.imtables .table-bordered > thead > tr > th,
.imtables .table-bordered > tbody > tr > th,
.imtables .table-bordered > tfoot > tr > th,
.imtables .table-bordered > thead > tr > td,
.imtables .table-bordered > tbody > tr > td,
.imtables .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;}
.imtables .table-bordered > thead > tr > th,
.imtables .table-bordered > thead > tr > td {
  border-bottom-width: 2px;}
.imtables .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;}
.imtables .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;}
.imtables table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;}
.imtables table td[class*="col-"],
.imtables table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;}
.imtables .table > thead > tr > td.active,
.imtables .table > tbody > tr > td.active,
.imtables .table > tfoot > tr > td.active,
.imtables .table > thead > tr > th.active,
.imtables .table > tbody > tr > th.active,
.imtables .table > tfoot > tr > th.active,
.imtables .table > thead > tr.active > td,
.imtables .table > tbody > tr.active > td,
.imtables .table > tfoot > tr.active > td,
.imtables .table > thead > tr.active > th,
.imtables .table > tbody > tr.active > th,
.imtables .table > tfoot > tr.active > th {
  background-color: #f5f5f5;}
.imtables .table-hover > tbody > tr > td.active:hover,
.imtables .table-hover > tbody > tr > th.active:hover,
.imtables .table-hover > tbody > tr.active:hover > td,
.imtables .table-hover > tbody > tr:hover > .active,
.imtables .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;}
.imtables .table > thead > tr > td.success,
.imtables .table > tbody > tr > td.success,
.imtables .table > tfoot > tr > td.success,
.imtables .table > thead > tr > th.success,
.imtables .table > tbody > tr > th.success,
.imtables .table > tfoot > tr > th.success,
.imtables .table > thead > tr.success > td,
.imtables .table > tbody > tr.success > td,
.imtables .table > tfoot > tr.success > td,
.imtables .table > thead > tr.success > th,
.imtables .table > tbody > tr.success > th,
.imtables .table > tfoot > tr.success > th {
  background-color: #dff0d8;}
.imtables .table-hover > tbody > tr > td.success:hover,
.imtables .table-hover > tbody > tr > th.success:hover,
.imtables .table-hover > tbody > tr.success:hover > td,
.imtables .table-hover > tbody > tr:hover > .success,
.imtables .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;}
.imtables .table > thead > tr > td.info,
.imtables .table > tbody > tr > td.info,
.imtables .table > tfoot > tr > td.info,
.imtables .table > thead > tr > th.info,
.imtables .table > tbody > tr > th.info,
.imtables .table > tfoot > tr > th.info,
.imtables .table > thead > tr.info > td,
.imtables .table > tbody > tr.info > td,
.imtables .table > tfoot > tr.info > td,
.imtables .table > thead > tr.info > th,
.imtables .table > tbody > tr.info > th,
.imtables .table > tfoot > tr.info > th {
  background-color: #9db4d9;}
.imtables .table-hover > tbody > tr > td.info:hover,
.imtables .table-hover > tbody > tr > th.info:hover,
.imtables .table-hover > tbody > tr.info:hover > td,
.imtables .table-hover > tbody > tr:hover > .info,
.imtables .table-hover > tbody > tr.info:hover > th {
  background-color: #8ba6d2;}
.imtables .table > thead > tr > td.warning,
.imtables .table > tbody > tr > td.warning,
.imtables .table > tfoot > tr > td.warning,
.imtables .table > thead > tr > th.warning,
.imtables .table > tbody > tr > th.warning,
.imtables .table > tfoot > tr > th.warning,
.imtables .table > thead > tr.warning > td,
.imtables .table > tbody > tr.warning > td,
.imtables .table > tfoot > tr.warning > td,
.imtables .table > thead > tr.warning > th,
.imtables .table > tbody > tr.warning > th,
.imtables .table > tfoot > tr.warning > th {
  background-color: #ffe3b1;}
.imtables .table-hover > tbody > tr > td.warning:hover,
.imtables .table-hover > tbody > tr > th.warning:hover,
.imtables .table-hover > tbody > tr.warning:hover > td,
.imtables .table-hover > tbody > tr:hover > .warning,
.imtables .table-hover > tbody > tr.warning:hover > th {
  background-color: #ffda98;}
.imtables .table > thead > tr > td.danger,
.imtables .table > tbody > tr > td.danger,
.imtables .table > tfoot > tr > td.danger,
.imtables .table > thead > tr > th.danger,
.imtables .table > tbody > tr > th.danger,
.imtables .table > tfoot > tr > th.danger,
.imtables .table > thead > tr.danger > td,
.imtables .table > tbody > tr.danger > td,
.imtables .table > tfoot > tr.danger > td,
.imtables .table > thead > tr.danger > th,
.imtables .table > tbody > tr.danger > th,
.imtables .table > tfoot > tr.danger > th {
  background-color: #f3a9bf;}
.imtables .table-hover > tbody > tr > td.danger:hover,
.imtables .table-hover > tbody > tr > th.danger:hover,
.imtables .table-hover > tbody > tr.danger:hover > td,
.imtables .table-hover > tbody > tr:hover > .danger,
.imtables .table-hover > tbody > tr.danger:hover > th {
  background-color: #f093ae;}
.imtables .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;}
@media screen and (max-width:767px) {
.imtables .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;}
.imtables .table-responsive > .table {
    margin-bottom: 0;}
.imtables .table-responsive > .table > thead > tr > th,
.imtables .table-responsive > .table > tbody > tr > th,
.imtables .table-responsive > .table > tfoot > tr > th,
.imtables .table-responsive > .table > thead > tr > td,
.imtables .table-responsive > .table > tbody > tr > td,
.imtables .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;}
.imtables .table-responsive > .table-bordered {
    border: 0;}
.imtables .table-responsive > .table-bordered > thead > tr > th:first-child,
.imtables .table-responsive > .table-bordered > tbody > tr > th:first-child,
.imtables .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.imtables .table-responsive > .table-bordered > thead > tr > td:first-child,
.imtables .table-responsive > .table-bordered > tbody > tr > td:first-child,
.imtables .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;}
.imtables .table-responsive > .table-bordered > thead > tr > th:last-child,
.imtables .table-responsive > .table-bordered > tbody > tr > th:last-child,
.imtables .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.imtables .table-responsive > .table-bordered > thead > tr > td:last-child,
.imtables .table-responsive > .table-bordered > tbody > tr > td:last-child,
.imtables .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;}
.imtables .table-responsive > .table-bordered > tbody > tr:last-child > th,
.imtables .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.imtables .table-responsive > .table-bordered > tbody > tr:last-child > td,
.imtables .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;}}
.imtables fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;}
.imtables legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;}
.imtables label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;}
.imtables input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
.imtables input[type="radio"],
.imtables input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;}
.imtables input[type="file"] {
  display: block;}
.imtables input[type="range"] {
  display: block;
  width: 100%;}
.imtables select[multiple],
.imtables select[size] {
  height: auto;}
.imtables input[type="file"]:focus,
.imtables input[type="radio"]:focus,
.imtables input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
.imtables output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;}
.imtables .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-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-color ease-in-out .15s , box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;}
.imtables .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , .075) , 0 0 8px rgba(102 , 175 , 233 , 0.6);
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , .075) , 0 0 8px rgba(102 , 175 , 233 , 0.6);}
.imtables .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;}
.imtables .form-control:-ms-input-placeholder {
  color: #999;}
.imtables .form-control::-webkit-input-placeholder {
  color: #999;}
.imtables .form-control::-ms-expand {
  border: 0;
  background-color: transparent;}
.imtables .form-control[disabled],
.imtables .form-control[readonly],
.imtables fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;}
.imtables .form-control[disabled],
.imtables fieldset[disabled] .form-control {
  cursor: not-allowed;}
.imtables textarea.form-control {
  height: auto;}
.imtables input[type="search"] {
  -webkit-appearance: none;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.imtables input[type="date"].form-control,
.imtables input[type="time"].form-control,
.imtables input[type="datetime-local"].form-control,
.imtables input[type="month"].form-control {
    line-height: 34px;}
.imtables input[type="date"].input-sm,
.imtables input[type="time"].input-sm,
.imtables input[type="datetime-local"].input-sm,
.imtables input[type="month"].input-sm,
.imtables .input-group-sm input[type="date"],
.imtables .input-group-sm input[type="time"],
.imtables .input-group-sm input[type="datetime-local"],
.imtables .input-group-sm input[type="month"] {
    line-height: 30px;}
.imtables input[type="date"].input-lg,
.imtables input[type="time"].input-lg,
.imtables input[type="datetime-local"].input-lg,
.imtables input[type="month"].input-lg,
.imtables .input-group-lg input[type="date"],
.imtables .input-group-lg input[type="time"],
.imtables .input-group-lg input[type="datetime-local"],
.imtables .input-group-lg input[type="month"] {
    line-height: 46px;}}
.imtables .form-group {
  margin-bottom: 15px;}
.imtables .radio,
.imtables .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;}
.imtables .radio label,
.imtables .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;}
.imtables .radio input[type="radio"],
.imtables .radio-inline input[type="radio"],
.imtables .checkbox input[type="checkbox"],
.imtables .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;}
.imtables .radio + .radio,
.imtables .checkbox + .checkbox {
  margin-top: -5px;}
.imtables .radio-inline,
.imtables .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;}
.imtables .radio-inline + .radio-inline,
.imtables .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;}
.imtables input[type="radio"][disabled],
.imtables input[type="checkbox"][disabled],
.imtables input[type="radio"].disabled,
.imtables input[type="checkbox"].disabled,
.imtables fieldset[disabled] input[type="radio"],
.imtables fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;}
.imtables .radio-inline.disabled,
.imtables .checkbox-inline.disabled,
.imtables fieldset[disabled] .radio-inline,
.imtables fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;}
.imtables .radio.disabled label,
.imtables .checkbox.disabled label,
.imtables fieldset[disabled] .radio label,
.imtables fieldset[disabled] .checkbox label {
  cursor: not-allowed;}
.imtables .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;}
.imtables .form-control-static.input-lg,
.imtables .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;}
.imtables .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;}
.imtables select.input-sm {
  height: 30px;
  line-height: 30px;}
.imtables textarea.input-sm,
.imtables select[multiple].input-sm {
  height: auto;}
.imtables .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;}
.imtables .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;}
.imtables .form-group-sm textarea.form-control,
.imtables .form-group-sm select[multiple].form-control {
  height: auto;}
.imtables .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;}
.imtables .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
.imtables select.input-lg {
  height: 46px;
  line-height: 46px;}
.imtables textarea.input-lg,
.imtables select[multiple].input-lg {
  height: auto;}
.imtables .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
.imtables .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;}
.imtables .form-group-lg textarea.form-control,
.imtables .form-group-lg select[multiple].form-control {
  height: auto;}
.imtables .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;}
.imtables .has-feedback {
  position: relative;}
.imtables .has-feedback .form-control {
  padding-right: 42.5px;}
.imtables .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;}
.imtables .input-lg + .form-control-feedback,
.imtables .input-group-lg + .form-control-feedback,
.imtables .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;}
.imtables .input-sm + .form-control-feedback,
.imtables .input-group-sm + .form-control-feedback,
.imtables .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;}
.imtables .has-success .help-block,
.imtables .has-success .control-label,
.imtables .has-success .radio,
.imtables .has-success .checkbox,
.imtables .has-success .radio-inline,
.imtables .has-success .checkbox-inline,
.imtables .has-success.radio label,
.imtables .has-success.checkbox label,
.imtables .has-success.radio-inline label,
.imtables .has-success.checkbox-inline label {
  color: #3c763d;}
.imtables .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);}
.imtables .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #67b168;}
.imtables .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;}
.imtables .has-success .form-control-feedback {
  color: #3c763d;}
.imtables .has-warning .help-block,
.imtables .has-warning .control-label,
.imtables .has-warning .radio,
.imtables .has-warning .checkbox,
.imtables .has-warning .radio-inline,
.imtables .has-warning .checkbox-inline,
.imtables .has-warning.radio label,
.imtables .has-warning.checkbox label,
.imtables .has-warning.radio-inline label,
.imtables .has-warning.checkbox-inline label {
  color: #94630b;}
.imtables .has-warning .form-control {
  border-color: #94630b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);}
.imtables .has-warning .form-control:focus {
  border-color: #654307;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #eea117;
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #eea117;}
.imtables .has-warning .input-group-addon {
  color: #94630b;
  border-color: #94630b;
  background-color: #ffe3b1;}
.imtables .has-warning .form-control-feedback {
  color: #94630b;}
.imtables .has-error .help-block,
.imtables .has-error .control-label,
.imtables .has-error .radio,
.imtables .has-error .checkbox,
.imtables .has-error .radio-inline,
.imtables .has-error .checkbox-inline,
.imtables .has-error.radio label,
.imtables .has-error.checkbox label,
.imtables .has-error.radio-inline label,
.imtables .has-error.checkbox-inline label {
  color: #850a2f;}
.imtables .has-error .form-control {
  border-color: #850a2f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075);}
.imtables .has-error .form-control:focus {
  border-color: #56061e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #e41151;
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.075) , 0 0 6px #e41151;}
.imtables .has-error .input-group-addon {
  color: #850a2f;
  border-color: #850a2f;
  background-color: #f3a9bf;}
.imtables .has-error .form-control-feedback {
  color: #850a2f;}
.imtables .has-feedback label ~ .form-control-feedback {
  top: 25px;}
.imtables .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;}
.imtables .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;}
@media (min-width:768px) {
.imtables .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;}
.imtables .form-inline .form-control-static {
    display: inline-block;}
.imtables .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;}
.imtables .form-inline .input-group .input-group-addon,
.imtables .form-inline .input-group .input-group-btn,
.imtables .form-inline .input-group .form-control {
    width: auto;}
.imtables .form-inline .input-group > .form-control {
    width: 100%;}
.imtables .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .form-inline .radio,
.imtables .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .form-inline .radio label,
.imtables .form-inline .checkbox label {
    padding-left: 0;}
.imtables .form-inline .radio input[type="radio"],
.imtables .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;}
.imtables .form-inline .has-feedback .form-control-feedback {
    top: 0;}}
.imtables .form-horizontal .radio,
.imtables .form-horizontal .checkbox,
.imtables .form-horizontal .radio-inline,
.imtables .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;}
.imtables .form-horizontal .radio,
.imtables .form-horizontal .checkbox {
  min-height: 27px;}
.imtables .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;}
@media (min-width:768px) {
.imtables .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;}}
.imtables .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;}
@media (min-width:768px) {
.imtables .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;}}
@media (min-width:768px) {
.imtables .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;}}
.imtables .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;}
.imtables .btn:focus,
.imtables .btn:active:focus,
.imtables .btn.active:focus,
.imtables .btn.focus,
.imtables .btn:active.focus,
.imtables .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;}
.imtables .btn:hover,
.imtables .btn:focus,
.imtables .btn.focus {
  color: #333;
  text-decoration: none;}
.imtables .btn:active,
.imtables .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0 , 0 , 0 , 0.125);
  box-shadow: inset 0 3px 5px rgba(0 , 0 , 0 , 0.125);}
.imtables .btn.disabled,
.imtables .btn[disabled],
.imtables fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;}
.imtables a.btn.disabled,
.imtables fieldset[disabled] a.btn {
  pointer-events: none;}
.imtables .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;}
.imtables .btn-default:focus,
.imtables .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;}
.imtables .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .btn-default:active,
.imtables .btn-default.active,
.imtables .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .btn-default:active:hover,
.imtables .btn-default.active:hover,
.imtables .open > .dropdown-toggle.btn-default:hover,
.imtables .btn-default:active:focus,
.imtables .btn-default.active:focus,
.imtables .open > .dropdown-toggle.btn-default:focus,
.imtables .btn-default:active.focus,
.imtables .btn-default.active.focus,
.imtables .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;}
.imtables .btn-default:active,
.imtables .btn-default.active,
.imtables .open > .dropdown-toggle.btn-default {
  background-image: none;}
.imtables .btn-default.disabled:hover,
.imtables .btn-default[disabled]:hover,
.imtables fieldset[disabled] .btn-default:hover,
.imtables .btn-default.disabled:focus,
.imtables .btn-default[disabled]:focus,
.imtables fieldset[disabled] .btn-default:focus,
.imtables .btn-default.disabled.focus,
.imtables .btn-default[disabled].focus,
.imtables fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;}
.imtables .btn-default .badge {
  color: #fff;
  background-color: #333;}
.imtables .btn-primary {
  color: #fff;
  background-color: #37578b;
  border-color: #304c79;}
.imtables .btn-primary:focus,
.imtables .btn-primary.focus {
  color: #fff;
  background-color: #294066;
  border-color: #0c121d;}
.imtables .btn-primary:hover {
  color: #fff;
  background-color: #294066;
  border-color: #1e304d;}
.imtables .btn-primary:active,
.imtables .btn-primary.active,
.imtables .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #294066;
  border-color: #1e304d;}
.imtables .btn-primary:active:hover,
.imtables .btn-primary.active:hover,
.imtables .open > .dropdown-toggle.btn-primary:hover,
.imtables .btn-primary:active:focus,
.imtables .btn-primary.active:focus,
.imtables .open > .dropdown-toggle.btn-primary:focus,
.imtables .btn-primary:active.focus,
.imtables .btn-primary.active.focus,
.imtables .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1e304d;
  border-color: #0c121d;}
.imtables .btn-primary:active,
.imtables .btn-primary.active,
.imtables .open > .dropdown-toggle.btn-primary {
  background-image: none;}
.imtables .btn-primary.disabled:hover,
.imtables .btn-primary[disabled]:hover,
.imtables fieldset[disabled] .btn-primary:hover,
.imtables .btn-primary.disabled:focus,
.imtables .btn-primary[disabled]:focus,
.imtables fieldset[disabled] .btn-primary:focus,
.imtables .btn-primary.disabled.focus,
.imtables .btn-primary[disabled].focus,
.imtables fieldset[disabled] .btn-primary.focus {
  background-color: #37578b;
  border-color: #304c79;}
.imtables .btn-primary .badge {
  color: #37578b;
  background-color: #fff;}
.imtables .btn-success {
  color: #fff;
  background-color: #78bc3f;
  border-color: #6ca939;}
.imtables .btn-success:focus,
.imtables .btn-success.focus {
  color: #fff;
  background-color: #609632;
  border-color: #2f4919;}
.imtables .btn-success:hover {
  color: #fff;
  background-color: #609632;
  border-color: #4f7b29;}
.imtables .btn-success:active,
.imtables .btn-success.active,
.imtables .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #609632;
  border-color: #4f7b29;}
.imtables .btn-success:active:hover,
.imtables .btn-success.active:hover,
.imtables .open > .dropdown-toggle.btn-success:hover,
.imtables .btn-success:active:focus,
.imtables .btn-success.active:focus,
.imtables .open > .dropdown-toggle.btn-success:focus,
.imtables .btn-success:active.focus,
.imtables .btn-success.active.focus,
.imtables .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #4f7b29;
  border-color: #2f4919;}
.imtables .btn-success:active,
.imtables .btn-success.active,
.imtables .open > .dropdown-toggle.btn-success {
  background-image: none;}
.imtables .btn-success.disabled:hover,
.imtables .btn-success[disabled]:hover,
.imtables fieldset[disabled] .btn-success:hover,
.imtables .btn-success.disabled:focus,
.imtables .btn-success[disabled]:focus,
.imtables fieldset[disabled] .btn-success:focus,
.imtables .btn-success.disabled.focus,
.imtables .btn-success[disabled].focus,
.imtables fieldset[disabled] .btn-success.focus {
  background-color: #78bc3f;
  border-color: #6ca939;}
.imtables .btn-success .badge {
  color: #78bc3f;
  background-color: #fff;}
.imtables .btn-info {
  color: #fff;
  background-color: #5472a2;
  border-color: #4b6691;}
.imtables .btn-info:focus,
.imtables .btn-info.focus {
  color: #fff;
  background-color: #435a80;
  border-color: #202b3d;}
.imtables .btn-info:hover {
  color: #fff;
  background-color: #435a80;
  border-color: #364a69;}
.imtables .btn-info:active,
.imtables .btn-info.active,
.imtables .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #435a80;
  border-color: #364a69;}
.imtables .btn-info:active:hover,
.imtables .btn-info.active:hover,
.imtables .open > .dropdown-toggle.btn-info:hover,
.imtables .btn-info:active:focus,
.imtables .btn-info.active:focus,
.imtables .open > .dropdown-toggle.btn-info:focus,
.imtables .btn-info:active.focus,
.imtables .btn-info.active.focus,
.imtables .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #364a69;
  border-color: #202b3d;}
.imtables .btn-info:active,
.imtables .btn-info.active,
.imtables .open > .dropdown-toggle.btn-info {
  background-image: none;}
.imtables .btn-info.disabled:hover,
.imtables .btn-info[disabled]:hover,
.imtables fieldset[disabled] .btn-info:hover,
.imtables .btn-info.disabled:focus,
.imtables .btn-info[disabled]:focus,
.imtables fieldset[disabled] .btn-info:focus,
.imtables .btn-info.disabled.focus,
.imtables .btn-info[disabled].focus,
.imtables fieldset[disabled] .btn-info.focus {
  background-color: #5472a2;
  border-color: #4b6691;}
.imtables .btn-info .badge {
  color: #5472a2;
  background-color: #fff;}
.imtables .btn-warning {
  color: #fff;
  background-color: #d3a047;
  border-color: #ce9532;}
.imtables .btn-warning:focus,
.imtables .btn-warning.focus {
  color: #fff;
  background-color: #ba872d;
  border-color: #684b19;}
.imtables .btn-warning:hover {
  color: #fff;
  background-color: #ba872d;
  border-color: #9e7226;}
.imtables .btn-warning:active,
.imtables .btn-warning.active,
.imtables .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ba872d;
  border-color: #9e7226;}
.imtables .btn-warning:active:hover,
.imtables .btn-warning.active:hover,
.imtables .open > .dropdown-toggle.btn-warning:hover,
.imtables .btn-warning:active:focus,
.imtables .btn-warning.active:focus,
.imtables .open > .dropdown-toggle.btn-warning:focus,
.imtables .btn-warning:active.focus,
.imtables .btn-warning.active.focus,
.imtables .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9e7226;
  border-color: #684b19;}
.imtables .btn-warning:active,
.imtables .btn-warning.active,
.imtables .open > .dropdown-toggle.btn-warning {
  background-image: none;}
.imtables .btn-warning.disabled:hover,
.imtables .btn-warning[disabled]:hover,
.imtables fieldset[disabled] .btn-warning:hover,
.imtables .btn-warning.disabled:focus,
.imtables .btn-warning[disabled]:focus,
.imtables fieldset[disabled] .btn-warning:focus,
.imtables .btn-warning.disabled.focus,
.imtables .btn-warning[disabled].focus,
.imtables fieldset[disabled] .btn-warning.focus {
  background-color: #d3a047;
  border-color: #ce9532;}
.imtables .btn-warning .badge {
  color: #d3a047;
  background-color: #fff;}
.imtables .btn-danger {
  color: #fff;
  background-color: #a22249;
  border-color: #8d1e40;}
.imtables .btn-danger:focus,
.imtables .btn-danger.focus {
  color: #fff;
  background-color: #781936;
  border-color: #240710;}
.imtables .btn-danger:hover {
  color: #fff;
  background-color: #781936;
  border-color: #5a1329;}
.imtables .btn-danger:active,
.imtables .btn-danger.active,
.imtables .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #781936;
  border-color: #5a1329;}
.imtables .btn-danger:active:hover,
.imtables .btn-danger.active:hover,
.imtables .open > .dropdown-toggle.btn-danger:hover,
.imtables .btn-danger:active:focus,
.imtables .btn-danger.active:focus,
.imtables .open > .dropdown-toggle.btn-danger:focus,
.imtables .btn-danger:active.focus,
.imtables .btn-danger.active.focus,
.imtables .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #5a1329;
  border-color: #240710;}
.imtables .btn-danger:active,
.imtables .btn-danger.active,
.imtables .open > .dropdown-toggle.btn-danger {
  background-image: none;}
.imtables .btn-danger.disabled:hover,
.imtables .btn-danger[disabled]:hover,
.imtables fieldset[disabled] .btn-danger:hover,
.imtables .btn-danger.disabled:focus,
.imtables .btn-danger[disabled]:focus,
.imtables fieldset[disabled] .btn-danger:focus,
.imtables .btn-danger.disabled.focus,
.imtables .btn-danger[disabled].focus,
.imtables fieldset[disabled] .btn-danger.focus {
  background-color: #a22249;
  border-color: #8d1e40;}
.imtables .btn-danger .badge {
  color: #a22249;
  background-color: #fff;}
.imtables .btn-link {
  color: #37578b;
  font-weight: normal;
  border-radius: 0;}
.imtables .btn-link,
.imtables .btn-link:active,
.imtables .btn-link.active,
.imtables .btn-link[disabled],
.imtables fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;}
.imtables .btn-link,
.imtables .btn-link:hover,
.imtables .btn-link:focus,
.imtables .btn-link:active {
  border-color: transparent;}
.imtables .btn-link:hover,
.imtables .btn-link:focus {
  color: #213554;
  text-decoration: underline;
  background-color: transparent;}
.imtables .btn-link[disabled]:hover,
.imtables fieldset[disabled] .btn-link:hover,
.imtables .btn-link[disabled]:focus,
.imtables fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;}
.imtables .btn-lg,
.imtables .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
.imtables .btn-sm,
.imtables .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;}
.imtables .btn-xs,
.imtables .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;}
.imtables .btn-block {
  display: block;
  width: 100%;}
.imtables .btn-block + .btn-block {
  margin-top: 5px;}
.imtables input[type="submit"].btn-block,
.imtables input[type="reset"].btn-block,
.imtables input[type="button"].btn-block {
  width: 100%;}
.imtables .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;}
.imtables .fade.in {
  opacity: 1;}
.imtables .collapse {
  display: none;}
.imtables .collapse.in {
  display: block;}
.imtables tr.collapse.in {
  display: table-row;}
.imtables tbody.collapse.in {
  display: table-row-group;}
.imtables .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height , visibility;
  transition-property: height , visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;}
.imtables .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;}
.imtables .dropup,
.imtables .dropdown {
  position: relative;}
.imtables .dropdown-toggle:focus {
  outline: 0;}
.imtables .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;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0 , 0 , 0 , 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  background-clip: padding-box;}
.imtables .dropdown-menu.pull-right {
  right: 0;
  left: auto;}
.imtables .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;}
.imtables .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;}
.imtables .dropdown-menu > li > a:hover,
.imtables .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;}
.imtables .dropdown-menu > .active > a,
.imtables .dropdown-menu > .active > a:hover,
.imtables .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #37578b;}
.imtables .dropdown-menu > .disabled > a,
.imtables .dropdown-menu > .disabled > a:hover,
.imtables .dropdown-menu > .disabled > a:focus {
  color: #777777;}
.imtables .dropdown-menu > .disabled > a:hover,
.imtables .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabledenabled =falsefalse);
  cursor: not-allowed;}
.imtables .open > .dropdown-menu {
  display: block;}
.imtables .open > a {
  outline: 0;}
.imtables .dropdown-menu-right {
  left: auto;
  right: 0;}
.imtables .dropdown-menu-left {
  left: 0;
  right: auto;}
.imtables .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;}
.imtables .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;}
.imtables .pull-right > .dropdown-menu {
  right: 0;
  left: auto;}
.imtables .dropup .caret,
.imtables .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";}
.imtables .dropup .dropdown-menu,
.imtables .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;}
@media (min-width:768px) {
.imtables .navbar-right .dropdown-menu {
    left: auto;
    right: 0;}
.imtables .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;}}
.imtables .btn-group,
.imtables .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;}
.imtables .btn-group > .btn,
.imtables .btn-group-vertical > .btn {
  position: relative;
  float: left;}
.imtables .btn-group > .btn:hover,
.imtables .btn-group-vertical > .btn:hover,
.imtables .btn-group > .btn:focus,
.imtables .btn-group-vertical > .btn:focus,
.imtables .btn-group > .btn:active,
.imtables .btn-group-vertical > .btn:active,
.imtables .btn-group > .btn.active,
.imtables .btn-group-vertical > .btn.active {
  z-index: 2;}
.imtables .btn-group .btn + .btn,
.imtables .btn-group .btn + .btn-group,
.imtables .btn-group .btn-group + .btn,
.imtables .btn-group .btn-group + .btn-group {
  margin-left: -1px;}
.imtables .btn-toolbar {
  margin-left: -5px;}
.imtables .btn-toolbar .btn,
.imtables .btn-toolbar .btn-group,
.imtables .btn-toolbar .input-group {
  float: left;}
.imtables .btn-toolbar > .btn,
.imtables .btn-toolbar > .btn-group,
.imtables .btn-toolbar > .input-group {
  margin-left: 5px;}
.imtables .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;}
.imtables .btn-group > .btn:first-child {
  margin-left: 0;}
.imtables .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;}
.imtables .btn-group > .btn:last-child:not(:first-child),
.imtables .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;}
.imtables .btn-group > .btn-group {
  float: left;}
.imtables .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;}
.imtables .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.imtables .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;}
.imtables .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;}
.imtables .btn-group .dropdown-toggle:active,
.imtables .btn-group.open .dropdown-toggle {
  outline: 0;}
.imtables .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;}
.imtables .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;}
.imtables .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0 , 0 , 0 , 0.125);
  box-shadow: inset 0 3px 5px rgba(0 , 0 , 0 , 0.125);}
.imtables .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;}
.imtables .btn .caret {
  margin-left: 0;}
.imtables .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;}
.imtables .dropup .btn-lg .caret {
  border-width: 0 5px 5px;}
.imtables .btn-group-vertical > .btn,
.imtables .btn-group-vertical > .btn-group,
.imtables .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;}
.imtables .btn-group-vertical > .btn-group > .btn {
  float: none;}
.imtables .btn-group-vertical > .btn + .btn,
.imtables .btn-group-vertical > .btn + .btn-group,
.imtables .btn-group-vertical > .btn-group + .btn,
.imtables .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;}
.imtables .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;}
.imtables .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
.imtables .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;}
.imtables .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;}
.imtables .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.imtables .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
.imtables .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;}
.imtables .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;}
.imtables .btn-group-justified > .btn,
.imtables .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;}
.imtables .btn-group-justified > .btn-group .btn {
  width: 100%;}
.imtables .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;}
.imtables [data-toggle="buttons"] > .btn input[type="radio"],
.imtables [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.imtables [data-toggle="buttons"] > .btn input[type="checkbox"],
.imtables [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0 , 0 , 0 , 0);
  pointer-events: none;}
.imtables .input-group {
  position: relative;
  display: table;
  border-collapse: separate;}
.imtables .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;}
.imtables .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;}
.imtables .input-group .form-control:focus {
  z-index: 3;}
.imtables .input-group-lg > .form-control,
.imtables .input-group-lg > .input-group-addon,
.imtables .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 3px;}
.imtables select.input-group-lg > .form-control,
.imtables select.input-group-lg > .input-group-addon,
.imtables select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;}
.imtables textarea.input-group-lg > .form-control,
.imtables textarea.input-group-lg > .input-group-addon,
.imtables textarea.input-group-lg > .input-group-btn > .btn,
.imtables select[multiple].input-group-lg > .form-control,
.imtables select[multiple].input-group-lg > .input-group-addon,
.imtables select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;}
.imtables .input-group-sm > .form-control,
.imtables .input-group-sm > .input-group-addon,
.imtables .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;}
.imtables select.input-group-sm > .form-control,
.imtables select.input-group-sm > .input-group-addon,
.imtables select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;}
.imtables textarea.input-group-sm > .form-control,
.imtables textarea.input-group-sm > .input-group-addon,
.imtables textarea.input-group-sm > .input-group-btn > .btn,
.imtables select[multiple].input-group-sm > .form-control,
.imtables select[multiple].input-group-sm > .input-group-addon,
.imtables select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;}
.imtables .input-group-addon,
.imtables .input-group-btn,
.imtables .input-group .form-control {
  display: table-cell;}
.imtables .input-group-addon:not(:first-child):not(:last-child),
.imtables .input-group-btn:not(:first-child):not(:last-child),
.imtables .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;}
.imtables .input-group-addon,
.imtables .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;}
.imtables .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px;}
.imtables .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;}
.imtables .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 3px;}
.imtables .input-group-addon input[type="radio"],
.imtables .input-group-addon input[type="checkbox"] {
  margin-top: 0;}
.imtables .input-group .form-control:first-child,
.imtables .input-group-addon:first-child,
.imtables .input-group-btn:first-child > .btn,
.imtables .input-group-btn:first-child > .btn-group > .btn,
.imtables .input-group-btn:first-child > .dropdown-toggle,
.imtables .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.imtables .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;}
.imtables .input-group-addon:first-child {
  border-right: 0;}
.imtables .input-group .form-control:last-child,
.imtables .input-group-addon:last-child,
.imtables .input-group-btn:last-child > .btn,
.imtables .input-group-btn:last-child > .btn-group > .btn,
.imtables .input-group-btn:last-child > .dropdown-toggle,
.imtables .input-group-btn:first-child > .btn:not(:first-child),
.imtables .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;}
.imtables .input-group-addon:last-child {
  border-left: 0;}
.imtables .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;}
.imtables .input-group-btn > .btn {
  position: relative;}
.imtables .input-group-btn > .btn + .btn {
  margin-left: -1px;}
.imtables .input-group-btn > .btn:hover,
.imtables .input-group-btn > .btn:focus,
.imtables .input-group-btn > .btn:active {
  z-index: 2;}
.imtables .input-group-btn:first-child > .btn,
.imtables .input-group-btn:first-child > .btn-group {
  margin-right: -1px;}
.imtables .input-group-btn:last-child > .btn,
.imtables .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;}
.imtables .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;}
.imtables .nav > li {
  position: relative;
  display: block;}
.imtables .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;}
.imtables .nav > li > a:hover,
.imtables .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;}
.imtables .nav > li.disabled > a {
  color: #777777;}
.imtables .nav > li.disabled > a:hover,
.imtables .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;}
.imtables .nav .open > a,
.imtables .nav .open > a:hover,
.imtables .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #37578b;}
.imtables .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;}
.imtables .nav > li > a > img {
  max-width: none;}
.imtables .nav-tabs {
  border-bottom: 1px solid #ddd;}
.imtables .nav-tabs > li {
  float: left;
  margin-bottom: -1px;}
.imtables .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;}
.imtables .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;}
.imtables .nav-tabs > li.active > a,
.imtables .nav-tabs > li.active > a:hover,
.imtables .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;}
.imtables .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;}
.imtables .nav-tabs.nav-justified > li {
  float: none;}
.imtables .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;}
.imtables .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;}
@media (min-width:768px) {
.imtables .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;}
.imtables .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;}}
.imtables .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;}
.imtables .nav-tabs.nav-justified > .active > a,
.imtables .nav-tabs.nav-justified > .active > a:hover,
.imtables .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;}
@media (min-width:768px) {
.imtables .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;}
.imtables .nav-tabs.nav-justified > .active > a,
.imtables .nav-tabs.nav-justified > .active > a:hover,
.imtables .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;}}
.imtables .nav-pills > li {
  float: left;}
.imtables .nav-pills > li > a {
  border-radius: 2px;}
.imtables .nav-pills > li + li {
  margin-left: 2px;}
.imtables .nav-pills > li.active > a,
.imtables .nav-pills > li.active > a:hover,
.imtables .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #37578b;}
.imtables .nav-stacked > li {
  float: none;}
.imtables .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;}
.imtables .nav-justified {
  width: 100%;}
.imtables .nav-justified > li {
  float: none;}
.imtables .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;}
.imtables .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;}
@media (min-width:768px) {
.imtables .nav-justified > li {
    display: table-cell;
    width: 1%;}
.imtables .nav-justified > li > a {
    margin-bottom: 0;}}
.imtables .nav-tabs-justified {
  border-bottom: 0;}
.imtables .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;}
.imtables .nav-tabs-justified > .active > a,
.imtables .nav-tabs-justified > .active > a:hover,
.imtables .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;}
@media (min-width:768px) {
.imtables .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;}
.imtables .nav-tabs-justified > .active > a,
.imtables .nav-tabs-justified > .active > a:hover,
.imtables .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;}}
.imtables .tab-content > .tab-pane {
  display: none;}
.imtables .tab-content > .active {
  display: block;}
.imtables .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;}
.imtables .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;}
@media (min-width:768px) {
.imtables .navbar {
    border-radius: 2px;}}
@media (min-width:768px) {
.imtables .navbar-header {
    float: left;}}
.imtables .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255 , 255 , 255 , 0.1);
  -webkit-overflow-scrolling: touch;}
.imtables .navbar-collapse.in {
  overflow-y: auto;}
@media (min-width:768px) {
.imtables .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;}
.imtables .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;}
.imtables .navbar-collapse.in {
    overflow-y: visible;}
.imtables .navbar-fixed-top .navbar-collapse,
.imtables .navbar-static-top .navbar-collapse,
.imtables .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;}}
.imtables .navbar-fixed-top .navbar-collapse,
.imtables .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;}
@media (max-device-width:480px) and (orientation:landscape) {
.imtables .navbar-fixed-top .navbar-collapse,
.imtables .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;}}
.imtables .container > .navbar-header,
.imtables .container-fluid > .navbar-header,
.imtables .container > .navbar-collapse,
.imtables .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;}
@media (min-width:768px) {
.imtables .container > .navbar-header,
.imtables .container-fluid > .navbar-header,
.imtables .container > .navbar-collapse,
.imtables .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;}}
.imtables .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;}
@media (min-width:768px) {
.imtables .navbar-static-top {
    border-radius: 0;}}
.imtables .navbar-fixed-top,
.imtables .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;}
@media (min-width:768px) {
.imtables .navbar-fixed-top,
.imtables .navbar-fixed-bottom {
    border-radius: 0;}}
.imtables .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;}
.imtables .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;}
.imtables .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;}
.imtables .navbar-brand:hover,
.imtables .navbar-brand:focus {
  text-decoration: none;}
.imtables .navbar-brand > img {
  display: block;}
@media (min-width:768px) {
.imtables .navbar > .container .navbar-brand,
.imtables .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;}}
.imtables .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;}
.imtables .navbar-toggle:focus {
  outline: 0;}
.imtables .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;}
.imtables .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;}
@media (min-width:768px) {
.imtables .navbar-toggle {
    display: none;}}
.imtables .navbar-nav {
  margin: 7.5px -15px;}
.imtables .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;}
@media (max-width:767px) {
.imtables .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;}
.imtables .navbar-nav .open .dropdown-menu > li > a,
.imtables .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;}
.imtables .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;}
.imtables .navbar-nav .open .dropdown-menu > li > a:hover,
.imtables .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;}}
@media (min-width:768px) {
.imtables .navbar-nav {
    float: left;
    margin: 0;}
.imtables .navbar-nav > li {
    float: left;}
.imtables .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;}}
.imtables .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255 , 255 , 255 , 0.1) , 0 1px 0 rgba(255 , 255 , 255 , 0.1);
  box-shadow: inset 0 1px 0 rgba(255 , 255 , 255 , 0.1) , 0 1px 0 rgba(255 , 255 , 255 , 0.1);
  margin-top: 8px;
  margin-bottom: 8px;}
@media (min-width:768px) {
.imtables .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;}
.imtables .navbar-form .form-control-static {
    display: inline-block;}
.imtables .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;}
.imtables .navbar-form .input-group .input-group-addon,
.imtables .navbar-form .input-group .input-group-btn,
.imtables .navbar-form .input-group .form-control {
    width: auto;}
.imtables .navbar-form .input-group > .form-control {
    width: 100%;}
.imtables .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .navbar-form .radio,
.imtables .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;}
.imtables .navbar-form .radio label,
.imtables .navbar-form .checkbox label {
    padding-left: 0;}
.imtables .navbar-form .radio input[type="radio"],
.imtables .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;}
.imtables .navbar-form .has-feedback .form-control-feedback {
    top: 0;}}
@media (max-width:767px) {
.imtables .navbar-form .form-group {
    margin-bottom: 5px;}
.imtables .navbar-form .form-group:last-child {
    margin-bottom: 0;}}
@media (min-width:768px) {
.imtables .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}}
.imtables .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;}
.imtables .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;}
.imtables .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;}
.imtables .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;}
.imtables .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;}
.imtables .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;}
@media (min-width:768px) {
.imtables .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;}}
@media (min-width:768px) {
.imtables .navbar-left {
    float: left;
    float: left!important;}
.imtables .navbar-right {
    float: right;
    float: right!important;
    margin-right: -15px;}
.imtables .navbar-right ~ .navbar-right {
    margin-right: 0;}}
.imtables .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;}
.imtables .navbar-default .navbar-brand {
  color: #777;}
.imtables .navbar-default .navbar-brand:hover,
.imtables .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;}
.imtables .navbar-default .navbar-text {
  color: #777;}
.imtables .navbar-default .navbar-nav > li > a {
  color: #777;}
.imtables .navbar-default .navbar-nav > li > a:hover,
.imtables .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;}
.imtables .navbar-default .navbar-nav > .active > a,
.imtables .navbar-default .navbar-nav > .active > a:hover,
.imtables .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;}
.imtables .navbar-default .navbar-nav > .disabled > a,
.imtables .navbar-default .navbar-nav > .disabled > a:hover,
.imtables .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;}
.imtables .navbar-default .navbar-toggle {
  border-color: #ddd;}
.imtables .navbar-default .navbar-toggle:hover,
.imtables .navbar-default .navbar-toggle:focus {
  background-color: #ddd;}
.imtables .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;}
.imtables .navbar-default .navbar-collapse,
.imtables .navbar-default .navbar-form {
  border-color: #e7e7e7;}
.imtables .navbar-default .navbar-nav > .open > a,
.imtables .navbar-default .navbar-nav > .open > a:hover,
.imtables .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;}
@media (max-width:767px) {
.imtables .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;}
.imtables .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.imtables .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;}
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;}
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.imtables .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;}}
.imtables .navbar-default .navbar-link {
  color: #777;}
.imtables .navbar-default .navbar-link:hover {
  color: #333;}
.imtables .navbar-default .btn-link {
  color: #777;}
.imtables .navbar-default .btn-link:hover,
.imtables .navbar-default .btn-link:focus {
  color: #333;}
.imtables .navbar-default .btn-link[disabled]:hover,
.imtables fieldset[disabled] .navbar-default .btn-link:hover,
.imtables .navbar-default .btn-link[disabled]:focus,
.imtables fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;}
.imtables .navbar-inverse {
  background-color: #222;
  border-color: #080808;}
.imtables .navbar-inverse .navbar-brand {
  color: #9d9d9d;}
.imtables .navbar-inverse .navbar-brand:hover,
.imtables .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;}
.imtables .navbar-inverse .navbar-text {
  color: #9d9d9d;}
.imtables .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;}
.imtables .navbar-inverse .navbar-nav > li > a:hover,
.imtables .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;}
.imtables .navbar-inverse .navbar-nav > .active > a,
.imtables .navbar-inverse .navbar-nav > .active > a:hover,
.imtables .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;}
.imtables .navbar-inverse .navbar-nav > .disabled > a,
.imtables .navbar-inverse .navbar-nav > .disabled > a:hover,
.imtables .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;}
.imtables .navbar-inverse .navbar-toggle {
  border-color: #333;}
.imtables .navbar-inverse .navbar-toggle:hover,
.imtables .navbar-inverse .navbar-toggle:focus {
  background-color: #333;}
.imtables .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;}
.imtables .navbar-inverse .navbar-collapse,
.imtables .navbar-inverse .navbar-form {
  border-color: #101010;}
.imtables .navbar-inverse .navbar-nav > .open > a,
.imtables .navbar-inverse .navbar-nav > .open > a:hover,
.imtables .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;}
@media (max-width:767px) {
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;}
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;}
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;}
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;}
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;}
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.imtables .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;}}
.imtables .navbar-inverse .navbar-link {
  color: #9d9d9d;}
.imtables .navbar-inverse .navbar-link:hover {
  color: #fff;}
.imtables .navbar-inverse .btn-link {
  color: #9d9d9d;}
.imtables .navbar-inverse .btn-link:hover,
.imtables .navbar-inverse .btn-link:focus {
  color: #fff;}
.imtables .navbar-inverse .btn-link[disabled]:hover,
.imtables fieldset[disabled] .navbar-inverse .btn-link:hover,
.imtables .navbar-inverse .btn-link[disabled]:focus,
.imtables fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;}
.imtables .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;}
.imtables .breadcrumb > li {
  display: inline-block;}
.imtables .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;}
.imtables .breadcrumb > .active {
  color: #777777;}
.imtables .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;}
.imtables .pagination > li {
  display: inline;}
.imtables .pagination > li > a,
.imtables .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #37578b;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;}
.imtables .pagination > li:first-child > a,
.imtables .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;}
.imtables .pagination > li:last-child > a,
.imtables .pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;}
.imtables .pagination > li > a:hover,
.imtables .pagination > li > span:hover,
.imtables .pagination > li > a:focus,
.imtables .pagination > li > span:focus {
  z-index: 2;
  color: #213554;
  background-color: #eeeeee;
  border-color: #ddd;}
.imtables .pagination > .active > a,
.imtables .pagination > .active > span,
.imtables .pagination > .active > a:hover,
.imtables .pagination > .active > span:hover,
.imtables .pagination > .active > a:focus,
.imtables .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #37578b;
  border-color: #37578b;
  cursor: default;}
.imtables .pagination > .disabled > span,
.imtables .pagination > .disabled > span:hover,
.imtables .pagination > .disabled > span:focus,
.imtables .pagination > .disabled > a,
.imtables .pagination > .disabled > a:hover,
.imtables .pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;}
.imtables .pagination-lg > li > a,
.imtables .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;}
.imtables .pagination-lg > li:first-child > a,
.imtables .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;}
.imtables .pagination-lg > li:last-child > a,
.imtables .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;}
.imtables .pagination-sm > li > a,
.imtables .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;}
.imtables .pagination-sm > li:first-child > a,
.imtables .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;}
.imtables .pagination-sm > li:last-child > a,
.imtables .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;}
.imtables .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;}
.imtables .pager li {
  display: inline;}
.imtables .pager li > a,
.imtables .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;}
.imtables .pager li > a:hover,
.imtables .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;}
.imtables .pager .next > a,
.imtables .pager .next > span {
  float: right;}
.imtables .pager .previous > a,
.imtables .pager .previous > span {
  float: left;}
.imtables .pager .disabled > a,
.imtables .pager .disabled > a:hover,
.imtables .pager .disabled > a:focus,
.imtables .pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;}
.imtables .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;}
.imtables a.label:hover,
.imtables a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;}
.imtables .label:empty {
  display: none;}
.imtables .btn .label {
  position: relative;
  top: -1px;}
.imtables .label-default {
  background-color: #777777;}
.imtables .label-default[href]:hover,
.imtables .label-default[href]:focus {
  background-color: #5e5e5e;}
.imtables .label-primary {
  background-color: #37578b;}
.imtables .label-primary[href]:hover,
.imtables .label-primary[href]:focus {
  background-color: #294066;}
.imtables .label-success {
  background-color: #78bc3f;}
.imtables .label-success[href]:hover,
.imtables .label-success[href]:focus {
  background-color: #609632;}
.imtables .label-info {
  background-color: #5472a2;}
.imtables .label-info[href]:hover,
.imtables .label-info[href]:focus {
  background-color: #435a80;}
.imtables .label-warning {
  background-color: #d3a047;}
.imtables .label-warning[href]:hover,
.imtables .label-warning[href]:focus {
  background-color: #ba872d;}
.imtables .label-danger {
  background-color: #a22249;}
.imtables .label-danger[href]:hover,
.imtables .label-danger[href]:focus {
  background-color: #781936;}
.imtables .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;}
.imtables .badge:empty {
  display: none;}
.imtables .btn .badge {
  position: relative;
  top: -1px;}
.imtables .btn-xs .badge,
.imtables .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;}
.imtables a.badge:hover,
.imtables a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;}
.imtables .list-group-item.active > .badge,
.imtables .nav-pills > .active > a > .badge {
  color: #37578b;
  background-color: #fff;}
.imtables .list-group-item > .badge {
  float: right;}
.imtables .list-group-item > .badge + .badge {
  margin-right: 5px;}
.imtables .nav-pills > li > a > .badge {
  margin-left: 3px;}
.imtables .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;}
.imtables .jumbotron h1,
.imtables .jumbotron .h1 {
  color: inherit;}
.imtables .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;}
.imtables .jumbotron > hr {
  border-top-color: #d5d5d5;}
.imtables .container .jumbotron,
.imtables .container-fluid .jumbotron {
  border-radius: 3px;
  padding-left: 15px;
  padding-right: 15px;}
.imtables .jumbotron .container {
  max-width: 100%;}
@media screen and (min-width:768px) {
.imtables .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;}
.imtables .container .jumbotron,
.imtables .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;}
.imtables .jumbotron h1,
.imtables .jumbotron .h1 {
    font-size: 63px;}}
.imtables .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;}
.imtables .thumbnail > img,
.imtables .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;}
.imtables a.thumbnail:hover,
.imtables a.thumbnail:focus,
.imtables a.thumbnail.active {
  border-color: #37578b;}
.imtables .thumbnail .caption {
  padding: 9px;
  color: #333333;}
.imtables .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;}
.imtables .alert h4 {
  margin-top: 0;
  color: inherit;}
.imtables .alert .alert-link {
  font-weight: bold;}
.imtables .alert > p,
.imtables .alert > ul {
  margin-bottom: 0;}
.imtables .alert > p + p {
  margin-top: 5px;}
.imtables .alert-dismissable,
.imtables .alert-dismissible {
  padding-right: 35px;}
.imtables .alert-dismissable .close,
.imtables .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;}
.imtables .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;}
.imtables .alert-success hr {
  border-top-color: #c9e2b3;}
.imtables .alert-success .alert-link {
  color: #2b542c;}
.imtables .alert-info {
  background-color: #9db4d9;
  border-color: #83adcf;
  color: #102f5f;}
.imtables .alert-info hr {
  border-top-color: #71a1c8;}
.imtables .alert-info .alert-link {
  color: #091933;}
.imtables .alert-warning {
  background-color: #ffe3b1;
  border-color: #ffc998;
  color: #94630b;}
.imtables .alert-warning hr {
  border-top-color: #ffbb7e;}
.imtables .alert-warning .alert-link {
  color: #654307;}
.imtables .alert-danger {
  background-color: #f3a9bf;
  border-color: #f093be;
  color: #850a2f;}
.imtables .alert-danger hr {
  border-top-color: #ed7cb0;}
.imtables .alert-danger .alert-link {
  color: #56061e;}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;}
  to {
    background-position: 0 0;}}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;}
  to {
    background-position: 0 0;}}
.imtables .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0 , 0 , 0 , 0.1);
  box-shadow: inset 0 1px 2px rgba(0 , 0 , 0 , 0.1);}
.imtables .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #37578b;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;}
.imtables .progress-striped .progress-bar,
.imtables .progress-bar-striped {
  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: -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);
  background-size: 40px 40px;}
.imtables .progress.active .progress-bar,
.imtables .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;}
.imtables .progress-bar-success {
  background-color: #78bc3f;}
.imtables .progress-striped .progress-bar-success {
  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: -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);}
.imtables .progress-bar-info {
  background-color: #5472a2;}
.imtables .progress-striped .progress-bar-info {
  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: -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);}
.imtables .progress-bar-warning {
  background-color: #d3a047;}
.imtables .progress-striped .progress-bar-warning {
  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: -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);}
.imtables .progress-bar-danger {
  background-color: #a22249;}
.imtables .progress-striped .progress-bar-danger {
  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: -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);}
.imtables .media {
  margin-top: 15px;}
.imtables .media:first-child {
  margin-top: 0;}
.imtables .media,
.imtables .media-body {
  zoom: 1;
  overflow: hidden;}
.imtables .media-body {
  width: 10000px;}
.imtables .media-object {
  display: block;}
.imtables .media-object.img-thumbnail {
  max-width: none;}
.imtables .media-right,
.imtables .media > .pull-right {
  padding-left: 10px;}
.imtables .media-left,
.imtables .media > .pull-left {
  padding-right: 10px;}
.imtables .media-left,
.imtables .media-right,
.imtables .media-body {
  display: table-cell;
  vertical-align: top;}
.imtables .media-middle {
  vertical-align: middle;}
.imtables .media-bottom {
  vertical-align: bottom;}
.imtables .media-heading {
  margin-top: 0;
  margin-bottom: 5px;}
.imtables .media-list {
  padding-left: 0;
  list-style: none;}
.imtables .list-group {
  margin-bottom: 20px;
  padding-left: 0;}
.imtables .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;}
.imtables .list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;}
.imtables .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;}
.imtables a.list-group-item,
.imtables button.list-group-item {
  color: #555;}
.imtables a.list-group-item .list-group-item-heading,
.imtables button.list-group-item .list-group-item-heading {
  color: #333;}
.imtables a.list-group-item:hover,
.imtables button.list-group-item:hover,
.imtables a.list-group-item:focus,
.imtables button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;}
.imtables button.list-group-item {
  width: 100%;
  text-align: left;}
.imtables .list-group-item.disabled,
.imtables .list-group-item.disabled:hover,
.imtables .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;}
.imtables .list-group-item.disabled .list-group-item-heading,
.imtables .list-group-item.disabled:hover .list-group-item-heading,
.imtables .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;}
.imtables .list-group-item.disabled .list-group-item-text,
.imtables .list-group-item.disabled:hover .list-group-item-text,
.imtables .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;}
.imtables .list-group-item.active,
.imtables .list-group-item.active:hover,
.imtables .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #37578b;
  border-color: #37578b;}
.imtables .list-group-item.active .list-group-item-heading,
.imtables .list-group-item.active:hover .list-group-item-heading,
.imtables .list-group-item.active:focus .list-group-item-heading,
.imtables .list-group-item.active .list-group-item-heading > small,
.imtables .list-group-item.active:hover .list-group-item-heading > small,
.imtables .list-group-item.active:focus .list-group-item-heading > small,
.imtables .list-group-item.active .list-group-item-heading > .small,
.imtables .list-group-item.active:hover .list-group-item-heading > .small,
.imtables .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;}
.imtables .list-group-item.active .list-group-item-text,
.imtables .list-group-item.active:hover .list-group-item-text,
.imtables .list-group-item.active:focus .list-group-item-text {
  color: #afc1df;}
.imtables .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;}
.imtables a.list-group-item-success,
.imtables button.list-group-item-success {
  color: #3c763d;}
.imtables a.list-group-item-success .list-group-item-heading,
.imtables button.list-group-item-success .list-group-item-heading {
  color: inherit;}
.imtables a.list-group-item-success:hover,
.imtables button.list-group-item-success:hover,
.imtables a.list-group-item-success:focus,
.imtables button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;}
.imtables a.list-group-item-success.active,
.imtables button.list-group-item-success.active,
.imtables a.list-group-item-success.active:hover,
.imtables button.list-group-item-success.active:hover,
.imtables a.list-group-item-success.active:focus,
.imtables button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;}
.imtables .list-group-item-info {
  color: #102f5f;
  background-color: #9db4d9;}
.imtables a.list-group-item-info,
.imtables button.list-group-item-info {
  color: #102f5f;}
.imtables a.list-group-item-info .list-group-item-heading,
.imtables button.list-group-item-info .list-group-item-heading {
  color: inherit;}
.imtables a.list-group-item-info:hover,
.imtables button.list-group-item-info:hover,
.imtables a.list-group-item-info:focus,
.imtables button.list-group-item-info:focus {
  color: #102f5f;
  background-color: #8ba6d2;}
.imtables a.list-group-item-info.active,
.imtables button.list-group-item-info.active,
.imtables a.list-group-item-info.active:hover,
.imtables button.list-group-item-info.active:hover,
.imtables a.list-group-item-info.active:focus,
.imtables button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #102f5f;
  border-color: #102f5f;}
.imtables .list-group-item-warning {
  color: #94630b;
  background-color: #ffe3b1;}
.imtables a.list-group-item-warning,
.imtables button.list-group-item-warning {
  color: #94630b;}
.imtables a.list-group-item-warning .list-group-item-heading,
.imtables button.list-group-item-warning .list-group-item-heading {
  color: inherit;}
.imtables a.list-group-item-warning:hover,
.imtables button.list-group-item-warning:hover,
.imtables a.list-group-item-warning:focus,
.imtables button.list-group-item-warning:focus {
  color: #94630b;
  background-color: #ffda98;}
.imtables a.list-group-item-warning.active,
.imtables button.list-group-item-warning.active,
.imtables a.list-group-item-warning.active:hover,
.imtables button.list-group-item-warning.active:hover,
.imtables a.list-group-item-warning.active:focus,
.imtables button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #94630b;
  border-color: #94630b;}
.imtables .list-group-item-danger {
  color: #850a2f;
  background-color: #f3a9bf;}
.imtables a.list-group-item-danger,
.imtables button.list-group-item-danger {
  color: #850a2f;}
.imtables a.list-group-item-danger .list-group-item-heading,
.imtables button.list-group-item-danger .list-group-item-heading {
  color: inherit;}
.imtables a.list-group-item-danger:hover,
.imtables button.list-group-item-danger:hover,
.imtables a.list-group-item-danger:focus,
.imtables button.list-group-item-danger:focus {
  color: #850a2f;
  background-color: #f093ae;}
.imtables a.list-group-item-danger.active,
.imtables button.list-group-item-danger.active,
.imtables a.list-group-item-danger.active:hover,
.imtables button.list-group-item-danger.active:hover,
.imtables a.list-group-item-danger.active:focus,
.imtables button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #850a2f;
  border-color: #850a2f;}
.imtables .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;}
.imtables .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;}
.imtables .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0 , 0 , 0 , 0.05);
  box-shadow: 0 1px 1px rgba(0 , 0 , 0 , 0.05);}
.imtables .panel-body {
  padding: 15px;}
.imtables .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.imtables .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;}
.imtables .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;}
.imtables .panel-title > a,
.imtables .panel-title > small,
.imtables .panel-title > .small,
.imtables .panel-title > small > a,
.imtables .panel-title > .small > a {
  color: inherit;}
.imtables .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.imtables .panel > .list-group,
.imtables .panel > .panel-collapse > .list-group {
  margin-bottom: 0;}
.imtables .panel > .list-group .list-group-item,
.imtables .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;}
.imtables .panel > .list-group:first-child .list-group-item:first-child,
.imtables .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.imtables .panel > .list-group:last-child .list-group-item:last-child,
.imtables .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.imtables .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;}
.imtables .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;}
.imtables .list-group + .panel-footer {
  border-top-width: 0;}
.imtables .panel > .table,
.imtables .panel > .table-responsive > .table,
.imtables .panel > .panel-collapse > .table {
  margin-bottom: 0;}
.imtables .panel > .table caption,
.imtables .panel > .table-responsive > .table caption,
.imtables .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;}
.imtables .panel > .table:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;}
.imtables .panel > .table:first-child > thead:first-child > tr:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.imtables .panel > .table:first-child > tbody:first-child > tr:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;}
.imtables .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.imtables .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.imtables .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.imtables .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;}
.imtables .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.imtables .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.imtables .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.imtables .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.imtables .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;}
.imtables .panel > .table:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;}
.imtables .panel > .table:last-child > tbody:last-child > tr:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.imtables .panel > .table:last-child > tfoot:last-child > tr:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;}
.imtables .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.imtables .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.imtables .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.imtables .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;}
.imtables .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.imtables .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.imtables .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.imtables .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.imtables .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;}
.imtables .panel > .panel-body + .table,
.imtables .panel > .panel-body + .table-responsive,
.imtables .panel > .table + .panel-body,
.imtables .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;}
.imtables .panel > .table > tbody:first-child > tr:first-child th,
.imtables .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;}
.imtables .panel > .table-bordered,
.imtables .panel > .table-responsive > .table-bordered {
  border: 0;}
.imtables .panel > .table-bordered > thead > tr > th:first-child,
.imtables .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.imtables .panel > .table-bordered > tbody > tr > th:first-child,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.imtables .panel > .table-bordered > tfoot > tr > th:first-child,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.imtables .panel > .table-bordered > thead > tr > td:first-child,
.imtables .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.imtables .panel > .table-bordered > tbody > tr > td:first-child,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.imtables .panel > .table-bordered > tfoot > tr > td:first-child,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;}
.imtables .panel > .table-bordered > thead > tr > th:last-child,
.imtables .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.imtables .panel > .table-bordered > tbody > tr > th:last-child,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.imtables .panel > .table-bordered > tfoot > tr > th:last-child,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.imtables .panel > .table-bordered > thead > tr > td:last-child,
.imtables .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.imtables .panel > .table-bordered > tbody > tr > td:last-child,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.imtables .panel > .table-bordered > tfoot > tr > td:last-child,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;}
.imtables .panel > .table-bordered > thead > tr:first-child > td,
.imtables .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.imtables .panel > .table-bordered > tbody > tr:first-child > td,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.imtables .panel > .table-bordered > thead > tr:first-child > th,
.imtables .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.imtables .panel > .table-bordered > tbody > tr:first-child > th,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;}
.imtables .panel > .table-bordered > tbody > tr:last-child > td,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.imtables .panel > .table-bordered > tfoot > tr:last-child > td,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.imtables .panel > .table-bordered > tbody > tr:last-child > th,
.imtables .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.imtables .panel > .table-bordered > tfoot > tr:last-child > th,
.imtables .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;}
.imtables .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;}
.imtables .panel-group {
  margin-bottom: 20px;}
.imtables .panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;}
.imtables .panel-group .panel + .panel {
  margin-top: 5px;}
.imtables .panel-group .panel-heading {
  border-bottom: 0;}
.imtables .panel-group .panel-heading + .panel-collapse > .panel-body,
.imtables .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;}
.imtables .panel-group .panel-footer {
  border-top: 0;}
.imtables .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;}
.imtables .panel-default {
  border-color: #ddd;}
.imtables .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;}
.imtables .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;}
.imtables .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;}
.imtables .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;}
.imtables .panel-primary {
  border-color: #37578b;}
.imtables .panel-primary > .panel-heading {
  color: #fff;
  background-color: #37578b;
  border-color: #37578b;}
.imtables .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #37578b;}
.imtables .panel-primary > .panel-heading .badge {
  color: #37578b;
  background-color: #fff;}
.imtables .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #37578b;}
.imtables .panel-success {
  border-color: #d6e9c6;}
.imtables .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;}
.imtables .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;}
.imtables .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;}
.imtables .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;}
.imtables .panel-info {
  border-color: #83adcf;}
.imtables .panel-info > .panel-heading {
  color: #102f5f;
  background-color: #9db4d9;
  border-color: #83adcf;}
.imtables .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #83adcf;}
.imtables .panel-info > .panel-heading .badge {
  color: #9db4d9;
  background-color: #102f5f;}
.imtables .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #83adcf;}
.imtables .panel-warning {
  border-color: #ffc998;}
.imtables .panel-warning > .panel-heading {
  color: #94630b;
  background-color: #ffe3b1;
  border-color: #ffc998;}
.imtables .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffc998;}
.imtables .panel-warning > .panel-heading .badge {
  color: #ffe3b1;
  background-color: #94630b;}
.imtables .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffc998;}
.imtables .panel-danger {
  border-color: #f093be;}
.imtables .panel-danger > .panel-heading {
  color: #850a2f;
  background-color: #f3a9bf;
  border-color: #f093be;}
.imtables .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f093be;}
.imtables .panel-danger > .panel-heading .badge {
  color: #f3a9bf;
  background-color: #850a2f;}
.imtables .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f093be;}
.imtables .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;}
.imtables .embed-responsive .embed-responsive-item,
.imtables .embed-responsive iframe,
.imtables .embed-responsive embed,
.imtables .embed-responsive object,
.imtables .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;}
.imtables .embed-responsive-16by9 {
  padding-bottom: 56.25%;}
.imtables .embed-responsive-4by3 {
  padding-bottom: 75%;}
.imtables .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.05);
  box-shadow: inset 0 1px 1px rgba(0 , 0 , 0 , 0.05);}
.imtables .well blockquote {
  border-color: #ddd;
  border-color: rgba(0 , 0 , 0 , 0.15);}
.imtables .well-lg {
  padding: 24px;
  border-radius: 3px;}
.imtables .well-sm {
  padding: 9px;
  border-radius: 0px;}
.imtables .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);}
.imtables .close:hover,
.imtables .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);}
.imtables button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;}
.imtables .modal-open {
  overflow: hidden;}
.imtables .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;}
.imtables .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;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;}
.imtables .modal.in .modal-dialog {
  -webkit-transform: translate(0 , 0);
  -ms-transform: translate(0 , 0);
  -o-transform: translate(0 , 0);
  transform: translate(0 , 0);}
.imtables .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;}
.imtables .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;}
.imtables .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0 , 0 , 0 , 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0 , 0 , 0 , 0.5);
  box-shadow: 0 3px 9px rgba(0 , 0 , 0 , 0.5);
  background-clip: padding-box;
  outline: 0;}
.imtables .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;}
.imtables .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);}
.imtables .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);}
.imtables .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;}
.imtables .modal-header .close {
  margin-top: -2px;}
.imtables .modal-title {
  margin: 0;
  line-height: 1.42857143;}
.imtables .modal-body {
  position: relative;
  padding: 15px;}
.imtables .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;}
.imtables .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;}
.imtables .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;}
.imtables .modal-footer .btn-block + .btn-block {
  margin-left: 0;}
.imtables .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;}
@media (min-width:768px) {
.imtables .modal-dialog {
    width: 600px;
    margin: 30px auto;}
.imtables .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);}
.imtables .modal-sm {
    width: 300px;}}
@media (min-width:900px) {
.imtables .modal-lg {
    width: 900px;}}
.imtables .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans' , 'Droid Sans' , 'Helvetica Neue' , Helvetica , Arial , sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);}
.imtables .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);}
.imtables .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;}
.imtables .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;}
.imtables .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;}
.imtables .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;}
.imtables .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;}
.imtables .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;}
.imtables .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;}
.imtables .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;}
.imtables .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;}
.imtables .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;}
.imtables .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;}
.imtables .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;}
.imtables .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;}
.imtables .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;}
.imtables .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans' , 'Droid Sans' , 'Helvetica Neue' , Helvetica , Arial , sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0 , 0 , 0 , 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0 , 0 , 0 , 0.2);
  box-shadow: 0 5px 10px rgba(0 , 0 , 0 , 0.2);}
.imtables .popover.top {
  margin-top: -10px;}
.imtables .popover.right {
  margin-left: 10px;}
.imtables .popover.bottom {
  margin-top: 10px;}
.imtables .popover.left {
  margin-left: -10px;}
.imtables .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 0 0;}
.imtables .popover-content {
  padding: 9px 14px;}
.imtables .popover > .arrow,
.imtables .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;}
.imtables .popover > .arrow {
  border-width: 11px;}
.imtables .popover > .arrow:after {
  border-width: 10px;
  content: "";}
.imtables .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0 , 0 , 0 , 0.25);
  bottom: -11px;}
.imtables .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;}
.imtables .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0 , 0 , 0 , 0.25);}
.imtables .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;}
.imtables .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0 , 0 , 0 , 0.25);
  top: -11px;}
.imtables .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;}
.imtables .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0 , 0 , 0 , 0.25);}
.imtables .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;}
.imtables .carousel {
  position: relative;}
.imtables .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;}
.imtables .carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;}
.imtables .carousel-inner > .item > img,
.imtables .carousel-inner > .item > a > img {
  line-height: 1;}
@media all and (transform-3d),(-webkit-transform-3d) {
.imtables .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;}
.imtables .carousel-inner > .item.next,
.imtables .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100% , 0 , 0);
    transform: translate3d(100% , 0 , 0);
    left: 0;}
.imtables .carousel-inner > .item.prev,
.imtables .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100% , 0 , 0);
    transform: translate3d(-100% , 0 , 0);
    left: 0;}
.imtables .carousel-inner > .item.next.left,
.imtables .carousel-inner > .item.prev.right,
.imtables .carousel-inner > .item.active {
    -webkit-transform: translate3d(0 , 0 , 0);
    transform: translate3d(0 , 0 , 0);
    left: 0;}}
.imtables .carousel-inner > .active,
.imtables .carousel-inner > .next,
.imtables .carousel-inner > .prev {
  display: block;}
.imtables .carousel-inner > .active {
  left: 0;}
.imtables .carousel-inner > .next,
.imtables .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;}
.imtables .carousel-inner > .next {
  left: 100%;}
.imtables .carousel-inner > .prev {
  left: -100%;}
.imtables .carousel-inner > .next.left,
.imtables .carousel-inner > .prev.right {
  left: 0;}
.imtables .carousel-inner > .active.left {
  left: -100%;}
.imtables .carousel-inner > .active.right {
  left: 100%;}
.imtables .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0 , 0 , 0 , 0.6);
  background-color: rgba(0 , 0 , 0 , 0);}
.imtables .carousel-control.left {
  background-image: -webkit-linear-gradient(left , rgba(0 , 0 , 0 , 0.5) 0% , rgba(0 , 0 , 0 , 0.0001) 100%);
  background-image: -o-linear-gradient(left , rgba(0 , 0 , 0 , 0.5) 0% , rgba(0 , 0 , 0 , 0.0001) 100%);
  background-image: linear-gradient(to right , rgba(0 , 0 , 0 , 0.5) 0% , rgba(0 , 0 , 0 , 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000' endColorstr='#00000000' GradientType=1);}
.imtables .carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left , rgba(0 , 0 , 0 , 0.0001) 0% , rgba(0 , 0 , 0 , 0.5) 100%);
  background-image: -o-linear-gradient(left , rgba(0 , 0 , 0 , 0.0001) 0% , rgba(0 , 0 , 0 , 0.5) 100%);
  background-image: linear-gradient(to right , rgba(0 , 0 , 0 , 0.0001) 0% , rgba(0 , 0 , 0 , 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000' endColorstr='#80000000' GradientType=1);}
.imtables .carousel-control:hover,
.imtables .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);}
.imtables .carousel-control .icon-prev,
.imtables .carousel-control .icon-next,
.imtables .carousel-control .glyphicon-chevron-left,
.imtables .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;}
.imtables .carousel-control .icon-prev,
.imtables .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;}
.imtables .carousel-control .icon-next,
.imtables .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;}
.imtables .carousel-control .icon-prev,
.imtables .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;}
.imtables .carousel-control .icon-prev:before {
  content: '\2039';}
.imtables .carousel-control .icon-next:before {
  content: '\203a';}
.imtables .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;}
.imtables .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0 , 0 , 0 , 0);}
.imtables .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;}
.imtables .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0 , 0 , 0 , 0.6);}
.imtables .carousel-caption .btn {
  text-shadow: none;}
@media screen and (min-width:768px) {
.imtables .carousel-control .glyphicon-chevron-left,
.imtables .carousel-control .glyphicon-chevron-right,
.imtables .carousel-control .icon-prev,
.imtables .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;}
.imtables .carousel-control .glyphicon-chevron-left,
.imtables .carousel-control .icon-prev {
    margin-left: -10px;}
.imtables .carousel-control .glyphicon-chevron-right,
.imtables .carousel-control .icon-next {
    margin-right: -10px;}
.imtables .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;}
.imtables .carousel-indicators {
    bottom: 20px;}}
.imtables .clearfix:before,
.imtables .clearfix:after,
.imtables .dl-horizontal dd:before,
.imtables .dl-horizontal dd:after,
.imtables .container:before,
.imtables .container:after,
.imtables .container-fluid:before,
.imtables .container-fluid:after,
.imtables .row:before,
.imtables .row:after,
.imtables .form-horizontal .form-group:before,
.imtables .form-horizontal .form-group:after,
.imtables .btn-toolbar:before,
.imtables .btn-toolbar:after,
.imtables .btn-group-vertical > .btn-group:before,
.imtables .btn-group-vertical > .btn-group:after,
.imtables .nav:before,
.imtables .nav:after,
.imtables .navbar:before,
.imtables .navbar:after,
.imtables .navbar-header:before,
.imtables .navbar-header:after,
.imtables .navbar-collapse:before,
.imtables .navbar-collapse:after,
.imtables .pager:before,
.imtables .pager:after,
.imtables .panel-body:before,
.imtables .panel-body:after,
.imtables .modal-header:before,
.imtables .modal-header:after,
.imtables .modal-footer:before,
.imtables .modal-footer:after {
  content: " ";
  display: table;}
.imtables .clearfix:after,
.imtables .dl-horizontal dd:after,
.imtables .container:after,
.imtables .container-fluid:after,
.imtables .row:after,
.imtables .form-horizontal .form-group:after,
.imtables .btn-toolbar:after,
.imtables .btn-group-vertical > .btn-group:after,
.imtables .nav:after,
.imtables .navbar:after,
.imtables .navbar-header:after,
.imtables .navbar-collapse:after,
.imtables .pager:after,
.imtables .panel-body:after,
.imtables .modal-header:after,
.imtables .modal-footer:after {
  clear: both;}
.imtables .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;}
.imtables .pull-right {
  float: right!important;}
.imtables .pull-left {
  float: left!important;}
.imtables .hide {
  display: none!important;}
.imtables .show {
  display: block!important;}
.imtables .invisible {
  visibility: hidden;}
.imtables .text-hide {
  font: 0 / 0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;}
.imtables .hidden {
  display: none!important;}
.imtables .affix {
  position: fixed;}
  width: device-width;
.imtables .visible-xs,
.imtables .visible-sm,
.imtables .visible-md,
.imtables .visible-lg {
  display: none!important;}
.imtables .visible-xs-block,
.imtables .visible-xs-inline,
.imtables .visible-xs-inline-block,
.imtables .visible-sm-block,
.imtables .visible-sm-inline,
.imtables .visible-sm-inline-block,
.imtables .visible-md-block,
.imtables .visible-md-inline,
.imtables .visible-md-inline-block,
.imtables .visible-lg-block,
.imtables .visible-lg-inline,
.imtables .visible-lg-inline-block {
  display: none!important;}
@media (max-width:767px) {
.imtables .visible-xs {
    display: block!important;}
.imtables table.visible-xs {
    display: table!important;}
.imtables tr.visible-xs {
    display: table-row!important;}
.imtables th.visible-xs,
.imtables td.visible-xs {
    display: table-cell!important;}}
@media (max-width:767px) {
.imtables .visible-xs-block {
    display: block!important;}}
@media (max-width:767px) {
.imtables .visible-xs-inline {
    display: inline!important;}}
@media (max-width:767px) {
.imtables .visible-xs-inline-block {
    display: inline-block!important;}}
@media (min-width:768px) and (max-width:899px) {
.imtables .visible-sm {
    display: block!important;}
.imtables table.visible-sm {
    display: table!important;}
.imtables tr.visible-sm {
    display: table-row!important;}
.imtables th.visible-sm,
.imtables td.visible-sm {
    display: table-cell!important;}}
@media (min-width:768px) and (max-width:899px) {
.imtables .visible-sm-block {
    display: block!important;}}
@media (min-width:768px) and (max-width:899px) {
.imtables .visible-sm-inline {
    display: inline!important;}}
@media (min-width:768px) and (max-width:899px) {
.imtables .visible-sm-inline-block {
    display: inline-block!important;}}
@media (min-width:900px) and (max-width:1199px) {
.imtables .visible-md {
    display: block!important;}
.imtables table.visible-md {
    display: table!important;}
.imtables tr.visible-md {
    display: table-row!important;}
.imtables th.visible-md,
.imtables td.visible-md {
    display: table-cell!important;}}
@media (min-width:900px) and (max-width:1199px) {
.imtables .visible-md-block {
    display: block!important;}}
@media (min-width:900px) and (max-width:1199px) {
.imtables .visible-md-inline {
    display: inline!important;}}
@media (min-width:900px) and (max-width:1199px) {
.imtables .visible-md-inline-block {
    display: inline-block!important;}}
@media (min-width:1200px) {
.imtables .visible-lg {
    display: block!important;}
.imtables table.visible-lg {
    display: table!important;}
.imtables tr.visible-lg {
    display: table-row!important;}
.imtables th.visible-lg,
.imtables td.visible-lg {
    display: table-cell!important;}}
@media (min-width:1200px) {
.imtables .visible-lg-block {
    display: block!important;}}
@media (min-width:1200px) {
.imtables .visible-lg-inline {
    display: inline!important;}}
@media (min-width:1200px) {
.imtables .visible-lg-inline-block {
    display: inline-block!important;}}
@media (max-width:767px) {
.imtables .hidden-xs {
    display: none!important;}}
@media (min-width:768px) and (max-width:899px) {
.imtables .hidden-sm {
    display: none!important;}}
@media (min-width:900px) and (max-width:1199px) {
.imtables .hidden-md {
    display: none!important;}}
@media (min-width:1200px) {
.imtables .hidden-lg {
    display: none!important;}}
.imtables .visible-print {
  display: none!important;}
@media print {
.imtables .visible-print {
    display: block!important;}
.imtables table.visible-print {
    display: table!important;}
.imtables tr.visible-print {
    display: table-row!important;}
.imtables th.visible-print,
.imtables td.visible-print {
    display: table-cell!important;}}
.imtables .visible-print-block {
  display: none!important;}
@media print {
.imtables .visible-print-block {
    display: block!important;}}
.imtables .visible-print-inline {
  display: none!important;}
@media print {
.imtables .visible-print-inline {
    display: inline!important;}}
.imtables .visible-print-inline-block {
  display: none!important;}
@media print {
.imtables .visible-print-inline-block {
    display: inline-block!important;}}
@media print {
.imtables .hidden-print {
    display: none!important;}}
.imtables .im-path-finder {
  overflow: visible;}
.imtables .im-filter-manager .im-path-finder.open {
  max-height: 400px;
  overflow-y: auto;}
.imtables .im-new-constraint .im-con-overview .im-name-part {
  display: none;}
.imtables .im-new-constraint .im-con-overview .im-name-part:first-child:after {
  content: '...';}
.imtables .im-new-constraint .im-con-overview .im-name-part:nth-last-child(-n+4):after {
  content: "\00bb";
  margin-left: 0.5em;}
.imtables .im-new-constraint .im-con-overview .im-name-part:last-child:after {
  content: '';}
.imtables .im-new-constraint .im-con-overview .im-name-part:first-child,
.imtables .im-new-constraint .im-con-overview .im-name-part:nth-last-child(-n+3) {
  display: inline-block;}
.imtables .im-filter-summary .label-path .im-name-part {
  display: none;}
.imtables .im-filter-summary .label-path .im-name-part:last-child {
  display: inline;}
.imtables .im-filter-summary .label-path.im-show-full-path .im-name-part {
  display: inline;}
.imtables .im-constraint-editor {
  padding: 1em;}
.imtables .im-constraint-editor:empty {
  display: none;}
.imtables .im-constraint-editor .path-label {
  text-align: right;}
.imtables .im-constraint-editor .twitter-typeahead {
  width: 100%;}
.imtables .im-constraint-editor .ui-slider {
  margin: 1em 0;
  box-shadow: 1px 1px 2px #ccc;
  height: 1px;
  position: relative;}
.imtables .im-constraint-editor .ui-slider .im-slider-marker {
  font-family: Menlo , Monaco , Consolas , "Courier New" , monospace;
  top: 1em;}
.imtables .im-constraint-editor .ui-slider .im-slider-marker.high {
  margin-left: -1em;}
.imtables .im-constraint-editor .alert {
  margin-top: 1em;}
.imtables .im-constraint-editor .im-add .im-long {
  display: inline;}
.imtables .im-constraint-editor .im-add .im-short {
  display: none;}
.imtables .im-con-overview > a {
  float: right;
  float: right!important;
  margin-right: 1em;
  margin-top: 0.25em;}
.imtables .im-con-overview .im-remove-constraint,
.imtables .im-con-overview .im-edit {
  cursor: pointer;}
.imtables .im-con-overview .breadcrumb li {
  margin-right: 0.2em;}
.imtables .im-con-overview .breadcrumb li:before {
  content: '';}
.imtables .im-con-overview .breadcrumb .label {
  font-size: 1.1em;}
.imtables span.twitter-typeahead {
  float: left;
  width: 100%;}
.imtables .tt-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;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0 , 0 , 0 , 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  background-clip: padding-box;}
.imtables .tt-dropdown-menu.pull-right {
  right: 0;
  left: auto;}
.imtables .tt-dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;}
.imtables .tt-dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;}
.imtables .tt-dropdown-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  pointer: cursor;
  white-space: nowrap;}
.imtables .tt-dropdown-menu .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #37578b;}
.imtables .ui-slider {
  background-color: #9b9b9b;
  position: relative;
  text-align: left;
  width: 100%;
  height: 1px;}
.imtables .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;}
.imtables .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
  color: #fff;
  background-color: #37578b;
  background-repeat: repeat-x;
  text-shadow: 0 -1px 0 rgba(0 , 0 , 0 , 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0 , 0 , 0 , 0.1) rgba(0 , 0 , 0 , 0.1) rgba(0 , 0 , 0 , 0.25);}
.imtables .ui-slider.ui-state-disabled {}
.imtables .ui-slider.ui-state-disabled .ui-slider-handle,
.imtables .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;}
.imtables .ui-slider-horizontal {
  height: .2em;}
.imtables .ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.6em;}
.imtables .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;}
.imtables .ui-slider-horizontal .ui-slider-range-min {
  left: 0;}
.imtables .ui-slider-horizontal .ui-slider-range-max {
  right: 0;}
.imtables .im-ui-default-widget-state {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear , 0 0 , 0 100% , from(#ffffff) , color-stop(25% , #ffffff) , to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: -moz-linear-gradient(top , #ffffff , #ffffff 25% , #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: -o-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff' endColorstr='#e6e6e6' GradientType=0);
  text-shadow: 0 1px 1px rgba(255 , 255 , 255 , 0.75);
  color: #333;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -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);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;}
.imtables .ui-state-default,
.imtables .ui-widget-content .ui-state-default,
.imtables .ui-widget-header .ui-state-default {
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear , 0 0 , 0 100% , from(#ffffff) , color-stop(25% , #ffffff) , to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: -moz-linear-gradient(top , #ffffff , #ffffff 25% , #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: -o-linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  background-image: linear-gradient(#ffffff , #ffffff 25% , #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff' endColorstr='#e6e6e6' GradientType=0);
  text-shadow: 0 1px 1px rgba(255 , 255 , 255 , 0.75);
  color: #333;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -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);
  -webkit-transition: 0.1s linear background-image;
  -moz-transition: 0.1s linear background-image;
  -ms-transition: 0.1s linear background-image;
  -o-transition: 0.1s linear background-image;
  transition: 0.1s linear background-image;
  overflow: visible;}
.imtables .im-slider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;}
.imtables .im-path-chooser ul {
  padding-left: 2em;}
.imtables .im-path-chooser li {
  list-style-type: none;
  margin-left: 0px;
  width: 100%;}
.imtables .im-path-chooser li > a {
  color: inherit;
  background-color: inherit;
  width: 100%;
  display: inline-block;
  padding: 0.2em 0.3em;}
.imtables .im-path-chooser li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;}
.imtables .im-path-chooser li.in-view > a {
  border: 1px dashed #37578b;}
.imtables .im-path-chooser li.active > a {
  color: #fff;
  background-color: #37578b;}
.imtables .im-path-chooser li.im-reverse-reference {
  color: #777777;}
.imtables .im-table-pagination .pagination .form-inline {
  display: inline-block;
  float: left;}
.imtables .im-table-pagination .pagination .form-inline .form-control {
  border-left: none;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;}
.imtables .im-table-pagination .pagination .form-inline select {
  -webkit-appearance: none;
  -moz-appearance: none;}
.imtables .im-table-pagination .pagination li.disabled > a {
  background: #eeeeee;}
.imtables .im-table-pagination .pagination li.disabled > a:hover {
  background: #eeeeee;}
.imtables .im-table-pagination .pagination > li > a {
  cursor: pointer;}
.imtables .im-table-pagination .pagination > li > a:hover {
  background: #37578b;
  color: white;}
.imtables .modal {
  text-align: left;
  white-space: normal;}
.imtables .modal a.close {
  cursor: pointer;}
.imtables .modal .btn-cancel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;}
.imtables .modal .btn-cancel:focus,
.imtables .modal .btn-cancel.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;}
.imtables .modal .btn-cancel:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .modal .btn-cancel:active,
.imtables .modal .btn-cancel.active,
.imtables .open > .dropdown-toggle.modal .btn-cancel {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .modal .btn-cancel:active:hover,
.imtables .modal .btn-cancel.active:hover,
.imtables .open > .dropdown-toggle.modal .btn-cancel:hover,
.imtables .modal .btn-cancel:active:focus,
.imtables .modal .btn-cancel.active:focus,
.imtables .open > .dropdown-toggle.modal .btn-cancel:focus,
.imtables .modal .btn-cancel:active.focus,
.imtables .modal .btn-cancel.active.focus,
.imtables .open > .dropdown-toggle.modal .btn-cancel.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;}
.imtables .modal .btn-cancel:active,
.imtables .modal .btn-cancel.active,
.imtables .open > .dropdown-toggle.modal .btn-cancel {
  background-image: none;}
.imtables .modal .btn-cancel.disabled:hover,
.imtables .modal .btn-cancel[disabled]:hover,
.imtables fieldset[disabled] .modal .btn-cancel:hover,
.imtables .modal .btn-cancel.disabled:focus,
.imtables .modal .btn-cancel[disabled]:focus,
.imtables fieldset[disabled] .modal .btn-cancel:focus,
.imtables .modal .btn-cancel.disabled.focus,
.imtables .modal .btn-cancel[disabled].focus,
.imtables fieldset[disabled] .modal .btn-cancel.focus {
  background-color: #fff;
  border-color: #ccc;}
.imtables .modal .btn-cancel .badge {
  color: #fff;
  background-color: #333;}
.imtables .modal .modal-footer .im-tooltip-wrapper {
  display: inline-block;}
.imtables .modal .modal-footer .alert {
  position: relative;
  padding-right: 2.5em;
  text-align: left;
  max-width: 50%;}
.imtables .modal .modal-footer .alert.alert-info {
  max-width: 25em;}
.imtables .modal .modal-footer .alert .dismiss {
  position: absolute;
  top: 2px;
  right: 2px;}
.imtables .glyphicon.glyphicon-json {
  font-weight: bold;}
.imtables .glyphicon.glyphicon-json:before {
  content: '{ }';}
.imtables .glyphicon.glyphicon-xml:before {
  font-weight: bold;
  content: '</>';}
.imtables .fa.fa-json:before {
  content: '{ }';}
.imtables .im-export-dialogue fieldset[disabled] label {
  color: #777777;}
.imtables .im-export-dialogue .im-export-preview {
  max-height: 25em;}
.imtables .im-export-dialogue .im-export-tab-menu > li {
  margin-left: 0px;}
@media (max-width:900px) {
.imtables .im-export-dialogue .im-export-tab-menu > li {
    float: left;
    margin-left: 5px;}}
.imtables .im-summary-chart .im-bucket,
.imtables .im-summary-chart .im-item-bar {
  fill: #37578b;
  stroke: #ffffff;}
.imtables .im-summary-chart .im-item-bar.selected {
  fill: #bd3f65;}
.imtables .im-summary-chart .rubberband-selection {
  fill: rgba(211 , 160 , 71 , 0.3);
  stroke: #d3a047;}
.imtables .im-summary-chart .donut-arc {
  stroke: white;
  stroke-width: 0.5;}
.imtables .im-summary-chart .axis {
  stroke: #000;}
.imtables .im-summary-chart .average {
  stroke: #bd3f65;
  stroke-width: 2px;}
.imtables .im-summary-chart .tick-line {
  stroke: gray;
  text-anchor: start;}
.imtables .im-summary-selected-count .alert {
  margin-bottom: 1em;}
.imtables .im-summary-stats {
  padding: 2em;}
.imtables .im-summary-stats .table th,
.imtables .im-summary-stats .table td {
  text-align: right;}
.imtables .im-summary-stats .slider {
  margin-top: 1em;}
.imtables .im-summary-items .im-facet-row.hover {
  background-color: #fff6dd;
  border-top: 1px solid #e3d19f;
  border-bottom: 1px solid #e3d19f;}
.imtables .im-summary-items .im-facet-row.im-selected {
  background-color: #fff3d3;
  border-top: 1px solid #e3d19f;
  border-bottom: 1px solid #e3d19f;}
.imtables .im-summary-items .im-facet-row .checkbox {
  margin-top: 0;
  margin-bottom: 0;}
.imtables .im-summary-items .im-item-col .null-value:after {
  font-weight: bold;
  color: #dedede;
  content: 'NOTHING';}
.imtables .im-summary-items .im-count-col {
  font-weight: bold;
  text-shadow: -1px -1px #fff;
  text-align: right;}
.imtables .im-summary-items .im-count-col .im-facet-bar {
  float: right;
  float: right!important;
  padding-right: 0.5em;
  height: 1.3em;
  border-radius: 5px;}
.imtables .im-summary-items .im-count-col .im-count {
  position: absolute;
  right: 0.5em;}
.imtables .im-summary-items .im-summary-controls .popover-content {
  padding: 0;}
.imtables .im-summary-items .im-export-summary {
  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;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0 , 0 , 0 , 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  box-shadow: 0 6px 12px rgba(0 , 0 , 0 , 0.175);
  background-clip: padding-box;
  border: none;
  position: relative;
  display: block;}
.imtables .im-summary-items .im-export-summary.pull-right {
  right: 0;
  left: auto;}
.imtables .im-summary-items .im-export-summary .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;}
.imtables .im-summary-items .im-export-summary > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;}
.imtables .im-summary-items .im-facet-surrogate {
  width: 100%;
  position: absolute;
  padding: 0.5em 0;
  background: #9db4d9;
  color: #102f5f;
  border-top: 1px solid;}
.imtables .im-summary-items .im-facet-surrogate.above {
  border-top: none;
  border-bottom: 1px solid;}
.imtables .im-summary-items .im-item-table {
  position: relative;}
.imtables .btn-cancel {
  color: #333;
  background-color: #fff;
  border-color: #ccc;}
.imtables .btn-cancel:focus,
.imtables .btn-cancel.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;}
.imtables .btn-cancel:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .btn-cancel:active,
.imtables .btn-cancel.active,
.imtables .open > .dropdown-toggle.btn-cancel {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;}
.imtables .btn-cancel:active:hover,
.imtables .btn-cancel.active:hover,
.imtables .open > .dropdown-toggle.btn-cancel:hover,
.imtables .btn-cancel:active:focus,
.imtables .btn-cancel.active:focus,
.imtables .open > .dropdown-toggle.btn-cancel:focus,
.imtables .btn-cancel:active.focus,
.imtables .btn-cancel.active.focus,
.imtables .open > .dropdown-toggle.btn-cancel.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;}
.imtables .btn-cancel:active,
.imtables .btn-cancel.active,
.imtables .open > .dropdown-toggle.btn-cancel {
  background-image: none;}
.imtables .btn-cancel.disabled:hover,
.imtables .btn-cancel[disabled]:hover,
.imtables fieldset[disabled] .btn-cancel:hover,
.imtables .btn-cancel.disabled:focus,
.imtables .btn-cancel[disabled]:focus,
.imtables fieldset[disabled] .btn-cancel:focus,
.imtables .btn-cancel.disabled.focus,
.imtables .btn-cancel[disabled].focus,
.imtables fieldset[disabled] .btn-cancel.focus {
  background-color: #fff;
  border-color: #ccc;}
.imtables .btn-cancel .badge {
  color: #fff;
  background-color: #333;}
.imtables .alert button.dismiss {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  border: none;}
.imtables .alert button.dismiss:hover,
.imtables .alert button.dismiss:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);}
.imtables button.alert button.dismiss {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;}
.imtables .prettyprint {
  background: white;
  font-family: Menlo , 'Bitstream Vera Sans Mono' , 'DejaVu Sans Mono' , Monaco , Consolas , monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px;}
.imtables .pln {
  color: #333333;}
@media screen {
.imtables .str {
    color: #dd1144;}
.imtables .kwd {
    color: #333333;}
.imtables .com {
    color: #999988;}
.imtables .typ {
    color: #445588;}
.imtables .lit {
    color: #445588;}
.imtables .pun {
    color: #333333;}
.imtables .opn {
    color: #333333;}
.imtables .clo {
    color: #333333;}
.imtables .tag {
    color: navy;}
.imtables .atn {
    color: teal;}
.imtables .atv {
    color: #dd1144;}
.imtables .dec {
    color: #333333;}
.imtables .var {
    color: teal;}
.imtables .fun {
    color: #990000;}}
@media print,projection {
.imtables .str {
    color: #006600;}
.imtables .kwd {
    color: #006;
    font-weight: bold;}
.imtables .com {
    color: #600;
    font-style: italic;}
.imtables .typ {
    color: #404;
    font-weight: bold;}
.imtables .lit {
    color: #004444;}
.imtables .pun,
.imtables .opn,
.imtables .clo {
    color: #444400;}
.imtables .tag {
    color: #006;
    font-weight: bold;}
.imtables .atn {
    color: #440044;}
.imtables .atv {
    color: #006600;}}
.imtables ol.linenums {
  margin-top: 0;
  margin-bottom: 0;}
.imtables li.L0,
.imtables li.L1,
.imtables li.L2,
.imtables li.L3,
.imtables li.L4,
.imtables li.L5,
.imtables li.L6,
.imtables li.L7,
.imtables li.L8,
.imtables li.L9 {}
.imtables li.L1,
.imtables li.L3,
.imtables li.L5,
.imtables li.L7,
.imtables li.L9 {}
.imtables .im-generated-code {
  font-size: 0.9em;
  overflow: auto;
  resize: vertical;}
.imtables .modal.im-floating {
  right: inherit;
  bottom: inherit;
  opacity: 0;
  box-shadow: #bbbbbb 4px 4px 6px;}
.imtables .modal.im-floating .modal-dialog {
  margin: 0;}
.imtables .modal.im-create-list .im-tags .im-apology {
  color: #777777;
  text-transform: lowercase;
  font-variant: small-caps;}
.imtables .modal.im-create-list .im-tags .im-list-tag {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.2em;}
.imtables .modal.im-create-list .im-tags .im-list-tag .im-remove {
  cursor: pointer;}
.imtables .modal.im-create-list .im-more-options h4 {
  text-align: center;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;}
.imtables .modal.im-create-list .im-more-options h4:before {
  margin-left: -50%;
  margin-left: -webkit-calc(-50% - 1em);
  margin-left: calc(-50% - 1em);}
.imtables .modal.im-create-list .im-more-options h4:after {
  margin-left: 1em;}
.imtables .modal.im-create-list .im-more-options h4:before,
.imtables .modal.im-create-list .im-more-options h4:after {
  position: absolute;
  content: '';
  z-index: 3;
  width: 50%;
  top: 50%;
  height: 0;
  border-top: 1px solid rgba(0 , 0 , 0 , 0.1);
  border-bottom: 1px solid rgba(255 , 255 , 255 , 0.2);}
.imtables .im-name-part:after {
  content: "\00bb";
  margin-left: 0.5em;}
.imtables .im-name-part:last-child:after {
  content: '';}
.imtables .im-column-manager .im-view-list-placeholder {
  min-height: 2.5em;
  background-color: #5472a2;
  list-style-type: none;}
.imtables .im-column-manager .im-addition > div > .im-path-chooser {
  padding-left: 0px;
  overflow-y: auto;}
.imtables .im-column-manager .im-addition {
  overflow-y: hidden;}
.imtables .im-column-manager .im-addition .im-path-chooser {
  width: 100%;
  margin-left: 0;
  padding-left: 2em;}
.imtables .im-column-manager .im-addition .im-path-chooser .in-view {
  background: #eeeeee;}
.imtables .im-column-manager .im-addition .im-path-chooser .in-view a {
  cursor: not-allowed;}
.imtables .im-column-manager .im-column-manager-tabs li {
  margin-left: 2em;}
.imtables .im-column-manager .ui-draggable {
  cursor: move;}
.imtables .im-column-manager .im-selected-column {
  font-size: small;}
.imtables .im-column-manager .im-selected-column i {
  cursor: pointer;}
.imtables .im-column-manager .im-selected-column.ui-dragging {
  opacity: 0.6;}
@media (max-width:900px) {
.imtables .im-column-manager .im-selected-column.ui-draggable-dragging {
    width: 88.5%;}}
.imtables .im-column-manager .im-empty-collection {
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 0.25em;}
.imtables .im-column-manager .im-rubbish-bin {
  padding-top: 0.7em;
  padding-bottom: 0.7em;}
.imtables .im-column-manager .im-rubbish-bin,
.imtables .im-column-manager .im-empty-collection {
  text-align: center;
  color: #777777;
  border: 1px dashed #777777;
  border-radius: 3px;
  overflow-y: auto;}
.imtables .im-column-manager .im-rubbish-bin.im-can-remove-column,
.imtables .im-column-manager .im-empty-collection.im-can-remove-column {
  border-color: #a22249;
  color: #a22249;}
.imtables .im-column-manager .im-rubbish-bin.im-will-remove-column,
.imtables .im-column-manager .im-empty-collection.im-will-remove-column {
  background-color: #f3a9bf;
  color: #850a2f;}
.imtables .im-column-manager .im-rubbish-bin.im-can-add-column,
.imtables .im-column-manager .im-empty-collection.im-can-add-column {
  border-color: #78bc3f;
  color: #78bc3f;}
.imtables .im-column-manager .im-rubbish-bin.im-will-add-column,
.imtables .im-column-manager .im-empty-collection.im-will-add-column {
  background-color: #dff0d8;
  color: #3c763d;}
.imtables .im-column-manager .im-change-direction {
  margin-left: 1em;}
.imtables .im-column-manager .im-path-name {
  margin-left: 1em;}
.imtables .im-column-manager .im-path-name .im-name-part {
  color: #777777;
  display: none;}
.imtables .im-column-manager .im-path-name .im-name-part:nth-last-child(2) {
  display: inline-block;}
.imtables .im-column-manager .im-path-name .im-name-part:last-child {
  color: #333333;
  display: inline-block;}
.imtables .im-column-manager .im-full-path .im-name-part {
  display: inline-block;}
.imtables .im-column-manager .im-removed {
  margin-left: 1em;
  margin-right: 1em;
  text-align: left;
  text-align: start;}
.imtables .im-column-manager .im-remove-view,
.imtables .im-column-manager .im-restore-view {
  border-left: 1px solid #ddd;
  padding: 10px 1em;
  margin-top: -10px;
  margin-right: -15px;}
.imtables .im-column-manager .im-restore-view {
  color: #78bc3f;}
.imtables .im-column-manager .im-restore-view:hover {
  background-color: #dff0d8;
  color: #3c763d;}
.imtables .im-column-manager .im-remove-view {
  color: #a22249;}
.imtables .im-column-manager .im-remove-view:hover {
  background-color: #f3a9bf;
  color: #850a2f;}
.imtables .im-column-manager .im-position-controls {
  position: relative;
  float: left;}
.imtables .im-column-manager .im-position-controls i {
  color: #777777;
  position: absolute;
  left: 0;}
.imtables .im-column-manager .im-position-controls i:nth-child(2) {
  top: 0.6em;}
.imtables .im-undo-history .im-state-list .im-toggle-trivial {
  position: relative;
  top: -0.5em;}
.imtables .im-undo-history .im-state-list li {
  margin-left: 0px;}
.imtables .im-undo-history .im-state-list li > .btn {
  float: right;
  float: right!important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -0.5px;}
.imtables .im-undo-history .im-step {
  padding-left: 0.3em;
  min-width: 300px;
  border-bottom: 1px solid rgba(0 , 0 , 0 , 0.15);}
.imtables .im-undo-history .im-step h4 {
  font-size: 16px;}
.imtables .im-undo-history .im-step h4 .im-revision {
  font-size: 0.9em;}
.imtables .im-undo-history .im-step.im-current-state {
  background: #eeeeee;
  margin-top: -1em;}
.imtables .im-undo-history .im-step:last-child {
  border-bottom: none;}
.imtables .im-undo-history .im-step .im-section-summary {
  cursor: pointer;}
.imtables .im-undo-history .im-step .im-revision {
  float: right;
  float: right!important;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  margin: 0 1em;}
.imtables .im-undo-history .im-step .well .label {
  display: inline-block;}
.imtables .im-undo-history .im-step .im-step-count .im-label-pos {
  background-color: #78bc3f;}
.imtables .im-undo-history .im-step .im-step-count .im-label-pos[href]:hover,
.imtables .im-undo-history .im-step .im-step-count .im-label-pos[href]:focus {
  background-color: #609632;}
.imtables .im-undo-history .im-step .im-step-count .im-label-neg {
  background-color: #a22249;}
.imtables .im-undo-history .im-step .im-step-count .im-label-neg[href]:hover,
.imtables .im-undo-history .im-step .im-step-count .im-label-neg[href]:focus {
  background-color: #781936;}
.imtables .im-undo-history .im-step .im-step-count {
  float: right;
  float: right!important;}
.imtables .im-undo-history .im-step .im-step-count span {
  float: right;}
.imtables .im-undo-history .im-step .im-step-count .label {
  margin-right: 0.5em;}
.imtables .im-undo-history .im-ellipsis {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
  box-shadow: inset 0 6px 6px -3px #ddd;
  min-height: 2em;
  text-align: center;
  background: #eeeeee;
  cursor: pointer;
  margin: 0;}
.imtables .im-column-th {
  background-color: inherit;
  color: inherit;
  font-weight: normal;}
.imtables .im-column-th .im-minimised-th {
  width: 30px;}
.imtables .im-column-th .im-col-title {
  font-weight: bold;}
.imtables .im-column-th .im-th-button {
  cursor: pointer;}
.imtables .im-column-th .im-item-table {
  max-height: 350px;
  overflow-y: auto;}
.imtables .im-column-th .im-th-button i {
  color: #37578b;}
.imtables .im-column-th .open .im-th-button i {
  background-color: #37578b;
  color: white;}
.imtables .im-column-th .open .dropdown-menu {
  color: #333333;}
.imtables .im-column-th .im-has-constraint .im-th-button.im-col-filters i {
  color: #bd3f65;}
.imtables .im-column-th .im-has-constraint .open .im-th-button.im-col-filters i {
  background-color: #bd3f65;
  color: #f3a9bf;}
.imtables .im-column-th .im-col-sort-menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;}
.imtables .im-column-th .im-col-sort-menu li {
  padding: 0 0.25em;}
.imtables .im-column-th .im-col-sort-menu li:hover {
  background: #37578b;}
.imtables .im-column-th .im-col-sort-menu li:hover a {
  color: #fff;}
.imtables .im-column-th .im-col-sort-menu li a {
  cursor: pointer;
  text-decoration: none;}
.imtables .im-column-th .im-summary .im-summary-selector {
  min-width: 300px;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;}
.imtables .im-column-th .im-summary .im-summary-selector li {
  padding: 0 0.25em;}
.imtables .im-column-th .im-summary .im-summary-selector li:hover {
  background: #37578b;}
.imtables .im-column-th .im-summary .im-summary-selector li:hover a {
  color: #fff;}
.imtables .im-column-th .im-summary .im-summary-selector li a {
  cursor: pointer;
  text-decoration: none;}
@media (max-width:360px) {
.imtables .im-column-th .im-dropdown-summary {
    width: 100%;}}
@media (min-width:360px) {
.imtables .im-column-th .im-dropdown-summary {
    min-width: 360px;}}
.imtables .im-column-th .im-dropdown-summary h3 {
  padding: 0 0.5em;
  margin-top: 0.2em;
  font-size: 20px;}
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-range-from,
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-range-to {
  width: 41.66666667%;}
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-ellipsis {
  width: 16.66666667%;}
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-range-buttons {
  margin-top: 15px;
  width: 100%;}
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-range-buttons .btn-group {
  float: right;
  float: right!important;}
.imtables .im-column-th .im-dropdown-summary .im-summary-stats .im-range-controls .im-range-buttons .btn-group .btn {
  float: left;
  float: left!important;}
.imtables .im-column-th .dropdown-menu .alert {
  border-radius: 0;}
.imtables .im-column-th .dropdown-menu.im-fullwidth-dropdown {
  width: 100%;
  position: fixed;
  left: 0;
  top: 5px;}
.imtables .im-column-th .im-constraints h3 {
  padding: 0 0.5em;}
@media (max-width:500px) {
.imtables .im-column-th .im-constraints {
    width: 100%;}}
@media (min-width:500px) {
.imtables .im-column-th .im-constraints {
    min-width: 500px;}}
.imtables .im-column-th .im-constraints .well {
  padding: 9px;
  border-radius: 0px;}
.imtables .im-column-th .im-constraints .im-active-constraints {
  padding: 0;}
.imtables .im-column-th .im-constraints button.im-add-constraint {
  float: right;
  float: right!important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;}
.imtables .im-column-th .im-constraints .im-constraint-adder-options > .btn-group {
  float: right;
  float: right!important;}
.imtables .im-column-th .im-constraints .im-constraint-adder-options > .btn-group .im-add-constraint {
  float: left;
  float: left!important;}
.imtables .im-column-th .im-constraints .path-label {
  width: 100%;
  text-align: center;}
@media (min-width:500px) {
.imtables .im-column-th .im-constraints .im-operator {
    width: 33.3%;}}
.imtables .im-column-th .im-constraints .im-operator .form-control.im-ops {
  margin-bottom: 1em;}
@media (min-width:500px) {
.imtables .im-column-th .im-constraints .im-value-section {
    width: 66.6%;}}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table .im-table-height-wrapper {
  max-height: 300px;
  overflow-y: auto;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table table tbody tr {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table table tbody tr .im-multi-value .input-group input {
  min-width: 12em;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table table tbody tr .im-multi-value .input-group .input-group-btn .btn {
  padding-left: 0.5em;
  padding-right: 0.5em;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table table tbody tr .im-multi-value .input-group .input-group-btn .im-long {
  display: none;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table table tbody:last-child {
  border-bottom: 1px solid #ddd;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table .im-add {
  font-weight: bold;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table .im-add .im-long {
  display: none;}
.imtables .im-column-th .im-constraints .im-value-section .im-multi-value-table .im-add .im-short {
  display: inline;}
.imtables .popover.item-preview {
  min-width: 385px;}
.imtables .im-cell-preview-inner {
  font-size: 90%;}
.imtables .im-cell-preview-inner h4 {
  font-size: 1.1em;
  font-style: italic;}
.imtables .im-cell-preview-inner .im-related-counts {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;}
.imtables .im-cell-preview-inner .im-related-counts .im-relation {
  padding: 0.1em 1em;
  width: 50%;
  margin-left: 0;
  float: left;
  float: left!important;
  display: inline-block;}
.imtables .im-cell-preview-inner .im-related-counts .im-relation:nth-child(odd) {
  border-right: 1px solid #eeeeee;}
.imtables .im-cell-preview-inner .im-related-counts .im-relation:last-child {
  border-right: none;}
.imtables .im-cell-preview-inner .im-related-counts .im-relation .im-name {
  float: left;
  float: left!important;}
.imtables .im-cell-preview-inner .im-related-counts .im-relation .im-count {
  float: right;
  float: right!important;}
.imtables .im-cell-preview-inner .im-item-details .im-field-name {
  color: #777777;}
.imtables .im-cell-preview-inner .im-item-details .im-field-value.boolean {
  font-family: Menlo , Monaco , Consolas , "Courier New" , monospace;}
.imtables .im-table-container {
  position: relative;}
.imtables .im-table-container .im-table-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;}
.imtables .im-table-container .im-table-overlay h1 {
  font-size: 72px;
  position: absolute;
  left: 25%;}
.imtables .im-table-container .im-error-notice p {
  margin-bottom: 1em;}
.imtables .im-table-container .im-error-notice .well {
  margin-top: 1em;}
.imtables .im-table-container .im-table-controls .im-page-sizer,
.imtables .im-table-container .im-table-controls .im-table-summary {
  margin: 20px 0;}
.imtables .im-table-container .im-table-controls .im-table-control {
  float: right;
  margin-left: 1em;}
.imtables .im-table-container .im-table-controls .im-table-summary {
  height: 34px;
  line-height: 34px;
  float: left;
  margin-left: 0;
  font-weight: bold;}
.imtables .table tbody > tr td.im-minimised {
  width: 30px;}
.imtables .table tbody > tr .im-result-subtable {
  padding: 0;}
.imtables .table tbody > tr .im-result-subtable table.im-subtable {
  margin-bottom: 0;}
.imtables .table tbody > tr .im-result-subtable table.im-subtable th {
  font-size: smaller;}
.imtables .table tbody > tr .im-result-subtable table.im-subtable th > a {
  cursor: pointer;}
.imtables .table tbody > tr .im-result-subtable .im-subtable-summary {
  cursor: pointer;
  padding: 0.5em 1em;
  display: inline-block;}
.imtables .table tbody > tr td.im-result-field a.im-cell-link {
  color: #37578b;}
.imtables .table tbody > tr td.im-result-field a.im-cell-link:hover {
  color: #213554;
  text-decoration: underline;}
.imtables .table tbody > tr td.im-result-field.monospace-text {
  font-family: Menlo , Monaco , Consolas , "Courier New" , monospace;}
.imtables .table tbody > tr td.im-result-field.im-not-selectable {
  color: #dedede;}
.imtables .table tbody > tr td.im-result-field.im-not-selectable input {
  opacity: 0.5;}
.imtables .table tbody > tr td.im-result-field.im-not-selectable a {
  color: #dedede;}
.imtables .table tbody > tr td.im-result-field.active {
  background-color: #37578b;
  color: white;}
.imtables .table tbody > tr td.im-result-field.active a {
  color: white;}
.imtables .table tbody > tr td.im-result-field .im-null-entity {
  color: #dedede;
  font-weight: bold;
  text-transform: uppercase;}
.imtables .table tbody > tr td.im-result-field .im-null-value:before {
  content: '\2205';
  color: #dedede;
  font-weight: bold;
  text-transform: uppercase;}
@media (min-width:900px) {
.imtables .table tbody > tr td.im-result-field .im-null-value:before {
    content: 'No value';}}
.imtables .im-query-management > div,
.imtables .im-query-consumers > div {
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  display: inline-block;
  float: left;}
.imtables .im-query-tools:before,
.imtables .im-query-tools:after {
  content: " ";
  display: table;}
.imtables .im-query-tools:after {
  clear: both;}
.imtables .im-query-tools:before,
.imtables .im-query-tools:after {
  content: " ";
  display: table;}
.imtables .im-query-tools:after {
  clear: both;}
.imtables .im-query-tools > div {
  display: inline-block;}
.imtables .im-query-tools .im-query-management {
  width: 42%;}
@media (max-width:768px) {
.imtables .im-query-tools .im-query-management {
    width: 30%;}}
@media (max-width:480px) {
.imtables .im-query-tools .im-query-management {
    width: 35%;}}
.imtables .im-query-tools .im-query-management.im-has-more-space {
  width: 80%;}
.imtables .im-query-tools .im-history {
  width: 10%;}
@media (max-width:768px) {
.imtables .im-query-tools .im-history {
    width: 15%;}}
@media (max-width:480px) {
.imtables .im-query-tools .im-history {
    width: 20%;}}
.imtables .im-query-tools .im-history.im-has-more-space {
  width: 20%;}
.imtables .im-query-tools .im-history.im-has-more-space > div {
  float: right;}
.imtables .im-query-tools .im-history.im-has-more-space > div .dropdown-menu {
  left: auto;
  right: 0;}
.imtables .im-query-tools .im-history > div {
  float: left;}
.imtables .im-query-tools .im-query-consumers {
  width: 48%;}
@media (max-width:768px) {
.imtables .im-query-tools .im-query-consumers {
    width: 55%;}}
@media (max-width:480px) {
.imtables .im-query-tools .im-query-consumers {
    width: 45%;}}
.imtables .im-query-tools .im-query-consumers:empty {
  width: 0px;}
.imtables .im-query-tools .im-query-consumers > div {
  float: right;}
.imtables .im-hidden {
  display: none!important;}
.imtables .im-latent {
  display: none;}
@media (max-width:480px) {
.imtables .hidden-xxs {
    display: none;}}
.imtables .im-clickable {
  cursor: pointer;}
.imtables .label-path {
  background-color: #777777;}
.imtables .label-path[href]:hover,
.imtables .label-path[href]:focus {
  background-color: #5e5e5e;}
.imtables .label-op {
  background-color: #78bc3f;}
.imtables .label-op[href]:hover,
.imtables .label-op[href]:focus {
  background-color: #609632;}
.imtables .label-value {
  background-color: #5472a2;}
.imtables .label-value[href]:hover,
.imtables .label-value[href]:focus {
  background-color: #435a80;}
.imtables .label-extra {
  background-color: #C45BDE;}
.imtables .label-extra[href]:hover,
.imtables .label-extra[href]:focus {
  background-color: #b531d5;}
.imtables .label-error {
  background-color: #a22249;}
.imtables .label-error[href]:hover,
.imtables .label-error[href]:focus {
  background-color: #781936;}
.imtables .label-error:before {
  content: '\00a0';}
.imtables .alert .nb {
  font-variant: small-caps;}
.imtables .breadcrumb.summary > li + li:before {
  content: "\00a0";}
.imtables .breadcrumb.summary > li > .label {
  display: inline-block;}
.imtables ul.dropdown-menu > li {
  margin-left: 0px;}
.imtables .im-evenly-spaced {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;}