/* //514 JR/RL Stand 20200226 */
/* //514 RL c statt b Stand 20200226 */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/Regular/OpenSans-Regular.eot');
  src: url('fonts/open-sans/Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/Regular/OpenSans-Regular.woff') format('woff'), url('fonts/open-sans/Regular/OpenSans-Regular.ttf') format('truetype'), url('fonts/open-sans/Regular/OpenSans-Regular.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/Semibold/OpenSans-Semibold.eot');
  src: url('fonts/open-sans/Semibold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/Semibold/OpenSans-Semibold.woff') format('woff'), url('fonts/open-sans/Semibold/OpenSans-Semibold.ttf') format('truetype'), url('fonts/open-sans/Semibold/OpenSans-Semibold.svg#OpenSansSemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* END Semibold */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/Bold/OpenSans-Bold.eot');
  src: url('fonts/open-sans/Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans/Bold/OpenSans-Bold.woff') format('woff'), url('fonts/open-sans/Bold/OpenSans-Bold.ttf') format('truetype'), url('fonts/open-sans/Bold/OpenSans-Bold.svg#OpenSansBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* END Bold */
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/open-sans-condensed/bold/OpenSans-CondBold-webfont.eot');
  src: url('fonts/open-sans-condensed/bold/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans-condensed/bold/OpenSans-CondBold-webfont.woff') format('woff'), url('fonts/open-sans-condensed/bold/OpenSans-CondBold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Condensed';
  src: url('fonts/open-sans-condensed/regular/OpenSans-CondLight-webfont.eot');
  src: url('fonts/open-sans-condensed/regular/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans-condensed/regular/OpenSans-CondLight-webfont.woff') format('woff'), url('fonts/open-sans-condensed/regular/OpenSans-CondLight-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.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);
}
.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);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
@font-face {
  font-family: 'Mandatos';
  /* NOTE increment version string "kwl8km" after each change */
  src: url('fonts/mandatos5b.ttf?kwl8km') format('truetype'), url('fonts/mandatos5b.woff?kwl8km') format('woff'), url('fonts/mandatos5b.svg?kwl8km#Mandatos') format('svg');
  font-weight: normal;
  font-style: normal;
}
.smc {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Mandatos' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.smc-document-download:before {
  content: "\e933";
  color: #fff;
}
.smc-document-download-off:before {
  content: "\e945";
}
.smc-settings:before {
  content: "\e946";
}
.smc-user-add:before {
  content: "\e948";
}
.smc-refresh2:before {
  content: "\e949";
}
.smc-icons_20170816_vor_menu:before {
  content: "\e94b";
}
.smc-chevron-down:before {
  content: "\e94c";
}
.smc-icons_20170816_zurueck_menu:before {
  content: "\e94d";
}
.smc-chevron-up:before {
  content: "\e94e";
}
.smc-burger:before {
  content: "\e94f";
}
.smc-speech-bubbles2:before {
  content: "\e950";
}
.smc-connectivity-no:before {
  content: "\e900";
}
.smc-arrow-right:before {
  content: "\e901";
}
.smc-bookmark:before {
  content: "\e902";
}
.smc-users:before {
  content: "\e903";
}
.smc-calendar:before {
  content: "\e904";
}
.smc-certificate:before {
  content: "\e905";
}
.smc-certificate-alt:before {
  content: "\e906";
}
.smc-check:before {
  content: "\e907";
}
.smc-cogwheels:before {
  content: "\e908";
}
.smc-document-notes-receive:before {
  content: "\e909";
}
.smc-copy:before {
  content: "\e90a";
}
.smc-crowd:before {
  content: "\e90b";
}
.smc-document-news:before {
  content: "\e90c";
}
.smc-document-write:before {
  content: "\e90d";
}
.smc-download:before {
  content: "\e90e";
}
.smc-envelope:before {
  content: "\e90f";
}
.smc-eye:before {
  content: "\e910";
}
.smc-star:before {
  content: "\e911";
}
.smc-file-pdf:before {
  content: "\e912";
}
.smc-file-text:before {
  content: "\e913";
}
.smc-files:before {
  content: "\e914";
}
.smc-filter:before {
  content: "\e915";
}
.smc-flag:before {
  content: "\e916";
}
.smc-home:before {
  content: "\e917";
}
.smc-info-o:before {
  content: "\e918";
}
.smc-info:before {
  content: "\e919";
}
.smc-magnifier:before {
  content: "\e91a";
}
.smc-flag-delete:before {
  content: "\e91b";
}
.smc-network:before {
  content: "\e91c";
}
.smc-discussion:before {
  content: "\e91d";
}
.smc-document-empty:before {
  content: "\e91e";
}
.smc-document:before {
  content: "\e91f";
}
.smc-note-wirte:before {
  content: "\e920";
}
.smc-paper-stack:before {
  content: "\e921";
}
.smc-flag-add:before {
  content: "\e922";
}
.smc-pin-add:before {
  content: "\e923";
}
.smc-map-marker:before {
  content: "\e924";
}
.smc-document-text:before {
  content: "\e925";
}
.smc-reload:before {
  content: "\e926";
}
.smc-rewind:before {
  content: "\e927";
}
.smc-chevron-right:before {
  content: "\e928";
}
.smc-forward:before {
  content: "\e929";
}
.smc-rss:before {
  content: "\e92a";
}
.smc-user:before {
  content: "\e92b";
}
.smc-network-connection:before {
  content: "\e92c";
}
.smc-folders:before {
  content: "\e92d";
}
.smc-speech-bubbles:before {
  content: "\e92e";
}
.smc-update:before {
  content: "\e92f";
}
.smc-group:before {
  content: "\e930";
}
.smc-chevron-left:before {
  content: "\e931";
}
.smc-write:before {
  content: "\e932";
}
.smc-document-delete:before {
  content: "\e934";
}
.smc-document-favorite:before {
  content: "\e935";
}
.smc-document-notes-shared:before {
  content: "\e936";
}
.smc-document-add:before {
  content: "\e900";
}
.smc-document-write:before {
  content: "\e90d";
}
.smc-cloud-delete:before {
  content: "\e937";
}
.smc-document-comment:before {
  content: "\e938";
}
.smc-dokument_hinzufuegen:before {
  content: "\e939";
}
.smc-document-local:before {
  content: "\e93a";
}
.smc-document-local-no:before {
  content: "\e93b";
}
.smc-document-notes-private:before {
  content: "\e93c";
}
.smc-cloud-add:before {
  content: "\e93d";
}
.smc-cloud-reload:before {
  content: "\e93e";
}
.smc-documents-view:before {
  content: "\e93f";
}
.smc-documents-delete:before {
  content: "\e940";
}
.smc-documents-add:before {
  content: "\e941";
}
.smc-documents-reload:before {
  content: "\e942";
}
.smc-calendar-add:before {
  content: "\e943";
}
.smc-zip-download:before {
  content: "\e944";
}
.smc-zip-delete:before {
  content: "\e947";
}
.smc-zip-add:before {
  content: "\e94a";
}
/* //510 RL Assistenzfunktion: */
.smc-running:before {
  content: "\e96f";
}
.smc-pers-full:before {
  content: "\e970";
}
.smc-shared-in:before {
  content: "\e971";
}
.smc-pers-shared-out-full:before {
  content: "\e972";
}
.smc-pers-shared-in-full:before {
  content: "\e973";
}
.smc-shared-in-full:before {
  content: "\e974";
}
.smc-shared-out-full:before {
  content: "\e975";
}
.smc-add-full:before {
  content: "\e976";
}
.smc-share-full:before {
  content: "\e977";
}
.smc-share:before {
  content: "\e978";
}
.smc-config-full:before {
  content: "\e979";
}
.smc-upload-add-pers:before {
  content: "\e97a";
}
.smc-upload-status-closed:before {
  content: "\e97b";
}
#smc_body {
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=83979c6e5186e4155e2ae169cdfdcff8)
 * Config saved to config.json and https://gist.github.com/83979c6e5186e4155e2ae169cdfdcff8
 */
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
 *
 * //482 RL neu
 */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /* //495 RL alt: .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#1db7e2;background-color:#33bee5;border:1px solid transparent;border-bottom-color:transparent;cursor:default} */
  /* //495 RL border:1px solid transparent; entfernt wg. Umbrucheffekt bei schmaler Anzeige, z.B. Buchstabenregister u.a. Tabs */
  /* //495 RL color:#ffffff; entfernt wg. Layoutanpassung */
  /**/
  /* #71b733 */
  /*#33bee5;*/
  /* Sidebar */
  /* Panel */
  /*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
  /* IE10 Viewport Bug */
  /* Toggle Styles */
  /* Standard */
  /* Layout */
  /* Mobile Workaround */
  /* Large devices (large desktops, 1200px and down) */
  /* Sidebar Styles */
  /* Bootstrap */
  /* Generic classes */
  /* //492 RL neu für Alle Doc zur Sitzung */
  /** Vorgangstypen: */
  /* Burger */
  /* SOMACOS Classes */
  /* Responsive Tables */
  /* Font Size*/
  /* Animations */
  /* Special Page Styles */
  /* Termine */
  /* Logon Page */
  /* Flag Colors */
  /*** unerledigt:gelb **/
  /*** aktuell: **/
  /*** ueberfaellig:rot **/
  /* Document Status Layers */
  /* Page Relevant */
  /* table responsive 991: */
  /* //510 RL neu */
  /* // */
  /* //510 RL neu */
  /* // */
  /* //510 RL */
  /* // RL */
  /* //510 RL neu */
  /* // */
  /* //510 RL neu Buttonfarbe "geshared, stopp, nicht bei mir (Ampelfarbe rot)" */
  /* //510 RL neu Element inaktiv */
  /* // */
  /* //510 RL Markierung */
  /* //510 RL */
  /* // */
  /* //510 RL */
  /* Large devices (large desktops, 1200px and down) */
  /* Large devices (Tablets, 992px and down) */
  /* Small devices (tablets, 768px and down) */
  /* Mobile App Handling */
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #e3e3e3;
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -webkit-user-select: #33bee5;
  -moz-user-select: #33bee5;
  -ms-user-select: #33bee5;
  user-select: #33bee5;
}
#smc_body html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#smc_body body {
  margin: 0;
}
#smc_body article,
#smc_body aside,
#smc_body details,
#smc_body figcaption,
#smc_body figure,
#smc_body footer,
#smc_body header,
#smc_body hgroup,
#smc_body main,
#smc_body menu,
#smc_body nav,
#smc_body section,
#smc_body summary {
  display: block;
}
#smc_body audio,
#smc_body canvas,
#smc_body progress,
#smc_body video {
  display: inline-block;
  vertical-align: baseline;
}
#smc_body audio:not([controls]) {
  display: none;
  height: 0;
}
#smc_body [hidden],
#smc_body template {
  display: none;
}
#smc_body a {
  background-color: transparent;
}
#smc_body a:active,
#smc_body a:hover {
  outline: 0;
}
#smc_body abbr[title] {
  border-bottom: 1px dotted;
}
#smc_body b,
#smc_body strong {
  font-weight: bold;
}
#smc_body dfn {
  font-style: italic;
}
#smc_body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#smc_body mark {
  background: #ff0;
  color: #000;
}
#smc_body small {
  font-size: 80%;
}
#smc_body sub,
#smc_body sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#smc_body sup {
  top: -0.5em;
}
#smc_body sub {
  bottom: -0.25em;
}
#smc_body img {
  border: 0;
}
#smc_body svg:not(:root) {
  overflow: hidden;
}
#smc_body figure {
  margin: 1em 40px;
}
#smc_body hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
#smc_body pre {
  overflow: auto;
}
#smc_body code,
#smc_body kbd,
#smc_body pre,
#smc_body samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
#smc_body button,
#smc_body input,
#smc_body optgroup,
#smc_body select,
#smc_body textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
#smc_body button {
  overflow: visible;
}
#smc_body button,
#smc_body select {
  text-transform: none;
}
#smc_body button,
#smc_body html input[type="button"],
#smc_body input[type="reset"],
#smc_body input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#smc_body button[disabled],
#smc_body html input[disabled] {
  cursor: default;
}
#smc_body button::-moz-focus-inner,
#smc_body input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
#smc_body input {
  line-height: normal;
}
#smc_body input[type="checkbox"],
#smc_body input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#smc_body input[type="number"]::-webkit-inner-spin-button,
#smc_body input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#smc_body input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#smc_body input[type="search"]::-webkit-search-cancel-button,
#smc_body input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#smc_body fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
#smc_body legend {
  border: 0;
  padding: 0;
}
#smc_body textarea {
  overflow: auto;
}
#smc_body optgroup {
  font-weight: bold;
}
#smc_body table {
  border-collapse: collapse;
  border-spacing: 0;
}
#smc_body td,
#smc_body th {
  padding: 0;
}
@media print {
  #smc_body *,
  #smc_body *:before,
  #smc_body *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #smc_body a,
  #smc_body a:visited {
    text-decoration: underline;
  }
  #smc_body a[href]:after {
    content: " (" attr(href) ")";
  }
  #smc_body abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #smc_body a[href^="#"]:after,
  #smc_body a[href^="javascript:"]:after {
    content: "";
  }
  #smc_body pre,
  #smc_body blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  #smc_body thead {
    display: table-header-group;
  }
  #smc_body tr,
  #smc_body img {
    page-break-inside: avoid;
  }
  #smc_body img {
    max-width: 100% !important;
  }
  #smc_body p,
  #smc_body h2,
  #smc_body h3 {
    orphans: 3;
    widows: 3;
  }
  #smc_body h2,
  #smc_body h3 {
    page-break-after: avoid;
  }
  #smc_body .navbar {
    display: none;
  }
  #smc_body .btn > .caret,
  #smc_body .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  #smc_body .label {
    border: 1px solid #000;
  }
  #smc_body .table {
    border-collapse: collapse !important;
  }
  #smc_body .table td,
  #smc_body .table th {
    background-color: #fff !important;
  }
  #smc_body .table-bordered th,
  #smc_body .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
#smc_body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smc_body *:before,
#smc_body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smc_body html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#smc_body body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background-color: #e3e3e3;
}
#smc_body input,
#smc_body button,
#smc_body select,
#smc_body textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#smc_body a {
  color: #444;
  text-decoration: none;
}
#smc_body a:hover,
#smc_body a:focus {
  color: #1e1e1e;
  text-decoration: none;
}
#smc_body a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#smc_body figure {
  margin: 0;
}
#smc_body img {
  vertical-align: middle;
}
#smc_body .img-responsive,
#smc_body .thumbnail > img,
#smc_body .thumbnail a > img,
#smc_body .carousel-inner > .item > img,
#smc_body .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
#smc_body .img-rounded {
  border-radius: 0;
}
#smc_body .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #e3e3e3;
  border: 1px solid #ddd;
  border-radius: 0;
  -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;
}
#smc_body .img-circle {
  border-radius: 50%;
}
#smc_body hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
#smc_body .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#smc_body .sr-only-focusable:active,
#smc_body .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#smc_body [role="button"] {
  cursor: pointer;
}
#smc_body h1,
#smc_body h2,
#smc_body h3,
#smc_body h4,
#smc_body h5,
#smc_body h6,
#smc_body .h1,
#smc_body .h2,
#smc_body .h3,
#smc_body .h4,
#smc_body .h5,
#smc_body .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#smc_body h1 small,
#smc_body h2 small,
#smc_body h3 small,
#smc_body h4 small,
#smc_body h5 small,
#smc_body h6 small,
#smc_body .h1 small,
#smc_body .h2 small,
#smc_body .h3 small,
#smc_body .h4 small,
#smc_body .h5 small,
#smc_body .h6 small,
#smc_body h1 .small,
#smc_body h2 .small,
#smc_body h3 .small,
#smc_body h4 .small,
#smc_body h5 .small,
#smc_body h6 .small,
#smc_body .h1 .small,
#smc_body .h2 .small,
#smc_body .h3 .small,
#smc_body .h4 .small,
#smc_body .h5 .small,
#smc_body .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #f0f3f2;
}
#smc_body h1,
#smc_body .h1,
#smc_body h2,
#smc_body .h2,
#smc_body h3,
#smc_body .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#smc_body h1 small,
#smc_body .h1 small,
#smc_body h2 small,
#smc_body .h2 small,
#smc_body h3 small,
#smc_body .h3 small,
#smc_body h1 .small,
#smc_body .h1 .small,
#smc_body h2 .small,
#smc_body .h2 .small,
#smc_body h3 .small,
#smc_body .h3 .small {
  font-size: 65%;
}
#smc_body h4,
#smc_body .h4,
#smc_body h5,
#smc_body .h5,
#smc_body h6,
#smc_body .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#smc_body h4 small,
#smc_body .h4 small,
#smc_body h5 small,
#smc_body .h5 small,
#smc_body h6 small,
#smc_body .h6 small,
#smc_body h4 .small,
#smc_body .h4 .small,
#smc_body h5 .small,
#smc_body .h5 .small,
#smc_body h6 .small,
#smc_body .h6 .small {
  font-size: 75%;
}
#smc_body h1,
#smc_body .h1 {
  font-size: 36px;
}
#smc_body h2,
#smc_body .h2 {
  font-size: 30px;
}
#smc_body h3,
#smc_body .h3 {
  font-size: 24px;
}
#smc_body h4,
#smc_body .h4 {
  font-size: 18px;
}
#smc_body h5,
#smc_body .h5 {
  font-size: 14px;
}
#smc_body h6,
#smc_body .h6 {
  font-size: 12px;
}
#smc_body p {
  margin: 0 0 10px;
}
#smc_body .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #smc_body .lead {
    font-size: 21px;
  }
}
#smc_body small,
#smc_body .small {
  font-size: 85%;
}
#smc_body mark,
#smc_body .mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
#smc_body .text-left {
  text-align: left;
}
#smc_body .text-right {
  text-align: right;
}
#smc_body .text-center {
  text-align: center;
}
#smc_body .text-justify {
  text-align: justify;
}
#smc_body .text-nowrap {
  white-space: nowrap;
}
#smc_body .text-lowercase {
  text-transform: lowercase;
}
#smc_body .text-uppercase {
  text-transform: uppercase;
}
#smc_body .text-capitalize {
  text-transform: capitalize;
}
#smc_body .text-muted {
  color: #f0f3f2;
}
#smc_body .text-primary {
  color: #33bee5;
}
#smc_body a.text-primary:hover,
#smc_body a.text-primary:focus {
  color: #1aa4cb;
}
#smc_body .text-success {
  color: #3c763d;
}
#smc_body a.text-success:hover,
#smc_body a.text-success:focus {
  color: #2b542c;
}
#smc_body .text-info {
  color: #31708f;
}
#smc_body a.text-info:hover,
#smc_body a.text-info:focus {
  color: #245269;
}
#smc_body .text-warning {
  color: #8a6d3b;
}
#smc_body a.text-warning:hover,
#smc_body a.text-warning:focus {
  color: #66512c;
}
#smc_body .text-danger {
  color: #a94442;
}
#smc_body a.text-danger:hover,
#smc_body a.text-danger:focus {
  color: #843534;
}
#smc_body .bg-primary {
  color: #fff;
  background-color: #33bee5;
}
#smc_body a.bg-primary:hover,
#smc_body a.bg-primary:focus {
  background-color: #1aa4cb;
}
#smc_body .bg-success {
  background-color: #dff0d8;
}
#smc_body a.bg-success:hover,
#smc_body a.bg-success:focus {
  background-color: #c1e2b3;
}
#smc_body .bg-info {
  background-color: #d9edf7;
}
#smc_body a.bg-info:hover,
#smc_body a.bg-info:focus {
  background-color: #afd9ee;
}
#smc_body .bg-warning {
  background-color: #fcf8e3;
}
#smc_body a.bg-warning:hover,
#smc_body a.bg-warning:focus {
  background-color: #f7ecb5;
}
#smc_body .bg-danger {
  background-color: #f2dede;
}
#smc_body a.bg-danger:hover,
#smc_body a.bg-danger:focus {
  background-color: #e4b9b9;
}
#smc_body .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
#smc_body ul,
#smc_body ol {
  margin-top: 0;
  margin-bottom: 10px;
}
#smc_body ul ul,
#smc_body ol ul,
#smc_body ul ol,
#smc_body ol ol {
  margin-bottom: 0;
}
#smc_body .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#smc_body .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
#smc_body .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#smc_body dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#smc_body dt,
#smc_body dd {
  line-height: 1.42857143;
}
#smc_body dt {
  font-weight: bold;
}
#smc_body dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  #smc_body .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #smc_body .dl-horizontal dd {
    margin-left: 180px;
  }
}
#smc_body abbr[title],
#smc_body abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #f0f3f2;
}
#smc_body .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
#smc_body blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
#smc_body blockquote p:last-child,
#smc_body blockquote ul:last-child,
#smc_body blockquote ol:last-child {
  margin-bottom: 0;
}
#smc_body blockquote footer,
#smc_body blockquote small,
#smc_body blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #f0f3f2;
}
#smc_body blockquote footer:before,
#smc_body blockquote small:before,
#smc_body blockquote .small:before {
  content: '\2014 \00A0';
}
#smc_body .blockquote-reverse,
#smc_body blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
#smc_body .blockquote-reverse footer:before,
#smc_body blockquote.pull-right footer:before,
#smc_body .blockquote-reverse small:before,
#smc_body blockquote.pull-right small:before,
#smc_body .blockquote-reverse .small:before,
#smc_body blockquote.pull-right .small:before {
  content: '';
}
#smc_body .blockquote-reverse footer:after,
#smc_body blockquote.pull-right footer:after,
#smc_body .blockquote-reverse small:after,
#smc_body blockquote.pull-right small:after,
#smc_body .blockquote-reverse .small:after,
#smc_body blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
#smc_body address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
#smc_body code,
#smc_body kbd,
#smc_body pre,
#smc_body samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
#smc_body code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
#smc_body kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#smc_body kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#smc_body 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: #444;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
#smc_body pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
#smc_body .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
#smc_body .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #smc_body .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  #smc_body .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #smc_body .container {
    width: 1170px;
  }
}
#smc_body .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#smc_body .row {
  margin-left: -15px;
  margin-right: -15px;
}
#smc_body .col-xs-1,
#smc_body .col-sm-1,
#smc_body .col-md-1,
#smc_body .col-lg-1,
#smc_body .col-xs-2,
#smc_body .col-sm-2,
#smc_body .col-md-2,
#smc_body .col-lg-2,
#smc_body .col-xs-3,
#smc_body .col-sm-3,
#smc_body .col-md-3,
#smc_body .col-lg-3,
#smc_body .col-xs-4,
#smc_body .col-sm-4,
#smc_body .col-md-4,
#smc_body .col-lg-4,
#smc_body .col-xs-5,
#smc_body .col-sm-5,
#smc_body .col-md-5,
#smc_body .col-lg-5,
#smc_body .col-xs-6,
#smc_body .col-sm-6,
#smc_body .col-md-6,
#smc_body .col-lg-6,
#smc_body .col-xs-7,
#smc_body .col-sm-7,
#smc_body .col-md-7,
#smc_body .col-lg-7,
#smc_body .col-xs-8,
#smc_body .col-sm-8,
#smc_body .col-md-8,
#smc_body .col-lg-8,
#smc_body .col-xs-9,
#smc_body .col-sm-9,
#smc_body .col-md-9,
#smc_body .col-lg-9,
#smc_body .col-xs-10,
#smc_body .col-sm-10,
#smc_body .col-md-10,
#smc_body .col-lg-10,
#smc_body .col-xs-11,
#smc_body .col-sm-11,
#smc_body .col-md-11,
#smc_body .col-lg-11,
#smc_body .col-xs-12,
#smc_body .col-sm-12,
#smc_body .col-md-12,
#smc_body .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#smc_body .col-xs-1,
#smc_body .col-xs-2,
#smc_body .col-xs-3,
#smc_body .col-xs-4,
#smc_body .col-xs-5,
#smc_body .col-xs-6,
#smc_body .col-xs-7,
#smc_body .col-xs-8,
#smc_body .col-xs-9,
#smc_body .col-xs-10,
#smc_body .col-xs-11,
#smc_body .col-xs-12 {
  float: left;
}
#smc_body .col-xs-12 {
  width: 100%;
}
#smc_body .col-xs-11 {
  width: 91.66666667%;
}
#smc_body .col-xs-10 {
  width: 83.33333333%;
}
#smc_body .col-xs-9 {
  width: 75%;
}
#smc_body .col-xs-8 {
  width: 66.66666667%;
}
#smc_body .col-xs-7 {
  width: 58.33333333%;
}
#smc_body .col-xs-6 {
  width: 50%;
}
#smc_body .col-xs-5 {
  width: 41.66666667%;
}
#smc_body .col-xs-4 {
  width: 33.33333333%;
}
#smc_body .col-xs-3 {
  width: 25%;
}
#smc_body .col-xs-2 {
  width: 16.66666667%;
}
#smc_body .col-xs-1 {
  width: 8.33333333%;
}
#smc_body .col-xs-pull-12 {
  right: 100%;
}
#smc_body .col-xs-pull-11 {
  right: 91.66666667%;
}
#smc_body .col-xs-pull-10 {
  right: 83.33333333%;
}
#smc_body .col-xs-pull-9 {
  right: 75%;
}
#smc_body .col-xs-pull-8 {
  right: 66.66666667%;
}
#smc_body .col-xs-pull-7 {
  right: 58.33333333%;
}
#smc_body .col-xs-pull-6 {
  right: 50%;
}
#smc_body .col-xs-pull-5 {
  right: 41.66666667%;
}
#smc_body .col-xs-pull-4 {
  right: 33.33333333%;
}
#smc_body .col-xs-pull-3 {
  right: 25%;
}
#smc_body .col-xs-pull-2 {
  right: 16.66666667%;
}
#smc_body .col-xs-pull-1 {
  right: 8.33333333%;
}
#smc_body .col-xs-pull-0 {
  right: auto;
}
#smc_body .col-xs-push-12 {
  left: 100%;
}
#smc_body .col-xs-push-11 {
  left: 91.66666667%;
}
#smc_body .col-xs-push-10 {
  left: 83.33333333%;
}
#smc_body .col-xs-push-9 {
  left: 75%;
}
#smc_body .col-xs-push-8 {
  left: 66.66666667%;
}
#smc_body .col-xs-push-7 {
  left: 58.33333333%;
}
#smc_body .col-xs-push-6 {
  left: 50%;
}
#smc_body .col-xs-push-5 {
  left: 41.66666667%;
}
#smc_body .col-xs-push-4 {
  left: 33.33333333%;
}
#smc_body .col-xs-push-3 {
  left: 25%;
}
#smc_body .col-xs-push-2 {
  left: 16.66666667%;
}
#smc_body .col-xs-push-1 {
  left: 8.33333333%;
}
#smc_body .col-xs-push-0 {
  left: auto;
}
#smc_body .col-xs-offset-12 {
  margin-left: 100%;
}
#smc_body .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#smc_body .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#smc_body .col-xs-offset-9 {
  margin-left: 75%;
}
#smc_body .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#smc_body .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#smc_body .col-xs-offset-6 {
  margin-left: 50%;
}
#smc_body .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#smc_body .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#smc_body .col-xs-offset-3 {
  margin-left: 25%;
}
#smc_body .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#smc_body .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#smc_body .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  #smc_body .col-sm-1,
  #smc_body .col-sm-2,
  #smc_body .col-sm-3,
  #smc_body .col-sm-4,
  #smc_body .col-sm-5,
  #smc_body .col-sm-6,
  #smc_body .col-sm-7,
  #smc_body .col-sm-8,
  #smc_body .col-sm-9,
  #smc_body .col-sm-10,
  #smc_body .col-sm-11,
  #smc_body .col-sm-12 {
    float: left;
  }
  #smc_body .col-sm-12 {
    width: 100%;
  }
  #smc_body .col-sm-11 {
    width: 91.66666667%;
  }
  #smc_body .col-sm-10 {
    width: 83.33333333%;
  }
  #smc_body .col-sm-9 {
    width: 75%;
  }
  #smc_body .col-sm-8 {
    width: 66.66666667%;
  }
  #smc_body .col-sm-7 {
    width: 58.33333333%;
  }
  #smc_body .col-sm-6 {
    width: 50%;
  }
  #smc_body .col-sm-5 {
    width: 41.66666667%;
  }
  #smc_body .col-sm-4 {
    width: 33.33333333%;
  }
  #smc_body .col-sm-3 {
    width: 25%;
  }
  #smc_body .col-sm-2 {
    width: 16.66666667%;
  }
  #smc_body .col-sm-1 {
    width: 8.33333333%;
  }
  #smc_body .col-sm-pull-12 {
    right: 100%;
  }
  #smc_body .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #smc_body .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #smc_body .col-sm-pull-9 {
    right: 75%;
  }
  #smc_body .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #smc_body .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #smc_body .col-sm-pull-6 {
    right: 50%;
  }
  #smc_body .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #smc_body .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #smc_body .col-sm-pull-3 {
    right: 25%;
  }
  #smc_body .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #smc_body .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #smc_body .col-sm-pull-0 {
    right: auto;
  }
  #smc_body .col-sm-push-12 {
    left: 100%;
  }
  #smc_body .col-sm-push-11 {
    left: 91.66666667%;
  }
  #smc_body .col-sm-push-10 {
    left: 83.33333333%;
  }
  #smc_body .col-sm-push-9 {
    left: 75%;
  }
  #smc_body .col-sm-push-8 {
    left: 66.66666667%;
  }
  #smc_body .col-sm-push-7 {
    left: 58.33333333%;
  }
  #smc_body .col-sm-push-6 {
    left: 50%;
  }
  #smc_body .col-sm-push-5 {
    left: 41.66666667%;
  }
  #smc_body .col-sm-push-4 {
    left: 33.33333333%;
  }
  #smc_body .col-sm-push-3 {
    left: 25%;
  }
  #smc_body .col-sm-push-2 {
    left: 16.66666667%;
  }
  #smc_body .col-sm-push-1 {
    left: 8.33333333%;
  }
  #smc_body .col-sm-push-0 {
    left: auto;
  }
  #smc_body .col-sm-offset-12 {
    margin-left: 100%;
  }
  #smc_body .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #smc_body .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #smc_body .col-sm-offset-9 {
    margin-left: 75%;
  }
  #smc_body .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #smc_body .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #smc_body .col-sm-offset-6 {
    margin-left: 50%;
  }
  #smc_body .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #smc_body .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #smc_body .col-sm-offset-3 {
    margin-left: 25%;
  }
  #smc_body .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #smc_body .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #smc_body .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #smc_body .col-md-1,
  #smc_body .col-md-2,
  #smc_body .col-md-3,
  #smc_body .col-md-4,
  #smc_body .col-md-5,
  #smc_body .col-md-6,
  #smc_body .col-md-7,
  #smc_body .col-md-8,
  #smc_body .col-md-9,
  #smc_body .col-md-10,
  #smc_body .col-md-11,
  #smc_body .col-md-12 {
    float: left;
  }
  #smc_body .col-md-12 {
    width: 100%;
  }
  #smc_body .col-md-11 {
    width: 91.66666667%;
  }
  #smc_body .col-md-10 {
    width: 83.33333333%;
  }
  #smc_body .col-md-9 {
    width: 75%;
  }
  #smc_body .col-md-8 {
    width: 66.66666667%;
  }
  #smc_body .col-md-7 {
    width: 58.33333333%;
  }
  #smc_body .col-md-6 {
    width: 50%;
  }
  #smc_body .col-md-5 {
    width: 41.66666667%;
  }
  #smc_body .col-md-4 {
    width: 33.33333333%;
  }
  #smc_body .col-md-3 {
    width: 25%;
  }
  #smc_body .col-md-2 {
    width: 16.66666667%;
  }
  #smc_body .col-md-1 {
    width: 8.33333333%;
  }
  #smc_body .col-md-pull-12 {
    right: 100%;
  }
  #smc_body .col-md-pull-11 {
    right: 91.66666667%;
  }
  #smc_body .col-md-pull-10 {
    right: 83.33333333%;
  }
  #smc_body .col-md-pull-9 {
    right: 75%;
  }
  #smc_body .col-md-pull-8 {
    right: 66.66666667%;
  }
  #smc_body .col-md-pull-7 {
    right: 58.33333333%;
  }
  #smc_body .col-md-pull-6 {
    right: 50%;
  }
  #smc_body .col-md-pull-5 {
    right: 41.66666667%;
  }
  #smc_body .col-md-pull-4 {
    right: 33.33333333%;
  }
  #smc_body .col-md-pull-3 {
    right: 25%;
  }
  #smc_body .col-md-pull-2 {
    right: 16.66666667%;
  }
  #smc_body .col-md-pull-1 {
    right: 8.33333333%;
  }
  #smc_body .col-md-pull-0 {
    right: auto;
  }
  #smc_body .col-md-push-12 {
    left: 100%;
  }
  #smc_body .col-md-push-11 {
    left: 91.66666667%;
  }
  #smc_body .col-md-push-10 {
    left: 83.33333333%;
  }
  #smc_body .col-md-push-9 {
    left: 75%;
  }
  #smc_body .col-md-push-8 {
    left: 66.66666667%;
  }
  #smc_body .col-md-push-7 {
    left: 58.33333333%;
  }
  #smc_body .col-md-push-6 {
    left: 50%;
  }
  #smc_body .col-md-push-5 {
    left: 41.66666667%;
  }
  #smc_body .col-md-push-4 {
    left: 33.33333333%;
  }
  #smc_body .col-md-push-3 {
    left: 25%;
  }
  #smc_body .col-md-push-2 {
    left: 16.66666667%;
  }
  #smc_body .col-md-push-1 {
    left: 8.33333333%;
  }
  #smc_body .col-md-push-0 {
    left: auto;
  }
  #smc_body .col-md-offset-12 {
    margin-left: 100%;
  }
  #smc_body .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #smc_body .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #smc_body .col-md-offset-9 {
    margin-left: 75%;
  }
  #smc_body .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #smc_body .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #smc_body .col-md-offset-6 {
    margin-left: 50%;
  }
  #smc_body .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #smc_body .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #smc_body .col-md-offset-3 {
    margin-left: 25%;
  }
  #smc_body .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #smc_body .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #smc_body .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #smc_body .col-lg-1,
  #smc_body .col-lg-2,
  #smc_body .col-lg-3,
  #smc_body .col-lg-4,
  #smc_body .col-lg-5,
  #smc_body .col-lg-6,
  #smc_body .col-lg-7,
  #smc_body .col-lg-8,
  #smc_body .col-lg-9,
  #smc_body .col-lg-10,
  #smc_body .col-lg-11,
  #smc_body .col-lg-12 {
    float: left;
  }
  #smc_body .col-lg-12 {
    width: 100%;
  }
  #smc_body .col-lg-11 {
    width: 91.66666667%;
  }
  #smc_body .col-lg-10 {
    width: 83.33333333%;
  }
  #smc_body .col-lg-9 {
    width: 75%;
  }
  #smc_body .col-lg-8 {
    width: 66.66666667%;
  }
  #smc_body .col-lg-7 {
    width: 58.33333333%;
  }
  #smc_body .col-lg-6 {
    width: 50%;
  }
  #smc_body .col-lg-5 {
    width: 41.66666667%;
  }
  #smc_body .col-lg-4 {
    width: 33.33333333%;
  }
  #smc_body .col-lg-3 {
    width: 25%;
  }
  #smc_body .col-lg-2 {
    width: 16.66666667%;
  }
  #smc_body .col-lg-1 {
    width: 8.33333333%;
  }
  #smc_body .col-lg-pull-12 {
    right: 100%;
  }
  #smc_body .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #smc_body .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #smc_body .col-lg-pull-9 {
    right: 75%;
  }
  #smc_body .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #smc_body .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #smc_body .col-lg-pull-6 {
    right: 50%;
  }
  #smc_body .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #smc_body .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #smc_body .col-lg-pull-3 {
    right: 25%;
  }
  #smc_body .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #smc_body .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #smc_body .col-lg-pull-0 {
    right: auto;
  }
  #smc_body .col-lg-push-12 {
    left: 100%;
  }
  #smc_body .col-lg-push-11 {
    left: 91.66666667%;
  }
  #smc_body .col-lg-push-10 {
    left: 83.33333333%;
  }
  #smc_body .col-lg-push-9 {
    left: 75%;
  }
  #smc_body .col-lg-push-8 {
    left: 66.66666667%;
  }
  #smc_body .col-lg-push-7 {
    left: 58.33333333%;
  }
  #smc_body .col-lg-push-6 {
    left: 50%;
  }
  #smc_body .col-lg-push-5 {
    left: 41.66666667%;
  }
  #smc_body .col-lg-push-4 {
    left: 33.33333333%;
  }
  #smc_body .col-lg-push-3 {
    left: 25%;
  }
  #smc_body .col-lg-push-2 {
    left: 16.66666667%;
  }
  #smc_body .col-lg-push-1 {
    left: 8.33333333%;
  }
  #smc_body .col-lg-push-0 {
    left: auto;
  }
  #smc_body .col-lg-offset-12 {
    margin-left: 100%;
  }
  #smc_body .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #smc_body .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #smc_body .col-lg-offset-9 {
    margin-left: 75%;
  }
  #smc_body .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #smc_body .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #smc_body .col-lg-offset-6 {
    margin-left: 50%;
  }
  #smc_body .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #smc_body .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #smc_body .col-lg-offset-3 {
    margin-left: 25%;
  }
  #smc_body .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #smc_body .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #smc_body .col-lg-offset-0 {
    margin-left: 0;
  }
}
#smc_body table {
  background-color: transparent;
}
#smc_body caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #f0f3f2;
  text-align: left;
}
#smc_body th {
  text-align: left;
}
#smc_body .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
#smc_body .table > thead > tr > th,
#smc_body .table > tbody > tr > th,
#smc_body .table > tfoot > tr > th,
#smc_body .table > thead > tr > td,
#smc_body .table > tbody > tr > td,
#smc_body .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
#smc_body .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#smc_body .table > caption + thead > tr:first-child > th,
#smc_body .table > colgroup + thead > tr:first-child > th,
#smc_body .table > thead:first-child > tr:first-child > th,
#smc_body .table > caption + thead > tr:first-child > td,
#smc_body .table > colgroup + thead > tr:first-child > td,
#smc_body .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
#smc_body .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
#smc_body .table .table {
  background-color: #e3e3e3;
}
#smc_body .table-condensed > thead > tr > th,
#smc_body .table-condensed > tbody > tr > th,
#smc_body .table-condensed > tfoot > tr > th,
#smc_body .table-condensed > thead > tr > td,
#smc_body .table-condensed > tbody > tr > td,
#smc_body .table-condensed > tfoot > tr > td {
  padding: 5px;
}
#smc_body .table-bordered {
  border: 1px solid #ddd;
}
#smc_body .table-bordered > thead > tr > th,
#smc_body .table-bordered > tbody > tr > th,
#smc_body .table-bordered > tfoot > tr > th,
#smc_body .table-bordered > thead > tr > td,
#smc_body .table-bordered > tbody > tr > td,
#smc_body .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
#smc_body .table-bordered > thead > tr > th,
#smc_body .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
#smc_body .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#smc_body .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
#smc_body table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
#smc_body table td[class*="col-"],
#smc_body table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
#smc_body .table > thead > tr > td.active,
#smc_body .table > tbody > tr > td.active,
#smc_body .table > tfoot > tr > td.active,
#smc_body .table > thead > tr > th.active,
#smc_body .table > tbody > tr > th.active,
#smc_body .table > tfoot > tr > th.active,
#smc_body .table > thead > tr.active > td,
#smc_body .table > tbody > tr.active > td,
#smc_body .table > tfoot > tr.active > td,
#smc_body .table > thead > tr.active > th,
#smc_body .table > tbody > tr.active > th,
#smc_body .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
#smc_body .table-hover > tbody > tr > td.active:hover,
#smc_body .table-hover > tbody > tr > th.active:hover,
#smc_body .table-hover > tbody > tr.active:hover > td,
#smc_body .table-hover > tbody > tr:hover > .active,
#smc_body .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
#smc_body .table > thead > tr > td.success,
#smc_body .table > tbody > tr > td.success,
#smc_body .table > tfoot > tr > td.success,
#smc_body .table > thead > tr > th.success,
#smc_body .table > tbody > tr > th.success,
#smc_body .table > tfoot > tr > th.success,
#smc_body .table > thead > tr.success > td,
#smc_body .table > tbody > tr.success > td,
#smc_body .table > tfoot > tr.success > td,
#smc_body .table > thead > tr.success > th,
#smc_body .table > tbody > tr.success > th,
#smc_body .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
#smc_body .table-hover > tbody > tr > td.success:hover,
#smc_body .table-hover > tbody > tr > th.success:hover,
#smc_body .table-hover > tbody > tr.success:hover > td,
#smc_body .table-hover > tbody > tr:hover > .success,
#smc_body .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
#smc_body .table > thead > tr > td.info,
#smc_body .table > tbody > tr > td.info,
#smc_body .table > tfoot > tr > td.info,
#smc_body .table > thead > tr > th.info,
#smc_body .table > tbody > tr > th.info,
#smc_body .table > tfoot > tr > th.info,
#smc_body .table > thead > tr.info > td,
#smc_body .table > tbody > tr.info > td,
#smc_body .table > tfoot > tr.info > td,
#smc_body .table > thead > tr.info > th,
#smc_body .table > tbody > tr.info > th,
#smc_body .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
#smc_body .table-hover > tbody > tr > td.info:hover,
#smc_body .table-hover > tbody > tr > th.info:hover,
#smc_body .table-hover > tbody > tr.info:hover > td,
#smc_body .table-hover > tbody > tr:hover > .info,
#smc_body .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
#smc_body .table > thead > tr > td.warning,
#smc_body .table > tbody > tr > td.warning,
#smc_body .table > tfoot > tr > td.warning,
#smc_body .table > thead > tr > th.warning,
#smc_body .table > tbody > tr > th.warning,
#smc_body .table > tfoot > tr > th.warning,
#smc_body .table > thead > tr.warning > td,
#smc_body .table > tbody > tr.warning > td,
#smc_body .table > tfoot > tr.warning > td,
#smc_body .table > thead > tr.warning > th,
#smc_body .table > tbody > tr.warning > th,
#smc_body .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
#smc_body .table-hover > tbody > tr > td.warning:hover,
#smc_body .table-hover > tbody > tr > th.warning:hover,
#smc_body .table-hover > tbody > tr.warning:hover > td,
#smc_body .table-hover > tbody > tr:hover > .warning,
#smc_body .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
#smc_body .table > thead > tr > td.danger,
#smc_body .table > tbody > tr > td.danger,
#smc_body .table > tfoot > tr > td.danger,
#smc_body .table > thead > tr > th.danger,
#smc_body .table > tbody > tr > th.danger,
#smc_body .table > tfoot > tr > th.danger,
#smc_body .table > thead > tr.danger > td,
#smc_body .table > tbody > tr.danger > td,
#smc_body .table > tfoot > tr.danger > td,
#smc_body .table > thead > tr.danger > th,
#smc_body .table > tbody > tr.danger > th,
#smc_body .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
#smc_body .table-hover > tbody > tr > td.danger:hover,
#smc_body .table-hover > tbody > tr > th.danger:hover,
#smc_body .table-hover > tbody > tr.danger:hover > td,
#smc_body .table-hover > tbody > tr:hover > .danger,
#smc_body .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
#smc_body .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  #smc_body .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  #smc_body .table-responsive > .table {
    margin-bottom: 0;
  }
  #smc_body .table-responsive > .table > thead > tr > th,
  #smc_body .table-responsive > .table > tbody > tr > th,
  #smc_body .table-responsive > .table > tfoot > tr > th,
  #smc_body .table-responsive > .table > thead > tr > td,
  #smc_body .table-responsive > .table > tbody > tr > td,
  #smc_body .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  #smc_body .table-responsive > .table-bordered {
    border: 0;
  }
  #smc_body .table-responsive > .table-bordered > thead > tr > th:first-child,
  #smc_body .table-responsive > .table-bordered > tbody > tr > th:first-child,
  #smc_body .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  #smc_body .table-responsive > .table-bordered > thead > tr > td:first-child,
  #smc_body .table-responsive > .table-bordered > tbody > tr > td:first-child,
  #smc_body .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  #smc_body .table-responsive > .table-bordered > thead > tr > th:last-child,
  #smc_body .table-responsive > .table-bordered > tbody > tr > th:last-child,
  #smc_body .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  #smc_body .table-responsive > .table-bordered > thead > tr > td:last-child,
  #smc_body .table-responsive > .table-bordered > tbody > tr > td:last-child,
  #smc_body .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  #smc_body .table-responsive > .table-bordered > tbody > tr:last-child > th,
  #smc_body .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  #smc_body .table-responsive > .table-bordered > tbody > tr:last-child > td,
  #smc_body .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
#smc_body fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
#smc_body legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #444;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#smc_body label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#smc_body input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#smc_body input[type="radio"],
#smc_body input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#smc_body input[type="file"] {
  display: block;
}
#smc_body input[type="range"] {
  display: block;
  width: 100%;
}
#smc_body select[multiple],
#smc_body select[size] {
  height: auto;
}
#smc_body input[type="file"]:focus,
#smc_body input[type="radio"]:focus,
#smc_body input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#smc_body output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
#smc_body .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#smc_body .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#smc_body .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#smc_body .form-control:-ms-input-placeholder {
  color: #999;
}
#smc_body .form-control::-webkit-input-placeholder {
  color: #999;
}
#smc_body .form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
#smc_body .form-control[disabled],
#smc_body .form-control[readonly],
#smc_body fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
#smc_body .form-control[disabled],
#smc_body fieldset[disabled] .form-control {
  cursor: not-allowed;
}
#smc_body textarea.form-control {
  height: auto;
}
#smc_body input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #smc_body {
    /*input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}*/
  }
  #smc_body input[type="date"].input-sm,
  #smc_body input[type="time"].input-sm,
  #smc_body input[type="datetime-local"].input-sm,
  #smc_body input[type="month"].input-sm,
  #smc_body .input-group-sm input[type="date"],
  #smc_body .input-group-sm input[type="time"],
  #smc_body .input-group-sm input[type="datetime-local"],
  #smc_body .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  #smc_body input[type="date"].input-lg,
  #smc_body input[type="time"].input-lg,
  #smc_body input[type="datetime-local"].input-lg,
  #smc_body input[type="month"].input-lg,
  #smc_body .input-group-lg input[type="date"],
  #smc_body .input-group-lg input[type="time"],
  #smc_body .input-group-lg input[type="datetime-local"],
  #smc_body .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
#smc_body .form-group {
  margin-bottom: 15px;
}
#smc_body .radio,
#smc_body .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#smc_body .radio label,
#smc_body .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#smc_body .radio input[type="radio"],
#smc_body .radio-inline input[type="radio"],
#smc_body .checkbox input[type="checkbox"],
#smc_body .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}
#smc_body .radio + .radio,
#smc_body .checkbox + .checkbox {
  margin-top: -5px;
}
#smc_body .radio-inline,
#smc_body .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#smc_body .radio-inline + .radio-inline,
#smc_body .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#smc_body input[type="radio"][disabled],
#smc_body input[type="checkbox"][disabled],
#smc_body input[type="radio"].disabled,
#smc_body input[type="checkbox"].disabled,
#smc_body fieldset[disabled] input[type="radio"],
#smc_body fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
#smc_body .radio-inline.disabled,
#smc_body .checkbox-inline.disabled,
#smc_body fieldset[disabled] .radio-inline,
#smc_body fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
#smc_body .radio.disabled label,
#smc_body .checkbox.disabled label,
#smc_body fieldset[disabled] .radio label,
#smc_body fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
#smc_body .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
#smc_body .form-control-static.input-lg,
#smc_body .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
#smc_body .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
#smc_body select.input-sm {
  height: 30px;
  line-height: 30px;
}
#smc_body textarea.input-sm,
#smc_body select[multiple].input-sm {
  height: auto;
}
#smc_body .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
#smc_body .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
#smc_body .form-group-sm textarea.form-control,
#smc_body .form-group-sm select[multiple].form-control {
  height: auto;
}
#smc_body .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#smc_body .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
#smc_body select.input-lg {
  height: 46px;
  line-height: 46px;
}
#smc_body textarea.input-lg,
#smc_body select[multiple].input-lg {
  height: auto;
}
#smc_body .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
#smc_body .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
#smc_body .form-group-lg textarea.form-control,
#smc_body .form-group-lg select[multiple].form-control {
  height: auto;
}
#smc_body .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
#smc_body .has-feedback {
  position: relative;
}
#smc_body .has-feedback .form-control {
  padding-right: 42.5px;
}
#smc_body .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;
}
#smc_body .input-lg + .form-control-feedback,
#smc_body .input-group-lg + .form-control-feedback,
#smc_body .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
#smc_body .input-sm + .form-control-feedback,
#smc_body .input-group-sm + .form-control-feedback,
#smc_body .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
#smc_body .has-success .help-block,
#smc_body .has-success .control-label,
#smc_body .has-success .radio,
#smc_body .has-success .checkbox,
#smc_body .has-success .radio-inline,
#smc_body .has-success .checkbox-inline,
#smc_body .has-success.radio label,
#smc_body .has-success.checkbox label,
#smc_body .has-success.radio-inline label,
#smc_body .has-success.checkbox-inline label {
  color: #3c763d;
}
#smc_body .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);
}
#smc_body .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;
}
#smc_body .has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
#smc_body .has-success .form-control-feedback {
  color: #3c763d;
}
#smc_body .has-warning .help-block,
#smc_body .has-warning .control-label,
#smc_body .has-warning .radio,
#smc_body .has-warning .checkbox,
#smc_body .has-warning .radio-inline,
#smc_body .has-warning .checkbox-inline,
#smc_body .has-warning.radio label,
#smc_body .has-warning.checkbox label,
#smc_body .has-warning.radio-inline label,
#smc_body .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
#smc_body .has-warning .form-control {
  border-color: #8a6d3b;
  -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);
}
#smc_body .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
#smc_body .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
#smc_body .has-warning .form-control-feedback {
  color: #8a6d3b;
}
#smc_body .has-error .help-block,
#smc_body .has-error .control-label,
#smc_body .has-error .radio,
#smc_body .has-error .checkbox,
#smc_body .has-error .radio-inline,
#smc_body .has-error .checkbox-inline,
#smc_body .has-error.radio label,
#smc_body .has-error.checkbox label,
#smc_body .has-error.radio-inline label,
#smc_body .has-error.checkbox-inline label {
  color: #a94442;
}
#smc_body .has-error .form-control {
  border-color: #a94442;
  -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);
}
#smc_body .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
#smc_body .has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
#smc_body .has-error .form-control-feedback {
  color: #a94442;
}
#smc_body .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
#smc_body .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
#smc_body .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #848484;
}
@media (min-width: 768px) {
  #smc_body .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #smc_body .form-inline .form-control-static {
    display: inline-block;
  }
  #smc_body .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #smc_body .form-inline .input-group .input-group-addon,
  #smc_body .form-inline .input-group .input-group-btn,
  #smc_body .form-inline .input-group .form-control {
    width: auto;
  }
  #smc_body .form-inline .input-group > .form-control {
    width: 100%;
  }
  #smc_body .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .form-inline .radio,
  #smc_body .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .form-inline .radio label,
  #smc_body .form-inline .checkbox label {
    padding-left: 0;
  }
  #smc_body .form-inline .radio input[type="radio"],
  #smc_body .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #smc_body .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
#smc_body .form-horizontal .radio,
#smc_body .form-horizontal .checkbox,
#smc_body .form-horizontal .radio-inline,
#smc_body .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#smc_body .form-horizontal .radio,
#smc_body .form-horizontal .checkbox {
  min-height: 27px;
}
#smc_body .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  #smc_body .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
#smc_body .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #smc_body .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #smc_body .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
#smc_body .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  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: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#smc_body .btn:focus,
#smc_body .btn:active:focus,
#smc_body .btn.active:focus,
#smc_body .btn.focus,
#smc_body .btn:active.focus,
#smc_body .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#smc_body .btn:hover,
#smc_body .btn:focus,
#smc_body .btn.focus {
  color: #333;
  text-decoration: none;
}
#smc_body .btn:active,
#smc_body .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);
}
#smc_body .btn.disabled,
#smc_body .btn[disabled],
#smc_body fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#smc_body a.btn.disabled,
#smc_body fieldset[disabled] a.btn {
  pointer-events: none;
}
#smc_body .btn-default {
  color: #333;
  background-color: #fff;
  border-color: transparent;
}
#smc_body .btn-default:focus,
#smc_body .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
#smc_body .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
#smc_body .btn-default:active,
#smc_body .btn-default.active,
#smc_body .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
#smc_body .btn-default:active:hover,
#smc_body .btn-default.active:hover,
#smc_body .open > .dropdown-toggle.btn-default:hover,
#smc_body .btn-default:active:focus,
#smc_body .btn-default.active:focus,
#smc_body .open > .dropdown-toggle.btn-default:focus,
#smc_body .btn-default:active.focus,
#smc_body .btn-default.active.focus,
#smc_body .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
#smc_body .btn-default:active,
#smc_body .btn-default.active,
#smc_body .open > .dropdown-toggle.btn-default {
  background-image: none;
}
#smc_body .btn-default.disabled:hover,
#smc_body .btn-default[disabled]:hover,
#smc_body fieldset[disabled] .btn-default:hover,
#smc_body .btn-default.disabled:focus,
#smc_body .btn-default[disabled]:focus,
#smc_body fieldset[disabled] .btn-default:focus,
#smc_body .btn-default.disabled.focus,
#smc_body .btn-default[disabled].focus,
#smc_body fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}
#smc_body .btn-default .badge {
  color: #fff;
  background-color: #333;
}
#smc_body .btn-primary {
  color: #fff;
  background-color: #33bee5;
  border-color: #1db7e2;
}
#smc_body .btn-primary:focus,
#smc_body .btn-primary.focus {
  color: #fff;
  background-color: #1aa4cb;
  border-color: #0e5b71;
}
#smc_body .btn-primary:hover {
  color: #fff;
  background-color: #1aa4cb;
  border-color: #168bab;
}
#smc_body .btn-primary:active,
#smc_body .btn-primary.active,
#smc_body .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1aa4cb;
  border-color: #168bab;
}
#smc_body .btn-primary:active:hover,
#smc_body .btn-primary.active:hover,
#smc_body .open > .dropdown-toggle.btn-primary:hover,
#smc_body .btn-primary:active:focus,
#smc_body .btn-primary.active:focus,
#smc_body .open > .dropdown-toggle.btn-primary:focus,
#smc_body .btn-primary:active.focus,
#smc_body .btn-primary.active.focus,
#smc_body .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #168bab;
  border-color: #0e5b71;
}
#smc_body .btn-primary:active,
#smc_body .btn-primary.active,
#smc_body .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
#smc_body .btn-primary.disabled:hover,
#smc_body .btn-primary[disabled]:hover,
#smc_body fieldset[disabled] .btn-primary:hover,
#smc_body .btn-primary.disabled:focus,
#smc_body .btn-primary[disabled]:focus,
#smc_body fieldset[disabled] .btn-primary:focus,
#smc_body .btn-primary.disabled.focus,
#smc_body .btn-primary[disabled].focus,
#smc_body fieldset[disabled] .btn-primary.focus {
  background-color: #33bee5;
  border-color: #1db7e2;
}
#smc_body .btn-primary .badge {
  color: #33bee5;
  background-color: #fff;
}
#smc_body .btn-success {
  color: #fff;
  background-color: #26d162;
  border-color: #22bb58;
}
#smc_body .btn-success:focus,
#smc_body .btn-success.focus {
  color: #fff;
  background-color: #1ea64e;
  border-color: #0e5025;
}
#smc_body .btn-success:hover {
  color: #fff;
  background-color: #1ea64e;
  border-color: #198840;
}
#smc_body .btn-success:active,
#smc_body .btn-success.active,
#smc_body .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #1ea64e;
  border-color: #198840;
}
#smc_body .btn-success:active:hover,
#smc_body .btn-success.active:hover,
#smc_body .open > .dropdown-toggle.btn-success:hover,
#smc_body .btn-success:active:focus,
#smc_body .btn-success.active:focus,
#smc_body .open > .dropdown-toggle.btn-success:focus,
#smc_body .btn-success:active.focus,
#smc_body .btn-success.active.focus,
#smc_body .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #198840;
  border-color: #0e5025;
}
#smc_body .btn-success:active,
#smc_body .btn-success.active,
#smc_body .open > .dropdown-toggle.btn-success {
  background-image: none;
}
#smc_body .btn-success.disabled:hover,
#smc_body .btn-success[disabled]:hover,
#smc_body fieldset[disabled] .btn-success:hover,
#smc_body .btn-success.disabled:focus,
#smc_body .btn-success[disabled]:focus,
#smc_body fieldset[disabled] .btn-success:focus,
#smc_body .btn-success.disabled.focus,
#smc_body .btn-success[disabled].focus,
#smc_body fieldset[disabled] .btn-success.focus {
  background-color: #26d162;
  border-color: #22bb58;
}
#smc_body .btn-success .badge {
  color: #26d162;
  background-color: #fff;
}
#smc_body .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#smc_body .btn-info:focus,
#smc_body .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
#smc_body .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#smc_body .btn-info:active,
#smc_body .btn-info.active,
#smc_body .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
#smc_body .btn-info:active:hover,
#smc_body .btn-info.active:hover,
#smc_body .open > .dropdown-toggle.btn-info:hover,
#smc_body .btn-info:active:focus,
#smc_body .btn-info.active:focus,
#smc_body .open > .dropdown-toggle.btn-info:focus,
#smc_body .btn-info:active.focus,
#smc_body .btn-info.active.focus,
#smc_body .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
#smc_body .btn-info:active,
#smc_body .btn-info.active,
#smc_body .open > .dropdown-toggle.btn-info {
  background-image: none;
}
#smc_body .btn-info.disabled:hover,
#smc_body .btn-info[disabled]:hover,
#smc_body fieldset[disabled] .btn-info:hover,
#smc_body .btn-info.disabled:focus,
#smc_body .btn-info[disabled]:focus,
#smc_body fieldset[disabled] .btn-info:focus,
#smc_body .btn-info.disabled.focus,
#smc_body .btn-info[disabled].focus,
#smc_body fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
#smc_body .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
#smc_body .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#smc_body .btn-warning:focus,
#smc_body .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
#smc_body .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
#smc_body .btn-warning:active,
#smc_body .btn-warning.active,
#smc_body .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
#smc_body .btn-warning:active:hover,
#smc_body .btn-warning.active:hover,
#smc_body .open > .dropdown-toggle.btn-warning:hover,
#smc_body .btn-warning:active:focus,
#smc_body .btn-warning.active:focus,
#smc_body .open > .dropdown-toggle.btn-warning:focus,
#smc_body .btn-warning:active.focus,
#smc_body .btn-warning.active.focus,
#smc_body .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
#smc_body .btn-warning:active,
#smc_body .btn-warning.active,
#smc_body .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
#smc_body .btn-warning.disabled:hover,
#smc_body .btn-warning[disabled]:hover,
#smc_body fieldset[disabled] .btn-warning:hover,
#smc_body .btn-warning.disabled:focus,
#smc_body .btn-warning[disabled]:focus,
#smc_body fieldset[disabled] .btn-warning:focus,
#smc_body .btn-warning.disabled.focus,
#smc_body .btn-warning[disabled].focus,
#smc_body fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
#smc_body .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
#smc_body .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
#smc_body .btn-danger:focus,
#smc_body .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
#smc_body .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#smc_body .btn-danger:active,
#smc_body .btn-danger.active,
#smc_body .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
#smc_body .btn-danger:active:hover,
#smc_body .btn-danger.active:hover,
#smc_body .open > .dropdown-toggle.btn-danger:hover,
#smc_body .btn-danger:active:focus,
#smc_body .btn-danger.active:focus,
#smc_body .open > .dropdown-toggle.btn-danger:focus,
#smc_body .btn-danger:active.focus,
#smc_body .btn-danger.active.focus,
#smc_body .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
#smc_body .btn-danger:active,
#smc_body .btn-danger.active,
#smc_body .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
#smc_body .btn-danger.disabled:hover,
#smc_body .btn-danger[disabled]:hover,
#smc_body fieldset[disabled] .btn-danger:hover,
#smc_body .btn-danger.disabled:focus,
#smc_body .btn-danger[disabled]:focus,
#smc_body fieldset[disabled] .btn-danger:focus,
#smc_body .btn-danger.disabled.focus,
#smc_body .btn-danger[disabled].focus,
#smc_body fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
#smc_body .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
#smc_body .btn-link {
  color: #444;
  font-weight: normal;
  border-radius: 0;
}
#smc_body .btn-link,
#smc_body .btn-link:active,
#smc_body .btn-link.active,
#smc_body .btn-link[disabled],
#smc_body fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#smc_body .btn-link,
#smc_body .btn-link:hover,
#smc_body .btn-link:focus,
#smc_body .btn-link:active {
  border-color: transparent;
}
#smc_body .btn-link:hover,
#smc_body .btn-link:focus {
  color: #1e1e1e;
  text-decoration: none;
  background-color: transparent;
}
#smc_body .btn-link[disabled]:hover,
#smc_body fieldset[disabled] .btn-link:hover,
#smc_body .btn-link[disabled]:focus,
#smc_body fieldset[disabled] .btn-link:focus {
  color: #f0f3f2;
  text-decoration: none;
}
#smc_body .btn-lg,
#smc_body .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
#smc_body .btn-sm,
#smc_body .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
#smc_body .btn-xs,
#smc_body .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
#smc_body .btn-block {
  display: block;
  width: 100%;
}
#smc_body .btn-block + .btn-block {
  margin-top: 5px;
}
#smc_body input[type="submit"].btn-block,
#smc_body input[type="reset"].btn-block,
#smc_body input[type="button"].btn-block {
  width: 100%;
}
#smc_body .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#smc_body .fade.in {
  opacity: 1;
}
#smc_body .collapse {
  display: none;
}
#smc_body .collapse.in {
  display: block;
}
#smc_body tr.collapse.in {
  display: table-row;
}
#smc_body tbody.collapse.in {
  display: table-row-group;
}
#smc_body .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
#smc_body .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;
}
#smc_body .dropup,
#smc_body .dropdown {
  position: relative;
}
#smc_body .dropdown-toggle:focus {
  outline: 0;
}
/* //515//516 RL padding: 5px 10px statt padding: 5px 0 */
#smc_body .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 10px;
  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: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#smc_body .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#smc_body .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#smc_body .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #444;
  white-space: nowrap;
}
#smc_body .dropdown-menu > li > a:hover,
#smc_body .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #373737;
  background-color: #f5f5f5;
}
#smc_body .dropdown-menu > .active > a,
#smc_body .dropdown-menu > .active > a:hover,
#smc_body .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #33bee5;
}
/* //514 RL Text unlesbar:
#smc_body .dropdown-menu > .disabled > a,
#smc_body .dropdown-menu > .disabled > a:hover,
#smc_body .dropdown-menu > .disabled > a:focus {
  color: #f0f3f2;
}
*/
#smc_body .dropdown-menu > .disabled > a:hover,
#smc_body .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
#smc_body .open > .dropdown-menu {
  display: block;
}
#smc_body .open > a {
  outline: 0;
}
#smc_body .dropdown-menu-right {
  left: auto;
  right: 0;
}
#smc_body .dropdown-menu-left {
  left: 0;
  right: auto;
}
#smc_body .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #f0f3f2;
  white-space: nowrap;
}
#smc_body .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
#smc_body .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#smc_body .dropup .caret,
#smc_body .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
#smc_body .dropup .dropdown-menu,
#smc_body .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  #smc_body .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  #smc_body .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
#smc_body .btn-group,
#smc_body .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#smc_body .btn-group > .btn,
#smc_body .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
#smc_body .btn-group > .btn:hover,
#smc_body .btn-group-vertical > .btn:hover,
#smc_body .btn-group > .btn:focus,
#smc_body .btn-group-vertical > .btn:focus,
#smc_body .btn-group > .btn:active,
#smc_body .btn-group-vertical > .btn:active,
#smc_body .btn-group > .btn.active,
#smc_body .btn-group-vertical > .btn.active {
  z-index: 2;
}
#smc_body .btn-group .btn + .btn,
#smc_body .btn-group .btn + .btn-group,
#smc_body .btn-group .btn-group + .btn,
#smc_body .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
#smc_body .btn-toolbar {
  margin-left: -5px;
}
#smc_body .btn-toolbar .btn,
#smc_body .btn-toolbar .btn-group,
#smc_body .btn-toolbar .input-group {
  float: left;
}
#smc_body .btn-toolbar > .btn,
#smc_body .btn-toolbar > .btn-group,
#smc_body .btn-toolbar > .input-group {
  margin-left: 5px;
}
#smc_body .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
#smc_body .btn-group > .btn:first-child {
  margin-left: 0;
}
#smc_body .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .btn-group > .btn:last-child:not(:first-child),
#smc_body .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .btn-group > .btn-group {
  float: left;
}
#smc_body .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#smc_body .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
#smc_body .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .btn-group .dropdown-toggle:active,
#smc_body .btn-group.open .dropdown-toggle {
  outline: 0;
}
#smc_body .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
#smc_body .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
#smc_body .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);
}
#smc_body .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#smc_body .btn .caret {
  margin-left: 0;
}
#smc_body .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
#smc_body .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
#smc_body .btn-group-vertical > .btn,
#smc_body .btn-group-vertical > .btn-group,
#smc_body .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
#smc_body .btn-group-vertical > .btn-group > .btn {
  float: none;
}
#smc_body .btn-group-vertical > .btn + .btn,
#smc_body .btn-group-vertical > .btn + .btn-group,
#smc_body .btn-group-vertical > .btn-group + .btn,
#smc_body .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
#smc_body .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#smc_body .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#smc_body .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#smc_body .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
#smc_body .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
#smc_body .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#smc_body .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
#smc_body .btn-group-justified > .btn,
#smc_body .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
#smc_body .btn-group-justified > .btn-group .btn {
  width: 100%;
}
#smc_body .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
#smc_body [data-toggle="buttons"] > .btn input[type="radio"],
#smc_body [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
#smc_body [data-toggle="buttons"] > .btn input[type="checkbox"],
#smc_body [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#smc_body .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#smc_body .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
#smc_body .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#smc_body .input-group .form-control:focus {
  z-index: 3;
}
#smc_body .input-group-lg > .form-control,
#smc_body .input-group-lg > .input-group-addon,
#smc_body .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
#smc_body select.input-group-lg > .form-control,
#smc_body select.input-group-lg > .input-group-addon,
#smc_body select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
#smc_body textarea.input-group-lg > .form-control,
#smc_body textarea.input-group-lg > .input-group-addon,
#smc_body textarea.input-group-lg > .input-group-btn > .btn,
#smc_body select[multiple].input-group-lg > .form-control,
#smc_body select[multiple].input-group-lg > .input-group-addon,
#smc_body select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
#smc_body .input-group-sm > .form-control,
#smc_body .input-group-sm > .input-group-addon,
#smc_body .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
#smc_body select.input-group-sm > .form-control,
#smc_body select.input-group-sm > .input-group-addon,
#smc_body select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
#smc_body textarea.input-group-sm > .form-control,
#smc_body textarea.input-group-sm > .input-group-addon,
#smc_body textarea.input-group-sm > .input-group-btn > .btn,
#smc_body select[multiple].input-group-sm > .form-control,
#smc_body select[multiple].input-group-sm > .input-group-addon,
#smc_body select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
#smc_body .input-group-addon,
#smc_body .input-group-btn,
#smc_body .input-group .form-control {
  display: table-cell;
}
#smc_body .input-group-addon:not(:first-child):not(:last-child),
#smc_body .input-group-btn:not(:first-child):not(:last-child),
#smc_body .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
#smc_body .input-group-addon,
#smc_body .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#smc_body .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
#smc_body .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
#smc_body .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
#smc_body .input-group-addon input[type="radio"],
#smc_body .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
#smc_body .input-group .form-control:first-child,
#smc_body .input-group-addon:first-child,
#smc_body .input-group-btn:first-child > .btn,
#smc_body .input-group-btn:first-child > .btn-group > .btn,
#smc_body .input-group-btn:first-child > .dropdown-toggle,
#smc_body .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
#smc_body .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .input-group-addon:first-child {
  border-right: 0;
}
#smc_body .input-group .form-control:last-child,
#smc_body .input-group-addon:last-child,
#smc_body .input-group-btn:last-child > .btn,
#smc_body .input-group-btn:last-child > .btn-group > .btn,
#smc_body .input-group-btn:last-child > .dropdown-toggle,
#smc_body .input-group-btn:first-child > .btn:not(:first-child),
#smc_body .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .input-group-addon:last-child {
  border-left: 0;
}
#smc_body .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
#smc_body .input-group-btn > .btn {
  position: relative;
}
#smc_body .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
#smc_body .input-group-btn > .btn:hover,
#smc_body .input-group-btn > .btn:focus,
#smc_body .input-group-btn > .btn:active {
  z-index: 2;
}
#smc_body .input-group-btn:first-child > .btn,
#smc_body .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
#smc_body .input-group-btn:last-child > .btn,
#smc_body .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
#smc_body .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#smc_body .nav > li {
  position: relative;
  display: block;
}
#smc_body .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
#smc_body .nav > li > a:hover,
#smc_body .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#smc_body .nav > li.disabled > a {
  color: #f0f3f2;
}
#smc_body .nav > li.disabled > a:hover,
#smc_body .nav > li.disabled > a:focus {
  color: #f0f3f2;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
#smc_body .nav .open > a,
#smc_body .nav .open > a:hover,
#smc_body .nav .open > a:focus {
  background-color: #eee;
  border-color: #444;
}
#smc_body .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
#smc_body .nav > li > a > img {
  max-width: none;
}
#smc_body .nav-tabs {
  border-bottom: 1px solid transparent;
}
#smc_body .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
#smc_body .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
#smc_body .nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
}
#smc_body .nav-tabs > li.active > a,
#smc_body .nav-tabs > li.active > a:hover,
#smc_body .nav-tabs > li.active > a:focus {
  background-color: #33bee5;
  border-bottom-color: transparent;
  cursor: default;
}
#smc_body .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
#smc_body .nav-tabs.nav-justified > li {
  float: none;
}
#smc_body .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#smc_body .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #smc_body .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #smc_body .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
#smc_body .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
#smc_body .nav-tabs.nav-justified > .active > a,
#smc_body .nav-tabs.nav-justified > .active > a:hover,
#smc_body .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  #smc_body .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 0 0 0 0;
  }
  #smc_body .nav-tabs.nav-justified > .active > a,
  #smc_body .nav-tabs.nav-justified > .active > a:hover,
  #smc_body .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #33bee5;
  }
}
#smc_body .nav-pills > li {
  float: left;
}
#smc_body .nav-pills > li > a {
  border-radius: 0;
}
#smc_body .nav-pills > li + li {
  margin-left: 2px;
}
#smc_body .nav-pills > li.active > a,
#smc_body .nav-pills > li.active > a:hover,
#smc_body .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #33bee5;
}
#smc_body .nav-stacked > li {
  float: none;
}
#smc_body .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
#smc_body .nav-justified {
  width: 100%;
}
#smc_body .nav-justified > li {
  float: none;
}
#smc_body .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
#smc_body .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  #smc_body .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  #smc_body .nav-justified > li > a {
    margin-bottom: 0;
  }
}
#smc_body .nav-tabs-justified {
  border-bottom: 0;
}
#smc_body .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
#smc_body .nav-tabs-justified > .active > a,
#smc_body .nav-tabs-justified > .active > a:hover,
#smc_body .nav-tabs-justified > .active > a:focus {
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  #smc_body .nav-tabs-justified > li > a {
    border-bottom: 1px solid transparent;
    border-radius: 0 0 0 0;
  }
  #smc_body .nav-tabs-justified > .active > a,
  #smc_body .nav-tabs-justified > .active > a:hover,
  #smc_body .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #33bee5;
  }
}
#smc_body .tab-content > .tab-pane {
  display: none;
}
#smc_body .tab-content > .active {
  display: block;
}
#smc_body .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  #smc_body .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  #smc_body .navbar-header {
    float: left;
  }
}
#smc_body .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
#smc_body .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  #smc_body .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #smc_body .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  #smc_body .navbar-collapse.in {
    overflow-y: visible;
  }
  #smc_body .navbar-fixed-top .navbar-collapse,
  #smc_body .navbar-static-top .navbar-collapse,
  #smc_body .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
#smc_body .navbar-fixed-top .navbar-collapse,
#smc_body .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  #smc_body .navbar-fixed-top .navbar-collapse,
  #smc_body .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
#smc_body .container > .navbar-header,
#smc_body .container-fluid > .navbar-header,
#smc_body .container > .navbar-collapse,
#smc_body .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  #smc_body .container > .navbar-header,
  #smc_body .container-fluid > .navbar-header,
  #smc_body .container > .navbar-collapse,
  #smc_body .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
#smc_body .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  #smc_body .navbar-static-top {
    border-radius: 0;
  }
}
#smc_body .navbar-fixed-top,
#smc_body .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  #smc_body .navbar-fixed-top,
  #smc_body .navbar-fixed-bottom {
    border-radius: 0;
  }
}
#smc_body .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
#smc_body .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
#smc_body .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
#smc_body .navbar-brand:hover,
#smc_body .navbar-brand:focus {
  text-decoration: none;
}
#smc_body .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  #smc_body .navbar > .container .navbar-brand,
  #smc_body .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
#smc_body .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: 0;
}
#smc_body .navbar-toggle:focus {
  outline: 0;
}
#smc_body .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
#smc_body .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  #smc_body .navbar-toggle {
    display: none;
  }
}
#smc_body .navbar-nav {
  margin: 7.5px -15px;
}
#smc_body .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #smc_body .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #smc_body .navbar-nav .open .dropdown-menu > li > a,
  #smc_body .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  #smc_body .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  #smc_body .navbar-nav .open .dropdown-menu > li > a:hover,
  #smc_body .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  #smc_body .navbar-nav {
    float: left;
    margin: 0;
  }
  #smc_body .navbar-nav > li {
    float: left;
  }
  #smc_body .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
#smc_body .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) {
  #smc_body .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  #smc_body .navbar-form .form-control-static {
    display: inline-block;
  }
  #smc_body .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  #smc_body .navbar-form .input-group .input-group-addon,
  #smc_body .navbar-form .input-group .input-group-btn,
  #smc_body .navbar-form .input-group .form-control {
    width: auto;
  }
  #smc_body .navbar-form .input-group > .form-control {
    width: 100%;
  }
  #smc_body .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .navbar-form .radio,
  #smc_body .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  #smc_body .navbar-form .radio label,
  #smc_body .navbar-form .checkbox label {
    padding-left: 0;
  }
  #smc_body .navbar-form .radio input[type="radio"],
  #smc_body .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  #smc_body .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  #smc_body .navbar-form .form-group {
    margin-bottom: 5px;
  }
  #smc_body .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #smc_body .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;
  }
}
#smc_body .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#smc_body .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
#smc_body .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
#smc_body .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
#smc_body .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #smc_body .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #smc_body .navbar-left {
    float: left !important;
  }
  #smc_body .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  #smc_body .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
#smc_body .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
#smc_body .navbar-default .navbar-brand {
  color: #777;
}
#smc_body .navbar-default .navbar-brand:hover,
#smc_body .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
#smc_body .navbar-default .navbar-text {
  color: #777;
}
#smc_body .navbar-default .navbar-nav > li > a {
  color: #777;
}
#smc_body .navbar-default .navbar-nav > li > a:hover,
#smc_body .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
#smc_body .navbar-default .navbar-nav > .active > a,
#smc_body .navbar-default .navbar-nav > .active > a:hover,
#smc_body .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
#smc_body .navbar-default .navbar-nav > .disabled > a,
#smc_body .navbar-default .navbar-nav > .disabled > a:hover,
#smc_body .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
#smc_body .navbar-default .navbar-toggle {
  border-color: #ddd;
}
#smc_body .navbar-default .navbar-toggle:hover,
#smc_body .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
#smc_body .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
#smc_body .navbar-default .navbar-collapse,
#smc_body .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
#smc_body .navbar-default .navbar-nav > .open > a,
#smc_body .navbar-default .navbar-nav > .open > a:hover,
#smc_body .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #smc_body .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
#smc_body .navbar-default .navbar-link {
  color: #777;
}
#smc_body .navbar-default .navbar-link:hover {
  color: #333;
}
#smc_body .navbar-default .btn-link {
  color: #777;
}
#smc_body .navbar-default .btn-link:hover,
#smc_body .navbar-default .btn-link:focus {
  color: #333;
}
#smc_body .navbar-default .btn-link[disabled]:hover,
#smc_body fieldset[disabled] .navbar-default .btn-link:hover,
#smc_body .navbar-default .btn-link[disabled]:focus,
#smc_body fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
#smc_body .navbar-inverse {
  background-color: #444;
  border-color: transparent;
}
#smc_body .navbar-inverse .navbar-brand {
  color: #fff;
}
#smc_body .navbar-inverse .navbar-brand:hover,
#smc_body .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
#smc_body .navbar-inverse .navbar-text {
  color: #fff;
}
#smc_body .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
#smc_body .navbar-inverse .navbar-nav > li > a:hover,
#smc_body .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
#smc_body .navbar-inverse .navbar-nav > .active > a,
#smc_body .navbar-inverse .navbar-nav > .active > a:hover,
#smc_body .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2b2b2b;
}
#smc_body .navbar-inverse .navbar-nav > .disabled > a,
#smc_body .navbar-inverse .navbar-nav > .disabled > a:hover,
#smc_body .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
#smc_body .navbar-inverse .navbar-toggle {
  border-color: transparent;
}
#smc_body .navbar-inverse .navbar-toggle:hover,
#smc_body .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
#smc_body .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
#smc_body .navbar-inverse .navbar-collapse,
#smc_body .navbar-inverse .navbar-form {
  border-color: #323232;
}
#smc_body .navbar-inverse .navbar-nav > .open > a,
#smc_body .navbar-inverse .navbar-nav > .open > a:hover,
#smc_body .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #2b2b2b;
  color: #fff;
}
@media (max-width: 767px) {
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: transparent;
  }
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: transparent;
  }
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #2b2b2b;
  }
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  #smc_body .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
#smc_body .navbar-inverse .navbar-link {
  color: #fff;
}
#smc_body .navbar-inverse .navbar-link:hover {
  color: #fff;
}
#smc_body .navbar-inverse .btn-link {
  color: #fff;
}
#smc_body .navbar-inverse .btn-link:hover,
#smc_body .navbar-inverse .btn-link:focus {
  color: #fff;
}
#smc_body .navbar-inverse .btn-link[disabled]:hover,
#smc_body fieldset[disabled] .navbar-inverse .btn-link:hover,
#smc_body .navbar-inverse .btn-link[disabled]:focus,
#smc_body fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
#smc_body .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
#smc_body .breadcrumb > li {
  display: inline-block;
}
#smc_body .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
#smc_body .breadcrumb > .active {
  color: #f0f3f2;
}
#smc_body .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
#smc_body .pagination > li {
  display: inline;
}
#smc_body .pagination > li > a,
#smc_body .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
#smc_body .pagination > li:first-child > a,
#smc_body .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .pagination > li:last-child > a,
#smc_body .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .pagination > li > a:hover,
#smc_body .pagination > li > span:hover,
#smc_body .pagination > li > a:focus,
#smc_body .pagination > li > span:focus {
  z-index: 2;
  color: #1e1e1e;
  background-color: #eee;
  border-color: #ddd;
}
#smc_body .pagination > .active > a,
#smc_body .pagination > .active > span,
#smc_body .pagination > .active > a:hover,
#smc_body .pagination > .active > span:hover,
#smc_body .pagination > .active > a:focus,
#smc_body .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #33bee5;
  border-color: #33bee5;
  cursor: default;
}
#smc_body .pagination > .disabled > span,
#smc_body .pagination > .disabled > span:hover,
#smc_body .pagination > .disabled > span:focus,
#smc_body .pagination > .disabled > a,
#smc_body .pagination > .disabled > a:hover,
#smc_body .pagination > .disabled > a:focus {
  color: #f0f3f2;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
#smc_body .pagination-lg > li > a,
#smc_body .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
#smc_body .pagination-lg > li:first-child > a,
#smc_body .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .pagination-lg > li:last-child > a,
#smc_body .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .pagination-sm > li > a,
#smc_body .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
#smc_body .pagination-sm > li:first-child > a,
#smc_body .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .pagination-sm > li:last-child > a,
#smc_body .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#smc_body .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
#smc_body .pager li {
  display: inline;
}
#smc_body .pager li > a,
#smc_body .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
#smc_body .pager li > a:hover,
#smc_body .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
#smc_body .pager .next > a,
#smc_body .pager .next > span {
  float: right;
}
#smc_body .pager .previous > a,
#smc_body .pager .previous > span {
  float: left;
}
#smc_body .pager .disabled > a,
#smc_body .pager .disabled > a:hover,
#smc_body .pager .disabled > a:focus,
#smc_body .pager .disabled > span {
  color: #f0f3f2;
  background-color: #fff;
  cursor: not-allowed;
}
#smc_body .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
#smc_body a.label:hover,
#smc_body a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#smc_body .label:empty {
  display: none;
}
#smc_body .btn .label {
  position: relative;
  top: -1px;
}
#smc_body .label-default {
  background-color: #f0f3f2;
}
#smc_body .label-default[href]:hover,
#smc_body .label-default[href]:focus {
  background-color: #d4dcd9;
}
#smc_body .label-primary {
  background-color: #33bee5;
}
#smc_body .label-primary[href]:hover,
#smc_body .label-primary[href]:focus {
  background-color: #1aa4cb;
}
#smc_body .label-success {
  background-color: #26d162;
}
#smc_body .label-success[href]:hover,
#smc_body .label-success[href]:focus {
  background-color: #1ea64e;
}
#smc_body .label-info {
  background-color: #5bc0de;
}
#smc_body .label-info[href]:hover,
#smc_body .label-info[href]:focus {
  background-color: #31b0d5;
}
#smc_body .label-warning {
  background-color: #f0ad4e;
}
#smc_body .label-warning[href]:hover,
#smc_body .label-warning[href]:focus {
  background-color: #ec971f;
}
#smc_body .label-danger {
  background-color: #d9534f;
}
#smc_body .label-danger[href]:hover,
#smc_body .label-danger[href]:focus {
  background-color: #c9302c;
}
#smc_body .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: #f0f3f2;
  border-radius: 10px;
}
#smc_body .badge:empty {
  display: none;
}
#smc_body .btn .badge {
  position: relative;
  top: -1px;
}
#smc_body .btn-xs .badge,
#smc_body .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
#smc_body a.badge:hover,
#smc_body a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#smc_body .list-group-item.active > .badge,
#smc_body .nav-pills > .active > a > .badge {
  color: #444;
  background-color: #fff;
}
#smc_body .list-group-item > .badge {
  float: right;
}
#smc_body .list-group-item > .badge + .badge {
  margin-right: 5px;
}
#smc_body .nav-pills > li > a > .badge {
  margin-left: 3px;
}
#smc_body .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
#smc_body .jumbotron h1,
#smc_body .jumbotron .h1 {
  color: inherit;
}
#smc_body .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
#smc_body .jumbotron > hr {
  border-top-color: #d5d5d5;
}
#smc_body .container .jumbotron,
#smc_body .container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}
#smc_body .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  #smc_body .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #smc_body .container .jumbotron,
  #smc_body .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  #smc_body .jumbotron h1,
  #smc_body .jumbotron .h1 {
    font-size: 63px;
  }
}
#smc_body .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #e3e3e3;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#smc_body .thumbnail > img,
#smc_body .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
#smc_body a.thumbnail:hover,
#smc_body a.thumbnail:focus,
#smc_body a.thumbnail.active {
  border-color: #444;
}
#smc_body .thumbnail .caption {
  padding: 9px;
  color: #444;
}
#smc_body .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
#smc_body .alert h4 {
  margin-top: 0;
  color: inherit;
}
#smc_body .alert .alert-link {
  font-weight: bold;
}
#smc_body .alert > p,
#smc_body .alert > ul {
  margin-bottom: 0;
}
#smc_body .alert > p + p {
  margin-top: 5px;
}
#smc_body .alert-dismissable,
#smc_body .alert-dismissible {
  padding-right: 35px;
}
#smc_body .alert-dismissable .close,
#smc_body .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
#smc_body .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#smc_body .alert-success hr {
  border-top-color: #c9e2b3;
}
#smc_body .alert-success .alert-link {
  color: #2b542c;
}
#smc_body .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#smc_body .alert-info hr {
  border-top-color: #a6e1ec;
}
#smc_body .alert-info .alert-link {
  color: #245269;
}
#smc_body .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#smc_body .alert-warning hr {
  border-top-color: #f7e1b5;
}
#smc_body .alert-warning .alert-link {
  color: #66512c;
}
#smc_body .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#smc_body .alert-danger hr {
  border-top-color: #e4b9c0;
}
#smc_body .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
#smc_body .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -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);
}
#smc_body .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #33bee5;
  -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;
}
#smc_body .progress-striped .progress-bar,
#smc_body .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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
#smc_body .progress.active .progress-bar,
#smc_body .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;
}
#smc_body .progress-bar-success {
  background-color: #26d162;
}
#smc_body .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);
}
#smc_body .progress-bar-info {
  background-color: #5bc0de;
}
#smc_body .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);
}
#smc_body .progress-bar-warning {
  background-color: #f0ad4e;
}
#smc_body .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);
}
#smc_body .progress-bar-danger {
  background-color: #d9534f;
}
#smc_body .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);
}
#smc_body .media {
  margin-top: 15px;
}
#smc_body .media:first-child {
  margin-top: 0;
}
#smc_body .media,
#smc_body .media-body {
  zoom: 1;
  overflow: hidden;
}
#smc_body .media-body {
  width: 10000px;
}
#smc_body .media-object {
  display: block;
}
#smc_body .media-object.img-thumbnail {
  max-width: none;
}
#smc_body .media-right,
#smc_body .media > .pull-right {
  padding-left: 10px;
}
#smc_body .media-left,
#smc_body .media > .pull-left {
  padding-right: 10px;
}
#smc_body .media-left,
#smc_body .media-right,
#smc_body .media-body {
  display: table-cell;
  vertical-align: top;
}
#smc_body .media-middle {
  vertical-align: middle;
}
#smc_body .media-bottom {
  vertical-align: bottom;
}
#smc_body .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#smc_body .media-list {
  padding-left: 0;
  list-style: none;
}
#smc_body .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
#smc_body .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
#smc_body .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#smc_body a.list-group-item,
#smc_body button.list-group-item {
  color: #555;
}
#smc_body a.list-group-item .list-group-item-heading,
#smc_body button.list-group-item .list-group-item-heading {
  color: #333;
}
#smc_body a.list-group-item:hover,
#smc_body button.list-group-item:hover,
#smc_body a.list-group-item:focus,
#smc_body button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
#smc_body button.list-group-item {
  width: 100%;
  text-align: left;
}
#smc_body .list-group-item.disabled,
#smc_body .list-group-item.disabled:hover,
#smc_body .list-group-item.disabled:focus {
  background-color: #eee;
  color: #f0f3f2;
  cursor: not-allowed;
}
#smc_body .list-group-item.disabled .list-group-item-heading,
#smc_body .list-group-item.disabled:hover .list-group-item-heading,
#smc_body .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
#smc_body .list-group-item.disabled .list-group-item-text,
#smc_body .list-group-item.disabled:hover .list-group-item-text,
#smc_body .list-group-item.disabled:focus .list-group-item-text {
  color: #f0f3f2;
}
#smc_body .list-group-item.active,
#smc_body .list-group-item.active:hover,
#smc_body .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #33bee5;
  border-color: #33bee5;
}
#smc_body .list-group-item.active .list-group-item-heading,
#smc_body .list-group-item.active:hover .list-group-item-heading,
#smc_body .list-group-item.active:focus .list-group-item-heading,
#smc_body .list-group-item.active .list-group-item-heading > small,
#smc_body .list-group-item.active:hover .list-group-item-heading > small,
#smc_body .list-group-item.active:focus .list-group-item-heading > small,
#smc_body .list-group-item.active .list-group-item-heading > .small,
#smc_body .list-group-item.active:hover .list-group-item-heading > .small,
#smc_body .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
#smc_body .list-group-item.active .list-group-item-text,
#smc_body .list-group-item.active:hover .list-group-item-text,
#smc_body .list-group-item.active:focus .list-group-item-text {
  color: #e8f8fc;
}
#smc_body .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
#smc_body a.list-group-item-success,
#smc_body button.list-group-item-success {
  color: #3c763d;
}
#smc_body a.list-group-item-success .list-group-item-heading,
#smc_body button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
#smc_body a.list-group-item-success:hover,
#smc_body button.list-group-item-success:hover,
#smc_body a.list-group-item-success:focus,
#smc_body button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
#smc_body a.list-group-item-success.active,
#smc_body button.list-group-item-success.active,
#smc_body a.list-group-item-success.active:hover,
#smc_body button.list-group-item-success.active:hover,
#smc_body a.list-group-item-success.active:focus,
#smc_body button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
#smc_body .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
#smc_body a.list-group-item-info,
#smc_body button.list-group-item-info {
  color: #31708f;
}
#smc_body a.list-group-item-info .list-group-item-heading,
#smc_body button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
#smc_body a.list-group-item-info:hover,
#smc_body button.list-group-item-info:hover,
#smc_body a.list-group-item-info:focus,
#smc_body button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
#smc_body a.list-group-item-info.active,
#smc_body button.list-group-item-info.active,
#smc_body a.list-group-item-info.active:hover,
#smc_body button.list-group-item-info.active:hover,
#smc_body a.list-group-item-info.active:focus,
#smc_body button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
#smc_body .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
#smc_body a.list-group-item-warning,
#smc_body button.list-group-item-warning {
  color: #8a6d3b;
}
#smc_body a.list-group-item-warning .list-group-item-heading,
#smc_body button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
#smc_body a.list-group-item-warning:hover,
#smc_body button.list-group-item-warning:hover,
#smc_body a.list-group-item-warning:focus,
#smc_body button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
#smc_body a.list-group-item-warning.active,
#smc_body button.list-group-item-warning.active,
#smc_body a.list-group-item-warning.active:hover,
#smc_body button.list-group-item-warning.active:hover,
#smc_body a.list-group-item-warning.active:focus,
#smc_body button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
#smc_body .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
#smc_body a.list-group-item-danger,
#smc_body button.list-group-item-danger {
  color: #a94442;
}
#smc_body a.list-group-item-danger .list-group-item-heading,
#smc_body button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
#smc_body a.list-group-item-danger:hover,
#smc_body button.list-group-item-danger:hover,
#smc_body a.list-group-item-danger:focus,
#smc_body button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
#smc_body a.list-group-item-danger.active,
#smc_body button.list-group-item-danger.active,
#smc_body a.list-group-item-danger.active:hover,
#smc_body button.list-group-item-danger.active:hover,
#smc_body a.list-group-item-danger.active:focus,
#smc_body button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
#smc_body .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
#smc_body .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
#smc_body .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
#smc_body .panel-body {
  padding: 0;
}
#smc_body .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
#smc_body .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
#smc_body .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#smc_body .panel-title > a,
#smc_body .panel-title > small,
#smc_body .panel-title > .small,
#smc_body .panel-title > small > a,
#smc_body .panel-title > .small > a {
  color: inherit;
}
#smc_body .panel-footer {
  padding: 10px 15px;
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
#smc_body .panel > .list-group,
#smc_body .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
#smc_body .panel > .list-group .list-group-item,
#smc_body .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#smc_body .panel > .list-group:first-child .list-group-item:first-child,
#smc_body .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
#smc_body .panel > .list-group:last-child .list-group-item:last-child,
#smc_body .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
#smc_body .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#smc_body .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
#smc_body .list-group + .panel-footer {
  border-top-width: 0;
}
#smc_body .panel > .table,
#smc_body .panel > .table-responsive > .table,
#smc_body .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
#smc_body .panel > .table caption,
#smc_body .panel > .table-responsive > .table caption,
#smc_body .panel > .panel-collapse > .table caption {
  padding-left: 0;
  padding-right: 0;
}
#smc_body .panel > .table:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
#smc_body .panel > .table:first-child > thead:first-child > tr:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
#smc_body .panel > .table:first-child > tbody:first-child > tr:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
#smc_body .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#smc_body .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#smc_body .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#smc_body .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
#smc_body .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#smc_body .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#smc_body .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#smc_body .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#smc_body .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
#smc_body .panel > .table:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
#smc_body .panel > .table:last-child > tbody:last-child > tr:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
#smc_body .panel > .table:last-child > tfoot:last-child > tr:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
#smc_body .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#smc_body .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#smc_body .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#smc_body .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
#smc_body .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#smc_body .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#smc_body .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#smc_body .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#smc_body .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
#smc_body .panel > .panel-body + .table,
#smc_body .panel > .panel-body + .table-responsive,
#smc_body .panel > .table + .panel-body,
#smc_body .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
#smc_body .panel > .table > tbody:first-child > tr:first-child th,
#smc_body .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
#smc_body .panel > .table-bordered,
#smc_body .panel > .table-responsive > .table-bordered {
  border: 0;
}
#smc_body .panel > .table-bordered > thead > tr > th:first-child,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
#smc_body .panel > .table-bordered > tbody > tr > th:first-child,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#smc_body .panel > .table-bordered > tfoot > tr > th:first-child,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#smc_body .panel > .table-bordered > thead > tr > td:first-child,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
#smc_body .panel > .table-bordered > tbody > tr > td:first-child,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#smc_body .panel > .table-bordered > tfoot > tr > td:first-child,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#smc_body .panel > .table-bordered > thead > tr > th:last-child,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
#smc_body .panel > .table-bordered > tbody > tr > th:last-child,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#smc_body .panel > .table-bordered > tfoot > tr > th:last-child,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#smc_body .panel > .table-bordered > thead > tr > td:last-child,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
#smc_body .panel > .table-bordered > tbody > tr > td:last-child,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#smc_body .panel > .table-bordered > tfoot > tr > td:last-child,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#smc_body .panel > .table-bordered > thead > tr:first-child > td,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
#smc_body .panel > .table-bordered > tbody > tr:first-child > td,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#smc_body .panel > .table-bordered > thead > tr:first-child > th,
#smc_body .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
#smc_body .panel > .table-bordered > tbody > tr:first-child > th,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
#smc_body .panel > .table-bordered > tbody > tr:last-child > td,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#smc_body .panel > .table-bordered > tfoot > tr:last-child > td,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#smc_body .panel > .table-bordered > tbody > tr:last-child > th,
#smc_body .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#smc_body .panel > .table-bordered > tfoot > tr:last-child > th,
#smc_body .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#smc_body .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#smc_body .panel-group {
  margin-bottom: 20px;
}
#smc_body .panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
#smc_body .panel-group .panel + .panel {
  margin-top: 5px;
}
#smc_body .panel-group .panel-heading {
  border-bottom: 0;
}
#smc_body .panel-group .panel-heading + .panel-collapse > .panel-body,
#smc_body .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
#smc_body .panel-group .panel-footer {
  border-top: 0;
}
#smc_body .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}
#smc_body .panel-default {
  border-color: #e6e6e6;
}
#smc_body .panel-default > .panel-heading {
  color: #444;
  background-color: #444;
  border-color: #e6e6e6;
}
#smc_body .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e6e6e6;
}
#smc_body .panel-default > .panel-heading .badge {
  color: #444;
  background-color: #444;
}
#smc_body .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e6e6e6;
}
#smc_body .panel-primary {
  border-color: #33bee5;
}
#smc_body .panel-primary > .panel-heading {
  color: #fff;
  background-color: #33bee5;
  border-color: #33bee5;
}
#smc_body .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #33bee5;
}
#smc_body .panel-primary > .panel-heading .badge {
  color: #33bee5;
  background-color: #fff;
}
#smc_body .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #33bee5;
}
#smc_body .panel-success {
  border-color: #d6e9c6;
}
#smc_body .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
#smc_body .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
#smc_body .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
#smc_body .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
#smc_body .panel-info {
  border-color: #bce8f1;
}
#smc_body .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#smc_body .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
#smc_body .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
#smc_body .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
#smc_body .panel-warning {
  border-color: #faebcc;
}
#smc_body .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
#smc_body .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
#smc_body .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
#smc_body .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
#smc_body .panel-danger {
  border-color: #ebccd1;
}
#smc_body .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
#smc_body .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
#smc_body .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
#smc_body .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
#smc_body .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#smc_body .embed-responsive .embed-responsive-item,
#smc_body .embed-responsive iframe,
#smc_body .embed-responsive embed,
#smc_body .embed-responsive object,
#smc_body .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
#smc_body .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
#smc_body .embed-responsive-4by3 {
  padding-bottom: 75%;
}
#smc_body .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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);
}
#smc_body .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#smc_body .well-lg {
  padding: 24px;
  border-radius: 0;
}
#smc_body .well-sm {
  padding: 9px;
  border-radius: 0;
}
#smc_body .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
#smc_body .close:hover,
#smc_body .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#smc_body button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
#smc_body .modal-open {
  overflow: hidden;
}
#smc_body .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
#smc_body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#smc_body .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#smc_body .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
#smc_body .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
#smc_body .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
#smc_body .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
#smc_body .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
#smc_body .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#smc_body .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#smc_body .modal-header .close {
  margin-top: -2px;
}
#smc_body .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
#smc_body .modal-body {
  position: relative;
  padding: 15px;
}
#smc_body .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
#smc_body .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
#smc_body .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
#smc_body .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
#smc_body .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  #smc_body .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #smc_body .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);
  }
  #smc_body .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  #smc_body .modal-lg {
    width: 900px;
  }
}
#smc_body .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", 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);
}
#smc_body .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#smc_body .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
#smc_body .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
#smc_body .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
#smc_body .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
#smc_body .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
#smc_body .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#smc_body .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#smc_body .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#smc_body .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
#smc_body .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
#smc_body .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
#smc_body .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#smc_body .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#smc_body .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
#smc_body .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", 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;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#smc_body .popover.top {
  margin-top: -10px;
}
#smc_body .popover.right {
  margin-left: 10px;
}
#smc_body .popover.bottom {
  margin-top: 10px;
}
#smc_body .popover.left {
  margin-left: -10px;
}
#smc_body .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}
#smc_body .popover-content {
  padding: 9px 14px;
}
#smc_body .popover > .arrow,
#smc_body .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#smc_body .popover > .arrow {
  border-width: 11px;
}
#smc_body .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
#smc_body .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
#smc_body .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
#smc_body .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
#smc_body .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
#smc_body .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
#smc_body .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
#smc_body .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
#smc_body .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
#smc_body .carousel {
  position: relative;
}
#smc_body .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#smc_body .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;
}
#smc_body .carousel-inner > .item > img,
#smc_body .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  #smc_body .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  #smc_body .carousel-inner > .item.next,
  #smc_body .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  #smc_body .carousel-inner > .item.prev,
  #smc_body .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  #smc_body .carousel-inner > .item.next.left,
  #smc_body .carousel-inner > .item.prev.right,
  #smc_body .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
#smc_body .carousel-inner > .active,
#smc_body .carousel-inner > .next,
#smc_body .carousel-inner > .prev {
  display: block;
}
#smc_body .carousel-inner > .active {
  left: 0;
}
#smc_body .carousel-inner > .next,
#smc_body .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
#smc_body .carousel-inner > .next {
  left: 100%;
}
#smc_body .carousel-inner > .prev {
  left: -100%;
}
#smc_body .carousel-inner > .next.left,
#smc_body .carousel-inner > .prev.right {
  left: 0;
}
#smc_body .carousel-inner > .active.left {
  left: -100%;
}
#smc_body .carousel-inner > .active.right {
  left: 100%;
}
#smc_body .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: none;
  background-color: rgba(0, 0, 0, 0);
}
#smc_body .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: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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);
}
#smc_body .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: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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);
}
#smc_body .carousel-control:hover,
#smc_body .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#smc_body .carousel-control .icon-prev,
#smc_body .carousel-control .icon-next,
#smc_body .carousel-control .glyphicon-chevron-left,
#smc_body .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
#smc_body .carousel-control .icon-prev,
#smc_body .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
#smc_body .carousel-control .icon-next,
#smc_body .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
#smc_body .carousel-control .icon-prev,
#smc_body .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
#smc_body .carousel-control .icon-prev:before {
  content: '\2039';
}
#smc_body .carousel-control .icon-next:before {
  content: '\203a';
}
#smc_body .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;
}
#smc_body .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);
}
#smc_body .carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
#smc_body .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: none;
}
#smc_body .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  #smc_body .carousel-control .glyphicon-chevron-left,
  #smc_body .carousel-control .glyphicon-chevron-right,
  #smc_body .carousel-control .icon-prev,
  #smc_body .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  #smc_body .carousel-control .glyphicon-chevron-left,
  #smc_body .carousel-control .icon-prev {
    margin-left: -10px;
  }
  #smc_body .carousel-control .glyphicon-chevron-right,
  #smc_body .carousel-control .icon-next {
    margin-right: -10px;
  }
  #smc_body .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  #smc_body .carousel-indicators {
    bottom: 20px;
  }
}
#smc_body .clearfix:before,
#smc_body .clearfix:after,
#smc_body .dl-horizontal dd:before,
#smc_body .dl-horizontal dd:after,
#smc_body .container:before,
#smc_body .container:after,
#smc_body .container-fluid:before,
#smc_body .container-fluid:after,
#smc_body .row:before,
#smc_body .row:after,
#smc_body .form-horizontal .form-group:before,
#smc_body .form-horizontal .form-group:after,
#smc_body .btn-toolbar:before,
#smc_body .btn-toolbar:after,
#smc_body .btn-group-vertical > .btn-group:before,
#smc_body .btn-group-vertical > .btn-group:after,
#smc_body .nav:before,
#smc_body .nav:after,
#smc_body .navbar:before,
#smc_body .navbar:after,
#smc_body .navbar-header:before,
#smc_body .navbar-header:after,
#smc_body .navbar-collapse:before,
#smc_body .navbar-collapse:after,
#smc_body .pager:before,
#smc_body .pager:after,
#smc_body .panel-body:before,
#smc_body .panel-body:after,
#smc_body .modal-header:before,
#smc_body .modal-header:after,
#smc_body .modal-footer:before,
#smc_body .modal-footer:after {
  content: " ";
  display: table;
}
#smc_body .clearfix:after,
#smc_body .dl-horizontal dd:after,
#smc_body .container:after,
#smc_body .container-fluid:after,
#smc_body .row:after,
#smc_body .form-horizontal .form-group:after,
#smc_body .btn-toolbar:after,
#smc_body .btn-group-vertical > .btn-group:after,
#smc_body .nav:after,
#smc_body .navbar:after,
#smc_body .navbar-header:after,
#smc_body .navbar-collapse:after,
#smc_body .pager:after,
#smc_body .panel-body:after,
#smc_body .modal-header:after,
#smc_body .modal-footer:after {
  clear: both;
}
#smc_body .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#smc_body .pull-right {
  float: right !important;
}
#smc_body .pull-left {
  float: left !important;
}
#smc_body .hide {
  display: none !important;
}
#smc_body .show {
  display: block !important;
}
#smc_body .invisible {
  visibility: hidden;
}
#smc_body .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#smc_body .hidden {
  display: none !important;
}
#smc_body .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
#smc_body .visible-xs,
#smc_body .visible-sm,
#smc_body .visible-md,
#smc_body .visible-lg {
  display: none !important;
}
#smc_body .visible-xs-block,
#smc_body .visible-xs-inline,
#smc_body .visible-xs-inline-block,
#smc_body .visible-sm-block,
#smc_body .visible-sm-inline,
#smc_body .visible-sm-inline-block,
#smc_body .visible-md-block,
#smc_body .visible-md-inline,
#smc_body .visible-md-inline-block,
#smc_body .visible-lg-block,
#smc_body .visible-lg-inline,
#smc_body .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  #smc_body .visible-xs {
    display: block !important;
  }
  #smc_body table.visible-xs {
    display: table !important;
  }
  #smc_body tr.visible-xs {
    display: table-row !important;
  }
  #smc_body th.visible-xs,
  #smc_body td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  #smc_body .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #smc_body .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  #smc_body .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #smc_body .visible-sm {
    display: block !important;
  }
  #smc_body table.visible-sm {
    display: table !important;
  }
  #smc_body tr.visible-sm {
    display: table-row !important;
  }
  #smc_body th.visible-sm,
  #smc_body td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #smc_body .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #smc_body .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #smc_body .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #smc_body .visible-md {
    display: block !important;
  }
  #smc_body table.visible-md {
    display: table !important;
  }
  #smc_body tr.visible-md {
    display: table-row !important;
  }
  #smc_body th.visible-md,
  #smc_body td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #smc_body .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #smc_body .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #smc_body .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  #smc_body .visible-lg {
    display: block !important;
  }
  #smc_body table.visible-lg {
    display: table !important;
  }
  #smc_body tr.visible-lg {
    display: table-row !important;
  }
  #smc_body th.visible-lg,
  #smc_body td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  #smc_body .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  #smc_body .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  #smc_body .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  #smc_body .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #smc_body .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #smc_body .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #smc_body .hidden-lg {
    display: none !important;
  }
}
#smc_body .visible-print {
  display: none !important;
}
@media print {
  #smc_body .visible-print {
    display: block !important;
  }
  #smc_body table.visible-print {
    display: table !important;
  }
  #smc_body tr.visible-print {
    display: table-row !important;
  }
  #smc_body th.visible-print,
  #smc_body td.visible-print {
    display: table-cell !important;
  }
}
#smc_body .visible-print-block {
  display: none !important;
}
@media print {
  #smc_body .visible-print-block {
    display: block !important;
  }
}
#smc_body .visible-print-inline {
  display: none !important;
}
@media print {
  #smc_body .visible-print-inline {
    display: inline !important;
  }
}
#smc_body .visible-print-inline-block {
  display: none !important;
}
@media print {
  #smc_body .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #smc_body .hidden-print {
    display: none !important;
  }
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
#smc_body a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#smc_body a:hover,
#smc_body a:focus {
  text-decoration: none;
}
#smc_body h2 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 30px;
}
#smc_body h3.smcadmininfossec {
  color: Red;
}
#smc_body h4 {
  color: #444;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.3;
}
#smc_body h4 a {
  color: #444;
}
#smc_body h4 a:hover {
  color: #5e5e5e;
}
#smc_body label {
  margin-right: 10px;
}
#smc_body mark {
  background: #ff0 !important;
  padding: 0;
}
#smc_body abbr[title],
#smc_body abbr[data-original-title] {
  border-bottom: 0;
}
#smc_body table {
  vertical-align: top;
}
#smc_body table.smc-table-responsive {
  width: 100%;
}
#smc_body table tr {
  background-color: #fff;
  vertical-align: top;
}
#smc_body table tr.smc-new td:first-child:before {
  content: '';
  background-color: #33bee5;
  width: 8px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
#smc_body table tr.smc-default td:first-child:before,
#smc_body table tr.smc-downloaded td:first-child:before {
  content: '';
  background-color: #26d162;
  width: 8px;
  height: 72px;
  position: absolute;
  left: 0;
  top: 0;
}
#smc_body table tr.smc-table-group {
  border-bottom: 0;
  padding: 20px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
}
#smc_body table tr th,
#smc_body table tr td {
  padding: 12px 15px !important;
  position: relative;
  border-top: 0 !important;
  vertical-align: top;
}
#smc_body table tr th.smc-column-icon,
#smc_body table tr td.smc-column-icon {
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
#smc_body table tr th.smc-column-icon .icon,
#smc_body table tr td.smc-column-icon .icon {
  color: #909090;
  font-size: 30px;
  line-height: 30px;
}
#smc_body table tr th.smc-actions,
#smc_body table tr td.smc-actions {
  padding: 0 0 0 16px !important;
}
#smc_body table tr th.smc-table-cell-important,
#smc_body table tr td.smc-table-cell-important {
  border: 0!important;
  cursor: pointer;
  color: #909090;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#smc_body table tr th.smc-table-cell-small,
#smc_body table tr td.smc-table-cell-small {
  max-width: 10px;
}
#smc_body table tr th.smc-table-cell-heading,
#smc_body table tr td.smc-table-cell-heading {
  border: 0!important;
  background-color: #e0e0e0;
  color: #909090;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#smc_body table tr th.smc-table-cell-doc,
#smc_body table tr td.smc-table-cell-doc {
  min-width: 25%;
}
#smc_body table tr th.smc-table-cell-th-z,
#smc_body table tr td.smc-table-cell-th-z {
  font-weight: bold;
  background-color: #f0f0f0;
}
#smc_body table tr th a,
#smc_body table tr td a {
  color: #33bee5;
}
#smc_body table tr th a:hover,
#smc_body table tr td a:hover,
#smc_body table tr th afocus,
#smc_body table tr td afocus {
  color: #1792b4;
}
#smc_body table tr th h3,
#smc_body table tr td h3 {
  margin: 10px 0;
}
#smc_body table tr th .smc-documents,
#smc_body table tr td .smc-documents {
  margin: 0 -15px;
  float: right;
}
#smc_body table thead tr {
  background-color: #909090;
  color: #fff;
}
#smc_body table thead tr th {
  border-bottom: 0 !important;
  padding: 15px !important;
  font-size: 16px;
}
#smc_body table thead tr th a {
  color: #fff;
}
#smc_body table thead tr th a:hover,
#smc_body table thead tr th a:focus {
  color: #d9d9d9;
}
#smc_body table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f9f9f9;
}
#smc_body table.table-striped > tbody > tr.table-row-default {
  background-color: #fff;
}
#smc_body table.table-striped > tbody > tr > .smc-status-feiertag {
  background-color: #dbadb9 !important;
}
#smc_body table.table-striped > tbody > tr > .smc-status-color {
  background-color: #d4e5bb !important;
}
#smc_body .smc-doc-symbol {
  border: 0 !important;
  color: #909090;
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif !important;
}
#smc_body .smc-doc-symbol:hover {
  text-decoration: none;
}
#smc_body #wrapper {
  padding-left: 250px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#smc_body #wrapper.collapse,
#smc_body #wrapper.collapsing {
  height: auto !important;
  display: block !important;
}
#smc_body #wrapper.toggled,
#smc_body #wrapper.collapse:not(.in) {
  padding-left: 0;
}
#smc_body #wrapper.toggled #sidebar-wrapper,
#smc_body #wrapper.collapse:not(.in) #sidebar-wrapper {
  margin-left: -500px;
}
#smc_body #wrapper.toggled #page-content-wrapper,
#smc_body #wrapper.collapse:not(.in) #page-content-wrapper {
  position: relative;
  margin-right: 0;
}
#smc_body #wrapper.toggled {
  /*padding-left: @nav-sidebar-width;*/
  height: auto !important;
  display: block !important;
}
#smc_body #wrapper.toggled #sidebar-wrapper {
  width: 250px;
}
#smc_body #wrapper.toggled #sidebar-wrapper .logo img {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#smc_body #wrapper.toggled #page-content-wrapper {
  /*position: absolute;*/
  margin-right: -250px;
}
#smc_body #wrapper.toggled #menu-toggle .icon-bar {
  transform-style: 'preserve-3d';
  -webkit-transform-style: 'preserve-3d';
}
#smc_body #wrapper.toggled #menu-toggle .icon-bar:nth-child(2) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -moz-transform: translate(0, 0) rotate(0deg);
  -o-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}
#smc_body #wrapper.toggled #menu-toggle .icon-bar:nth-child(3) {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#smc_body #wrapper.toggled #menu-toggle .icon-bar:nth-child(4) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -moz-transform: translate(0, 0) rotate(0deg);
  -o-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
}
#smc_body #sidebar-wrapper {
  background-color: #33bee5;
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 250px;
  height: 100%;
  margin-left: -250px;
  overflow-x: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#smc_body #sidebar-wrapper.smc-nav-mandatos {
  width: 100%;
}
#smc_body #sidebar-wrapper .logo {
  display: block;
  margin: 0 auto 20px;
  padding-top: 35px;
  padding-bottom: 20px;
}
#smc_body #sidebar-wrapper .logo img {
  display: block;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#smc_body #sidebar-wrapper .smc-img-logo {
  max-width: 100px;
}
#smc_body #sidebar-wrapper .smc-img-logo-config {
  max-width: 250px;
}
#smc_body #sidebar-wrapper .smc-img-logo-config-mandatos {
  max-width: 200px;
}
#smc_body #sidebar-wrapper > ul > li > a {
  font-weight: 600;
}
#smc_body #sidebar-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#smc_body #sidebar-wrapper ul > li.smc_nav_prn > ul.smc_nav_prn {
  padding: 0;
  text-align: center;
  margin-top: 60px;
  list-style-type: none;
}
#smc_body #sidebar-wrapper ul > li.smc_nav_prn > ul.smc_nav_prn > li {
  display: inline-block;
}
#smc_body #sidebar-wrapper ul > li.smc_nav_prn > ul.smc_nav_prn > li > a {
  padding: 0 3px;
}
#smc_body #sidebar-wrapper ul li > span {
  font-weight: 600;
}
#smc_body #sidebar-wrapper ul li > a,
#smc_body #sidebar-wrapper ul li > span {
  color: #fff;
  display: block;
  padding: 8px 30px;
  text-decoration: none;
  white-space: pre;
}
#smc_body #sidebar-wrapper ul li > a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#smc_body #sidebar-wrapper ul li > a:hover,
#smc_body #sidebar-wrapper ul li > a:active {
  background-color: transparent;
  color: #bbe9f6;
}
#smc_body #sidebar-wrapper ul li.active > a,
#smc_body #sidebar-wrapper ul li.active > span {
  color: #bbe9f6;
  font-weight: 600;
}
#smc_body #sidebar-wrapper ul li > ul {
  color: #fff;
  list-style-type: disc;
  padding-left: 60px;
}
#smc_body #sidebar-wrapper ul li > ul > li > a,
#smc_body #sidebar-wrapper ul li > ul > li > span {
  padding-left: 0;
  white-space: normal;
}
#smc_body #top-bar {
  border: 0;
  margin-bottom: 0;
}
#smc_body #top-bar .nav.navbar-nav > li > a {
  font-size: 24px;
  padding: 15px;
}
#smc_body #top-bar .nav.navbar-nav > li > a:hover,
#smc_body #top-bar .nav.navbar-nav > li > a:focus {
  color: #33bee5;
}
#smc_body .page-title {
  padding: 40px 50px 0 50px;
}
#smc_body .page-title > h1 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
}
#smc_body .page-title > h1 .badge {
  background-color: #444;
  margin-right: 5px;
}
#smc_body .page-title > h2 {
  color: #909090;
  font-size: 17px;
  font-weight: normal;
  margin-top: 5px;
}
#smc_body #page-content-wrapper {
  width: 100%;
  /*position: absolute;*/
}
#smc_body #page-content-wrapper #page-content {
  padding: 45px 50px 50px;
}
#smc_body footer {
  font-size: 12px;
  margin-bottom: 30px;
}
#smc_body footer > *:first-child {
  float: left;
  width: 75%;
}
#smc_body footer > *:first-child ul {
  list-style-type: none;
  padding: 0;
}
#smc_body footer > *:first-child ul:not(.list-inline) {
  margin: 0;
}
#smc_body footer > *:first-child ul li {
  display: inline-block;
}
#smc_body footer > *:first-child ul li + li {
  margin-left: 10px;
}
#smc_body footer > *:last-child {
  float: right;
  width: 100%;
}
#smc_body .smc-read-more > a {
  color: #909090;
  font-size: 44px;
  line-height: 1px;
}
#smc_body .smc-read-more > a:hover,
#smc_body .smc-read-more > a:focus {
  color: #33bee5;
}
#smc_body .smc-public-list,
#smc_body .smc-non-public-list {
  padding-left: 15px;
  margin-bottom: 25px;
}
#smc_body .smc-public-list > li,
#smc_body .smc-non-public-list > li {
  list-style-type: none;
}
#smc_body .smc-public-list > li:before,
#smc_body .smc-non-public-list > li:before {
  counter-increment: section;
  content: "Ö" counter(section);
  margin-right: 10px;
}
#smc_body .smc-non-public-list > li:before {
  content: "N" counter(section);
}
#smc_body .smc-documents {
  margin: 0 -20px;
}
#smc_body .smc-documents > div {
  margin-bottom: 10px;
  min-width: 300px;
  min-height: 40px;
}
#smc_body .smc-documents > div.smc-doc-icon-2 > div .smc-doc-icon {
  width: 60px;
}
#smc_body .smc-documents > div.smc-doc-icon-2 > div .smc-doc-content {
  margin-left: 70px !important;
}
#smc_body .smc-documents > div.smc-doc-icon-3 > div .smc-doc-icon {
  width: 75px;
}
#smc_body .smc-documents > div.smc-doc-icon-3 > div .smc-doc-content {
  margin-left: 85px !important;
}
#smc_body .smc-documents > div > div {
  background-color: #f0f3f2;
  padding: 15px;
  position: relative;
}
#smc_body .smc-documents > div > div.smc-default {
  border-left: 5px solid #909090;
}
#smc_body .smc-documents > div > div.smc-new {
  border-left: 5px solid #33bee5;
}
#smc_body .smc-documents > div > div.smc-downloaded {
  border-left: 5px solid #26d162;
}
#smc_body .smc-documents > div > div .smc-action-group {
  margin-top: -15px;
  margin-right: -15px;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn {
  position: absolute;
  width: 65px;
  max-height: 65px;
  right: 0;
  height: 100%;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn > .smc {
  text-align: center;
  vertical-align: middle;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn:nth-child(2) {
  right: 66px;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn:nth-child(3) {
  right: 132px;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-neutral,
#smc_body .smc-documents > div > div .smc-action-group > .btn.neutral {
  background-color: #909090;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-neutral:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.neutral:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-neutral:focus,
#smc_body .smc-documents > div > div .smc-action-group > .btn.neutral:focus {
  background-color: #d9d9d9;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-preview,
#smc_body .smc-documents > div > div .smc-action-group > .btn.preview {
  background-color: #d0d0d0;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-preview:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.preview:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-preview:focus,
#smc_body .smc-documents > div > div .smc-action-group > .btn.preview:focus {
  background-color: #d9d9d9;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-todo,
#smc_body .smc-documents > div > div .smc-action-group > .btn.todo {
  background-color: #33bee5;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-todo:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.todo:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-todo:focus,
#smc_body .smc-documents > div > div .smc-action-group > .btn.todo:focus {
  background-color: #33bee5;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-red {
  background-color: red;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-red:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-red:focus {
  background-color: red;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-yellow {
  background-color: yellow;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-yellow:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-yellow:focus {
  background-color: yellow;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-white {
  background-color: #ffffff;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-white:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-white:focus {
  background-color: #ffffff;
}
#smc_body .smc-documents > div > div .smc-doc-icon {
  float: left;
  margin-right: 10px;
  font-size: 40px;
  line-height: 1;
  color: #909090;
  width: 45px;
}
#smc_body .smc-documents > div > div .smc-doc-icon > .weekday,
#smc_body .smc-documents > div > div .smc-doc-icon > .smc-doc-symbol {
  vertical-align: top;
}
#smc_body .smc-documents > div > div .smc-doc-icon-text {
  width: 155px;
}
#smc_body .smc-documents > div > div .smc-doc-icon + .smc-doc-content {
  margin-left: 60px;
  margin-right: 65px;
}
#smc_body .smc-documents > div > div .smc-doc-content {
  min-height: 38px;
}
#smc_body .smc-documents > div > div .smc-doc-content.smc-doc-fct-1 {
  margin-right: 66px;
}
#smc_body .smc-documents > div > div .smc-doc-content.smc-doc-fct-2 {
  margin-right: 132px;
}
#smc_body .smc-documents > div > div .smc-doc-content.smc-doc-fct-3 {
  margin-right: 198px;
}
#smc_body .smc-documents > div > div h4 {
  font-size: 14px;
}
#smc_body .smc-documents > div > div h4 > a {
  color: #33bee5;
}
#smc_body .smc-documents > div > div a {
  color: #444;
}
#smc_body .smc-documents > div > div a:hover,
#smc_body .smc-documents > div > div a:focus {
  color: #33bee5;
}
#smc_body .smc-documents.smc-doc-dakurz {
  border: 0 !important;
  color: #909090;
  font-size: 30px;
  line-height: 1;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif !important;
  font-weight: normal;
  text-transform: none;
  /* //494 RL Umlaufverfahren (sehr ähnlich zu Dokumenten): */
}
#smc_body .smc-documents.smc-doc-dakurz > div {
  max-width: 335px;
  min-width: 335px;
}
#smc_body .smc-documents.smc-doc-dakurz.smc-doc-size-3 > div {
  max-width: 335px;
  min-width: 335px;
}
#smc_body .smc-documents.smc-doc-dakurz.smc-doc-size-2 > div {
  max-width: 269px;
  min-width: 269px;
}
#smc_body .smc-documents.smc-doc-dakurz.smc-doc-size-1 > div {
  max-width: 203px;
  min-width: 203px;
}
#smc_body .smc-documents.smc-doc-dakurz.smc-uv-size-3 > div {
  float: right;
  max-width: 198px;
  min-width: 198px;
}
#smc_body .smc-documents.smc-doc-dakurz.smc-uv-size-9 > div {
  float: right;
  max-width: 210px;
  min-width: 210px;
  margin-right: 20px;
}
#smc_body .smc-doc-hidden {
  display: none;
}
#smc_body .smc-action-group {
  height: 100%;
}
#smc_body .smc-action-group.smc-action-group-lg {
  /*height: 72px;*/
}
#smc_body .smc-action-group > .smc-btn-iframe {
  background-color: transparent;
  border: 0;
  padding: 0px !important;
  margin: 0;
}
#smc_body .smc-action-group > .btn {
  border-width: 0;
  font-size: 28px;
  line-height: 1;
  padding: 15px;
  margin-left: 2px;
  background-color: #33bee5;
  color: #fff !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#smc_body .smc-action-group > .btn:hover,
#smc_body .smc-action-group > .btn:focus {
  background-color: #1792b4;
}
#smc_body .smc-action-group > .btn.btn-green {
  background-color: #26d162;
}
#smc_body .smc-action-group > .btn.btn-green:hover,
#smc_body .smc-action-group > .btn.btn-green:focus {
  background-color: #1a9044;
}
#smc_body .smc-action-group-iframe > .btn {
  font-size: 38px;
  margin-left: -5px;
  width: 77px;
  height: 100%;
}
#smc_body .smc-action-group-iframe > .btn:hover,
#smc_body .smc-action-group-iframe > .btn:focus {
  background-color: transparent;
}
#smc_body .smc-action-group-float {
  padding-bottom: 10px;
}
#smc_body .smc-link-normal {
  color: #33bee5 !important;
  /*text-decoration: underline;*/
}
#smc_body .smc-link-normal:hover,
#smc_body .smc-link-normal:focus {
  color: #1aa4cb !important;
  text-decoration: none;
}
#smc_body .smc-link-procedure {
  background-color: #33bee5;
  color: #fff;
  padding: 7px 15px;
  text-decoration: none;
  display: inline-block;
}
#smc_body .smc-link-procedure:hover,
#smc_body .smc-link-procedure:focus {
  color: #fff;
  background-color: #1aa4cb !important;
}
#smc_body .smc-link-procedure:before {
  content: "\e92d";
  font-family: Mandatos;
  color: #fff;
  margin-right: 7px;
}
#smc_body .smc-form-input-date-edge {
  line-height: 0 !important;
  width: 100px !important;
}
#smc_body .smc-filter-bar {
  background-color: #fff;
  padding: 5px;
  margin-bottom: 20px;
}
#smc_body .smc-filter-bar .nav > li > a {
  /* //514 RL Schrift zu hell color: #909090; */
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#smc_body .smc-filter-bar .nav > li > a:hover,
#smc_body .smc-filter-bar .nav > li > a:focus {
  color: #444;
}
#smc_body .smc-filter-bar .nav > li > a > i {
  font-size: 20px;
}
#smc_body .smc-filter-bar .nav > li.dropdown {
  min-width: 120px;
  text-align: right;
}
#smc_body .smc-filter-bar .nav > li.dropdown.smc-dropdown-short {
  min-width: 60px;
}
#smc_body .smc-filter-bar .nav > li.dropdown > li > a {
  text-align: right;
}
#smc_body .smc-filter-bar .nav > li.smc-dropdown-i {
  min-width: 5px;
  text-align: right;
}
#smc_body .smc-navbar {
  background-color: #444;
  border-top-width: 0;
  border-bottom-width: 0;
  position: fixed;
  left: 310px;
  right: 0;
  z-index: 99;
}
#smc_body .smc-navbar .nav.navbar-nav li a {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}
#smc_body .smc-navbar .nav.navbar-nav li a:hover,
#smc_body .smc-navbar .nav.navbar-nav li a:focus {
  background-color: transparent;
  color: #ddd;
}
#smc_body .smc-navbar.smc-connection-red {
  border-right: 15px solid #f34454;
}
#smc_body .smc-navbar.smc-connection-green {
  border-right: 15px solid #26d162;
}
#smc_body .smc-navbar.smc-connection-orange {
  border-right: 15px solid #fcd32e;
}
#smc_body .nav-tabs {
  /*border-bottom: 1px solid #bbb;*/
  margin-bottom: 20px;
}
#smc_body .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 5px;
  margin-top: 5px;
}
#smc_body .nav-tabs > li > a {
  background-color: #444;
  border: 0;
  color: #fff;
  font-weight: 600;
  min-width: 160px;
  text-align: center;
  /*padding-right: 45px;*/
  margin-bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
			&:before {
				width: 0;
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				border-top: 40px solid #E3E3E3;
				border-left: 40px solid @brand-darkgray;

				.transition(.3s);
			}
*/
}
#smc_body .nav-tabs > li > a:hover,
#smc_body .nav-tabs > li > a:focus {
  background-color: #33bee5;
  /*
				&:before {
					border-left: 40px solid @brand-blue;
				}
				*/
}
#smc_body .nav-tabs > li.active > a {
  border: 0;
  background-color: #33bee5;
  color: #fff;
}
#smc_body .nav-tabs > li.active > a:before {
  border-left: 40px solid #33bee5;
}
#smc_body .nav-tabs > li.active > a:hover,
#smc_body .nav-tabs > li.active > a:focus {
  border: 0;
  background-color: #33bee5;
  color: #fff;
}
#smc_body .nav-tabs > li.smc-register-possible > a {
  background-color: #26d162;
}
#smc_body .nav-tabs > li.smc-register-inpossible > a {
  color: #dbadb9;
}
#smc_body .nav-tabs.smc-nav-tabs-normal > li > a {
  padding-right: 15px;
  min-width: 44px;
  text-align: center;
}
#smc_body .nav-tabs.smc-nav-tabs-normal > li > a:before {
  display: none;
}
#smc_body .badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #909090;
  color: #fff;
  font-weight: 600;
  padding: 7px 15px;
  vertical-align: bottom;
}
#smc_body .badge.badge-sm {
  padding: 3px 7px;
  font-size: 75%;
  line-height: 1.3;
}
#smc_body .smc-toggle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#smc_body #smclayout .smcdv6_active1 {
  font-weight: bold;
}
#smc_body #smclayout .smcdv6_box1_link {
  color: blue;
}
#smc_body #smclayout .smcdv6_hidden {
  display: none;
}
#smc_body #smclayout .smc_top_h2 {
  margin-left: 1em;
}
#smc_body #smclayout .smc_top_h3 {
  margin-left: 2em;
}
#smc_body #smclayout .smc_top_h4 {
  margin-left: 3em;
}
#smc_body #smclayout .smc_top_h5 {
  margin-left: 4em;
}
#smc_body #smclayout .smc_field_toost,
#smc_body #smclayout .smc_field_tofnum {
  font-weight: bold;
  margin-right: 0.5em;
  color: black;
}
#smc_body #smclayout .smc_field_totime {
  margin-right: 0.5em;
  color: black;
}
#smc_body #smclayout .smc_field_toto_leer {
  padding-left: 4em;
}
#smc_body #smclayout tr.smc-field-tofnum-0 td {
  font-weight: bold;
  background-color: red !important;
}
@media (max-width: 1200px) {
  #smc_body #smclayout {
    padding-left: 0;
  }
  #smc_body #smcnavigation {
    display: none;
  }
  #smc_body .smc-navbar {
    left: 0;
  }
}
#smc_body #sidebar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#smc_body #sidebar-nav li a {
  background-color: transparent !important;
  color: #fff;
}
#smc_body #sidebar-nav li i.smc,
#smc_body #sidebar-nav li i.fa {
  float: left;
  margin-right: 10px;
  font-size: 20px;
}
#smc_body .alert {
  border: 0;
  font-weight: bold;
  margin-top: 20px;
}
#smc_body .alert.alert-info {
  color: #444;
}
#smc_body .navbar-right {
  display: block;
  margin: 0;
}
#smc_body .dropdown-menu > li > a,
#smc_body .dropdown-menu > li > span {
  padding: 5px 20px;
  display: block;
}
#smc_body .dropdown-menu > li > a > i,
#smc_body .dropdown-menu > li > span > i {
  margin-right: 10px;
}
#smc_body .dropdown-menu > li > span {
  color: #838383;
}
#smc_body .dropdown-menu > li > div {
  padding: 5px 20px;
  display: block;
}
#smc_body .panel {
  border-width: 0;
}
#smc_body .panel .panel-heading {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  border-width: 0;
  padding: 15px 20px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#smc_body .panel .panel-heading h2 {
  font-size: 17px;
  font-weight: bold;
}
#smc_body .panel .panel-heading h2,
#smc_body .panel .panel-heading h3,
#smc_body .panel .panel-heading h4 {
  margin: 0;
  position: relative;
}
#smc_body .panel .panel-heading h3 {
  padding-right: 25px;
}
#smc_body .panel .panel-heading > *:first-child.badge:not(.smc-badge-count) {
  float: left;
}
#smc_body .panel .panel-heading .smc-badge-time {
  float: left;
  margin-right: 10px !important;
}
#smc_body .panel .panel-heading .smc-badge-selected {
  background-color: #dbadb9;
}
#smc_body .panel .panel-heading .badge + h3 {
  padding-left: 60px;
}
#smc_body .panel .panel-heading .badge {
  background-color: #909090;
  color: #fff;
  padding: 4px 7px;
}
#smc_body .panel .panel-heading .badge:not(.smc-badge-count) {
  display: inline-block;
  min-width: 50px;
  margin-right: 5px;
}
#smc_body .panel .panel-heading .smc-badges {
  display: inline-block;
  white-space: nowrap;
  float: right;
}
#smc_body .panel .panel-heading .smc-badges .badge + .badge {
  margin-left: 5px;
}
#smc_body .panel .panel-heading[data-toggle='collapse'] h3:before {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  content: '\f0d8';
  font-size: 20px;
  color: #909090;
}
#smc_body .panel .panel-heading[data-toggle='collapse'].collapsed h3:before {
  content: '\f0d7';
}
#smc_body .panel .panel-heading.smc-panel-empty h3:before {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  content: '\f00c';
  font-size: 16px;
  color: #909090;
}
#smc_body .panel .panel-heading.smc-loading h3:before {
  font-family: Mandatos !important;
  content: '\e92f' !important;
  font-size: 16px !important;
  -webkit-animation: smc-anim-spin 1.3s linear infinite;
  -moz-animation: smc-anim-spin 1.3s linear infinite;
  animation: smc-anim-spin 1.3s linear infinite;
}
#smc_body .panel .panel-heading.smc-readed {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#smc_body .panel .panel-heading.smc-panel-special {
  /* UV: dieser TOP ist "Einverständnisabstimmung" */
  background-color: #d0d0d0;
}
#smc_body .panel .panel-heading.smc-panel-uv {
  padding-bottom: 20px;
}
#smc_body .panel .panel-heading.smc-panel-uv h3:after {
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  font-size: 20px;
  color: #ffffff;
  background-color: #909090;
  padding: 6px 8px;
}
#smc_body .panel .panel-heading.smc-panel-empty-2 h3:before {
  right: 70px;
}
#smc_body .panel .panel-heading.smc-panel-uv-ka h3:after {
  /* keine Abstimmung */
  content: '\f29a';
  color: #ffffff;
  background-color: #ffffff;
}
#smc_body .panel .panel-heading.smc-panel-uv-leer h3:after {
  /* bisher nichts gewählt */
  content: '\f29a';
  color: #33bee5;
  background-color: #33bee5;
}
#smc_body .panel .panel-heading.smc-panel-uv-preview h3:after {
  /* Markierung/Vorschau */
  content: '\f29a';
  color: #d0d0d0;
  background-color: #d0d0d0;
}
#smc_body .panel .panel-heading.smc-panel-uv-ja h3:after {
  /* fa-check */
  content: '\f00c';
}
#smc_body .panel .panel-heading.smc-panel-uv-nein h3:after {
  /* fa-times */
  content: '\f00d';
}
#smc_body .panel .panel-heading.smc-panel-uv-ent h3:after {
  /* fa-universal-access */
  content: '\f10c';
}
#smc_body .panel .panel-heading.smc-panel-uv-aktiv h3:after {
  background-color: #33bee5;
}
#smc_body .panel .panel-heading.smc-panel-uv-aktiv-erledigt h3:after {
  background-color: #26d162;
}
#smc_body .panel .panel-heading.smc-panel-uv-inaktiv h3:after {
  background-color: #909090;
  color: #ffffff;
}
#smc_body .panel .panel-heading.smc-panel-uv-todo h3:after {
  background-color: #33bee5;
}
#smc_body .panel .panel-heading-2[data-toggle="collapse"] h3:before {
  right: 70px;
}
#smc_body .panel.panel-default {
  border-bottom: 5px solid #444;
}
#smc_body .panel.panel-default > .smc-panel-action h3 {
  color: #33bee5;
}
#smc_body .panel.panel-default > .panel-heading {
  background-color: #fff;
}
#smc_body .panel.panel-default > .panel-heading h2,
#smc_body .panel.panel-default > .panel-heading h3,
#smc_body .panel.panel-default > .panel-heading h4 {
  color: #444;
}
#smc_body .panel.panel-default > .panel-heading h2 a,
#smc_body .panel.panel-default > .panel-heading h3 a,
#smc_body .panel.panel-default > .panel-heading h4 a {
  color: #33bee5;
}
#smc_body .panel.panel-default > .panel-heading h2 a:hover,
#smc_body .panel.panel-default > .panel-heading h3 a:hover,
#smc_body .panel.panel-default > .panel-heading h4 a:hover,
#smc_body .panel.panel-default > .panel-heading h2 a:focus,
#smc_body .panel.panel-default > .panel-heading h3 a:focus,
#smc_body .panel.panel-default > .panel-heading h4 a:focus {
  color: #1792b4;
}
#smc_body .panel.panel-default > .panel-heading h2 > .smc-flag,
#smc_body .panel.panel-default > .panel-heading h3 > .smc-flag,
#smc_body .panel.panel-default > .panel-heading h4 > .smc-flag {
  margin-right: 5px;
}
#smc_body .panel.panel-default > .panel-heading h3 {
  font-size: 16px;
  font-weight: 600;
}
#smc_body .panel.panel-default > .panel-heading h3 > div {
  text-indent: -60px;
}
#smc_body .panel.panel-default > .panel-heading h4 {
  font-size: 14px;
  font-weight: normal;
}
#smc_body .panel.panel-default > .panel-heading p {
  margin-top: 10px;
  margin-bottom: 0;
}
#smc_body .panel.panel-default > .panel-heading .nav.nav-pills {
  margin-top: 10px;
}
#smc_body .panel.panel-default > .panel-heading .nav.nav-pills > li.active > a {
  background-color: #33bee5;
}
#smc_body .panel.panel-default > .panel-heading .nav.nav-pills > li.active > a:hover,
#smc_body .panel.panel-default > .panel-heading .nav.nav-pills > li.active > a:focus {
  background-color: #33bee5;
}
#smc_body .panel.panel-default > .panel-heading-2 h3 {
  padding-right: 100px;
}
#smc_body .panel.panel-default .panel-body {
  border-top: 1px solid #e6e6e6;
}
#smc_body .panel.panel-default .panel-body h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
#smc_body .panel.panel-default .panel-body.smc-panel-body-padding-0 {
  padding: 0;
  margin: 0;
}
#smc_body .panel-group {
  border-bottom: 5px solid #444;
}
#smc_body .panel-group .panel {
  border-bottom: 0;
}
#smc_body .panel-group .panel .panel-heading {
  border-bottom: 1px solid #e6e6e6;
}
#smc_body .panel-group .panel .panel-body {
  border-top: 0;
  border-bottom: 1px solid #e6e6e6;
}
#smc_body .panel-group .panel:nth-child(odd) .panel-heading {
  background-color: #F9F9F9;
}
#smc_body .panel-group .panel + .panel {
  margin-top: 0;
}
#smc_body .tab-pane {
  background-color: #fff;
  padding: 15px;
}
#smc_body .form-signin {
  margin: 0 auto 0;
  max-width: 300px;
}
#smc_body .form-signin #pesch {
  margin-bottom: 5px;
}
#smc_body .form-control {
  line-height: 1;
}
#smc_body .form-submit {
  margin-top: 30px;
  margin-bottom: 30px;
}
#smc_body .form-submit .btn + .btn {
  margin-left: 10px;
}
#smc_body .btn {
  -webkit-transition: all all 0.3s ease-in-out ease-out;
  -moz-transition: all all 0.3s ease-in-out ease-out;
  -o-transition: all all 0.3s ease-in-out ease-out;
  transition: all all 0.3s ease-in-out ease-out;
}
#smc_body .btn.btn-primary {
  border: 0 !important;
}
#smc_body .smc-text-thema {
  font-weight: bold;
}
#smc_body div.smc-text-thema {
  padding-top: 10px;
}
#smc_body .smcworkfunctiontext {
  padding: 0;
}
#smc_body .smc-datacontrol-element-light {
  color: green;
}
#smc_body .smc-datacontrol-element-xx {
  color: red;
}
#smc_body .smc-edit-form {
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
}
#smc_body .smc-edit-form > .form-group {
  max-width: 700px;
}
#smc_body .smc-edit-form.smc-edit-form-small > .form-group {
  max-width: 400px;
}
#smc_body .smc-text-1 {
  color: #000000;
  background-color: transparent;
}
#smc_body .smc-text-8 {
  border-top: 1px solid gray;
}
#smc_body .smc-text-9 {
  border-top: 1px solid gray;
  font-size: x-small;
}
#smc_body .smc-uv-text-1 {
  font-size: 32px;
  white-space: nowrap;
}
#smc_body .smc-uv-text-2 {
  font-weight: 600;
  font-size: 16px;
}
#smc_body div.smc-uv-textbox-1 {
  float: left;
}
#smc_body .smcboxtext1 {
  background-color: white;
  border: 1px solid black;
  margin: 18px 0 0 0;
  padding: 2px;
  position: absolute;
  z-index: 100;
  white-space: nowrap;
}
#smc_body div#smclocation_box {
  width: auto;
  border: 0 solid gray;
  padding: 3px;
}
#smc_body div.smclocation_box-1 {
  height: 450px;
}
#smc_body div.smclocation_box-2 {
  height: 450px;
}
#smc_body div.smclocation_box-3 {
  height: 450px;
}
#smc_body .smc-box-text1 {
  padding-top: 5px;
  padding-bottom: 5px;
}
#smc_body .smc-box-text2 {
  padding-bottom: 5px;
}
#smc_body .smc-box-text3 {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#smc_body .smcnews1 {
  font-weight: bold;
}
#smc_body .smc-text-var-1 {
  font-weight: bold;
}
#smc_body .smc-text-button-small {
  vertical-align: middle;
  border-top: 12px solid transparent;
  border-left: 8px solid transparent;
}
#smc_body span.smcok {
  color: #198430;
}
#smc_body span.smcerror {
  color: #DB0003;
}
#smc_body div.smcadmininfos {
  background-color: #ffffff;
  padding: 10px;
}
#smc_body .smcimg16 {
  width: 32px;
  height: 32px;
  border: 0;
  vertical-align: middle;
}
#smc_body .smcimg16top {
  width: 32px;
  height: 32px;
  border: 0;
}
#smc_body .smcimg18 {
  width: 32px;
  height: 32px;
  border: 0;
}
#smc_body .smcimg22 {
  width: 22px;
  height: 22px;
  border: 0;
  vertical-align: middle;
}
#smc_body .smcimg32 {
  width: 32px;
  height: 32px;
  border: 0;
  vertical-align: middle;
}
#smc_body .smc_w1 {
  font-weight: bold;
}
#smc_body ul.smc-userinfo {
  left: -10px;
  min-width: 140px;
  max-width: 200px;
}
#smc_body ul.smc-userinfo > li > a.smc-text-9 {
  white-space: normal;
}
#smc_body div.smc-doc-stat-hidden {
  display: none;
}
#smc_body img.smc-doc-stat-hidden {
  display: none;
}
#smc_body i.smc-doc-stat-hidden {
  display: none;
}
#smc_body i.smc-doc-typ-1 {
  color: green;
}
#smc_body i.smc-doc-typ-2 {
  color: yellow;
}
#smc_body i.smc-doc-typ-3 {
  color: blue;
}
#smc_body i.smc-doc-typ-4 {
  color: red;
}
#smc_body i.smc-doc-typ-11 {
  color: orange;
}
#smc_body i.smc-doc-typ-83 {
  color: Lime;
}
#smc_body i.smc-doc-typ-86 {
  color: Maroon;
}
#smc_body .smc-datarow {
  margin: 0;
}
#smc_body .smc-datarow > div {
  margin-bottom: 10px;
}
#smc_body .smc-datarow-2 {
  margin: 0;
}
#smc_body .smc-datarow-2 > div {
  margin-bottom: 30px;
}
#smc_body .smc-pagemode-print {
  padding-left: 0 !important;
}
#smc_body ul.smc-list-standard {
  margin-top: 10px;
}
#smc_body ul.smc-list-standard li {
  list-style-type: none;
}
#smc_body .smc-th-nw {
  white-space: nowrap;
}
#smc_body .smc-content-normal {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
#smc_body .smc-content-normal a {
  color: #33bee5 !important;
}
#smc_body .smc-content-normal a:hover,
#smc_body .smc-content-normal a:focus {
  color: #1aa4cb !important;
  text-decoration: none;
}
#smc_body .smc-padding-none {
  padding: 0 !important;
}
#smc_body .panel-body-padding {
  padding: 20px;
}
#smc_body .weekday,
#smc_body .holiday {
  border: 0 !important;
  color: #909090;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif !important;
}
#smc_body .weekday:hover,
#smc_body .holiday:hover {
  text-decoration: none;
}
#smc_body .list-inline.smc-detail-list {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
  color: #909090;
  line-height: 1.3;
  margin-left: 0;
}
#smc_body .list-inline.smc-detail-list > li {
  vertical-align: top;
}
#smc_body .list-inline.smc-detail-list > li:first-child {
  padding-left: 0;
}
#smc_body .list-inline.smc-detail-list > li + li {
  border-left: 1px solid;
}
#smc_body .list-inline.smc-detail-list > li + li a {
  text-decoration: none;
  /* underline */
}
#smc_body .list-inline.smc-detail-list.smc-menu-bottom-margin {
  margin-left: 20px;
}
#smc_body .lead {
  font-size: 16px;
}
#smc_body .margin-top {
  margin-top: 15px;
}
#smc_body .margin-top-0 {
  margin-top: 0 !important;
}
#smc_body .margin-top-2x {
  margin-top: 30px;
}
#smc_body .margin-top-3x {
  margin-top: 45px;
}
#smc_body .margin-top-4x {
  margin-top: 60px;
}
#smc_body .margin-top-5x {
  margin-top: 75px;
}
#smc_body .margin-bottom {
  margin-bottom: 15px;
}
#smc_body .margin-bottom-0 {
  margin-bottom: 0 !important;
}
#smc_body .margin-bottom-2x {
  margin-bottom: 30px;
}
#smc_body .margin-bottom-3x {
  margin-bottom: 45px;
}
#smc_body .margin-bottom-4x {
  margin-bottom: 60px;
}
#smc_body .margin-bottom-5x {
  margin-bottom: 75px;
}
#smc_body .margin-left {
  margin-left: 15px;
}
#smc_body .margin-left-0 {
  margin-left: 0 !important;
}
#smc_body .margin-left-2x {
  margin-left: 30px;
}
#smc_body .margin-left-3x {
  margin-left: 45px;
}
#smc_body .margin-left-4x {
  margin-left: 60px;
}
#smc_body .margin-left-5x {
  margin-left: 75px;
}
#smc_body #menu-toggle {
  border: 0 none;
  cursor: pointer;
  float: left;
  margin: 15px 20px;
}
#smc_body #menu-toggle .icon-bar {
  background-color: #fff;
  width: 30px;
  height: 3px;
  display: block;
  /*
		.transition(.3s);
		.transform-style('preserve-3d');

		&:nth-child(2) {
			.transform(translate(0, 10px) rotate(-45deg));
		}

		&:nth-child(3) {
			.opacity(0);
		}

		&:nth-child(4) {
			.transform(translate(0, -10px) rotate(45deg));
		}
		*/
}
#smc_body #menu-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
#smc_body #menu-toggle:focus .icon-bar,
#smc_body #menu-toggle:hover .icon-bar {
  background-color: rgba(255, 255, 255, 0.7);
}
#smc_body .smchidden {
  display: none;
}
#smc_body .smc-badge-count {
  background-color: #33bee5;
}
#smc_body .smc-badge-text {
  text-transform: none;
}
#smc_body .smc-nav-actions > li > a {
  color: #909090;
  font-size: 24px;
  padding: 0 10px;
}
#smc_body .smc-nav-actions > li > a:hover,
#smc_body .smc-nav-actions > li > a:focus {
  color: #33bee5;
  background-color: transparent;
}
#smc_body .smc-nav-actions > li > a.mark {
  color: #33bee5;
}
#smc_body .smc-nav-actions > li:last-child > a {
  padding-right: 0;
}
#smc_body #page-content > div.smc-table {
  border-bottom: 5px solid #444;
  margin-bottom: 20px;
}
#smc_body .smc-table {
  background-color: #fff;
  display: table;
  border-collapse: collapse;
  width: 100%;
}
#smc_body .smc-table .smc-table-row {
  display: table-row;
}
#smc_body .smc-table .smc-table-row .smc-table-cell {
  /*display: table-cell;*/
  padding: 12px 15px;
  /*width: 1%;*/
}
#smc_body .smc-table .smc-table-row .smc-table-cell.smc-padding-none {
  width: 10%;
}
#smc_body .smc-table .smc-table-row .smc-table-cell.smc-column-icon {
  width: 90px;
  text-align: center;
  vertical-align: middle;
}
#smc_body .smc-table .smc-table-row .smc-table-cell.smc-column-icon .icon {
  color: #909090;
  font-size: 30px;
  line-height: 30px;
}
#smc_body .smc-table .smc-table-row .smc-table-cell.smc-actions {
  padding: 0 0 0 16px !important;
}
#smc_body .smc-table .smc-table-row .smc-table-cell a {
  color: #33bee5;
}
#smc_body .smc-table .smc-table-row .smc-table-cell a:hover,
#smc_body .smc-table .smc-table-row .smc-table-cell afocus {
  color: #1792b4;
}
#smc_body .smc-table .smc-table-row .smc-table-cell > .smc-table {
  background-color: transparent;
  table-layout: fixed;
}
#smc_body .smc-table .smc-table-row.smc-table-head {
  background-color: #909090 !important;
  color: #fff;
}
#smc_body .smc-table .smc-table-row.smc-table-head .smc-table-cell {
  border-bottom: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
}
#smc_body .smc-table .smc-table-row.smc-table-head .smc-table-cell a {
  color: #fff;
}
#smc_body .smc-table .smc-table-row.smc-table-head .smc-table-cell a:hover,
#smc_body .smc-table .smc-table-row.smc-table-head .smc-table-cell a:focus {
  color: #d9d9d9;
}
#smc_body .smc-table .smc-table-row.smc-table-group > .smc-table-cell {
  padding: 16px;
  color: #444;
  font-size: 16px;
  font-weight: 600;
  word-break: keep-all;
  white-space: nowrap;
}
#smc_body .smc-table .smc-table-cell-box-normal > p {
  margin: 10px 0;
}
#smc_body .smc-table .smc-table-cell-box-small {
  padding: 5px;
  padding-top: 10px;
  font-size: 0.8em;
}
#smc_body .smc-table.smc-table-striped > .smc-table-row:nth-of-type(2n+1) {
  background-color: #f8f8f8;
}
#smc_body .smc-1x {
  font-size: 20px;
}
#smc_body .smc-2x {
  font-size: 28px;
}
@-moz-keyframes smc-anim-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes smc-anim-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes smc-anim-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#smc_body .smc_page_si0046_layout table td .weekday {
  font-size: 20px;
}
#smc_body .smc_page_ylogon_layout .page-title {
  padding-top: 100px;
}
#smc_body .smc_page_ylogon_layout .page-title h1 {
  text-align: center;
}
#smc_body .smc_page_ylogon_layout #top-bar,
#smc_body .smc_page_ylogon_layout #sidebar-wrapper {
  display: none;
}
#smc_body .smc_page_ylogon_layout#wrapper {
  padding-left: 0 !important;
}
#smc_body .smc_page_ylogon_layout form {
  margin: 0 auto 0;
  max-width: 300px;
}
#smc_body .smc_page_ylogon_layout form #pesch {
  margin-bottom: 5px;
}
#smc_body .smc-pagetype-logon .page-title h1 {
  text-align: center;
}
#smc_body .smc-pagetype-logon form {
  margin: 0 auto 0;
  max-width: 300px;
}
#smc_body .smc-pagetype-logon form #pesch {
  margin-bottom: 5px;
}
#smc_body .smc-pagetype-logon form #pepwd {
  margin-bottom: 5px;
}
#smc_body .smc-pagetype-logon #sidebar-nav {
  display: none;
}
#smc_body .smc-mytags-color-1 {
  color: #E53147;
}
#smc_body .smc-mytags-color-2 {
  color: #FFD500;
}
#smc_body .smc-mytags-color-3 {
  color: #006A9B;
}
#smc_body .smc-mytags-color-4 {
  color: #88BD24;
}
#smc_body .smc-mytags-color-5 {
  color: #706F6F;
}
#smc_body .smc-mytags-color-6 {
  color: #EF8700;
}
#smc_body .smc-mytags-color-7 {
  color: #5EBCA7;
}
#smc_body .smc-mytags-color-8 {
  color: #B90D66;
}
#smc_body .smc-mytags-color-9 {
  color: #00ADE6;
}
#smc_body .smc-mytags-color-10 {
  color: #4A2C6A;
}
#smc_body .smc-stat-hidden {
  display: none !important;
}
#smc_body .smc-stat-visible {
  display: block !important;
}
#smc_body .smc-status-red {
  color: #dbadb9;
}
#smc_body .smc-status-red-dark {
  color: #f34454;
}
#smc_body .smc-status-yellow {
  color: #e9e7b2;
}
#smc_body .smc-status-yellow-dark {
  color: #fbe707;
}
#smc_body .smc-status-green {
  color: #c5dcb3;
}
#smc_body .smc-status-green-dark {
  color: green;
}
#smc_body .smc-status-selected {
  color: #dbadb9;
}
#smc_body .smc-status-selected-dark {
  color: #f34454;
}
#smc_body .smc-status-logon_required {
  color: #f34454;
}
#smc_body .smc-status-required-text {
  color: #f34454;
}
#smc_body .smc-status-shared {
  color: #e9e7b2;
}
#smc_body .smc-status-shared-dark {
  color: #fbe707;
}
#smc_body .smc-status-today {
  background-color: #d6cbbd;
}
#smc_body .smc-status-feiertag {
  background-color: #dbadb9;
}
#smc_body .smc-status-holiday,
#smc_body .smc-status-feiertag-color {
  color: #dbadb9;
}
#smc_body .smc-status-color {
  color: #d4e5bb;
}
#smc_body .smc-status-symbol {
  background-color: #d4e5bb;
}
#smc_body .smc-status-symbol h4 {
  color: #000000;
}
#smc_body .smc_status_termin_32 {
  background-color: #c5dcb3;
}
#smc_body .smc_status_termin_64 {
  background-color: #e9e7b2;
}
#smc_body .smc_status_termin_128 {
  background-color: #FFFD8E;
}
#smc_body .smc_status_termin_256 {
  background-color: #dbadb9;
}
#smc_body .smc-badge-selected {
  background-color: #dbadb9;
}
#smc_body .smc-search-form {
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
}
#smc_body .smc-search-form > .form-group {
  max-width: 520px;
}
#smc_body .smc-image-layers {
  width: 46px;
  height: 46px;
  position: relative;
  margin-left: -5px;
  margin-top: -5px;
}
#smc_body .smc-image-layers > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
}
#smc_body .smc-attachments {
  padding: 10px 15px;
  display: block;
  background-color: #F0F3F2;
  text-align: center;
  font-weight: 600;
  margin-left: -15px;
}
#smc_body .smcboxicons {
  margin: 0;
  padding: 0;
}
#smc_body .smcboxicons > li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
#smc_body .smcboxicons > li > a > i {
  font-size: 30px;
  display: block;
  margin: 0;
  padding: 0;
}
#smc_body .smclabelinput + .smclabelinput label {
  margin-left: 10px;
}
#smc_body .smc-nav-online {
  display: none;
}
#smc_body .smc_filter_xnisort > span {
  margin-right: 10px;
}
#smc_body .smc-btn-vcard {
  width: 150px;
  white-space: normal;
  text-align: left;
}
#smc_body .smc-btn-vcard > .smc {
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
#smc_body .smc_filter_xdddanr .checkbox {
  float: left;
  width: 50%;
}
#smc_body .smc-img-portal {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 85px;
}
#smc_body .smc-top-jumper {
  position: fixed;
  top: 400px;
  right: 0;
  left: auto;
}
#smc_body .smc-top-jumper .smc {
  cursor: pointer;
  font-size: 24px;
  color: #444;
}
#smc_body .smc-panel-block-991 {
  display: none;
}
#smc_body .smc-panel-none-991 {
  display: block;
}
#smc_body .smc-text-none-991 {
  display: block;
}
#smc_body .smc-text-block-991 {
  display: none;
}
#smc_body .smc-text-inline-991 {
  display: none;
}
#smc_body td.smc-table-cell-block-991 {
  display: none;
}
#smc_body span.smc-table-cell-block-991 {
  display: none;
}
#smc_body #smcanform textarea {
  width: 700px;
}
#smc_body span.smc-table-group {
  font-weight: bold;
  text-align: left;
}
#smc_body div.smc-cell-head {
  font-weight: bold;
}
#smc_body span.smc-table-cell-important {
  border: 0!important;
  cursor: pointer;
  color: #909090;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
#smc_body .smc_filter_fct_responsive .checkbox {
  float: left;
  width: 50%;
}
#smc_body .btn-inactive {
  background-color: #909090;
}
#smc_body .btn-inactive:hover {
  background-color: #c0c0c0;
}
#smc_body .dropdown-menu-left-inline {
  left: 0;
  right: 0;
  float: none;
  position: relative;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  min-width: 310px;
}
#smc_body .smcforminline {
  padding-bottom: 5px;
}
#smc_body table tr td .smc-documents-left {
  margin: 0px;
  float: left;
}
#smc_body .smc-doc-symbol-color {
  color: #909090;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-stopp,
#smc_body .smc-documents > div > div .smc-action-group > .btn.stopp {
  background-color: #ff5700;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-stopp:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.stopp:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-stopp:focus,
#smc_body .smc-documents > div > div .smc-action-group > .btn.stopp:focus {
  background-color: #c84500;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-inactive,
#smc_body .smc-documents > div > div .smc-action-group > .btn.inactive {
  background-color: #d9d9d9;
}
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-inactive:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.inactive:hover,
#smc_body .smc-documents > div > div .smc-action-group > .btn.btn-inactive:focus,
#smc_body .smc-documents > div > div .smc-action-group > .btn.inactive:focus {
  background-color: #d9d9d9;
}
#smc_body .smc-link-procedure-unsel {
  background-color: #26d162;
}
#smc_body .smc-link-procedure-unsel:hover,
#smc_body .smc-link-procedure-unsel:focus {
  background-color: #1a9044 !important;
}
#smc_body .smc-link-procedure-sel {
  background-color: #33bee5;
}
#smc_body .smc-link-procedure-sel:hover,
#smc_body .smc-link-procedure-sel:focus {
  background-color: #1aa4cb !important;
}
#smc_body .smc-form-input-date-edge {
  line-height: 0 !important;
  width: 100px !important;
}
#smc_body .smc-form-upload {
  max-width: 600px;
  background-color: #fff;
  padding: 30px;
}
#smc_body .smc-width-max {
  width: 100%;
}
#smc_body .smc-input-textarea {
  margin-top: 15px;
  margin-bottom: 15px;
}
#smc_body .smc-input-file-btn {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
#smc_body .smc-input-file-label {
  display: table;
  width: 120px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  #smc_body .smc-table.smc-table-md-block .smc-table-row .smc-table-cell {
    display: block;
  }
  #smc_body .smc-table.smc-table-md-block .smc-table-row .smc-table-cell + .smc-table-cell {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  #smc_body .page-title,
  #smc_body #page-content-wrapper #page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #smc_body .smc-table.smc-table-sm-block .smc-table-row .smc-table-cell {
    display: block;
  }
  #smc_body .smc-table.smc-table-sm-block .smc-table-row .smc-table-cell + .smc-table-cell {
    padding-top: 0;
  }
  #smc_body .smc-documents > div {
    max-width: 100% !important;
  }
  #smc_body .smc-documents.smc-doc-size-3 > div {
    max-width: 335px;
    min-width: 335px;
  }
  #smc_body .smc-documents.smc-doc-size-2 > div {
    max-width: 269px;
    min-width: 269px;
  }
  #smc_body .smc-documents.smc-doc-size-1 > div {
    max-width: 203px;
    min-width: 203px;
  }
  #smc_body #page-content-wrapper {
    width: 100vw;
  }
}
@media (max-width: 767px) {
  #smc_body .smc-table.smc-table-xs-block .smc-table-row .smc-table-cell {
    display: block;
  }
  #smc_body .smc-table.smc-table-xs-block .smc-table-row .smc-table-cell + .smc-table-cell {
    padding-top: 0;
  }
  #smc_body .page-title,
  #smc_body #page-content-wrapper #page-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #smc_body footer > div {
    float: none !important;
    width: 100% !important;
    text-align: left !important;
  }
  #smc_body footer > div + div {
    margin-top: 10px;
  }
  #smc_body .smc-filter-bar .nav:not(.smc-nav-tabs-alphabet) > li {
    /*
				display: block;
				float: none;
				text-align: left !important;
				*/
  }
  #smc_body .nav-tabs:not(.smc-nav-tabs-alphabet) > li {
    float: left;
  }
  #smc_body .smc-nav-actions {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #smc_body .visible-xs-block {
    width: 100%;
  }
}

/* //514 RL !!! ab hier Projekt anpassen - Stand 20200303 !!! */

/* === smc-body-app - Verwendung in Apps === */
/* //514//506 RL Korr: #smc_body entfällt bei .smc-body-app */
body.smc-body-app #top-bar {
  display: none !important;
}
body.smc-body-app #wrapper {
  padding-left: 0 !important;
  transition: none !important;
}
body.smc-body-app #wrapper #sidebar-wrapper {
  display: none !important;
}
body.smc-body-app .page-title {
  padding: 35px 40px 0;
}
body.smc-body-app #page-content-wrapper #page-content {
  padding: 40px;
}

/* === Ergaenzungen === */
/* //514//510 RL */
#smc_body .smc-width-max {
    width:100%;
}
#smc_body .smc-input-textarea {
   margin-top:15px;
   margin-bottom:15px;
}
#smc_body .smc-input-file-btn {
    z-index: -1;
    position: absolute;
    opacity: 0;
}
#smc_body .smc-input-file-label {
    display: table;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}