.gridster{position:relative;margin:auto;height:0}.gridster>ul{margin:0;list-style:none;padding:0}.gridster-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;list-style:none;z-index:2;position:absolute;display:none}.gridster-loaded{-webkit-transition:height .3s;-moz-transition:height .3s;-o-transition:height .3s;transition:height .3s}.gridster-loaded .gridster-item{display:block;position:absolute;-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}.gridster-loaded .gridster-preview-holder{display:none;z-index:1;position:absolute;background-color:#ddd;border-color:#fff;opacity:.2}.gridster-loaded .gridster-item.gridster-item-moving,.gridster-loaded .gridster-preview-holder{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.gridster-mobile{height:auto !important}.gridster-mobile .gridster-item{height:auto;position:static;float:none}.gridster-item.ng-leave.ng-leave-active{opacity:0}.gridster-item.ng-enter{opacity:1}.gridster-item-moving{z-index:3}.gridster-item-resizable-handler{position:absolute;font-size:1px;display:block;z-index:5}.handle-se{cursor:se-resize;width:0;height:0;right:1px;bottom:1px;border-style:solid;border-width:0 0 12px 12px;border-color:transparent}.handle-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.handle-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.handle-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.handle-e{cursor:e-resize;width:12px;bottom:0;right:1px;top:0}.handle-s{cursor:s-resize;height:12px;right:0;bottom:1px;left:0}.handle-n{cursor:n-resize;height:12px;right:0;top:1px;left:0}.handle-w{cursor:w-resize;width:12px;left:1px;top:0;bottom:0}.gridster .gridster-item:hover .gridster-box{border:1.5px solid #B3B2B3}.gridster .gridster-item:hover .handle-se{border-color:transparent transparent #ccc}
/*! ng-dialog - v0.3.12 (https://github.com/likeastore/ngDialog) */

@-webkit-keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdialog{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ngdialog *,.ngdialog :after,.ngdialog :before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}.ngdialog{position:fixed;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000;top:0;right:0;bottom:0;left:0}.ngdialog-overlay{position:fixed;background:rgba(0,0,0,.4);top:0;right:0;bottom:0;left:0;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:'\00D7';cursor:pointer}body.ngdialog-open{overflow:hidden}
@-webkit-keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes ngdialog-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes ngdialog-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

.ngdialog.ngdialog-theme-default {
  padding-bottom: 160px;
  padding-top: 160px;
}

.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content {
  -webkit-animation: ngdialog-flyout .5s;
  animation: ngdialog-flyout .5s;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
  -webkit-animation: ngdialog-flyin .5s;
  animation: ngdialog-flyin .5s;
  background: #f0f0f0;
  border-radius: 5px;
  color: #444;
  font-family: 'Helvetica',sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
  width: 450px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close {
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  background: transparent;
  border-radius: 3px;
  color: #bbb;
  content: '\00D7';
  font-size: 26px;
  font-weight: 400;
  height: 30px;
  line-height: 26px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  width: 30px;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before,
.ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #777;
}

.ngdialog.ngdialog-theme-default .ngdialog-message {
  margin-bottom: .5em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input {
  margin-bottom: 1em;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"],
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"] {
  background: #fff;
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0 0 .25em;
  min-height: 2.5em;
  padding: .25em .67em;
  width: 100%;
}

.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="text"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="password"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="email"]:focus,
.ngdialog.ngdialog-theme-default .ngdialog-input input[type="url"]:focus {
  -webkit-box-shadow: inset 0 0 0 2px #8dbdf1;
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons {
  *zoom: 1;
}

.ngdialog.ngdialog-theme-default .ngdialog-buttons:after {
  content: '';
  display: table;
  clear: both;
}

.ngdialog.ngdialog-theme-default .ngdialog-button {
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  font-family: inherit;
  font-size: .8em;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 0 0 .5em;
  padding: .75em 2em;
  text-transform: uppercase;
}

.ngdialog.ngdialog-theme-default .ngdialog-button:focus {
  -webkit-animation: ngdialog-pulse 1.1s infinite;
  animation: ngdialog-pulse 1.1s infinite;
  outline: none;
}

@media (max-width: 568px) {
  .ngdialog.ngdialog-theme-default .ngdialog-button:focus {
    -webkit-animation: none;
    animation: none;
  }
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary {
  background: #3288e6;
  color: #fff;
}

.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary {
  background: #e0e0e0;
  color: #777;
}
/*
    initial twipsy code taken from bootstrap
*/
.twipsy {
    display: block;
    position: absolute;
    visibility: visible;
    max-width: 200px;
    min-width: 100px;
    padding: 5px;
    font-size: 11px;
    z-index: 1000;
    opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
}
.twipsy.left .twipsy-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
.twipsy-inner {
    padding: 3px 8px;
    background-color: #000000;
    color: white;
    text-align: center;
    max-width: 200px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.twipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

/*
css rules for the draw helper components
*/

.toolbar {
    margin: 0px;
    padding: 0px;
    background: white;
}

.toolbar > .button {
    margin: 5px;
    padding: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

.toolbar > .button:hover {
    background: #eee;
}

.toolbar > .divider {
    margin: 10px 5px;
    border-top: 1px solid grey;
}

/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ProseMirror-textblock-dropdown {
  min-width: 3em;
}

.ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1;
}

.ProseMirror-tooltip .ProseMirror-menu {
  width: -webkit-fit-content;
  width: fit-content;
  white-space: pre;
}

.ProseMirror-menuitem {
  margin-right: 3px;
  display: inline-block;
}

.ProseMirror-menuseparator {
  border-right: 1px solid #ddd;
  margin-right: 3px;
}

.ProseMirror-menu-dropdown, .ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap;
}

.ProseMirror-menu-dropdown {
  vertical-align: 1px;
  cursor: pointer;
  position: relative;
  padding-right: 15px;
}

.ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 4px;
  display: inline-block;
  position: relative;
}

.ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px);
}

.ProseMirror-menu-dropdown-menu, .ProseMirror-menu-submenu {
  position: absolute;
  background: white;
  color: #666;
  border: 1px solid #aaa;
  padding: 2px;
}

.ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
}

.ProseMirror-menu-dropdown-item {
  cursor: pointer;
  padding: 2px 8px 2px 4px;
}

.ProseMirror-menu-dropdown-item:hover {
  background: #f2f2f2;
}

.ProseMirror-menu-submenu-wrap {
  position: relative;
  margin-right: -4px;
}

.ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px);
}

.ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: -3px;
}

.ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
}

.ProseMirror-menu-disabled {
  opacity: .3;
}

.ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu, .ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block;
}

.ProseMirror-menubar {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  position: relative;
  min-height: 1em;
  color: #666;
  padding: 1px 6px;
  top: 0; left: 0; right: 0;
  border-bottom: 1px solid silver;
  background: white;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
}

.ProseMirror-icon {
  display: inline-block;
  line-height: .8;
  vertical-align: -2px; /* Compensate for padding */
  padding: 2px 8px;
  cursor: pointer;
}

.ProseMirror-menu-disabled.ProseMirror-icon {
  cursor: default;
}

.ProseMirror-icon svg {
  fill: currentColor;
  height: 1em;
}

.ProseMirror-icon span {
  vertical-align: text-top;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}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:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.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:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;min-height:32px}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;min-height:38px}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.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}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.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)}.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}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.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)}.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}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.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)}.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}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.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)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#337ab7;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.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)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.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:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.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:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.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){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.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}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-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)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-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 .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px}.progress.active .progress-bar,.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}.progress-bar-success{background-color:#5cb85c}.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)}.progress-bar-info{background-color:#5bc0de}.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)}.progress-bar-warning{background-color:#f0ad4e}.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)}.progress-bar-danger{background-color:#d9534f}.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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-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)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.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)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.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}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.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)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.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}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.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)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-moz-transition:-moz-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;-moz-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.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}.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)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}#page{padding-top:54px}@media (min-width:1200px){#page,.footer,nav{margin-right:0}#page.toggled,.footer.toggled,nav.toggled{padding-right:320px !important}}@media (max-width:1199px){#page,.footer,nav{margin-right:0px}}@media (min-width:1200px){#site-sidebar{display:block}#site-sidebar.toggled{width:320px;display:block}}@media (max-width:1199px){#site-sidebar{display:none}#site-sidebar.toggled{display:block;width:320px;z-index:1000;padding-top:54px}}.about.onepage .navbar-fixed-bottom .navbar-collapse,.about.onepage .navbar-fixed-top .navbar-collapse{max-height:none}.about.onepage .container,.about.onepage .container-fluid{margin-bottom:60px}.about.onepage #main{padding-top:40px}.about.onepage .btn{border-color:#2a79b2;color:#2a79b2;background-color:transparent;background-image:none;text-shadow:none;border-radius:0;text-transform:uppercase}.about.onepage .btn:hover{background:#2a79b2;border-color:#2a79b2;color:#fff;transition:ease background .4s}.about.onepage h1,.about.onepage h2{font-family:"Droid Serif",Georgia,"Times New Roman"}.about.onepage h1{font-size:44px;line-height:52px;margin:0 0 20px}.about.onepage h2{font-size:36px;line-height:46px;margin:0 0 20px}.about.onepage h3{font-size:20px;line-height:28px;text-transform:uppercase;margin:20px 0 20px}.about.onepage p{margin-bottom:20px}.about.onepage a{transition:ease all .3s}.about.onepage a:hover{text-decoration:none}.about h4{font-size:20px}.about ul{padding-left:0;list-style-type:none}.about li{list-style-type:inherit;margin:5px 0;padding-left:12px;position:relative}.about li:before{font-family:"FontAwesome";font-size:18px;font-weight:bold;content:"\f105";position:absolute;top:-3px;left:0}.about .jumbotron{background:url('/assets/images/about/about-header2.jpg') no-repeat top center;background-size:cover;height:400px;text-align:center;color:#fff;transition:all ease .3s}.jumbotron.about{background-image:url('/assets/images/about/about-header4.jpg')}.jumbotron.why{background-image:url('/assets/images/about/about-header2.jpg')}.jumbotron.how{background-image:url('/assets/images/about/about-header3.jpg')}.jumbotron.karma{background-image:url('/assets/images/about/about-header5.jpg')}.jumbotron.who{background-image:url('/assets/images/about/about-header4.jpg')}.about .jumbotron .heading{position:relative;top:55%;transform:translateY(-50%)}.about .jumbotron h1{text-shadow:0 0 7px rgba(0,0,0,0.2)}.about .jumbotron p{margin-bottom:0}.about .stat{background:#eee;border:1px solid #ddd;border-radius:5px;color:#ef980e;margin-top:30px;padding:20px 10px;text-align:center;font-size:60px;line-height:1;font-weight:bold}.about .stat p{color:#555;display:block;font-size:18px;line-height:24px;font-weight:normal;margin:10px 0 0}.about.onepage .navbar-inverse{background-color:#fff}.about.onepage .navbar-inverse .navbar-brand,.navbar-brand{background:url('/collaborate/img/logo-collaborate-sm.png') no-repeat top left;background-size:100%;width:225px;height:50px!important;transition:ease all 2s}.about.onepage .navbar-inverse .navbar-nav>li>a,.about.onepage .navbar-inverse .navbar-nav>li>a:focus,.about.onepage .dropdown-menu>li>a{color:#888;transition:ease all .2s}.about.onepage .navbar-inverse .navbar-nav>li>a:hover{color:#555}.about.onepage #about-intro li:before,.about.onepage #about-whatif li:before{color:#f1db22}.about.onepage #about-whatif a{color:#f1db22}.about.onepage #about-whatif a:hover{color:#fbee7d}.about.onepage .jumbotron{margin-bottom:0}.about.onepage .jumbotron p,.about.onepage .jumbotron h1{color:#fff;line-height:1em;text-shadow:0 0 7px rgba(0,0,0,0.2)}.about.onepage h2{font-size:55px;line-height:63px;font-style:italic;margin-top:0}.about.onepage h3{margin-top:0;font-weight:bold}.about.onepage .container{margin:0 auto}.about.onepage ul{margin-bottom:0}.about.onepage #about-quote{background:#ddd}.about.onepage #about-quote .container{margin:0 auto}.about.onepage blockquote:before{color:#bbb}.about.onepage blockquote{border:none;color:#886ba1;font-size:28px;margin:0}.about.onepage #about-intro,.about.onepage #about-whatif,.about.onepage #about-descrip,.about.onepage #about-how{padding:50px 0}.about.onepage #about-intro{background:#886ba1;color:#f3edf9}.about.onepage #about-whatif{background:#777;color:#f3f3f3}.about.onepage #about-descrip{background:#ddd;color:#636363}.about.onepage #about-descrip h2{font-size:28px;line-height:36px;color:#886ba1;margin:0;text-align:center}.about.onepage #about-how,.about.onepage #about-faq{background:#f5f5f5;color:#636363}.about.onepage #about-how .stat{background:#fff;margin-top:10px;margin-bottom:30px}.about.onepage #about-how .feat div{text-align:center;padding-top:40px}.about.onepage #about-how .feat img{max-width:125px;margin:0 0 10px}.about blockquote{background:none;border-left:none;border-top:1px solid #ddd;border-bottom:1px solid #ddd;color:#777;font-size:25px;font-style:italic;margin:2em 10px;padding:50px 10px;quotes:"\201C" "\201D" "\2018" "\2019"}.about blockquote:before{color:#ccc;content:open-quote;font-family:"Droid Serif","Times New Roman",Georgia,serif;font-size:4em;line-height:.1em;margin-right:.2em;vertical-align:-0.4em}.about blockquote p{display:inline}.about blockquote footer{font-style:normal;margin-top:10px;text-align:right}.bg-lightblue,.about.v2 .bg-lightblue .container{background:#eaf6ff}.about.v2{background:#f5f5f5}.about.v2 .jumbotron.about{background-image:url('/assets/images/about/about-header6.jpg')}.about.v2 .jumbotron{margin-bottom:0;padding:0}.about.v2 .jumbotron h1{font-family:"Open Sans",Arial,sans-serif;font-size:43px;line-height:60px;font-weight:normal;margin:0;text-shadow:0 0 7px rgba(0,0,0,0.2);text-transform:none}.about.v2 .jumbotron h1 span{font-size:50px}.about.v2 section .container{background:#ffffff;margin:0 auto;padding:15px 15px 0 15px}#about-nav a{background:#e7e7e7;color:#555555;display:block;font-size:30px;padding:10px;text-align:center;text-transform:uppercase;transition:ease all .3s}#about-nav a:hover{background:#dddddd}#about-nav a.current,#about-nav a.current:hover{background:#414141;color:#ffffff;cursor:default}#about-stats .col-md-6{text-align:center}#about-stats .col-md-6:first-child .inner{background:#eaf6ff;color:#424242;font-size:42px;line-height:52px;padding:8%}#about-stats .col-md-6:last-child .heading{color:#555555;font-family:'Droid Serif',Times,serif;font-size:30px;line-height:38px;padding:30px 0 0}.about #about-stats .stat{background:#fff;border:none;color:#ef980e;margin-top:30px;padding:0 10px;text-align:center;font-size:60px;line-height:1;font-weight:bold}.about .carousel-control .glyphicon-chevron-left,.about .carousel-control .glyphicon-chevron-right{background:none;opacity:1}.about .carousel-indicators{bottom:20px}.about .carousel-indicators li{padding:0}.about.v2 .carousel li:before{content:""}.about.v2 .carousel-caption{top:50%;transform:translateY(-50%);bottom:initial}.about.v2 .item{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.about.v2 #about-info .container{padding-top:0}.about.v2 #about-info .col-md-6 img{margin-bottom:15px;width:100%}.about.v2 #about-info .col-md-6:last-child img{display:none}.about.v2 #about-info .col-md-6:first-child{padding-right:7px}.about.v2 #about-info .col-md-6:last-child{padding:0 15px 15px 8px}.about.v2 #about-info .col-md-6 .inner{background:#eaf6ff;padding:30px}.about.v2 #about-cta{background:#535353}.about.v2 #about-cta .container{background:transparent;color:#ffffff;padding:30px;text-align:center}.btn.btn-white{border-color:#ffffff;color:#ffffff}.about.v2.features-page section .container{padding:30px 15px}.about.v2.features-page section#about-nav .container{padding:15px}.jumbotron.features{background-image:url('/assets/images/about/features-header1.jpg')}.jumbotron.features .btn{background:#093555;border:1px solid #a9cbe3;color:#ffffff;margin-top:40px;opacity:.6;transition:ease all .3s}.jumbotron.features .btn:hover{opacity:1}.features-page .bg-lightblue{padding:30px 0 20px}#features-intro h3{margin-top:0}#features-eco{color:#3a3a3a;text-align:center}#features-eco h3{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:20px;margin:0 0 30px;text-transform:none}#features-eco .fa{color:#f19800;font-size:80px}#features-eco p{font-size:16px;line-height:20px}#features-updates h2{text-align:center}#features-updates .col-md-6{padding:0 30px}#features-updates:before{content:"";display:block;height:100px;margin:-100px 0 0}.about.v2 .jumbotron.faq{background-image:url('/assets/images/about/about-header4.jpg')}#faq-list .container{padding-top:20px;padding-bottom:30px}#faq-list .col-md-6{padding:0 30px}@media (max-width:1199px){.jumbotron.about{height:250px}}@media (max-width:991px){.about.v2 #about-info .col-md-6:first-child{padding-right:15px}.about.v2 #about-info .col-md-6:last-child{padding-left:15px}.about.v2 #about-info .col-md-6:first-child img{display:none}.about.v2 #about-info .col-md-6:last-child img{display:block}#about-whatif ul{margin-bottom:25px}.about .stat div{padding-bottom:20px}.about .stat div:last-child{padding-bottom:10px}}@media (max-width:767px){#about-how .stat{margin:10px 0 30px}}@media (max-width:480px){.jumbotron.about{height:175px}.about .jumbotron .heading{top:60%}}@media (max-width:320px){.about.onepage .jumbotron h1{font-size:36px}}.aoi-suggestion-buttons{text-align:center;margin-top:10px;margin-bottom:10px}.nav,.pagination,.carousel,.panel-title a{cursor:pointer}.k-list-scroller>ul.k-list{overflow-y:scroll}.navbar-nav{position:relative}body{font-family:'Catamaran','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;color:#444;padding-bottom:0}.sgH1{font-family:'Catamaran',sans-serif;font-size:36px;line-height:40px}.sgH2{font-family:'Catamaran',sans-serif;font-size:26px;line-height:31px}.sgH3{font-family:'Catamaran',sans-serif;font-size:20px;line-height:24px}.sgH4{font-family:'Catamaran',sans-serif;font-size:14px;font-weight:600;line-height:18px}.sgP{font-family:'Catamaran',sans-serif;font-size:14px;line-height:18px}.sgAL{font-family:'Catamaran',sans-serif}.theme-dropdown .dropdown-menu{display:block;margin-bottom:20px;position:static}.theme-showcase>p>.btn{margin:5px 0}.theme-showcase .navbar .container{width:auto}.notifyFeedRecommendations{padding-left:5px;font-style:italic}.cropHolder{margin:15px}.cropHolderContainer{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px}h1,h2{font-family:"Droid Serif",Georgia,"Times New Roman"}h2{font-size:36px;line-height:46px;margin:0 0 20px}h3{font-size:18px;line-height:22px;text-transform:uppercase}a{transition:ease color .2s}a:hover{text-decoration:none}.container,.container-fluid{margin-bottom:60px}.img-rounded{border-radius:4px}.btn{border-color:#2a79b2;color:#2a79b2;background-color:transparent;background-image:none;text-shadow:none;border-radius:0;text-transform:uppercase}.btn:hover{background:#2a79b2;border-color:#2a79b2;color:#fff;transition:ease background .4s}#tile-nav{background:#fff;margin-top:20px;width:100%}#tile-nav>.container{margin:0 auto}.tabs{display:inline-block;width:100%}.tabs ul{display:block;list-style-type:none;margin:0 0 0 15px;padding:0}.tabs li{float:left;font-size:17px;text-transform:uppercase;border-bottom:solid 9px transparent}.tabs li a{display:block;padding:7px 15px;color:#aaa;transition:ease color .3s}.tabs li:last-child{float:right;margin-right:15px;width:auto}.tabs li:first-child a{padding-right:0}.tabs li a:hover{padding:7px 15px;color:#777}.tabs li:first-child a.btn{background:#5d9bbd none repeat scroll 0 0;border:medium none;border-radius:4px;box-sizing:border-box;color:#fff;display:inline-block;float:left;font-weight:700;height:35px;line-height:1.7;margin:10px 10px 0 0;padding:6px 10px;text-align:center;text-transform:uppercase;width:auto}.tabs li:first-child a.btn:hover{background:#6dafcc none repeat scroll 0 0}.tabs li.active{border-bottom:solid 9px #2a79b2}.tabs li.active a{color:gray;font-weight:bolder}.tabs li a i{margin-right:10px}.filter{text-align:right;padding-top:7px}.filter span{color:#8a8a8a;font-size:13px}.filter select{border-radius:0px;border:none;background:#e5e5e5;height:30px;margin-left:0;padding:3px 20px 3px 6px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filter select:focus{background:#f3f3f3}.div-tile-search{float:right;margin-top:0;width:auto}.select-arrow{display:inline-block;position:relative;border:1px solid #ddd;margin:0}.select-arrow:before,.select-arrow:after{content:" ";position:absolute;pointer-events:none}.select-arrow:before{width:2.25em;height:100%;top:0;right:0;background-color:transparent;border-left:none}.select-arrow:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #bbb;right:.75em;top:50%;margin-top:-3px}.select-arrow .filter select{padding:.25em 3.25em .25em .375em;-webkit-appearance:none;-moz-appearance:none;text-indent:.01px;text-overflow:'';box-shadow:none;border:none;outline:none;font-size:1em}.select-arrow .filter select::-ms-expand{display:none}.filter option{padding:4px 8px}.filter input{border:1px solid #dddddd;background:#e5e5e5;height:28px;padding:3px 6px;transition:ease all .3s}.filter input:focus{background:#f3f3f3}.carousel-control,.carousel-control:focus,.carousel-control:hover{opacity:1}.carousel-control.left,.carousel-control.right{background-image:none}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:0}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:0}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{background:#2a79b2;opacity:.5;height:auto;transition:ease opacity .3s;width:auto;padding:5px 25px 10px 15px}.carousel-control:hover .glyphicon-chevron-left,.carousel-control:hover .glyphicon-chevron-right{opacity:.85}.carousel-control .glyphicon-chevron-left{left:0}.carousel-control .glyphicon-chevron-right{right:0}.glyphicon-chevron-left::before,.glyphicon-chevron-right::before{content:""}.carousel-control i{font-size:60px}.carousel-indicators{bottom:-45px}.carousel-indicators li{border-color:#a9cbe3;height:12px;width:12px;background-color:#a9cbe3;margin:1px 3px;transition:ease all .3s}.carousel-indicators li:hover{border-color:#84a8c2;background-color:#84a8c2}.carousel-indicators li.active{background-color:#2a79b2;border-color:#2a79b2;margin:1px 3px}.tiles{min-height:590px;margin-bottom:60px}.big-heading{text-align:center;margin-bottom:60px}.big-heading .btn{margin-top:10px;white-space:normal}.video-bar{background:#666462;color:#efebe7;text-align:center;margin-bottom:15px}.video-bar .vid{background:url("/assets/images/front/bg-video2.jpg") no-repeat 0 0;background-size:cover;min-height:300px}.video-bar img{opacity:.8;position:absolute;left:50%;top:50%;margin-left:-81px;margin-top:-81px;transition:ease opacity .4s}.video-bar img:hover{opacity:1}.video-bar p{font-size:18px}.video-bar .col-md-6{padding:60px}.video-bar .col-md-6:first-child{border-right:15px solid #fff}div.k-window{border-width:0;box-shadow:0 0 20px rgba(0,0,0,0.5)}div.k-window-content{padding:10px 15px 18px}.k-window-titlebar{border-width:0}.features{background:#dbebf6;padding:60px 0 0;text-align:center}.features{margin-bottom:0}.features .row{margin-bottom:40px}footer.footer{border-top-style:solid;border-top-width:1px;border-top-color:#ddd}footer .container{margin:0 auto;padding:20px 0 17px;color:#777}footer ul{list-style-type:none;margin:0;padding:0}footer li{float:left;margin-right:10px}footer p{margin:0}footer .social{text-align:center}footer .social ul{margin:0 auto;display:inline-flex}footer .social li{margin-right:0}footer .social i{color:#999;font-size:18px;line-height:24px;padding:0 10px}footer .social i:hover{color:#554}footer .menu ul{float:right}footer .menu ul li:last-child{float:left;margin-right:10px}footer li a{color:#777}footer li a:hover{color:#555}@media (min-width:992px){.row-eq-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (max-width:991px){.video-bar .col-md-6:first-child{border-bottom:15px solid #fff;border-right:none}.tabs li:first-child{float:none}.tabs li:first-child a.btn{margin:12px 2% 5px 0;width:49%}.div-tile-search{margin:12px 0 5px;width:49%}}@media (max-width:767px){div.k-window{left:3% !important;width:94% !important}footer .col-sm-4{text-align:center;padding-bottom:15px}footer .social{padding-bottom:10px}footer .col-sm-4:last-child{padding-bottom:0}footer .menu ul{float:none;display:inline-block}}@media (max-width:600px){.big-heading h2{font-size:30px;line-height:38px}}@media (max-width:480px){#tile-nav{margin-top:30px}.tabs li{font-size:14px}.tabs li a,.tabs li a:hover{padding:5px 10px}}.confirmationMessage{padding:5px}.downloadMessage{text-align:center;padding-left:5px;padding-right:5px}.downloadMessage .fa-3{font-size:4em}.downlaodMessageFiles{padding-bottom:100px}.downlaodMessageFilesHeader{padding-top:60px;font-weight:bold}.newTabForm,.filterForm{margin:5px}.search_group_my_group{font-weight:bold}#nav_bar>#about{position:relative}.transparent_class{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}.co-form,.co-form-help{float:none;display:inline-block;vertical-align:middle}.co-form-help .co-form-help-inner{margin:10px;padding:10px;border-left:3px solid black;background:#eff4ff}.co-form-errors{font-weight:bold;color:maroon}#editListed,#editPrivate{margin-right:10px}#groupDescriptionWizard{height:150px}.center-text{text-align:center}.bold{font-weight:bold}.title-create-group{font-size:30px;color:gray;margin:0 0 0px}.title-create-group-description{font-size:20px;margin:0 0 0px;line-height:.9;margin-bottom:5px}.title-create-group-sumarry{font-size:18px;line-height:.9;margin:0 0 0px;margin-bottom:5px}.form-input{display:inline-block;display:block;margin-right:auto;margin-left:auto;width:70%;margin-bottom:15px}.form-title{display:inline-block;display:block;margin-right:auto;margin-left:auto;width:70%}.btn-next-wizard{float:right}.btn-back-wizard{float:left}.btn-wizard{background:#5d9bbd none repeat scroll 0 0;border:medium none;border-radius:4px;box-sizing:border-box;color:#fff;display:inline-block;font-weight:700;height:34px;line-height:1.7;margin:0 10px 0 0;padding:6px 10px;text-align:center;text-transform:uppercase;width:auto}.form-input-next{width:30%;float:right;margin-right:30px}.form-input-back{width:30%;float:left;margin-left:30px}.form-input-done{display:inline-block;margin:0 auto;width:30%}.title-btn-next{font-size:20px;margin:0 0 0px;line-height:.9;margin-bottom:5px;text-align:right}.control-wizard{position:absolute;bottom:0;width:100%;margin-bottom:10px}.container_wizard{height:100%;position:relative}.checkbox_wizard{width:30px;height:30px}.checkbox_wizard_title{font-size:15px}.checkbox_wizard_description{font-size:12px}.fade{opacity:0;-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;transition:opacity .25s ease-in;transition-delay:.25s}.fade.in{opacity:1}.animate-switch-container{overflow:hidden;height:400px}.animate-switch{width:100%;height:100%}.animate-switch.ng-animate{-webkit-transition:0s ease-in-out opacity;-moz-transition:0s ease-in-out opacity;-ms-transition:0s ease-in-out opacity;-o-transition:0s ease-in-out opacity;transition:0s ease-in-out opacity;opacity:0}.animate-switch.ng-leave{left:0}.forward .animate-switch.ng-leave.ng-leave-active{left:-100%}.backward .animate-switch.ng-leave.ng-leave-active{left:100%}.forward .animate-switch.ng-enter{left:100%}.backward .animate-switch.ng-enter{left:-100%}.animate-switch.ng-enter.ng-enter-active{left:0}.form-validation input.ng-invalid-maxlength{border:2px solid #D9272D}.length-error{color:#D9272D;display:block;font-size:12px;opacity:.8;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;position:relative;line-height:18px;padding:10px 10px 5px 10px;margin:-25px 0 20px 0;background-color:#E3E3E3;border-radius:0 0 5px 5px}.input-error{border:2px solid #D9272D}.note{display:block;font-size:12px;opacity:.8;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;position:relative;line-height:18px}.note-input{padding:10px 10px 5px 10px;margin:-25px 0 20px 0;background-color:#E3E3E3;border-radius:0 0 5px 5px}.note-input-error,.required-error-banner{background-color:rgba(217,39,45,0.5)}[ng\:cloak],[ng-cloak],.ng-cloak{display:none}.multi-steps>li.is-active:before,.multi-steps>li.is-active~li:before{content:counter(stepNum);font-family:inherit;font-weight:700}.multi-steps>li.is-active:after,.multi-steps>li.is-active~li:after{background-color:#ededed}.multi-steps{display:table;table-layout:fixed;width:100%}.multi-steps>li{counter-increment:stepNum;text-align:center;display:table-cell;position:relative;color:tomato}.multi-steps>li:before{content:'\f00c';content:'\2713;';content:'\10003';content:'\10004';content:'\2713';display:block;margin:0 auto 4px;background-color:#fff;width:36px;height:36px;line-height:32px;text-align:center;font-weight:bold;border-width:2px;border-style:solid;border-color:tomato;border-radius:50%}.multi-steps>li:after{content:'';height:2px;width:100%;background-color:tomato;position:absolute;top:16px;left:50%;margin-left:20px}.multi-steps>li:last-child:after{display:none}.multi-steps>li.is-active:before{background-color:#fff;border-color:tomato}.multi-steps>li.is-active~li{color:#808080}.multi-steps>li.is-active~li:before{background-color:#ededed;border-color:#ededed}.container-fluid{margin-bottom:0px}.img-confirm-email{height:200px;display:block;margin-left:auto;margin-right:auto}.createGroupTab{float:left;margin-right:10px}.btnCreateGroupTab{color:white !important;padding:5px 20px !important}.funding-title{font-weight:bold}.funding-container{text-align:center}.tabs-row{text-align:left}#front-wrapper{position:relative;margin-bottom:60px;padding-top:0}.menuGroupsTab,.menuInterestsTab,.menuGlobeTab,.menuGroupsListTab{position:relative}.home_show_more_parent{text-align:center}.disableSortFilter span,.disableSortFilter input,.disableSortFilter select{pointer-events:none;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-moz-opacity:.5;-khtml-opacity:.5;opacity:.5}#carousel-outer{margin:-15px auto;padding:15px 0 60px}#carousel-outer .container{margin-bottom:0}.carousel-dots{position:absolute;width:100%;bottom:45px;margin:0}.carousel-panel{opacity:.1;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.carousel-panel.active{opacity:1}#carousel-back,#carousel-next{background:rgba(42,121,178,0.6);color:rgba(255,255,255,0.8);padding:20px 40px;position:absolute;top:35%;transition:ease all .3s;z-index:20}#carousel-back:hover,#carousel-next:hover{background:rgba(42,121,178,0.9);color:#fff}#carousel-back{left:0}#carousel-next{right:0}.tile-nav-shadow{box-shadow:0 2px 5px 0 rgba(0,0,0,0.2)}.input-tile-search{font-family:Arial, FontAwesome}.frontGraph .input-tile-search{display:none}.tile-hover{-webkit-box-shadow:10px 10px 47px -10px rgba(0,0,0,0.75);-moz-box-shadow:10px 10px 47px -10px rgba(0,0,0,0.75);box-shadow:10px 10px 47px -10px rgba(0,0,0,0.75)}#iv5-front{height:40em;position:relative}#network-front{height:40em;position:relative}#group-list-outer{height:40em;background-color:#eee;padding:2em 3em 0 3em;-webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.33);-moz-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.33);box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.33)}.group-list-item{margin-bottom:2em;background-color:#fff;border:1px solid #ccc;padding:1em .5em;white-space:nowrap}.group-list-item h3{margin-top:0;color:#428DBC;text-transform:none}.group-list-item div{display:inline-block;vertical-align:middle;float:none;white-space:normal}.group-list-scroll{text-align:center;background-color:#428DBC}.group-list-icon{text-align:center}.media-section{background:#eee;margin-top:0;margin-bottom:0;padding:60px 0;text-align:center}.media-section .container{margin-bottom:0}.media-section div{text-align:center}.media-section h2{margin-bottom:10px}.media-section h3{margin:15px 0 0}.media-section .top{max-width:670px;margin:0 auto}.media-section img{background:none;border:none;margin:30px auto 0;padding:0}.media-section .fire{margin-top:57px}.media-section .bbc,.media-section .prweb{margin-top:60px}@media (max-width:991px){.media-section img,.media-section .fire,.media-section .bbc,.media-section .prweb{margin-top:45px}}.cesium-left-toolbar{display:block;position:absolute;z-index:1;top:15px;left:5px}.btn-map{background-color:#fff;color:darkgray;margin-right:4px !important}label.btn.btn-map.btn-selected,label.btn.btn-map:hover{color:white;background-color:#5bc0de;border-color:#5bc0de}.tourBody{position:relative;overflow-y:hidden;overflow-x:hidden}.tourBody #widget-nav{display:none}.front-tour-text p{color:#fff;text-align:center;font-size:30px;line-height:1.2;font-family:'Catamaran',sans-serif;display:block;padding:0 10px 20px;margin:0 auto;max-width:100%;position:relative;width:75%}.front-tour-text p.front-tour-step-4a{font-size:50px}.front-tour-text p.front-tour-step-16a{font-size:36px}@keyframes float-main{0%{transform:translatey(0)}50%{transform:translatey(-20px)}100%{transform:translatey(0)}}@keyframes float-top{0%{transform:translatey(0)}50%{transform:translatey(-10px)}100%{transform:translatey(0)}}.front-tour-image .c-man{transform:translatey(0);animation:float-main 8s ease-in-out infinite}.front-tour-image .c-man.big{width:240px}.front-tour-image .c-man.big.show{width:260px}.front-tour-text img{max-width:100%;position:absolute;width:100px;left:15px;top:-25px;transform:translatey(0);animation:float-top 5s ease-in-out infinite}.front-tour-text .front-tour-step-4a img{width:auto;height:170px}.front-tour-step-15a img{transform:translatey(0);animation:float-top 5s ease-in-out infinite}@-webkit-keyframes fadeIn{from{opacity:0;opacity:1\9}to{opacity:1}}@-moz-keyframes fadeIn{from{opacity:0;opacity:1\9}to{opacity:1}}@keyframes fadeIn{from{opacity:0;opacity:1\9}to{opacity:1}}.front-tour-text p,.front-tour-image{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.5s;-moz-animation-duration:.5s;animation-duration:.5s;-webkit-animation-delay:.2s;-moz-animation-delay:.2s;animation-delay:.2s}.front-tour-text-bottom{background:rgba(0,113,188,0.7) none repeat scroll 0 0}.front-tour-text-bottom p{padding-top:10px}.front-tour-text-bottom img{bottom:50%}.front-tour-text-top{padding-top:5px}.front-tour-text-top img{top:-20px}.splashTourButton,.splashTourButton:focus{color:white;background-color:#e9659e;height:auto;width:auto;border:none;border-bottom-left-radius:5px;font-weight:bold;line-height:1em;margin-top:0;padding:10px 20px;position:absolute;right:0px;outline:none !important;transition:ease all .2s}.splashTourButton:hover{background-color:#fa6fab}.front-tour-text-bottom,.front-tour-text-top{position:relative;display:block;z-index:10}.front-tour-images-top,.front-tour-images-bottom{flex-grow:1;flex-shrink:1}.front-tour-images{display:flex}.tourParent{display:none}.tourBody .tourParent{-webkit-display:-webkit-box;-webkit-display:-webkit-flex;display:-webkit-box;display:-ms-flexbox;display:flex;flex-direction:column;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.frontGroupBrowser .front-tour{display:block}.front-tour{display:none}.tourBody .front-tour{position:fixed;top:55px;bottom:0px;left:0px;right:0px;z-index:10}.splash-tour-overlay{display:none}.tourBody .splash-tour-overlay{display:block;pointer-events:none;position:absolute;top:0px;bottom:0px;left:0px;right:0px;background-color:white}.front-tour-text p.c-man span{display:inline-block;margin-left:120px}.front-tour-text p.c-man.front-tour-step-4a span{margin-left:0}.front-tour-images>div{flex-grow:1;position:relative}.front-tour-image .c-man{background-repeat:no-repeat;background-size:contain;background-position:center center;flex:1;height:100%;margin:0 auto}.front-tour-image .c-man{background-image:url(/assets/images/introjs/tour-c-man.png)}.front-tour-image .c-man.thinking{background-image:url(/assets/images/introjs/tour-c-man-thinking.png)}.front-tour-image .c-man.big{background-image:url(/assets/images/introjs/tour-c-man-big.png)}.front-tour-image .c-man.big.show{background-image:url(/assets/images/introjs/tour-c-man-show.png)}.front-tour-image .c-man.last{background-image:url(/assets/images/introjs/tour-c-man-last.png);background-position:top center}@keyframes float-last{30%{transform:translatex(0) translatey(0)}100%{transform:translatex(8000px) translatey(-2000px)}}.front-tour-image .c-man.last{position:relative;transform:translatex(0) translatey(0);animation:float-last 8s ease-in-out 1 forwards}.front-tour-step-16a .cta{position:absolute;left:50%;text-align:center;top:0;padding-top:100px;width:50%;z-index:100}.front-tour-step-16a .cta p{color:#555;font-size:50px;line-height:1.2;margin-bottom:30px}.front-tour-step-16a .join{background:#96568b;border-radius:3px;color:#fff;display:block;font-size:20px;font-weight:bold;margin:0 auto 20px;padding:10px 40px;text-align:center;text-transform:uppercase;transition:ease all .3s;width:120px}.front-tour-step-16a .join:hover{background:#b565a7}.front-tour-step-16a .exit a{color:#a9a9a9;display:inline-block;font-size:17px;text-align:center}.front-tour-step-16a .exit a:hover{color:#888}.front-tour-step-16a .exit span{color:#a9a9a9;margin:0 10px}.front-tour-step-1a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-1-1.png")}.front-tour-step-1b-image.front-tour-image{background-image:url("/assets/images/introjs/tour-1-2.png")}.front-tour-step-2a.front-tour-image{background-image:url("/assets/images/introjs/tour-2-1.png")}.front-tour-step-3a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-1.png")}.front-tour-step-3b-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-2.png")}.front-tour-step-3c-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-3.png")}.front-tour-step-3d-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-4.png")}.front-tour-step-3e-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-5.png")}.front-tour-step-4a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-4-1.png")}.front-tour-step-5a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-5-1.png")}.front-tour-step-6a.front-tour-image{background-image:url("/assets/images/introjs/tour-6-1.png")}.front-tour-step-7a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-1.png")}.front-tour-step-7b-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-2.png")}.front-tour-step-7c-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-3.png")}.front-tour-step-7d-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-4.png")}.front-tour-step-7e-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-5.png")}.front-tour-step-7f-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-6.png")}.front-tour-step-7g-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-7.png")}.front-tour-step-7h-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-8.png")}.front-tour-step-7i-image.front-tour-image{background-image:url("/assets/images/introjs/tour-7-9.png")}.front-tour-step-8a.front-tour-image{background-image:url("/assets/images/introjs/tour-8-1.png")}.front-tour-step-10a.front-tour-image{background-image:url("/assets/images/introjs/tour-10-1.png")}.front-tour-step-11a.front-tour-image{background-image:url("/assets/images/introjs/tour-11-1.png")}.front-tour-step-12a.front-tour-image{background-image:url("/assets/images/introjs/tour-12-1.png")}.front-tour-step-13a.front-tour-image{background-image:url("/assets/images/introjs/tour-13-1.png")}.front-tour-step-14a.front-tour-image{background-image:url("/assets/images/introjs/tour-14-1.png")}.front-tour-step-16a.front-tour-image{background-image:url("/assets/images/introjs/tour-16-1.png");background-position:top center;margin:0 auto;max-width:960px}.signedInHideJoin{display:none}.front-tour-step-15a img{bottom:-250px;height:auto;left:-110px;position:absolute;width:150px}.front-tour-image{background-repeat:no-repeat;background-size:contain;background-position:center center;margin:20px 50px;position:absolute;top:0px;left:0px;right:0px;bottom:0px}.front-tour-about-highlight,.front-tour-about-highlight-collapsed{position:absolute;height:50px;background-color:rgba(222,101,158,0.5);border-radius:25px;width:50px}.front-tour-about-highlight-collapsed{display:none}.tourBody .front-tour-about-highlight-collapsed{display:block;left:-3px;top:-7px}.front-tour-about-highlight{display:none}.tourBody .front-tour-about-highlight{display:block;width:50px;top:-5px;left:5px}p.front-tour-step-5a,p.front-tour-step-4a,p.front-tour-step-3a,p.front-tour-step-3b,p.front-tour-step-3c,p.front-tour-step-3d,p.front-tour-step-3e{min-height:75px}@media (max-width:768px){.front-tour-step-16a .cta{padding-top:75px}.front-tour-step-16a .cta p{font-size:40px}}@media (max-width:640px){.front-tour-step-16a .cta{padding-top:50px}}@media (max-width:600px){.front-tour-image{margin:20px}.front-tour-step-14a.front-tour-image{min-height:200px}.front-tour-text p{font-size:20px;padding:5px 0 13px}.front-tour-text.front-tour-text-bottom p{padding:15px 0}.front-tour-text p.front-tour-step-4a{font-size:30px}.front-tour-text p.front-tour-step-16a{font-size:24px}.front-tour-text p.front-tour-step-8a{width:85%}.front-tour-text img{left:0;width:60px}.front-tour-text p.c-man span{margin-left:55px}.front-tour-step-16a .cta{padding-top:40px}.front-tour-step-16a .cta p{font-size:36px;margin-bottom:25px}p.front-tour-step-5a,p.front-tour-step-4a,p.front-tour-step-3a,p.front-tour-step-3b,p.front-tour-step-3c,p.front-tour-step-3d,p.front-tour-step-3e{min-height:72px}}@media (max-width:480px){.front-tour-step-3a-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-1-mobile.png")}.front-tour-step-3b-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-2-mobile.png")}.front-tour-step-3c-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-3-mobile.png")}.front-tour-step-3d-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-4-mobile.png")}.front-tour-step-3e-image.front-tour-image{background-image:url("/assets/images/introjs/tour-3-5-mobile.png")}.front-tour-step-4a.front-tour-image{background-image:url("/assets/images/introjs/tour-4-1-mobile.png")}.front-tour-step-5a.front-tour-image{background-image:url("/assets/images/introjs/tour-5-1-mobile.png")}.front-tour-image .c-man.big,.front-tour-image .c-man.big.show{width:60%}.front-tour-text p.c-man.front-tour-step-4a span{margin-left:20px}.front-tour-text .front-tour-step-4a img{height:110px}.front-tour-text p,.front-tour-text p.front-tour-step-8a{width:90%}.front-tour-step-16a.front-tour-image{background-image:url("/assets/images/introjs/tour-16-1-mobile.png");background-size:350px}.front-tour-image .c-man.last{background-image:url(/assets/images/introjs/tour-c-man-last-mobile.png);background-size:350px}.front-tour-step-16a .cta{bottom:0;left:0;padding:0 0 25px 0;width:100%;top:auto}.front-tour-step-16a .cta p{margin-bottom:20px;padding:0 30px}.front-tour-step-16a .join{font-size:18px;padding:8px 30px}}@media (max-width:480px){.splashTourButton,.splashTourButton:focus{border-bottom-left-radius:5px;height:auto;line-height:1em;margin-top:-1px;padding:8px 15px;width:auto}}@media (max-width:375px){.front-tour-text img{left:-5px}.front-tour-text p.c-man span{margin-left:50px}.front-tour-text p.front-tour-step-4a{font-size:28px}.front-tour-step-16a .cta p{font-size:30px}.front-tour-text p.front-tour-step-16a{font-size:20px}.front-tour-step-16a.front-tour-image{background-image:url("/assets/images/introjs/tour-16-1-mobile.png");background-size:100%}.front-tour-image .c-man.last{background-image:url(/assets/images/introjs/tour-c-man-last-mobile.png);background-size:100%}}.navbar-inverse{background-color:#fff}.navbar-inverse .navbar-brand,.navbar-brand{background:url('/assets/images/logo-collaborate.svg') no-repeat top left;background-size:100%;margin-top:4px;width:225px;height:50px!important;transition:ease all 2s}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav>li>a:focus,.dropdown-menu>li>a{color:#888;transition:ease all .2s}.navbar-inverse .navbar-nav>li>a:hover{color:#555}.navbar{background:#fff;margin-bottom:0;position:fixed;width:100%;z-index:4000000}.dropdown-menu{border:none;border-radius:4px}.navbar .container{margin:0 auto}.navbar-inverse{background-color:#ffffff;border:0;-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 5px 0 rgba(0,0,0,0.2)}.navbar-inverse.past-header{-webkit-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);box-shadow:0 2px 5px 0 rgba(0,0,0,0.2)}#navbar{position:relative}.navbar-header{position:relative;z-index:100}.navbar-brand{height:auto}.navbar-nav{float:right}.navbar-nav>li{margin:7px 0 3px;padding-left:0}.navbar-inverse .navbar-nav>li>a{color:#a6d0ee;text-transform:uppercase;padding:10px}.navbar-inverse .navbar-nav>li>a:hover{color:#d6eaf9}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{background-color:transparent}#navbar a.social i{color:rgba(0,0,0,0.5);font-size:20px}#navbar a.social:hover i{color:rgba(0,0,0,0.4)}.yamm .nav.utility{position:absolute;top:0;right:0;margin-top:0}.yamm .navbar-nav.utility>li>a{padding:8px}.megamenu{padding:0 30px 20px}.megamenu [class*="col-"]{margin-bottom:5px;margin-top:5px}#navbar h3{font-family:"Droid Serif",Georgia,"Times New Roman",serif;font-weight:normal;margin:20px 0 0}#navbar a p{color:#444;margin:0}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:none}.navbar{border-radius:0}.navbar-brand{padding:0}.navbar-inverse .navbar-nav>li>a,.navbar-inverse .navbar-nav>li>a:focus,.dropdown-menu>li>a{color:#7f7f7f;transition:ease color .2s}.navbar-inverse .navbar-nav>li>a:hover,.dropdown-menu>li>a:hover{color:#444}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:inherit}.navbar-inverse .navbar-nav .fa{margin-right:5px;width:20px;text-align:center}.nav>li:last-child a{padding-right:0;padding-top:6px}.nav>li>a>img{margin:0}.navbar-nav{margin-top:0}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border:none}.navbar-toggle{margin-top:10px;margin-bottom:6px}.navbar-inverse .navbar-toggle{border-color:transparent;transition:ease background-color .3s}.navbar-inverse .navbar-toggle .icon-bar{background-color:#aaaaaa;height:3px;width:24px;transition:ease background-color .2s}.navbar-inverse .navbar-toggle:hover .icon-bar{background-color:#569ac1}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:transparent}.navbar-nav .open .dropdown-menu>li>a{padding-left:10px}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background:none}.register{display:block;padding:5px 0 0 10px;border-top:1px solid #ddd;font-size:13px;line-height:14px}.navbar-nav .open .dropdown-menu>li.register>a{padding-left:0}.mobile-nav-login,.mobile-nav-user{display:none}@media (max-width:767px){.navbar-brand{margin-left:15px}.navbar-inverse .in .navbar-nav .open .dropdown-menu>li>a:hover{background-color:#3b7ca1}.navbar-inverse .in .navbar-nav>li>a{background:#569ac1;transition:ease all .3s;color:#fff;text-align:center}.navbar-inverse .in .navbar-nav>li>a:hover{background:#65aad2;color:#fff}.navbar-inverse .in .navbar-nav>.open>a,.navbar-inverse .in .navbar-nav>.open>a:focus,.navbar-inverse .in .navbar-nav>.open>a:hover,.navbar-inverse .in .navbar-nav .open .dropdown-menu>li>a{background-color:#4489b0;color:#fff}.navbar-nav>li.nav-login,.navbar-nav>li.nav-user{display:none}.mobile-nav-login,.mobile-nav-user{display:inline-block;float:right;margin:16px 5px 0 0}.mobile-nav-login a,.mobile-nav-user a{color:#7f7f7f;text-transform:uppercase}.dropdown-menu .megamenu{padding:0}.dropdown-menu .megamenu a{display:block;padding:15px}.dropdown-menu .megamenu a:hover{background-color:#3b7ca1}.dropdown-menu .megamenu a h3{margin-top:0}.dropdown-menu .megamenu a p{margin-bottom:0}.megamenu [class*="col-"]{margin-bottom:0}.navbar-nav .open .dropdown-menu{background-color:#4489b0}}@media (max-width:480px){.navbar-brand>img{width:auto}.navbar-inverse .navbar-brand,.navbar-brand{height:45px!important;margin-top:6px;width:200px}.navbar-brand{margin-left:10px}}@media (max-width:767px){.navbar-inverse .navbar-nav>li{margin:0}.navbar-nav{float:none;margin-top:0;margin-bottom:0}.yamm .nav.utility{position:relative;margin-bottom:0}.yamm .navbar-nav.utility>li>a{background:rgba(0,0,0,0.4);color:#a6d0ee}.yamm .navbar-nav.utility>li>a:hover{background:rgba(0,0,0,0.2);color:#c9e1f3}.dropdown-menu{padding:0}#navbar h3,#navbar a p{color:#fff}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#fff;background:rgba(0,0,0,0.2)}.navbar-inverse .navbar-nav>li>a{background:#444;color:#ccc}.navbar-inverse .navbar-nav>li>a:hover{background:#555;color:#eee}}@media (max-width:480px){.navbar-brand>img{width:225px;height:auto}}.admin-landing-section{padding:1em 0}.admin-landi ng-section fieldset{padding:1em}fieldset.box:hover{cursor:hand;cursor:pointer;opacity:.9;-webkit-box-shadow:0 0 20px lightskyblue;-moz-box-shadow:0 0 20px lightskyblue;box-shadow:0 0 20px lightskyblue}@media (max-width:1250px){.buttonLike{width:auto;margin:5px}.container{width:auto}}.buttonLike{height:125px;text-align:center;font-family:Arial,Helvetica,sans-serif;font-size:14px;color:#ffffff;padding:10px 20px;background:-moz-linear-gradient(top, white 0%, #f5f5f5 50%, #f5f5f5 92%, #B8B8B8);background:-webkit-gradient(linear, left top, left bottom, from(#f5f5f5), color-stop(.5, #B8B8B8), color-stop(.92, #B8B8B8), to(#B8B8B8));-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #B8B8B8;text-shadow:1px 1px 2px rgba(0,0,0,0.7),0 1px 0 rgba(255,255,255,0.4)}.groupStatus{margin-left:10px;height:30px;display:inline-block;position:relative}.groupStatusLabel{display:inline-block;vertical-align:middle;line-height:30px;text-transform:uppercase}.statusDesc{margin-top:10px}.btn-switch{float:left;position:relative;display:block;width:50px;height:25px;cursor:pointer;background-color:#F27878;border:2px solid #F27878;border-radius:40px}.btn-switch-circle{position:absolute;top:0;left:0;display:block;height:25px;width:25px;background-color:#fff;border-radius:40px}.btn-switch--on{background-color:#80CDBE;border:2px solid #80CDBE}.btn-switch-circle--on{left:auto;right:0}.thumbnail .croplink{margin-top:-1.5em;margin-right:.5em;display:block;color:black;text-shadow:white 0px 0px 5px}#editListed,#editPrivate{margin-right:10px}.feedsFooter{text-align:center;padding:5px}.updatingToRecommededFeeds{font-size:26px}.admin-pages-list li{padding:1em}.admin-pages-deleted{color:red}.admin-pages-sort-handle{display:inline-block;width:1em}.admin-pages-controls{float:right}.admin-page-layout{height:120px;padding:1em}.admin-page-layout .col-xs-12,.admin-page-layout .col-xs-6,.admin-page-layout .col-xs-4{border-bottom:2px solid #fff;border-right:2px solid #fff;background-color:#ccc;height:100%}.admin-page-layout-grid .row,.admin-page-layout-rows .row{height:40px}.admin-page-layout-cols .row{height:100%}.admin-page-layout-selected .col-xs-12,.admin-page-layout-selected .col-xs-6,.admin-page-layout-selected .col-xs-4{background-color:blue}.admin-page-layout-selector p{margin-bottom:-15px}.tooltip-admin-page{position:relative;display:inline-block;border-bottom:1px dotted #ccc}.tooltip-admin-page .tooltiptext{visibility:hidden;width:150px;background-color:#ccc;color:#fff;text-align:center;padding:5px 0;border-radius:6px;width:120px;bottom:100%;left:50%;margin-left:-60px;position:absolute;z-index:1}.tooltip-admin-page:hover .tooltiptext{visibility:visible}.thumbnail .croplink{margin-top:-1.5em;margin-right:.5em;display:block;color:black;text-shadow:white 0px 0px 5px}#editListed,#editPrivate{margin-right:10px}.co-short-parent .comments .comment .media-left a img{height:25px !important;width:25px !important}.co-short-parent .comments .comment .media-body .content-meta .content-meta-author,.co-short-parent .comments .comment .media-body .content-meta .content-meta-spacer{display:none}.co-thin-parent .comments .comment .media-body .content-meta .content-meta-author,.co-thin-parent .comments .comment .media-body .content-meta .content-meta-spacer,.co-thin-parent .comments .comment .media-body .content-meta .content-meta-date{display:none}.co-short-parent.co-thin-parent .comments .comment .media-body .content-text{margin-right:5px !important}.co-short-parent.co-wide-parent .comments .comment .media-body .content-text{margin-right:105px !important}.co-short-parent .comments .comment .media-body .content-meta{position:absolute;right:0px;margin-top:0px;margin-bottom:0px;top:0px}.co-short-parent .comments .comment .media-body .content-meta .content-meta-date{margin-top:0px;margin-bottom:0px}.co-short-parent .comments .comment .media-body{position:relative}.co-short-parent .comments .comment{padding:3px}.co-white-comment-background .content-text{background-color:#FFFFFF}.co-gray-comment-background .content-text{background-color:#d1d1d1}#quick-add-tab{height:40px;margin-top:-40px;margin-right:-15px}#quick-add-tab a{height:40px;width:50px;display:block;background:#eee;text-align:center;line-height:40px;float:right;margin-left:5px}#quick-add-form{background:#eee;padding:20px;margin:0 -15px}.comments-area{background:#eaeaea;padding:5px;border-radius:5px}.content.media{margin:1em 0}.content .media-left{padding-right:15px}.content .media-body{padding-right:20px}.chat .media-left{padding-right:5px}.chat .media-left a{transition:ease all .2s}.chat .media-left a:hover{opacity:.8}.chat .content-meta,.chat .content-meta li{color:#999;font-size:12px;line-height:1.2em;margin:0}.chat .content-meta-author a,.chat .content-meta-date a{color:#999}.chat .content-meta-author a:hover,.chat .content-meta-date a:hover{color:#777}.chat .content-text{line-height:1.2em;margin-bottom:3px}.content-meta,.content-meta li{padding:0;margin:5px 5px 5px 0}.content-meta-date.content-meta-no-link,.content-meta-date.content-meta-no-link,.content-meta-date.content-meta-no-link{color:#0000ff}.content-meta{color:#999}.edit-link{border-top:1px solid #ddd;display:block;margin:20px 20px 0 0;padding:0;text-align:center}.edit-link a{color:#999;display:block;font-size:16px}.edit-link a:hover{color:#777}.sce-content-editor{position:relative}#bpts a:focus{text-decoration:none}#bpts-event-overview{display:grid;grid-template-columns:2fr 3fr}.bpts-overview-section{padding:0 1em}.bpts-overview-section-head{position:relative;padding:1em}.bpts-overview-section-head h3{display:inline-block;background-color:white;position:relative;padding:0 .5em;margin:0;line-height:1em}.bpts-overview-section-head:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;margin-top:-4px;background-color:#afb3c2}.bpts-overview-highlights{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;text-align:center}.bpts-overview-highlights h3{font-size:4rem;color:#afb3c2}.bpts-overview-highlights p{font-size:1.2rem}.bpts-overview-section-body dl{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.bpts-overview-section-body dd,.bpts-overview-section-body dt{margin:.5em}.bpts-overview-section-body dd{grid-column:span 2}.bpts-overview-section-body dd:last-child{grid-column:span 5}.bpts-overview-highlight{display:inline-block;max-width:20%}.bpts-overview-highlight h3{font-size:3rem}.bpts-overview-highlight p{font-size:1.2rem}#bpts table{margin:1.5em 0;border-collapse:collapse;border-bottom:1px solid black;width:100%}#bpts .bpts-overview-section-body table{margin:0}#bpts .bpts-overview-section-body table td{padding:.5em}#bpts table .row-actions{text-align:center;white-space:nowrap}#bpts table .row-title{font-weight:bold}#bpts table tr:nth-child(2n),#bpts table tbody:nth-child(2n+1) tr{background-color:#f6f6f6}#bpts button{background-color:#edf2f4;font-weight:bold;border:1px solid black;padding:.5em;text-align:center}#bpts button:hover{background-color:#afb3c2}#bpts table th{background-color:#afb3c2;font-weight:bold;border:1px solid black;padding:1em .5em;text-align:center}#bpts table td{border-left:1px solid black;border-right:1px solid black;border-top:none;border-bottom:none;vertical-align:middle}#bpts table tbody{border:0}#bpts table tr.bpts-details-row td{border:1px solid black;background-color:#edf2f4;padding:1em}.bpts-details-row div{max-width:25%;display:inline-block;padding:0 2em}.bpts-details-row ul,.bpts-details-row p{display:inline-block;list-style-type:none;padding:0;margin:0}.bpts-details-row li{display:inline-block;list-style-type:none;padding:0 0 0 .5em;font-weight:bold;margin:0}.bpts-details-row li:after{content:","}.bpts-details-row li:last-child:after{content:""}.bpts-hospital .page-header{background-color:#eff;margin:0;color:#333;padding:1em}.bpts-coordinator .page-header{background-color:#eee;margin:0;color:#333;padding:1em}#bpts .page-header{background-image:url('/assets/images/bpts.png');background-size:contain;background-repeat:no-repeat;padding:2em}#bpts .page-header *{visibility:hidden}#bpts .page-role{float:right;margin:0 1em}#bpts .page-header a{color:#333}#bpts h1{font-family:'Catamaran','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:4em;font-weight:bold;margin:0}.bpts-hospital .page-nav ul,.bpts-hospital .page-nav li{margin:0;padding:0;list-style-type:none;background-color:#eff}.bpts-coordinator .page-nav ul,.bpts-coordinator .page-nav li{margin:0;padding:0;list-style-type:none;background-color:#eee}#bpts .page-nav a{color:#333}#bpts .page-nav ul{padding-left:1em;border-bottom:1px solid black}#bpts .page-nav li{display:inline-block;padding:.6em 1em;border:1px solid black;position:relative;background-color:white;top:1px}#bpts .page-nav li.active{font-weight:bold;background-color:#afb3c2;border-bottom:1px solid #afb3c2}#bpts .event-nav,#bpts .event-nav li{margin:0;padding:0;list-style-type:none}#bpts .event-nav a{color:#333}#bpts .event-nav{margin:-2em -2em 2em -2em;display:grid;grid-template-columns:repeat(6, 1fr);background-color:#afb3c2;gap:2px;border-bottom:2px solid #afb3c2;border-top:10px solid #afb3c2}#bpts .event-nav li{text-align:center;line-height:4em;background-color:#eee;font-size:1.5em}#bpts .event-nav li.disabled{color:#999}#bpts .event-nav li i{margin-right:.5em;font-size:1.5em}#bpts .event-nav li.active{font-weight:bold;background-color:#def}#bpts .page{border:1px solid black;border-top:none;padding:2em}#bpts .event-wrapper{display:grid;grid-template-columns:60% 40%}#bpts .event-wrapper>div{background:#eee;padding:1em}#bpts .event-wrapper>div:nth-child(odd){background:#ddd}.bpts-controls{grid-template-columns:1fr 1fr;display:grid}.bpts-control *{height:2em;margin:0;padding:0}.bpts-right{text-align:right}.bpts-combo-box-container .k-widget{width:100%}#bpts .bpts-control-buttontabs .selected{background-color:#afb3c2}#bptsPatient{display:grid;grid-gap:2em;gap:2em;grid-template-columns:1fr 1fr 1fr;grid-template-areas:"left middle right" "bottom bottom bottom"}#bptsPatientInfo{grid-area:left}#bptsPatientTransfer{grid-area:middle}#bptsPatientComments{grid-area:comments}#bptsPatientAdditional{grid-area:bottom}.bpts-form-group ul,.bpts-form-group li{list-style-type:none;padding:0;margin:0}.bpts-form-group li input{margin-right:.5em}.bpts-form-group li{display:inline-block}.bpts-form-group li label{margin:.5em}.bpts-event-info dl{display:grid;margin-top:1.5em;grid-template-columns:2fr 3fr 3fr 2fr 3fr 3fr}.bpts-event-info dd,.bpts-event-info dt{margin:.5em}.bpts-event-info dd{grid-column:span 2}.bpts-event-info dd:nth-child(n+10){grid-column:span 5}#bpts .page-nav label,#bpts-nav-toggle,.in-bpts-section #dashboard-layout,.in-bpts-section #portal-menu-container{display:none}@media only screen and (max-width:600px){#bpts{margin:0;padding:0}#bpts .page-header p{margin:0}#bpts .page{border:none;padding:0}#bpts .page-nav{background:#a02620;padding:0}#bpts .bpts-controls{margin:1em;grid-template-columns:2fr 3fr;grid-gap:1em}#bpts .bpts-controls input,#bpts .bpts-controls button{box-sizing:border-box;margin:0;padding:0 .5em;height:3em;width:100%!important;border:1px solid #999}#bpts .page-nav label{display:inline-block;color:white;background:#a02620;font-style:normal;font-size:1.2em;padding:10px;margin:0}#bpts .page-nav ul{display:none;background:#a02620;padding-bottom:.5em}#bpts .page-nav input:checked~ul{display:block}#bpts .page-nav li{display:block;background-color:transparent;border:none}#bpts .page-nav li a{display:inline-block;width:auto;color:white;border:none}#bpts thead{display:none}#bpts table,#bpts tbody{display:block;border:none!important;margin:0}#bpts tr{display:grid;grid-template-columns:1fr 1fr;background-color:#ddd;padding:1em}#bpts td{border:none!important}#bpts td.row-actions{grid-column-start:span 2;grid-row-start:100;text-align:left}#bpts td.row-wide{grid-column-start:span 2;grid-row-start:-1}#bpts td.row-hide{display:none}#bpts td:before{content:attr(data-label)}#bpts .event-nav{grid-template-columns:1fr 1fr 1fr}#bpts #bpts-event-overview{grid-template-columns:1fr}#bptsPatient{grid-template-areas:"left" "left2" "right" "comments";grid-template-columns:1fr}#bptsPatient>div{padding:0 1em}}.btps-splash-section{display:grid;grid-template-columns:1fr 3fr;margin-bottom:1em}.btps-splash-section i{align-self:center;justify-self:center;font-size:8em}#bptsNewPatient #bptsPatientInfo{display:grid;grid-auto-flow:dense;grid-template-columns:1fr 1fr}.bpts-top-form{grid-template-columns:1fr 1fr 1fr 1fr;gap:1em;display:grid}#bptsPatientAdditional>div{display:grid;grid-template-columns:repeat(auto-fill, minmax(15em, 1fr))}#bptsPatientHeightFeet,#bptsPatientHeightInches,#bptsPatientWeight{width:5em;display:inline-block}.tbsa-body-outline{fill:none;stroke:#333;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-width:2px}.tbsa-body-area{stroke:#333;stroke-linejoin:round;vector-effect:non-scaling-stroke;stroke-dasharray:2px;fill:#eee}.tbsa-body-area:focus{outline:none}.tbsa-body-area-selectable{fill:#ffffff}.tbsa-body-area-selectable:hover{fill:#f8f8f8}.tbsa-body-area-second{fill:#d4c44e}.tbsa-body-area-first{fill:#cc2929}.tbsa-body-area-second:hover{fill:#ccbc46}.tbsa-body-area-first:hover{fill:#c42121}.tbsa-body-area-label{fill:#333333;font-family:sans-serif;font-size:4px;text-anchor:middle;white-space:pre;pointer-events:none;user-select:none}.tbsa-body-label{fill:#333333;font-family:sans-serif;font-size:10px;text-anchor:middle;white-space:pre;pointer-events:none;user-select:none}.chat-time{color:#aaa;font-size:10px;text-align:center}.chat-send{background:#f5f5f5;border:none;border-top:1px solid #ccc;border-radius:0;box-sizing:border-box;height:90%;padding:2.5%;resize:none;transition:ease all .3s;width:100%}.chat-send:focus{background:#fafafa;border-color:#bbbbbb}#peek-warp .chat-send{border-radius:4px}.chat-messages{position:absolute;top:0;left:0;right:0;bottom:80px;overflow:auto;margin:0;padding:10px 15px 10px 0}.chat-messages .img-rounded{width:35px;height:35px}.chat-form{border-radius:4px;bottom:0;height:60px;left:0;overflow:hidden;padding:0;position:absolute;right:0;transition:all .2s ease 0s}.complexGraphSearchHandle i,.complexGraphRelationshipSlider i{color:#2a79b2}.no-border-radius{border-radius:0px !important}.tile-leaf-node,.tile-group-node{cursor:pointer !important}.tile-center-node{cursor:default !important}.top-most-parent{margin-top:15px}.top-most-parent.tile-center-node{margin-top:0px}.hideDiv{opacity:0 !important}.chat-widget .media.chat-content{background:#eaeaea}.chat-shadow{height:10px;background:rgba(0,0,0,0.2);background:-moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.2)), color-stop(51%, rgba(0,0,0,0.05)), color-stop(70%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));background:-webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);background:-o-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);background:-ms-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);background:linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);width:100%;position:absolute;top:0;z-index:100}.chat-widget button.btn{color:#888;display:block;border:none;margin-bottom:10px;padding:0;text-transform:none;text-align:center;width:100%}.chat-widget button.btn:hover{background:none;color:#555}.chat-widget .chat .content-text{border-radius:4px;line-height:1.2em;padding:10px;max-width:75%;word-break:normal}.content-meta.list-inline{margin-top:10px;text-align:center;width:100%}.chat-widget .co-short-parent .chat-content{position:absolute;top:0px;left:0px;right:50%;bottom:0px;overflow:auto;padding:0px 0px 0px 0px;border:1px solid #dddddd}.chat-widget .chat.co-short-parent .comment-form{position:absolute;left:50%;right:0px;top:0px;bottom:0px;overflow:hidden;margin-left:5px;text-align:right}.chat-widget .chat.co-short-parent .comment-form .chat-send{position:absolute;top:0px;bottom:0px;right:0px;height:initial !important}.chat-widget .chat.co-tall-parent .chat-content{position:absolute;top:0;left:0;right:0;bottom:60px;overflow:auto;padding:20px 0}.chat-widget .chat.co-tall-parent .comment-form{position:absolute;left:0;right:0;bottom:0;height:60px;overflow:hidden}.chat{position:absolute;top:0px;bottom:0px;left:0px;right:0px;overflow:hidden}.chat .media-body{overflow:visible!important}.chat-content .comments{margin-top:0px;margin-bottom:0px}.chat-content .comment{margin-top:3px;margin-bottom:0px}.co-chat-gray-background{background-color:#eee}.co-chat-gray-background .media.chat-content{background-color:#ffffff}.chat-widget .comment-form .comment-save{height:80px;width:19%;float:right}.chat-widget .comment-form .k-editor{height:63px;width:80%;float:left}.chat-widget .comment-form .k-editor iframe{height:63px}.chat-widget .comment-form label,.chat-widget .comment-form .comment-cancel{display:none}.chat-widget .form,.chat-widget .form-group{padding:0;margin:0}.co-create-cspace-button{width:80px;background-color:#aeaeae;color:white;margin:5px}.co-create-cspace-button .fa-plus{color:white}#cspace-wrapper{display:table;width:100%}#cspace-wrapper #dashboard{border-left:1px solid lightgray;margin-left:220px}#cspace-sidebar{width:200px;float:left;overflow-y:auto;padding:5px 10px}.cspace-sidebar-header{border-bottom:1px solid lightgray}.cspace-sidebar-description{font-family:'Open Sans'}.cspace-sidebar-admin{float:right}.cspace-sidebar-admin i{cursor:pointer}#cspace-sidebar h3{font-family:'Open Sans';font-size:1em;font-weight:bold;margin-top:10px}.cspace-sidebar-members i{cursor:pointer}.cspace-sidebar-members ul{list-style:none;padding:0}.co-cspace-sidebar-create-button-wrapper{display:inline-block;position:absolute;top:0px;right:0px}.input-text-public-url{font-size:12px;width:40%}.popout-menu{position:absolute;height:100%;cursor:pointer}.popout-menu-left{left:0;z-index:3}.showing-left-tabstrip .popout-menu-left{left:50px}.popout-menu-right{right:0;z-index:3}.popout-menu-right .popout-menu-title{height:50px;line-height:50px}.popout-menu-title{height:20px;line-height:20px;margin:0 1em;color:#555;font-family:'Catamaran';font-weight:bold;text-transform:uppercase;position:relative}.popout-menu-left .popout-menu-title{z-index:2}.popout-menu-title sub{display:block}.popout-menu-right .popout-menu-title{text-align:right}.popout-menu-content-wrapper{box-shadow:0 2px 9px rgba(0,0,0,0.3);transition:height .5s ease-in-out;overflow:hidden;position:absolute;top:0px;left:0;height:0px;z-index:1}.showing-left-tabstrip .popout-menu-content-wrapper{left:50px}.popout-menu-content{width:400px;background-color:#fff;height:100%;position:relative;overflow:visible}.cspace-menu-list{padding:0;list-style-type:none;list-style:none}.cspace-menu-list li{position:relative}.cspace-menu-list{padding-left:10px}.cspace-menu-item div{display:inline-block;vertical-align:top}.cspace-join-section{text-align:left}.cspace-menu-list p{padding-left:40px}.cspace-menu-actions{text-align:right}.numberCircleWrapper .numberCircle{left:0px}.menuNotificationsWrapper .numberCircle{right:0px}.numberCircleWrapper,.menuNotificationsWrapper{width:20px}.numberCircleWrapper,.menuCameraWrapper,.menuNotificationsWrapper{height:10px;position:relative;display:inline-block}.menuCameraWrapper{width:15px}.numberCircle{display:inline-block;position:absolute;top:2px;height:12px;line-height:0px;color:white;border-radius:50%}.menu_camera{color:red;position:absolute;top:0px}.circleRed{background:red}.circleBlue{background:lightblue}.circleWhite{background:white}.numberCircle span{display:inline-block;font-size:10px;padding-top:6px;margin-left:4px;margin-right:4px}.cspace_sidepanel_title{margin-top:-3px;height:20px}.menu_camera{color:red}.label_admin{color:#b3b3b3}.cspace-peek{padding-left:10px}.cspace-menu-popout{height:57px !important;background-color:white}.cspace-listing-sidepanel{display:block;position:absolute;top:60px;bottom:0px;left:0px;right:0px;margin:25px;overflow:auto}.notLoggedCspace{padding-bottom:15px}.notLoggedCspaceMsg{color:red;font-weight:bold}.cspace-peek .fa-eye{cursor:pointer}.cspace-join-meeting{color:#1E90FF}.cspace-join-section{width:50px}.cspace-peek-section{text-align:left;width:25px}.cspace-meeting-indicator-section{width:25px}.cspace-join-section,.cspace-meeting-indicator-section,.cspace-title-section,.cspace-peek-section{display:inline-block}.cspace-join-section,.cspace-meeting-indicator-section{text-align:right}.cspace-meeting-live-indicator{color:red;text-align:left}.cspace-menu-title{padding-left:5px;font-size:14px;margin-bottom:5px}.cspace-menu-title>a{color:black}.cspace-join-section a{font-family:Catamaran;font-weight:600;font-size:14px}.cspace-title-section a,.cspace-title-section a span{font-family:Catamaran;font-weight:500;font-size:14px}#peek-warp{height:140px;position:relative}.cspace-peek-widget{display:inline-block;width:49%;height:130px;position:relative}.cspace-peek-close-button{float:right;cursor:pointer}.cspace-peek-chat-widget.cspace-peek-no-chat,.cspace-peek-meeting-widget.cspace-peek-no-meeting{display:none}.cspace-peek-meeting-widget.cspace-peek-no-chat,.cspace-peek-chat-widget.cspace-peek-no-meeting{width:98%}#peek-warp .chat.co-short-parent{background-color:#eee}.cspace-widget-icon{color:gray}.cspace-title{height:20px;line-height:20px;margin:0 1em;color:#555;background-color:#fff;font-family:'Catamaran';font-weight:bold;text-transform:uppercase;position:relative;z-index:2}#cspace-meeting{border-bottom:1px solid lightgray}#cspace-list{padding-top:10px;height:100%}.cspace-widget-list{padding:0;padding-left:10px}.cspace-row td{padding:5px}.co-cspace-widget-create-button-wrapper{display:inline-block;position:absolute;top:0px;right:0px}.cspace-listing-home{overflow:auto;display:block;position:absolute;top:60px;bottom:0px;left:0px;right:0px}.co-cspace-widget-create-button-wrapper a{margin-top:0px}.portalCoverSmall .dashboard-edit-mode{top:255px}.portalCoverMedium .dashboard-edit-mode{top:375px}.portalCoverLarge .dashboard-edit-mode{bottom:-122px}.dashboard-edit-mode{width:50px;z-index:2000002;overflow:hidden;position:absolute;right:0px;transition:width .5s ease-in-out;background-color:#eeeeee;border-bottom-left-radius:5px;border-top-left-radius:5px}.dashboard-edit-mode .k-widget{border:none}.dashboard-edit-mode-on{width:400px}.dashboard-edit-mode-handle{position:absolute;top:0;bottom:0;left:0;width:50px;text-align:center;cursor:pointer}.dashboard-edit-mode-handle i{display:block;position:relative;font-size:30px;line-height:100%;top:50%;margin-top:-15px}.dashboard-edit-mode-content{width:350px;position:relative;left:50px}.icon-controls{position:absolute;right:0;padding:0 5px;line-height:14px;font-size:14px;top:50%;margin-top:-7px}.k-event-template a{color:inherit;text-decoration:none}.k-scheduler-mark{line-height:14px}a .k-scheduler-mark{color:white}.co-widget-container-standalone{position:relative;width:100%;height:400px}.calendar-page-container{padding-top:20px;padding-bottom:20px}.event-tile{display:block;width:100px;height:100px;background-color:#ccc;color:rgba(255,255,255,0.7)}.event-month,.event-day{display:block;width:100%;text-align:center;line-height:60px;font-size:50px;margin:0;padding:0}.event-month{line-height:30px;font-size:30px;font-weight:bold}.co-event-upcoming .media-heading{margin-top:25px}.co-event-upcoming .edit-link{display:none}.co-event-upcoming.odd{background:#eeeeee;padding:1px 0;margin:.5em 0}.upcoming-event-widget-row{margin:0 0 5px 0}.upcoming-event-widget-row-today{background-color:#eeeeee}.upcoming-event-widget-date{color:#545353;font-size:11px;text-transform:none !important}.upcoming-event-widget-today{font-weight:bold}.upcoming-event-widget-title{color:#545353;font-size:12px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.upcoming-event-widget-create-new{float:right;font-size:11px;text-transform:none;padding-top:2px}.upcoming-event-widget-date-margin-left{margin-left:5px}.tooltip-calendar{position:relative;display:inline-block}.tooltip-calendar .tooltiptext{visibility:hidden;width:auto;background-color:black;color:#fff;text-align:center;border-radius:6px;padding:5px 0;top:7px;left:26%;position:absolute;z-index:9999999}.tooltip-calendar:hover .tooltiptext{visibility:visible}.sharingArea{padding-left:10px}.demo-container{display:inline-block}.formsDivParent label{width:200px}.arrow-container{vertical-align:text-top}.prev{width:25px;display:inline-block;margin-top:100px}.middle{display:inline-block}.next{width:25px;display:inline-block;margin-top:25px}.prev:hover,.next:hover{cursor:pointer}.forms-label{width:150px}.forms-input{width:150px}.forms-input-medium{width:200px}.forms-input-wide{min-width:500px}.button-row{text-align:center;margin-top:25px;vg-margin-left:50%;vg-margin-right:50%;vg-margin-top:25px}.errorMsg{color:red}.forum-post .media-body{overflow:visible!important}.forum-list-group,.forum-pad{margin:2em 0}.forum-list-group .list-group-item{border:none}.forum-list-group .odd{background:#eee}.forum-post .comments{margin-top:0}.forum-discussion-widget .forum-content{position:absolute;top:0;left:0;right:0;bottom:80px;overflow:auto;padding:20px 0}.forum-discussion-widget .comment-form{position:absolute;left:0;right:0;bottom:0;height:80px;overflow:hidden}.forum-discussion-widget .comment-form .comment-save{height:80px;width:19%;float:right}.forum-discussion-widget .comment-form .k-editor{height:63px;width:80%;float:left}.forum-discussion-widget .comment-form .k-editor iframe{height:63px}.forum-discussion-widget .comment-form label,.forum-discussion-widget .comment-form .comment-cancel{display:none}.forum-discussion-widget .form,.forum-discussion-widget .form-group{padding:0;margin:0}.gallery-dot-list{top:50%;position:absolute;margin-top:-10px !important}.gallery-grid-cell-class{display:inline-block;position:relative;box-sizing:border-box}.gallery-page-number{position:absolute;right:2px;top:50%;margin-top:-10px;color:gray;height:20px}.gallery-gray-arrow{color:gray;opacity:.3}.gallery-gray-arrow:hover{color:gray;opacity:1}.gallery-info{position:absolute;right:43px;top:50%;color:gray;margin-top:-7px}.gallery-grid-toggle{position:absolute;right:55px;height:26px;top:50%;margin-top:-13px}.gallery-slider-popup-area{background-color:black}.gallery-slider-area,.gallery-slider-popup-area{display:inline-block;width:180px;position:relative;background-color:black;top:0px;bottom:0px;height:25px;vertical-align:middle}.gallery-slider-area{position:absolute;width:180px;right:55px;height:26px;top:50%;margin-top:-13px}.gallery-slider-small{width:120px}.gallery-slider-large{width:150px}.gallery-slider{position:absolute !important;top:0px;bottom:0px;left:12px;right:12px;z-index:1000}.gallery-slider .k-slider-selection{display:none}.gallery-slider .k-slider-track{height:1px;margin-top:0px}.gallery-slider .k-draghandle{top:-8px}.gallery-slider-2x2,.gallery-slider-3x3,.gallery-slider-4x4,.gallery-slider-5x5,.gallery-slider-6x6{position:absolute !important;top:0px;bottom:0px;width:30px;z-index:999}.gallery-slider-slideshow-bottom{bottom:0px}.gallery-slider-slideshow-top{top:0px}.gallery-slider-slideshow-bottom-cell{background-color:gray;border-radius:0px}.gallery-slider-slideshow-bottom-table{width:25px;height:5px;border-spacing:1px;border-collapse:separate}.gallery-slider-slideshow-top-table{width:25px;height:20px;border-spacing:2px;border-collapse:separate}.gallery-slider-slideshow-top,.gallery-slider-slideshow-bottom{position:absolute;width:30px;z-index:999;left:0px}.gallery-slider-2x2{left:30px}.gallery-slider-3x3{left:60px}.gallery-slider-4x4{left:90px}.gallery-slider-5x5{left:120px}.gallery-slider-6x6{left:150px}.gallery-toolbar{background-color:#000;opacity:.5;position:absolute;bottom:0px;left:0px;right:0px;z-index:890}.gallery-play-pause{position:absolute;left:40px;top:50%;margin-top:-7px;color:gray}.gallery-action{position:absolute;left:0px;top:50%;margin-top:-7px;color:gray}.gallery-admin-add{position:absolute;left:20px;top:50%;margin-top:-7px;color:gray}.tool-action:hover{cursor:pointer}.gallery-toolbar-iconbar{opacity:1;position:absolute;bottom:0;width:100%;color:#FFF;z-index:999;background-color:rgba(0,0,0,0.65)}.gallery-toolbar-right>span,.gallery-toolbar-left>span{display:inline-block;margin-top:5px}.gallery-toolbar-right>span>span{vertical-align:middle}.gallery-toolbar-left{display:inline-block;position:absolute;top:0px;bottom:0px;left:10px;width:80px}.gallery-toolbar-right{display:inline-block;position:absolute;top:0px;bottom:0px;right:10px;width:80px;z-index:888}.gallery-toolbar-center{display:inline-block;position:absolute;top:0px;bottom:0px;right:90px;left:90px}.gallery-toolbar-right>span,.gallery-toolbar-left>span{display:inline-block;position:absolute;top:0px;bottom:0px;width:80px}.gallery-toolbar-right>span{right:10px}.gallery-toolbar-left>span{left:10px}.image-description{position:absolute;left:0px;top:0px;bottom:0px;right:0px;background-color:#000;opacity:.5;pointer-events:none;z-index:888}.gallery-grid-container>div{line-height:0px}.image-description-children{position:absolute;left:0px;bottom:0px;right:0px;padding:20px;z-index:888;overflow:hidden}.gallery-grid-container .k-widget.k-listview{background:initial;border:initial}.image-description-children-single{position:absolute;left:20px;bottom:0px;top:35px;z-index:888}.image-description-text,.image-description-title{color:#FFF;z-index:889;opacity:1;font-size:16px;display:block;line-height:1.25em}.image-description-title{font-weight:bold;float:left}.gallery-slider-2x2 table,.gallery-slider-3x3 table,.gallery-slider-4x4 table,.gallery-slider-5x5 table,.gallery-slider-6x6 table,.gallery-slider-slideshow-bottom table,.gallery-slider-slideshow-top table{margin:auto}.gallery-grid-container{text-align:center;overflow:hidden}.thumbnail-control{text-align:center;position:absolute;left:0px;right:0px}.gallery-thumbnails-closed{z-index:999;bottom:0px}.gallery-thumbnails-open{z-index:999;bottom:35px}.gallery-toolbar-right>span{height:25px;position:absolute;top:0px;bottom:0px;right:0px;width:180px}.thumb-toggler{color:#333}.thumb-toggler:hover{cursor:pointer;color:#999}.gallery-iconbar-short{height:0px}.gallery-iconbar-tall{height:35px}.thumb-nav-list-container{display:inline-block;overflow:visible;white-space:nowrap}.gallery-bottom-thumbnails-left{position:absolute;left:0px;width:10px;top:0px;bottom:0px;margin-left:5px;z-index:1000}.gallery-bottom-thumbnails-center-small{position:absolute;left:20px;right:20px;top:0px;bottom:0px;overflow:hidden}.gallery-bottom-thumbnails-center{position:absolute;left:20px;right:20px;top:0px;bottom:0px;overflow:hidden}.gallery-bottom-thumbnails-center>.gallery-dot-list,.gallery-bottom-thumbnails-center>.gallery-thumbnail-list{left:1px;right:1px;position:absolute;text-align:center}.gallery-bottom-thumbnails-right{position:absolute;right:0px;width:15px;top:0px;bottom:0px;z-index:1000}.gallery-thumbnail-item,.gallery-thumbnail-list{vertical-align:middle}.leftshift,.rightshift,.leftshiftDisabled,.rightshiftDisabled{top:50%;position:absolute;height:14px;margin-top:-7px}.leftshift,.rightshift{color:gray}.leftshiftDisabled,.rightshiftDisabled{color:rgba(221,221,221,0.21)}.leftshift:hover,.rightshift:hover{cursor:pointer}.thumbnav li:hover{cursor:pointer}.thumb-nav{display:inline-block;margin:0px;padding:0px;overflow:visible;white-space:nowrap}.gallery-slideshow-outer div,.gallery-slideshow-outer div img{position:absolute;top:0px;bottom:0px;left:0px;right:0px}.thumb-nav div{margin:5px;display:inline-block;cursor:pointer}.slideshow-container,.gallery-container,.gallery-slideshow-outer,.gallery-grid-container,.gallery-bottom-thumbnails{position:absolute;top:0px;left:0px;bottom:0px;right:0px}form#galleryItemsForm{min-width:300px}.blackArrow{color:black}.blackArrow:hover{color:#999}.whiteArrow{color:white}.whiteArrow:hover{color:#999}.fa-arrow-circle-right:hover,.fa-arrow-circle-left:hover{cursor:pointer;text-decoration:none}ul .nav{list-style-type:none;text-align:center;margin:0;padding:0}ul .nav li{margin:3px}.below,.above{vertical-align:bottom}.aboveRight{padding-left:100px}.aboveLeft{padding-right:100px}.belowLeft{padding-right:100px}.belowRight{padding-left:100px}.bottom{vertical-align:bottom}.mediaContainer,.aboveArrowContainer,.belowArrowContainer,.mediaDescription{text-align:center}.mediaContainer{z-index:998}.inlineBlock{display:inline-block}.arrowLeftSide{position:relative;float:left;top:100px;margin-left:50px}.arrowRightSide{position:relative;float:right;top:100px;margin-right:50px}.thumbsLeftSide{position:absolute;left:0%;top:10%}.thumbsRightSide{position:absolute;left:90%;top:10%}#centerArrows{position:absolute;width:100%}.inside{padding-right:200px}.arrowTop{top:10px}.arrowCenter{top:100px}.arrowBottom{top:200px}.arrowEdges{top:10px}.insideTopThumbnails{position:absolute;top:0;width:100%}.insideBottomThumbnails{position:relative;width:100%}.thumbTop{top:10px;vertical-align:bottom}.thumbBottom{top:200px;vertical-align:bottom}.galleryDescriptionSmall{font-size:12px}.galleryDescriptionMedium{font-size:16px}.galleryDescriptionLarge{font-size:18px}.gallery-input{display:block;margin:5px;width:95%;min-width:100px}.move-column{max-width:75px}.galleryInnerContainer{position:absolute;width:100%;height:inherit}.gallery-arrows-container{position:absolute;top:50%;margin-top:-21px;height:42px;left:0px;right:0px;z-index:999;pointer-events:none}.slideshow-container{position:absolute;top:50%;z-index:999;margin-top:-21px;height:42px}.slideshow-inner{position:absolute;margin-top:25%;width:100%}.slideshow-left{float:left;pointer-events:initial}.slideshow-right{float:right;pointer-events:initial}.slideshow-left:hover,.slideshow-right:hover{cursor:pointer}.media-image,.gallery-iframe,.gallery-video{display:block;margin:auto;position:absolute;top:50%;left:50%}.dot-nav-container{position:relative}.dot-nav-inner{position:absolute;margin-top:50%;width:100%}.nav-dot{color:#333;margin-right:10px}.nav-dot:hover{color:#999;cursor:pointer}.thumb-scroller-arrow{color:white}.thumb-scroller{width:750px;overflow:auto}.fade-hide,.fade-show{-webkit-transition:all cubic-bezier(.25, .46, .45, .94) .5s;-moz-transition:all cubic-bezier(.25, .46, .45, .94) .5s;-o-transition:all cubic-bezier(.25, .46, .45, .94) .5s;transition:all cubic-bezier(.25, .46, .45, .94) .5s}.fade-hide{opacity:1}.fade-hide.fade-hide-active{opacity:0}.fade-show{opacity:0}.fade-show.fade-show-active{opacity:1}.grid-table{width:100%;background-color:#000}.grid-image{max-height:150px;width:150px}.grid-image:hover{cursor:pointer}.croplink{margin-top:-1.5em;margin-right:.5em;display:block;color:black;text-shadow:white 0px 0px 5px}.download-grid{position:absolute;right:3px;z-index:1;bottom:8px;float:right;display:block;cursor:pointer}.co-widget-container-wrapper a:nth-child(4).k-link.k-pager-nav{border-right-style:solid;border-right-width:1px;border-radius:0px 4px 4px 0px;border-right-color:#ccc}.co-widget-container-wrapper a.k-link.k-pager-nav.k-pager-last{display:none}.first-welcome{background:wheat;width:420px;float:right;margin:0 15px 15px 0;height:150px;opacity:.8;border-radius:10px;position:absolute;bottom:0;right:0;box-shadow:0 4px 8px 0 rgba(0,0,0,0.2)}.first-acces-close{padding-left:10px}.title-first-access{font-size:30px;text-align:center;margin:0 0 0px;padding-bottom:5px}.description-first-access{font-size:25px;text-align:center;margin:0 0 0px;padding-bottom:10px}.sharingArea{padding-left:10px}.meetingsDrawerSlider{position:absolute;top:0px;right:-227px;width:225px;height:100%;z-index:9999;border-left:2px solid #428bca;border-bottom:2px solid #428bca;background-color:#eee;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-content:stretch;align-items:flex-start;padding:0 15px}.meetingsDrawerHandle{position:absolute;display:inline-block;right:225px;width:28px;height:28px;padding:8px;font-size:30px;border-top-left-radius:5px;border-bottom-left-radius:5px}.meetingsDrawerHandle i{vertical-align:top}.meetingsDrawer{display:inline-block;order:0;flex:0 1 auto;align-self:auto}.m-logs{order:0;flex:1 1 auto;align-self:auto;overflow-y:auto;overflow-x:hidden;width:100%}.m-logs li,.m-logs ul{list-style:none;padding:0}.m-logs li{font-size:1rem;border-bottom:1px solid rgba(0,0,0,0.1)}#m-container{background-color:#fff}#m-container,#m-confirmed{position:absolute;width:100%;height:100%;top:0;left:0;margin:0;padding:0}#m-confirmed{display:grid;grid-gap:1px;grid-auto-flow:dense}.m-participant{grid-column:span 1;grid-row:span 1;position:relative}.m-span2 .m-selected{grid-column:1 / span 2;grid-row:1 / span 2}.m-span3 .m-selected{grid-column:1 / span 3;grid-row:1 / span 3}.m-span4 .m-selected{grid-column:1 / span 4;grid-row:1 / span 4}.m-rows1{grid-template-rows:repeat(1, 1fr)}.m-cols1{grid-template-columns:repeat(1, 1fr)}.m-rows2{grid-template-rows:repeat(2, 1fr)}.m-cols2{grid-template-columns:repeat(2, 1fr)}.m-rows3{grid-template-rows:repeat(3, 1fr)}.m-cols3{grid-template-columns:repeat(3, 1fr)}.m-rows4{grid-template-rows:repeat(4, 1fr)}.m-cols4{grid-template-columns:repeat(4, 1fr)}.m-rows5{grid-template-rows:repeat(5, 1fr)}.m-cols5{grid-template-columns:repeat(5, 1fr)}.m-rows6{grid-template-rows:repeat(6, 1fr)}.m-cols6{grid-template-columns:repeat(6, 1fr)}.m-rows7{grid-template-rows:repeat(7, 1fr)}.m-cols7{grid-template-columns:repeat(7, 1fr)}.m-rows8{grid-template-rows:repeat(8, 1fr)}.m-cols8{grid-template-columns:repeat(8, 1fr)}.m-rows9{grid-template-rows:repeat(9, 1fr)}.m-cols9{grid-template-columns:repeat(9, 1fr)}.m-video{width:100%;height:100%;overflow:hidden;position:absolute;background-size:cover;background-color:#000000}.m-video video{width:100%;height:100%;position:absolute}.m-info{width:100%;height:100%;position:absolute;display:flex;justify-content:center;font-weight:bold;align-items:center}.m-connect-options{display:grid;grid-gap:1px;grid-template-columns:repeat(2, 1fr);grid-template-rows:1fr 2em;max-width:400px;margin:0 auto;text-align:center}.m-connect-options svg{max-width:100px;display:block;margin:0 auto}.m-connect-options svg .user{fill:#666}.m-connect-options a{grid-column:span 1;grid-row:span 1;display:block;padding:2em}.m-connect-options p{grid-column:span 2;grid-row:span 1;display:block}.m-connect-options a span{font-weight:bold}.m-icons,.m-status,.m-icons-right,.m-volume{position:absolute;z-index:1}.m-status{bottom:0;left:0;right:0;text-align:center;font-weight:bold;text-shadow:white 0px 0px 5px}.m-icons-right{top:5px;right:5px;z-index:1;font-size:23px;color:white}.m-icons{top:5px;left:2px;z-index:1}.m-icons a{outline:none;text-decoration:none;display:block;float:left;margin:0 .25rem}.m-icons svg{width:2.5rem}.m-icons .m-icon-main{fill:#fff;stroke:#333333;stroke-opacity:.5}.m-icons .m-icon-off{display:none}.m-icons .m-icon-disable .m-icon-off{display:inline;fill:red}.m-icons .m-icon-disable .m-icon-main{fill-opacity:.5}.m-icons a:hover svg{-webkit-filter:drop-shadow(0 0 2px rgba(255,255,255,0.7));filter:drop-shadow(0 0 2px rgba(255,255,255,0.7))}#loading{background-color:dodgerblue;height:100%;width:100%;position:absolute;z-index:1;margin-top:0px;top:0px;background-image:url('/assets/images/logo-collaborate-without-org.svg');background-position:50% 50%;background-siz:50px;background-repeat:no-repeat}#loading-center{width:100%;height:100%;position:relative}#loading-center-absolute{position:absolute;left:50%;top:50%;height:200px;width:200px;margin-top:-100px;margin-left:-100px;-ms-transform:scale(1.8) translateY(5px) rotate(-135deg);-webkit-transform:scale(1.8) translateY(5px) rotate(-135deg);transform:scale(1.8) translateY(3px) translateX(-2px) rotate(-135deg)}.object{-moz-border-radius:50% 50% 50% 50%;-webkit-border-radius:50% 50% 50% 50%;border-radius:50% 50% 50% 50%;position:absolute;border-top:1px solid #FFF;border-bottom:5px solid transparent;border-left:1px solid #FFF;border-right:5px solid transparent;-webkit-animation:animate 2s infinite;animation:animate 2s infinite;opacity:.4}#object_one{left:75px;top:75px;width:50px;height:50px}#object_two{left:65px;top:65px;width:70px;height:70px;-webkit-animation-delay:.2s;animation-delay:.2s}#object_three{left:55px;top:55px;width:90px;height:90px;-webkit-animation-delay:.4s;animation-delay:.4s}#object_four{left:45px;top:45px;width:110px;height:110px;-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes animate{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes animate{100%{-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.member-tile-expanded{display:none}.member-tile-hover .member-tile-expanded{display:block;background-color:black;color:white}.member-tile-small .small-member-image{display:block}.member-tile-hover .small-member-image{display:none}.co-member-display-tile{border-width:5px;border-style:solid;border-color:white;border-radius:5px}.member-tile-hover .co-member-display-tile{border-width:5px;border-style:solid;border-color:black;border-radius:5px}.member-tile-hover{z-index:1}.member-tile-small{z-index:0}.members-peek-selected{background-color:yellow}.members-peek-list{list-style:none;padding:0;margin:0;line-height:0}.members-peek-list li{width:20em;line-height:1em;white-space:nowrap;overflow:hidden;display:inline-block;padding:.5em;margin:.2em;cursor:pointer}.members-peek-filter{float:right}.members-peek-filter input{width:20em}.page-peek-header button{position:absolute;bottom:10px;right:10px}.member-profile-tt{max-width:400px;text-align:left}.member-image{width:45px;height:42px}.member-online{color:limegreen;position:absolute;top:1px;left:2px}.member-admin{color:yellow;position:absolute;top:1px;left:36px}.member-message{z-index:10000}.members-list a:link,.members-list a:hover,.members-list a:visited,.members-list a:active{color:#fff;position:absolute;bottom:28px;left:31px;font-size:13px}.members-icon-limegreen{color:limegreen}.members-icon-red{color:red}.members-online-now{float:right;font-size:11px;text-transform:none}.member-fullname{overflow:hidden;text-overflow:ellipsis;width:42px;height:30px;word-break:keep-all;font-size:10px;font-weight:normal;color:gray;text-align:center}.members-list{margin-right:8px;font-size:9px}.working_class{cursor:wait}.member-profile-tt .media-body .container-fluid{margin-bottom:0px;padding-right:0px;padding-left:10px}.member-profile-tt .media-body{width:initial}.member-profile-tt .media-body .container-fluid{padding-top:5px}.member-profile-link{padding-right:0px;display:inline-block;padding-left:5px}.member-organization{display:inline-block}.member-organization p{max-width:245px;text-overflow:ellipsis;display:inline-block;overflow:hidden;margin:0px;vertical-align:bottom}.member-profile-link p{display:inline-block;margin:0px;overflow:hidden;vertical-align:bottom}.member-details{white-space:nowrap;text-align:right}.member-membership{display:inline-block}.member-coverButton{background:transparent;border:none;opacity:.5;padding:5px 0px;position:relative;top:-7px;transition:all ease .3s;color:#000;z-index:0}.member-coverButton span{font-family:'Open Sans';margin-left:5px}.member-coverButton:hover{opacity:.8}.fa-cogs.member-coverButton:before{font-size:18px;position:relative;top:1px}.portal-closed{height:80vh;display:flex;align-items:center;justify-content:center;text-align:center}.portal-closed div{padding:.5em}.portal-closed-branding img{height:120px;width:160px;border:2px solid #000;border-radius:4px;overflow:hidden}.portal-closed-branding h1{font-family:'Catamaran';font-size:24px;font-weight:600;line-height:1}.btnRequested{background:lightgreen;color:white;width:100%;border:none}.btnRequested:hover{background:forestgreen;color:white;width:100%;border:none}.btnJoinWidget{margin:5px}.star{color:yellow;cursor:pointer}.star.fa-star{cursor:default}.is-star-wrapper:hover .is-star-details{display:inline-block}.is-star-details{color:#fff !important;text-shadow:1px 1px 8px rgba(0,0,0,0.8) !important;display:none}.is-star-wrapper:hover .is-accept-decline{display:inline-block}.is-accept-decline{display:none}.page{background:#fff}.page-header{border:none}.coverPreview{background:#ddd;background-size:cover;border-top:2px solid black;border-bottom:2px solid black;position:relative;margin-bottom:15px}.co-cspace-menu{position:relative}.coverPreview p{text-align:center;text-shadow:white 0px 0px 5px}.coverPreview p .shade{background-color:rgba(255,255,255,0.5);padding:3px}.coverPreviewLogoWrapper{position:absolute;display:block;text-align:center;bottom:60px;left:0px;right:0px;pointer-events:none}.coverPreviewLogo{background:cornsilk;border:4px solid white;display:inline-block}.portalCoverSmall #portal-branding{height:45px;width:60px;border:2px solid #fff;border-radius:4px;margin-top:10px;overflow:hidden}.portalCoverMedium #portal-branding{height:120px;width:160px;border:5px solid #fff}.portalCoverLarge #portal-branding{height:225px;width:300px;border:7px solid #fff}.fullConfigurationPanel .row{position:relative}.portalCoverSmall .coverPreviewLogo{height:22px;width:30px}.portalCoverMedium .coverPreviewLogo{height:60px;width:80px}.portalCoverLarge .coverPreviewLogo{height:112px;width:150px}.portalCoverMedium.coverPreviewLogoWrapper{bottom:52px}.coverImageRemove{position:absolute;top:5px;right:20px;color:red;background-color:white;padding:0px 1px 1px 2px}.coverPreviewBottom .coverPreviewMenu{line-height:30px;font-weight:bold;color:rgba(0,0,0,0.3);text-align:center}.coverPreviewWrapper .coverPreviewLogo p{line-height:60px;font-weight:bold;color:rgba(0,0,0,0.3);text-align:center}.coverPreviewBottom{height:30px;background:white;position:absolute;bottom:0;left:0;right:0}.coverPreview.portalCoverSmall{height:80px}.coverPreview.portalCoverSmall p{line-height:50px;text-align:right}.coverPreview.portalCoverMedium{height:180px}.coverPreview.portalCoverMedium p{line-height:112px}.coverPreview.portalCoverLarge{height:300px}.coverPreview.portalCoverLarge p{line-height:232px}#editDescription{display:block;width:100%;height:200px}#page-cover{background-color:#444;background-size:cover;position:relative;z-index:3000000}.portalCoverSmall #page-cover{height:80px;margin-bottom:0px;top:0px}.portalCoverSmall #page-cover .container{padding:0 50px 0 100px;text-align:center}.portalCoverMedium #page-cover{display:table;height:200px;width:100%}.portalCoverLarge #page-cover{height:100vh;margin-bottom:-100px;top:-100px}#page-cover .container{margin-bottom:0;padding-left:0px;text-align:center}#org-info{display:table-cell;vertical-align:middle;width:100%;background:#000;background:-moz-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);background:-webkit-gradient(left bottom, left top, color-stop(0%, #000), color-stop(100%, rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);background:-o-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);background:-ms-linear-gradient(bottom, #000 0%, rgba(0,0,0,0) 100%);background:linear-gradient(to top, #000 0%, rgba(0,0,0,0) 100%)}.portalCoverLarge #org-info{display:inherit;padding-bottom:15px;position:absolute;bottom:0}.portalCoverSmall #org-info{display:block}#org-info>.container>.row>.col-xs-12{padding-bottom:5px;transition:ease text-align .3s}#page-cover h1{font-family:'Catamaran';font-size:24px;font-weight:600;line-height:1;margin:10px 0 0;text-shadow:1px 1px 1px rgba(0,0,0,0.7);transition:ease all .3s}#page-cover .name{display:inline-block;margin-right:0;color:#fff;z-index:0}#page-cover .membership{display:inline-block}#page-cover .layouts_toggle{display:inline-block;position:absolute;bottom:0;right:0;margin-bottom:0px;font-size:small;z-index:1000}.layoutButton{padding-left:0px !important;margin-left:0px !important;padding-bottom:0px !important}#page-cover .membership .dropdown-menu{z-index:110001}#page-cover #sm-links{width:auto;display:inline-block;padding:0;margin:0;list-style-type:none;z-index:0}#page-cover #sm-links li{float:left}#page-cover #sm-links li a{color:#fff;font-size:18px;padding:5px 10px;position:relative;top:3px}.coverButton.normal:before{content:"\f066";font-family:'fontawesome';margin-right:5px}.coverButton.full:before{content:"\f065";font-family:'fontawesome';margin-right:5px}.coverButton.normal{display:none}.in-fullscreen .coverButton.full{display:none}.in-fullscreen .coverButton.normal{display:inline-block}#page-cover .coverButton.canClick{opacity:.6}#page-cover .coverButton{background:transparent;border:none;opacity:.4;padding:5px 10px;position:relative;top:-7px;margin-left:10px;transition:all ease .3s;color:#fff;z-index:0}#page-cover .coverButtonToggle{background:transparent;border:none;opacity:.5;padding:5px 0px;position:relative;top:-7px;transition:all ease .3s;color:#fff;z-index:0}#page-cover .coverButton span{font-family:'Catamaran';margin-left:5px}#page-cover .coverButton:hover{opacity:.8}#page-cover .coverButton:active,#page-cover .coverButton:focus{box-shadow:none;-webkit-box-shadow:none}#page-cover .coverButton.k-state-disabled:hover{opacity:.5}.fa-cogs.coverButton:before{font-size:18px;position:relative;top:1px}#page-cover-edit{position:absolute;top:5px;right:5px;font-size:20px;z-index:2;text-align:right}.portalCoverLarge #page-cover-edit{top:105px}#page-cover-edit a{display:block}.hover-edit a{color:#ddd;background:none;border:none;border-radius:4px;padding:3px 5px 0 7px;text-decoration:none;transition:ease all .2s;vertical-align:middle}.hover-edit a span{visibility:hidden;margin-right:.5em;font-size:16px;position:relative;top:-2px}.hover-edit a:hover{background:rgba(0,0,0,0.7)}.hover-edit a:hover span{visibility:visible}#page-peek-wrapper{overflow:hidden;height:0px;position:relative}#page-peek{height:100%;overflow:hidden;padding:1em;background-color:#eee}.menu-item-peeked i{color:red!important}.page-peek-header h2{display:inline-block;font-size:20px;line-height:30px;margin:0}.page-peek-header p{display:inline-block;margin:0 0 0 1em}.page-peek-header{border-bottom:1px solid #ddd;margin-bottom:1em;width:100%;overflow:auto}.page-peek-enabled #page-peek-wrapper{height:200px}#portal-menu-container{height:57px;background:#fff;z-index:3000000;position:relative}#portal-menu{background:#fff;border-bottom:1px solid #ddd;position:absolute;bottom:0px;height:57px;width:100%}#portal-menu.page-peek-enabled{height:257px}#portal-menu .container{line-height:0;margin-bottom:0;padding:0;position:relative;text-align:center;width:100%}.menu-item-peek{position:absolute;top:11px;right:5px}.menu-item-peek i{font-size:10px!important}.portalCoverSmall #portal-branding{height:45px;width:60px;border:2px solid #fff}.portalCoverMedium #portal-branding{height:120px;width:160px;border:2px solid #fff;border-radius:4px;overflow:hidden}.portalCoverLarge #portal-branding{height:225px;width:300px;border:2px solid #fff;border-radius:4px;overflow:hidden}#portal-branding{background:#bbb;margin:15px 0 0;padding:0;bottom:0;left:0;display:inline-block;text-align:center;transition:ease all .3s}#portal-branding .org-info{position:absolute;bottom:60px;left:225px}#portal-branding ul{border-top:none}#portal-branding,#page-cover-edit{text-shadow:1px 1px 2px rgba(0,0,0,0.5)}#portal-branding img{width:100%;height:100%}#portal-branding h1{font-size:24px}#portal-branding ul{border-top:2px solid #666;margin:0;padding:0;padding-top:5px;text-align:center;width:100%}#portal-branding ul li{margin:0 10px;padding:0;display:inline-block;font-size:28px}body #portal-nav-tabs{margin-top:0}.k-state-selected,.k-state-selected:link,.k-state-selected:visited,.k-list>.k-state-selected,.k-list>.k-state-highlight,.k-panel>.k-state-selected,.k-ghost-splitbar-vertical,.k-ghost-splitbar-horizontal,.k-draghandle.k-state-selected:hover,.k-scheduler .k-scheduler-toolbar .k-state-selected,.k-scheduler .k-today.k-state-selected,.k-marquee-color{background:#428bca;box-shadow:none}#portal-nav-tabs .k-menu{border:none;display:inline-block;background:#fff}#portal-nav-tabs .k-menu .k-state-selected{background:none}#portal-nav-tabs .k-menu .k-item{border:none}#portal-nav-tabs .k-link{border-bottom:6px solid #fff;color:#b3b3b3;font-family:'Catamaran';font-weight:600;text-transform:uppercase;transition:all ease .3s}#portal-nav-tabs .k-link:hover{background:#f7f7f7;border-color:#f7f7f7;color:#888}#portal-nav-tabs .k-state-selected>.k-link{border-bottom:7px solid #5C9CBF;color:#4d4d4d;font-weight:700}#portal-nav-tabs .k-state-selected>.k-link:hover{background:inherit;cursor:default}#portal-menu .popout-menu-title{color:#b3b3b3;font-weight:600;transition:ease all .3s}#portal-menu .popout-menu-title:hover{color:#888}#portal-nav-tabs .fa{color:#aaa;font-size:16px}#portal-nav-tabs .addItem:hover .fa,#portal-nav-tabs .editMenu:hover .fa{color:#888}#portal-nav-tabs .addItem .k-link:hover,#portal-nav-tabs .editMenu .k-link:hover{background:inherit}.img-selected{border-width:4px;padding:0;border-color:black}#pagebuilder{display:inherit}#content-options{display:block!important;height:auto;overflow:visible;padding:15px;transition:ease all .3s}#content-options.ng-hide{display:block!important;height:0;overflow:hidden;padding:0 15px}#content-separator{height:3px;background:rgba(0,0,0,0.8);cursor:pointer;margin-bottom:30px;position:relative}#content-separator-tab{position:absolute;padding:5px;margin-left:-52px;left:50%;background:rgba(0,0,0,0.8);color:#fff;border-radius:0 0 5px 5px;font-size:12px;line-height:12px;cursor:pointer;width:104px}#content-options,#content-separator,#content-separator-tab{background:#ccc}#content-separator-tab{border-radius:0;color:#555;text-transform:uppercase;transition:color ease .2s;padding:5px 12px 8px}#content-separator-tab:hover{color:#222}#content-separator-tab i{font-size:15px;font-weight:bold;margin-left:5px}.portalCoverSmall #page-cover h1{margin:0 0 5px 0;font-size:15px}.portalCoverSmall #page-cover{height:auto!important;margin-bottom:0px!important;position:relative;top:0px!important}@media screen and (orientation:portrait){.portalCoverSmall #page-cover .container{padding:0 25px 0 75px}#page-cover #org-info>.container>.row{margin-right:0;margin-left:0}#page-cover #org-info>.container>.row .col-xs-12{padding:0}}@media screen and (orientation:landscape){#page-cover #org-info>.container>.row{margin-right:50px;margin-left:50px}}.portalCoverSmall #page-cover #org-info>.container>.row>.col-xs-12{padding-bottom:0px}.portalCoverSmall #page-cover .coverButton{top:-3px}.portalCoverSmall #page-cover .coverButton span{display:none}@media (max-width:600px),all and (orientation:portrait){#content-separator{display:none}#dashboard-layout .membership .dropdown-menu{min-width:120px;position:absolute;left:-60px}#dashboard-layout .membership .dropdown-menu>li>a{padding:10px 20px}#portal-menu .container{margin-bottom:0;padding:0 0 0 0px;position:relative}#portal-nav-tabs .k-menu{float:none}#content-separator{margin-bottom:40px}#dashboard-layout .membership .dropdown-menu{left:inherit;min-width:120px;position:absolute;right:0;width:260px}#dashboard-layout .membership .dropdown-menu li{float:left;width:50%}#org-info>.container>.row>.col-xs-12{padding-bottom:0px}}body #portal-nav-tabs{padding-left:87px;padding-right:87px}body.showing-left-tabstrip #portal-nav-tabs{padding-left:110px}body.showing-left-tabstrip #page-cover{height:80px;margin-bottom:0px !important;top:0px !important}body.showing-left-tabstrip #page-cover>.container{padding-left:10px;text-align:center;top:45px}body.showing-left-tabstrip #portal-menu>.container{margin-left:50px;padding:0px}body.showing-left-tabstrip #org-info>.container>.row>.col-xs-12{padding-bottom:0px}@media (max-width:480px){#org-info>.container>.row>.col-xs-12{padding-right:8px}}@media (max-width:400px){#page-cover h1{font-size:20px}}.portalTileCont{width:150px;height:150px;display:block;position:relative;pointer-events:auto !important}.co-portal-tile{display:block;position:absolute;top:0;left:0;right:0;bottom:0;padding:10px;overflow:hidden}.portal-tile-title-wrapper{position:relative;margin-left:15px}.portal-eye{position:absolute;right:0px;top:0px;font-size:15px;margin-top:-5px;padding-bottom:30px;padding-right:20px}.portal-tile-title{margin-right:50px}.tile-hover-title-big .portal-eye{font-size:26px}.tile-hover .co-portal-tile{bottom:50px}.tile-bg{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover!important;background-repeat:no-repeat !important}.bar{position:absolute;bottom:0;padding:10px 20px;right:0;left:0}.tile-widget-bottom{position:absolute;bottom:0;padding:10px;right:0;left:0;font-size:18px}.tile-data-border-left{border:solid 1px rgba(255,255,255,0.5);border-left:none}.tile-data-border-right{border:solid 1px rgba(255,255,255,0.5);border-right:none}.tile-data{font-family:'Open Sans';font-size:10px;padding:0 4px}.no-pad-left{padding-left:0}.play{display:inline-block;float:left}.play:hover,.bar i:hover{color:#e0f0fb}.bar i,.play{color:#bcdaef;transition:ease color .3s}.bar{text-align:right;display:table}.status{display:table-cell;width:100%;vertical-align:middle}.status i{font-size:22px;padding-left:10px;position:relative;bottom:0}span.count{font-family:'Open Sans';font-size:13px;padding:0 4px}.co-portal-tile a,.co-portal-tile h2,.co-portal-tile p{color:#fff !important;text-shadow:1px 1px 8px rgba(0,0,0,0.8) !important}.co-portal-tile p{line-height:1.6em}.co-portal-tile a{color:white;text-decoration:none}.co-portal-tile h2{text-decoration:none;color:#ccc;position:absolute;bottom:0;font-weight:normal}.tile-hover .tile-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5)}.tile-details,.bar{display:none}.tile-hover .tile-details,.tile-hover .bar{display:block}.tile-big h2{font-size:28px;line-height:38px;word-break:keep-all;position:relative}.tile-wide h2,.tile-tall h2{font-size:22px;line-height:32px;word-break:keep-all;position:relative}.tile-small h2{font-size:18px;line-height:28px;word-break:keep-all;position:relative}.tile-tiny h2{font-size:12px;line-height:12px;word-break:keep-all;position:relative}.tile-tiny p{font-size:10px;line-height:10px;word-break:keep-all}.tile-hover .tile-tiny h2{font-size:20px;line-height:20px;word-break:keep-all;position:relative}.tile-hover .tile-tiny p{font-size:16px;line-height:16px;word-break:keep-all;position:relative}.tile-hover .tile-tiny .tile-details p{font-size:12px;line-height:12px;word-break:keep-all;position:relative}.tile-hover .tile-tiny .tile-details{margin-top:3px}p.description{margin:10px 0 10px 0;font-family:'Open Sans';overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:16px;max-height:64px;-webkit-line-clamp:4;-webkit-box-orient:vertical;padding:0 4px;word-break:keep-all}.tile-hover-title-big h2{font-size:18px;line-height:38px;word-break:keep-all;position:relative;margin-bottom:10px}.tile-hover-title-wide h2,.tile-hover-title-tall h2{font-size:15px;line-height:32px;word-break:keep-all;position:relative;margin-bottom:10px}.tile-hover-title-small h2{font-size:12px;line-height:28px;word-break:keep-all;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px}.sharing-list-group-item{background-color:transparent;border:none;padding:5px 0}.profile .sharing-list-group-item{padding:5px 15px}.sharing-list-group-item.icons{padding:10px;min-height:20px}.sharing-list-group-item.icons .group-icon{border-radius:3px;width:4.5em;height:3.5em;opacity:.8;transition:ease opacity .3s;float:left}.sharing-list-group-item.icons:hover .group-icon{opacity:1}.img-sharing-user{height:4em;width:4em;margin:-0.5em .5em}.start-container{text-align:center}.start-container .fa{font-size:100px;margin:0;padding:0;line-height:100px}.start-container .update-details{width:50%;margin:0 auto;color:#999}.start-container ul{list-style:none;padding:0;margin:0}.start-container li{list-style:none;padding:0;margin:.5em}.is-pallet{cursor:default}.is-pallet.is-active{cursor:pointer}.canvas{background:white;height:100%;width:100%;right:0;top:0}.whiteboard-menu{display:block;position:relative;width:50px;float:left}.float-right{float:right}.float-left{float:left}.whiteboard-menu-warpper{padding-top:5px}.whiteboard-menu-item{z-index:2000002;position:relative}.tool-options{width:25px;z-index:2000002;overflow:hidden;position:relative;left:0px;transition:width .5s ease-in-out;background-color:#eeeeee;border-bottom-right-radius:5px;border-top-right-radius:5px}.tool-options .k-widget{border:none}.tool-options-on{width:425px}.handle{position:absolute;top:0;bottom:0;right:0;width:25px;text-align:center;cursor:pointer}.handle i{display:block;position:relative;line-height:100%;top:50%;margin-top:-6px}.tool-options-content{width:400px;position:relative;left:50px}.tool-options-content-on{left:0px}.halfCircleBase{border-bottom-right-radius:90px;border-top-right-radius:90px}.type{background:#eeeeee;height:130px;width:65px}#palette{padding-top:5px}#palette_icon{margin-top:-80px}#palette_center_btn{height:20px;width:12px;border-radius:50%;border:1px solid white}#color_pick_warpper{margin-top:-30px;margin-left:70px}.icon_palette{color:white}.canvas-container canvas{position:absolute;top:0;left:0}.field-selection-outer-wrapper{position:absolute;top:50%;height:50px;margin-top:-25px;width:100%}.field-selection-inner-wrapper{text-align:center}.img-glow{box-shadow:0 0 5px 5px lightblue}.portals-chat-wrapper{position:absolute;left:0;right:0;bottom:0;top:150px}.portal-sb-listing{position:absolute;overflow:hidden;bottom:50%;height:50%;left:0;right:0;background:#fff;z-index:1;display:flex;flex-direction:column}#page,.navbar-inverse{transition:ease all .3s}#site-sidebar{background:#001730;display:block;position:fixed;z-index:4000000;right:-450px;height:100%;overflow:visible;border-left:1px solid #ccc;transition:ease all .3s;width:320px}#site-sidebar .row{margin:0 -30px}#site-sidebar .list-group{margin-bottom:0}#site-sidebar .list-group-item.active{padding-top:2em}.sidebar-item{padding:.5em 1em;background:#eff4ff}.sidebar-header{padding:1em;border-top:2px solid black;border-bottom:2px solid black}.sidebar-item h3{padding:0;margin:0}.sidebar-picture{background-size:55% auto!important;background-position:left center!important;background-repeat:no-repeat !important}#sidebar-bottom{position:absolute;bottom:0;width:100%;text-align:center;color:rgba(0,0,0,0.3)}#sidebar-search input{width:100%;height:36px;padding:9px;border:none;color:#fff;background:rgba(200,200,200,0.3);border-bottom:solid 2px rgba(200,200,200,0.3);transition:border .3s}#sidebar-search input:focus{outline-width:0;border-bottom:solid 2px #969696}#sidebar-search ::-webkit-input-placeholder::before{font-family:fontAwesome;content:'\f002  ';color:#69f}#sidebar-search ::-moz-placeholder::before{font-family:fontAwesome;content:'\f002  ';color:#69f}#sidebar-search :-ms-input-placeholder::before{font-family:fontAwesome;content:'\f002  ';color:#69f}#sidebar-search input:-moz-placeholder::before{font-family:fontAwesome;content:'\f002  ';color:#69f}#site-sidebar{background:#fff}#site-sidebar.toggled{overflow:visible;padding-top:0;right:0;z-index:4000000}#site-sidebar .container-fluid{padding:0 0 25px}#site-sidebar .row{margin:0;padding:10px}#site-sidebar .profile{padding-top:10px}#site-sidebar .profile,#sidebar-search,#portals{background:#fff}#site-sidebar #sidebar-search.row{padding:0}#site-sidebar .list-group .my-groups{overflow:auto;position:absolute;top:20px;bottom:0px;margin-top:30px;width:95%}#site-sidebar .list-group-item{background-color:transparent;border:none;padding:5px 0}#site-sidebar .profile .list-group-item{padding:2px 15px}#site-sidebar .list-group-item.icons{padding:5px 0 5px 40px;min-height:20px}#site-sidebar .list-group-item.icons .group-icon{border-radius:3px;width:33px;height:25px;position:absolute;left:0;top:2px;opacity:.8;transition:ease opacity .3s}#site-sidebar .list-group-item.icons:hover .group-icon{opacity:1}#site-sidebar .row.alert{padding:0}#site-sidebar .activity-alert{background:#cc0000 none repeat scroll 0 0;border-radius:20px;box-shadow:1px 1px 1px rgba(0,0,0,0.4);color:#fff;font-size:10px;font-weight:bold;height:18px;left:11px;padding:3px 0 0;position:absolute;text-align:center;top:4px;width:21px;z-index:1000}#site-sidebar .alert{border:none}#site-sidebar .alert-warning{padding:25px;margin:0;border:none;border-radius:0}#site-sidebar .alert-dismissable .close,#site-sidebar .alert-dismissible .close{position:absolute;top:15px;right:15px}#site-sidebar .alert .close{font-size:25px}#site-sidebar .col-xs-4{padding:0;width:70px}#site-sidebar .col-xs-8{padding:0;width:140px}#site-sidebar .col-xs-2{padding:0;width:80px}#site-sidebar .col-xs-2 .logout{float:right;color:lightgrey}#site-sidebar .col-xs-12{padding:0;position:initial}#site-sidebar .close-sidebar{box-shadow:0 0 5px rgba(0,0,0,0.2);color:rgba(0,0,0,0.3) !important;font-size:30px;line-height:1.4em;opacity:1;position:absolute;text-shadow:none;top:32px;left:-30px;transition:ease background-color .3s;padding:0;background-color:rgba(255,255,255,0.7);border-radius:50%;text-align:center;width:45px;height:45px;z-index:10}#site-sidebar .close-sidebar:hover{background-color:#fff}#site-sidebar .sidebar-header{background:none;border:none;color:#999;font-weight:600;letter-spacing:.5px;margin-top:25px;padding:0 0 10px;text-transform:uppercase}#site-sidebar .sidebar-header a:hover{color:white}#site-sidebar a.list-group-item.sidebar-header{color:#777;padding-top:0;margin-top:0}#site-sidebar a.list-group-item{color:#777;transition:ease color .3s}#site-sidebar a:hover{color:#999}.sidebar-picture{background-image:url("img/icon-profile.jpg");background-position:center top;background-repeat:no-repeat;background-size:100%!important;border-radius:5px;display:block;height:70px;width:70px}#sidebar-search input{background:#ffffff;border-bottom:1px solid #ddd;border-radius:0;color:#888;font-size:16px;padding-left:53px;transition:ease all .3s;width:100%}#sidebar-search input:before{content:"\f002";position:absolute;font-family:"FontAwesome";top:0;left:10px}#sidebar-search input:focus{background:#f7f7f7;border-bottom:1px solid #ddd}#sidebar-search{position:relative}#sidebar-search .fa{color:#aaa;font-size:20px;left:25px;position:absolute;top:15px}.userProgressBar{background-color:mediumseagreen;color:mediumseagreen}.userProgressBarHolder{background-color:#efefef;position:absolute;width:100%}.userProgressBarHolder,.userProgressBar{height:8px;top:0px}.progressbar_user_status{margin-top:5px}.btnCreateGroup{background:#5d9bbd none repeat scroll 0 0;border:medium none;border-radius:4px;box-sizing:border-box;color:#fff;display:inline-block;font-weight:700;height:34px;line-height:1.7;margin:0 10px 0 0;padding:6px 10px;text-align:center;text-transform:uppercase;width:auto}.btnCreateGroup:hover{background:#6dafcc none repeat scroll 0 0}.privacy-radio{width:150px}.btn-social{height:20px;width:320px}.fa-social{padding:5px;font-size:16px;width:50px;text-align:center;text-decoration:none}.fa-social:hover{opacity:.7}.fa-facebook{background:#3B5998;color:white}.fa-google{background:#dd4b39;color:white}.title-user-wizard{font-size:30px;color:gray;margin:0 0 0px}.title-user-wizard-description{font-size:20px;margin:0 0 0px;line-height:.9;margin-bottom:5px}.title-user-wizard-sumarry{font-size:18px;line-height:.9;margin:0 0 0px;margin-bottom:5px}.profile-status{text-align:right}.user-portals{margin:1px -30px}div.user-menu-container{z-index:10;background:none;background-clip:padding-box;border-bottom:1px solid #ddd;margin-bottom:20px}div.user-menu-container h2{margin:0}div.user-menu-container h4{color:#333;font-size:24px;font-weight:200;margin-top:0}div.user-menu-container .thumbnail{width:100%;min-height:200px;padding:0px;border-radius:0;border:0px!important}.user-overview{background:none}.user-extra-content{max-height:250px}.user-pad .btn-labeled{border:none;display:block;text-align:left}.user-pad .btn.btn-labeled:hover{background:none;color:#449CDB}.user-pad .btn-label{background:none;padding:6px 0 0 0}.btn-label{position:relative;left:-12px;display:inline-block;padding:6px 12px;background:rgba(0,0,0,0.15);border-radius:3px 0 0 3px}.btn-labeled{padding-top:0;padding-bottom:0}.user-pad{padding:20px 25px}.no-pad{padding-right:0;padding-left:0;padding-bottom:0}.no-margin{margin-right:0;margin-left:0;margin-bottom:0}.user-image{border-radius:10px;height:200px;width:200px;margin:20px auto 0;overflow:hidden}.user-image .thumbnail{margin:0}.user-info h3{color:#777;margin:0;font-size:14px}.user-info h3:first-child{margin-top:20px}.user-extra-content h3{margin-top:0}.user-overview h3{font-weight:300;margin-top:15px;margin:10px 0 0 0}.user-overview h4{font-weight:bold;font-size:40px;margin-top:0}@media (max-width:767px){.user-image{max-height:400px}}.square{border-radius:0px!important}.user-edit-category{padding:10px}.category-header{text-decoration:underline}.fieldset-category{width:100%;margin-top:10px}.privacy-label{padding:5px}.radio-aoi{padding:3px}.aoi-status{width:170px}.user-logo{height:120px;width:120px;border:2px solid #fff;border-radius:4px;overflow:hidden}.autoHeight{height:auto;margin:10px}.input-user-wizard{display:block;margin-right:auto;margin-left:auto;width:auto;margin-bottom:15px}.card{box-shadow:0 2px 4px 2px rgba(0,0,0,0.2);transition:.3s;height:auto;min-height:80px;margin-top:10px}.card:hover{box-shadow:0 4px 8px 4px rgba(0,0,0,0.2)}.containerCard{padding:2px 16px;display:block}.cardHeader{border-bottom:1px solid #cccccc;float:left;clear:none;width:100%;display:table-cell;vertical-align:middle}.cardContent{padding-top:10px;display:table-cell;vertical-align:middle}#iconCard{padding-top:5px}.card-not-empty{color:#23527c}.card-empty{color:black}.label_privacy{color:darkgrey}.privacy-label-all{font-weight:100;font-size:15px}.nopaddingRight{padding-right:0px !important}.fullHeight{height:100%;display:flex}.formWizard{width:100%}.geoJsonDataSourceTable>tbody>tr,.geoJsonDataSourceTableChild>tbody>tr{border-right-width:5px;border-right-style:solid;border-right-color:transparent}.geoJsonFeaturePositionTable,.geoJsonDataSourceTableChild,.geoJsonDataSourceTable{width:100%}.geoJsonDataSourceTable>tbody>tr>td,.geoJsonDataSourceTableChild>tbody>tr>td{padding-left:5px;padding-right:5px;white-space:nowrap}.is-loading-fields{padding-top:5px;padding-left:5px}.geoJsonEditableList>tbody>tr>td:last-child{padding-left:5px;padding-right:0px}.geoJsonDataSourceButtons,.geoJsonDataSourceTableChild{padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:3px}.boldIt{font-weight:bold}.balloonHeading{font-weight:bold}.geoJsonDataSourceTable>tbody>tr>td.key,.geoJsonDataSourceTableChild>tbody>tr>td.key{text-align:right}.cesium-viewer-balloonContainer,.cesium-viewer-balloonPreviewContainer{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;overflow:hidden;visibility:hidden}.cesium-balloon-container{visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in;-webkit-transition:visibility 0s .2s,opacity .2s ease-in;-moz-transition:visibility 0s .2s,opacity .2s ease-in}.cesium-balloon-container h1,.cesium-balloon-container h2,.cesium-balloon-container h3,.cesium-balloon-container h4,.cesium-balloon-container h5,.cesium-balloon-container h6{margin-top:0}.cesium-balloon-container-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out}.cesium-balloon-wrapper-other{position:absolute;font-size:10pt;background-color:white;color:#000;overflow:auto;min-height:28px;min-width:28px;pointer-events:auto}.cesium-balloon-wrapper-custom{position:absolute;font-size:10pt;color:#000;overflow:visible;min-height:28px;min-width:28px;pointer-events:auto}.cesium-balloon-wrapper{position:absolute;font-size:10pt;color:#000;overflow:auto;min-height:28px;min-width:28px;pointer-events:auto}.cesium-balloon-close{height:inherit;width:inherit;z-index:10;position:absolute;border-radius:50px;background-color:rgba(255,255,255,0.78)}.cesium-balloon-close-wrapper{float:right;height:32px;width:32px;display:block}.cesium-balloon-close-icon{font-size:26px;margin-left:6px;margin-top:2px;color:darkgray}.cesium-balloon-close-wrapper-other{height:16px;width:16px;position:absolute;top:0px;right:0px}.cesium-balloon-close-wrapper-custom{height:32px;width:32px;position:absolute;top:-15px;left:-15px}.cesium-balloon-close:hover{background-position:0 0}.cesium-balloon-content{overflow:auto}.cesium-balloon-content-other{overflow:auto}.cesium-balloon-content-custom{overflow:visible}.cesium-balloon-arrow-container{position:absolute;overflow:hidden;visibility:hidden;pointer-events:auto}.cesium-balloon-arrow-container-show{visibility:visible}.cesium-balloon-arrow-container-downup{height:16px;width:32px}.cesium-balloon-arrow-container-leftright{height:32px;width:16px}.cesium-balloon-arrow{background-color:#fff;height:20px;width:20px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.cesium-balloon-arrow-down{margin-left:5px;margin-top:-11px}.cesium-balloon-arrow-up{margin-left:5px;margin-top:5px}.cesium-balloon-arrow-left{margin-top:5px;margin-left:5px}.cesium-balloon-arrow-right{margin-left:-11px;margin-top:5px}.page-container{height:500px;padding-top:20px}body{background-color:#f5f5f5}body #loading-bar .bar{z-index:9000000}.checkbox label input[type=checkbox]{display:inline-block}#site-nav{background:rgba(0,23,48,0.7);border:none;height:50px;margin-bottom:-50px;position:fixed}#site-nav .navbar-brand{color:#ddd;text-shadow:1px 1px 5px #050000}#logo{background-image:url(https://d2uwiw6d5caku1.cloudfront.net/profiles/collaborate_install/themes/collabor8/img/logo-new-s.png) !important;background-repeat:no-repeat;background-position:26px 7px;padding-left:70px}#mainmenu{width:300px;text-align:center;position:absolute;left:50%}#mainmenu li{display:inline-block;float:none}#mainmenu li a{font-size:18px}.img-txt-inline{height:2em;width:2em;margin:-0.5em .5em}#dashboard{position:relative;top:-1px;border:none}#portal-nav-tabs{margin-top:-42px}#portal-nav-tabs .nav-tabs{margin-left:15px;margin-right:15px}#portal-nav-tabs .nav-tabs a{background:rgba(0,23,48,0.5);color:#eee}#portal-nav-tabs .nav-tabs .active a{background:#001730;color:#eee}#portal-nav-tabs a.hilight{padding:5px;top:10px}#dashboard-editor{background:rgba(0,23,48,0.7)}#dashboard-items{z-index:100;overflow:visible}*,:before,:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.form-control,.container,.container-fluid,.row,.navbar,.navbar *,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bgOptions{padding-top:5px}@media (max-width:600px){#dashboard{padding-bottom:20px}}.d3-tip{z-index:9999999}.selectedLink{padding:10px;border-style:solid;border-radius:5px}.info-colored{color:#fff;border-color:#000;background-color:#000;border-radius:19px;opacity:.8}.linkCat{padding-bottom:10px}.linkValue{color:darkgray}.sourceName,.targetName{border-style:solid;border-width:1px;border-radius:5px;padding-left:2px;text-align:center;margin-bottom:3px;padding-right:2px;display:inline-block;margin-right:3px;background:green}.tileNode .co-portal-tile{padding:5px;vertical-align:middle}.tileNode .co-portal-tile h2{margin-bottom:0px;top:5px;bottom:5px;overflow:hidden}.tileNode .co-widget-container{background-color:initial}.tileNode .co-widget-content-wrapper.no-pad{border-radius:5px}.co-display-tile span{padding:5px;display:inline-block}.co-display-tile{border-radius:5px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-origin:content-box}.complexGraphSearch>span{width:150px}.co-display-tile a,.co-display-tile h2,.co-display-tile p{color:#fff !important;text-shadow:1px 1px 8px rgba(0,0,0,0.8) !important;margin-bottom:0px;margin-top:0px;margin-left:0px;margin-right:0px}.co-display-tile p{line-height:1.6em}.co-display-tile a{color:white;text-decoration:none}.co-display-tile h2{margin-bottom:0px;text-decoration:none;color:#ccc;bottom:0;font-weight:normal}.tileNode.tile-hover{z-index:100}.tileNode{cursor:pointer;position:absolute;box-sizing:border-box;background:initial;border-radius:5px;-webkit-box-shadow:10px 10px 47px -5px rgba(0,0,0,0.75);-moz-box-shadow:10px 10px 47px -5px rgba(0,0,0,0.75);box-shadow:10px 10px 47px -5px rgba(0,0,0,0.75)}.tileNode.tile-hover{-webkit-box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75);-moz-box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75);box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75)}.tileNode.tile-hover-ellipse{-webkit-box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75);-moz-box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75);box-shadow:10px 10px 47px -1px rgba(0,0,0,0.75);border-radius:133px / 35px}.tile-ellipse,.tile-ellipse>h2,.tile-ellipse>h2>span,.tile-ellipse>h2>span>object,.tile-ellipse>h2>span>img{border-radius:133px / 35px}.tile-ellipse>h2>span{padding:0px !important}.selectedNodeWrapper{max-width:300px;max-height:200px;border-radius:5px;border-style:solid;overflow:auto;font-size:12px}.selectedNodeNameWrapper{display:inline-block}.selectedNodeImageWrapper{display:inline-block}.selectedNodeTooltipImage{width:100px}.tileNode .tile-hover.co-widget-container{border-width:5px;border-radius:5px;border-color:black;border-style:solid;background-color:black}.tileNode.co-widget-container{border-width:5px;border-radius:5px;border-color:white;border-style:solid;background-color:white}.tileNode.portalTileCont{width:150px;height:45px;display:block;pointer-events:auto !important;border-width:2px;border-radius:5px;border-color:white;border-style:solid}.cgGroupNameArea,.cgGroupUnitArea{padding-bottom:5px}.cgFieldSelect{padding-bottom:5px}.cgLabel{display:inline-block;width:220px}.cgButton{cursor:pointer}.cgCriteriaArea{padding-bottom:5px}.cgCriteriaArea .criteriaEntry{padding-right:0px}.mainComplexGraphDiv{overflow:auto}.pathComplexGraphDiv{flex-grow:0;flex-shrink:0;height:22px}.complexGraphOptionsTable{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1}.complexGraphSearchButton{height:25px;margin-bottom:5px;margin-top:5px;margin-left:1px;margin-right:1px;padding:5px}.complexGraphSearchButton i{vertical-align:top}.complexGraphRelationshipSlider{position:absolute;right:0;width:225px;min-height:34px;z-index:9999}.complexGraphSearchSlider{position:absolute;top:0px;right:0px;width:225px;height:44px;z-index:9999}.complexGraphSearch{display:inline-block;padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px}.complexGraphRelationship{display:inline-block;padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px}.complexGraphRelationshipHandle{position:absolute;display:inline-block;right:225px;width:28px;height:28px;padding:8px;font-size:30px;border-top-left-radius:5px;border-bottom-left-radius:5px}.complexGraphSearchHandle{position:absolute;display:inline-block;right:225px;width:28px;height:28px;padding:8px;font-size:30px;border-top-left-radius:5px;border-bottom-left-radius:5px}.complexGraphSearchHandle i{vertical-align:top}.pathComplexGraphLabel{padding-top:3px;padding-bottom:3px;padding-left:5px;padding-right:5px}.zoomableCircle{fill-opacity:.25;stroke-width:1px}text{font:10px sans-serif}.treeGraphMainGroup .link{fill:none;stroke:#ccc;stroke-width:1.5px}.isComplexChartTypeSelector{width:200px}.bigLabel{font-size:16px;font-weight:bold}.eye-toggle{cursor:pointer}.cmSmallItemIcon{display:inline-block}.cmSmallItemIcon>i{width:15px}.contentItemActions{height:16px;width:21px;position:absolute;display:inline-block;top:2px;right:5px;bottom:0px;margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;padding-top:1px;padding-bottom:1px;padding-left:2px;padding-right:2px}.contentItemTextSpan{display:inline-block;overflow:hidden}.contentItemActions.k-button>span{height:14px;width:15px;position:relative;display:block;top:-3px;right:0px;overflow:hidden}.contentTree>.k-group{padding-bottom:100px}.contentItemNoGrow>.k-button{height:20px;width:30px;position:absolute;display:inline-block;top:0px;right:5px;bottom:0px;margin-right:0px;margin-top:0px;margin-left:0px;margin-bottom:0px;padding:3px;overflow:hidden}.contentItemNoGrow>.k-button>span{height:18px;width:20px;position:relative;display:block;top:-6px;right:0px;overflow:hidden}.contentItemEditable{height:1.5em}.contentItemEditable input.k-textbox{height:1.5em;line-height:1.3em;min-height:1.5em;font-size:14px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px}.contentManagerItemField .k-animation-container{top:22px !important;left:3px !important}.contentItemNoGrow>button.smallBtn{height:1.5em}.contentItemEditable .k-multiselect-wrap,.contentItemEditable .k-multiselect-wrap input.k-input{height:1.5em;line-height:1.5em;min-height:1.5em;font-size:14px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px}content-list-item{top:0px}.contentItemNoGrow .fa.fa-check,.contentItemNoGrow .fa.fa-times{height:1em;overflow:hidden}input.cmsearchtext,button.cmsearchtext{width:100px;height:25px;margin-bottom:5px}button.cmsearcharea{padding-left:5px;padding-right:5px;padding-top:0px;padding-bottom:1px}input.cmsearcharea{padding:1px}input.cmsearcharea,button.cmsearcharea{height:25px;margin-bottom:5px;margin-top:5px;margin-left:5px;margin-right:5px}.contentTree.k-treeview .k-in{margin:0 0 0 .16666em;padding:2px .3333em 2px .25em}.inline{display:inline-block}.searchHeader{font-weight:bold;border-width:1px;border-style:solid;padding:2px;display:block;z-index:1;position:relative}.contentManager{overflow:auto;position:relative}.sortSpanNoSort{width:0px;height:0px}.k-context-menu>li.k-item:nth-child(odd):not(:hover),.k-context-menu .k-menu-group>li.k-item:nth-child(odd):not(:hover){background:inherit !important}.k-context-menu>li.k-item:not(:hover),.k-context-menu .k-menu-group>li.k-item:not(:hover){background:inherit !important}.contentTree.k-treeview li.k-item>div>.k-in:not(.k-state-selected){background-color:inherit}.contentTree .k-item span.k-state-focused{box-shadow:none}.contentItemEndSpacer{display:inline-block;position:relative;width:100%}.cursorNormalClass{cursor:inherit}.cursorBusyClass{cursor:wait}.contentManagerMain{overflow:hidden}.contentItem{overflow:hidden}.contentTree .contentItem{left:0px}.contentTree.k-treeview li.k-item>div>.k-in{display:inline-block;position:relative;width:100%}.headerTextClass{display:inline-block;position:relative}.contentTree.k-treeview li.k-item>div>.k-in{padding-right:0px}.backgroundLoadingIcon{height:100px;width:100px;position:absolute}.sortSpanAscending{display:inline-block;position:absolute;right:0px;background-image:url('/vendor/kendo/css/Default/sprite_2x.png');background-size:340px 336px;background-position:0 -128px;width:15px;height:15px}.sortSpanDescending{display:inline-block;position:absolute;right:0px;background-image:url('/vendor/kendo/css/Default/sprite_2x.png');background-size:340px 336px;background-position:0 -160px;width:15px;height:15px}.contentTree ul>li>div .k-multiselect-wrap>input.k-input{width:5px}.contentTree ul>li>div>span.k-plus,.contentTree ul>li>div>span.k-minus,.contentTree ul>li>div>span.k-plus-disabled,.contentTree ul>li>div>span.k-minus-disabled{margin-left:0px;width:15px}.contentTree ul>li>div>span.k-checkbox{width:15px;text-align:right;margin-left:0px}.contentTree ul>li>div>span.k-checkbox>input{margin-top:0px}.contentTree ul>li>div.k-top>span.k-checkbox:first-child,.contentTree ul>li>div.k-mid>span.k-checkbox:first-child,.contentTree ul>li>div.k-bot>span.k-checkbox:first-child{padding-left:15px}.contentTree ul>li>div.k-top>span.k-in:first-child,.contentTree ul>li>div.k-mid>span.k-in:first-child,.contentTree ul>li>div.k-bot>span.k-in:first-child{padding-left:3px;margin-left:17px}.bottomMargin3{margin-bottom:3px}.contentTree .k-in .k-sprite{margin-right:0px}.smallBtn{padding-left:3px;padding-right:3px;padding-top:0px;padding-bottom:0px}.borderTop1px{border-top-color:black;border-top-width:1px;border-top-style:solid}.k-group{height:initial !important}.background{overflow:auto}.rootfolder{background-position:0 0;background-image:url("images/icons/coloricons-sprite.png")}.folder{background-position:0 -16px;background-image:url("images/icons/coloricons-sprite.png")}.leftMargin10{margin-left:10px}div.contentTree{overflow:visible !important}div.contentTree>ul>li.k-item{overflow:visible;padding-left:16px}.smallspacer{width:0px}.sortableHeading{cursor:pointer}.columnHeadings{position:relative;display:inline-block}.paddingRight5{padding-right:5px}.spacer,.headingOuterField{height:20px;margin-right:1px}.columnInnerSpan{padding-left:3px;padding-right:3px}.spacer{display:inline-block}.nowrap{white-space:nowrap}.contentItemWrapper,.contentItemEditable,.contentItemMulti,.contentManagerItemField{margin-right:1px;vertical-align:top}.contentItem,.k-in>content-list-item{margin-right:0px;position:absolute;right:0px;left:0px}.headingSpan>content-list-item{margin-right:0px;position:absolute;right:0px}.headingOuterField{position:relative;font-weight:bold}.contentBox{box-sizing:content-box}.contentManagerItemField{overflow-y:visible;position:relative;padding-right:1px;padding-left:1px}.editFieldWrapper,.headerTextClass,.contentItemMulti{overflow-x:hidden}.overflowHidden{overflow-x:hidden}.redBorder{border-width:1px;border-style:solid;border-color:red}.filemgr{position:absolute;left:0px;right:0px;top:0px;bottom:0px;margin:10px}.listHeader{position:absolute;width:100%;display:block;height:55px;top:0px;margin:0px auto 0px auto}.pageContent{position:absolute;left:0px;right:0px;top:55px;bottom:0px}#browse-files{-webkit-padding-start:0px;overflow:auto}#browse-files .browse-file.selected{background-color:#e3f2ff;border-color:#d3e4f3;position:relative;z-index:2}.mouse-active .browse-file:hover{background:#f5fafe;border-color:#e1eaf1;position:relative;z-index:1}.list_view .browse-file,.list_view .browse-new-folder{text-align:left;padding:6px 2px;margin:0 0 -1px 0;line-height:32px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none}li.browse-file,li.browse-new-folder{list-style:none;position:relative;border:1px solid #e5e5e5;border-width:1px 0;zoom:1}.progressbarcontainer{border:1px solid #e5e5e5;border-width:1px;border-radius:4px;margin:2px;vertical-align:middle;position:relative}.progressbar{height:30px;border-bottom-left-radius:4px;border-bottom-right-radius:0px;border-top-left-radius:4px;border-top-right-radius:0px;position:absolute}.uploadfilename{vertical-align:middle;padding:5px;display:block;position:relative}.uploadItemBox{margin:3px;align-items:stretch}.dragDropAlert{position:fixed;left:0;right:0;bottom:0}.blueIcon{margin-left:10px;cursor:pointer;color:#428bca}.fileDlgIcon{margin-top:30px;margin-bottom:30px;text-align:center;cursor:pointer;font-size:120px;color:#428bca}.fileDlgContents{margin:20px;text-align:center}.timeAndSize{color:#777777}.modal{display:block}.drop-wrapper.top{top:0px;left:6px;width:100%;height:6px}.drop-wrapper{position:fixed;background-color:#060;z-index:1000}.drop-wrapper.right{top:6px;right:0px;width:6px;height:100%}.drop-wrapper.bottom{bottom:0px;right:6px;width:100%;height:6px}.drop-wrapper.left{bottom:6px;left:0px;width:6px;height:100%}.progress-bar{position:relative;overflow:hidden;width:100%;height:11px;border-radius:10px;border:1px solid #c5c5c5;background-image:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));border-color:#c5c5c5;margin-top:4px}.percent{position:absolute;top:-4px;right:0;left:0;bottom:0;width:100%;height:100%;margin:0;padding:0;z-index:1;text-align:center;font-size:10px;color:#000000}.uploaded{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border-radius:10px;background-image:-webkit-gradient(linear, left top, left bottom, from(#1f86c9), to(#1f86c9));border-color:#c5c5c5}.centeredText{position:absolute;top:8px;right:0;left:0;bottom:0;width:100%;height:100%;text-align:center;vertical-align:middle;color:#000000}.fileUpload{position:relative;overflow:visible;margin:10px}.fileUpload input.upload{position:absolute;top:0;right:0;margin:0;padding:0;font-size:20px;cursor:pointer;opacity:0;filter:alpha(opacity=0)}input[type="file"]{position:absolute;top:80;right:20;left:20;bottom:20;width:100%;height:30px;margin:0;padding:0;z-index:2;opacity:1}input[type="text"].editable-input{line-height:1.5em}input[type="text"].editable-input:focus{outline:-webkit-focus-ring-color auto 1px}.selectFileBtn{z-index:1}.emptyFolderMsg{text-align:center}.hugeIcon{font-size:200px}.cmAddButtons button{height:25px;overflow:hidden;line-height:1em;margin-bottom:2px}.cmAddButtonsLM{position:absolute;bottom:10px;left:0px;right:0px;text-align:center;white-space:nowrap}.cmAddButtons{position:absolute;bottom:20px;left:0px;right:0px;text-align:center}.file-manager-image-parent{position:relative}.file-manager-hover-text.k-tooltip{display:none;position:absolute}.file-manager-image-parent:hover>.file-manager-hover-text{display:inline-block;right:20px;top:0px}.contentTreeWrapper{overflow-y:auto;overflow-x:hidden;display:block;position:absolute;top:20px;bottom:00px;left:0px;right:0px}@media only screen and (max-device-width:600px){.cmAddButtons{bottom:0px}}@media only screen and (min-device-width:600px){.cmAddButtons{bottom:20px;white-space:nowrap}}.fileDropBox{margin:5px}.fileManager>.k-tabstrip-wrapper{overflow:auto}.fileManagerTabsShowNoTabs{min-width:220px}.fileManagerTabsShowTabs{min-width:810px}.fileManagerTabs>ul{margin-left:0px !important}.fileListing .contentTree .contentItem{left:0px}.fileManager>.k-tabstrip-wrapper>.k-tabstrip{bottom:50px}.fileManager>.k-tabstrip-wrapper>.k-tabstrip>div[aria-expanded=false],.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div[aria-hidden=true]{display:none}.configFileManager .fileListing,.configFileManager .contentManager{overflow:visible !important}.configFileManager .fileManagerTabs.k-widget.k-header.k-tabstrip.k-floatwrap.k-tabstrip-top{overflow:visible}.configFileManager .k-tabstrip>.k-content{overflow:visible}file-manager.fileManager.configFileManager.ng-isolate-scope{overflow:visible}.configFileManager .k-tabstrip-wrapper{bottom:45px !important}.configFileManager .fileManagerTabs.k-widget.k-header.k-tabstrip.k-floatwrap.k-tabstrip-top{bottom:0px}.configFileManager.fileManager>.k-tabstrip-wrapper{overflow:auto}.fileManager>.k-tabstrip-wrapper>.k-tabstrip>div,.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div{padding-left:0px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important}.fileManager,.fileManager>.k-tabstrip-wrapper,.fileManagerTabs,.fmPanel>.fileListing,.fmPanel>.searchListing,.fmPanel>.searchListing>.searchFileManager,.fmPanel .contentManager,.fmPanel .contentManager>.contentManagerMain{overflow:auto;display:block;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.fmPanel .contentManager>.contentManagerMain>.headingSpan{display:block}.fmPanel .contentManager>.contentManagerMain>.headingSpan>.contentItemStartSpacer{display:inline-block;position:absolute}.fmPanel .searchFileManager>.contentManager{top:24px}file-manager .k-tabstrip:focus{box-shadow:initial}.fmPanel .contentTree{display:block;position:relative}.k-tabstrip>.k-content.fmPanel{display:block;top:37px;position:absolute;bottom:5px;left:0px;right:0px}.fmtab,.fmtab>.k-link{padding-top:7px;padding-bottom:7px;padding-left:13px;padding-right:13px}li:first-child.fmtab>.k-link{padding-top:7px;padding-bottom:7px;padding-left:13px;padding-right:13px}.fmtab>.k-link img{height:19px}.fmtab>.k-link{height:21px}.fileManager{min-height:100px}.fileSearchBox{display:inline;position:absolute;right:4px;top:2px}.fileSearchBoxLeft{display:inline;position:absolute;left:4px;top:2px}.fileManager,.searchFileManager{height:100%;position:relative;align-content:stretch}.rootfolder{background-position:0 0;background-image:url("images/icons/coloricons-sprite.png")}.folder{background-position:0 -16px;background-image:url("images/icons/coloricons-sprite.png")}.pdf{background-position:0 -32px;background-image:url("images/icons/coloricons-sprite.png")}.html{background-position:0 -48px;background-image:url("images/icons/coloricons-sprite.png")}.image{background-position:0 -64px;background-image:url("images/icons/coloricons-sprite.png")}.file{background-position:0 0;background-image:url("images/icons/documentSmall.png")}.animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0deg);-o-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.icon-chart-polar-line:before{content:'\e800'}.icon-chart-polar-scatter:before{content:'\e801'}.icon-chart-radar-area:before{content:'\e802'}.icon-chart-radar-column:before{content:'\e803'}.icon-chart-radar-line:before{content:'\e804'}.icon-chart-scatter:before{content:'\e805'}.icon-chart-scatter-line:before{content:'\e806'}.icon-chart-vertical-area:before{content:'\e807'}.icon-chart-vertical-bullet:before{content:'\e808'}.icon-chart-vertical-line:before{content:'\e809'}.icon-date-selection:before{content:'\e80a'}.icon-forum-topics:before{content:'\e80b'}.icon-group-discussion:before{content:'\e80c'}.icon-keyword-selection:before{content:'\e80d'}.icon-layer-selection:before{content:'\e80e'}.icon-listen-events:before{content:'\e80f'}.icon-node-graph:before{content:'\e810'}.icon-tree-display-horizontal:before{content:'\e811'}.icon-tree-display-indented:before{content:'\e812'}.icon-tree-display-vertical:before{content:'\e813'}.icon-whiteboard:before{content:'\e814'}.icon-zoomable-circle-graph:before{content:'\e815'}.icon-chart:before{content:'\e816'}.icon-chart-bubble:before{content:'\e817'}.icon-chart-bullet:before{content:'\e818'}.icon-chart-column:before{content:'\e819'}.icon-chart-donut:before{content:'\e81a'}.icon-chart-funnel:before{content:'\e81b'}.icon-chart-polar-area:before{content:'\e81c'}.icon-chart-bar:before{content:'\e81d'}@font-face{font-family:'fontello';src:url('../font/fontello.eot?29069590');src:url('../font/fontello.eot?29069590#iefix') format('embedded-opentype'),url('../font/fontello.svg?29069590#fontello') format('svg');font-weight:normal;font-style:normal}@font-face{font-family:'fontello';src:url('data:application/octet-stream;base64,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') format('woff'),url('data:application/octet-stream;base64,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YQB0AGUAZAAgAGIAeQAgAHMAdgBnADIAdAB0AGYAIABmAHIAbwBtACAARgBvAG4AdABlAGwAbABvACAAcAByAG8AagBlAGMAdAAuAGgAdAB0AHAAOgAvAC8AZgBvAG4AdABlAGwAbABvAC4AYwBvAG0AAAAAAgAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAeAQIBAwEEAQUBBgEHAQgBCQEKAQsBDAENAQ4BDwEQAREBEgETARQBFQEWARcBGAEZARoBGwEcAR0BHgEfABBjaGFydC1wb2xhci1saW5lE2NoYXJ0LXBvbGFyLXNjYXR0ZXIQY2hhcnQtcmFkYXItYXJlYRJjaGFydC1yYWRhci1jb2x1bW4QY2hhcnQtcmFkYXItbGluZQ1jaGFydC1zY2F0dGVyEmNoYXJ0LXNjYXR0ZXItbGluZRNjaGFydC12ZXJ0aWNhbC1hcmVhFWNoYXJ0LXZlcnRpY2FsLWJ1bGxldBNjaGFydC12ZXJ0aWNhbC1saW5lDmRhdGUtc2VsZWN0aW9uDGZvcnVtLXRvcGljcxBncm91cC1kaXNjdXNzaW9uEWtleXdvcmQtc2VsZWN0aW9uD2xheWVyLXNlbGVjdGlvbg1saXN0ZW4tZXZlbnRzCm5vZGUtZ3JhcGgXdHJlZS1kaXNwbGF5LWhvcml6b250YWwVdHJlZS1kaXNwbGF5LWluZGVudGVkFXRyZWUtZGlzcGxheS12ZXJ0aWNhbAp3aGl0ZWJvYXJkFXpvb21hYmxlLWNpcmNsZS1ncmFwaAVjaGFydAxjaGFydC1idWJibGUMY2hhcnQtYnVsbGV0DGNoYXJ0LWNvbHVtbgtjaGFydC1kb251dAxjaGFydC1mdW5uZWwQY2hhcnQtcG9sYXItYXJlYQAAAAAAAQAB//8ADwAAAAAAAAAAAAAAAAAAAAAAGAAYABgAGANS/2oDUv9qsAAsILAAVVhFWSAgS7gADlFLsAZTWliwNBuwKFlgZiCKVViwAiVhuQgACABjYyNiGyEhsABZsABDI0SyAAEAQ2BCLbABLLAgYGYtsAIsIGQgsMBQsAQmWrIoAQpDRWNFUltYISMhG4pYILBQUFghsEBZGyCwOFBYIbA4WVkgsQEKQ0VjRWFksChQWCGxAQpDRWNFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwAStZWSOwAFBYZVlZLbADLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbAELCMhIyEgZLEFYkIgsAYjQrEBCkNFY7EBCkOwAWBFY7ADKiEgsAZDIIogirABK7EwBSWwBCZRWGBQG2FSWVgjWSEgsEBTWLABKxshsEBZI7AAUFhlWS2wBSywB0MrsgACAENgQi2wBiywByNCIyCwACNCYbACYmawAWOwAWCwBSotsAcsICBFILALQ2O4BABiILAAUFiwQGBZZrABY2BEsAFgLbAILLIHCwBDRUIqIbIAAQBDYEItsAkssABDI0SyAAEAQ2BCLbAKLCAgRSCwASsjsABDsAQlYCBFiiNhIGQgsCBQWCGwABuwMFBYsCAbsEBZWSOwAFBYZVmwAyUjYUREsAFgLbALLCAgRSCwASsjsABDsAQlYCBFiiNhIGSwJFBYsAAbsEBZI7AAUFhlWbADJSNhRESwAWAtsAwsILAAI0KyCwoDRVghGyMhWSohLbANLLECAkWwZGFELbAOLLABYCAgsAxDSrAAUFggsAwjQlmwDUNKsABSWCCwDSNCWS2wDywgsBBiZrABYyC4BABjiiNhsA5DYCCKYCCwDiNCIy2wECxLVFixBGREWSSwDWUjeC2wESxLUVhLU1ixBGREWRshWSSwE2UjeC2wEiyxAA9DVVixDw9DsAFhQrAPK1mwAEOwAiVCsQwCJUKxDQIlQrABFiMgsAMlUFixAQBDYLAEJUKKiiCKI2GwDiohI7ABYSCKI2GwDiohG7EBAENgsAIlQrACJWGwDiohWbAMQ0ewDUNHYLACYiCwAFBYsEBgWWawAWMgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLEAABMjRLABQ7AAPrIBAQFDYEItsBMsALEAAkVUWLAPI0IgRbALI0KwCiOwAWBCIGCwAWG1EBABAA4AQkKKYLESBiuwcisbIlktsBQssQATKy2wFSyxARMrLbAWLLECEystsBcssQMTKy2wGCyxBBMrLbAZLLEFEystsBossQYTKy2wGyyxBxMrLbAcLLEIEystsB0ssQkTKy2wHiwAsA0rsQACRVRYsA8jQiBFsAsjQrAKI7ABYEIgYLABYbUQEAEADgBCQopgsRIGK7ByKxsiWS2wHyyxAB4rLbAgLLEBHistsCEssQIeKy2wIiyxAx4rLbAjLLEEHistsCQssQUeKy2wJSyxBh4rLbAmLLEHHistsCcssQgeKy2wKCyxCR4rLbApLCA8sAFgLbAqLCBgsBBgIEMjsAFgQ7ACJWGwAWCwKSohLbArLLAqK7AqKi2wLCwgIEcgILALQ2O4BABiILAAUFiwQGBZZrABY2AjYTgjIIpVWCBHICCwC0NjuAQAYiCwAFBYsEBgWWawAWNgI2E4GyFZLbAtLACxAAJFVFiwARawLCqwARUwGyJZLbAuLACwDSuxAAJFVFiwARawLCqwARUwGyJZLbAvLCA1sAFgLbAwLACwAUVjuAQAYiCwAFBYsEBgWWawAWOwASuwC0NjuAQAYiCwAFBYsEBgWWawAWOwASuwABa0AAAAAABEPiM4sS8BFSotsDEsIDwgRyCwC0NjuAQAYiCwAFBYsEBgWWawAWNgsABDYTgtsDIsLhc8LbAzLCA8IEcgsAtDY7gEAGIgsABQWLBAYFlmsAFjYLAAQ2GwAUNjOC2wNCyxAgAWJSAuIEewACNCsAIlSYqKRyNHI2EgWGIbIVmwASNCsjMBARUUKi2wNSywABawBCWwBCVHI0cjYbAJQytlii4jICA8ijgtsDYssAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgsAhDIIojRyNHI2EjRmCwBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2EjICCwBCYjRmE4GyOwCENGsAIlsAhDRyNHI2FgILAEQ7ACYiCwAFBYsEBgWWawAWNgIyCwASsjsARDYLABK7AFJWGwBSWwAmIgsABQWLBAYFlmsAFjsAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wNyywABYgICCwBSYgLkcjRyNhIzw4LbA4LLAAFiCwCCNCICAgRiNHsAErI2E4LbA5LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWG5CAAIAGNjIyBYYhshWWO4BABiILAAUFiwQGBZZrABY2AjLiMgIDyKOCMhWS2wOiywABYgsAhDIC5HI0cjYSBgsCBgZrACYiCwAFBYsEBgWWawAWMjICA8ijgtsDssIyAuRrACJUZSWCA8WS6xKwEUKy2wPCwjIC5GsAIlRlBYIDxZLrErARQrLbA9LCMgLkawAiVGUlggPFkjIC5GsAIlRlBYIDxZLrErARQrLbA+LLA1KyMgLkawAiVGUlggPFkusSsBFCstsD8ssDYriiAgPLAEI0KKOCMgLkawAiVGUlggPFkusSsBFCuwBEMusCsrLbBALLAAFrAEJbAEJiAuRyNHI2GwCUMrIyA8IC4jOLErARQrLbBBLLEIBCVCsAAWsAQlsAQlIC5HI0cjYSCwBCNCsAlDKyCwYFBYILBAUVizAiADIBuzAiYDGllCQiMgR7AEQ7ACYiCwAFBYsEBgWWawAWNgILABKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwAmIgsABQWLBAYFlmsAFjYbACJUZhOCMgPCM4GyEgIEYjR7ABKyNhOCFZsSsBFCstsEIssDUrLrErARQrLbBDLLA2KyEjICA8sAQjQiM4sSsBFCuwBEMusCsrLbBELLAAFSBHsAAjQrIAAQEVFBMusDEqLbBFLLAAFSBHsAAjQrIAAQEVFBMusDEqLbBGLLEAARQTsDIqLbBHLLA0Ki2wSCywABZFIyAuIEaKI2E4sSsBFCstsEkssAgjQrBIKy2wSiyyAABBKy2wSyyyAAFBKy2wTCyyAQBBKy2wTSyyAQFBKy2wTiyyAABCKy2wTyyyAAFCKy2wUCyyAQBCKy2wUSyyAQFCKy2wUiyyAAA+Ky2wUyyyAAE+Ky2wVCyyAQA+Ky2wVSyyAQE+Ky2wViyyAABAKy2wVyyyAAFAKy2wWCyyAQBAKy2wWSyyAQFAKy2wWiyyAABDKy2wWyyyAAFDKy2wXCyyAQBDKy2wXSyyAQFDKy2wXiyyAAA/Ky2wXyyyAAE/Ky2wYCyyAQA/Ky2wYSyyAQE/Ky2wYiywNysusSsBFCstsGMssDcrsDsrLbBkLLA3K7A8Ky2wZSywABawNyuwPSstsGYssDgrLrErARQrLbBnLLA4K7A7Ky2waCywOCuwPCstsGkssDgrsD0rLbBqLLA5Ky6xKwEUKy2wayywOSuwOystsGwssDkrsDwrLbBtLLA5K7A9Ky2wbiywOisusSsBFCstsG8ssDorsDsrLbBwLLA6K7A8Ky2wcSywOiuwPSstsHIsswkEAgNFWCEbIyFZQiuwCGWwAyRQeLABFTAtAEu4AMhSWLEBAY5ZsAG5CAAIAGNwsQAFQrIAAQAqsQAFQrMKAgEIKrEABUKzDgABCCqxAAZCugLAAAEACSqxAAdCugBAAAEACSqxAwBEsSQBiFFYsECIWLEDZESxJgGIUVi6CIAAAQRAiGNUWLEDAERZWVlZswwCAQwquAH/hbAEjbECAEQAAA==') format('truetype')}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}.icon-chart-polar-line:before{content:'\e800'}.icon-chart-polar-scatter:before{content:'\e801'}.icon-chart-radar-area:before{content:'\e802'}.icon-chart-radar-column:before{content:'\e803'}.icon-chart-radar-line:before{content:'\e804'}.icon-chart-scatter:before{content:'\e805'}.icon-chart-scatter-line:before{content:'\e806'}.icon-chart-vertical-area:before{content:'\e807'}.icon-chart-vertical-bullet:before{content:'\e808'}.icon-chart-vertical-line:before{content:'\e809'}.icon-date-selection:before{content:'\e80a'}.icon-forum-topics:before{content:'\e80b'}.icon-group-discussion:before{content:'\e80c'}.icon-keyword-selection:before{content:'\e80d'}.icon-layer-selection:before{content:'\e80e'}.icon-listen-events:before{content:'\e80f'}.icon-node-graph:before{content:'\e810'}.icon-tree-display-horizontal:before{content:'\e811'}.icon-tree-display-indented:before{content:'\e812'}.icon-tree-display-vertical:before{content:'\e813'}.icon-whiteboard:before{content:'\e814'}.icon-zoomable-circle-graph:before{content:'\e815'}.icon-chart:before{content:'\e816'}.icon-chart-bubble:before{content:'\e817'}.icon-chart-bullet:before{content:'\e818'}.icon-chart-column:before{content:'\e819'}.icon-chart-donut:before{content:'\e81a'}.icon-chart-funnel:before{content:'\e81b'}.icon-chart-polar-area:before{content:'\e81c'}.icon-chart-bar:before{content:'\e81d'}@font-face{font-family:'fontello';src:url('../font/fontello.eot?59289122');src:url('../font/fontello.eot?59289122#iefix') format('embedded-opentype'),url('../font/fontello.woff2?59289122') format('woff2'),url('../font/fontello.woff?59289122') format('woff'),url('../font/fontello.ttf?59289122') format('truetype'),url('../font/fontello.svg?59289122#fontello') format('svg');font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-chart-polar-line:before{content:'\e800'}.icon-chart-polar-scatter:before{content:'\e801'}.icon-chart-radar-area:before{content:'\e802'}.icon-chart-radar-column:before{content:'\e803'}.icon-chart-radar-line:before{content:'\e804'}.icon-chart-scatter:before{content:'\e805'}.icon-chart-scatter-line:before{content:'\e806'}.icon-chart-vertical-area:before{content:'\e807'}.icon-chart-vertical-bullet:before{content:'\e808'}.icon-chart-vertical-line:before{content:'\e809'}.icon-date-selection:before{content:'\e80a'}.icon-forum-topics:before{content:'\e80b'}.icon-group-discussion:before{content:'\e80c'}.icon-keyword-selection:before{content:'\e80d'}.icon-layer-selection:before{content:'\e80e'}.icon-listen-events:before{content:'\e80f'}.icon-node-graph:before{content:'\e810'}.icon-tree-display-horizontal:before{content:'\e811'}.icon-tree-display-indented:before{content:'\e812'}.icon-tree-display-vertical:before{content:'\e813'}.icon-whiteboard:before{content:'\e814'}.icon-zoomable-circle-graph:before{content:'\e815'}.icon-chart:before{content:'\e816'}.icon-chart-bubble:before{content:'\e817'}.icon-chart-bullet:before{content:'\e818'}.icon-chart-column:before{content:'\e819'}.icon-chart-donut:before{content:'\e81a'}.icon-chart-funnel:before{content:'\e81b'}.icon-chart-polar-area:before{content:'\e81c'}.icon-chart-bar:before{content:'\e81d'}.ng-invalid.ng-touched{background-color:#FA787E}.isOverviewChart,.isOverviewChartParent{height:50px}.columnSmallDD{width:94px}.columnLargeDD{width:240px}.columnSmallTextbox{width:80px}.columnMiniTextbox{width:55px}.columnLabel{width:110px}.column-config-input{margin-bottom:5px;margin-top:5px}.k-grid td.nopadding{padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:0px}.k-grid tbody tr.short{height:1px}.topMargin5{margin-top:5px}.k-grid-content td{vertical-align:top}.columnTable .k-editor{height:auto;width:310px}.columnTable .k-combobox{width:75px}.columnTable .k-editable-area{height:100px}.columnTable .k-insertHtml{height:auto}.k-editor-inline{margin:0;padding:21px 21px 11px;border-width:0;box-shadow:none;background:none}.k-editor-inline.k-state-active{border-width:1px;padding:20px 20px 10px;background:none}.k-editor-inline p{font-size:13px}.gridColumnTemplate{display:inline-block;vertical-align:top;width:200px;height:150px}.k-table{border-spacing:0;border-collapse:collapse;border:1px solid #999;width:100%}.k-table td,.k-table th{border:1px solid #999;padding:3px}.k-grid td table td{border-style:none;border-width:0 0 0 0}.gridColumnTemplate{width:200px}.columnButton{padding-left:5px}.columnActions{float:right;margin:5px}.columnRow{border-top-style:solid;border-top-width:1px;border-top-color:#ffffff}table>tbody>tr:first-child.columnRow{border-top-style:none}.k-grid tbody tr{height:20px}.kendoGridTableCellDiv{white-space:nowrap;height:20px;overflow:hidden;display:inline-block;padding-right:5px}.co-user-popup{border-width:5px;border-radius:5px;border-color:black;border-style:solid;background-color:black;display:inline-block;color:white}.iv5BalloonGraph{display:block;position:relative;width:250px;height:150px}.iv5CopyrightSymbol{font-size:29px;padding-top:1px}.cesium-navigation-button{width:100px}.balloonImage{max-width:200px}.propertyRemoveTrash{padding:0px;border-style:none}.topbarbutton{height:25px;width:33px;margin-top:2px;padding:0px}.fullScreenToggle{position:absolute;right:0px;bottom:0px;width:28px;height:30px;padding-top:2px;padding-bottom:0px;border-radius:5px}ul.fullScreenToggle>li.k-item{border-right-width:0px !important}ul.fullScreenToggle>li.k-item>span.k-link{margin:0px;padding:1px !important}.newTab{display:inline;padding:2px}.relativeBlock{display:block;position:relative}.relative{position:relative}.cesium-map{display:block;position:absolute;top:36px;bottom:0px;right:0px;left:0px}.cesium-map-no-lm{display:block;position:absolute;top:0px;bottom:0px;right:0px;left:0px}.ivMapPanel{display:block;height:100%}.ivMapArea{display:block;height:100%}.ivPane,.lmPane,.ivcontainer>div.k-splitter>div.k-splitbar-horizontal{height:inherit !important;min-height:200px}.ivcontainer{height:100%}.ivcontainer>div.k-splitter{height:inherit !important}.ivcontainer>div.k-splitter>div.lmPane.horizontal{position:relative;display:block}.iv5ContextMenu{min-width:110px}.nowrap{white-space:nowrap}ul.unstyled,ol.unstyled{margin-left:0;padding-left:0;list-style:none}.header-select{height:26px}.review-list{border-top:1px solid #c9c9c9}.review-item{border-bottom:1px solid #c9c9c9;min-height:110px}.review-item-wrapper{border-left:1px solid #c9c9c9}.nav,.pagination,.carousel,.panel-title a,.panel-heading{cursor:pointer}.panel{margin-bottom:10px}.layer-title{margin-left:30px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tag-list{margin:0;list-style:none;padding:10px 10px 5px 10px}.tag-list li{display:inline-block;margin-right:5px}.tag{display:inline-block;margin-bottom:4px;color:#111111;background-color:#f6f6f6;padding:1px 10px;border:1px solid #dddddd;-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;-webkit-box-shadow:inset 0 1px 0 #ffffff;-moz-box-shadow:inset 0 1px 0 #ffffff;box-shadow:inset 0 1px 0 #ffffff}a.tag:hover{text-decoration:none;color:#fff;background-color:#1e378d;border:1px solid #0f4267;-webkit-box-shadow:inset 0 1px 0 #3d97b3;-moz-box-shadow:inset 0 1px 0 #3d97b3;box-shadow:inset 0 1px 0 #3d97b3}.layer-body{padding:5px}.layer-type-icon{float:left}.colored{background-color:#ddd4b0;outline:solid;outline-color:#000000;outline-width:1px}.advanced-search-button{margin-left:5px}.panel-group .accordion-list-group{margin-bottom:5px}.accordion-list-group .list-group{margin-bottom:0}.accordion-list-group .list-group .list-group-item{border-radius:0;border-left:none;border-right:none}.accordion-list-group .list-group .list-group-item:last-child{border-bottom:none}.accordion-list-group .panel-body{padding:0}.fillWidth{width:auto}.fillSpace{position:absolute;top:10px;left:10px;bottom:10px;right:10px}.ckanitem{border-radius:4px;border:1px solid #3d3d3d;background-color:#c9cad9;padding:5px;margin-top:1px}.layerDataItem{border:1px solid #ccc;background-color:#eeeeee;padding:5px}.borderlessIcon{margin-top:3px;outline:none;font-size:26px;color:darkred}.activeLayerContentSQ{position:relative;margin:0;height:30px}.paginationWrapper{position:absolute;top:20px;margin-left:auto;margin-right:auto}.layerDataWrapper{position:absolute;overflow-y:scroll;overflow-x:hidden;top:80px;left:0px;bottom:0px;right:0px}.showDataBtn{position:absolute;right:33px;width:30px}.configLayerBtn{position:absolute;right:0px;width:30px}.quickFilterWrapper{position:absolute;display:block;left:0px;right:12px}.activeItemInputWrapper{position:absolute;left:0px;right:82px}.activeItemInput{width:100%}.itemCfg{position:relative;margin-top:0px;margin-bottom:10px;margin-left:10px;margin-right:10px}form{margin:0 0 0px}.ivDlg{border-radius:8px;z-index:11000!important;width:100px;height:100px;border:1px solid #b2b0b0}fieldset{width:500px}label.field{text-align:right;width:100px;float:left;font-weight:bold;margin-right:4px}fieldset p{clear:both;padding:5px}.collapse{position:inherit;overflow:none}.date_time_picker{position:relative;z-index:999!important}.layerTypeIcon{margin-left:4px;margin-right:4px}#wmsLayerOpacity{width:100%}.toptoolbar{position:relative;height:36px}.toptoolbar .btn{padding:2px 8px}.header-heading{margin-top:7px}a:focus{outline:none;outline-offset:0}.toolbarcenter{text-align:center}.toolbarleft{float:left;margin-top:4px;margin-left:4px}.toolbarright{float:right;margin-top:4px;margin-right:7px}.toolbarright button{margin-right:1px;width:33px}.toolbarButton{margin:5px;padding:5px;display:block}#toolbarEditFeatures{position:absolute;top:2px;right:45px;display:inline}#toolbarMeasurementTools{position:absolute;top:2px;right:7px;display:inline}.browsePanel{position:relative}.activeLayersPanel{position:relative}.ivcesium{display:block;height:100%}@-moz-keyframes hideBalloonAnimation{from{opacity:1;z-index:1111}to{-moz-transform:rotateX(50deg) rotateY(30deg) translate(-50%, -50%);opacity:0;z-index:0}}@-webkit-keyframes hideBalloonAnimation{from{opacity:1;z-index:1111}to{-webkit-transform:rotateX(50deg) rotateY(30deg) translate(-50%, -50%);opacity:0;z-index:0}}@keyframes hideBalloonAnimation{from{opacity:1;z-index:1111}to{transform:rotateX(50deg) rotateY(30deg) translate(-50%, -50%);opacity:0;z-index:0}}.cesium-balloon-container{visibility:hidden;display:none}.cesium-balloon-container-visible{opacity:1;visibility:visible;display:block}#screen{position:absolute;top:0px;bottom:0px;left:0px;right:0px;overflow:hidden}.search-help{margin-top:20px;margin-bottom:20px}.search-header{margin-top:10px}.searchinput{margin-bottom:20px}.search-results{margin-top:20px}input.form-control.search-term-input{width:100%}.inlineTextInput{background-color:transparent;height:1.31em;line-height:1.31em;padding:.18em 0;text-indent:.33em;border:0;margin:1px 0 0;float:left}.tagItem{margin:1px 0 1px 1px;padding:.1em .15em .1em .4em;line-height:1.5em;float:left}.panelHeader{padding-left:5px;padding-right:5px;padding-top:4px;padding-bottom:2px;margin-top:auto;margin-bottom:auto;height:36px;border:1px solid #b2b0b0;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-color:#efefef;-webkit-box-shadow:0 2px 2px rgba(6,6,6,0.09),inset 0 1px 0 rgba(255,255,255,0.6),inset 0 0 0 1px rgba(247,247,247,0.25);-moz-box-shadow:0 2px 2px rgba(6,6,6,0.09),inset 0 1px 0 rgba(255,255,255,0.6),inset 0 0 0 1px rgba(247,247,247,0.25);box-shadow:0 2px 2px rgba(6,6,6,0.09),inset 0 1px 0 rgba(255,255,255,0.6),inset 0 0 0 1px rgba(247,247,247,0.25);background-image:-webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(163,163,163,0.4)), color-stop(100%, rgba(233,233,233,0.4)));background-image:-webkit-linear-gradient(bottom, rgba(163,163,163,0.4) 0%, rgba(233,233,233,0.4) 100%);background-image:-moz-linear-gradient(bottom, rgba(163,163,163,0.4) 0%, rgba(233,233,233,0.4) 100%);background-image:-o-linear-gradient(bottom, rgba(163,163,163,0.4) 0%, rgba(233,233,233,0.4) 100%);background-image:linear-gradient(bottom, rgba(163,163,163,0.4) 0%, rgba(233,233,233,0.4) 100%)}.pane-list{-webkit-padding-start:0px}.panelContent{margin:0px}.panelInnerContent{margin-top:10px;margin-bottom:4px;margin-left:4px;margin-right:4px}#btnExpandImageryLayer{float:right;background:rgba(0,0,0,0);color:#444444;border:none;outline:none}#btnRemoveLayer{float:right;padding-top:5px;background:rgba(0,0,0,0);color:#444444;border:none;outline:none}.closeButton{font-size:20px}.ivIconBtn{float:right;display:inline-block;background:rgba(0,0,0,0);color:#888888;border:none;outline:none}.left{float:left}.right{float:right}#inputDescription{font-size:14px}.ivIconButton{display:inline-block;background:rgba(0,0,0,0);color:#888888;border:none;outline:none}button:focus{outline:none}.ui-layout-pane{margin:0 !important;padding:0 !important}span.dynatree-active a{background-color:#1f86c9 !important;color:#000000 !important;border-radius:4px}span.dynatree-folder a{font-weight:normal}ul.dynatree-container{background-color:transparent;border-width:0px;font-family:arial;font-size:12px}span.dynatree-node a{font-size:12px}ul.dynatree-container a{color:#000000}ul.dynatree-container a:hover{background-color:#1f86c9;border-color:#00ff00;border-width:3;border-radius:4px}ul.dynatree-container a:focus,span.dynatree-focused a:link{background-color:#abc9ef;outline:none}ul.dynatree-container img{width:25px;height:14px;margin-left:4px;vertical-align:top;border-style:none}ul.dynatree-container{height:100%;overflow:auto}.activeLayerItem{border:1px solid #ccc;-webkit-border-radius:2px 2px 2px 2px;-moz-border-radius:2px 2px 2px 2px;-ms-border-radius:2px 2px 2px 2px;-o-border-radius:2px 2px 2px 2px;border-radius:2px 2px 2px 2px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-color:#eeeeee}.activeLayerItemHeader{line-height:30px;margin-left:10px}.activeLayerItemHeaderChild{vertical-align:middle}.activeLayerContent{margin:4px;padding:4px;border:1px solid rgba(0,0,0,0.2);background-color:#eeeeee}.browseLayerItem{z-index:20;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element;cursor:move;padding-left:4px;padding-right:4px}[draggable]{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;user-select:none;-khtml-user-drag:element;-webkit-user-drag:element;cursor:move}.inlineButton{display:inline-block}.removeLayerButton{display:inline-block}.layerChkTitle{display:inline-block;font-family:"Arial";font-size:12px;font-weight:bold;margin-top:4px;margin-bottom:0px;margin-left:4px;margin-right:4px}.loading{margin-top:4px;margin-bottom:0px;margin-left:6px;margin-right:6px}label input[type="checkbox"]+.custom-checkbox{border-radius:3px;vertical-align:middle;margin-right:3px;display:inline-block;position:relative;padding:6px;border:1px solid #000000;background:-webkit-linear-gradient(top, #bbbbbb 0%, #eeeeee 100%);background:-moz-linear-gradient(top, #bbbbbb 0%, #eeeeee 100%);background:-o-linear-gradient(top, #bbbbbb 0%, #eeeeee 100%);background:-ms-linear-gradient(top, #bbbbbb 0%, #eeeeee 100%);background:linear-gradient(top, #bbbbbb 0%, #eeeeee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#eeeeee', GradientType=0)}label input[type="checkbox"]:checked+.custom-checkbox:after{content:'';position:absolute;width:5px;height:3px;background:transparent;top:3px;left:2px;border:2px solid #1e69a7;border-top:none;border-right:none;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.ui-slider .ui-slider-handle{border:1px solid #444444;width:10px;height:10px;border-radius:10px;background:#777777;font-weight:normal;color:#eeeeee;outline:none}.ui-slider .ui-slider-handle :hover{border:1px solid #444444;width:10px;height:10px;border-radius:10px;background:#ffffff;font-weight:normal;color:#eeeeee;outline:none}.ui-slider-horizontal{margin-top:12px;height:5px;background:#999999}#swatch{width:50px;height:50px;border:1px solid black}#red .ui-slider-range{background:#ef2929}#red .ui-slider-handle{border-color:#ef2929}#green .ui-slider-range{background:#8ae234}#green .ui-slider-handle{border-color:#8ae234}#blue .ui-slider-range{background:#729fcf}#blue .ui-slider-handle{border-color:#729fcf}.layerName{font-family:"Arial";font-size:12px}.chkBox{cursor:pointer}.ui-widget-header{border:0px;background:none;background-image:none}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:"Arial";font-size:12px}.ui-widget input{border-radius:4px;border-color:#c5c5c5;color:#000000}.ui-widget textarea{border-radius:4px;border-color:#c5c5c5;color:#000000}.coTree{list-style-type:none;margin-left:10px;padding-bottom:5px}.coTree li a.icon{display:inline-block;width:24px;cursor:pointer;vertical-align:text-bottom}.coTree li .node:hover>a.addChild{display:inline-block}.coTree li a.addChild{margin-left:10px;cursor:pointer;display:none;vertical-align:text-bottom}.coTree li .node{padding-bottom:5px}.coTree span.nodeLabel{cursor:pointer}.coTree span.nodeLabel.selected{border:1px solid #aaa;background-color:#ddd;padding:1px 3px}.ui-dialog{position:absolute;left:0px;top:50px;height:220px;padding:0px}.ui-dialog .ui-dialog-titlebar{padding:.1em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;color:#000;font-family:"Arial";font-size:12px;font-weight:bold}.ui-icon-closethick{background-image:url(../images/13x13close.png) !important;background-position:left top !important;margin:0 !important}.ui-dialog .ui-dialog-titlebar-close,.ui-icon-closethick{width:13px !important;height:13px !important}.ui-dialog .ui-dialog-titlebar-close{background:none !important;border:none !important;right:.9em;top:1.1em}.ui-dialog .ui-dialog-titlebar-close,.ui-dialog .ui-dialog-titlebar-close:hover{padding:0 !important}.ui-dialog .ui-dialog-buttonpane button{border:1px solid rgba(0,0,0,0.25);background-color:#eaeaea;color:#000000;font-family:"Arial";font-size:12px;font-weight:bold}#inputTitle{height:30px}.control-box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.progress-bar{position:relative;overflow:hidden;width:100%;height:11px;border-radius:10px;border:1px solid #c5c5c5;background-image:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));border-color:#c5c5c5;margin-top:4px}.percent{position:absolute;top:-4px;right:0;left:0;bottom:0;width:100%;height:100%;margin:0;padding:0;z-index:1;text-align:center;font-size:10px;color:#000000}.uploaded{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;margin:0;padding:0;border-radius:10px;background-image:-webkit-gradient(linear, left top, left bottom, from(#1f86c9), to(#1f86c9));border-color:#c5c5c5}.dropbox{position:relative;overflow:hidden;display:block;width:100%;height:30px;border-style:solid;border-width:1px;border-radius:4px;background-color:#eeeeee;border-color:#c5c5c5;color:#8f8f8f;text-align:center;vertical-align:middle;font-family:"Arial";font-size:12px;font-weight:bold}.centeredText{position:absolute;top:4px;right:0;left:0;bottom:0;width:100%;height:100%;text-align:center;vertical-align:middle;color:#000000}input[type="file"]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;margin:0;padding:0;z-index:2;opacity:0;background-color:#FF0000;cursor:pointer;vertical-align:middle}.dropbox.not-available{background-color:#F88}.dropbox.over{background-color:#eeeeee}.coBtnPnl button{border:1px solid #000;color:#000000;font-family:"Arial";font-size:12px;font-weight:bold}.coBtnPnl{padding-top:10px;position:relative;width:100%;text-align:center}.ui-dialog .ui-dialog-content{color:#000000;font-family:"Arial";font-size:12px;font-weight:bold}.coDlg{border:1px solid rgba(0,0,0,0.25);background-color:#eaeaea;margin-top:0px;margin-left:10px;margin-right:10px;margin-bottom:10px;color:#000000;font-family:"Arial";font-size:12px;font-weight:bold}.coDlgContent{top:0px;bottom:0px;right:0px;left:0px;position:absolute;background-color:rgba(0,0,0,0)}.blackBack{background-color:#000}.context-menu-item.icon{display:list-item;width:auto}.hero-unit{margin:50px auto 0 auto;width:300px;font-size:18px;font-weight:200;line-height:30px;background-color:#eee;border-radius:6px;padding:60px}.hero-unit h1{font-size:60px;line-height:1;letter-spacing:-1px}.loading{display:inline-block;border-width:7px;border-radius:50%;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;-o-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.style-1{border-style:solid;border-color:#444 transparent}.style-2{border-style:double;border-color:#444 transparent}.style-3{border-style:double;border-color:#444 #fff #fff}@-webkit-keyframes spin{100%{-webkit-transform:rotate(359deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(359deg)}}@-o-keyframes spin{100%{-moz-transform:rotate(359deg)}}@keyframes spin{100%{transform:rotate(359deg)}}.select2-container .select2-choice{width:200px}@charset "utf-8";.k-widget>.k-header{background-color:transparent!important}.k-toolbar{background:none;background-color:transparent}#content-options .k-button{border-radius:4px}.k-widget,.k-button{-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0),0 1px 2px rgba(0,0,0,0);box-shadow:inset 0 1px 0 rgba(255,255,255,0),0 1px 2px rgba(0,0,0,0)}.k-overflow-container .k-button,.k-overflow-container .k-numerictextbox{margin-bottom:10px;width:100% !important}@charset "utf-8";#pagebuilder .k-toolbar{background:none;background-color:transparent;border:none}.k-block>.k-header,.k-window-titlebar{background:transparent;border-bottom-width:0;padding:.8em 0}.k-window-title{position:absolute;left:20px;right:.44em;overflow:hidden;cursor:default;text-overflow:ellipsis}.k-popup.k-list-container,.k-popup.k-calendar-container{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);padding:10px;border-width:1px;border-style:solid}table.k-editor{width:100%;height:250px;table-layout:fixed;border-style:solid;border-width:0;border-collapse:separate;border-spacing:4px;font-size:100%;vertical-align:top;position:relative}.k-sprite{margin-left:-4px}.k-toolbar-resizable{overflow:hidden;text-align:center;white-space:normal}.markerImgSpan{text-align:center;display:inline-block;width:50px}.layerManagerDialog{position:absolute;top:5px;left:5px;right:5px;bottom:5px}.markerSpan{white-space:nowrap}.markerImg,.markerLabel{display:inline-block;margin-right:5px;vertical-align:middle;max-height:25px;max-width:40px}.lmCritClearButtonDiv{text-alight:right}.styleFieldValue .smallInput{width:100px}.styleFieldValue .layerStyleBalloonTemplate{width:380px;margin-left:25px}.styleFieldValue .placemarkSelect,.styleFieldValue .inputField{width:150px;box-sizing:border-box}.tableLinkAll .hideArrow{padding:0 0 0 0}.tableLinkAll .hideArrow>.k-input{border-radius:3px 3px 3px 3px}.tableLinkLimited,.tableLinkAll{margin-right:5px;margin-left:5px}.tableLinkMatches{padding:5px;font-weight:bold;font-style:italic}.fullScreenToggleTop{position:absolute;right:3px;top:3px}ul.fullScreenToggleTop>li.k-item{border-right-width:0px !important}ul.fullScreenToggleTop>li.k-item>span.k-link{margin:0px;padding:2px !important}.k-tabstrip>.k-content.lmPanel{display:block;top:35px;position:absolute;bottom:5px;left:0px;right:0px}.layerManager .k-tabstrip:focus{box-shadow:initial}.lmPanel .contentTreeWrapper{overflow-y:auto;overflow-x:hidden}.lmPanel .contentTree{display:block;position:relative}.lmPanel .contentManager>.contentManagerMain>.headingSpan>.contentItemStartSpacer{display:inline-block;position:absolute}.layerManagerTabs .contentManagerMain{min-width:1400px;overflow:visible;border-style:none;display:block;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.lmPanel .contentManager{overflow:auto;display:block;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.lmPanel>.favoritesLayersList,.lmPanel>.favoritesLayersList>.favoritesLayerListWrapper,.lmPanel>.favoritesLayersList>.favoritesLayerListWrapper>.favoritesListContent,.lmPanel>.favoritesLayersList>.favoritesLayerListWrapper>.favoritesListSearchContent,.lmPanel>.groupLayersList,.lmPanel>.allLayersList,.lmPanel>.groupLayersList>.groupLayerListWrapper,.lmPanel>.groupLayersList>.groupLayerListWrapper>.groupListContent,.lmPanel>.groupLayersList>.groupLayerListWrapper>.groupListSearchContent,.lmPanel>.allLayersList>.allLayerListWrapper,.lmPanel>.allLayersList>.allLayerListWrapper>.allListContent,.lmPanel>.allLayersList>.allLayerListWrapper>.allListSearchContent{overflow:hidden;display:block;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.lmPanel .searchLayerManager>.contentManager{top:24px}.lmPanel .contentManager>.contentManagerMain>.headingSpan{display:block}.lmPanel>.allLayersList,.lmPanel>.groupLayersList,.lmPanel>.favoritesLayersList,.lmPanel search-group-layers-list,.lmPanel search-all-layers-list{border-bottom-style:solid;border-bottom-color:inherit;border-bottom-width:2px}.layerManager,.layerManager>.k-tabstrip-wrapper{position:relative;display:block}.layerManagerTabs{min-width:410px;display:block}.forceShow{display:block !important;opacity:1 !important}.forceHide{display:none !important;opacity:0 !important}.searchBox{display:inline;position:absolute;right:4px;top:2px}.layerManager>.k-tabstrip-wrapper>.k-tabstrip{position:absolute;top:0px;left:0px;right:0px}.layerManager .noButtons.k-tabstrip{bottom:0px}.layerManager .hasButtons.k-tabstrip{bottom:50px}.layerManager,.layerManager>.k-tabstrip-wrapper{min-height:100px;display:block;position:relative;height:100%}div[aria-expanded=true].addeditlayertab{display:block !important}.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div[aria-expanded=false],.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div[aria-hidden=true]{display:none}.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div,.layerManager>.k-tabstrip-wrapper>.k-tabstrip>div{padding-left:0px !important;padding-top:0px !important;padding-right:0px !important;padding-bottom:0px !important}.styleRulesMainDiv{position:absolute;top:50px;bottom:0px;left:0px;right:0px}.styleCheckboxLabels{font-weight:bold}.styleTabInner{overflow:visible;position:absolute;top:14px;bottom:14px;left:14px;right:14px}.addEditPopupForm>.k-tabstrip-wrapper{position:absolute;top:0px;bottom:50px;left:0px;right:0px;overflow:hidden}span.addEditPopupButtonSpan{position:absolute;bottom:0px;right:0px;left:0px}.goright{float:right}.uploadItemTrashBtn{margin-top:0px;margin-bottom:0px;margin-left:0px;height:20px;width:20px;padding:6px}.addeditlayertab{border-style:solid;border-width:1px;position:absolute !important;top:35px;bottom:0px;left:0px;right:0px}.dataSourceTabInner{overflow:auto}.styleFieldHeading{display:block;font-weight:bold;margin-top:10px}.addeditformgroup:first-child .styleFieldHeading{margin-top:0px}.styleFieldName{position:relative;display:inline-block;width:150px}.styleField{display:block}.logicalOperator{padding:3px;height:33px}.addConditionButton,.removeConditionButton{display:inline-block}.addStyleRuleArea{text-align:right;height:30px;position:absolute;bottom:0px;right:0px}.styleRulesArea{min-width:450px}.layerStyleBalloonTemplate{width:340px;display:inline-block;position:relative}.defaultStyleName{font-weight:bold;border-style:solid;border-width:1px;padding:3px}.styleFieldValue{width:200px;position:relative;display:inline-block}.styleNameHeading,.criteriaNameHeading{font-weight:bold}.styleFieldValue .k-colorpicker,.styleFieldValue .k-colorpicker>.k-picker-wrap,.styleFieldValue .k-colorpicker>.k-picker-wrap>.k-selected-color,.styleFieldValue .k-colorpicker>.k-picker-wrap>.k-select{height:1.5em !important;line-height:1.3em !important;min-height:1.5em !important}.styleFieldValue .k-editor .k-combobox{margin-top:5px}.styleFieldValue .k-combobox,.styleFieldValue .k-combobox>.k-dropdown-wrap,.styleFieldValue .k-combobox>.k-dropdown-wrap>.k-input,.styleFieldValue .k-combobox>.k-dropdown-wrap>.k-select{height:1.5em;line-height:1.3em;padding-top:0px;padding-bottom:0px;min-height:1.5em}.styleFieldValue .k-numerictextbox .k-numeric-wrap .k-select .k-link{height:9px}.styleFieldValue .k-numerictextbox .k-numeric-wrap .k-select .k-link:first-child .k-icon{background-position-y:-5px}.styleFieldValue .k-numerictextbox,.styleFieldValue .k-numerictextbox .k-numeric-wrap,.styleFieldValue .k-numerictextbox .k-numeric-wrap .k-formatted-value,.styleFieldValue .k-numerictextbox .k-numeric-wrap .k-input,.styleFieldValue .k-numerictextbox .k-numeric-wrap .k-select{height:1.5em !important;line-height:1.3em !important;min-height:1.5em;padding:0px}.criteriaEntry{padding:3px;height:35px}.fieldSelect,.operatorSelect,.criteriaValue{margin-right:3px}.viewTitle{font-weight:bold}.editFieldButton>.k-button,.removeFieldButton>.k-button{padding-top:0px;padding-bottom:0px;padding-left:10px;padding-right:10px}.removeFieldButton,.editFieldButton{height:20px;position:absolute;top:0px}.removeFieldButton{right:0px}.editFieldButton{right:35px}.fieldSelect,.operatorSelect,.criteriaValue,.logicalOperatorSelect,.addConditionButton,.removeConditionButton,.groupAddConditionButton{height:31px;font-size:12px}.spacefiller{min-width:20px}.logicalOperatorSelect{width:100px}.groupAddConditionButton{padding:3px;text-align:right;margin-right:3px}.andor{width:22px;height:15px;align-self:auto;display:inline-block;padding-right:3px;margin-left:10px;font-weight:bold;font-size:12px;margin-top:8px}.removeConditionButton,.addConditionButton,.groupAddConditionButton{padding-right:3px}.criteriaAreaInner>group-criteria>.criteriaGroup{border-style:none;padding:0px;margin:0px}.criteriaGroup{padding:3px;border-style:solid;border-width:1px;margin:5px;border-radius:3px}.scrollablearea{overflow:auto;border-style:solid;border-width:1px;padding:5px;position:absolute;left:0px;top:0px;right:0px;bottom:35px}.addFieldlayerList,.addFieldList{width:150px}.addDataSourceArea,.addFieldArea{text-align:right;height:30px;position:absolute;bottom:0px;right:15px}.addeditinnertab{overflow:visible}.addeditlabel{margin-bottom:1px}.fieldLineItem,.dataSourceLineItem{min-height:27px;border-width:1px;border-style:solid;padding:3px;margin:3px;border-radius:3px}.addeditformgroup{margin-bottom:3px}.addeditlayertab[aria-expanded=true]{padding:0px !important}.addeditlayertabdiv{padding:1em;overflow:auto;position:absolute;left:0px;top:0px;bottom:0px;right:0px}.tableLinkRow,.fieldRow{position:relative}.criteriaArea,.styleDetailArea{overflow:auto;border-width:1px;border-style:solid;border-radius:3px;padding:5px;position:absolute;top:25px;bottom:35px;left:0px;right:0px}.criteriaButtonArea,.styleDetailButtonArea{height:30px;padding-top:10px;text-align:right;position:absolute;bottom:0px;right:0px}.criteriaButtonArea,.styleDetailButtonArea{height:30px;padding-top:10px;text-align:right}.criteriaNicknameArea,.styleDetailNicknameArea{height:40px}.addeditlayertabstrip,.addeditlayertab{overflow:auto}.addEditPopupButtonSpan,.addeditlayertabs{padding-top:15px}.addeditlayertabstrip{border-width:0px;background-color:inherit;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.hint{text-align:center}.fileDropBox{position:relative;padding-right:1px;display:block;padding:5px;border-style:solid;border-width:1px;border-radius:4px;font-weight:bold}.fieldOption{height:20px}.fieldOptionLarge{height:27px}.fieldOption,.fieldOptionLarge{display:inline-block;width:215px;margin-left:5px;margin-right:5px;border-width:1px;border-bottom-style:dashed;border-radius:3px}.fieldTitle{width:80px;display:inline-block;padding-right:5px;height:20px}.fieldOption.k-content>input{cursor:pointer}.fieldInput{width:110px;display:inline-block;padding-right:5px;padding-left:5px;height:20px;border-radius:4px;border-width:1px;margin-left:5px}.fieldInputDD{width:115px;display:inline-block;height:20px;padding-right:5px}.fieldOptionLarge>.k-dropdown>.k-dropdown-wrap,.fieldOptionLarge>.k-dropdown>.k-dropdown-wrap>.k-input,.fieldOptionLarge>.k-dropdown>.k-dropdown-wrap>.k-select{height:1.5em;line-height:1.3em}.styleFieldValue .k-dropdown>.k-dropdown-wrap,.styleFieldValue .k-dropdown>.k-dropdown-wrap>.k-input,.styleFieldValue .k-dropdown>.k-dropdown-wrap>.k-select{height:1.5em !important;line-height:1.3em !important}.smallTextbox{width:35px}.styleTitle{padding-right:5px;padding-left:5px;font-weight:bold}.styleRuleItem{margin-top:2px;display:inline-block}.styleFieldValue .k-button,.styleFieldValue .k-button>span{height:1.5em;line-height:1.3em;padding-top:1px}.styleRulesLineItem{border-style:solid;border-width:1px;overflow:auto;padding:3px;border-radius:3px;margin:3px}.styleRuleGroup{white-space:nowrap}.dataSourceMainDiv,.fieldsMainDiv{position:absolute;top:14px;left:14px;right:14px;bottom:14px;overflow:visible}.fieldDisplay{position:relative;margin-right:75px}.editFieldDisplay{position:relative;margin-right:5px;margin-top:10px}.uploadItems{margin-top:5px;margin-bottom:5px;padding-inline-start:5px}.fileDropBox.not-available{opacity:.3}.hidePlaceholder>.k-multiselect-wrap>.k-input{display:none}.showPlaceholder>.k-multiselect-wrap>.k-input{font-style:italic}.inlineLabel{display:inline-block}.styleRuleItem>button.k-button{padding-left:10px;padding-right:10px}.addEditPopup{overflow:auto;min-width:500px}.wideicon{width:26px  !important}.shp{background-image:url("images/layertypeicons/shp.png")}.kmz{background-image:url("images/layertypeicons/kmz.png")}.kml{background-image:url("images/layertypeicons/kml.png")}.tileserver{background-image:url("images/layertypeicons/tile.png")}.cell{background-image:url("images/layertypeicons/cell.png")}.wmsserver{background-image:url("images/layertypeicons/wmsserver.png")}.icon{background-image:url("images/layertypeicons/icon.png")}.usr{background-image:url("images/layertypeicons/usr.png")}.vec{background-image:url("images/layertypeicons/vec.png")}.ovr{background-image:url("images/layertypeicons/ovr.png")}.wms{background-image:url("images/layertypeicons/wms.png")}.tif{background-image:url("images/layertypeicons/tif.png")}.other{background-image:url("images/layertypeicons/other.png")}.virtual{background-image:url("images/layertypeicons/virtual.png")}.moveUp5{top:-5px}.busyIndicator{cursor:wait}.widgetEditForm{margin:5px 5px 10px 5px;min-width:200px}.widgetIcon{margin-right:5px}.selectedItemTooltipImage{width:100px}.selectedItemTable{max-width:300px;border-radius:5px;border-style:solid;display:inline-block;max-height:200px;overflow:auto;font-size:12px}.selectedItemImageWrapper{display:block;text-align:center}.selectedItemTable td:nth-of-type(2) span{max-width:200px;display:block}.rightSideButtons{position:absolute;display:inline-block;right:15px}.customGroupOptions{position:absolute;top:0px;bottom:65px;left:0px;right:0px;overflow:scroll}.customGroupOptionsButtons{position:absolute;bottom:0px;right:0px;left:0px;padding:15px;text-align:right;border-top:1px solid #e5e5e5}.chooseLayerButton{margin-bottom:5px}.k-widget.k-window{z-index:5000000}.k-tooltip.k-chart-tooltip{z-index:9999999}.widgetMisconfigured{font-size:12em;text-align:center}.displayLabel{display:inline-block;width:125px}.widgetMisconfigured>.fa-exclamation-triangle{vertical-align:middle}.criteriaAreaInner{border-style:none;border-width:0px;overflow:auto;padding:0px;border-radius:0px}.multiLayerCriteriaDisplayName{font-weight:bold;font-size:12px}.layerSelectionWrapper{display:block;position:relative;text-align:center}.layerSelectionFilterButton{display:inline-block}.notAvailable{text-align:center}.layerSelectionShowAtSingleTime{margin-left:20px}.layerSelectionMainDiv{display:inline-block;min-width:220px}ul.uploadItems{list-style:none}.multiLayerCriteriaListing{padding-bottom:40px}.deleteFeatures{padding-top:10px}.deleteFeaturesLabel,.ignoreFiltersLabel{padding-right:5px}.copyLayerSelectionFilterInstructions,.copyLayerName,.deleteFeatures{padding-bottom:10px}.layerSelectionFilterInstructions{padding-bottom:20px}.nav{margin-bottom:0px}.bottom{vertical-align:bottom}ul#widgetpanelbar>li:first-of-type.k-state-active{flex-grow:1}ul#widgetpanelbar>li:first-of-type.k-state-default{flex-grow:0}ul#widgetpanelbar>li:first-of-type.k-state-active>div:first-of-type{display:flex}#widgetpanelbar span.viewMode>input{margin-top:0px;margin-bottom:2px}#widgetpanelbar span.viewMode,#widgetpanelbar span.widget-title{display:inline-block;padding:2px 4px;font-weight:bold;vertical-align:baseline;text-shadow:0 -1px 0 rgba(0,0,0,0.25);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}#widgetpanelbar span.viewMode:empty,#widgetpanelbar span.widget-title:empty{display:none}#widgetpanelbar span.widget-title{line-height:14px;margin-top:0;margin-bottom:0}#widgetpanelbar span.viewMode{line-height:14px;margin-right:10px}ul#widgetpanelbar.configurationPanel>li>div:first-of-type{padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:00px}.relative{position:relative}.inlineBlock{display:inline-block}.mainPanel{min-height:30px}.block{display:block}.configDialogButtons{display:block;float:none;width:100%}.configSaveBtn,.configCancelBtn,.configSave,.configSaveLeft,.configCancel{border-radius:4px;font-weight:bold;margin:0;padding:8px 0;transition:ease background .2s !important}.configSaveBtn,.configCancelBtn,.configSave,.configCancel{border:none;color:#ffffff}.configDialogButtonsFixed{position:absolute;right:15px;bottom:8px;left:10px}.configSaveBtn{float:left;margin-right:5px;margin-bottom:5px;width:60%}.configCancelBtn{float:right!important;margin-bottom:5px;width:36%}.configSaveBtn,.configSave{background:#2a79b2}.configSaveBtn:hover,.configSave:hover{background:#318BCC}.configCancelBtn,.configCancel{background:#999999}.configCancelBtn:hover,.configCancel:hover{background:#aaaaaa}.tileBtn,.tileBtn:hover{background:#76abd9;color:white;width:100%;border:none}.fullConfigurationPanel{position:absolute;top:10px;bottom:55px;border-bottom:1px solid #dddddd;left:15px;padding-right:20px;right:15px;overflow-y:auto;overflow-x:hidden}.configSaveLeft{margin-right:5px;padding:7px 12px;width:auto}.config-button-group{display:inline-block;float:right}.configSave{margin-right:5px;padding:8px 12px;width:auto}.configCancel{padding:8px 12px;width:auto}ul.configurationPanel>li>div:first-of-type{padding-left:15px;padding-right:15px;padding-top:10px;padding-bottom:10px}.date-selector-from,.date-selector-to,.recent-interval-number,.recent-interval-type{margin-bottom:10px}.date-selector-from,.date-selector-to{width:175px}.datasourceOptions td{border-style:none}.datasourceOptions>tbody>tr>td:first-child{border-right-style:solid;border-right-width:1px}.socialMediaSmallImage{height:15px}.socialMediaSender td,table.socialMediaStats td{padding-top:0px;padding-bottom:0px;padding-right:0px;padding-left:10px}table.socialMediaSender,table.socialMediaStats{display:inline-table;overflow:visible;white-space:nowrap;vertical-align:top}table.socialMediaSender,table.socialMediaStats{width:auto;overflow:visible}.socialMediaUser,.centerText{text-align:center}.smallDropdown{width:125px;font-size:12px}.mediumDropdown{width:150px;font-size:12px}.wideDropdown{width:175px;font-size:12px}.inline{display:inline}.top{vertical-align:top}.textRight{text-align:right}.left{text-align:left}input#datasourceoption{margin-top:0px}.optionLabelSmall{font-weight:bold;width:150px;display:inline-block}.optionDiv,.pad5{padding:5px}label,.bold,.smallLabel{font-weight:bold}.smallLabelWidth{width:200px;display:inline-block;position:relative}.wideSelect{width:300px;font-size:12px}.maxSelect{width:100%;font-size:12px}input#from,input#to,.regularInput,.smallInput,.smallLabel{font-size:12px}.smallInputDD{width:94px;margin-bottom:10px}.smallInput{width:80px}.goright{text-align:right}.flex,.k-panelbar>.flex,.k-panel>.flex{display:flex}.options>div>input.regularInput{width:100%}.inlineFlex{display:inline-flex}.growFlex,.flexGrow{flex-grow:1;flex-shrink:1}.noGrowFlex,.flexNoGrow{flex-grow:0;flex-shrink:0}.flexColumn{flex-direction:column}.flexRow{flex-direction:row}.growTall{height:100%}.growWide{width:100%}.padthis{padding-left:10px}.div-aoi{display:inline-block;vertical-align:top}.div-select{width:100%}.group-sharing-text,.all-sharing-text{display:inline-block;width:200px}span.normalSharingOptionsArea select{margin-top:5px}.cspace-perms{font-weight:bold}.add-cspace-perms{margin-left:15px}.edit-cspace-perms{margin-left:15px}.edit-cspace-perms-text{font-weight:normal}.advancedSharingContent,.publicSharingContent,.privateSharingContent,.normalSharingContent{margin-left:15px}.sharingHeading,.permissionDescription,.userOrGroupDescription{font-weight:bold}.deleteAdvancedRow,.addAdvancedRow{float:right}.sharingInstructions{font-size:12px}.normalSharingOptionsArea{margin-left:15px;margin-top:10px;font-size:12px;font-weight:bold}.imageCropResizePoint{position:absolute;background-color:#333;border:1px #EEE solid;font-size:1px;height:7px;width:7px;z-index:1000}.imageCropSource{width:100%;background-repeat:no-repeat}.imageCropSelector{position:absolute;max-width:100%;display:none;top:0;left:0px;border:dashed 1px #34495e;height:0px;width:0px;background-repeat:no-repeat;z-index:2}.vertical_1{background-color:rgba(52,73,94,0.2);width:1px;position:absolute;top:0px;left:33%;bottom:0px;z-index:9999}.vertical_2{background-color:rgba(52,73,94,0.2);width:1px;position:absolute;top:0px;right:33%;bottom:0px;z-index:9999}.horizontal_1{background-color:rgba(52,73,94,0.2);height:1px;position:absolute;top:33%;left:0px;right:0px;z-index:9999}.horizontal_2{background-color:rgba(52,73,94,0.2);height:1px;position:absolute;left:0px;right:0px;bottom:33%;z-index:9999}.resize_top_left{top:-5px;left:-5px;cursor:nw-resize}.resize_top_middle{top:-5px;bottom:0px;left:0px;right:0px;margin-left:auto;margin-right:auto;cursor:ns-resize}.resize_top_right{top:-5px;right:-5px;cursor:ne-resize}.resize_middle_left{top:0px;bottom:0px;left:-5px;margin-top:auto;margin-bottom:auto;cursor:ew-resize}.resize_bottom_left{bottom:-5px;left:-5px;cursor:sw-resize}.resize_middle_right{top:0px;bottom:0px;right:-5px;margin-top:auto;margin-bottom:auto;cursor:ew-resize}.resize_bottom_middle{bottom:-5px;left:0px;right:0px;margin-left:auto;margin-right:auto;cursor:ns-resize}.resize_bottom_right{bottom:-5px;right:-5px;cursor:se-resize}.resize_top{width:100%;height:10px;background-color:transparent;position:absolute;left:0px;top:-5px;cursor:ns-resize;z-index:999}.resize_bottom{width:100%;height:10px;background-color:transparent;position:absolute;left:0px;bottom:-5px;cursor:ns-resize;z-index:999}.resize_right{height:100%;width:10px;background-color:transparent;position:absolute;right:-5px;top:0px;cursor:ew-resize;z-index:999}.resize_left{height:100%;width:10px;background-color:transparent;position:absolute;left:-5px;top:0px;cursor:ew-resize;z-index:999}.imageCropBlock{position:absolute;top:0;left:0px;width:100%;height:100%;z-index:1}.cropToolLoading{background-color:rgba(0,0,0,0.5) !important;background-repeat:no-repeat !important;background-position:center center !important;background-size:50% !important;width:100%;height:100%;position:absolute;top:0px;left:0}.third_grid{top:0px;bottom:0px;left:0px;right:0px;z-index:9999}.widgetSelector{min-width:300px}.co-widget-iframe{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.co-widget-container{position:absolute;top:0;left:0;right:0;bottom:0;display:table;width:100%;height:100%;margin:0;padding:0;background:#fff}.co-widget-header{position:relative}.t-row{display:table-row}.t-cell{display:table-cell}.co-widget-content-wrapper{height:100%;padding:0 20px 20px;overflow:hidden}.co-widget-content{position:absolute;bottom:20px;left:15px}.co-widget-content-wrapper.no-pad{padding:0}.no-pad .co-widget-content{bottom:0px;left:0px}.co-widget-controls{background:rgba(0,0,0,0) none repeat scroll 0 0;border:medium none;position:absolute;right:0;text-align:right;top:9px;z-index:1}.co-widget-action{line-height:1em;margin:0;margin-top:-5px}.co-widget-icon{color:#888;font-size:14px;line-height:20px;margin-left:15px;margin-top:10px;text-align:left;top:5px;position:absolute}.co-new-widget-row-header{margin:0}.co-new-widget-row-button{margin:20px 0 10px 0}.co-new-widget-row-button .col-xs-right{padding-right:0}.co-new-widget-row-button .col-xs-middle{padding:0 5px}.co-new-widget-row-button .col-xs-left{padding-left:0}.co-new-widget-row-header span{text-transform:uppercase}.co-new-widget-row-body{margin:0;padding-top:15px}.co-widget-row-body{margin:0;padding-top:0}.co-new-widget-row-footer{position:absolute;bottom:0;width:100%;left:15px}.co-new-widget-row-body span{text-transform:uppercase}.co-new-widget-footer-link{font-size:11px;color:#4c9bd2}.co-new-widget-icon{font-size:14px;line-height:20px;margin-top:10px;text-align:left;top:5px;position:absolute;color:gray}.co-new-color-white{color:#fff}.co-new-color-black{color:#000}.co-new-widget-title{font-family:'Catamaran','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:19px;margin-top:16px;margin-bottom:0px;min-height:20px;padding:0 0 0 19px;position:relative;text-align:left;text-transform:none;top:0;width:auto;font-weight:normal;color:gray;word-break:keep-all}.co-widget-title{color:gray;font-family:'Catamaran','Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:12px;line-height:19px;margin:16px 0;min-height:20px;padding:0 32px 0 37px;position:relative;text-align:left;text-transform:uppercase;top:0;width:auto;font-weight:normal;word-break:keep-all}.co-new-widget-about-us{overflow:auto;color:#000}.co-new-widget-details{overflow:hidden;color:#000}.new-details .follow{margin:0;padding-top:7px}.co-no-pad{padding:0}.co-no-pad-left{padding-left:0}.btn-new-blue{background-color:#4c9bd2 !important;color:#fff !important}.btn-new-gray{background-color:lightgray !important;color:#000 !important}.btn-new-black{background-color:#000 !important;color:#fff !important}.btn-new-red{background-color:red !important;color:#fff !important}.btn-new-blue-meeting{background-color:#4c9bd2 !important;color:#fff !important}.btn-meeting-dialog{font-size:10px}.btn-new-blue,.btn-new-gray{border:none;border-radius:2px !important;padding:5px 0;width:100%}.btn-new-blue>i,.btn-new-gray>i{font-size:14px}.btn-new-blue>span,.btn-new-gray>span{font-size:11px !important}#new-sm-links{width:auto;display:inline-block;padding:0;margin:0;list-style-type:none;z-index:0}#new-sm-links li{float:left}#new-sm-links li a{color:#4c9bd2;font-size:18px;padding:0 7px 0 0;position:relative;top:3px}div.new-details{margin:15px 0 0 0}.group-snapshot-widget-row{margin:5px 0}.group-snapshot-widget-statistics-title{font-size:10px;color:gray;text-transform:uppercase}.group-snapshot-widget-statistics-icon{font-size:20px}.group-snapshot-widget-statistics{margin-top:10px;color:#4c9bd2}.group-snapshot-widget-statistics-value{position:relative;font-size:14px;bottom:3px;left:4px}.group-snapshot-widget-row-statistics{margin-top:15px}.group-snapshot-widget-statistics-margin{margin-bottom:20px;padding-right:0px;padding-left:0px}span.new-label{color:darkgray;font-size:12px;padding:15px}p.new-value{word-break:keep-all;color:#545353;font-size:12px}p.new-about-us{margin:10px 0 30px 0;color:#545353;font-size:13px;overflow:auto}.co-widget-controls:hover{background:none}.co-widget-controls a{display:inline-block;margin:0}.co-widget-controls .fa{color:gray;font-size:12px;margin:0;padding:11px 7px 10px;transition:ease all .2s}.co-widget-content-wrapper .co-widget-controls .fa{padding:10px 3px}.co-widget-controls .fa-chevron-down{padding-left:20px}.co-widget-controls .fa:hover,.co-widget-controls a:hover{color:#888}.co-widget-controls .fa-expand{padding-right:14px}.edit-menu{display:inline-block;position:relative}.edit-menu .fa:hover{cursor:pointer}.edit-menu:hover .fa-chevron-down{color:#888}.widgetEditForm table.k-editor{width:100%}.co-widget-menu{background:#fff;box-shadow:0 0 4px rgba(0,0,0,0.4);padding:10px 0 7px;text-align:left}.co-widget-menu a{color:#777;font-size:13px;line-height:28px;display:block;margin:0;padding:0 15px}.co-widget-menu a:hover,.co-widget-menu a:hover .fa{color:#2a79b2}.co-widget-controls .co-widget-menu .fa{color:#888;font-size:13px;margin:0 5px 0 0;padding:0}.co-widget-menu h4{color:#aaa;font-size:11px;line-height:14px;margin:5px 0 10px;padding:0 15px;display:block;text-transform:uppercase}.co-widget-menu span:hover{cursor:default}.co-widget-error{top:0;left:0;right:0;bottom:0;position:absolute;padding:20px;display:flex;justify-content:center;align-items:center}.co-widget-loading{text-align:center;overflow:hidden;position:absolute;top:0;right:0;left:0;bottom:0}.co-widget-loading .fa{font-size:6em;line-height:300px;color:#ccc;left:50%;position:absolute;top:50%;margin-left:-50px;margin-top:-150px;width:100px}.co-widget-loading p{display:none;line-height:20px;position:absolute;top:50%;margin-top:-10px;width:100%;text-align:center}.co-widget-container .t-cell{word-break:break-all}.co-widget-container-wrapper{overflow:hidden;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.co-widget-container-wrapper{overflow:hidden;position:absolute;top:0px;bottom:0px;left:0px;right:0px}.body-about-group{display:flex;flex-direction:column;margin:0;height:100%;min-height:100%}.top-about-group{flex:none}.bottom-about-group{flex:none}.description-about-group{overflow:auto}.pnl{position:absolute;top:0px;left:0px;bottom:0px;right:0px}.pnl-splitter,.pnl-widget{width:100%;height:100%}.pnl-ctrl{display:none}.pnl-dashboard .pnl-splitter .k-splitbar-horizontal{width:0px;border-top-style:none;border-bottom-style:none;border-right-style:none;border-left-width:1px;border-left-style:solid;border-left-color:#ddd}.pnl-dashboard .pnl-splitter .k-splitbar-vertical{height:0px;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-width:1px;border-top-style:solid;border-top-color:#ddd}.pnl-dashboard .pnl-splitter{border:none;box-shadow:none;-webkit-box-shadow:none}.pnl-edit .pnl-has-ctrl-t{top:30px}.pnl-edit .pnl-has-ctrl-b{bottom:30px}.pnl-edit .pnl-has-ctrl-r{right:30px}.pnl-edit .pnl-has-ctrl-l{left:30px}.pnl-edit .pnl-ctrl{display:block;position:absolute;background-color:#f5f5f5;text-align:center;box-shadow:inset 0 0 0 1px rgba(200,200,200,0.2)}.pnl-edit .pnl-ctrl-h{height:30px;right:-30px;left:-30px}.pnl-edit .pnl-ctrl-v{width:30px;top:-30px;bottom:-30px}.pnl-edit .pnl-ctrl .fa{font-size:10px}.pnl-edit .pnl-ctrl-v .fa{display:block;position:relative;top:50%;padding:10px;margin-top:-15px}.pnl-edit .pnl-ctrl-h .fa{line-height:30px;display:inline-block;width:20px}.pnl-edit .pnl-ctrl-t{top:-30px}.pnl-edit .pnl-ctrl-b{bottom:-30px}.pnl-edit .pnl-ctrl-r{right:-30px}.pnl-edit .pnl-ctrl-l{left:-30px}.pnl-edit.pnl-dashboard .pnl-splitter .k-splitbar-horizontal{width:5px;border:none;background-color:#ddd}.pnl-edit.pnl-dashboard .pnl-splitter .k-splitbar-vertical{height:5px;border:none;background-color:#ddd}.pnl-overlay{display:none;text-align:center;white-space:'nowrap';font-weight:bold;overflow:hidden}.pnl-widget-add{position:relative;top:50%;margin-top:-50px}.pnl-widget-add button{position:relative;left:50%;margin-left:-50px;height:100px;width:100px}.pnl-select-widget-group{clear:both}.pnl-select-widget .pnl-select-widget-item{padding:10px;width:200px;height:50px;display:inline-block;background-color:aliceblue;margin:10px;overflow:hidden}.pnl-select-widget-item i{font-size:50px;display:block;margin:0 auto;position:absolute}.pnl-select-widget-item span{margin-left:70px;display:inline-block}.pnl-select-widget .pnl-select-widget-item:hover{background-color:beige}#widget-nav{width:50px;position:fixed;top:54px;left:0;height:100%;z-index:9999999;background:#e1e1e1;overflow:visible}.chevronUpDisabled,.chevronDownDisabled{color:rgba(221,221,221,0.21)}#wrapWidget{pointer-events:none}.widget-icon-tab-button{pointer-events:all}#side-widget-tabs{overflow:hidden;width:100%}.sidebar_arrows .widget-nav-icon .fa-stack .fa{background:#aaa;color:#ddd !important;text-shadow:none}.sidebar_arrows .widget-nav-icon .fa-stack .fa:hover{background:#999;color:#ddd !important}@media (max-width:767px){#widget-nav{width:50px;top:54px;left:0;height:100%;z-index:9999999;background:#e1e1e1}}.widget-nav-icon{display:block;white-space:nowrap;position:relative}.widget-nav-icon .fa-stack{height:auto;position:relative;padding:0;margin-bottom:0;text-shadow:0 0 1px #fff;top:0}.widget-nav-icon .fa-stack .fa{color:#b9b9b9 !important;position:relative;transition:ease all .3s}.widget-nav-icon .fa-stack .fa:hover{background:#ccc;color:#9c9c9c !important}.widget-nav-icon.active .fa-stack .fa{color:#5c9cbf !important}.widget-nav-icon.active .fa-stack .fa,.widget-nav-icon.active .fa-stack .fa:hover{background:#fff}.widget-nav-icon .fa-stack .fa-stack-1x{font-size:25px;line-height:45px;width:50px}.widget-nav-icon .fa-stack .fa-stack-2x{font-size:10px;line-height:40px;position:relative;left:14px}.widget-nav-icon .activity{color:orange}.widget-nav-icon.active .fa-stack{text-shadow:0 0 0 #fff}.widget-nav-icon a .widget-nav-title{border-radius:0 4px 4px 0;display:none;font-size:16px;position:relative;background:#333;padding:7px 8px 7px 7px}.widget-nav-icon a:hover .widget-nav-title{display:block;position:absolute;left:50px;top:0px;color:white;font-weight:bold}.widget-nav-title .members-online-now{float:none}.addFeedsTopSection{position:absolute;top:5px;height:80px;left:5px;right:5px;text-align:center}.addFeedsFirstSep{border-bottom-style:solid;border-bottom-width:1px;position:absolute;top:80px;height:1px;left:5px;right:5px}.addFeedsMiddleSection{position:absolute;top:80px;bottom:45px;left:5px;right:5px}.addFeedsSecondSep{border-bottom-style:solid;border-bottom-width:1px;position:absolute;bottom:45px;height:1px;left:5px;right:5px}.addFeedsDoneBtn{position:absolute;right:20px;bottom:0px}.addFeedsMiddleSection{margin-top:5px;margin-bottom:5px}.feedButtonsArea,.followedFeedsArea,.saveCancelArea,.addFeedsMiddleSection{text-align:center}.feedButtonsAreaInner,.followedFeedsAreaInner,.saveCancelAreaInner,.addFeedsMiddleSectionInner{display:inline-block}.feedImageTooltip{width:200px;padding:5px;border-radius:4px}.feedImageArea{width:100px;display:inline-block;margin-right:10px}.successTestFeed,.errorTestFeed{padding:3px;margin:3px}.feedImage{max-width:100px;max-height:26px}.selectedFeedsArea{text-align:center}.selectedFeedsAreaInner{display:inline-block}.feedButtonsArea,.saveCancelArea{padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:5px}div.individualFeedArea.k-content,div.individualFeedArea.k-alt{position:relative;padding:5px}.individualFeed{margin-right:50px;height:26px}.addNewFeed,.deleteFeed,.addFeed{padding-left:5px;padding-right:5px;padding-top:0px;padding-bottom:0px}.suggestedFeedStar{position:absolute;right:35px;top:5px}.deleteFeed,.addFeed{position:absolute;right:5px;top:5px}.dataFeedDescription{height:26px;line-height:26px}.followedFeedsAreaInner,.addFeedsMiddleSectionInner{min-height:50px;text-align:left}.addFeedsMiddleSection{overflow:scroll}.addFeedsButtonArea{position:absolute;right:20px;bottom:5px;padding-top:5px;padding-bottom:5px}.addFeedsArea{position:absolute;top:0px;bottom:0px;right:0px;left:0px}.grid-display-table{width:25px;height:25px;border-spacing:2px;border-collapse:separate}.grid-display-cell{background-color:gray;border-radius:2px}.docs{position:absolute;top:0;left:0;right:0;bottom:0}.sce{position:absolute;top:0;left:0;right:0;bottom:0;background-color:white;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-content:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.sce .sce-toolbar{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:0 1 auto;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;border-bottom:none}.sce .sce-editor{-webkit-order:0;-ms-flex-order:0;order:0;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto;-webkit-align-self:stretch;-ms-flex-item-align:stretch;align-self:stretch;overflow-y:auto;height:100px;border:1px solid lightgray}.sce .ProseMirror{padding:2em;outline:none;min-height:80%;white-space:pre-wrap}.sce .k-toolbar{text-align:left}.ProseMirror p,.ProseMirror blockquote,.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror ul,.ProseMirror ol,.ProseMirror li,.ProseMirror a,.ProseMirror strong,.ProseMirror em,.ProseMirror b,.ProseMirror i,.ProseMirror pre{margin:0 0 1em 0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;text-transform:none;line-height:1.5em;background-color:#fff}.ProseMirror blockquote{padding-left:1em;border-left:3px solid #ddd}.ProseMirror pre{padding:1em;border:1px solid #ccc;background-color:#eee}.ProseMirror h1{font-size:1.8em}.ProseMirror h2{font-size:1.5em}.ProseMirror h3{font-size:1.2em;font-weight:bold}.ProseMirror strong{font-weight:bold}.ProseMirror em{font-style:italic}.ProseMirror a{border-bottom:1px dashed rgba(0,0,0,0.2)}.ProseMirror li,.ProseMirror li p{margin:0}.ProseMirror li{padding-left:.5em;margin-left:1em}.blurForTour{-webkit-filter:blur(6px);-moz-filter:blur(6px);-o-filter:blur(6px);-ms-filter:blur(6px);filter:blur(6px);opacity:.3}#tour-bar{background:rgba(0,113,188,0.7) none repeat scroll 0 0}#tour-bar>.container{margin:0 auto;padding:0;width:100%}.tour-nav-button.tour-exit-button{width:20px;text-align:center;padding:0}.tour-nav-button-disabled{color:#d3d3d3 !important;pointer-events:none !important;cursor:default;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";filter:alpha(opacity=20);-moz-opacity:.2;-khtml-opacity:.2;opacity:.2}.tour-nav-buttons-wrapper{float:right;padding-top:15px;margin:0px 15px 0 0}.tour-nav-button{color:rgba(255,255,255,0.5);display:inline-block;font-size:20px;padding:0px 7px 0px 7px;cursor:pointer;transition:ease all .2s}.tour-nav-button:hover{color:rgba(255,255,255,0.8)}.tourProgressBar{background-color:#E9659E;color:#E9659E}.tourProgressBarHolder{background-color:#efefef;position:absolute;width:100%}.tourProgressBarHolder,.tourProgressBar{height:8px;top:0px}.tour-nav-area{height:40px;position:relative;text-align:center}@media (max-width:600px){.tour-nav-buttons-wrapper{display:inline-block;float:none}.tour-nav-button.tour-exit-button{position:absolute;right:20px;top:12px}}.uc{position:absolute;overflow:hidden;top:50%;height:50%;left:0;right:0;background:#fff;z-index:1;display:flex;flex-direction:column}.uc h3{color:#888;font-weight:600;letter-spacing:.5px;padding-left:15px}.uc .k-loading{position:absolute;left:30px;top:10px}.uc-inner{height:100%;padding:0 10px;position:relative;width:100%;overflow:auto}.uc-thread .uc-inner{background:#eaeaea;z-index:-1}.uc-threads{border-bottom:1px solid #ddd;overflow:hidden;flex:1 1 auto;height:200px}.uc-user-select{flex:0 1 auto;background:none;padding:0;border-top:none}.uc-user-select:hover{cursor:pointer}.uc .k-multiselect-wrap li{padding:.3em 1.4em .2em .4em}.uc .k-multiselect .k-button{background:none;border:none;border-radius:4px;color:#aaa;line-height:1.1em;transition:ease all .3s}.uc .k-multiselect .k-button:hover{background:#f2f2f2;color:#888}.uc .k-i-close{background-image:none}.uc .k-i-close:after{color:#aaa;content:"\f00d";font-family:fontawesome;font-size:11px;position:absolute;left:5px;top:11px}.uc .k-multiselect .k-button:hover .k-i-close:after{color:#777}.uc .k-multiselect-wrap{border-radius:0;box-shadow:none;color:#888;padding:3px 3px 0}.uc .k-multiselect{border:none;position:relative;top:1px}.uc .k-animation-container{border:none!important}.uc .k-multiselect.k-header.k-state-focused{box-shadow:none}.uc .k-multiselect:before{color:#337ab7;content:"\f067";font-family:fontawesome;font-size:17px;position:absolute;right:15px;top:7px;z-index:10}.uc .k-header{background-color:transparent}.uc .k-multiselect:hover:before{color:#999}.uc .k-multiselect.k-state-focused:before{content:none}.uc .k-animation-container{border:none}.uc-thread{box-shadow:0 9px 4px -5px rgba(0,0,0,0.2) inset;height:400px;flex:2 1 auto;overflow:hidden;margin-bottom:0;padding:1px 0 o}.uc-send{height:3em;flex:0 1 auto;border-top:1px solid #ccc}.uc-send textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%;width:100%;border:0;background-color:#f5f5f5;line-height:2.5em;padding:5px 10px;transition:ease all .3s}.uc-send textarea:focus{background-color:#fafafa;border-color:#aaa}.uc-comment-other .uc-bubble{background:#fff !important}.uc-comment-self .uc-bubble{background:#d1d1d1 !important;margin-right:25px}.uc-threads ul,.uc-threads li{list-style:none;padding:0;margin:0}li.uc-list-item{padding:.3em 0;position:relative}.uc-list-item .img-txt-inline{height:1.2em;width:1.2em;margin:0 2px 0 0}.uc-userlist{white-space:nowrap;overflow:hidden}.uc-userlist a:hover img{opacity:.8}.uc-userlist li{font-size:15px;display:inline-block}.uc-userlist li+li .img-txt-inline{margin-left:.5em}.uc-userlist li+li:before{content:", "}.uc-preview{opacity:.6;font-style:italic;margin:2px 5px 0 0;white-space:nowrap;overflow:hidden}.uc-item-controls{position:absolute;top:5px;right:7px}.uc-item-controls .fa{font-size:14px}.uc-status{display:none;margin-right:25px}.uc-comment-self.uc-comment-sending .uc-status .fa:before{content:"\f10c"}.uc-comment-self.uc-comment-unread .uc-status .fa:before{content:"\f111"}.uc-comment-self .uc-status .fa:before{content:"\f058"}.uc-comment-self .uc-status{display:block;position:absolute;bottom:5px;right:0px;opacity:.5}.uc-comment{position:relative;clear:both;line-height:1.2em;text-align:left}.uc-chat-time{display:none}.uc-chat-user{display:none}.uc-bubble{display:inline-block;padding:10px;max-width:70%;margin:10px 0 10px 25px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;text-align:left}.uc-chat-comment-img{display:none}.uc-comment-self{text-align:right}.uc-comment-self .uc-bubble{background:lightblue}.uc-comment-other .uc-bubble{background:bisque}.uc-comment-show-name .uc-chat-user{display:block;width:100%;clear:both;margin-left:30px;color:#bbb;position:relative;top:10px}.uc-comment-show-time .uc-chat-time{display:block;font-size:12px;width:100%;clear:both;text-align:center;color:#999}.uc-comment-show-picture .uc-chat-comment-img{margin:0;padding:0;display:block;position:relative;top:35px;margin-top:-20px}.doc-file-list ul{list-style-type:none}.doc-file-item{position:relative;border-radius:2px;min-height:1.5em}.doc-header{font-weight:bold;padding:5px}.doc-file-item-description{position:absolute;top:0px;bottom:0px;left:10px;right:25px;overflow:hidden;white-space:nowrap}.doc-file-item-remove-button{position:absolute;top:0px;bottom:0px;right:5px}.doc-file-item-description-text{overflow:hidden;white-space:nowrap}.doc-delete-file{cursor:pointer;width:15px}.gallery-tab-pane{margin-top:10px}.gallery-tabs ul li span{text-transform:uppercase}.fileManagerWrapper{height:300px}.gallery-file-manager-section,.gallery-file-uploader-section,.gallery-settings-section,.gallery-file-upload-section,.gallery-external-media-section,.gallery-advanced-section{margin:15px;padding:15px}.gallery-double-click{font-style:italic}.gallery-settings-section,.gallery-file-upload-section{display:none}.gallery-ext-label,.gallery-edit-label{display:block}.gallery-external-media-section input[type="text"],.gallery-edit-pane input[type="text"]{width:198px}@media only screen and (max-device-width:600px){.gallery-external-media-section input[type="url"],.gallery-edit-pane input[type="url"]{width:198px}.gallery-expand-collapse-all>span{font-size:10pt;display:block}.gallery-radio{display:block}}@media only screen and (min-device-width:600px){.gallery-external-media-section input[type="url"],.gallery-edit-pane input[type="url"]{width:400px}.gallery-expand-collapse-all>span{font-size:10pt;display:inline-block;margin-right:5px}}.gallery-radio{white-space:nowrap}.gallery-radio-stack{white-space:nowrap;display:block}.edit-gallery-item-buttons{margin-top:5px}.gallery-wrapper .configDialogButtonsFixed{right:5px}.gallery-edit-pane{margin-right:5px;margin-left:15px;margin-bottom:5px;padding-top:5px;padding-left:5px;padding-bottom:5px;padding-right:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.gallery-edit-description{font-weight:bold}.gallery-item-edit-item,.gallery-item-edit-section{vertical-align:top}.gallery-crop-wrapper{border-width:1px;border-style:solid;min-height:50px;position:relative;width:150px}.gallery-edit-image{max-width:300px}.gallery-edit-back:hover{cursor:pointer;color:#CCC}.gallery-edit-heading{font-size:20px}.gallery-file-list ul{list-style-type:none}.gallery-delete-file,.gallery-edit-file,.gallery-move-image{cursor:pointer}.gallery-move-image-disabled{cursor:default}.gallery-delete-file,.gallery-edit-file,.gallery-move-image,.gallery-move-image-disabled{width:15px}.gallery-item{position:relative;border-radius:2px;min-height:1.5em}.gallery-item-description{position:absolute;top:0px;bottom:0px;left:75px;right:25px;overflow:hidden;white-space:nowrap}ul.gallery-ul{padding-left:10px}.gallery-item-buttons{position:absolute;top:0px;bottom:0px;left:5px}.gallery-expand-collapse-all{cursor:pointer;white-space:normal;vertical-align:middle;margin-right:2px;margin-left:-5px}.gallery-link-group{display:inline-block;float:left}.gallery-item-remove-button{position:absolute;top:0px;bottom:0px;right:5px}.gallery-item-description-text{overflow:hidden;white-space:nowrap}.gallery-advanced-options-group{padding-left:25px}.gallery-radio-button{white-space:nowrap;padding-right:5px}.gallery-interval-label,.gallery-color-label{width:225px;display:inline-block}.is_anno_config{padding-left:10px}.is_chart_type{display:inline-block;width:70px;height:70px;position:relative;margin:5px;border-style:solid;border-width:1px;border-radius:5px;border-color:lightgray;padding:5px;cursor:pointer}.is_chart_style{display:inline-block;width:100px;height:110px;position:relative;margin:5px;border-style:solid;border-width:1px;border-radius:5px;border-color:lightgray;padding:5px;cursor:pointer}.is_stack_option,.is_explode_option,.is_axis_option{display:inline-block;position:relative;margin:5px;border-style:solid;border-width:1px;border-radius:5px;border-color:lightgray;padding:5px;cursor:pointer;vertical-align:top;text-align:center}.is_axis_option{width:90px;height:80px}.is_stack_option{width:70px;height:70px}.is_explode_option{width:100px;height:130px}.is_chart_type_options{max-width:600px}.is_chart_base_unit_options{max-width:400px}.is_chart_base_unit{display:inline-block;width:70px;height:20px;position:relative;margin:5px;border-style:solid;border-width:1px;border-radius:5px;border-color:lightgray;padding:5px;cursor:pointer;text-align:center}.is_stack_image,.is_explode_image,.is_axis_image{background-size:cover;margin-bottom:7px}.is_stack_image{width:70px;height:50px}.is_explode_image{width:100px;height:90px}.is_axis_image{width:90px;height:60px}.is_stacked_chart{background-image:url("/assets/images/stacked_chart.jpg")}.is_unstacked_chart{background-image:url("/assets/images/unstacked_chart.jpg")}.is_chart_explode_none{background-image:url("/assets/images/chart_no_explode.jpg")}.is_chart_explode_small{background-image:url("/assets/images/chart_small_explode.jpg")}.is_chart_explode_large{background-image:url("/assets/images/chart_large_explode.jpg")}.is_chart_explode_category{background-image:url("/assets/images/chart_category_explode.jpg")}.is_single_axis{background-image:url("/assets/images/chart_single_axis.jpg")}.is_multi_axis{background-image:url("/assets/images/chart_multi_axis.jpg")}.is_chart_select{margin-left:5px}.is_option_heading{font-weight:bold;margin-top:10px;margin-left:-5px}.is_chart_style_description,.is_stack_option_description,.is_explode_option_description,.is_axis_option_description{line-height:1em;font-size:1em;font-weight:bold;text-align:center}.is_selected_chart_type,.is_selected_chart_style,.is_selected_stacked_option,.is_selected_base_unit,.is_selected_explode_option,.is_selected_single_axis_option{border-color:blue}.is_chart_icon{position:absolute;left:7px}.is_chart_icon.is-ic-4x{top:0px;margin-top:5px}.is_chart_icon.fa-4x{top:7px}.is-ic-4x{font-size:4.8em;margin-right:-15px;margin-left:-15px}.is-ic-3x{font-size:3em}i.is_stacked_icon.fa.fa-3x{padding-left:8px;padding-right:2px}.is_stacked_icons{width:90px;height:80px}.is_stacked_icon{position:absolute;background-color:white;border-style:solid;border-width:1px;border-color:gray;border-radius:5px}.is_stacked_icon1{position:absolute;left:20px;top:0px;background-color:white}.is_stacked_icon2{position:absolute;left:40px;top:15px;background-color:white}.is_stacked_icon3{position:absolute;left:0px;top:30px;background-color:white}