 /*!
   * ui-select
   * http://github.com/angular-ui/ui-select
   * Version: 0.19.7 - 2017-04-15T14:28:36.790Z
   * License: MIT
   */.ui-select-highlight
  {
    font-weight: 700;
  }
  
  .ui-select-offscreen
  {
    clip: rect(0 0 0 0)!important;
    width: 1px!important;
    height: 1px!important;
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important;
    outline: 0!important;
    left: 0!important;
    top: 0!important;
  }
  
  .ui-select-choices-row:hover
  {
    background-color: #f5f5f5;
  }
  
  .ng-dirty.ng-invalid>a.select2-choice
  {
    border-color: #d44950;
  }
  
  .select2-result-single
  {
    padding-left: 0;
  }
  
  .select2-locked>.select2-search-choice-close,.select-locked>.ui-select-match-close
  {
    display: none;
  }
  
  body>.select2-container.open
  {
    z-index: 9999;
  }
  
  .ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match
  {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  
  .ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown
  {
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-width: 1px;
    border-top-style: solid;
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
    margin-top: -4px;
  }
  
  .ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search
  {
    margin-top: 4px;
  }
  
  .ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match
  {
    border-bottom-color: #5897fb;
  }
  
  .ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input
  {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  .selectize-input.selectize-focus
  {
    border-color: #007fbb!important;
  }
  
  .selectize-control.single>.selectize-input>input
  {
    width: 100%;
  }
  
  .selectize-control.multi>.selectize-input>input
  {
    margin: 0!important;
  }
  
  .selectize-control>.selectize-dropdown
  {
    width: 100%;
  }
  
  .ng-dirty.ng-invalid>div.selectize-input
  {
    border-color: #d44950;
  }
  
  .ui-select-container[theme=selectize].direction-up .ui-select-dropdown
  {
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
    margin-top: -2px;
  }
  
  .ui-select-container[theme=selectize] input.ui-select-search-hidden
  {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    width: 0;
  }
  
  .btn-default-focus
  {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }
  
  .ui-select-bootstrap .ui-select-toggle
  {
    position: relative;
  }
  
  .ui-select-bootstrap .ui-select-toggle>.caret
  {
    position: absolute;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -2px;
  }
  
  .input-group>.ui-select-bootstrap.dropdown
  {
    position: static;
  }
  
  .input-group>.ui-select-bootstrap>input.ui-select-search.form-control
  {
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up
  {
    border-radius: 4px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
  }
  
  .ui-select-bootstrap .ui-select-search-hidden
  {
    opacity: 0;
    height: 0;
    min-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  
  .ui-select-bootstrap>.ui-select-match>.btn
  {
    text-align: left!important;
  }
  
  .ui-select-bootstrap>.ui-select-match>.caret
  {
    position: absolute;
    top: 45%;
    right: 15px;
  }
  
  .ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice
  {
    width: 100%;
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
    margin-top: -1px;
  }
  
  body>.ui-select-bootstrap.open
  {
    z-index: 1000;
  }
  
  .ui-select-multiple.ui-select-bootstrap
  {
    height: auto;
    padding: 3px 3px 0;
  }
  
  .ui-select-multiple.ui-select-bootstrap input.ui-select-search
  {
    background-color: transparent!important;
    border: none;
    outline: none;
    height: 1.666666em;
    margin-bottom: 3px;
  }
  
  .ui-select-multiple.ui-select-bootstrap .ui-select-match .close
  {
    font-size: 1.6em;
    line-height: .75;
  }
  
  .ui-select-multiple.ui-select-bootstrap .ui-select-match-item
  {
    outline: 0;
    margin: 0 3px 3px 0;
  }
  
  .ui-select-multiple .ui-select-match-item
  {
    position: relative;
  }
  
  .ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close
  {
    pointer-events: none;
  }
  
  .ui-select-multiple:hover .ui-select-match-item.dropping-before:before
  {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    margin-right: 2px;
    border-left: 1px solid #428bca;
  }
  
  .ui-select-multiple:hover .ui-select-match-item.dropping-after:after
  {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    margin-left: 2px;
    border-right: 1px solid #428bca;
  }
  
  .ui-select-bootstrap .ui-select-choices-row>span
  {
    cursor: pointer;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  
  .ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover
  {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  
  .ui-select-bootstrap .ui-select-choices-row.active>span
  {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
  }
  
  .ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span
  {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
  }
  
  .ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add
  {
    display: none!important;
  }
  
  .ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match
  {
    border-color: #d44950;
  }
  
  .ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown
  {
    box-shadow: 0 -4px 8px rgba(0,0,0,.25);
  }
  
  .ui-select-bootstrap .ui-select-match-text
  {
    width: 100%;
    padding-right: 1em;
  }
  
  .ui-select-bootstrap .ui-select-match-text span
  {
    display: inline-block;
    width: 100%;
    overflow: hidden;
  }
  
  .ui-select-bootstrap .ui-select-toggle>a.btn
  {
    position: absolute;
    height: 10px;
    right: 10px;
    margin-top: -2px;
  }
  
  .ui-select-refreshing.glyphicon
  {
    position: absolute;
    right: 0;
    padding: 8px 27px;
  }
  
  @-webkit-keyframes ui-select-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  @keyframes ui-select-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  .ui-select-spin
  {
    -webkit-animation: ui-select-spin 2s infinite linear;
    animation: ui-select-spin 2s infinite linear;
  }
  
  .ui-select-refreshing.ng-animate
  {
    -webkit-animation: none 0s;
  }
  
  #header,.hamburger .navbar-default,.signin,.welcome .site-content,.welcome main,header
  {
    background-image: linear-gradient(90deg,#3e53a4,#cf0989);
  }
  
  @font-face
  {
    font-family:PrecisionSans_W_Rg;src:url(../fonts/PrecisionSans_W_Rg.eot);src:url(../fonts/PrecisionSans_W_Rg.eot?#iefix) format("embedded-opentype"),url(../fonts/PrecisionSans_W_Rg.woff) format("woff"),url(../fonts/PrecisionSans_W_Rg.ttf) format("truetype"),url(../fonts/PrecisionSans_W_Rg.svg#PrecisionSans_W_Rg) format("svg");
  }
  
  @font-face
  {
    font-family:PrecisionSans_W_Bd;src:url(../fonts/PrecisionSans_W_Bd.eot);src:url(../fonts/PrecisionSans_W_Bd.eot?#iefix) format("embedded-opentype"),url(../fonts/PrecisionSans_W_Bd.woff) format("woff"),url(../fonts/PrecisionSans_W_Bd.ttf) format("truetype"),url(../fonts/PrecisionSans_W_Bd.svg#PrecisionSans_W_Bd) format("svg");
  }
  
  @font-face
  {
    font-family:PrecisionSans_W_Lt;src:url(../fonts/PrecisionSans_W_Lt.eot);src:url(../fonts/PrecisionSans_W_Lt.eot?#iefix) format("embedded-opentype"),url(../fonts/PrecisionSans_W_Lt.woff) format("woff"),url(../fonts/PrecisionSans_W_Lt.ttf) format("truetype"),url(../fonts/PrecisionSans_W_Lt.svg#PrecisionSans_W_Lt) format("svg");
  }
  
  @font-face
  {
    font-family:PrecisionSans_W_LtIt;src:url(../fonts/PrecisionSans_W_LtIt.eot);src:url(../fonts/PrecisionSans_W_LtIt.eot?#iefix) format("embedded-opentype"),url(../fonts/PrecisionSans_W_LtIt.woff) format("woff"),url(../fonts/PrecisionSans_W_LtIt.ttf) format("truetype"),url(../fonts/PrecisionSans_W_LtIt.svg#PrecisionSans_W_LtIt) format("svg");
  }
  
  @font-face
  {
    font-family:PrecisionSans_W_Md;src:url(../fonts/PrecisionSans_W_Md.eot);src:url(../fonts/PrecisionSans_W_Md.eot?#iefix) format("embedded-opentype"),url(../fonts/PrecisionSans_W_Md.woff) format("woff"),url(../fonts/PrecisionSans_W_Md.ttf) format("truetype"),url(../fonts/PrecisionSans_W_Md.svg#PrecisionSans_W_Md) format("svg");
  }
  
  @font-face
  {
    font-family:pbfont;src:url(../fonts/pbfont.eot);src:url(../fonts/pbfont.eot?#iefix) format("embedded-opentype"),url(../fonts/pbfont.woff) format("woff"),url(../fonts/pbfont.ttf) format("truetype"),url(../fonts/pbfont.svg#pbfont) format("svg");
  }
  
  [class*=" pbfont-"],[class^=pbfont-]
  {
    font-family: pbfont;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .pbfont-treeview:before
  {
    content: "\e616";
  }
  
  .pbfont-flag:before
  {
    content: "\f11d";
  }
  
  .pbfont-scale:before
  {
    content: "\e613";
  }
  
  .pbfont-metadata:before
  {
    content: "\e600";
  }
  
  .pbfont-metadatatemplate:before
  {
    content: "\e601";
  }
  
  .pbfont-connection:before
  {
    content: "\e602";
  }
  
  .pbfont-newconnection:before
  {
    content: "\e603";
  }
  
  .pbfont-databaseconnection:before
  {
    content: "\e604";
  }
  
  .pbfont-filesystemconnection:before
  {
    content: "\e605";
  }
  
  .pbfont-catalog:before
  {
    content: "\e606";
  }
  
  .pbfont-newcatalog:before
  {
    content: "\e607";
  }
  
  .pbfont-addtocatalog:before
  {
    content: "\e608";
  }
  
  .pbfont-folder:before
  {
    content: "\e609";
  }
  
  .pbfont-newfolder:before
  {
    content: "\e60a";
  }
  
  .pbfont-addtofolder:before
  {
    content: "\e60b";
  }
  
  .pbfont-table:before
  {
    content: "\e60c";
  }
  
  .pbfont-newtable:before
  {
    content: "\e60e";
  }
  
  .pbfont-labellayer:before
  {
    content: "\e617";
  }
  
  .pbfont-layer:before
  {
    content: "\e60d";
  }
  
  .pbfont-newlayer:before
  {
    content: "\e618";
  }
  
  .pbfont-map:before
  {
    content: "\e60f";
  }
  
  .pbfont-newmap:before
  {
    content: "\e619";
  }
  
  .pbfont-tile:before
  {
    content: "\e610";
  }
  
  .pbfont-newtile:before
  {
    content: "\e61a";
  }
  
  .pbfont-addressbook:before
  {
    content: "\e614";
  }
  
  .pbfont-point:before
  {
    content: "\e611";
  }
  
  .pbfont-polygon:before
  {
    content: "\e612";
  }
  
  .pbfont-line:before
  {
    content: "\e615";
  }
  
  .pbfont-admin:before
  {
    content: "\e61b";
  }
  
  @font-face
  {
    font-family:Nucleo Mini;src:url(../fonts/nucleo-mini.eot);src:url(../fonts/nucleo-mini.eot) format("embedded-opentype"),url(../fonts/nucleo-mini.woff2) format("woff2"),url(../fonts/nucleo-mini.woff) format("woff"),url(../fonts/nucleo-mini.ttf) format("truetype"),url(../fonts/nucleo-mini.svg) format("svg");font-weight:400;font-style:normal;
  }
  
  .nc-icon-mini
  {
    display: inline-block;
    font: normal normal normal 14px/1 Nucleo Mini;
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .nc-icon-mini.lg
  {
    font-size: 1.33333333em;
    vertical-align: -16%;
  }
  
  .nc-icon-mini.x2
  {
    font-size: 2em;
  }
  
  .nc-icon-mini.x3
  {
    font-size: 3em;
  }
  
  .nc-icon-mini.circle,.nc-icon-mini.square
  {
    padding: .33333em;
    vertical-align: -16%;
    background-color: #eee;
  }
  
  .nc-icon-mini.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .nc-icon-ul>li>.nc-icon-mini
  {
    position: absolute;
    left: -1.57143em;
    top: .14286em;
    text-align: center;
  }
  
  .nc-icon-ul>li>.nc-icon-mini.lg
  {
    top: 0;
    left: -1.35714em;
  }
  
  .nc-icon-ul>li>.nc-icon-mini.circle,.nc-icon-ul>li>.nc-icon-mini.square
  {
    top: -.19048em;
    left: -1.90476em;
  }
  
  .nc-icon-mini.spin
  {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
  }
  
  .nc-icon-mini.rotate-90
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .nc-icon-mini.rotate-180
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .nc-icon-mini.rotate-270
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .nc-icon-mini.flip-y
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  .nc-icon-mini.flip-x
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  
  .nc-icon-mini.social_logo-500px:before
  {
    content: "\eb73";
  }
  
  .nc-icon-mini.social_logo-angellist:before
  {
    content: "\eb74";
  }
  
  .nc-icon-mini.social_logo-behance:before
  {
    content: "\eb75";
  }
  
  .nc-icon-mini.social_logo-blogger:before
  {
    content: "\eb76";
  }
  
  .nc-icon-mini.social_logo-buffer:before
  {
    content: "\eb77";
  }
  
  .nc-icon-mini.social_logo-buysellads:before
  {
    content: "\eb78";
  }
  
  .nc-icon-mini.social_logo-codepen:before
  {
    content: "\eb79";
  }
  
  .nc-icon-mini.social_logo-creative-market:before
  {
    content: "\eb7a";
  }
  
  .nc-icon-mini.social_logo-crunchbase:before
  {
    content: "\eb7b";
  }
  
  .nc-icon-mini.social_logo-deviantart:before
  {
    content: "\eb7c";
  }
  
  .nc-icon-mini.social_logo-dribbble:before
  {
    content: "\eb7d";
  }
  
  .nc-icon-mini.social_logo-dropbox:before
  {
    content: "\eb7e";
  }
  
  .nc-icon-mini.social_logo-envato:before
  {
    content: "\eb7f";
  }
  
  .nc-icon-mini.social_logo-evernote:before
  {
    content: "\eb80";
  }
  
  .nc-icon-mini.social_logo-facebook:before
  {
    content: "\eb81";
  }
  
  .nc-icon-mini.social_logo-fb-simple:before
  {
    content: "\eb82";
  }
  
  .nc-icon-mini.social_logo-feedly:before
  {
    content: "\eb83";
  }
  
  .nc-icon-mini.social_logo-flickr:before
  {
    content: "\eb84";
  }
  
  .nc-icon-mini.social_logo-github:before
  {
    content: "\eb85";
  }
  
  .nc-icon-mini.social_logo-google-plus:before
  {
    content: "\eb86";
  }
  
  .nc-icon-mini.social_logo-instagram:before
  {
    content: "\eb87";
  }
  
  .nc-icon-mini.social_logo-lastfm:before
  {
    content: "\eb88";
  }
  
  .nc-icon-mini.social_logo-linkedin:before
  {
    content: "\eb89";
  }
  
  .nc-icon-mini.social_logo-meetup:before
  {
    content: "\eb8a";
  }
  
  .nc-icon-mini.social_logo-myspace:before
  {
    content: "\eb8b";
  }
  
  .nc-icon-mini.social_logo-paypal:before
  {
    content: "\eb8c";
  }
  
  .nc-icon-mini.social_logo-pinterest:before
  {
    content: "\eb8d";
  }
  
  .nc-icon-mini.social_logo-product-hunt:before
  {
    content: "\eb8e";
  }
  
  .nc-icon-mini.social_logo-reddit:before
  {
    content: "\eb8f";
  }
  
  .nc-icon-mini.social_logo-rss:before
  {
    content: "\eb90";
  }
  
  .nc-icon-mini.social_logo-shopify:before
  {
    content: "\eb91";
  }
  
  .nc-icon-mini.social_logo-skype:before
  {
    content: "\eb92";
  }
  
  .nc-icon-mini.social_logo-slack:before
  {
    content: "\eb93";
  }
  
  .nc-icon-mini.social_logo-soundcloud:before
  {
    content: "\eb94";
  }
  
  .nc-icon-mini.social_logo-spotify:before
  {
    content: "\eb95";
  }
  
  .nc-icon-mini.social_logo-trello:before
  {
    content: "\eb96";
  }
  
  .nc-icon-mini.social_logo-tumblr:before
  {
    content: "\eb97";
  }
  
  .nc-icon-mini.social_logo-twitter:before
  {
    content: "\eb98";
  }
  
  .nc-icon-mini.social_logo-vimeo:before
  {
    content: "\eb99";
  }
  
  .nc-icon-mini.social_logo-vine:before
  {
    content: "\eb9a";
  }
  
  .nc-icon-mini.social_logo-whatsapp:before
  {
    content: "\eb9b";
  }
  
  .nc-icon-mini.social_logo-wordpress:before
  {
    content: "\eb9c";
  }
  
  .nc-icon-mini.social_logo-yelp:before
  {
    content: "\eb9d";
  }
  
  .nc-icon-mini.social_logo-youtube:before
  {
    content: "\eb9e";
  }
  
  .nc-icon-mini.design_album:before
  {
    content: "\ed88";
  }
  
  .nc-icon-mini.design_align-bottom:before
  {
    content: "\ed89";
  }
  
  .nc-icon-mini.design_align-center-horizontal:before
  {
    content: "\ed8a";
  }
  
  .nc-icon-mini.design_align-center-vertical:before
  {
    content: "\ed8b";
  }
  
  .nc-icon-mini.design_align-left:before
  {
    content: "\ed8c";
  }
  
  .nc-icon-mini.design_align-right:before
  {
    content: "\ed8d";
  }
  
  .nc-icon-mini.design_align-top:before
  {
    content: "\ed8e";
  }
  
  .nc-icon-mini.design_app:before
  {
    content: "\ed8f";
  }
  
  .nc-icon-mini.design_artboard:before
  {
    content: "\ed90";
  }
  
  .nc-icon-mini.design_blend:before
  {
    content: "\ed91";
  }
  
  .nc-icon-mini.design_book-bookmark:before
  {
    content: "\ed92";
  }
  
  .nc-icon-mini.design_book-open:before
  {
    content: "\ed93";
  }
  
  .nc-icon-mini.design_brush:before
  {
    content: "\ed94";
  }
  
  .nc-icon-mini.design_bug:before
  {
    content: "\ed95";
  }
  
  .nc-icon-mini.design_bullet-list-67:before
  {
    content: "\ed96";
  }
  
  .nc-icon-mini.design_bullet-list-68:before
  {
    content: "\ed97";
  }
  
  .nc-icon-mini.design_bullet-list-69:before
  {
    content: "\ed98";
  }
  
  .nc-icon-mini.design_bullet-list-70:before
  {
    content: "\ed99";
  }
  
  .nc-icon-mini.design_clone:before
  {
    content: "\ed9a";
  }
  
  .nc-icon-mini.design_code:before
  {
    content: "\ed9b";
  }
  
  .nc-icon-mini.design_collection:before
  {
    content: "\ed9c";
  }
  
  .nc-icon-mini.design_command:before
  {
    content: "\ed9d";
  }
  
  .nc-icon-mini.design_compass:before
  {
    content: "\ed9e";
  }
  
  .nc-icon-mini.design_contrast:before
  {
    content: "\ed9f";
  }
  
  .nc-icon-mini.design_copy:before
  {
    content: "\eda0";
  }
  
  .nc-icon-mini.design_crop:before
  {
    content: "\eda1";
  }
  
  .nc-icon-mini.design_cursor-48:before
  {
    content: "\eda2";
  }
  
  .nc-icon-mini.design_cursor-49:before
  {
    content: "\eda3";
  }
  
  .nc-icon-mini.design_design:before
  {
    content: "\eda4";
  }
  
  .nc-icon-mini.design_distribute-horizontal:before
  {
    content: "\eda5";
  }
  
  .nc-icon-mini.design_distribute-vertical:before
  {
    content: "\eda6";
  }
  
  .nc-icon-mini.design_eraser-32:before
  {
    content: "\eda7";
  }
  
  .nc-icon-mini.design_eraser-33:before
  {
    content: "\eda8";
  }
  
  .nc-icon-mini.design_eraser-46:before
  {
    content: "\eda9";
  }
  
  .nc-icon-mini.design_flip-horizontal:before
  {
    content: "\edaa";
  }
  
  .nc-icon-mini.design_flip-vertical:before
  {
    content: "\edab";
  }
  
  .nc-icon-mini.design_image:before
  {
    content: "\edac";
  }
  
  .nc-icon-mini.design_magnet:before
  {
    content: "\edad";
  }
  
  .nc-icon-mini.design_marker:before
  {
    content: "\edae";
  }
  
  .nc-icon-mini.design_measure-02:before
  {
    content: "\edaf";
  }
  
  .nc-icon-mini.design_measure-17:before
  {
    content: "\edb0";
  }
  
  .nc-icon-mini.design_measure-big:before
  {
    content: "\edb1";
  }
  
  .nc-icon-mini.design_mouse-08:before
  {
    content: "\edb2";
  }
  
  .nc-icon-mini.design_mouse-09:before
  {
    content: "\edb3";
  }
  
  .nc-icon-mini.design_mouse-10:before
  {
    content: "\edb4";
  }
  
  .nc-icon-mini.design_note-code:before
  {
    content: "\edb5";
  }
  
  .nc-icon-mini.design_paint-16:before
  {
    content: "\edb6";
  }
  
  .nc-icon-mini.design_paint-37:before
  {
    content: "\edb7";
  }
  
  .nc-icon-mini.design_paint-38:before
  {
    content: "\edb8";
  }
  
  .nc-icon-mini.design_paint-bucket-39:before
  {
    content: "\edb9";
  }
  
  .nc-icon-mini.design_paint-bucket-40:before
  {
    content: "\edba";
  }
  
  .nc-icon-mini.design_palette:before
  {
    content: "\edbb";
  }
  
  .nc-icon-mini.design_pantone:before
  {
    content: "\edbc";
  }
  
  .nc-icon-mini.design_patch-19:before
  {
    content: "\edbd";
  }
  
  .nc-icon-mini.design_patch-34:before
  {
    content: "\edbe";
  }
  
  .nc-icon-mini.design_path-exclude:before
  {
    content: "\edbf";
  }
  
  .nc-icon-mini.design_path-intersect:before
  {
    content: "\edc0";
  }
  
  .nc-icon-mini.design_path-minus:before
  {
    content: "\edc1";
  }
  
  .nc-icon-mini.design_path-unite:before
  {
    content: "\edc2";
  }
  
  .nc-icon-mini.design_pen-01:before
  {
    content: "\edc3";
  }
  
  .nc-icon-mini.design_pen-23:before
  {
    content: "\edc4";
  }
  
  .nc-icon-mini.design_pen-tool:before
  {
    content: "\edc5";
  }
  
  .nc-icon-mini.design_phone:before
  {
    content: "\edc6";
  }
  
  .nc-icon-mini.design_scissors:before
  {
    content: "\edc7";
  }
  
  .nc-icon-mini.design_shape-adjust:before
  {
    content: "\edc8";
  }
  
  .nc-icon-mini.design_shape-circle:before
  {
    content: "\edc9";
  }
  
  .nc-icon-mini.design_shape-polygon:before
  {
    content: "\edca";
  }
  
  .nc-icon-mini.design_shape-square:before
  {
    content: "\edcb";
  }
  
  .nc-icon-mini.design_shape-triangle:before
  {
    content: "\edcc";
  }
  
  .nc-icon-mini.design_shapes:before
  {
    content: "\edcd";
  }
  
  .nc-icon-mini.design_sharpener:before
  {
    content: "\edce";
  }
  
  .nc-icon-mini.design_slice:before
  {
    content: "\edcf";
  }
  
  .nc-icon-mini.design_spray:before
  {
    content: "\edd0";
  }
  
  .nc-icon-mini.design_stamp:before
  {
    content: "\edd1";
  }
  
  .nc-icon-mini.design_tablet:before
  {
    content: "\edd2";
  }
  
  .nc-icon-mini.design_text:before
  {
    content: "\edd3";
  }
  
  .nc-icon-mini.design_todo:before
  {
    content: "\edd4";
  }
  
  .nc-icon-mini.design_usb:before
  {
    content: "\edd5";
  }
  
  .nc-icon-mini.design_vector:before
  {
    content: "\edd6";
  }
  
  .nc-icon-mini.design_wand:before
  {
    content: "\edd7";
  }
  
  .nc-icon-mini.design_webpage:before
  {
    content: "\edd8";
  }
  
  .nc-icon-mini.design_window-code:before
  {
    content: "\edd9";
  }
  
  .nc-icon-mini.design_window-paragraph:before
  {
    content: "\edda";
  }
  
  .nc-icon-mini.design_window-responsive:before
  {
    content: "\eddb";
  }
  
  .nc-icon-mini.design-2_3d-28:before
  {
    content: "\eea7";
  }
  
  .nc-icon-mini.design-2_3d-29:before
  {
    content: "\eea8";
  }
  
  .nc-icon-mini.design-2_android:before
  {
    content: "\eea9";
  }
  
  .nc-icon-mini.design-2_angle:before
  {
    content: "\eeaa";
  }
  
  .nc-icon-mini.design-2_animation-14:before
  {
    content: "\eeab";
  }
  
  .nc-icon-mini.design-2_animation-31:before
  {
    content: "\eeac";
  }
  
  .nc-icon-mini.design-2_animation-32:before
  {
    content: "\eead";
  }
  
  .nc-icon-mini.design-2_apple:before
  {
    content: "\eeae";
  }
  
  .nc-icon-mini.design-2_bucket:before
  {
    content: "\eeaf";
  }
  
  .nc-icon-mini.design-2_button:before
  {
    content: "\eeb0";
  }
  
  .nc-icon-mini.design-2_canvas:before
  {
    content: "\eeb1";
  }
  
  .nc-icon-mini.design-2_css3:before
  {
    content: "\eeb2";
  }
  
  .nc-icon-mini.design-2_cursor-add:before
  {
    content: "\eeb3";
  }
  
  .nc-icon-mini.design-2_cursor-grab:before
  {
    content: "\eeb4";
  }
  
  .nc-icon-mini.design-2_cursor-load:before
  {
    content: "\eeb5";
  }
  
  .nc-icon-mini.design-2_cursor-menu:before
  {
    content: "\eeb6";
  }
  
  .nc-icon-mini.design-2_cursor-not-allowed:before
  {
    content: "\eeb7";
  }
  
  .nc-icon-mini.design-2_cursor-pointer:before
  {
    content: "\eeb8";
  }
  
  .nc-icon-mini.design-2_cursor-text:before
  {
    content: "\eeb9";
  }
  
  .nc-icon-mini.design-2_divider:before
  {
    content: "\eeba";
  }
  
  .nc-icon-mini.design-2_filter-organization:before
  {
    content: "\eebb";
  }
  
  .nc-icon-mini.design-2_form:before
  {
    content: "\eebc";
  }
  
  .nc-icon-mini.design-2_frame:before
  {
    content: "\eebd";
  }
  
  .nc-icon-mini.design-2_group:before
  {
    content: "\eebe";
  }
  
  .nc-icon-mini.design-2_html5:before
  {
    content: "\eebf";
  }
  
  .nc-icon-mini.design-2_image:before
  {
    content: "\eec0";
  }
  
  .nc-icon-mini.design-2_layers:before
  {
    content: "\eec1";
  }
  
  .nc-icon-mini.design-2_layout-11:before
  {
    content: "\eec2";
  }
  
  .nc-icon-mini.design-2_layout-25:before
  {
    content: "\eec3";
  }
  
  .nc-icon-mini.design-2_mirror:before
  {
    content: "\eec4";
  }
  
  .nc-icon-mini.design-2_move-down:before
  {
    content: "\eec5";
  }
  
  .nc-icon-mini.design-2_move-up:before
  {
    content: "\eec6";
  }
  
  .nc-icon-mini.design-2_paint-brush:before
  {
    content: "\eec7";
  }
  
  .nc-icon-mini.design-2_ruler-pencil:before
  {
    content: "\eec8";
  }
  
  .nc-icon-mini.design-2_scale-down:before
  {
    content: "\eec9";
  }
  
  .nc-icon-mini.design-2_scale-up:before
  {
    content: "\eeca";
  }
  
  .nc-icon-mini.design-2_scale:before
  {
    content: "\eecb";
  }
  
  .nc-icon-mini.design-2_selection:before
  {
    content: "\eecc";
  }
  
  .nc-icon-mini.design-2_slider:before
  {
    content: "\eecd";
  }
  
  .nc-icon-mini.design-2_text:before
  {
    content: "\eece";
  }
  
  .nc-icon-mini.design-2_transform-origin:before
  {
    content: "\eecf";
  }
  
  .nc-icon-mini.design-2_transform:before
  {
    content: "\eed0";
  }
  
  .nc-icon-mini.design-2_ungroup:before
  {
    content: "\eed1";
  }
  
  .nc-icon-mini.loader_circle-04:before
  {
    content: "\eea3";
  }
  
  .nc-icon-mini.loader_dots-06:before
  {
    content: "\eea4";
  }
  
  .nc-icon-mini.loader_gear:before
  {
    content: "\eea5";
  }
  
  .nc-icon-mini.loader_refresh:before
  {
    content: "\eea6";
  }
  
  .nc-icon-mini.ui-1_analytics-88:before
  {
    content: "\ea0f";
  }
  
  .nc-icon-mini.ui-1_analytics-89:before
  {
    content: "\ea10";
  }
  
  .nc-icon-mini.ui-1_attach-86:before
  {
    content: "\ea11";
  }
  
  .nc-icon-mini.ui-1_attach-87:before
  {
    content: "\ea12";
  }
  
  .nc-icon-mini.ui-1_bell-53:before
  {
    content: "\ea13";
  }
  
  .nc-icon-mini.ui-1_bell-54:before
  {
    content: "\ea14";
  }
  
  .nc-icon-mini.ui-1_bell-55:before
  {
    content: "\ea15";
  }
  
  .nc-icon-mini.ui-1_bold-add:before
  {
    content: "\ea16";
  }
  
  .nc-icon-mini.ui-1_bold-delete:before
  {
    content: "\ea17";
  }
  
  .nc-icon-mini.ui-1_bold-remove:before
  {
    content: "\ea18";
  }
  
  .nc-icon-mini.ui-1_bookmark-add:before
  {
    content: "\ea19";
  }
  
  .nc-icon-mini.ui-1_bookmark-remove:before
  {
    content: "\ea1a";
  }
  
  .nc-icon-mini.ui-1_calendar-57:before
  {
    content: "\ea1b";
  }
  
  .nc-icon-mini.ui-1_calendar-60:before
  {
    content: "\ea1c";
  }
  
  .nc-icon-mini.ui-1_check-bold:before
  {
    content: "\ea1d";
  }
  
  .nc-icon-mini.ui-1_check-circle-07:before
  {
    content: "\ea1e";
  }
  
  .nc-icon-mini.ui-1_check-circle-08:before
  {
    content: "\ea1f";
  }
  
  .nc-icon-mini.ui-1_check-curve:before
  {
    content: "\ea20";
  }
  
  .nc-icon-mini.ui-1_check-simple:before
  {
    content: "\ea21";
  }
  
  .nc-icon-mini.ui-1_check-small:before
  {
    content: "\ea22";
  }
  
  .nc-icon-mini.ui-1_check-square-09:before
  {
    content: "\ea23";
  }
  
  .nc-icon-mini.ui-1_check-square-11:before
  {
    content: "\ea24";
  }
  
  .nc-icon-mini.ui-1_check:before
  {
    content: "\ea25";
  }
  
  .nc-icon-mini.ui-1_circle-add:before
  {
    content: "\ea26";
  }
  
  .nc-icon-mini.ui-1_circle-bold-add:before
  {
    content: "\ea27";
  }
  
  .nc-icon-mini.ui-1_circle-bold-remove:before
  {
    content: "\ea28";
  }
  
  .nc-icon-mini.ui-1_circle-delete:before
  {
    content: "\ea29";
  }
  
  .nc-icon-mini.ui-1_circle-remove:before
  {
    content: "\ea2a";
  }
  
  .nc-icon-mini.ui-1_dashboard-29:before
  {
    content: "\ea2b";
  }
  
  .nc-icon-mini.ui-1_dashboard-30:before
  {
    content: "\ea2c";
  }
  
  .nc-icon-mini.ui-1_dashboard-half:before
  {
    content: "\ea2d";
  }
  
  .nc-icon-mini.ui-1_dashboard-level:before
  {
    content: "\ea2e";
  }
  
  .nc-icon-mini.ui-1_database:before
  {
    content: "\ea2f";
  }
  
  .nc-icon-mini.ui-1_drop:before
  {
    content: "\ea30";
  }
  
  .nc-icon-mini.ui-1_edit-71:before
  {
    content: "\ea31";
  }
  
  .nc-icon-mini.ui-1_edit-72:before
  {
    content: "\ea32";
  }
  
  .nc-icon-mini.ui-1_edit-73:before
  {
    content: "\ea33";
  }
  
  .nc-icon-mini.ui-1_edit-74:before
  {
    content: "\ea34";
  }
  
  .nc-icon-mini.ui-1_edit-75:before
  {
    content: "\ea35";
  }
  
  .nc-icon-mini.ui-1_edit-76:before
  {
    content: "\ea36";
  }
  
  .nc-icon-mini.ui-1_edit-77:before
  {
    content: "\ea37";
  }
  
  .nc-icon-mini.ui-1_edit-78:before
  {
    content: "\ea38";
  }
  
  .nc-icon-mini.ui-1_email-83:before
  {
    content: "\ea39";
  }
  
  .nc-icon-mini.ui-1_email-84:before
  {
    content: "\ea3a";
  }
  
  .nc-icon-mini.ui-1_eye-17:before
  {
    content: "\ea3b";
  }
  
  .nc-icon-mini.ui-1_eye-19:before
  {
    content: "\ea3c";
  }
  
  .nc-icon-mini.ui-1_eye-ban-18:before
  {
    content: "\ea3d";
  }
  
  .nc-icon-mini.ui-1_eye-ban-20:before
  {
    content: "\ea3e";
  }
  
  .nc-icon-mini.ui-1_flame:before
  {
    content: "\ea3f";
  }
  
  .nc-icon-mini.ui-1_home-51:before
  {
    content: "\ea40";
  }
  
  .nc-icon-mini.ui-1_home-52:before
  {
    content: "\ea41";
  }
  
  .nc-icon-mini.ui-1_home-minimal:before
  {
    content: "\ea42";
  }
  
  .nc-icon-mini.ui-1_home-simple:before
  {
    content: "\ea43";
  }
  
  .nc-icon-mini.ui-1_leaf-80:before
  {
    content: "\ea44";
  }
  
  .nc-icon-mini.ui-1_leaf-81:before
  {
    content: "\ea45";
  }
  
  .nc-icon-mini.ui-1_leaf-edit:before
  {
    content: "\ea46";
  }
  
  .nc-icon-mini.ui-1_lock-circle-open:before
  {
    content: "\ea47";
  }
  
  .nc-icon-mini.ui-1_lock-circle:before
  {
    content: "\ea48";
  }
  
  .nc-icon-mini.ui-1_lock-open:before
  {
    content: "\ea49";
  }
  
  .nc-icon-mini.ui-1_lock:before
  {
    content: "\ea4a";
  }
  
  .nc-icon-mini.ui-1_notification-69:before
  {
    content: "\ea4b";
  }
  
  .nc-icon-mini.ui-1_pencil:before
  {
    content: "\ea4c";
  }
  
  .nc-icon-mini.ui-1_preferences-circle-rotate:before
  {
    content: "\ea4d";
  }
  
  .nc-icon-mini.ui-1_preferences-circle:before
  {
    content: "\ea4e";
  }
  
  .nc-icon-mini.ui-1_preferences-container-circle-rotate:before
  {
    content: "\ea4f";
  }
  
  .nc-icon-mini.ui-1_preferences-container-circle:before
  {
    content: "\ea50";
  }
  
  .nc-icon-mini.ui-1_preferences-container-rotate:before
  {
    content: "\ea51";
  }
  
  .nc-icon-mini.ui-1_preferences-container:before
  {
    content: "\ea52";
  }
  
  .nc-icon-mini.ui-1_preferences-rotate:before
  {
    content: "\ea53";
  }
  
  .nc-icon-mini.ui-1_preferences:before
  {
    content: "\ea54";
  }
  
  .nc-icon-mini.ui-1_send:before
  {
    content: "\ea55";
  }
  
  .nc-icon-mini.ui-1_settings-gear-63:before
  {
    content: "\ea56";
  }
  
  .nc-icon-mini.ui-1_settings-gear-64:before
  {
    content: "\ea57";
  }
  
  .nc-icon-mini.ui-1_settings-gear-65:before
  {
    content: "\ea58";
  }
  
  .nc-icon-mini.ui-1_settings-tool-66:before
  {
    content: "\ea59";
  }
  
  .nc-icon-mini.ui-1_simple-add:before
  {
    content: "\ea5a";
  }
  
  .nc-icon-mini.ui-1_simple-delete:before
  {
    content: "\ea5b";
  }
  
  .nc-icon-mini.ui-1_simple-remove:before
  {
    content: "\ea5c";
  }
  
  .nc-icon-mini.ui-1_trash-simple:before
  {
    content: "\ea5d";
  }
  
  .nc-icon-mini.ui-1_trash:before
  {
    content: "\ea5e";
  }
  
  .nc-icon-mini.ui-1_ui-03:before
  {
    content: "\ea5f";
  }
  
  .nc-icon-mini.ui-1_ui-04:before
  {
    content: "\ea60";
  }
  
  .nc-icon-mini.ui-1_zoom-bold-in:before
  {
    content: "\ea61";
  }
  
  .nc-icon-mini.ui-1_zoom-bold-out:before
  {
    content: "\ea62";
  }
  
  .nc-icon-mini.ui-1_zoom-bold:before
  {
    content: "\ea63";
  }
  
  .nc-icon-mini.ui-1_zoom-in:before
  {
    content: "\ea64";
  }
  
  .nc-icon-mini.ui-1_zoom-out:before
  {
    content: "\ea65";
  }
  
  .nc-icon-mini.ui-1_zoom:before
  {
    content: "\ea66";
  }
  
  .nc-icon-mini.ui-2_alert:before
  {
    content: "\ea67";
  }
  
  .nc-icon-mini.ui-2_alert-:before
  {
    content: "\ea68";
  }
  
  .nc-icon-mini.ui-2_alert-circle:before
  {
    content: "\ea69";
  }
  
  .nc-icon-mini.ui-2_alert-circle-:before
  {
    content: "\ea6a";
  }
  
  .nc-icon-mini.ui-2_alert-circle-i:before
  {
    content: "\ea6b";
  }
  
  .nc-icon-mini.ui-2_alert-i:before
  {
    content: "\ea6c";
  }
  
  .nc-icon-mini.ui-2_alert-square:before
  {
    content: "\ea6d";
  }
  
  .nc-icon-mini.ui-2_alert-square-:before
  {
    content: "\ea6e";
  }
  
  .nc-icon-mini.ui-2_alert-square-i:before
  {
    content: "\ea6f";
  }
  
  .nc-icon-mini.ui-2_archive:before
  {
    content: "\ea70";
  }
  
  .nc-icon-mini.ui-2_ban:before
  {
    content: "\ea71";
  }
  
  .nc-icon-mini.ui-2_battery-81:before
  {
    content: "\ea72";
  }
  
  .nc-icon-mini.ui-2_battery-83:before
  {
    content: "\ea73";
  }
  
  .nc-icon-mini.ui-2_battery-half:before
  {
    content: "\ea74";
  }
  
  .nc-icon-mini.ui-2_battery-low:before
  {
    content: "\ea75";
  }
  
  .nc-icon-mini.ui-2_bluetooth:before
  {
    content: "\ea76";
  }
  
  .nc-icon-mini.ui-2_book:before
  {
    content: "\ea77";
  }
  
  .nc-icon-mini.ui-2_chart-bar-52:before
  {
    content: "\ea78";
  }
  
  .nc-icon-mini.ui-2_chart-bar-53:before
  {
    content: "\ea79";
  }
  
  .nc-icon-mini.ui-2_chat-content:before
  {
    content: "\ea7a";
  }
  
  .nc-icon-mini.ui-2_chat-round-content:before
  {
    content: "\ea7b";
  }
  
  .nc-icon-mini.ui-2_chat-round:before
  {
    content: "\ea7c";
  }
  
  .nc-icon-mini.ui-2_chat:before
  {
    content: "\ea7d";
  }
  
  .nc-icon-mini.ui-2_circle-bold-delete:before
  {
    content: "\ea7e";
  }
  
  .nc-icon-mini.ui-2_cloud-25:before
  {
    content: "\ea7f";
  }
  
  .nc-icon-mini.ui-2_cloud-26:before
  {
    content: "\ea80";
  }
  
  .nc-icon-mini.ui-2_disk:before
  {
    content: "\ea81";
  }
  
  .nc-icon-mini.ui-2_enlarge-57:before
  {
    content: "\ea82";
  }
  
  .nc-icon-mini.ui-2_enlarge-58:before
  {
    content: "\ea83";
  }
  
  .nc-icon-mini.ui-2_favourite-28:before
  {
    content: "\ea84";
  }
  
  .nc-icon-mini.ui-2_favourite-31:before
  {
    content: "\ea85";
  }
  
  .nc-icon-mini.ui-2_filter:before
  {
    content: "\ea86";
  }
  
  .nc-icon-mini.ui-2_fullsize:before
  {
    content: "\ea87";
  }
  
  .nc-icon-mini.ui-2_grid-45:before
  {
    content: "\ea88";
  }
  
  .nc-icon-mini.ui-2_grid-46:before
  {
    content: "\ea89";
  }
  
  .nc-icon-mini.ui-2_grid-48:before
  {
    content: "\ea8a";
  }
  
  .nc-icon-mini.ui-2_grid-50:before
  {
    content: "\ea8b";
  }
  
  .nc-icon-mini.ui-2_grid-square:before
  {
    content: "\ea8c";
  }
  
  .nc-icon-mini.ui-2_hourglass:before
  {
    content: "\ea8d";
  }
  
  .nc-icon-mini.ui-2_lab:before
  {
    content: "\ea8e";
  }
  
  .nc-icon-mini.ui-2_layers:before
  {
    content: "\ea8f";
  }
  
  .nc-icon-mini.ui-2_like:before
  {
    content: "\ea90";
  }
  
  .nc-icon-mini.ui-2_link-66:before
  {
    content: "\ea91";
  }
  
  .nc-icon-mini.ui-2_link-68:before
  {
    content: "\ea92";
  }
  
  .nc-icon-mini.ui-2_link-69:before
  {
    content: "\ea93";
  }
  
  .nc-icon-mini.ui-2_link-72:before
  {
    content: "\ea94";
  }
  
  .nc-icon-mini.ui-2_link-broken-70:before
  {
    content: "\ea95";
  }
  
  .nc-icon-mini.ui-2_link-broken-73:before
  {
    content: "\ea96";
  }
  
  .nc-icon-mini.ui-2_menu-34:before
  {
    content: "\ea97";
  }
  
  .nc-icon-mini.ui-2_menu-35:before
  {
    content: "\ea98";
  }
  
  .nc-icon-mini.ui-2_menu-bold:before
  {
    content: "\ea99";
  }
  
  .nc-icon-mini.ui-2_menu-dots:before
  {
    content: "\ea9a";
  }
  
  .nc-icon-mini.ui-2_menu-square:before
  {
    content: "\ea9b";
  }
  
  .nc-icon-mini.ui-2_node:before
  {
    content: "\ea9c";
  }
  
  .nc-icon-mini.ui-2_paragraph:before
  {
    content: "\ea9d";
  }
  
  .nc-icon-mini.ui-2_phone:before
  {
    content: "\ea9e";
  }
  
  .nc-icon-mini.ui-2_share-bold:before
  {
    content: "\ea9f";
  }
  
  .nc-icon-mini.ui-2_share:before
  {
    content: "\eaa0";
  }
  
  .nc-icon-mini.ui-2_small-add:before
  {
    content: "\eaa1";
  }
  
  .nc-icon-mini.ui-2_small-delete:before
  {
    content: "\eaa2";
  }
  
  .nc-icon-mini.ui-2_small-remove:before
  {
    content: "\eaa3";
  }
  
  .nc-icon-mini.ui-2_square-add-08:before
  {
    content: "\eaa4";
  }
  
  .nc-icon-mini.ui-2_square-add-11:before
  {
    content: "\eaa5";
  }
  
  .nc-icon-mini.ui-2_square-delete-10:before
  {
    content: "\eaa6";
  }
  
  .nc-icon-mini.ui-2_square-delete-13:before
  {
    content: "\eaa7";
  }
  
  .nc-icon-mini.ui-2_square-remove-09:before
  {
    content: "\eaa8";
  }
  
  .nc-icon-mini.ui-2_square-remove-12:before
  {
    content: "\eaa9";
  }
  
  .nc-icon-mini.ui-2_target:before
  {
    content: "\eaaa";
  }
  
  .nc-icon-mini.ui-2_tile-55:before
  {
    content: "\eaab";
  }
  
  .nc-icon-mini.ui-2_tile-56:before
  {
    content: "\eaac";
  }
  
  .nc-icon-mini.ui-2_time-alarm:before
  {
    content: "\eaad";
  }
  
  .nc-icon-mini.ui-2_time-clock:before
  {
    content: "\eaae";
  }
  
  .nc-icon-mini.ui-2_time-countdown:before
  {
    content: "\eaaf";
  }
  
  .nc-icon-mini.ui-2_time:before
  {
    content: "\eab0";
  }
  
  .nc-icon-mini.ui-2_webpage:before
  {
    content: "\eab1";
  }
  
  .nc-icon-mini.ui-3_alert:before
  {
    content: "\eab2";
  }
  
  .nc-icon-mini.ui-3_backward:before
  {
    content: "\eab3";
  }
  
  .nc-icon-mini.ui-3_bolt:before
  {
    content: "\eab4";
  }
  
  .nc-icon-mini.ui-3_bullet-list:before
  {
    content: "\eab5";
  }
  
  .nc-icon-mini.ui-3_calendar-add:before
  {
    content: "\eab6";
  }
  
  .nc-icon-mini.ui-3_card-add:before
  {
    content: "\eab7";
  }
  
  .nc-icon-mini.ui-3_card-alert:before
  {
    content: "\eab8";
  }
  
  .nc-icon-mini.ui-3_chart-bars:before
  {
    content: "\ee6e";
  }
  
  .nc-icon-mini.ui-3_chart:before
  {
    content: "\ee6f";
  }
  
  .nc-icon-mini.ui-3_chat-33:before
  {
    content: "\ee70";
  }
  
  .nc-icon-mini.ui-3_chat-45:before
  {
    content: "\ee71";
  }
  
  .nc-icon-mini.ui-3_chat-46:before
  {
    content: "\ee72";
  }
  
  .nc-icon-mini.ui-3_chat-reply:before
  {
    content: "\ee73";
  }
  
  .nc-icon-mini.ui-3_check-in:before
  {
    content: "\ee74";
  }
  
  .nc-icon-mini.ui-3_check-out:before
  {
    content: "\ee75";
  }
  
  .nc-icon-mini.ui-3_dock-bottom:before
  {
    content: "\ee76";
  }
  
  .nc-icon-mini.ui-3_dock-left:before
  {
    content: "\ee77";
  }
  
  .nc-icon-mini.ui-3_dock-right:before
  {
    content: "\ee78";
  }
  
  .nc-icon-mini.ui-3_dock-top:before
  {
    content: "\ee79";
  }
  
  .nc-icon-mini.ui-3_filter-check:before
  {
    content: "\ee7a";
  }
  
  .nc-icon-mini.ui-3_filter-remove:before
  {
    content: "\ee7b";
  }
  
  .nc-icon-mini.ui-3_forward:before
  {
    content: "\ee7c";
  }
  
  .nc-icon-mini.ui-3_funnel-39:before
  {
    content: "\ee7d";
  }
  
  .nc-icon-mini.ui-3_funnel-40:before
  {
    content: "\ee7e";
  }
  
  .nc-icon-mini.ui-3_funnel-41:before
  {
    content: "\ee7f";
  }
  
  .nc-icon-mini.ui-3_heart:before
  {
    content: "\ee80";
  }
  
  .nc-icon-mini.ui-3_infinite:before
  {
    content: "\ee81";
  }
  
  .nc-icon-mini.ui-3_link:before
  {
    content: "\ee82";
  }
  
  .nc-icon-mini.ui-3_menu-left:before
  {
    content: "\ee83";
  }
  
  .nc-icon-mini.ui-3_menu-right:before
  {
    content: "\ee84";
  }
  
  .nc-icon-mini.ui-3_menu:before
  {
    content: "\ee85";
  }
  
  .nc-icon-mini.ui-3_metrics:before
  {
    content: "\ee86";
  }
  
  .nc-icon-mini.ui-3_phone-call-end:before
  {
    content: "\ee87";
  }
  
  .nc-icon-mini.ui-3_phone-call:before
  {
    content: "\ee88";
  }
  
  .nc-icon-mini.ui-3_phone:before
  {
    content: "\ee89";
  }
  
  .nc-icon-mini.ui-3_playlist:before
  {
    content: "\ee8a";
  }
  
  .nc-icon-mini.ui-3_security:before
  {
    content: "\ee8b";
  }
  
  .nc-icon-mini.ui-3_segmentation:before
  {
    content: "\ee8c";
  }
  
  .nc-icon-mini.ui-3_select:before
  {
    content: "\ee8d";
  }
  
  .nc-icon-mini.ui-3_send:before
  {
    content: "\ee8e";
  }
  
  .nc-icon-mini.ui-3_signal:before
  {
    content: "\ee8f";
  }
  
  .nc-icon-mini.ui-3_slide-left:before
  {
    content: "\ee90";
  }
  
  .nc-icon-mini.ui-3_slide-right:before
  {
    content: "\ee91";
  }
  
  .nc-icon-mini.ui-3_table-left:before
  {
    content: "\ee92";
  }
  
  .nc-icon-mini.ui-3_table-right:before
  {
    content: "\ee93";
  }
  
  .nc-icon-mini.ui-3_tag:before
  {
    content: "\ee94";
  }
  
  .nc-icon-mini.ui-3_widget:before
  {
    content: "\ee95";
  }
  
  .nc-icon-mini.ui-e_round-e-alert:before
  {
    content: "\ee96";
  }
  
  .nc-icon-mini.ui-e_round-e-help:before
  {
    content: "\ee97";
  }
  
  .nc-icon-mini.ui-e_round-e-info:before
  {
    content: "\ee98";
  }
  
  .nc-icon-mini.ui-e_square-e-alert:before
  {
    content: "\ee99";
  }
  
  .nc-icon-mini.ui-e_square-e-help:before
  {
    content: "\ee9a";
  }
  
  .nc-icon-mini.ui-e_square-e-info:before
  {
    content: "\ee9b";
  }
  
  .nc-icon-mini.ui-e_star-half:before
  {
    content: "\ee9c";
  }
  
  .nc-icon-mini.ui-e-2_calendar-add:before
  {
    content: "\ee9d";
  }
  
  .nc-icon-mini.ui-e-2_dock-bottom:before
  {
    content: "\ee9e";
  }
  
  .nc-icon-mini.ui-e-2_dock-left:before
  {
    content: "\ee9f";
  }
  
  .nc-icon-mini.ui-e-2_dock-right:before
  {
    content: "\eea0";
  }
  
  .nc-icon-mini.ui-e-2_dock-top:before
  {
    content: "\eea1";
  }
  
  .nc-icon-mini.ui-e-2_heart:before
  {
    content: "\eea2";
  }
  
  .nc-icon-mini.envir_bulb-saver:before
  {
    content: "\ee5c";
  }
  
  .nc-icon-mini.envir_bulb:before
  {
    content: "\ee5d";
  }
  
  .nc-icon-mini.envir_car:before
  {
    content: "\ee5e";
  }
  
  .nc-icon-mini.envir_fuel-electric:before
  {
    content: "\ee5f";
  }
  
  .nc-icon-mini.envir_fuel:before
  {
    content: "\ee60";
  }
  
  .nc-icon-mini.envir_home:before
  {
    content: "\ee61";
  }
  
  .nc-icon-mini.envir_level:before
  {
    content: "\ee62";
  }
  
  .nc-icon-mini.envir_panel:before
  {
    content: "\ee63";
  }
  
  .nc-icon-mini.envir_radiation:before
  {
    content: "\ee64";
  }
  
  .nc-icon-mini.envir_recycling:before
  {
    content: "\ee65";
  }
  
  .nc-icon-mini.envir_save-planet:before
  {
    content: "\ee66";
  }
  
  .nc-icon-mini.envir_waste-danger:before
  {
    content: "\ee67";
  }
  
  .nc-icon-mini.envir_waste-recycling:before
  {
    content: "\ee68";
  }
  
  .nc-icon-mini.envir_waste:before
  {
    content: "\ee69";
  }
  
  .nc-icon-mini.envir_water-hand:before
  {
    content: "\ee6a";
  }
  
  .nc-icon-mini.envir_water-sink:before
  {
    content: "\ee6b";
  }
  
  .nc-icon-mini.envir_water:before
  {
    content: "\ee6c";
  }
  
  .nc-icon-mini.envir_wind:before
  {
    content: "\ee6d";
  }
  
  .nc-icon-mini.arrows-1_back-78:before
  {
    content: "\e900";
  }
  
  .nc-icon-mini.arrows-1_back-80:before
  {
    content: "\e901";
  }
  
  .nc-icon-mini.arrows-1_bold-down:before
  {
    content: "\e902";
  }
  
  .nc-icon-mini.arrows-1_bold-left:before
  {
    content: "\e903";
  }
  
  .nc-icon-mini.arrows-1_bold-right:before
  {
    content: "\e904";
  }
  
  .nc-icon-mini.arrows-1_bold-up:before
  {
    content: "\e905";
  }
  
  .nc-icon-mini.arrows-1_circle-down-12:before
  {
    content: "\e906";
  }
  
  .nc-icon-mini.arrows-1_circle-down-40:before
  {
    content: "\e907";
  }
  
  .nc-icon-mini.arrows-1_circle-left-10:before
  {
    content: "\e908";
  }
  
  .nc-icon-mini.arrows-1_circle-left-38:before
  {
    content: "\e909";
  }
  
  .nc-icon-mini.arrows-1_circle-right-09:before
  {
    content: "\e90a";
  }
  
  .nc-icon-mini.arrows-1_circle-right-37:before
  {
    content: "\e90b";
  }
  
  .nc-icon-mini.arrows-1_circle-up-11:before
  {
    content: "\e90c";
  }
  
  .nc-icon-mini.arrows-1_circle-up-39:before
  {
    content: "\e90d";
  }
  
  .nc-icon-mini.arrows-1_cloud-download-95:before
  {
    content: "\e90e";
  }
  
  .nc-icon-mini.arrows-1_cloud-upload-96:before
  {
    content: "\e90f";
  }
  
  .nc-icon-mini.arrows-1_curved-next:before
  {
    content: "\e910";
  }
  
  .nc-icon-mini.arrows-1_curved-previous:before
  {
    content: "\e911";
  }
  
  .nc-icon-mini.arrows-1_direction-53:before
  {
    content: "\e912";
  }
  
  .nc-icon-mini.arrows-1_direction-56:before
  {
    content: "\e913";
  }
  
  .nc-icon-mini.arrows-1_double-left:before
  {
    content: "\e914";
  }
  
  .nc-icon-mini.arrows-1_double-right:before
  {
    content: "\e915";
  }
  
  .nc-icon-mini.arrows-1_download:before
  {
    content: "\e916";
  }
  
  .nc-icon-mini.arrows-1_enlarge-diagonal-43:before
  {
    content: "\e917";
  }
  
  .nc-icon-mini.arrows-1_enlarge-diagonal-44:before
  {
    content: "\e918";
  }
  
  .nc-icon-mini.arrows-1_enlarge-horizontal:before
  {
    content: "\e919";
  }
  
  .nc-icon-mini.arrows-1_enlarge-vertical:before
  {
    content: "\e91a";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-70:before
  {
    content: "\e91b";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-71:before
  {
    content: "\e91c";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-76:before
  {
    content: "\e91d";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-77:before
  {
    content: "\e91e";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-double-74:before
  {
    content: "\e91f";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-double-75:before
  {
    content: "\e920";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-split-72:before
  {
    content: "\e921";
  }
  
  .nc-icon-mini.arrows-1_fullscreen-split-73:before
  {
    content: "\e922";
  }
  
  .nc-icon-mini.arrows-1_log-in:before
  {
    content: "\e923";
  }
  
  .nc-icon-mini.arrows-1_log-out:before
  {
    content: "\e924";
  }
  
  .nc-icon-mini.arrows-1_loop-82:before
  {
    content: "\e925";
  }
  
  .nc-icon-mini.arrows-1_minimal-down:before
  {
    content: "\e926";
  }
  
  .nc-icon-mini.arrows-1_minimal-left:before
  {
    content: "\e927";
  }
  
  .nc-icon-mini.arrows-1_minimal-right:before
  {
    content: "\e928";
  }
  
  .nc-icon-mini.arrows-1_minimal-up:before
  {
    content: "\e929";
  }
  
  .nc-icon-mini.arrows-1_redo-79:before
  {
    content: "\e92a";
  }
  
  .nc-icon-mini.arrows-1_redo-81:before
  {
    content: "\e92b";
  }
  
  .nc-icon-mini.arrows-1_refresh-68:before
  {
    content: "\e92c";
  }
  
  .nc-icon-mini.arrows-1_refresh-69:before
  {
    content: "\e92d";
  }
  
  .nc-icon-mini.arrows-1_round-down:before
  {
    content: "\e92e";
  }
  
  .nc-icon-mini.arrows-1_round-left:before
  {
    content: "\e92f";
  }
  
  .nc-icon-mini.arrows-1_round-right:before
  {
    content: "\e930";
  }
  
  .nc-icon-mini.arrows-1_round-up:before
  {
    content: "\e931";
  }
  
  .nc-icon-mini.arrows-1_share-66:before
  {
    content: "\e932";
  }
  
  .nc-icon-mini.arrows-1_share-91:before
  {
    content: "\e933";
  }
  
  .nc-icon-mini.arrows-1_share-92:before
  {
    content: "\e934";
  }
  
  .nc-icon-mini.arrows-1_shuffle-97:before
  {
    content: "\e935";
  }
  
  .nc-icon-mini.arrows-1_shuffle-98:before
  {
    content: "\e936";
  }
  
  .nc-icon-mini.arrows-1_simple-down:before
  {
    content: "\e937";
  }
  
  .nc-icon-mini.arrows-1_simple-left:before
  {
    content: "\e938";
  }
  
  .nc-icon-mini.arrows-1_simple-right:before
  {
    content: "\e939";
  }
  
  .nc-icon-mini.arrows-1_simple-up:before
  {
    content: "\e93a";
  }
  
  .nc-icon-mini.arrows-1_small-triangle-down:before
  {
    content: "\e93b";
  }
  
  .nc-icon-mini.arrows-1_small-triangle-left:before
  {
    content: "\e93c";
  }
  
  .nc-icon-mini.arrows-1_small-triangle-right:before
  {
    content: "\e93d";
  }
  
  .nc-icon-mini.arrows-1_small-triangle-up:before
  {
    content: "\e93e";
  }
  
  .nc-icon-mini.arrows-1_square-down:before
  {
    content: "\e93f";
  }
  
  .nc-icon-mini.arrows-1_square-left:before
  {
    content: "\e940";
  }
  
  .nc-icon-mini.arrows-1_square-right:before
  {
    content: "\e941";
  }
  
  .nc-icon-mini.arrows-1_square-up:before
  {
    content: "\e942";
  }
  
  .nc-icon-mini.arrows-1_strong-down:before
  {
    content: "\e943";
  }
  
  .nc-icon-mini.arrows-1_strong-left:before
  {
    content: "\e944";
  }
  
  .nc-icon-mini.arrows-1_strong-right:before
  {
    content: "\e945";
  }
  
  .nc-icon-mini.arrows-1_strong-up:before
  {
    content: "\e946";
  }
  
  .nc-icon-mini.arrows-1_tail-down:before
  {
    content: "\e947";
  }
  
  .nc-icon-mini.arrows-1_tail-left:before
  {
    content: "\e948";
  }
  
  .nc-icon-mini.arrows-1_tail-right:before
  {
    content: "\e949";
  }
  
  .nc-icon-mini.arrows-1_tail-triangle-down:before
  {
    content: "\e94a";
  }
  
  .nc-icon-mini.arrows-1_tail-triangle-left:before
  {
    content: "\e94b";
  }
  
  .nc-icon-mini.arrows-1_tail-triangle-right:before
  {
    content: "\e94c";
  }
  
  .nc-icon-mini.arrows-1_tail-triangle-up:before
  {
    content: "\e94d";
  }
  
  .nc-icon-mini.arrows-1_tail-up:before
  {
    content: "\e94e";
  }
  
  .nc-icon-mini.arrows-1_trend-down:before
  {
    content: "\e94f";
  }
  
  .nc-icon-mini.arrows-1_trend-up:before
  {
    content: "\e950";
  }
  
  .nc-icon-mini.arrows-1_triangle-down-20:before
  {
    content: "\e951";
  }
  
  .nc-icon-mini.arrows-1_triangle-down-65:before
  {
    content: "\e952";
  }
  
  .nc-icon-mini.arrows-1_triangle-left-18:before
  {
    content: "\e953";
  }
  
  .nc-icon-mini.arrows-1_triangle-left-63:before
  {
    content: "\e954";
  }
  
  .nc-icon-mini.arrows-1_triangle-right-17:before
  {
    content: "\e955";
  }
  
  .nc-icon-mini.arrows-1_triangle-right-62:before
  {
    content: "\e956";
  }
  
  .nc-icon-mini.arrows-1_triangle-up-19:before
  {
    content: "\e957";
  }
  
  .nc-icon-mini.arrows-1_triangle-up-64:before
  {
    content: "\e958";
  }
  
  .nc-icon-mini.arrows-1_zoom-88:before
  {
    content: "\e959";
  }
  
  .nc-icon-mini.arrows-2_block-down:before
  {
    content: "\e95a";
  }
  
  .nc-icon-mini.arrows-2_block-left:before
  {
    content: "\e95b";
  }
  
  .nc-icon-mini.arrows-2_block-right:before
  {
    content: "\e95c";
  }
  
  .nc-icon-mini.arrows-2_block-up:before
  {
    content: "\e95d";
  }
  
  .nc-icon-mini.arrows-2_conversion:before
  {
    content: "\e95e";
  }
  
  .nc-icon-mini.arrows-2_corner-down-round:before
  {
    content: "\e95f";
  }
  
  .nc-icon-mini.arrows-2_corner-down:before
  {
    content: "\e960";
  }
  
  .nc-icon-mini.arrows-2_corner-left-down:before
  {
    content: "\e961";
  }
  
  .nc-icon-mini.arrows-2_corner-left-round:before
  {
    content: "\e962";
  }
  
  .nc-icon-mini.arrows-2_corner-left:before
  {
    content: "\e963";
  }
  
  .nc-icon-mini.arrows-2_corner-right-down:before
  {
    content: "\e964";
  }
  
  .nc-icon-mini.arrows-2_corner-right-round:before
  {
    content: "\e965";
  }
  
  .nc-icon-mini.arrows-2_corner-right:before
  {
    content: "\e966";
  }
  
  .nc-icon-mini.arrows-2_corner-up-left:before
  {
    content: "\e967";
  }
  
  .nc-icon-mini.arrows-2_corner-up-right:before
  {
    content: "\e968";
  }
  
  .nc-icon-mini.arrows-2_corner-up-round:before
  {
    content: "\e969";
  }
  
  .nc-icon-mini.arrows-2_corner-up:before
  {
    content: "\e96a";
  }
  
  .nc-icon-mini.arrows-2_cross-down:before
  {
    content: "\e96b";
  }
  
  .nc-icon-mini.arrows-2_cross-left:before
  {
    content: "\e96c";
  }
  
  .nc-icon-mini.arrows-2_cross-right:before
  {
    content: "\e96d";
  }
  
  .nc-icon-mini.arrows-2_cross-up:before
  {
    content: "\e96e";
  }
  
  .nc-icon-mini.arrows-2_delete-49:before
  {
    content: "\e96f";
  }
  
  .nc-icon-mini.arrows-2_delete-50:before
  {
    content: "\e970";
  }
  
  .nc-icon-mini.arrows-2_direction:before
  {
    content: "\e971";
  }
  
  .nc-icon-mini.arrows-2_dots-download:before
  {
    content: "\e972";
  }
  
  .nc-icon-mini.arrows-2_dots-upload:before
  {
    content: "\e973";
  }
  
  .nc-icon-mini.arrows-2_eject:before
  {
    content: "\e974";
  }
  
  .nc-icon-mini.arrows-2_enlarge-circle:before
  {
    content: "\e975";
  }
  
  .nc-icon-mini.arrows-2_file-download-87:before
  {
    content: "\e976";
  }
  
  .nc-icon-mini.arrows-2_file-upload-86:before
  {
    content: "\e977";
  }
  
  .nc-icon-mini.arrows-2_hit-down:before
  {
    content: "\e978";
  }
  
  .nc-icon-mini.arrows-2_hit-left:before
  {
    content: "\e979";
  }
  
  .nc-icon-mini.arrows-2_hit-right:before
  {
    content: "\e97a";
  }
  
  .nc-icon-mini.arrows-2_hit-up:before
  {
    content: "\e97b";
  }
  
  .nc-icon-mini.arrows-2_log-out:before
  {
    content: "\e97c";
  }
  
  .nc-icon-mini.arrows-2_move-down-right:before
  {
    content: "\e97d";
  }
  
  .nc-icon-mini.arrows-2_move-down:before
  {
    content: "\e97e";
  }
  
  .nc-icon-mini.arrows-2_move-left:before
  {
    content: "\e97f";
  }
  
  .nc-icon-mini.arrows-2_move-right:before
  {
    content: "\e980";
  }
  
  .nc-icon-mini.arrows-2_move-up-left:before
  {
    content: "\e981";
  }
  
  .nc-icon-mini.arrows-2_move-up:before
  {
    content: "\e982";
  }
  
  .nc-icon-mini.arrows-2_push-next:before
  {
    content: "\e983";
  }
  
  .nc-icon-mini.arrows-2_push-previous:before
  {
    content: "\e984";
  }
  
  .nc-icon-mini.arrows-2_replay:before
  {
    content: "\e985";
  }
  
  .nc-icon-mini.arrows-2_round-left-down:before
  {
    content: "\e986";
  }
  
  .nc-icon-mini.arrows-2_round-right-down:before
  {
    content: "\e987";
  }
  
  .nc-icon-mini.arrows-2_round-up-left:before
  {
    content: "\e988";
  }
  
  .nc-icon-mini.arrows-2_round-up-right:before
  {
    content: "\e989";
  }
  
  .nc-icon-mini.arrows-2_select-83:before
  {
    content: "\e98a";
  }
  
  .nc-icon-mini.arrows-2_select-84:before
  {
    content: "\e98b";
  }
  
  .nc-icon-mini.arrows-2_skew-down:before
  {
    content: "\e98c";
  }
  
  .nc-icon-mini.arrows-2_skew-left:before
  {
    content: "\e98d";
  }
  
  .nc-icon-mini.arrows-2_skew-right:before
  {
    content: "\e98e";
  }
  
  .nc-icon-mini.arrows-2_skew-up:before
  {
    content: "\e98f";
  }
  
  .nc-icon-mini.arrows-2_small-left:before
  {
    content: "\e990";
  }
  
  .nc-icon-mini.arrows-2_small-right:before
  {
    content: "\e991";
  }
  
  .nc-icon-mini.arrows-2_square-download:before
  {
    content: "\e992";
  }
  
  .nc-icon-mini.arrows-2_square-upload:before
  {
    content: "\e993";
  }
  
  .nc-icon-mini.arrows-2_triangle-down:before
  {
    content: "\e994";
  }
  
  .nc-icon-mini.arrows-2_triangle-left:before
  {
    content: "\e995";
  }
  
  .nc-icon-mini.arrows-2_triangle-right:before
  {
    content: "\e996";
  }
  
  .nc-icon-mini.arrows-2_triangle-up:before
  {
    content: "\e997";
  }
  
  .nc-icon-mini.arrows-2_zoom:before
  {
    content: "\e998";
  }
  
  .nc-icon-mini.arrows-3_circle-simple-down:before
  {
    content: "\e999";
  }
  
  .nc-icon-mini.arrows-3_circle-simple-left:before
  {
    content: "\e99a";
  }
  
  .nc-icon-mini.arrows-3_circle-simple-right:before
  {
    content: "\e99b";
  }
  
  .nc-icon-mini.arrows-3_circle-simple-up:before
  {
    content: "\e99c";
  }
  
  .nc-icon-mini.arrows-3_small-down:before
  {
    content: "\e99d";
  }
  
  .nc-icon-mini.arrows-3_small-up:before
  {
    content: "\e99e";
  }
  
  .nc-icon-mini.arrows-3_square-corner-down-left:before
  {
    content: "\e99f";
  }
  
  .nc-icon-mini.arrows-3_square-corner-down-right:before
  {
    content: "\e9a0";
  }
  
  .nc-icon-mini.arrows-3_square-corner-up-left:before
  {
    content: "\e9a1";
  }
  
  .nc-icon-mini.arrows-3_square-corner-up-right:before
  {
    content: "\e9a2";
  }
  
  .nc-icon-mini.arrows-3_square-down-06:before
  {
    content: "\e9a3";
  }
  
  .nc-icon-mini.arrows-3_square-left-04:before
  {
    content: "\e9a4";
  }
  
  .nc-icon-mini.arrows-3_square-right-03:before
  {
    content: "\e9a5";
  }
  
  .nc-icon-mini.arrows-3_square-simple-down:before
  {
    content: "\e9a6";
  }
  
  .nc-icon-mini.arrows-3_square-simple-left:before
  {
    content: "\e9a7";
  }
  
  .nc-icon-mini.arrows-3_square-simple-right:before
  {
    content: "\e9a8";
  }
  
  .nc-icon-mini.arrows-3_square-simple-up:before
  {
    content: "\e9a9";
  }
  
  .nc-icon-mini.arrows-3_square-up-05:before
  {
    content: "\e9aa";
  }
  
  .nc-icon-mini.arrows-e_archive-e-download:before
  {
    content: "\e9ab";
  }
  
  .nc-icon-mini.arrows-e_archive-e-upload:before
  {
    content: "\e9ac";
  }
  
  .nc-icon-mini.arrows-e_circle-e-down-04:before
  {
    content: "\e9ad";
  }
  
  .nc-icon-mini.arrows-e_circle-e-down-12:before
  {
    content: "\e9ae";
  }
  
  .nc-icon-mini.arrows-e_circle-e-left-02:before
  {
    content: "\e9af";
  }
  
  .nc-icon-mini.arrows-e_circle-e-left-10:before
  {
    content: "\e9b0";
  }
  
  .nc-icon-mini.arrows-e_circle-e-right-01:before
  {
    content: "\e9b1";
  }
  
  .nc-icon-mini.arrows-e_circle-e-right-09:before
  {
    content: "\e9b2";
  }
  
  .nc-icon-mini.arrows-e_circle-e-up-03:before
  {
    content: "\e9b3";
  }
  
  .nc-icon-mini.arrows-e_circle-e-up-11:before
  {
    content: "\e9b4";
  }
  
  .nc-icon-mini.arrows-e_enlarge-21:before
  {
    content: "\e9b5";
  }
  
  .nc-icon-mini.arrows-e_enlarge-22:before
  {
    content: "\e9b6";
  }
  
  .nc-icon-mini.arrows-e_expand:before
  {
    content: "\e9b7";
  }
  
  .nc-icon-mini.arrows-e_move-bottom-right:before
  {
    content: "\e9b8";
  }
  
  .nc-icon-mini.arrows-e_move-top-left:before
  {
    content: "\e9b9";
  }
  
  .nc-icon-mini.arrows-e_refresh-19:before
  {
    content: "\e9ba";
  }
  
  .nc-icon-mini.arrows-e_refresh-20:before
  {
    content: "\e9bb";
  }
  
  .nc-icon-mini.arrows-e_resize-h:before
  {
    content: "\e9bc";
  }
  
  .nc-icon-mini.arrows-e_resize-v:before
  {
    content: "\e9bd";
  }
  
  .nc-icon-mini.arrows-e_share-26:before
  {
    content: "\e9be";
  }
  
  .nc-icon-mini.arrows-e_share-27:before
  {
    content: "\e9bf";
  }
  
  .nc-icon-mini.arrows-e_square-e-down:before
  {
    content: "\e9c0";
  }
  
  .nc-icon-mini.arrows-e_square-e-left:before
  {
    content: "\e9c1";
  }
  
  .nc-icon-mini.arrows-e_square-e-right:before
  {
    content: "\e9c2";
  }
  
  .nc-icon-mini.arrows-e_square-e-up:before
  {
    content: "\e9c3";
  }
  
  .nc-icon-mini.arrows-e_zoom-circle:before
  {
    content: "\e9c4";
  }
  
  .nc-icon-mini.arrows-e_zoom-e:before
  {
    content: "\e9c5";
  }
  
  .nc-icon-mini.arrows-e_zoom-square:before
  {
    content: "\e9c6";
  }
  
  .nc-icon-mini.arrows-e_zoom-triangles:before
  {
    content: "\e9c7";
  }
  
  .nc-icon-mini.weather_celsius:before
  {
    content: "\e9c8";
  }
  
  .nc-icon-mini.weather_cloud-drop:before
  {
    content: "\e9c9";
  }
  
  .nc-icon-mini.weather_cloud-fog-31:before
  {
    content: "\e9ca";
  }
  
  .nc-icon-mini.weather_cloud-fog-32:before
  {
    content: "\e9cb";
  }
  
  .nc-icon-mini.weather_cloud-hail:before
  {
    content: "\e9cc";
  }
  
  .nc-icon-mini.weather_cloud-light:before
  {
    content: "\e9cd";
  }
  
  .nc-icon-mini.weather_cloud-moon:before
  {
    content: "\e9ce";
  }
  
  .nc-icon-mini.weather_cloud-rain:before
  {
    content: "\e9cf";
  }
  
  .nc-icon-mini.weather_cloud-snow-34:before
  {
    content: "\e9d0";
  }
  
  .nc-icon-mini.weather_cloud-snow-42:before
  {
    content: "\e9d1";
  }
  
  .nc-icon-mini.weather_cloud-sun-17:before
  {
    content: "\e9d2";
  }
  
  .nc-icon-mini.weather_compass:before
  {
    content: "\e9d3";
  }
  
  .nc-icon-mini.weather_drop-15:before
  {
    content: "\e9d4";
  }
  
  .nc-icon-mini.weather_drops:before
  {
    content: "\e9d5";
  }
  
  .nc-icon-mini.weather_eclipse:before
  {
    content: "\e9d6";
  }
  
  .nc-icon-mini.weather_fahrenheit:before
  {
    content: "\e9d7";
  }
  
  .nc-icon-mini.weather_fog:before
  {
    content: "\e9d8";
  }
  
  .nc-icon-mini.weather_forecast:before
  {
    content: "\e9d9";
  }
  
  .nc-icon-mini.weather_hurricane-44:before
  {
    content: "\e9da";
  }
  
  .nc-icon-mini.weather_hurricane-45:before
  {
    content: "\e9db";
  }
  
  .nc-icon-mini.weather_moon-cloud-drop:before
  {
    content: "\e9dc";
  }
  
  .nc-icon-mini.weather_moon-cloud-fog:before
  {
    content: "\e9dd";
  }
  
  .nc-icon-mini.weather_moon-cloud-hail:before
  {
    content: "\e9de";
  }
  
  .nc-icon-mini.weather_moon-cloud-light:before
  {
    content: "\e9df";
  }
  
  .nc-icon-mini.weather_moon-cloud-rain:before
  {
    content: "\e9e0";
  }
  
  .nc-icon-mini.weather_moon-cloud-snow-61:before
  {
    content: "\e9e1";
  }
  
  .nc-icon-mini.weather_moon-cloud-snow-62:before
  {
    content: "\e9e2";
  }
  
  .nc-icon-mini.weather_moon-fog:before
  {
    content: "\e9e3";
  }
  
  .nc-icon-mini.weather_moon-full:before
  {
    content: "\e9e4";
  }
  
  .nc-icon-mini.weather_moon-stars:before
  {
    content: "\e9e5";
  }
  
  .nc-icon-mini.weather_moon:before
  {
    content: "\e9e6";
  }
  
  .nc-icon-mini.weather_rain-hail:before
  {
    content: "\e9e7";
  }
  
  .nc-icon-mini.weather_rain:before
  {
    content: "\e9e8";
  }
  
  .nc-icon-mini.weather_rainbow:before
  {
    content: "\e9e9";
  }
  
  .nc-icon-mini.weather_snow:before
  {
    content: "\e9ea";
  }
  
  .nc-icon-mini.weather_sun-cloud-drop:before
  {
    content: "\e9eb";
  }
  
  .nc-icon-mini.weather_sun-cloud-fog:before
  {
    content: "\e9ec";
  }
  
  .nc-icon-mini.weather_sun-cloud-hail:before
  {
    content: "\e9ed";
  }
  
  .nc-icon-mini.weather_sun-cloud-light:before
  {
    content: "\e9ee";
  }
  
  .nc-icon-mini.weather_sun-cloud-rain:before
  {
    content: "\e9ef";
  }
  
  .nc-icon-mini.weather_sun-cloud-snow-54:before
  {
    content: "\e9f0";
  }
  
  .nc-icon-mini.weather_sun-cloud-snow-55:before
  {
    content: "\e9f1";
  }
  
  .nc-icon-mini.weather_sun-cloud:before
  {
    content: "\e9f2";
  }
  
  .nc-icon-mini.weather_sun-fog-30:before
  {
    content: "\e9f3";
  }
  
  .nc-icon-mini.weather_sun-fog-43:before
  {
    content: "\e9f4";
  }
  
  .nc-icon-mini.weather_wind:before
  {
    content: "\e9f5";
  }
  
  .nc-icon-mini.weather-e_cloud-01:before
  {
    content: "\e9f6";
  }
  
  .nc-icon-mini.weather-e_cloud-02:before
  {
    content: "\e9f7";
  }
  
  .nc-icon-mini.users_add-27:before
  {
    content: "\e9f8";
  }
  
  .nc-icon-mini.users_add-29:before
  {
    content: "\e9f9";
  }
  
  .nc-icon-mini.users_badge-13:before
  {
    content: "\e9fa";
  }
  
  .nc-icon-mini.users_badge-14:before
  {
    content: "\e9fb";
  }
  
  .nc-icon-mini.users_badge-15:before
  {
    content: "\e9fc";
  }
  
  .nc-icon-mini.users_circle-08:before
  {
    content: "\e9fd";
  }
  
  .nc-icon-mini.users_circle-09:before
  {
    content: "\e9fe";
  }
  
  .nc-icon-mini.users_circle-10:before
  {
    content: "\e9ff";
  }
  
  .nc-icon-mini.users_delete-28:before
  {
    content: "\ea00";
  }
  
  .nc-icon-mini.users_delete-30:before
  {
    content: "\ea01";
  }
  
  .nc-icon-mini.users_man-20:before
  {
    content: "\ea02";
  }
  
  .nc-icon-mini.users_multiple-11:before
  {
    content: "\ea03";
  }
  
  .nc-icon-mini.users_multiple-19:before
  {
    content: "\ea04";
  }
  
  .nc-icon-mini.users_single-01:before
  {
    content: "\ea05";
  }
  
  .nc-icon-mini.users_single-02:before
  {
    content: "\ea06";
  }
  
  .nc-icon-mini.users_single-03:before
  {
    content: "\ea07";
  }
  
  .nc-icon-mini.users_single-04:before
  {
    content: "\ea08";
  }
  
  .nc-icon-mini.users_single-05:before
  {
    content: "\ea09";
  }
  
  .nc-icon-mini.users_single-body:before
  {
    content: "\ea0a";
  }
  
  .nc-icon-mini.users_square-31:before
  {
    content: "\ea0b";
  }
  
  .nc-icon-mini.users_square-32:before
  {
    content: "\ea0c";
  }
  
  .nc-icon-mini.users_square-33:before
  {
    content: "\ea0d";
  }
  
  .nc-icon-mini.users_woman-21:before
  {
    content: "\ea0e";
  }
  
  .nc-icon-mini.travel_backpack:before
  {
    content: "\eab9";
  }
  
  .nc-icon-mini.travel_bag:before
  {
    content: "\eaba";
  }
  
  .nc-icon-mini.travel_camping:before
  {
    content: "\eabb";
  }
  
  .nc-icon-mini.travel_drink:before
  {
    content: "\eabc";
  }
  
  .nc-icon-mini.travel_explore:before
  {
    content: "\eabd";
  }
  
  .nc-icon-mini.travel_fire:before
  {
    content: "\eabe";
  }
  
  .nc-icon-mini.travel_hotel-bell:before
  {
    content: "\eabf";
  }
  
  .nc-icon-mini.travel_hotel-symbol:before
  {
    content: "\eac0";
  }
  
  .nc-icon-mini.travel_hotel:before
  {
    content: "\eac1";
  }
  
  .nc-icon-mini.travel_igloo:before
  {
    content: "\eac2";
  }
  
  .nc-icon-mini.travel_jellyfish:before
  {
    content: "\eac3";
  }
  
  .nc-icon-mini.travel_lamp:before
  {
    content: "\eac4";
  }
  
  .nc-icon-mini.travel_luggage:before
  {
    content: "\eac5";
  }
  
  .nc-icon-mini.travel_octopus:before
  {
    content: "\eac6";
  }
  
  .nc-icon-mini.travel_passport:before
  {
    content: "\eac7";
  }
  
  .nc-icon-mini.travel_pickaxe:before
  {
    content: "\eac8";
  }
  
  .nc-icon-mini.travel_pool:before
  {
    content: "\eac9";
  }
  
  .nc-icon-mini.travel_rackets:before
  {
    content: "\eaca";
  }
  
  .nc-icon-mini.travel_road-sign-left:before
  {
    content: "\eacb";
  }
  
  .nc-icon-mini.travel_road-sign-right:before
  {
    content: "\eacc";
  }
  
  .nc-icon-mini.travel_rowing:before
  {
    content: "\eacd";
  }
  
  .nc-icon-mini.travel_sea-mask:before
  {
    content: "\eace";
  }
  
  .nc-icon-mini.travel_shark:before
  {
    content: "\eacf";
  }
  
  .nc-icon-mini.travel_spa:before
  {
    content: "\ead0";
  }
  
  .nc-icon-mini.travel_sunglasses:before
  {
    content: "\ead1";
  }
  
  .nc-icon-mini.travel_surf:before
  {
    content: "\ead2";
  }
  
  .nc-icon-mini.travel_swimwear:before
  {
    content: "\ead3";
  }
  
  .nc-icon-mini.travel_swiss-knife:before
  {
    content: "\ead4";
  }
  
  .nc-icon-mini.travel_trolley:before
  {
    content: "\ead5";
  }
  
  .nc-icon-mini.travel_world:before
  {
    content: "\ead6";
  }
  
  .nc-icon-mini.transportation_air-baloon:before
  {
    content: "\ead7";
  }
  
  .nc-icon-mini.transportation_bike:before
  {
    content: "\ead8";
  }
  
  .nc-icon-mini.transportation_boat-small-02:before
  {
    content: "\ead9";
  }
  
  .nc-icon-mini.transportation_boat-small-03:before
  {
    content: "\eada";
  }
  
  .nc-icon-mini.transportation_boat:before
  {
    content: "\eadb";
  }
  
  .nc-icon-mini.transportation_bus-front-10:before
  {
    content: "\eadc";
  }
  
  .nc-icon-mini.transportation_bus-front-12:before
  {
    content: "\eadd";
  }
  
  .nc-icon-mini.transportation_car-front:before
  {
    content: "\eade";
  }
  
  .nc-icon-mini.transportation_car-taxi:before
  {
    content: "\eadf";
  }
  
  .nc-icon-mini.transportation_car:before
  {
    content: "\eae0";
  }
  
  .nc-icon-mini.transportation_helicopter:before
  {
    content: "\eae1";
  }
  
  .nc-icon-mini.transportation_helmet:before
  {
    content: "\eae2";
  }
  
  .nc-icon-mini.transportation_light-traffic:before
  {
    content: "\eae3";
  }
  
  .nc-icon-mini.transportation_moto:before
  {
    content: "\eae4";
  }
  
  .nc-icon-mini.transportation_plane-17:before
  {
    content: "\eae5";
  }
  
  .nc-icon-mini.transportation_plane-18:before
  {
    content: "\eae6";
  }
  
  .nc-icon-mini.transportation_road:before
  {
    content: "\eae7";
  }
  
  .nc-icon-mini.transportation_skateboard:before
  {
    content: "\eae8";
  }
  
  .nc-icon-mini.transportation_tractor:before
  {
    content: "\eae9";
  }
  
  .nc-icon-mini.transportation_train:before
  {
    content: "\eaea";
  }
  
  .nc-icon-mini.transportation_tram:before
  {
    content: "\eaeb";
  }
  
  .nc-icon-mini.transportation_truck-front:before
  {
    content: "\eaec";
  }
  
  .nc-icon-mini.transportation_vespa-front:before
  {
    content: "\eaed";
  }
  
  .nc-icon-mini.gestures_2x-drag-down:before
  {
    content: "\eaee";
  }
  
  .nc-icon-mini.gestures_2x-drag-up:before
  {
    content: "\eaef";
  }
  
  .nc-icon-mini.gestures_active-38:before
  {
    content: "\eaf0";
  }
  
  .nc-icon-mini.gestures_active-40:before
  {
    content: "\eaf1";
  }
  
  .nc-icon-mini.gestures_camera:before
  {
    content: "\eaf2";
  }
  
  .nc-icon-mini.gestures_double-tap:before
  {
    content: "\eaf3";
  }
  
  .nc-icon-mini.gestures_drag-21:before
  {
    content: "\eaf4";
  }
  
  .nc-icon-mini.gestures_drag-31:before
  {
    content: "\eaf5";
  }
  
  .nc-icon-mini.gestures_drag-down:before
  {
    content: "\eaf6";
  }
  
  .nc-icon-mini.gestures_drag-left:before
  {
    content: "\eaf7";
  }
  
  .nc-icon-mini.gestures_drag-right:before
  {
    content: "\eaf8";
  }
  
  .nc-icon-mini.gestures_drag-up:before
  {
    content: "\eaf9";
  }
  
  .nc-icon-mini.gestures_grab:before
  {
    content: "\eafa";
  }
  
  .nc-icon-mini.gestures_pin:before
  {
    content: "\eafb";
  }
  
  .nc-icon-mini.gestures_pinch:before
  {
    content: "\eafc";
  }
  
  .nc-icon-mini.gestures_rotate-22:before
  {
    content: "\eafd";
  }
  
  .nc-icon-mini.gestures_scan:before
  {
    content: "\eafe";
  }
  
  .nc-icon-mini.gestures_stretch:before
  {
    content: "\eaff";
  }
  
  .nc-icon-mini.gestures_swipe-bottom:before
  {
    content: "\eb00";
  }
  
  .nc-icon-mini.gestures_swipe-left:before
  {
    content: "\eb01";
  }
  
  .nc-icon-mini.gestures_swipe-right:before
  {
    content: "\eb02";
  }
  
  .nc-icon-mini.gestures_swipe-up:before
  {
    content: "\eb03";
  }
  
  .nc-icon-mini.gestures_tap-01:before
  {
    content: "\eb04";
  }
  
  .nc-icon-mini.gestures_tap-02:before
  {
    content: "\eb05";
  }
  
  .nc-icon-mini.text_align-center:before
  {
    content: "\eb06";
  }
  
  .nc-icon-mini.text_align-justify:before
  {
    content: "\eb07";
  }
  
  .nc-icon-mini.text_align-left:before
  {
    content: "\eb08";
  }
  
  .nc-icon-mini.text_align-right:before
  {
    content: "\eb09";
  }
  
  .nc-icon-mini.text_background:before
  {
    content: "\eb0a";
  }
  
  .nc-icon-mini.text_bold:before
  {
    content: "\eb0b";
  }
  
  .nc-icon-mini.text_capitalize:before
  {
    content: "\eb0c";
  }
  
  .nc-icon-mini.text_caps-small:before
  {
    content: "\eb0d";
  }
  
  .nc-icon-mini.text_color:before
  {
    content: "\eb0e";
  }
  
  .nc-icon-mini.text_edit:before
  {
    content: "\eb0f";
  }
  
  .nc-icon-mini.text_italic:before
  {
    content: "\eb10";
  }
  
  .nc-icon-mini.text_line-height:before
  {
    content: "\eb11";
  }
  
  .nc-icon-mini.text_list-bullet:before
  {
    content: "\eb12";
  }
  
  .nc-icon-mini.text_list-numbers:before
  {
    content: "\eb13";
  }
  
  .nc-icon-mini.text_margin-left:before
  {
    content: "\eb14";
  }
  
  .nc-icon-mini.text_margin-right:before
  {
    content: "\eb15";
  }
  
  .nc-icon-mini.text_quote:before
  {
    content: "\eb16";
  }
  
  .nc-icon-mini.text_scale-horizontal:before
  {
    content: "\eb17";
  }
  
  .nc-icon-mini.text_scale-vertical:before
  {
    content: "\eb18";
  }
  
  .nc-icon-mini.text_size:before
  {
    content: "\eb19";
  }
  
  .nc-icon-mini.text_strikethrough:before
  {
    content: "\eb1a";
  }
  
  .nc-icon-mini.text_subscript:before
  {
    content: "\eb1b";
  }
  
  .nc-icon-mini.text_superscript:before
  {
    content: "\eb1c";
  }
  
  .nc-icon-mini.text_tracking:before
  {
    content: "\eb1d";
  }
  
  .nc-icon-mini.text_underline:before
  {
    content: "\eb1e";
  }
  
  .nc-icon-mini.tech_cable-49:before
  {
    content: "\eb1f";
  }
  
  .nc-icon-mini.tech_cd-reader:before
  {
    content: "\eb20";
  }
  
  .nc-icon-mini.tech_computer-monitor:before
  {
    content: "\eb21";
  }
  
  .nc-icon-mini.tech_computer-old:before
  {
    content: "\eb22";
  }
  
  .nc-icon-mini.tech_computer:before
  {
    content: "\eb23";
  }
  
  .nc-icon-mini.tech_controller-modern:before
  {
    content: "\eb24";
  }
  
  .nc-icon-mini.tech_controller:before
  {
    content: "\eb25";
  }
  
  .nc-icon-mini.tech_desktop-screen:before
  {
    content: "\eb26";
  }
  
  .nc-icon-mini.tech_desktop:before
  {
    content: "\eb27";
  }
  
  .nc-icon-mini.tech_disk-reader:before
  {
    content: "\eb28";
  }
  
  .nc-icon-mini.tech_disk:before
  {
    content: "\eb29";
  }
  
  .nc-icon-mini.tech_headphones:before
  {
    content: "\eb2a";
  }
  
  .nc-icon-mini.tech_keyboard-wifi:before
  {
    content: "\eb2b";
  }
  
  .nc-icon-mini.tech_keyboard:before
  {
    content: "\eb2c";
  }
  
  .nc-icon-mini.tech_laptop-camera:before
  {
    content: "\eb2d";
  }
  
  .nc-icon-mini.tech_laptop-front:before
  {
    content: "\eb2e";
  }
  
  .nc-icon-mini.tech_laptop:before
  {
    content: "\eb2f";
  }
  
  .nc-icon-mini.tech_mobile-button:before
  {
    content: "\eb30";
  }
  
  .nc-icon-mini.tech_mobile-camera:before
  {
    content: "\eb31";
  }
  
  .nc-icon-mini.tech_mobile-recharger-08:before
  {
    content: "\eb32";
  }
  
  .nc-icon-mini.tech_mobile-recharger-09:before
  {
    content: "\eb33";
  }
  
  .nc-icon-mini.tech_mobile-toolbar:before
  {
    content: "\eb34";
  }
  
  .nc-icon-mini.tech_mobile:before
  {
    content: "\eb35";
  }
  
  .nc-icon-mini.tech_music:before
  {
    content: "\eb36";
  }
  
  .nc-icon-mini.tech_navigation:before
  {
    content: "\eb37";
  }
  
  .nc-icon-mini.tech_player-19:before
  {
    content: "\eb38";
  }
  
  .nc-icon-mini.tech_player-48:before
  {
    content: "\eb39";
  }
  
  .nc-icon-mini.tech_print-round:before
  {
    content: "\eb3a";
  }
  
  .nc-icon-mini.tech_print:before
  {
    content: "\eb3b";
  }
  
  .nc-icon-mini.tech_ram:before
  {
    content: "\eb3c";
  }
  
  .nc-icon-mini.tech_remote:before
  {
    content: "\eb3d";
  }
  
  .nc-icon-mini.tech_signal:before
  {
    content: "\eb3e";
  }
  
  .nc-icon-mini.tech_socket:before
  {
    content: "\eb3f";
  }
  
  .nc-icon-mini.tech_sync:before
  {
    content: "\eb40";
  }
  
  .nc-icon-mini.tech_tablet-button:before
  {
    content: "\eb41";
  }
  
  .nc-icon-mini.tech_tablet-reader-31:before
  {
    content: "\eb42";
  }
  
  .nc-icon-mini.tech_tablet-reader-42:before
  {
    content: "\eb43";
  }
  
  .nc-icon-mini.tech_tablet-toolbar:before
  {
    content: "\eb44";
  }
  
  .nc-icon-mini.tech_tablet:before
  {
    content: "\eb45";
  }
  
  .nc-icon-mini.tech_tv-old:before
  {
    content: "\eb46";
  }
  
  .nc-icon-mini.tech_tv:before
  {
    content: "\eb47";
  }
  
  .nc-icon-mini.tech_watch-circle:before
  {
    content: "\eb48";
  }
  
  .nc-icon-mini.tech_watch-time:before
  {
    content: "\eb49";
  }
  
  .nc-icon-mini.tech_watch:before
  {
    content: "\eb4a";
  }
  
  .nc-icon-mini.tech_webcam-38:before
  {
    content: "\eb4b";
  }
  
  .nc-icon-mini.tech_webcam-39:before
  {
    content: "\eb4c";
  }
  
  .nc-icon-mini.tech_wifi-router:before
  {
    content: "\eb4d";
  }
  
  .nc-icon-mini.tech_wifi:before
  {
    content: "\eb4e";
  }
  
  .nc-icon-mini.sport_badminton:before
  {
    content: "\eb4f";
  }
  
  .nc-icon-mini.sport_baseball-ball:before
  {
    content: "\eb50";
  }
  
  .nc-icon-mini.sport_baseball-bat:before
  {
    content: "\eb51";
  }
  
  .nc-icon-mini.sport_basketball-12:before
  {
    content: "\eb52";
  }
  
  .nc-icon-mini.sport_boxing:before
  {
    content: "\eb53";
  }
  
  .nc-icon-mini.sport_cardio:before
  {
    content: "\eb54";
  }
  
  .nc-icon-mini.sport_cricket:before
  {
    content: "\eb55";
  }
  
  .nc-icon-mini.sport_crown:before
  {
    content: "\eb56";
  }
  
  .nc-icon-mini.sport_dart:before
  {
    content: "\eb57";
  }
  
  .nc-icon-mini.sport_dumbbells:before
  {
    content: "\eb58";
  }
  
  .nc-icon-mini.sport_fencing:before
  {
    content: "\eb59";
  }
  
  .nc-icon-mini.sport_fishing:before
  {
    content: "\eb5a";
  }
  
  .nc-icon-mini.sport_flag-finish:before
  {
    content: "\eb5b";
  }
  
  .nc-icon-mini.sport_football-headguard:before
  {
    content: "\eb5c";
  }
  
  .nc-icon-mini.sport_golf:before
  {
    content: "\eb5d";
  }
  
  .nc-icon-mini.sport_helmet:before
  {
    content: "\eb5e";
  }
  
  .nc-icon-mini.sport_hockey:before
  {
    content: "\eb5f";
  }
  
  .nc-icon-mini.sport_kettlebell:before
  {
    content: "\eb60";
  }
  
  .nc-icon-mini.sport_ping-pong:before
  {
    content: "\eb61";
  }
  
  .nc-icon-mini.sport_podium:before
  {
    content: "\eb62";
  }
  
  .nc-icon-mini.sport_rope:before
  {
    content: "\eb63";
  }
  
  .nc-icon-mini.sport_rugby:before
  {
    content: "\eb64";
  }
  
  .nc-icon-mini.sport_shaker:before
  {
    content: "\eb65";
  }
  
  .nc-icon-mini.sport_skateboard:before
  {
    content: "\eb66";
  }
  
  .nc-icon-mini.sport_snowboard:before
  {
    content: "\eb67";
  }
  
  .nc-icon-mini.sport_soccer-field:before
  {
    content: "\eb68";
  }
  
  .nc-icon-mini.sport_steering-wheel:before
  {
    content: "\eb69";
  }
  
  .nc-icon-mini.sport_supplement:before
  {
    content: "\eb6a";
  }
  
  .nc-icon-mini.sport_surf:before
  {
    content: "\eb6b";
  }
  
  .nc-icon-mini.sport_tactic:before
  {
    content: "\eb6c";
  }
  
  .nc-icon-mini.sport_tennis-ball:before
  {
    content: "\eb6d";
  }
  
  .nc-icon-mini.sport_tennis:before
  {
    content: "\eb6e";
  }
  
  .nc-icon-mini.sport_trophy:before
  {
    content: "\eb6f";
  }
  
  .nc-icon-mini.sport_user-run:before
  {
    content: "\eb70";
  }
  
  .nc-icon-mini.sport_volleyball:before
  {
    content: "\eb71";
  }
  
  .nc-icon-mini.sport_whistle:before
  {
    content: "\eb72";
  }
  
  .nc-icon-mini.shopping_award:before
  {
    content: "\eb9f";
  }
  
  .nc-icon-mini.shopping_bag-09:before
  {
    content: "\eba0";
  }
  
  .nc-icon-mini.shopping_bag-16:before
  {
    content: "\eba1";
  }
  
  .nc-icon-mini.shopping_bag-17:before
  {
    content: "\eba2";
  }
  
  .nc-icon-mini.shopping_bag-20:before
  {
    content: "\eba3";
  }
  
  .nc-icon-mini.shopping_bag-add-18:before
  {
    content: "\eba4";
  }
  
  .nc-icon-mini.shopping_bag-add-21:before
  {
    content: "\eba5";
  }
  
  .nc-icon-mini.shopping_bag-remove-19:before
  {
    content: "\eba6";
  }
  
  .nc-icon-mini.shopping_bag-remove-22:before
  {
    content: "\eba7";
  }
  
  .nc-icon-mini.shopping_barcode:before
  {
    content: "\eba8";
  }
  
  .nc-icon-mini.shopping_bardcode-qr:before
  {
    content: "\eba9";
  }
  
  .nc-icon-mini.shopping_basket-simple-add:before
  {
    content: "\ebaa";
  }
  
  .nc-icon-mini.shopping_basket-simple-remove:before
  {
    content: "\ebab";
  }
  
  .nc-icon-mini.shopping_basket-simple:before
  {
    content: "\ebac";
  }
  
  .nc-icon-mini.shopping_basket:before
  {
    content: "\ebad";
  }
  
  .nc-icon-mini.shopping_bitcoin:before
  {
    content: "\ebae";
  }
  
  .nc-icon-mini.shopping_box-ribbon:before
  {
    content: "\ebaf";
  }
  
  .nc-icon-mini.shopping_box:before
  {
    content: "\ebb0";
  }
  
  .nc-icon-mini.shopping_cart-modern-in:before
  {
    content: "\ebb1";
  }
  
  .nc-icon-mini.shopping_cart-modern:before
  {
    content: "\ebb2";
  }
  
  .nc-icon-mini.shopping_cart-simple-add:before
  {
    content: "\ebb3";
  }
  
  .nc-icon-mini.shopping_cart-simple-in:before
  {
    content: "\ebb4";
  }
  
  .nc-icon-mini.shopping_cart-simple-remove:before
  {
    content: "\ebb5";
  }
  
  .nc-icon-mini.shopping_cart-simple:before
  {
    content: "\ebb6";
  }
  
  .nc-icon-mini.shopping_cart:before
  {
    content: "\ebb7";
  }
  
  .nc-icon-mini.shopping_cash-register:before
  {
    content: "\ebb8";
  }
  
  .nc-icon-mini.shopping_chart:before
  {
    content: "\ebb9";
  }
  
  .nc-icon-mini.shopping_credit-card-in:before
  {
    content: "\ebba";
  }
  
  .nc-icon-mini.shopping_credit-card:before
  {
    content: "\ebbb";
  }
  
  .nc-icon-mini.shopping_delivery-fast:before
  {
    content: "\ebbc";
  }
  
  .nc-icon-mini.shopping_discount:before
  {
    content: "\ebbd";
  }
  
  .nc-icon-mini.shopping_gift:before
  {
    content: "\ebbe";
  }
  
  .nc-icon-mini.shopping_list:before
  {
    content: "\ebbf";
  }
  
  .nc-icon-mini.shopping_newsletter:before
  {
    content: "\ebc0";
  }
  
  .nc-icon-mini.shopping_receipt-list-42:before
  {
    content: "\ebc1";
  }
  
  .nc-icon-mini.shopping_receipt-list-43:before
  {
    content: "\ebc2";
  }
  
  .nc-icon-mini.shopping_receipt:before
  {
    content: "\ebc3";
  }
  
  .nc-icon-mini.shopping_shop:before
  {
    content: "\ebc4";
  }
  
  .nc-icon-mini.shopping_stock:before
  {
    content: "\ebc5";
  }
  
  .nc-icon-mini.shopping_tag-content:before
  {
    content: "\ebc6";
  }
  
  .nc-icon-mini.shopping_tag-cut:before
  {
    content: "\ebc7";
  }
  
  .nc-icon-mini.shopping_tag:before
  {
    content: "\ebc8";
  }
  
  .nc-icon-mini.shopping_wallet:before
  {
    content: "\ebc9";
  }
  
  .nc-icon-mini.education_agenda-bookmark:before
  {
    content: "\ebca";
  }
  
  .nc-icon-mini.education_atom:before
  {
    content: "\ebcb";
  }
  
  .nc-icon-mini.education_award-55:before
  {
    content: "\ebcc";
  }
  
  .nc-icon-mini.education_backpack-57:before
  {
    content: "\ebcd";
  }
  
  .nc-icon-mini.education_backpack-58:before
  {
    content: "\ebce";
  }
  
  .nc-icon-mini.education_ball-basket:before
  {
    content: "\ebcf";
  }
  
  .nc-icon-mini.education_ball-soccer:before
  {
    content: "\ebd0";
  }
  
  .nc-icon-mini.education_board-51:before
  {
    content: "\ebd1";
  }
  
  .nc-icon-mini.education_book-39:before
  {
    content: "\ebd2";
  }
  
  .nc-icon-mini.education_book-bookmark:before
  {
    content: "\ebd3";
  }
  
  .nc-icon-mini.education_book-open:before
  {
    content: "\ebd4";
  }
  
  .nc-icon-mini.education_books-46:before
  {
    content: "\ebd5";
  }
  
  .nc-icon-mini.education_flask:before
  {
    content: "\ebd6";
  }
  
  .nc-icon-mini.education_glasses:before
  {
    content: "\ebd7";
  }
  
  .nc-icon-mini.education_hat:before
  {
    content: "\ebd8";
  }
  
  .nc-icon-mini.education_language:before
  {
    content: "\ebd9";
  }
  
  .nc-icon-mini.education_molecule:before
  {
    content: "\ebda";
  }
  
  .nc-icon-mini.education_notepad:before
  {
    content: "\ebdb";
  }
  
  .nc-icon-mini.education_paper-diploma:before
  {
    content: "\ebdc";
  }
  
  .nc-icon-mini.education_paper:before
  {
    content: "\ebdd";
  }
  
  .nc-icon-mini.education_pencil-47:before
  {
    content: "\ebde";
  }
  
  .nc-icon-mini.education_school:before
  {
    content: "\ebdf";
  }
  
  .nc-icon-mini.objects_alien-29:before
  {
    content: "\ebe0";
  }
  
  .nc-icon-mini.objects_alien-33:before
  {
    content: "\ebe1";
  }
  
  .nc-icon-mini.objects_anchor:before
  {
    content: "\ebe2";
  }
  
  .nc-icon-mini.objects_astronaut:before
  {
    content: "\ebe3";
  }
  
  .nc-icon-mini.objects_axe:before
  {
    content: "\ebe4";
  }
  
  .nc-icon-mini.objects_baby-bottle:before
  {
    content: "\ebe5";
  }
  
  .nc-icon-mini.objects_baby:before
  {
    content: "\ebe6";
  }
  
  .nc-icon-mini.objects_baloon:before
  {
    content: "\ebe7";
  }
  
  .nc-icon-mini.objects_battery:before
  {
    content: "\ebe8";
  }
  
  .nc-icon-mini.objects_bear:before
  {
    content: "\ebe9";
  }
  
  .nc-icon-mini.objects_billiard:before
  {
    content: "\ebea";
  }
  
  .nc-icon-mini.objects_binocular:before
  {
    content: "\ebeb";
  }
  
  .nc-icon-mini.objects_bow:before
  {
    content: "\ebec";
  }
  
  .nc-icon-mini.objects_bowling:before
  {
    content: "\ebed";
  }
  
  .nc-icon-mini.objects_broom:before
  {
    content: "\ebee";
  }
  
  .nc-icon-mini.objects_cone:before
  {
    content: "\ebef";
  }
  
  .nc-icon-mini.objects_controller:before
  {
    content: "\ebf0";
  }
  
  .nc-icon-mini.objects_diamond:before
  {
    content: "\ebf1";
  }
  
  .nc-icon-mini.objects_dice:before
  {
    content: "\ebf2";
  }
  
  .nc-icon-mini.objects_globe:before
  {
    content: "\ebf3";
  }
  
  .nc-icon-mini.objects_hut:before
  {
    content: "\ebf4";
  }
  
  .nc-icon-mini.objects_key-25:before
  {
    content: "\ebf5";
  }
  
  .nc-icon-mini.objects_key-26:before
  {
    content: "\ebf6";
  }
  
  .nc-icon-mini.objects_lamp:before
  {
    content: "\ebf7";
  }
  
  .nc-icon-mini.objects_leaf-36:before
  {
    content: "\ebf8";
  }
  
  .nc-icon-mini.objects_light:before
  {
    content: "\ebf9";
  }
  
  .nc-icon-mini.objects_planet:before
  {
    content: "\ebfa";
  }
  
  .nc-icon-mini.objects_puzzle-09:before
  {
    content: "\ebfb";
  }
  
  .nc-icon-mini.objects_puzzle-10:before
  {
    content: "\ebfc";
  }
  
  .nc-icon-mini.objects_shovel:before
  {
    content: "\ebfd";
  }
  
  .nc-icon-mini.objects_skull:before
  {
    content: "\ebfe";
  }
  
  .nc-icon-mini.objects_spaceship:before
  {
    content: "\ebff";
  }
  
  .nc-icon-mini.objects_support-16:before
  {
    content: "\ec00";
  }
  
  .nc-icon-mini.objects_support-17:before
  {
    content: "\ec01";
  }
  
  .nc-icon-mini.objects_umbrella-13:before
  {
    content: "\ec02";
  }
  
  .nc-icon-mini.objects_umbrella-14:before
  {
    content: "\ec03";
  }
  
  .nc-icon-mini.objects_wool-ball:before
  {
    content: "\ec04";
  }
  
  .nc-icon-mini.media-1_3d:before
  {
    content: "\ec05";
  }
  
  .nc-icon-mini.media-1_album:before
  {
    content: "\ec06";
  }
  
  .nc-icon-mini.media-1_audio-91:before
  {
    content: "\ec07";
  }
  
  .nc-icon-mini.media-1_audio-92:before
  {
    content: "\ec08";
  }
  
  .nc-icon-mini.media-1_balance:before
  {
    content: "\ec09";
  }
  
  .nc-icon-mini.media-1_brightness-46:before
  {
    content: "\ec0a";
  }
  
  .nc-icon-mini.media-1_brightness-47:before
  {
    content: "\ec0b";
  }
  
  .nc-icon-mini.media-1_button-eject:before
  {
    content: "\ec0c";
  }
  
  .nc-icon-mini.media-1_button-next:before
  {
    content: "\ec0d";
  }
  
  .nc-icon-mini.media-1_button-pause:before
  {
    content: "\ec0e";
  }
  
  .nc-icon-mini.media-1_button-play:before
  {
    content: "\ec0f";
  }
  
  .nc-icon-mini.media-1_button-power:before
  {
    content: "\ec10";
  }
  
  .nc-icon-mini.media-1_button-previous:before
  {
    content: "\ec11";
  }
  
  .nc-icon-mini.media-1_button-record:before
  {
    content: "\ec12";
  }
  
  .nc-icon-mini.media-1_button-rewind:before
  {
    content: "\ec13";
  }
  
  .nc-icon-mini.media-1_button-skip:before
  {
    content: "\ec14";
  }
  
  .nc-icon-mini.media-1_button-stop:before
  {
    content: "\ec15";
  }
  
  .nc-icon-mini.media-1_camera-18:before
  {
    content: "\ec16";
  }
  
  .nc-icon-mini.media-1_camera-19:before
  {
    content: "\ec17";
  }
  
  .nc-icon-mini.media-1_camera-20:before
  {
    content: "\ec18";
  }
  
  .nc-icon-mini.media-1_camera-ban-37:before
  {
    content: "\ec19";
  }
  
  .nc-icon-mini.media-1_camera-compact:before
  {
    content: "\ec1a";
  }
  
  .nc-icon-mini.media-1_camera-square-57:before
  {
    content: "\ec1b";
  }
  
  .nc-icon-mini.media-1_camera-time:before
  {
    content: "\ec1c";
  }
  
  .nc-icon-mini.media-1_countdown-34:before
  {
    content: "\ec1d";
  }
  
  .nc-icon-mini.media-1_edit-color:before
  {
    content: "\ec1e";
  }
  
  .nc-icon-mini.media-1_edit-contrast-42:before
  {
    content: "\ec1f";
  }
  
  .nc-icon-mini.media-1_edit-contrast-43:before
  {
    content: "\ec20";
  }
  
  .nc-icon-mini.media-1_edit-saturation:before
  {
    content: "\ec21";
  }
  
  .nc-icon-mini.media-1_flash-21:before
  {
    content: "\ec22";
  }
  
  .nc-icon-mini.media-1_flash-24:before
  {
    content: "\ec23";
  }
  
  .nc-icon-mini.media-1_flash-29:before
  {
    content: "\ec24";
  }
  
  .nc-icon-mini.media-1_focus-32:before
  {
    content: "\ec25";
  }
  
  .nc-icon-mini.media-1_focus-38:before
  {
    content: "\ec26";
  }
  
  .nc-icon-mini.media-1_focus-40:before
  {
    content: "\ec27";
  }
  
  .nc-icon-mini.media-1_focus-circle:before
  {
    content: "\ec28";
  }
  
  .nc-icon-mini.media-1_frame-12:before
  {
    content: "\ec29";
  }
  
  .nc-icon-mini.media-1_frame-41:before
  {
    content: "\ec2a";
  }
  
  .nc-icon-mini.media-1_grid:before
  {
    content: "\ec2b";
  }
  
  .nc-icon-mini.media-1_image-01:before
  {
    content: "\ec2c";
  }
  
  .nc-icon-mini.media-1_image-02:before
  {
    content: "\ec2d";
  }
  
  .nc-icon-mini.media-1_image-05:before
  {
    content: "\ec2e";
  }
  
  .nc-icon-mini.media-1_layers:before
  {
    content: "\ec2f";
  }
  
  .nc-icon-mini.media-1_lens-31:before
  {
    content: "\ec30";
  }
  
  .nc-icon-mini.media-1_lens-56:before
  {
    content: "\ec31";
  }
  
  .nc-icon-mini.media-1_macro:before
  {
    content: "\ec32";
  }
  
  .nc-icon-mini.media-1_movie-61:before
  {
    content: "\ec33";
  }
  
  .nc-icon-mini.media-1_movie-62:before
  {
    content: "\ec34";
  }
  
  .nc-icon-mini.media-1_night:before
  {
    content: "\ec35";
  }
  
  .nc-icon-mini.media-1_picture:before
  {
    content: "\ec36";
  }
  
  .nc-icon-mini.media-1_play-68:before
  {
    content: "\ec37";
  }
  
  .nc-icon-mini.media-1_play-69:before
  {
    content: "\ec38";
  }
  
  .nc-icon-mini.media-1_player:before
  {
    content: "\ec39";
  }
  
  .nc-icon-mini.media-1_polaroid-add:before
  {
    content: "\ec3a";
  }
  
  .nc-icon-mini.media-1_polaroid-delete:before
  {
    content: "\ec3b";
  }
  
  .nc-icon-mini.media-1_polaroid-multiple:before
  {
    content: "\ec3c";
  }
  
  .nc-icon-mini.media-1_polaroid:before
  {
    content: "\ec3d";
  }
  
  .nc-icon-mini.media-1_roll:before
  {
    content: "\ec3e";
  }
  
  .nc-icon-mini.media-1_sd:before
  {
    content: "\ec3f";
  }
  
  .nc-icon-mini.media-1_ticket-75:before
  {
    content: "\ec40";
  }
  
  .nc-icon-mini.media-1_ticket-76:before
  {
    content: "\ec41";
  }
  
  .nc-icon-mini.media-1_touch:before
  {
    content: "\ec42";
  }
  
  .nc-icon-mini.media-1_tripod:before
  {
    content: "\ec43";
  }
  
  .nc-icon-mini.media-1_video-64:before
  {
    content: "\ec44";
  }
  
  .nc-icon-mini.media-1_video-65:before
  {
    content: "\ec45";
  }
  
  .nc-icon-mini.media-1_video-66:before
  {
    content: "\ec46";
  }
  
  .nc-icon-mini.media-1_video-67:before
  {
    content: "\ec47";
  }
  
  .nc-icon-mini.media-1_videocamera-71:before
  {
    content: "\ec48";
  }
  
  .nc-icon-mini.media-1_videocamera-72:before
  {
    content: "\ec49";
  }
  
  .nc-icon-mini.media-1_volume-93:before
  {
    content: "\ec4a";
  }
  
  .nc-icon-mini.media-1_volume-97:before
  {
    content: "\ec4b";
  }
  
  .nc-icon-mini.media-1_volume-down:before
  {
    content: "\ec4c";
  }
  
  .nc-icon-mini.media-1_volume-up:before
  {
    content: "\ec4d";
  }
  
  .nc-icon-mini.media-2_headphones-mic:before
  {
    content: "\ec4e";
  }
  
  .nc-icon-mini.media-2_headphones:before
  {
    content: "\ec4f";
  }
  
  .nc-icon-mini.media-2_knob:before
  {
    content: "\ec50";
  }
  
  .nc-icon-mini.media-2_mic:before
  {
    content: "\ec51";
  }
  
  .nc-icon-mini.media-2_music-album:before
  {
    content: "\ec52";
  }
  
  .nc-icon-mini.media-2_note-03:before
  {
    content: "\ec53";
  }
  
  .nc-icon-mini.media-2_note-04:before
  {
    content: "\ec54";
  }
  
  .nc-icon-mini.media-2_radio:before
  {
    content: "\ec55";
  }
  
  .nc-icon-mini.media-2_sound-wave:before
  {
    content: "\ec56";
  }
  
  .nc-icon-mini.media-2_speaker-01:before
  {
    content: "\ec57";
  }
  
  .nc-icon-mini.media-2_speaker-05:before
  {
    content: "\ec58";
  }
  
  .nc-icon-mini.media-2_tape:before
  {
    content: "\ec59";
  }
  
  .nc-icon-mini.location_appointment:before
  {
    content: "\ec5a";
  }
  
  .nc-icon-mini.location_bookmark-add:before
  {
    content: "\ec5b";
  }
  
  .nc-icon-mini.location_bookmark-remove:before
  {
    content: "\ec5c";
  }
  
  .nc-icon-mini.location_bookmark:before
  {
    content: "\ec5d";
  }
  
  .nc-icon-mini.location_compass-04:before
  {
    content: "\ec5e";
  }
  
  .nc-icon-mini.location_compass-05:before
  {
    content: "\ec5f";
  }
  
  .nc-icon-mini.location_compass-06:before
  {
    content: "\ec60";
  }
  
  .nc-icon-mini.location_crosshair:before
  {
    content: "\ec61";
  }
  
  .nc-icon-mini.location_explore:before
  {
    content: "\ec62";
  }
  
  .nc-icon-mini.location_flag-diagonal-33:before
  {
    content: "\ec63";
  }
  
  .nc-icon-mini.location_flag-diagonal-34:before
  {
    content: "\ec64";
  }
  
  .nc-icon-mini.location_flag-points-31:before
  {
    content: "\ec65";
  }
  
  .nc-icon-mini.location_flag-points-32:before
  {
    content: "\ec66";
  }
  
  .nc-icon-mini.location_flag-simple:before
  {
    content: "\ec67";
  }
  
  .nc-icon-mini.location_flag-triangle:before
  {
    content: "\ec68";
  }
  
  .nc-icon-mini.location_flag:before
  {
    content: "\ec69";
  }
  
  .nc-icon-mini.location_gps:before
  {
    content: "\ec6a";
  }
  
  .nc-icon-mini.location_map:before
  {
    content: "\ec6b";
  }
  
  .nc-icon-mini.location_marker:before
  {
    content: "\ec6c";
  }
  
  .nc-icon-mini.location_pin-add:before
  {
    content: "\ec6d";
  }
  
  .nc-icon-mini.location_pin-copy:before
  {
    content: "\ec6e";
  }
  
  .nc-icon-mini.location_pin-remove:before
  {
    content: "\ec6f";
  }
  
  .nc-icon-mini.location_pin:before
  {
    content: "\ec70";
  }
  
  .nc-icon-mini.location_pins:before
  {
    content: "\ec71";
  }
  
  .nc-icon-mini.location_position-marker:before
  {
    content: "\ec72";
  }
  
  .nc-icon-mini.location_radar:before
  {
    content: "\ec73";
  }
  
  .nc-icon-mini.location_treasure-map-40:before
  {
    content: "\ec74";
  }
  
  .nc-icon-mini.location_world:before
  {
    content: "\ec75";
  }
  
  .nc-icon-mini.location-e_bookmark-add:before
  {
    content: "\ec76";
  }
  
  .nc-icon-mini.location-e_bookmark-remove:before
  {
    content: "\ec77";
  }
  
  .nc-icon-mini.location-e_flag-06:before
  {
    content: "\ec78";
  }
  
  .nc-icon-mini.location-e_flag-07:before
  {
    content: "\ec79";
  }
  
  .nc-icon-mini.location-e_gps:before
  {
    content: "\ec7a";
  }
  
  .nc-icon-mini.location-e_pin-add:before
  {
    content: "\ec7b";
  }
  
  .nc-icon-mini.location-e_pin-remove:before
  {
    content: "\ec7c";
  }
  
  .nc-icon-mini.location-e_pin:before
  {
    content: "\ec7d";
  }
  
  .nc-icon-mini.holidays_bat:before
  {
    content: "\ec7e";
  }
  
  .nc-icon-mini.holidays_bones:before
  {
    content: "\ec7f";
  }
  
  .nc-icon-mini.holidays_boot:before
  {
    content: "\ec80";
  }
  
  .nc-icon-mini.holidays_candy:before
  {
    content: "\ec81";
  }
  
  .nc-icon-mini.holidays_cat:before
  {
    content: "\ec82";
  }
  
  .nc-icon-mini.holidays_cauldron:before
  {
    content: "\ec83";
  }
  
  .nc-icon-mini.holidays_chimney:before
  {
    content: "\ec84";
  }
  
  .nc-icon-mini.holidays_cockade:before
  {
    content: "\ec85";
  }
  
  .nc-icon-mini.holidays_coffin:before
  {
    content: "\ec86";
  }
  
  .nc-icon-mini.holidays_deer:before
  {
    content: "\ec87";
  }
  
  .nc-icon-mini.holidays_egg-38:before
  {
    content: "\ec88";
  }
  
  .nc-icon-mini.holidays_egg-39:before
  {
    content: "\ec89";
  }
  
  .nc-icon-mini.holidays_ghost:before
  {
    content: "\ec8a";
  }
  
  .nc-icon-mini.holidays_gift:before
  {
    content: "\ec8b";
  }
  
  .nc-icon-mini.holidays_glove:before
  {
    content: "\ec8c";
  }
  
  .nc-icon-mini.holidays_grave:before
  {
    content: "\ec8d";
  }
  
  .nc-icon-mini.holidays_light:before
  {
    content: "\ec8e";
  }
  
  .nc-icon-mini.holidays_message:before
  {
    content: "\ec8f";
  }
  
  .nc-icon-mini.holidays_owl:before
  {
    content: "\ec90";
  }
  
  .nc-icon-mini.holidays_pumpkin:before
  {
    content: "\ec91";
  }
  
  .nc-icon-mini.holidays_rabbit:before
  {
    content: "\ec92";
  }
  
  .nc-icon-mini.holidays_santa-hat:before
  {
    content: "\ec93";
  }
  
  .nc-icon-mini.holidays_sickle:before
  {
    content: "\ec94";
  }
  
  .nc-icon-mini.holidays_snow-ball:before
  {
    content: "\ec95";
  }
  
  .nc-icon-mini.holidays_snowman:before
  {
    content: "\ec96";
  }
  
  .nc-icon-mini.holidays_soak:before
  {
    content: "\ec97";
  }
  
  .nc-icon-mini.holidays_spider:before
  {
    content: "\ec98";
  }
  
  .nc-icon-mini.holidays_tree-ball:before
  {
    content: "\ec99";
  }
  
  .nc-icon-mini.holidays_tree:before
  {
    content: "\ec9a";
  }
  
  .nc-icon-mini.holidays_vampire:before
  {
    content: "\ec9b";
  }
  
  .nc-icon-mini.holidays_witch-hat:before
  {
    content: "\ec9c";
  }
  
  .nc-icon-mini.holidays_wolf:before
  {
    content: "\ec9d";
  }
  
  .nc-icon-mini.holidays_zombie:before
  {
    content: "\ec9e";
  }
  
  .nc-icon-mini.health_apple:before
  {
    content: "\ec9f";
  }
  
  .nc-icon-mini.health_bag-49:before
  {
    content: "\eca0";
  }
  
  .nc-icon-mini.health_bag-50:before
  {
    content: "\eca1";
  }
  
  .nc-icon-mini.health_brain:before
  {
    content: "\eca2";
  }
  
  .nc-icon-mini.health_dna-27:before
  {
    content: "\eca3";
  }
  
  .nc-icon-mini.health_dna-38:before
  {
    content: "\eca4";
  }
  
  .nc-icon-mini.health_flask:before
  {
    content: "\eca5";
  }
  
  .nc-icon-mini.health_heartbeat-16:before
  {
    content: "\eca6";
  }
  
  .nc-icon-mini.health_height:before
  {
    content: "\eca7";
  }
  
  .nc-icon-mini.health_hospital-32:before
  {
    content: "\eca8";
  }
  
  .nc-icon-mini.health_hospital-33:before
  {
    content: "\eca9";
  }
  
  .nc-icon-mini.health_hospital-34:before
  {
    content: "\ecaa";
  }
  
  .nc-icon-mini.health_humidity-26:before
  {
    content: "\ecab";
  }
  
  .nc-icon-mini.health_humidity-52:before
  {
    content: "\ecac";
  }
  
  .nc-icon-mini.health_molecule-39:before
  {
    content: "\ecad";
  }
  
  .nc-icon-mini.health_notebook:before
  {
    content: "\ecae";
  }
  
  .nc-icon-mini.health_patch-46:before
  {
    content: "\ecaf";
  }
  
  .nc-icon-mini.health_pill-42:before
  {
    content: "\ecb0";
  }
  
  .nc-icon-mini.health_pill-43:before
  {
    content: "\ecb1";
  }
  
  .nc-icon-mini.health_pill-container-44:before
  {
    content: "\ecb2";
  }
  
  .nc-icon-mini.health_pill-container-47:before
  {
    content: "\ecb3";
  }
  
  .nc-icon-mini.health_pulse-chart:before
  {
    content: "\ecb4";
  }
  
  .nc-icon-mini.health_pulse-sleep:before
  {
    content: "\ecb5";
  }
  
  .nc-icon-mini.health_pulse:before
  {
    content: "\ecb6";
  }
  
  .nc-icon-mini.health_steps:before
  {
    content: "\ecb7";
  }
  
  .nc-icon-mini.health_syringe:before
  {
    content: "\ecb8";
  }
  
  .nc-icon-mini.health_temperature-23:before
  {
    content: "\ecb9";
  }
  
  .nc-icon-mini.health_temperature-24:before
  {
    content: "\ecba";
  }
  
  .nc-icon-mini.health_tooth:before
  {
    content: "\ecbb";
  }
  
  .nc-icon-mini.health_weed:before
  {
    content: "\ecbc";
  }
  
  .nc-icon-mini.health_weight:before
  {
    content: "\ecbd";
  }
  
  .nc-icon-mini.health_wheelchair:before
  {
    content: "\ecbe";
  }
  
  .nc-icon-mini.health_woman:before
  {
    content: "\ecbf";
  }
  
  .nc-icon-mini.furniture_air-conditioner:before
  {
    content: "\ecc0";
  }
  
  .nc-icon-mini.furniture_armchair:before
  {
    content: "\ecc1";
  }
  
  .nc-icon-mini.furniture_bed-09:before
  {
    content: "\ecc2";
  }
  
  .nc-icon-mini.furniture_bed-23:before
  {
    content: "\ecc3";
  }
  
  .nc-icon-mini.furniture_cabinet:before
  {
    content: "\ecc4";
  }
  
  .nc-icon-mini.furniture_cactus:before
  {
    content: "\ecc5";
  }
  
  .nc-icon-mini.furniture_chair:before
  {
    content: "\ecc6";
  }
  
  .nc-icon-mini.furniture_coat-hanger:before
  {
    content: "\ecc7";
  }
  
  .nc-icon-mini.furniture_coffee:before
  {
    content: "\ecc8";
  }
  
  .nc-icon-mini.furniture_cradle:before
  {
    content: "\ecc9";
  }
  
  .nc-icon-mini.furniture_curtain:before
  {
    content: "\ecca";
  }
  
  .nc-icon-mini.furniture_desk:before
  {
    content: "\eccb";
  }
  
  .nc-icon-mini.furniture_door:before
  {
    content: "\eccc";
  }
  
  .nc-icon-mini.furniture_drawer:before
  {
    content: "\eccd";
  }
  
  .nc-icon-mini.furniture_fridge:before
  {
    content: "\ecce";
  }
  
  .nc-icon-mini.furniture_hanger:before
  {
    content: "\eccf";
  }
  
  .nc-icon-mini.furniture_iron:before
  {
    content: "\ecd0";
  }
  
  .nc-icon-mini.furniture_lamp-floor:before
  {
    content: "\ecd1";
  }
  
  .nc-icon-mini.furniture_lamp:before
  {
    content: "\ecd2";
  }
  
  .nc-icon-mini.furniture_library:before
  {
    content: "\ecd3";
  }
  
  .nc-icon-mini.furniture_light:before
  {
    content: "\ecd4";
  }
  
  .nc-icon-mini.furniture_mixer:before
  {
    content: "\ecd5";
  }
  
  .nc-icon-mini.furniture_oven:before
  {
    content: "\ecd6";
  }
  
  .nc-icon-mini.furniture_shower:before
  {
    content: "\ecd7";
  }
  
  .nc-icon-mini.furniture_sink-wash:before
  {
    content: "\ecd8";
  }
  
  .nc-icon-mini.furniture_sink:before
  {
    content: "\ecd9";
  }
  
  .nc-icon-mini.furniture_storage-hanger:before
  {
    content: "\ecda";
  }
  
  .nc-icon-mini.furniture_storage:before
  {
    content: "\ecdb";
  }
  
  .nc-icon-mini.furniture_toilet-paper:before
  {
    content: "\ecdc";
  }
  
  .nc-icon-mini.furniture_toilet:before
  {
    content: "\ecdd";
  }
  
  .nc-icon-mini.furniture_tv:before
  {
    content: "\ecde";
  }
  
  .nc-icon-mini.furniture_wardrobe:before
  {
    content: "\ecdf";
  }
  
  .nc-icon-mini.furniture_wash:before
  {
    content: "\ece0";
  }
  
  .nc-icon-mini.food_baby:before
  {
    content: "\ece1";
  }
  
  .nc-icon-mini.food_bacon:before
  {
    content: "\ece2";
  }
  
  .nc-icon-mini.food_banana:before
  {
    content: "\ece3";
  }
  
  .nc-icon-mini.food_barbecue-tools:before
  {
    content: "\ece4";
  }
  
  .nc-icon-mini.food_beer-95:before
  {
    content: "\ece5";
  }
  
  .nc-icon-mini.food_beer-96:before
  {
    content: "\ece6";
  }
  
  .nc-icon-mini.food_beverage:before
  {
    content: "\ece7";
  }
  
  .nc-icon-mini.food_bottle-wine:before
  {
    content: "\ece8";
  }
  
  .nc-icon-mini.food_bottle:before
  {
    content: "\ece9";
  }
  
  .nc-icon-mini.food_bowl:before
  {
    content: "\ecea";
  }
  
  .nc-icon-mini.food_bread:before
  {
    content: "\eceb";
  }
  
  .nc-icon-mini.food_broccoli:before
  {
    content: "\ecec";
  }
  
  .nc-icon-mini.food_cake-13:before
  {
    content: "\eced";
  }
  
  .nc-icon-mini.food_cake-slice:before
  {
    content: "\ecee";
  }
  
  .nc-icon-mini.food_candle:before
  {
    content: "\ecef";
  }
  
  .nc-icon-mini.food_candy:before
  {
    content: "\ecf0";
  }
  
  .nc-icon-mini.food_carrot:before
  {
    content: "\ecf1";
  }
  
  .nc-icon-mini.food_champagne:before
  {
    content: "\ecf2";
  }
  
  .nc-icon-mini.food_cheese-24:before
  {
    content: "\ecf3";
  }
  
  .nc-icon-mini.food_cheese-87:before
  {
    content: "\ecf4";
  }
  
  .nc-icon-mini.food_cheeseburger:before
  {
    content: "\ecf5";
  }
  
  .nc-icon-mini.food_chef-hat:before
  {
    content: "\ecf6";
  }
  
  .nc-icon-mini.food_cherry:before
  {
    content: "\ecf7";
  }
  
  .nc-icon-mini.food_chicken:before
  {
    content: "\ecf8";
  }
  
  .nc-icon-mini.food_chili:before
  {
    content: "\ecf9";
  }
  
  .nc-icon-mini.food_chinese:before
  {
    content: "\ecfa";
  }
  
  .nc-icon-mini.food_chips:before
  {
    content: "\ecfb";
  }
  
  .nc-icon-mini.food_chocolate:before
  {
    content: "\ecfc";
  }
  
  .nc-icon-mini.food_cocktail:before
  {
    content: "\ecfd";
  }
  
  .nc-icon-mini.food_coffe-long:before
  {
    content: "\ecfe";
  }
  
  .nc-icon-mini.food_coffee-long:before
  {
    content: "\ecff";
  }
  
  .nc-icon-mini.food_coffee:before
  {
    content: "\ed00";
  }
  
  .nc-icon-mini.food_cookies:before
  {
    content: "\ed01";
  }
  
  .nc-icon-mini.food_course:before
  {
    content: "\ed02";
  }
  
  .nc-icon-mini.food_crab:before
  {
    content: "\ed03";
  }
  
  .nc-icon-mini.food_croissant:before
  {
    content: "\ed04";
  }
  
  .nc-icon-mini.food_cutlery-75:before
  {
    content: "\ed05";
  }
  
  .nc-icon-mini.food_cutlery-76:before
  {
    content: "\ed06";
  }
  
  .nc-icon-mini.food_cutlery-77:before
  {
    content: "\ed07";
  }
  
  .nc-icon-mini.food_donut:before
  {
    content: "\ed08";
  }
  
  .nc-icon-mini.food_drink:before
  {
    content: "\ed09";
  }
  
  .nc-icon-mini.food_egg:before
  {
    content: "\ed0a";
  }
  
  .nc-icon-mini.food_energy-drink:before
  {
    content: "\ed0b";
  }
  
  .nc-icon-mini.food_fish:before
  {
    content: "\ed0c";
  }
  
  .nc-icon-mini.food_glass:before
  {
    content: "\ed0d";
  }
  
  .nc-icon-mini.food_grape:before
  {
    content: "\ed0e";
  }
  
  .nc-icon-mini.food_hob:before
  {
    content: "\ed0f";
  }
  
  .nc-icon-mini.food_hot-dog:before
  {
    content: "\ed10";
  }
  
  .nc-icon-mini.food_ice-cream-22:before
  {
    content: "\ed11";
  }
  
  .nc-icon-mini.food_ice-cream-72:before
  {
    content: "\ed12";
  }
  
  .nc-icon-mini.food_kettle:before
  {
    content: "\ed13";
  }
  
  .nc-icon-mini.food_knife:before
  {
    content: "\ed14";
  }
  
  .nc-icon-mini.food_lighter:before
  {
    content: "\ed15";
  }
  
  .nc-icon-mini.food_matches:before
  {
    content: "\ed16";
  }
  
  .nc-icon-mini.food_measuring-cup:before
  {
    content: "\ed17";
  }
  
  .nc-icon-mini.food_microwave:before
  {
    content: "\ed18";
  }
  
  .nc-icon-mini.food_milk:before
  {
    content: "\ed19";
  }
  
  .nc-icon-mini.food_moka:before
  {
    content: "\ed1a";
  }
  
  .nc-icon-mini.food_muffin:before
  {
    content: "\ed1b";
  }
  
  .nc-icon-mini.food_mug:before
  {
    content: "\ed1c";
  }
  
  .nc-icon-mini.food_pan:before
  {
    content: "\ed1d";
  }
  
  .nc-icon-mini.food_pizza-slice:before
  {
    content: "\ed1e";
  }
  
  .nc-icon-mini.food_plate:before
  {
    content: "\ed1f";
  }
  
  .nc-icon-mini.food_pot:before
  {
    content: "\ed20";
  }
  
  .nc-icon-mini.food_recipe-book-46:before
  {
    content: "\ed21";
  }
  
  .nc-icon-mini.food_recipe-book-47:before
  {
    content: "\ed22";
  }
  
  .nc-icon-mini.food_rolling-pin:before
  {
    content: "\ed23";
  }
  
  .nc-icon-mini.food_sausage:before
  {
    content: "\ed24";
  }
  
  .nc-icon-mini.food_scale:before
  {
    content: "\ed25";
  }
  
  .nc-icon-mini.food_steak:before
  {
    content: "\ed26";
  }
  
  .nc-icon-mini.food_strawberry:before
  {
    content: "\ed27";
  }
  
  .nc-icon-mini.food_sushi:before
  {
    content: "\ed28";
  }
  
  .nc-icon-mini.food_tacos:before
  {
    content: "\ed29";
  }
  
  .nc-icon-mini.food_tea:before
  {
    content: "\ed2a";
  }
  
  .nc-icon-mini.food_watermelon:before
  {
    content: "\ed2b";
  }
  
  .nc-icon-mini.food_whisk:before
  {
    content: "\ed2c";
  }
  
  .nc-icon-mini.files_add:before
  {
    content: "\ed2d";
  }
  
  .nc-icon-mini.files_archive-3d-content:before
  {
    content: "\ed2e";
  }
  
  .nc-icon-mini.files_archive-check:before
  {
    content: "\ed2f";
  }
  
  .nc-icon-mini.files_archive-content:before
  {
    content: "\ed30";
  }
  
  .nc-icon-mini.files_archive-paper:before
  {
    content: "\ed31";
  }
  
  .nc-icon-mini.files_archive:before
  {
    content: "\ed32";
  }
  
  .nc-icon-mini.files_book-07:before
  {
    content: "\ed33";
  }
  
  .nc-icon-mini.files_box:before
  {
    content: "\ed34";
  }
  
  .nc-icon-mini.files_copy:before
  {
    content: "\ed35";
  }
  
  .nc-icon-mini.files_drawer:before
  {
    content: "\ed36";
  }
  
  .nc-icon-mini.files_folder-13:before
  {
    content: "\ed37";
  }
  
  .nc-icon-mini.files_folder-14:before
  {
    content: "\ed38";
  }
  
  .nc-icon-mini.files_folder-15:before
  {
    content: "\ed39";
  }
  
  .nc-icon-mini.files_folder-16:before
  {
    content: "\ed3a";
  }
  
  .nc-icon-mini.files_folder-17:before
  {
    content: "\ed3b";
  }
  
  .nc-icon-mini.files_folder-18:before
  {
    content: "\ed3c";
  }
  
  .nc-icon-mini.files_folder-add:before
  {
    content: "\ed3d";
  }
  
  .nc-icon-mini.files_folder-remove:before
  {
    content: "\ed3e";
  }
  
  .nc-icon-mini.files_notebook:before
  {
    content: "\ed3f";
  }
  
  .nc-icon-mini.files_paper:before
  {
    content: "\ed40";
  }
  
  .nc-icon-mini.files_remove:before
  {
    content: "\ed41";
  }
  
  .nc-icon-mini.files_single-content-02:before
  {
    content: "\ed42";
  }
  
  .nc-icon-mini.files_single-content-03:before
  {
    content: "\ed43";
  }
  
  .nc-icon-mini.files_single-copies:before
  {
    content: "\ed44";
  }
  
  .nc-icon-mini.files_single-copy-04:before
  {
    content: "\ed45";
  }
  
  .nc-icon-mini.files_single-copy-06:before
  {
    content: "\ed46";
  }
  
  .nc-icon-mini.files_single-folded-content:before
  {
    content: "\ed47";
  }
  
  .nc-icon-mini.files_single-folded:before
  {
    content: "\ed48";
  }
  
  .nc-icon-mini.files_single-paragraph:before
  {
    content: "\ed49";
  }
  
  .nc-icon-mini.files_single:before
  {
    content: "\ed4a";
  }
  
  .nc-icon-mini.files-e_add:before
  {
    content: "\ed4b";
  }
  
  .nc-icon-mini.files-e_book:before
  {
    content: "\ed4c";
  }
  
  .nc-icon-mini.files-e_folder-02:before
  {
    content: "\ed4d";
  }
  
  .nc-icon-mini.files-e_folder-03:before
  {
    content: "\ed4e";
  }
  
  .nc-icon-mini.files-e_folder-add:before
  {
    content: "\ed4f";
  }
  
  .nc-icon-mini.files-e_folder-remove:before
  {
    content: "\ed50";
  }
  
  .nc-icon-mini.files-e_remove:before
  {
    content: "\ed51";
  }
  
  .nc-icon-mini.emoticons_angry-10:before
  {
    content: "\ed52";
  }
  
  .nc-icon-mini.emoticons_angry-44:before
  {
    content: "\ed53";
  }
  
  .nc-icon-mini.emoticons_big-eyes:before
  {
    content: "\ed54";
  }
  
  .nc-icon-mini.emoticons_big-smile:before
  {
    content: "\ed55";
  }
  
  .nc-icon-mini.emoticons_bigmouth:before
  {
    content: "\ed56";
  }
  
  .nc-icon-mini.emoticons_bomb:before
  {
    content: "\ed57";
  }
  
  .nc-icon-mini.emoticons_cake:before
  {
    content: "\ed58";
  }
  
  .nc-icon-mini.emoticons_cry-15:before
  {
    content: "\ed59";
  }
  
  .nc-icon-mini.emoticons_cute:before
  {
    content: "\ed5a";
  }
  
  .nc-icon-mini.emoticons_devil:before
  {
    content: "\ed5b";
  }
  
  .nc-icon-mini.emoticons_fist:before
  {
    content: "\ed5c";
  }
  
  .nc-icon-mini.emoticons_ghost:before
  {
    content: "\ed5d";
  }
  
  .nc-icon-mini.emoticons_happy-sun:before
  {
    content: "\ed5e";
  }
  
  .nc-icon-mini.emoticons_kiss:before
  {
    content: "\ed5f";
  }
  
  .nc-icon-mini.emoticons_laugh-35:before
  {
    content: "\ed60";
  }
  
  .nc-icon-mini.emoticons_like-no:before
  {
    content: "\ed61";
  }
  
  .nc-icon-mini.emoticons_like:before
  {
    content: "\ed62";
  }
  
  .nc-icon-mini.emoticons_manga-62:before
  {
    content: "\ed63";
  }
  
  .nc-icon-mini.emoticons_manga-63:before
  {
    content: "\ed64";
  }
  
  .nc-icon-mini.emoticons_monster:before
  {
    content: "\ed65";
  }
  
  .nc-icon-mini.emoticons_nerd-22:before
  {
    content: "\ed66";
  }
  
  .nc-icon-mini.emoticons_poop:before
  {
    content: "\ed67";
  }
  
  .nc-icon-mini.emoticons_puzzled:before
  {
    content: "\ed68";
  }
  
  .nc-icon-mini.emoticons_quite-happy:before
  {
    content: "\ed69";
  }
  
  .nc-icon-mini.emoticons_robot:before
  {
    content: "\ed6a";
  }
  
  .nc-icon-mini.emoticons_sad:before
  {
    content: "\ed6b";
  }
  
  .nc-icon-mini.emoticons_satisfied:before
  {
    content: "\ed6c";
  }
  
  .nc-icon-mini.emoticons_shark:before
  {
    content: "\ed6d";
  }
  
  .nc-icon-mini.emoticons_shy:before
  {
    content: "\ed6e";
  }
  
  .nc-icon-mini.emoticons_skull:before
  {
    content: "\ed6f";
  }
  
  .nc-icon-mini.emoticons_smile:before
  {
    content: "\ed70";
  }
  
  .nc-icon-mini.emoticons_speechless:before
  {
    content: "\ed71";
  }
  
  .nc-icon-mini.emoticons_sunglasses-48:before
  {
    content: "\ed72";
  }
  
  .nc-icon-mini.emoticons_sunglasses-49:before
  {
    content: "\ed73";
  }
  
  .nc-icon-mini.emoticons_surprise:before
  {
    content: "\ed74";
  }
  
  .nc-icon-mini.emoticons_virus:before
  {
    content: "\ed75";
  }
  
  .nc-icon-mini.emoticons_what:before
  {
    content: "\ed76";
  }
  
  .nc-icon-mini.emoticons-e_angry-e-08:before
  {
    content: "\ed77";
  }
  
  .nc-icon-mini.emoticons-e_angry-e-17:before
  {
    content: "\ed78";
  }
  
  .nc-icon-mini.emoticons-e_ghost-e:before
  {
    content: "\ed79";
  }
  
  .nc-icon-mini.emoticons-e_kiss-e:before
  {
    content: "\ed7a";
  }
  
  .nc-icon-mini.emoticons-e_laugh-e:before
  {
    content: "\ed7b";
  }
  
  .nc-icon-mini.emoticons-e_monster-e:before
  {
    content: "\ed7c";
  }
  
  .nc-icon-mini.emoticons-e_puzzled-e:before
  {
    content: "\ed7d";
  }
  
  .nc-icon-mini.emoticons-e_quite-happy-e:before
  {
    content: "\ed7e";
  }
  
  .nc-icon-mini.emoticons-e_robot-e:before
  {
    content: "\ed7f";
  }
  
  .nc-icon-mini.emoticons-e_sad-e:before
  {
    content: "\ed80";
  }
  
  .nc-icon-mini.emoticons-e_satisfied-e:before
  {
    content: "\ed81";
  }
  
  .nc-icon-mini.emoticons-e_shark-e:before
  {
    content: "\ed82";
  }
  
  .nc-icon-mini.emoticons-e_shy-e:before
  {
    content: "\ed83";
  }
  
  .nc-icon-mini.emoticons-e_smile-e:before
  {
    content: "\ed84";
  }
  
  .nc-icon-mini.emoticons-e_speechless-e:before
  {
    content: "\ed85";
  }
  
  .nc-icon-mini.emoticons-e_surprise-e:before
  {
    content: "\ed86";
  }
  
  .nc-icon-mini.emoticons-e_what-e:before
  {
    content: "\ed87";
  }
  
  .nc-icon-mini.clothes_baby:before
  {
    content: "\eddc";
  }
  
  .nc-icon-mini.clothes_backpack:before
  {
    content: "\eddd";
  }
  
  .nc-icon-mini.clothes_bag-21:before
  {
    content: "\edde";
  }
  
  .nc-icon-mini.clothes_bag-22:before
  {
    content: "\eddf";
  }
  
  .nc-icon-mini.clothes_belt:before
  {
    content: "\ede0";
  }
  
  .nc-icon-mini.clothes_boot-woman:before
  {
    content: "\ede1";
  }
  
  .nc-icon-mini.clothes_boot:before
  {
    content: "\ede2";
  }
  
  .nc-icon-mini.clothes_bra:before
  {
    content: "\ede3";
  }
  
  .nc-icon-mini.clothes_button:before
  {
    content: "\ede4";
  }
  
  .nc-icon-mini.clothes_cap:before
  {
    content: "\ede5";
  }
  
  .nc-icon-mini.clothes_corset:before
  {
    content: "\ede6";
  }
  
  .nc-icon-mini.clothes_dress-woman:before
  {
    content: "\ede7";
  }
  
  .nc-icon-mini.clothes_flip:before
  {
    content: "\ede8";
  }
  
  .nc-icon-mini.clothes_glasses:before
  {
    content: "\ede9";
  }
  
  .nc-icon-mini.clothes_hat-top:before
  {
    content: "\edea";
  }
  
  .nc-icon-mini.clothes_hat:before
  {
    content: "\edeb";
  }
  
  .nc-icon-mini.clothes_iron:before
  {
    content: "\edec";
  }
  
  .nc-icon-mini.clothes_jeans-41:before
  {
    content: "\eded";
  }
  
  .nc-icon-mini.clothes_jeans-pocket:before
  {
    content: "\edee";
  }
  
  .nc-icon-mini.clothes_kitchen:before
  {
    content: "\edef";
  }
  
  .nc-icon-mini.clothes_long-sleeve:before
  {
    content: "\edf0";
  }
  
  .nc-icon-mini.clothes_makeup:before
  {
    content: "\edf1";
  }
  
  .nc-icon-mini.clothes_ring:before
  {
    content: "\edf2";
  }
  
  .nc-icon-mini.clothes_scarf:before
  {
    content: "\edf3";
  }
  
  .nc-icon-mini.clothes_shirt-buttons:before
  {
    content: "\edf4";
  }
  
  .nc-icon-mini.clothes_shirt-neck:before
  {
    content: "\edf5";
  }
  
  .nc-icon-mini.clothes_shirt:before
  {
    content: "\edf6";
  }
  
  .nc-icon-mini.clothes_shoe-man:before
  {
    content: "\edf7";
  }
  
  .nc-icon-mini.clothes_shoe-sport:before
  {
    content: "\edf8";
  }
  
  .nc-icon-mini.clothes_shoe-woman:before
  {
    content: "\edf9";
  }
  
  .nc-icon-mini.clothes_skirt:before
  {
    content: "\edfa";
  }
  
  .nc-icon-mini.clothes_slacks-12:before
  {
    content: "\edfb";
  }
  
  .nc-icon-mini.clothes_sock:before
  {
    content: "\edfc";
  }
  
  .nc-icon-mini.clothes_tie-bow:before
  {
    content: "\edfd";
  }
  
  .nc-icon-mini.clothes_tshirt-53:before
  {
    content: "\edfe";
  }
  
  .nc-icon-mini.clothes_tshirt-54:before
  {
    content: "\edff";
  }
  
  .nc-icon-mini.clothes_underwear-man:before
  {
    content: "\ee00";
  }
  
  .nc-icon-mini.clothes_underwear:before
  {
    content: "\ee01";
  }
  
  .nc-icon-mini.clothes_vest:before
  {
    content: "\ee02";
  }
  
  .nc-icon-mini.clothes_wash:before
  {
    content: "\ee03";
  }
  
  .nc-icon-mini.business_agenda:before
  {
    content: "\ee04";
  }
  
  .nc-icon-mini.business_atm:before
  {
    content: "\ee05";
  }
  
  .nc-icon-mini.business_award-48:before
  {
    content: "\ee06";
  }
  
  .nc-icon-mini.business_award-49:before
  {
    content: "\ee07";
  }
  
  .nc-icon-mini.business_award-74:before
  {
    content: "\ee08";
  }
  
  .nc-icon-mini.business_badge:before
  {
    content: "\ee09";
  }
  
  .nc-icon-mini.business_bank:before
  {
    content: "\ee0a";
  }
  
  .nc-icon-mini.business_board-27:before
  {
    content: "\ee0b";
  }
  
  .nc-icon-mini.business_board-28:before
  {
    content: "\ee0c";
  }
  
  .nc-icon-mini.business_books:before
  {
    content: "\ee0d";
  }
  
  .nc-icon-mini.business_briefcase-24:before
  {
    content: "\ee0e";
  }
  
  .nc-icon-mini.business_briefcase-25:before
  {
    content: "\ee0f";
  }
  
  .nc-icon-mini.business_briefcase-26:before
  {
    content: "\ee10";
  }
  
  .nc-icon-mini.business_building:before
  {
    content: "\ee11";
  }
  
  .nc-icon-mini.business_bulb-61:before
  {
    content: "\ee12";
  }
  
  .nc-icon-mini.business_bulb-62:before
  {
    content: "\ee13";
  }
  
  .nc-icon-mini.business_bulb-63:before
  {
    content: "\ee14";
  }
  
  .nc-icon-mini.business_businessman-03:before
  {
    content: "\ee15";
  }
  
  .nc-icon-mini.business_businessman-04:before
  {
    content: "\ee16";
  }
  
  .nc-icon-mini.business_calculator:before
  {
    content: "\ee17";
  }
  
  .nc-icon-mini.business_chair:before
  {
    content: "\ee18";
  }
  
  .nc-icon-mini.business_chart-bar-32:before
  {
    content: "\ee19";
  }
  
  .nc-icon-mini.business_chart-growth:before
  {
    content: "\ee1a";
  }
  
  .nc-icon-mini.business_chart-pie-35:before
  {
    content: "\ee1b";
  }
  
  .nc-icon-mini.business_chart-pie-36:before
  {
    content: "\ee1c";
  }
  
  .nc-icon-mini.business_chart:before
  {
    content: "\ee1d";
  }
  
  .nc-icon-mini.business_cheque:before
  {
    content: "\ee1e";
  }
  
  .nc-icon-mini.business_coins:before
  {
    content: "\ee1f";
  }
  
  .nc-icon-mini.business_connect:before
  {
    content: "\ee20";
  }
  
  .nc-icon-mini.business_contacts:before
  {
    content: "\ee21";
  }
  
  .nc-icon-mini.business_currency-dollar:before
  {
    content: "\ee22";
  }
  
  .nc-icon-mini.business_currency-euro:before
  {
    content: "\ee23";
  }
  
  .nc-icon-mini.business_currency-pound:before
  {
    content: "\ee24";
  }
  
  .nc-icon-mini.business_currency-yen:before
  {
    content: "\ee25";
  }
  
  .nc-icon-mini.business_factory:before
  {
    content: "\ee26";
  }
  
  .nc-icon-mini.business_globe:before
  {
    content: "\ee27";
  }
  
  .nc-icon-mini.business_goal-64:before
  {
    content: "\ee28";
  }
  
  .nc-icon-mini.business_goal-65:before
  {
    content: "\ee29";
  }
  
  .nc-icon-mini.business_hammer:before
  {
    content: "\ee2a";
  }
  
  .nc-icon-mini.business_handout:before
  {
    content: "\ee2b";
  }
  
  .nc-icon-mini.business_hat:before
  {
    content: "\ee2c";
  }
  
  .nc-icon-mini.business_hierarchy-53:before
  {
    content: "\ee2d";
  }
  
  .nc-icon-mini.business_math:before
  {
    content: "\ee2e";
  }
  
  .nc-icon-mini.business_money-11:before
  {
    content: "\ee2f";
  }
  
  .nc-icon-mini.business_money-12:before
  {
    content: "\ee30";
  }
  
  .nc-icon-mini.business_money-13:before
  {
    content: "\ee31";
  }
  
  .nc-icon-mini.business_money-bag:before
  {
    content: "\ee32";
  }
  
  .nc-icon-mini.business_net:before
  {
    content: "\ee33";
  }
  
  .nc-icon-mini.business_notes:before
  {
    content: "\ee34";
  }
  
  .nc-icon-mini.business_percentage-39:before
  {
    content: "\ee35";
  }
  
  .nc-icon-mini.business_pin:before
  {
    content: "\ee36";
  }
  
  .nc-icon-mini.business_plug:before
  {
    content: "\ee37";
  }
  
  .nc-icon-mini.business_progress:before
  {
    content: "\ee38";
  }
  
  .nc-icon-mini.business_safe:before
  {
    content: "\ee39";
  }
  
  .nc-icon-mini.business_sign:before
  {
    content: "\ee3a";
  }
  
  .nc-icon-mini.business_signature:before
  {
    content: "\ee3b";
  }
  
  .nc-icon-mini.business_stock:before
  {
    content: "\ee3c";
  }
  
  .nc-icon-mini.business_strategy:before
  {
    content: "\ee3d";
  }
  
  .nc-icon-mini.business_tie-01:before
  {
    content: "\ee3e";
  }
  
  .nc-icon-mini.business_tie-02:before
  {
    content: "\ee3f";
  }
  
  .nc-icon-mini.business_wallet-43:before
  {
    content: "\ee40";
  }
  
  .nc-icon-mini.business_wallet-44:before
  {
    content: "\ee41";
  }
  
  .nc-icon-mini.nature_bee:before
  {
    content: "\ee42";
  }
  
  .nc-icon-mini.nature_butterfly:before
  {
    content: "\ee43";
  }
  
  .nc-icon-mini.nature_chicken:before
  {
    content: "\ee44";
  }
  
  .nc-icon-mini.nature_clover:before
  {
    content: "\ee45";
  }
  
  .nc-icon-mini.nature_collar:before
  {
    content: "\ee46";
  }
  
  .nc-icon-mini.nature_cow:before
  {
    content: "\ee47";
  }
  
  .nc-icon-mini.nature_dog-house:before
  {
    content: "\ee48";
  }
  
  .nc-icon-mini.nature_dog:before
  {
    content: "\ee49";
  }
  
  .nc-icon-mini.nature_flower-05:before
  {
    content: "\ee4a";
  }
  
  .nc-icon-mini.nature_flower-06:before
  {
    content: "\ee4b";
  }
  
  .nc-icon-mini.nature_flower-07:before
  {
    content: "\ee4c";
  }
  
  .nc-icon-mini.nature_food-dog:before
  {
    content: "\ee4d";
  }
  
  .nc-icon-mini.nature_food:before
  {
    content: "\ee4e";
  }
  
  .nc-icon-mini.nature_mountain:before
  {
    content: "\ee4f";
  }
  
  .nc-icon-mini.nature_mushroom:before
  {
    content: "\ee50";
  }
  
  .nc-icon-mini.nature_panda:before
  {
    content: "\ee51";
  }
  
  .nc-icon-mini.nature_paw:before
  {
    content: "\ee52";
  }
  
  .nc-icon-mini.nature_pig:before
  {
    content: "\ee53";
  }
  
  .nc-icon-mini.nature_plant-ground:before
  {
    content: "\ee54";
  }
  
  .nc-icon-mini.nature_plant-vase:before
  {
    content: "\ee55";
  }
  
  .nc-icon-mini.nature_rat:before
  {
    content: "\ee56";
  }
  
  .nc-icon-mini.nature_tree-01:before
  {
    content: "\ee57";
  }
  
  .nc-icon-mini.nature_tree-02:before
  {
    content: "\ee58";
  }
  
  .nc-icon-mini.nature_tree-03:before
  {
    content: "\ee59";
  }
  
  .nc-icon-mini.nature_turtle:before
  {
    content: "\ee5a";
  }
  
  .nc-icon-mini.nature_wood:before
  {
    content: "\ee5b";
  }
  
  @font-face
  {
    font-family:Nucleo Outline;src:url(../fonts/nucleo-outline.eot);src:url(../fonts/nucleo-outline.eot) format("embedded-opentype"),url(../fonts/nucleo-outline.woff2) format("woff2"),url(../fonts/nucleo-outline.woff) format("woff"),url(../fonts/nucleo-outline.ttf) format("truetype"),url(../fonts/nucleo-outline.svg) format("svg");font-weight:400;font-style:normal;
  }
  
  .nc-icon-outline
  {
    display: inline-block;
    font: normal normal normal 14px/1 Nucleo Outline;
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .nc-icon-outline.lg
  {
    font-size: 1.33333333em;
    vertical-align: -16%;
  }
  
  .nc-icon-outline.x2
  {
    font-size: 2em;
  }
  
  .nc-icon-outline.x3
  {
    font-size: 3em;
  }
  
  .nc-icon-outline.circle,.nc-icon-outline.square
  {
    padding: .33333em;
    vertical-align: -16%;
    background-color: #eee;
  }
  
  .nc-icon-outline.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .nc-icon-ul
  {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
  }
  
  .nc-icon-ul>li
  {
    position: relative;
  }
  
  .nc-icon-ul>li>.nc-icon-outline
  {
    position: absolute;
    left: -1.57143em;
    top: .14286em;
    text-align: center;
  }
  
  .nc-icon-ul>li>.nc-icon-outline.lg
  {
    top: 0;
    left: -1.35714em;
  }
  
  .nc-icon-ul>li>.nc-icon-outline.circle,.nc-icon-ul>li>.nc-icon-outline.square
  {
    top: -.19048em;
    left: -1.90476em;
  }
  
  .nc-icon-outline.spin
  {
    -webkit-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
  }
  
  @-webkit-keyframes nc-icon-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(1turn);
    }
  }
  
  @keyframes nc-icon-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  
  .nc-icon-outline.rotate-90
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .nc-icon-outline.rotate-180
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .nc-icon-outline.rotate-270
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .nc-icon-outline.flip-y
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  
  .nc-icon-outline.flip-x
  {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  
  .nc-icon-outline.files_add:before
  {
    content: "\e900";
  }
  
  .nc-icon-outline.files_archive-3d-check:before
  {
    content: "\e901";
  }
  
  .nc-icon-outline.files_archive-3d-content:before
  {
    content: "\e902";
  }
  
  .nc-icon-outline.files_archive-check:before
  {
    content: "\e903";
  }
  
  .nc-icon-outline.files_archive-content:before
  {
    content: "\e904";
  }
  
  .nc-icon-outline.files_archive-paper-check:before
  {
    content: "\e905";
  }
  
  .nc-icon-outline.files_archive-paper:before
  {
    content: "\e906";
  }
  
  .nc-icon-outline.files_archive:before
  {
    content: "\e907";
  }
  
  .nc-icon-outline.files_audio:before
  {
    content: "\e908";
  }
  
  .nc-icon-outline.files_book-07:before
  {
    content: "\e909";
  }
  
  .nc-icon-outline.files_book-08:before
  {
    content: "\e90a";
  }
  
  .nc-icon-outline.files_bookmark:before
  {
    content: "\e90b";
  }
  
  .nc-icon-outline.files_box:before
  {
    content: "\e90c";
  }
  
  .nc-icon-outline.files_chart-bar:before
  {
    content: "\e90d";
  }
  
  .nc-icon-outline.files_chart-pie:before
  {
    content: "\e90e";
  }
  
  .nc-icon-outline.files_check:before
  {
    content: "\e90f";
  }
  
  .nc-icon-outline.files_cloud:before
  {
    content: "\e910";
  }
  
  .nc-icon-outline.files_copy:before
  {
    content: "\e911";
  }
  
  .nc-icon-outline.files_dev:before
  {
    content: "\e912";
  }
  
  .nc-icon-outline.files_download:before
  {
    content: "\e913";
  }
  
  .nc-icon-outline.files_drawer:before
  {
    content: "\e914";
  }
  
  .nc-icon-outline.files_edit:before
  {
    content: "\e915";
  }
  
  .nc-icon-outline.files_exclamation:before
  {
    content: "\e916";
  }
  
  .nc-icon-outline.files_folder-13:before
  {
    content: "\e917";
  }
  
  .nc-icon-outline.files_folder-14:before
  {
    content: "\e918";
  }
  
  .nc-icon-outline.files_folder-15:before
  {
    content: "\e919";
  }
  
  .nc-icon-outline.files_folder-16:before
  {
    content: "\e91a";
  }
  
  .nc-icon-outline.files_folder-17:before
  {
    content: "\e91b";
  }
  
  .nc-icon-outline.files_folder-18:before
  {
    content: "\e91c";
  }
  
  .nc-icon-outline.files_folder-19:before
  {
    content: "\e91d";
  }
  
  .nc-icon-outline.files_folder-add:before
  {
    content: "\e91e";
  }
  
  .nc-icon-outline.files_folder-audio:before
  {
    content: "\e91f";
  }
  
  .nc-icon-outline.files_folder-bookmark:before
  {
    content: "\e920";
  }
  
  .nc-icon-outline.files_folder-chart-bar:before
  {
    content: "\e921";
  }
  
  .nc-icon-outline.files_folder-chart-pie:before
  {
    content: "\e922";
  }
  
  .nc-icon-outline.files_folder-check:before
  {
    content: "\e923";
  }
  
  .nc-icon-outline.files_folder-cloud:before
  {
    content: "\e924";
  }
  
  .nc-icon-outline.files_folder-dev:before
  {
    content: "\e925";
  }
  
  .nc-icon-outline.files_folder-download:before
  {
    content: "\e926";
  }
  
  .nc-icon-outline.files_folder-edit:before
  {
    content: "\e927";
  }
  
  .nc-icon-outline.files_folder-exclamation:before
  {
    content: "\e928";
  }
  
  .nc-icon-outline.files_folder-gallery:before
  {
    content: "\e929";
  }
  
  .nc-icon-outline.files_folder-heart:before
  {
    content: "\e92a";
  }
  
  .nc-icon-outline.files_folder-image:before
  {
    content: "\e92b";
  }
  
  .nc-icon-outline.files_folder-info:before
  {
    content: "\e92c";
  }
  
  .nc-icon-outline.files_folder-link:before
  {
    content: "\e92d";
  }
  
  .nc-icon-outline.files_folder-locked:before
  {
    content: "\e92e";
  }
  
  .nc-icon-outline.files_folder-money:before
  {
    content: "\e92f";
  }
  
  .nc-icon-outline.files_folder-music:before
  {
    content: "\e930";
  }
  
  .nc-icon-outline.files_folder-no-access:before
  {
    content: "\e931";
  }
  
  .nc-icon-outline.files_folder-play:before
  {
    content: "\e932";
  }
  
  .nc-icon-outline.files_folder-question:before
  {
    content: "\e933";
  }
  
  .nc-icon-outline.files_folder-refresh:before
  {
    content: "\e934";
  }
  
  .nc-icon-outline.files_folder-remove:before
  {
    content: "\e935";
  }
  
  .nc-icon-outline.files_folder-search:before
  {
    content: "\e936";
  }
  
  .nc-icon-outline.files_folder-settings-81:before
  {
    content: "\e937";
  }
  
  .nc-icon-outline.files_folder-settings-97:before
  {
    content: "\e938";
  }
  
  .nc-icon-outline.files_folder-shared:before
  {
    content: "\e939";
  }
  
  .nc-icon-outline.files_folder-star:before
  {
    content: "\e93a";
  }
  
  .nc-icon-outline.files_folder-time:before
  {
    content: "\e93b";
  }
  
  .nc-icon-outline.files_folder-upload:before
  {
    content: "\e93c";
  }
  
  .nc-icon-outline.files_folder-user:before
  {
    content: "\e93d";
  }
  
  .nc-icon-outline.files_folder-vector:before
  {
    content: "\e93e";
  }
  
  .nc-icon-outline.files_gallery:before
  {
    content: "\e93f";
  }
  
  .nc-icon-outline.files_heart:before
  {
    content: "\e940";
  }
  
  .nc-icon-outline.files_image:before
  {
    content: "\e941";
  }
  
  .nc-icon-outline.files_info:before
  {
    content: "\e942";
  }
  
  .nc-icon-outline.files_link:before
  {
    content: "\e943";
  }
  
  .nc-icon-outline.files_locked:before
  {
    content: "\e944";
  }
  
  .nc-icon-outline.files_money:before
  {
    content: "\e945";
  }
  
  .nc-icon-outline.files_music:before
  {
    content: "\e946";
  }
  
  .nc-icon-outline.files_no-access:before
  {
    content: "\ee8c";
  }
  
  .nc-icon-outline.files_notebook:before
  {
    content: "\ee8d";
  }
  
  .nc-icon-outline.files_paper:before
  {
    content: "\ee8e";
  }
  
  .nc-icon-outline.files_play:before
  {
    content: "\ee8f";
  }
  
  .nc-icon-outline.files_question:before
  {
    content: "\ee90";
  }
  
  .nc-icon-outline.files_refresh:before
  {
    content: "\ee91";
  }
  
  .nc-icon-outline.files_remove:before
  {
    content: "\ee92";
  }
  
  .nc-icon-outline.files_replace-folder:before
  {
    content: "\ee93";
  }
  
  .nc-icon-outline.files_replace:before
  {
    content: "\ee94";
  }
  
  .nc-icon-outline.files_search:before
  {
    content: "\ee95";
  }
  
  .nc-icon-outline.files_settings-46:before
  {
    content: "\ee96";
  }
  
  .nc-icon-outline.files_settings-99:before
  {
    content: "\ee97";
  }
  
  .nc-icon-outline.files_shared:before
  {
    content: "\ee98";
  }
  
  .nc-icon-outline.files_single-content-02:before
  {
    content: "\ee99";
  }
  
  .nc-icon-outline.files_single-content-03:before
  {
    content: "\ee9a";
  }
  
  .nc-icon-outline.files_single-copies:before
  {
    content: "\ee9b";
  }
  
  .nc-icon-outline.files_single-copy-04:before
  {
    content: "\ee9c";
  }
  
  .nc-icon-outline.files_single-copy-06:before
  {
    content: "\ee9d";
  }
  
  .nc-icon-outline.files_single-folded-content:before
  {
    content: "\ee9e";
  }
  
  .nc-icon-outline.files_single-folded:before
  {
    content: "\ee9f";
  }
  
  .nc-icon-outline.files_single-paragraph:before
  {
    content: "\eea0";
  }
  
  .nc-icon-outline.files_single:before
  {
    content: "\eea1";
  }
  
  .nc-icon-outline.files_star:before
  {
    content: "\eea2";
  }
  
  .nc-icon-outline.files_time:before
  {
    content: "\eea3";
  }
  
  .nc-icon-outline.files_upload:before
  {
    content: "\eea4";
  }
  
  .nc-icon-outline.files_user:before
  {
    content: "\eea5";
  }
  
  .nc-icon-outline.files_vector:before
  {
    content: "\eea6";
  }
  
  .nc-icon-outline.files_zip-54:before
  {
    content: "\eea7";
  }
  
  .nc-icon-outline.files_zip-55:before
  {
    content: "\eea8";
  }
  
  .nc-icon-outline.tech_cable-49:before
  {
    content: "\eea9";
  }
  
  .nc-icon-outline.tech_cable-50:before
  {
    content: "\eeaa";
  }
  
  .nc-icon-outline.tech_cd-reader:before
  {
    content: "\eeab";
  }
  
  .nc-icon-outline.tech_computer-monitor:before
  {
    content: "\eeac";
  }
  
  .nc-icon-outline.tech_computer-old:before
  {
    content: "\eead";
  }
  
  .nc-icon-outline.tech_computer:before
  {
    content: "\eeae";
  }
  
  .nc-icon-outline.tech_controller-modern:before
  {
    content: "\eeaf";
  }
  
  .nc-icon-outline.tech_controller:before
  {
    content: "\eeb0";
  }
  
  .nc-icon-outline.tech_desktop-screen:before
  {
    content: "\eeb1";
  }
  
  .nc-icon-outline.tech_desktop:before
  {
    content: "\eeb2";
  }
  
  .nc-icon-outline.tech_disk-reader:before
  {
    content: "\eeb3";
  }
  
  .nc-icon-outline.tech_disk:before
  {
    content: "\eeb4";
  }
  
  .nc-icon-outline.tech_gopro:before
  {
    content: "\eeb5";
  }
  
  .nc-icon-outline.tech_headphones:before
  {
    content: "\eeb6";
  }
  
  .nc-icon-outline.tech_keyboard-mouse:before
  {
    content: "\eeb7";
  }
  
  .nc-icon-outline.tech_keyboard-wifi:before
  {
    content: "\eeb8";
  }
  
  .nc-icon-outline.tech_keyboard:before
  {
    content: "\eeb9";
  }
  
  .nc-icon-outline.tech_laptop-1:before
  {
    content: "\eeba";
  }
  
  .nc-icon-outline.tech_laptop-2:before
  {
    content: "\eebb";
  }
  
  .nc-icon-outline.tech_laptop:before
  {
    content: "\eebc";
  }
  
  .nc-icon-outline.tech_mobile-button:before
  {
    content: "\eebd";
  }
  
  .nc-icon-outline.tech_mobile-camera:before
  {
    content: "\eebe";
  }
  
  .nc-icon-outline.tech_mobile-recharger-08:before
  {
    content: "\eebf";
  }
  
  .nc-icon-outline.tech_mobile-recharger-09:before
  {
    content: "\eec0";
  }
  
  .nc-icon-outline.tech_mobile-toolbar:before
  {
    content: "\eec1";
  }
  
  .nc-icon-outline.tech_mobile:before
  {
    content: "\eec2";
  }
  
  .nc-icon-outline.tech_music:before
  {
    content: "\eec3";
  }
  
  .nc-icon-outline.tech_navigation:before
  {
    content: "\eec4";
  }
  
  .nc-icon-outline.tech_player-19:before
  {
    content: "\eec5";
  }
  
  .nc-icon-outline.tech_player-48:before
  {
    content: "\eec6";
  }
  
  .nc-icon-outline.tech_print-fold:before
  {
    content: "\eec7";
  }
  
  .nc-icon-outline.tech_print-round-fold:before
  {
    content: "\eec8";
  }
  
  .nc-icon-outline.tech_print-round:before
  {
    content: "\eec9";
  }
  
  .nc-icon-outline.tech_print:before
  {
    content: "\eeca";
  }
  
  .nc-icon-outline.tech_ram:before
  {
    content: "\eecb";
  }
  
  .nc-icon-outline.tech_remote:before
  {
    content: "\eecc";
  }
  
  .nc-icon-outline.tech_signal:before
  {
    content: "\eecd";
  }
  
  .nc-icon-outline.tech_socket:before
  {
    content: "\eece";
  }
  
  .nc-icon-outline.tech_sync:before
  {
    content: "\eecf";
  }
  
  .nc-icon-outline.tech_tablet-button:before
  {
    content: "\eed0";
  }
  
  .nc-icon-outline.tech_tablet-reader-31:before
  {
    content: "\eed1";
  }
  
  .nc-icon-outline.tech_tablet-reader-42:before
  {
    content: "\eed2";
  }
  
  .nc-icon-outline.tech_tablet-toolbar:before
  {
    content: "\eed3";
  }
  
  .nc-icon-outline.tech_tablet:before
  {
    content: "\eed4";
  }
  
  .nc-icon-outline.tech_tv-old:before
  {
    content: "\eed5";
  }
  
  .nc-icon-outline.tech_tv:before
  {
    content: "\eed6";
  }
  
  .nc-icon-outline.tech_watch-circle:before
  {
    content: "\eed7";
  }
  
  .nc-icon-outline.tech_watch-time:before
  {
    content: "\eed8";
  }
  
  .nc-icon-outline.tech_watch:before
  {
    content: "\eed9";
  }
  
  .nc-icon-outline.tech_webcam-38:before
  {
    content: "\eeda";
  }
  
  .nc-icon-outline.tech_webcam-39:before
  {
    content: "\eedb";
  }
  
  .nc-icon-outline.tech_wifi-router:before
  {
    content: "\eedc";
  }
  
  .nc-icon-outline.tech_wifi:before
  {
    content: "\eedd";
  }
  
  .nc-icon-outline.tech-2_cctv:before
  {
    content: "\eede";
  }
  
  .nc-icon-outline.tech-2_connection:before
  {
    content: "\eedf";
  }
  
  .nc-icon-outline.tech-2_device-connection:before
  {
    content: "\eee0";
  }
  
  .nc-icon-outline.tech-2_dock:before
  {
    content: "\eee1";
  }
  
  .nc-icon-outline.tech-2_firewall:before
  {
    content: "\eee2";
  }
  
  .nc-icon-outline.tech-2_hdmi:before
  {
    content: "\eee3";
  }
  
  .nc-icon-outline.tech-2_headphone:before
  {
    content: "\eee4";
  }
  
  .nc-icon-outline.tech-2_headset:before
  {
    content: "\eee5";
  }
  
  .nc-icon-outline.tech-2_keyboard-hide:before
  {
    content: "\eee6";
  }
  
  .nc-icon-outline.tech-2_keyboard-wireless:before
  {
    content: "\eee7";
  }
  
  .nc-icon-outline.tech-2_l-add:before
  {
    content: "\eee8";
  }
  
  .nc-icon-outline.tech-2_l-check:before
  {
    content: "\eee9";
  }
  
  .nc-icon-outline.tech-2_l-location:before
  {
    content: "\eeea";
  }
  
  .nc-icon-outline.tech-2_l-remove:before
  {
    content: "\eeeb";
  }
  
  .nc-icon-outline.tech-2_l-search:before
  {
    content: "\eeec";
  }
  
  .nc-icon-outline.tech-2_l-security:before
  {
    content: "\eeed";
  }
  
  .nc-icon-outline.tech-2_l-settings:before
  {
    content: "\eeee";
  }
  
  .nc-icon-outline.tech-2_l-sync:before
  {
    content: "\eeef";
  }
  
  .nc-icon-outline.tech-2_l-system-update:before
  {
    content: "\eef0";
  }
  
  .nc-icon-outline.tech-2_lock-landscape:before
  {
    content: "\eef1";
  }
  
  .nc-icon-outline.tech-2_lock-portrait:before
  {
    content: "\eef2";
  }
  
  .nc-icon-outline.tech-2_mic:before
  {
    content: "\eef3";
  }
  
  .nc-icon-outline.tech-2_mobile-landscape:before
  {
    content: "\eef4";
  }
  
  .nc-icon-outline.tech-2_p-add:before
  {
    content: "\eef5";
  }
  
  .nc-icon-outline.tech-2_p-check:before
  {
    content: "\eef6";
  }
  
  .nc-icon-outline.tech-2_p-edit:before
  {
    content: "\eef7";
  }
  
  .nc-icon-outline.tech-2_p-heart:before
  {
    content: "\eef8";
  }
  
  .nc-icon-outline.tech-2_p-location:before
  {
    content: "\eef9";
  }
  
  .nc-icon-outline.tech-2_p-remove:before
  {
    content: "\eefa";
  }
  
  .nc-icon-outline.tech-2_p-search:before
  {
    content: "\eefb";
  }
  
  .nc-icon-outline.tech-2_p-settings:before
  {
    content: "\eefc";
  }
  
  .nc-icon-outline.tech-2_p-share:before
  {
    content: "\eefd";
  }
  
  .nc-icon-outline.tech-2_p-sync:before
  {
    content: "\eefe";
  }
  
  .nc-icon-outline.tech-2_p-system-update:before
  {
    content: "\eeff";
  }
  
  .nc-icon-outline.tech-2_p-time:before
  {
    content: "\ef00";
  }
  
  .nc-icon-outline.tech-2_pci-card:before
  {
    content: "\ef01";
  }
  
  .nc-icon-outline.tech-2_rotate-lock:before
  {
    content: "\ef02";
  }
  
  .nc-icon-outline.tech-2_rotate:before
  {
    content: "\ef03";
  }
  
  .nc-icon-outline.tech-2_sim-card:before
  {
    content: "\ef04";
  }
  
  .nc-icon-outline.tech-2_socket-europe-1:before
  {
    content: "\ef05";
  }
  
  .nc-icon-outline.tech-2_socket-europe-2:before
  {
    content: "\ef06";
  }
  
  .nc-icon-outline.tech-2_socket-uk:before
  {
    content: "\ef07";
  }
  
  .nc-icon-outline.tech-2_vpn:before
  {
    content: "\ef08";
  }
  
  .nc-icon-outline.tech-2_wifi-off:before
  {
    content: "\ef09";
  }
  
  .nc-icon-outline.tech-2_wifi-protected:before
  {
    content: "\ef0a";
  }
  
  .nc-icon-outline.tech-2_wifi:before
  {
    content: "\ef0b";
  }
  
  .nc-icon-outline.users_add-27:before
  {
    content: "\ef0c";
  }
  
  .nc-icon-outline.users_add-29:before
  {
    content: "\ef0d";
  }
  
  .nc-icon-outline.users_badge-13:before
  {
    content: "\ef0e";
  }
  
  .nc-icon-outline.users_badge-14:before
  {
    content: "\ef0f";
  }
  
  .nc-icon-outline.users_badge-15:before
  {
    content: "\ef10";
  }
  
  .nc-icon-outline.users_circle-08:before
  {
    content: "\ef11";
  }
  
  .nc-icon-outline.users_circle-09:before
  {
    content: "\ef12";
  }
  
  .nc-icon-outline.users_circle-10:before
  {
    content: "\ef13";
  }
  
  .nc-icon-outline.users_contacts:before
  {
    content: "\ef14";
  }
  
  .nc-icon-outline.users_delete-28:before
  {
    content: "\ef15";
  }
  
  .nc-icon-outline.users_delete-30:before
  {
    content: "\ef16";
  }
  
  .nc-icon-outline.users_man-20:before
  {
    content: "\ef17";
  }
  
  .nc-icon-outline.users_man-23:before
  {
    content: "\ef18";
  }
  
  .nc-icon-outline.users_man-glasses:before
  {
    content: "\ef19";
  }
  
  .nc-icon-outline.users_mobile-contact:before
  {
    content: "\ef1a";
  }
  
  .nc-icon-outline.users_multiple-11:before
  {
    content: "\ef1b";
  }
  
  .nc-icon-outline.users_multiple-19:before
  {
    content: "\ef1c";
  }
  
  .nc-icon-outline.users_network:before
  {
    content: "\ef1d";
  }
  
  .nc-icon-outline.users_parent:before
  {
    content: "\ef1e";
  }
  
  .nc-icon-outline.users_single-01:before
  {
    content: "\ef1f";
  }
  
  .nc-icon-outline.users_single-02:before
  {
    content: "\ef20";
  }
  
  .nc-icon-outline.users_single-03:before
  {
    content: "\ef21";
  }
  
  .nc-icon-outline.users_single-04:before
  {
    content: "\ef22";
  }
  
  .nc-icon-outline.users_single-05:before
  {
    content: "\ef23";
  }
  
  .nc-icon-outline.users_single-body:before
  {
    content: "\ef24";
  }
  
  .nc-icon-outline.users_single-position:before
  {
    content: "\ef25";
  }
  
  .nc-icon-outline.users_square-31:before
  {
    content: "\ef26";
  }
  
  .nc-icon-outline.users_square-32:before
  {
    content: "\ef27";
  }
  
  .nc-icon-outline.users_square-33:before
  {
    content: "\ef28";
  }
  
  .nc-icon-outline.users_woman-21:before
  {
    content: "\ef29";
  }
  
  .nc-icon-outline.users_woman-24:before
  {
    content: "\ef2a";
  }
  
  .nc-icon-outline.users_woman-25:before
  {
    content: "\ef2b";
  }
  
  .nc-icon-outline.users_woman-man:before
  {
    content: "\ef2c";
  }
  
  .nc-icon-outline.users-2_a-add:before
  {
    content: "\ef2d";
  }
  
  .nc-icon-outline.users-2_a-check:before
  {
    content: "\ef2e";
  }
  
  .nc-icon-outline.users-2_a-delete:before
  {
    content: "\ef2f";
  }
  
  .nc-icon-outline.users-2_a-edit:before
  {
    content: "\ef30";
  }
  
  .nc-icon-outline.users-2_a-heart:before
  {
    content: "\ef31";
  }
  
  .nc-icon-outline.users-2_a-location:before
  {
    content: "\ef32";
  }
  
  .nc-icon-outline.users-2_a-remove:before
  {
    content: "\ef33";
  }
  
  .nc-icon-outline.users-2_a-search:before
  {
    content: "\ef34";
  }
  
  .nc-icon-outline.users-2_a-security:before
  {
    content: "\ef35";
  }
  
  .nc-icon-outline.users-2_a-share:before
  {
    content: "\ef36";
  }
  
  .nc-icon-outline.users-2_a-star:before
  {
    content: "\ef37";
  }
  
  .nc-icon-outline.users-2_a-sync:before
  {
    content: "\ef38";
  }
  
  .nc-icon-outline.users-2_a-time:before
  {
    content: "\ef39";
  }
  
  .nc-icon-outline.users-2_accessibility:before
  {
    content: "\ef3a";
  }
  
  .nc-icon-outline.users-2_b-add:before
  {
    content: "\ef3b";
  }
  
  .nc-icon-outline.users-2_b-check:before
  {
    content: "\ef3c";
  }
  
  .nc-icon-outline.users-2_b-location:before
  {
    content: "\ef3d";
  }
  
  .nc-icon-outline.users-2_b-love:before
  {
    content: "\ef3e";
  }
  
  .nc-icon-outline.users-2_b-meeting:before
  {
    content: "\ef3f";
  }
  
  .nc-icon-outline.users-2_b-remove:before
  {
    content: "\ef40";
  }
  
  .nc-icon-outline.users-2_b-security:before
  {
    content: "\ef41";
  }
  
  .nc-icon-outline.users-2_child:before
  {
    content: "\ef42";
  }
  
  .nc-icon-outline.users-2_contacts-44:before
  {
    content: "\ef43";
  }
  
  .nc-icon-outline.users-2_contacts-45:before
  {
    content: "\ef44";
  }
  
  .nc-icon-outline.users-2_couple-gay:before
  {
    content: "\ef45";
  }
  
  .nc-icon-outline.users-2_couple-lesbian:before
  {
    content: "\ef46";
  }
  
  .nc-icon-outline.users-2_disabled:before
  {
    content: "\ef47";
  }
  
  .nc-icon-outline.users-2_exchange:before
  {
    content: "\ef48";
  }
  
  .nc-icon-outline.users-2_family:before
  {
    content: "\ef49";
  }
  
  .nc-icon-outline.users-2_focus:before
  {
    content: "\ef4a";
  }
  
  .nc-icon-outline.users-2_home:before
  {
    content: "\ef4b";
  }
  
  .nc-icon-outline.users-2_man-down:before
  {
    content: "\ef4c";
  }
  
  .nc-icon-outline.users-2_man-up:before
  {
    content: "\ef4d";
  }
  
  .nc-icon-outline.users-2_man:before
  {
    content: "\ef4e";
  }
  
  .nc-icon-outline.users-2_meeting:before
  {
    content: "\ef4f";
  }
  
  .nc-icon-outline.users-2_mickey-mouse:before
  {
    content: "\ef50";
  }
  
  .nc-icon-outline.users-2_multiple:before
  {
    content: "\ef51";
  }
  
  .nc-icon-outline.users-2_pin:before
  {
    content: "\ef52";
  }
  
  .nc-icon-outline.users-2_police:before
  {
    content: "\ef53";
  }
  
  .nc-icon-outline.users-2_search:before
  {
    content: "\ef54";
  }
  
  .nc-icon-outline.users-2_standing-man:before
  {
    content: "\ef55";
  }
  
  .nc-icon-outline.users-2_standing-woman:before
  {
    content: "\ef56";
  }
  
  .nc-icon-outline.users-2_voice-record:before
  {
    content: "\ef57";
  }
  
  .nc-icon-outline.users-2_wc:before
  {
    content: "\ef58";
  }
  
  .nc-icon-outline.users-2_woman-down:before
  {
    content: "\ef59";
  }
  
  .nc-icon-outline.users-2_woman-up:before
  {
    content: "\ef5a";
  }
  
  .nc-icon-outline.users-2_woman:before
  {
    content: "\ef5b";
  }
  
  .nc-icon-outline.shopping_award:before
  {
    content: "\ea3e";
  }
  
  .nc-icon-outline.shopping_bag-09:before
  {
    content: "\ea3f";
  }
  
  .nc-icon-outline.shopping_bag-16:before
  {
    content: "\ea40";
  }
  
  .nc-icon-outline.shopping_bag-17:before
  {
    content: "\ea41";
  }
  
  .nc-icon-outline.shopping_bag-20:before
  {
    content: "\ea42";
  }
  
  .nc-icon-outline.shopping_bag-add-18:before
  {
    content: "\ea43";
  }
  
  .nc-icon-outline.shopping_bag-add-21:before
  {
    content: "\ea44";
  }
  
  .nc-icon-outline.shopping_bag-edit:before
  {
    content: "\ea45";
  }
  
  .nc-icon-outline.shopping_bag-remove-19:before
  {
    content: "\ea46";
  }
  
  .nc-icon-outline.shopping_bag-remove-22:before
  {
    content: "\ea47";
  }
  
  .nc-icon-outline.shopping_barcode-scan:before
  {
    content: "\ea48";
  }
  
  .nc-icon-outline.shopping_barcode:before
  {
    content: "\ea49";
  }
  
  .nc-icon-outline.shopping_bardcode-qr:before
  {
    content: "\ea4a";
  }
  
  .nc-icon-outline.shopping_basket-add:before
  {
    content: "\ea4b";
  }
  
  .nc-icon-outline.shopping_basket-edit:before
  {
    content: "\ea4c";
  }
  
  .nc-icon-outline.shopping_basket-remove:before
  {
    content: "\ea4d";
  }
  
  .nc-icon-outline.shopping_basket-simple-add:before
  {
    content: "\ea4e";
  }
  
  .nc-icon-outline.shopping_basket-simple-remove:before
  {
    content: "\ea4f";
  }
  
  .nc-icon-outline.shopping_basket-simple:before
  {
    content: "\ea50";
  }
  
  .nc-icon-outline.shopping_basket:before
  {
    content: "\ea51";
  }
  
  .nc-icon-outline.shopping_bitcoin:before
  {
    content: "\ea52";
  }
  
  .nc-icon-outline.shopping_board:before
  {
    content: "\ea53";
  }
  
  .nc-icon-outline.shopping_box-3d-50:before
  {
    content: "\ea54";
  }
  
  .nc-icon-outline.shopping_box-3d-67:before
  {
    content: "\ea55";
  }
  
  .nc-icon-outline.shopping_box-ribbon:before
  {
    content: "\ea56";
  }
  
  .nc-icon-outline.shopping_box:before
  {
    content: "\ea57";
  }
  
  .nc-icon-outline.shopping_cart-add:before
  {
    content: "\ea58";
  }
  
  .nc-icon-outline.shopping_cart-modern-add:before
  {
    content: "\ea59";
  }
  
  .nc-icon-outline.shopping_cart-modern-in:before
  {
    content: "\ea5a";
  }
  
  .nc-icon-outline.shopping_cart-modern-remove:before
  {
    content: "\ea5b";
  }
  
  .nc-icon-outline.shopping_cart-modern:before
  {
    content: "\ea5c";
  }
  
  .nc-icon-outline.shopping_cart-remove:before
  {
    content: "\ea5d";
  }
  
  .nc-icon-outline.shopping_cart-simple-add:before
  {
    content: "\ea5e";
  }
  
  .nc-icon-outline.shopping_cart-simple-in:before
  {
    content: "\ea5f";
  }
  
  .nc-icon-outline.shopping_cart-simple-remove:before
  {
    content: "\ea60";
  }
  
  .nc-icon-outline.shopping_cart-simple:before
  {
    content: "\ea61";
  }
  
  .nc-icon-outline.shopping_cart:before
  {
    content: "\ea62";
  }
  
  .nc-icon-outline.shopping_cash-register:before
  {
    content: "\ea63";
  }
  
  .nc-icon-outline.shopping_chart:before
  {
    content: "\ea64";
  }
  
  .nc-icon-outline.shopping_credit-card-in:before
  {
    content: "\ea65";
  }
  
  .nc-icon-outline.shopping_credit-card:before
  {
    content: "\ea66";
  }
  
  .nc-icon-outline.shopping_credit-locked:before
  {
    content: "\ea67";
  }
  
  .nc-icon-outline.shopping_delivery-fast:before
  {
    content: "\ea68";
  }
  
  .nc-icon-outline.shopping_delivery-time:before
  {
    content: "\ea69";
  }
  
  .nc-icon-outline.shopping_delivery-track:before
  {
    content: "\ea6a";
  }
  
  .nc-icon-outline.shopping_delivery:before
  {
    content: "\ea6b";
  }
  
  .nc-icon-outline.shopping_discount:before
  {
    content: "\ea6c";
  }
  
  .nc-icon-outline.shopping_gift:before
  {
    content: "\ea6d";
  }
  
  .nc-icon-outline.shopping_hand-card:before
  {
    content: "\ea6e";
  }
  
  .nc-icon-outline.shopping_list:before
  {
    content: "\ea6f";
  }
  
  .nc-icon-outline.shopping_mobile-card:before
  {
    content: "\ea70";
  }
  
  .nc-icon-outline.shopping_mobile-cart:before
  {
    content: "\ea71";
  }
  
  .nc-icon-outline.shopping_mobile-touch:before
  {
    content: "\ea72";
  }
  
  .nc-icon-outline.shopping_newsletter:before
  {
    content: "\ea73";
  }
  
  .nc-icon-outline.shopping_pos:before
  {
    content: "\ea74";
  }
  
  .nc-icon-outline.shopping_receipt-list-42:before
  {
    content: "\ea75";
  }
  
  .nc-icon-outline.shopping_receipt-list-43:before
  {
    content: "\ea76";
  }
  
  .nc-icon-outline.shopping_receipt:before
  {
    content: "\ea77";
  }
  
  .nc-icon-outline.shopping_shop-location:before
  {
    content: "\ea78";
  }
  
  .nc-icon-outline.shopping_shop:before
  {
    content: "\ea79";
  }
  
  .nc-icon-outline.shopping_stock:before
  {
    content: "\ea7a";
  }
  
  .nc-icon-outline.shopping_tag-content:before
  {
    content: "\ea7b";
  }
  
  .nc-icon-outline.shopping_tag-cut:before
  {
    content: "\ea7c";
  }
  
  .nc-icon-outline.shopping_tag-line:before
  {
    content: "\ea7d";
  }
  
  .nc-icon-outline.shopping_tag-sale:before
  {
    content: "\ea7e";
  }
  
  .nc-icon-outline.shopping_tag:before
  {
    content: "\ea7f";
  }
  
  .nc-icon-outline.shopping_wallet:before
  {
    content: "\ea80";
  }
  
  .nc-icon-outline.arrows-1_back-78:before
  {
    content: "\ea81";
  }
  
  .nc-icon-outline.arrows-1_back-80:before
  {
    content: "\ea82";
  }
  
  .nc-icon-outline.arrows-1_bold-direction:before
  {
    content: "\ea83";
  }
  
  .nc-icon-outline.arrows-1_bold-down:before
  {
    content: "\ea84";
  }
  
  .nc-icon-outline.arrows-1_bold-left:before
  {
    content: "\ea85";
  }
  
  .nc-icon-outline.arrows-1_bold-right:before
  {
    content: "\ea86";
  }
  
  .nc-icon-outline.arrows-1_bold-up:before
  {
    content: "\ea87";
  }
  
  .nc-icon-outline.arrows-1_circle-down-12:before
  {
    content: "\ea88";
  }
  
  .nc-icon-outline.arrows-1_circle-down-40:before
  {
    content: "\ea89";
  }
  
  .nc-icon-outline.arrows-1_circle-left-10:before
  {
    content: "\ea8a";
  }
  
  .nc-icon-outline.arrows-1_circle-left-38:before
  {
    content: "\ea8b";
  }
  
  .nc-icon-outline.arrows-1_circle-right-09:before
  {
    content: "\ea8c";
  }
  
  .nc-icon-outline.arrows-1_circle-right-37:before
  {
    content: "\ea8d";
  }
  
  .nc-icon-outline.arrows-1_circle-up-11:before
  {
    content: "\ea8e";
  }
  
  .nc-icon-outline.arrows-1_circle-up-39:before
  {
    content: "\ea8f";
  }
  
  .nc-icon-outline.arrows-1_cloud-download-93:before
  {
    content: "\ea90";
  }
  
  .nc-icon-outline.arrows-1_cloud-download-95:before
  {
    content: "\ea91";
  }
  
  .nc-icon-outline.arrows-1_cloud-upload-94:before
  {
    content: "\ea92";
  }
  
  .nc-icon-outline.arrows-1_cloud-upload-96:before
  {
    content: "\ea93";
  }
  
  .nc-icon-outline.arrows-1_curved-next:before
  {
    content: "\ea94";
  }
  
  .nc-icon-outline.arrows-1_curved-previous:before
  {
    content: "\ea95";
  }
  
  .nc-icon-outline.arrows-1_direction-53:before
  {
    content: "\ea96";
  }
  
  .nc-icon-outline.arrows-1_direction-56:before
  {
    content: "\ea97";
  }
  
  .nc-icon-outline.arrows-1_double-left:before
  {
    content: "\ea98";
  }
  
  .nc-icon-outline.arrows-1_double-right:before
  {
    content: "\ea99";
  }
  
  .nc-icon-outline.arrows-1_download:before
  {
    content: "\ea9a";
  }
  
  .nc-icon-outline.arrows-1_enlarge-diagonal-43:before
  {
    content: "\ea9b";
  }
  
  .nc-icon-outline.arrows-1_enlarge-diagonal-44:before
  {
    content: "\ea9c";
  }
  
  .nc-icon-outline.arrows-1_enlarge-horizontal:before
  {
    content: "\ea9d";
  }
  
  .nc-icon-outline.arrows-1_enlarge-vertical:before
  {
    content: "\ea9e";
  }
  
  .nc-icon-outline.arrows-1_fit-horizontal:before
  {
    content: "\ea9f";
  }
  
  .nc-icon-outline.arrows-1_fit-vertical:before
  {
    content: "\eaa0";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-70:before
  {
    content: "\eaa1";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-71:before
  {
    content: "\eaa2";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-76:before
  {
    content: "\eaa3";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-77:before
  {
    content: "\eaa4";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-double-74:before
  {
    content: "\eaa5";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-double-75:before
  {
    content: "\eaa6";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-split-72:before
  {
    content: "\eaa7";
  }
  
  .nc-icon-outline.arrows-1_fullscreen-split-73:before
  {
    content: "\eaa8";
  }
  
  .nc-icon-outline.arrows-1_log-in:before
  {
    content: "\eaa9";
  }
  
  .nc-icon-outline.arrows-1_log-out:before
  {
    content: "\eaaa";
  }
  
  .nc-icon-outline.arrows-1_loop-82:before
  {
    content: "\eaab";
  }
  
  .nc-icon-outline.arrows-1_loop-83:before
  {
    content: "\eaac";
  }
  
  .nc-icon-outline.arrows-1_minimal-down:before
  {
    content: "\eaad";
  }
  
  .nc-icon-outline.arrows-1_minimal-left:before
  {
    content: "\eaae";
  }
  
  .nc-icon-outline.arrows-1_minimal-right:before
  {
    content: "\eaaf";
  }
  
  .nc-icon-outline.arrows-1_minimal-up:before
  {
    content: "\eab0";
  }
  
  .nc-icon-outline.arrows-1_redo-79:before
  {
    content: "\eab1";
  }
  
  .nc-icon-outline.arrows-1_redo-81:before
  {
    content: "\eab2";
  }
  
  .nc-icon-outline.arrows-1_refresh-68:before
  {
    content: "\eab3";
  }
  
  .nc-icon-outline.arrows-1_refresh-69:before
  {
    content: "\eab4";
  }
  
  .nc-icon-outline.arrows-1_round-down:before
  {
    content: "\eab5";
  }
  
  .nc-icon-outline.arrows-1_round-left:before
  {
    content: "\eab6";
  }
  
  .nc-icon-outline.arrows-1_round-right:before
  {
    content: "\eab7";
  }
  
  .nc-icon-outline.arrows-1_round-up:before
  {
    content: "\eab8";
  }
  
  .nc-icon-outline.arrows-1_share-66:before
  {
    content: "\eab9";
  }
  
  .nc-icon-outline.arrows-1_share-91:before
  {
    content: "\eaba";
  }
  
  .nc-icon-outline.arrows-1_share-92:before
  {
    content: "\eabb";
  }
  
  .nc-icon-outline.arrows-1_shuffle-97:before
  {
    content: "\eabc";
  }
  
  .nc-icon-outline.arrows-1_shuffle-98:before
  {
    content: "\eabd";
  }
  
  .nc-icon-outline.arrows-1_simple-down:before
  {
    content: "\eabe";
  }
  
  .nc-icon-outline.arrows-1_simple-left:before
  {
    content: "\eabf";
  }
  
  .nc-icon-outline.arrows-1_simple-right:before
  {
    content: "\eac0";
  }
  
  .nc-icon-outline.arrows-1_simple-up:before
  {
    content: "\eac1";
  }
  
  .nc-icon-outline.arrows-1_small-triangle-down:before
  {
    content: "\eac2";
  }
  
  .nc-icon-outline.arrows-1_small-triangle-left:before
  {
    content: "\eac3";
  }
  
  .nc-icon-outline.arrows-1_small-triangle-right:before
  {
    content: "\eac4";
  }
  
  .nc-icon-outline.arrows-1_small-triangle-up:before
  {
    content: "\eac5";
  }
  
  .nc-icon-outline.arrows-1_square-down:before
  {
    content: "\eac6";
  }
  
  .nc-icon-outline.arrows-1_square-left:before
  {
    content: "\eac7";
  }
  
  .nc-icon-outline.arrows-1_square-right:before
  {
    content: "\eac8";
  }
  
  .nc-icon-outline.arrows-1_square-up:before
  {
    content: "\eac9";
  }
  
  .nc-icon-outline.arrows-1_strong-down:before
  {
    content: "\eaca";
  }
  
  .nc-icon-outline.arrows-1_strong-left:before
  {
    content: "\eacb";
  }
  
  .nc-icon-outline.arrows-1_strong-right:before
  {
    content: "\eacc";
  }
  
  .nc-icon-outline.arrows-1_strong-up:before
  {
    content: "\eacd";
  }
  
  .nc-icon-outline.arrows-1_tail-down:before
  {
    content: "\eace";
  }
  
  .nc-icon-outline.arrows-1_tail-left:before
  {
    content: "\eacf";
  }
  
  .nc-icon-outline.arrows-1_tail-right:before
  {
    content: "\ead0";
  }
  
  .nc-icon-outline.arrows-1_tail-triangle-down:before
  {
    content: "\ead1";
  }
  
  .nc-icon-outline.arrows-1_tail-triangle-left:before
  {
    content: "\ead2";
  }
  
  .nc-icon-outline.arrows-1_tail-triangle-right:before
  {
    content: "\ead3";
  }
  
  .nc-icon-outline.arrows-1_tail-triangle-up:before
  {
    content: "\ead4";
  }
  
  .nc-icon-outline.arrows-1_tail-up:before
  {
    content: "\ead5";
  }
  
  .nc-icon-outline.arrows-1_trend-down:before
  {
    content: "\ead6";
  }
  
  .nc-icon-outline.arrows-1_trend-up:before
  {
    content: "\ead7";
  }
  
  .nc-icon-outline.arrows-1_triangle-down-20:before
  {
    content: "\ead8";
  }
  
  .nc-icon-outline.arrows-1_triangle-down-65:before
  {
    content: "\ead9";
  }
  
  .nc-icon-outline.arrows-1_triangle-left-18:before
  {
    content: "\eada";
  }
  
  .nc-icon-outline.arrows-1_triangle-left-63:before
  {
    content: "\eadb";
  }
  
  .nc-icon-outline.arrows-1_triangle-right-17:before
  {
    content: "\eadc";
  }
  
  .nc-icon-outline.arrows-1_triangle-right-62:before
  {
    content: "\eadd";
  }
  
  .nc-icon-outline.arrows-1_triangle-up-19:before
  {
    content: "\eade";
  }
  
  .nc-icon-outline.arrows-1_triangle-up-64:before
  {
    content: "\eadf";
  }
  
  .nc-icon-outline.arrows-1_window-zoom-in:before
  {
    content: "\eae0";
  }
  
  .nc-icon-outline.arrows-1_window-zoom-out:before
  {
    content: "\eae1";
  }
  
  .nc-icon-outline.arrows-1_zoom-88:before
  {
    content: "\eae2";
  }
  
  .nc-icon-outline.arrows-1_zoom-99:before
  {
    content: "\eae3";
  }
  
  .nc-icon-outline.arrows-1_zoom-100:before
  {
    content: "\eae4";
  }
  
  .nc-icon-outline.arrows-2_block-down:before
  {
    content: "\eae5";
  }
  
  .nc-icon-outline.arrows-2_block-left:before
  {
    content: "\eae6";
  }
  
  .nc-icon-outline.arrows-2_block-right:before
  {
    content: "\eae7";
  }
  
  .nc-icon-outline.arrows-2_block-up:before
  {
    content: "\eae8";
  }
  
  .nc-icon-outline.arrows-2_circle-in:before
  {
    content: "\eae9";
  }
  
  .nc-icon-outline.arrows-2_circle-out:before
  {
    content: "\eaea";
  }
  
  .nc-icon-outline.arrows-2_circuit-round:before
  {
    content: "\eaeb";
  }
  
  .nc-icon-outline.arrows-2_circuit:before
  {
    content: "\eaec";
  }
  
  .nc-icon-outline.arrows-2_computer-upload:before
  {
    content: "\eaed";
  }
  
  .nc-icon-outline.arrows-2_conversion:before
  {
    content: "\eaee";
  }
  
  .nc-icon-outline.arrows-2_corner-down-round:before
  {
    content: "\eaef";
  }
  
  .nc-icon-outline.arrows-2_corner-down:before
  {
    content: "\eaf0";
  }
  
  .nc-icon-outline.arrows-2_corner-left-down:before
  {
    content: "\eaf1";
  }
  
  .nc-icon-outline.arrows-2_corner-left-round:before
  {
    content: "\eaf2";
  }
  
  .nc-icon-outline.arrows-2_corner-left:before
  {
    content: "\eaf3";
  }
  
  .nc-icon-outline.arrows-2_corner-right-down:before
  {
    content: "\eaf4";
  }
  
  .nc-icon-outline.arrows-2_corner-right-round:before
  {
    content: "\eaf5";
  }
  
  .nc-icon-outline.arrows-2_corner-right:before
  {
    content: "\eaf6";
  }
  
  .nc-icon-outline.arrows-2_corner-up-left:before
  {
    content: "\eaf7";
  }
  
  .nc-icon-outline.arrows-2_corner-up-right:before
  {
    content: "\eaf8";
  }
  
  .nc-icon-outline.arrows-2_corner-up-round:before
  {
    content: "\eaf9";
  }
  
  .nc-icon-outline.arrows-2_corner-up:before
  {
    content: "\eafa";
  }
  
  .nc-icon-outline.arrows-2_cross-down:before
  {
    content: "\eafb";
  }
  
  .nc-icon-outline.arrows-2_cross-horizontal:before
  {
    content: "\eafc";
  }
  
  .nc-icon-outline.arrows-2_cross-left:before
  {
    content: "\eafd";
  }
  
  .nc-icon-outline.arrows-2_cross-right:before
  {
    content: "\eafe";
  }
  
  .nc-icon-outline.arrows-2_cross-up:before
  {
    content: "\eaff";
  }
  
  .nc-icon-outline.arrows-2_cross-vertical:before
  {
    content: "\eb00";
  }
  
  .nc-icon-outline.arrows-2_curve-circuit:before
  {
    content: "\eb01";
  }
  
  .nc-icon-outline.arrows-2_curve-directions:before
  {
    content: "\eb02";
  }
  
  .nc-icon-outline.arrows-2_curve-split:before
  {
    content: "\eb03";
  }
  
  .nc-icon-outline.arrows-2_delete-49:before
  {
    content: "\eb04";
  }
  
  .nc-icon-outline.arrows-2_delete-50:before
  {
    content: "\eb05";
  }
  
  .nc-icon-outline.arrows-2_direction:before
  {
    content: "\eb06";
  }
  
  .nc-icon-outline.arrows-2_dots-download:before
  {
    content: "\eb07";
  }
  
  .nc-icon-outline.arrows-2_dots-upload:before
  {
    content: "\eb08";
  }
  
  .nc-icon-outline.arrows-2_eject:before
  {
    content: "\eb09";
  }
  
  .nc-icon-outline.arrows-2_enlarge-circle:before
  {
    content: "\eb0a";
  }
  
  .nc-icon-outline.arrows-2_file-download-87:before
  {
    content: "\eb0b";
  }
  
  .nc-icon-outline.arrows-2_file-download-89:before
  {
    content: "\eb0c";
  }
  
  .nc-icon-outline.arrows-2_file-download-94:before
  {
    content: "\eb0d";
  }
  
  .nc-icon-outline.arrows-2_file-upload-86:before
  {
    content: "\eb0e";
  }
  
  .nc-icon-outline.arrows-2_file-upload-88:before
  {
    content: "\eb0f";
  }
  
  .nc-icon-outline.arrows-2_file-upload-93:before
  {
    content: "\eb10";
  }
  
  .nc-icon-outline.arrows-2_fork-round:before
  {
    content: "\eb11";
  }
  
  .nc-icon-outline.arrows-2_fork:before
  {
    content: "\eb12";
  }
  
  .nc-icon-outline.arrows-2_hit-down:before
  {
    content: "\eb13";
  }
  
  .nc-icon-outline.arrows-2_hit-left:before
  {
    content: "\eb14";
  }
  
  .nc-icon-outline.arrows-2_hit-right:before
  {
    content: "\eb15";
  }
  
  .nc-icon-outline.arrows-2_hit-up:before
  {
    content: "\eb16";
  }
  
  .nc-icon-outline.arrows-2_lines:before
  {
    content: "\eb17";
  }
  
  .nc-icon-outline.arrows-2_log-out:before
  {
    content: "\eb18";
  }
  
  .nc-icon-outline.arrows-2_loop:before
  {
    content: "\eb19";
  }
  
  .nc-icon-outline.arrows-2_merge-round:before
  {
    content: "\eb1a";
  }
  
  .nc-icon-outline.arrows-2_merge:before
  {
    content: "\eb1b";
  }
  
  .nc-icon-outline.arrows-2_move-05:before
  {
    content: "\eb1c";
  }
  
  .nc-icon-outline.arrows-2_move-06:before
  {
    content: "\eb1d";
  }
  
  .nc-icon-outline.arrows-2_move-92:before
  {
    content: "\eb1e";
  }
  
  .nc-icon-outline.arrows-2_move-down-right:before
  {
    content: "\eb1f";
  }
  
  .nc-icon-outline.arrows-2_move-down:before
  {
    content: "\eb20";
  }
  
  .nc-icon-outline.arrows-2_move-left:before
  {
    content: "\eb21";
  }
  
  .nc-icon-outline.arrows-2_move-right:before
  {
    content: "\eb22";
  }
  
  .nc-icon-outline.arrows-2_move-up-left:before
  {
    content: "\eb23";
  }
  
  .nc-icon-outline.arrows-2_move-up:before
  {
    content: "\eb24";
  }
  
  .nc-icon-outline.arrows-2_push-next:before
  {
    content: "\eb25";
  }
  
  .nc-icon-outline.arrows-2_push-previous:before
  {
    content: "\eb26";
  }
  
  .nc-icon-outline.arrows-2_reload:before
  {
    content: "\eb27";
  }
  
  .nc-icon-outline.arrows-2_replay:before
  {
    content: "\ee16";
  }
  
  .nc-icon-outline.arrows-2_rotate-left:before
  {
    content: "\ee17";
  }
  
  .nc-icon-outline.arrows-2_rotate-right:before
  {
    content: "\ee18";
  }
  
  .nc-icon-outline.arrows-2_round-left-down:before
  {
    content: "\ee19";
  }
  
  .nc-icon-outline.arrows-2_round-right-down:before
  {
    content: "\ee1a";
  }
  
  .nc-icon-outline.arrows-2_round-up-left:before
  {
    content: "\ee1b";
  }
  
  .nc-icon-outline.arrows-2_round-up-right:before
  {
    content: "\ee1c";
  }
  
  .nc-icon-outline.arrows-2_select-83:before
  {
    content: "\ee1d";
  }
  
  .nc-icon-outline.arrows-2_select-84:before
  {
    content: "\ee1e";
  }
  
  .nc-icon-outline.arrows-2_separate-round:before
  {
    content: "\ee1f";
  }
  
  .nc-icon-outline.arrows-2_separate:before
  {
    content: "\ee20";
  }
  
  .nc-icon-outline.arrows-2_share-left:before
  {
    content: "\ee21";
  }
  
  .nc-icon-outline.arrows-2_share-right:before
  {
    content: "\ee22";
  }
  
  .nc-icon-outline.arrows-2_skew-down:before
  {
    content: "\ee23";
  }
  
  .nc-icon-outline.arrows-2_skew-left:before
  {
    content: "\ee24";
  }
  
  .nc-icon-outline.arrows-2_skew-right:before
  {
    content: "\ee25";
  }
  
  .nc-icon-outline.arrows-2_skew-up:before
  {
    content: "\ee26";
  }
  
  .nc-icon-outline.arrows-2_small-left:before
  {
    content: "\ee27";
  }
  
  .nc-icon-outline.arrows-2_small-right:before
  {
    content: "\ee28";
  }
  
  .nc-icon-outline.arrows-2_split-horizontal:before
  {
    content: "\ee29";
  }
  
  .nc-icon-outline.arrows-2_split-round:before
  {
    content: "\ee2a";
  }
  
  .nc-icon-outline.arrows-2_split-vertical:before
  {
    content: "\ee2b";
  }
  
  .nc-icon-outline.arrows-2_split:before
  {
    content: "\ee2c";
  }
  
  .nc-icon-outline.arrows-2_square-download:before
  {
    content: "\ee2d";
  }
  
  .nc-icon-outline.arrows-2_square-upload:before
  {
    content: "\ee2e";
  }
  
  .nc-icon-outline.arrows-2_time:before
  {
    content: "\ee2f";
  }
  
  .nc-icon-outline.arrows-2_triangle-down:before
  {
    content: "\ee30";
  }
  
  .nc-icon-outline.arrows-2_triangle-left:before
  {
    content: "\ee31";
  }
  
  .nc-icon-outline.arrows-2_triangle-right:before
  {
    content: "\ee32";
  }
  
  .nc-icon-outline.arrows-2_triangle-up:before
  {
    content: "\ee33";
  }
  
  .nc-icon-outline.arrows-2_unite-round:before
  {
    content: "\ee34";
  }
  
  .nc-icon-outline.arrows-2_unite:before
  {
    content: "\ee35";
  }
  
  .nc-icon-outline.arrows-2_zoom:before
  {
    content: "\ee36";
  }
  
  .nc-icon-outline.arrows-3_circle-down:before
  {
    content: "\ee37";
  }
  
  .nc-icon-outline.arrows-3_circle-left:before
  {
    content: "\ee38";
  }
  
  .nc-icon-outline.arrows-3_circle-right:before
  {
    content: "\ee39";
  }
  
  .nc-icon-outline.arrows-3_circle-simple-down:before
  {
    content: "\ee3a";
  }
  
  .nc-icon-outline.arrows-3_circle-simple-left:before
  {
    content: "\ee3b";
  }
  
  .nc-icon-outline.arrows-3_circle-simple-right:before
  {
    content: "\ee3c";
  }
  
  .nc-icon-outline.arrows-3_circle-simple-up:before
  {
    content: "\ee3d";
  }
  
  .nc-icon-outline.arrows-3_circle-up:before
  {
    content: "\ee3e";
  }
  
  .nc-icon-outline.arrows-3_cloud-refresh:before
  {
    content: "\ee3f";
  }
  
  .nc-icon-outline.arrows-3_separate:before
  {
    content: "\ee40";
  }
  
  .nc-icon-outline.arrows-3_small-down:before
  {
    content: "\ee41";
  }
  
  .nc-icon-outline.arrows-3_small-up:before
  {
    content: "\ee42";
  }
  
  .nc-icon-outline.arrows-3_square-corner-down-left:before
  {
    content: "\ee43";
  }
  
  .nc-icon-outline.arrows-3_square-corner-down-right:before
  {
    content: "\ee44";
  }
  
  .nc-icon-outline.arrows-3_square-corner-up-left:before
  {
    content: "\ee45";
  }
  
  .nc-icon-outline.arrows-3_square-corner-up-right:before
  {
    content: "\ee46";
  }
  
  .nc-icon-outline.arrows-3_square-down-06:before
  {
    content: "\ee47";
  }
  
  .nc-icon-outline.arrows-3_square-down-22:before
  {
    content: "\ee48";
  }
  
  .nc-icon-outline.arrows-3_square-enlarge:before
  {
    content: "\ee49";
  }
  
  .nc-icon-outline.arrows-3_square-left-04:before
  {
    content: "\ee4a";
  }
  
  .nc-icon-outline.arrows-3_square-left-20:before
  {
    content: "\ee4b";
  }
  
  .nc-icon-outline.arrows-3_square-right-03:before
  {
    content: "\ee4c";
  }
  
  .nc-icon-outline.arrows-3_square-right-19:before
  {
    content: "\ee4d";
  }
  
  .nc-icon-outline.arrows-3_square-simple-down:before
  {
    content: "\ee4e";
  }
  
  .nc-icon-outline.arrows-3_square-simple-left:before
  {
    content: "\ee4f";
  }
  
  .nc-icon-outline.arrows-3_square-simple-right:before
  {
    content: "\ee50";
  }
  
  .nc-icon-outline.arrows-3_square-simple-up:before
  {
    content: "\ee51";
  }
  
  .nc-icon-outline.arrows-3_square-up-05:before
  {
    content: "\ee52";
  }
  
  .nc-icon-outline.arrows-3_square-up-21:before
  {
    content: "\ee53";
  }
  
  .nc-icon-outline.arrows-3_square-zoom:before
  {
    content: "\ee54";
  }
  
  .nc-icon-outline.arrows-3_super-bold-down:before
  {
    content: "\ee55";
  }
  
  .nc-icon-outline.arrows-3_super-bold-left:before
  {
    content: "\ee56";
  }
  
  .nc-icon-outline.arrows-3_super-bold-right:before
  {
    content: "\ee57";
  }
  
  .nc-icon-outline.arrows-3_super-bold-up:before
  {
    content: "\ee58";
  }
  
  .nc-icon-outline.arrows-4_block-bottom-left:before
  {
    content: "\ee59";
  }
  
  .nc-icon-outline.arrows-4_block-bottom-right:before
  {
    content: "\ee5a";
  }
  
  .nc-icon-outline.arrows-4_block-top-left:before
  {
    content: "\ee5b";
  }
  
  .nc-icon-outline.arrows-4_block-top-right:before
  {
    content: "\ee5c";
  }
  
  .nc-icon-outline.arrows-4_centralize:before
  {
    content: "\ee5d";
  }
  
  .nc-icon-outline.arrows-4_compare:before
  {
    content: "\ee5e";
  }
  
  .nc-icon-outline.arrows-4_contrast:before
  {
    content: "\ee5f";
  }
  
  .nc-icon-outline.arrows-4_cross:before
  {
    content: "\ee60";
  }
  
  .nc-icon-outline.arrows-4_diag-bottom-left:before
  {
    content: "\ee61";
  }
  
  .nc-icon-outline.arrows-4_diag-bottom-right:before
  {
    content: "\ee62";
  }
  
  .nc-icon-outline.arrows-4_diag-top-left:before
  {
    content: "\ee63";
  }
  
  .nc-icon-outline.arrows-4_diag-top-right:before
  {
    content: "\ee64";
  }
  
  .nc-icon-outline.arrows-4_disperse:before
  {
    content: "\ee65";
  }
  
  .nc-icon-outline.arrows-4_download:before
  {
    content: "\ee66";
  }
  
  .nc-icon-outline.arrows-4_enlarge-45:before
  {
    content: "\ee67";
  }
  
  .nc-icon-outline.arrows-4_enlarge-46:before
  {
    content: "\ee68";
  }
  
  .nc-icon-outline.arrows-4_export:before
  {
    content: "\ee69";
  }
  
  .nc-icon-outline.arrows-4_format-left:before
  {
    content: "\ee6a";
  }
  
  .nc-icon-outline.arrows-4_format-right:before
  {
    content: "\ee6b";
  }
  
  .nc-icon-outline.arrows-4_input-12:before
  {
    content: "\ee6c";
  }
  
  .nc-icon-outline.arrows-4_input-21:before
  {
    content: "\ee6d";
  }
  
  .nc-icon-outline.arrows-4_invert:before
  {
    content: "\ee6e";
  }
  
  .nc-icon-outline.arrows-4_launch-11:before
  {
    content: "\ee6f";
  }
  
  .nc-icon-outline.arrows-4_launch-47:before
  {
    content: "\ee70";
  }
  
  .nc-icon-outline.arrows-4_logout:before
  {
    content: "\ee71";
  }
  
  .nc-icon-outline.arrows-4_loop-30:before
  {
    content: "\ee72";
  }
  
  .nc-icon-outline.arrows-4_loop-34:before
  {
    content: "\ee73";
  }
  
  .nc-icon-outline.arrows-4_merge:before
  {
    content: "\ee74";
  }
  
  .nc-icon-outline.arrows-4_open-in-browser:before
  {
    content: "\ee75";
  }
  
  .nc-icon-outline.arrows-4_priority-high:before
  {
    content: "\ee76";
  }
  
  .nc-icon-outline.arrows-4_priority-low:before
  {
    content: "\ee77";
  }
  
  .nc-icon-outline.arrows-4_redo-10:before
  {
    content: "\ee78";
  }
  
  .nc-icon-outline.arrows-4_redo-26:before
  {
    content: "\ee79";
  }
  
  .nc-icon-outline.arrows-4_reply-all:before
  {
    content: "\ee7a";
  }
  
  .nc-icon-outline.arrows-4_reply:before
  {
    content: "\ee7b";
  }
  
  .nc-icon-outline.arrows-4_restore:before
  {
    content: "\ee7c";
  }
  
  .nc-icon-outline.arrows-4_share:before
  {
    content: "\ee7d";
  }
  
  .nc-icon-outline.arrows-4_shuffle-01:before
  {
    content: "\ee7e";
  }
  
  .nc-icon-outline.arrows-4_shuffle-35:before
  {
    content: "\ee7f";
  }
  
  .nc-icon-outline.arrows-4_split-33:before
  {
    content: "\ee80";
  }
  
  .nc-icon-outline.arrows-4_split-37:before
  {
    content: "\ee81";
  }
  
  .nc-icon-outline.arrows-4_stre-down:before
  {
    content: "\ee82";
  }
  
  .nc-icon-outline.arrows-4_stre-left:before
  {
    content: "\ee83";
  }
  
  .nc-icon-outline.arrows-4_stre-right:before
  {
    content: "\ee84";
  }
  
  .nc-icon-outline.arrows-4_stre-up:before
  {
    content: "\ee85";
  }
  
  .nc-icon-outline.arrows-4_swap-horizontal:before
  {
    content: "\ee86";
  }
  
  .nc-icon-outline.arrows-4_swap-vertical:before
  {
    content: "\ee87";
  }
  
  .nc-icon-outline.arrows-4_system-update:before
  {
    content: "\ee88";
  }
  
  .nc-icon-outline.arrows-4_undo-25:before
  {
    content: "\ee89";
  }
  
  .nc-icon-outline.arrows-4_undo-29:before
  {
    content: "\ee8a";
  }
  
  .nc-icon-outline.arrows-4_upload:before
  {
    content: "\ee8b";
  }
  
  .nc-icon-outline.files-2_ai-illustrator:before
  {
    content: "\e947";
  }
  
  .nc-icon-outline.files-2_avi:before
  {
    content: "\e948";
  }
  
  .nc-icon-outline.files-2_css:before
  {
    content: "\e949";
  }
  
  .nc-icon-outline.files-2_csv:before
  {
    content: "\e94a";
  }
  
  .nc-icon-outline.files-2_doc:before
  {
    content: "\e94b";
  }
  
  .nc-icon-outline.files-2_docx:before
  {
    content: "\e94c";
  }
  
  .nc-icon-outline.files-2_epub:before
  {
    content: "\e94d";
  }
  
  .nc-icon-outline.files-2_exe:before
  {
    content: "\e94e";
  }
  
  .nc-icon-outline.files-2_font:before
  {
    content: "\e94f";
  }
  
  .nc-icon-outline.files-2_gif:before
  {
    content: "\e950";
  }
  
  .nc-icon-outline.files-2_html:before
  {
    content: "\e951";
  }
  
  .nc-icon-outline.files-2_jpg-jpeg:before
  {
    content: "\e952";
  }
  
  .nc-icon-outline.files-2_js-javascript-jquery:before
  {
    content: "\e953";
  }
  
  .nc-icon-outline.files-3_mov:before
  {
    content: "\e954";
  }
  
  .nc-icon-outline.files-3_mp3:before
  {
    content: "\e955";
  }
  
  .nc-icon-outline.files-3_mp4:before
  {
    content: "\e956";
  }
  
  .nc-icon-outline.files-3_pdf:before
  {
    content: "\e957";
  }
  
  .nc-icon-outline.files-3_png:before
  {
    content: "\e958";
  }
  
  .nc-icon-outline.files-3_psd-photoshop:before
  {
    content: "\e959";
  }
  
  .nc-icon-outline.files-3_rar:before
  {
    content: "\e95a";
  }
  
  .nc-icon-outline.files-3_sketch:before
  {
    content: "\e95b";
  }
  
  .nc-icon-outline.files-3_svg:before
  {
    content: "\e95c";
  }
  
  .nc-icon-outline.files-3_txt:before
  {
    content: "\e95d";
  }
  
  .nc-icon-outline.files-3_wav:before
  {
    content: "\e95e";
  }
  
  .nc-icon-outline.files-3_zip:before
  {
    content: "\e95f";
  }
  
  .nc-icon-outline.design_album:before
  {
    content: "\e960";
  }
  
  .nc-icon-outline.design_align-bottom:before
  {
    content: "\e961";
  }
  
  .nc-icon-outline.design_align-center-horizontal:before
  {
    content: "\e962";
  }
  
  .nc-icon-outline.design_align-center-vertical:before
  {
    content: "\e963";
  }
  
  .nc-icon-outline.design_align-left:before
  {
    content: "\e964";
  }
  
  .nc-icon-outline.design_align-right:before
  {
    content: "\e965";
  }
  
  .nc-icon-outline.design_align-top:before
  {
    content: "\e966";
  }
  
  .nc-icon-outline.design_app:before
  {
    content: "\e967";
  }
  
  .nc-icon-outline.design_artboard:before
  {
    content: "\e968";
  }
  
  .nc-icon-outline.design_blend:before
  {
    content: "\e969";
  }
  
  .nc-icon-outline.design_book-bookmark:before
  {
    content: "\e96a";
  }
  
  .nc-icon-outline.design_book-open:before
  {
    content: "\e96b";
  }
  
  .nc-icon-outline.design_brush:before
  {
    content: "\e96c";
  }
  
  .nc-icon-outline.design_bug:before
  {
    content: "\e96d";
  }
  
  .nc-icon-outline.design_bullet-list-67:before
  {
    content: "\e96e";
  }
  
  .nc-icon-outline.design_bullet-list-68:before
  {
    content: "\e96f";
  }
  
  .nc-icon-outline.design_bullet-list-69:before
  {
    content: "\e970";
  }
  
  .nc-icon-outline.design_bullet-list-70:before
  {
    content: "\e971";
  }
  
  .nc-icon-outline.design_clone:before
  {
    content: "\e972";
  }
  
  .nc-icon-outline.design_code-editor:before
  {
    content: "\e973";
  }
  
  .nc-icon-outline.design_code:before
  {
    content: "\e974";
  }
  
  .nc-icon-outline.design_collection:before
  {
    content: "\e975";
  }
  
  .nc-icon-outline.design_command:before
  {
    content: "\e976";
  }
  
  .nc-icon-outline.design_compass:before
  {
    content: "\e977";
  }
  
  .nc-icon-outline.design_contrast:before
  {
    content: "\e978";
  }
  
  .nc-icon-outline.design_copy:before
  {
    content: "\e979";
  }
  
  .nc-icon-outline.design_crop:before
  {
    content: "\e97a";
  }
  
  .nc-icon-outline.design_cursor-48:before
  {
    content: "\e97b";
  }
  
  .nc-icon-outline.design_cursor-49:before
  {
    content: "\e97c";
  }
  
  .nc-icon-outline.design_design-dev:before
  {
    content: "\e97d";
  }
  
  .nc-icon-outline.design_design:before
  {
    content: "\e97e";
  }
  
  .nc-icon-outline.design_distribute-horizontal:before
  {
    content: "\e97f";
  }
  
  .nc-icon-outline.design_distribute-vertical:before
  {
    content: "\e980";
  }
  
  .nc-icon-outline.design_drag:before
  {
    content: "\e981";
  }
  
  .nc-icon-outline.design_eraser-32:before
  {
    content: "\e982";
  }
  
  .nc-icon-outline.design_eraser-33:before
  {
    content: "\e983";
  }
  
  .nc-icon-outline.design_eraser-46:before
  {
    content: "\e984";
  }
  
  .nc-icon-outline.design_flip-horizontal:before
  {
    content: "\e985";
  }
  
  .nc-icon-outline.design_flip-vertical:before
  {
    content: "\e986";
  }
  
  .nc-icon-outline.design_image:before
  {
    content: "\e987";
  }
  
  .nc-icon-outline.design_magnet:before
  {
    content: "\e988";
  }
  
  .nc-icon-outline.design_marker:before
  {
    content: "\e989";
  }
  
  .nc-icon-outline.design_measure-02:before
  {
    content: "\e98a";
  }
  
  .nc-icon-outline.design_measure-17:before
  {
    content: "\e98b";
  }
  
  .nc-icon-outline.design_measure-big:before
  {
    content: "\e98c";
  }
  
  .nc-icon-outline.design_mobile-design:before
  {
    content: "\e98d";
  }
  
  .nc-icon-outline.design_mobile-dev:before
  {
    content: "\e98e";
  }
  
  .nc-icon-outline.design_mouse-08:before
  {
    content: "\e98f";
  }
  
  .nc-icon-outline.design_mouse-09:before
  {
    content: "\e990";
  }
  
  .nc-icon-outline.design_mouse-10:before
  {
    content: "\e991";
  }
  
  .nc-icon-outline.design_newsletter-dev:before
  {
    content: "\e992";
  }
  
  .nc-icon-outline.design_note-code:before
  {
    content: "\e993";
  }
  
  .nc-icon-outline.design_paint-16:before
  {
    content: "\e994";
  }
  
  .nc-icon-outline.design_paint-37:before
  {
    content: "\e995";
  }
  
  .nc-icon-outline.design_paint-38:before
  {
    content: "\e996";
  }
  
  .nc-icon-outline.design_paint-bucket-39:before
  {
    content: "\e997";
  }
  
  .nc-icon-outline.design_paint-bucket-40:before
  {
    content: "\e998";
  }
  
  .nc-icon-outline.design_palette:before
  {
    content: "\e999";
  }
  
  .nc-icon-outline.design_pantone:before
  {
    content: "\e99a";
  }
  
  .nc-icon-outline.design_paper-design:before
  {
    content: "\e99b";
  }
  
  .nc-icon-outline.design_paper-dev:before
  {
    content: "\e99c";
  }
  
  .nc-icon-outline.design_patch-19:before
  {
    content: "\e99d";
  }
  
  .nc-icon-outline.design_patch-34:before
  {
    content: "\e99e";
  }
  
  .nc-icon-outline.design_path-exclude:before
  {
    content: "\e99f";
  }
  
  .nc-icon-outline.design_path-intersect:before
  {
    content: "\e9a0";
  }
  
  .nc-icon-outline.design_path-minus:before
  {
    content: "\e9a1";
  }
  
  .nc-icon-outline.design_path-unite:before
  {
    content: "\e9a2";
  }
  
  .nc-icon-outline.design_pen-01:before
  {
    content: "\e9a3";
  }
  
  .nc-icon-outline.design_pen-23:before
  {
    content: "\e9a4";
  }
  
  .nc-icon-outline.design_pen-tool:before
  {
    content: "\e9a5";
  }
  
  .nc-icon-outline.design_phone:before
  {
    content: "\e9a6";
  }
  
  .nc-icon-outline.design_photo-editor:before
  {
    content: "\e9a7";
  }
  
  .nc-icon-outline.design_responsive:before
  {
    content: "\e9a8";
  }
  
  .nc-icon-outline.design_scissors-dashed:before
  {
    content: "\e9a9";
  }
  
  .nc-icon-outline.design_scissors:before
  {
    content: "\e9aa";
  }
  
  .nc-icon-outline.design_shape-adjust:before
  {
    content: "\edcb";
  }
  
  .nc-icon-outline.design_shape-circle:before
  {
    content: "\edcc";
  }
  
  .nc-icon-outline.design_shape-polygon:before
  {
    content: "\edcd";
  }
  
  .nc-icon-outline.design_shape-square:before
  {
    content: "\edce";
  }
  
  .nc-icon-outline.design_shape-triangle:before
  {
    content: "\edcf";
  }
  
  .nc-icon-outline.design_shapes:before
  {
    content: "\edd0";
  }
  
  .nc-icon-outline.design_sharpener:before
  {
    content: "\edd1";
  }
  
  .nc-icon-outline.design_slice:before
  {
    content: "\edd2";
  }
  
  .nc-icon-outline.design_spray:before
  {
    content: "\edd3";
  }
  
  .nc-icon-outline.design_stamp:before
  {
    content: "\edd4";
  }
  
  .nc-icon-outline.design_tablet-mobile:before
  {
    content: "\edd5";
  }
  
  .nc-icon-outline.design_tablet:before
  {
    content: "\edd6";
  }
  
  .nc-icon-outline.design_text:before
  {
    content: "\edd7";
  }
  
  .nc-icon-outline.design_todo:before
  {
    content: "\edd8";
  }
  
  .nc-icon-outline.design_usb:before
  {
    content: "\edd9";
  }
  
  .nc-icon-outline.design_vector:before
  {
    content: "\edda";
  }
  
  .nc-icon-outline.design_wand-11:before
  {
    content: "\eddb";
  }
  
  .nc-icon-outline.design_wand-99:before
  {
    content: "\eddc";
  }
  
  .nc-icon-outline.design_watch-dev:before
  {
    content: "\eddd";
  }
  
  .nc-icon-outline.design_web-design:before
  {
    content: "\edde";
  }
  
  .nc-icon-outline.design_webpage:before
  {
    content: "\eddf";
  }
  
  .nc-icon-outline.design_window-code:before
  {
    content: "\ede0";
  }
  
  .nc-icon-outline.design_window-dev:before
  {
    content: "\ede1";
  }
  
  .nc-icon-outline.design_window-paragraph:before
  {
    content: "\ede2";
  }
  
  .nc-icon-outline.design_window-responsive:before
  {
    content: "\ede3";
  }
  
  .nc-icon-outline.design-2_3d-28:before
  {
    content: "\ede4";
  }
  
  .nc-icon-outline.design-2_3d-29:before
  {
    content: "\ede5";
  }
  
  .nc-icon-outline.design-2_android:before
  {
    content: "\ede6";
  }
  
  .nc-icon-outline.design-2_angle:before
  {
    content: "\ede7";
  }
  
  .nc-icon-outline.design-2_animation-14:before
  {
    content: "\ede8";
  }
  
  .nc-icon-outline.design-2_animation-31:before
  {
    content: "\ede9";
  }
  
  .nc-icon-outline.design-2_animation-32:before
  {
    content: "\edea";
  }
  
  .nc-icon-outline.design-2_apple:before
  {
    content: "\edeb";
  }
  
  .nc-icon-outline.design-2_browser-chrome:before
  {
    content: "\edec";
  }
  
  .nc-icon-outline.design-2_browser-edge:before
  {
    content: "\eded";
  }
  
  .nc-icon-outline.design-2_browser-firefox:before
  {
    content: "\edee";
  }
  
  .nc-icon-outline.design-2_browser-ie:before
  {
    content: "\edef";
  }
  
  .nc-icon-outline.design-2_browser-opera:before
  {
    content: "\edf0";
  }
  
  .nc-icon-outline.design-2_browser-safari:before
  {
    content: "\edf1";
  }
  
  .nc-icon-outline.design-2_bucket:before
  {
    content: "\edf2";
  }
  
  .nc-icon-outline.design-2_button:before
  {
    content: "\edf3";
  }
  
  .nc-icon-outline.design-2_canvas:before
  {
    content: "\edf4";
  }
  
  .nc-icon-outline.design-2_css3:before
  {
    content: "\edf5";
  }
  
  .nc-icon-outline.design-2_cursor-add:before
  {
    content: "\edf6";
  }
  
  .nc-icon-outline.design-2_cursor-grab:before
  {
    content: "\edf7";
  }
  
  .nc-icon-outline.design-2_cursor-load:before
  {
    content: "\edf8";
  }
  
  .nc-icon-outline.design-2_cursor-menu:before
  {
    content: "\edf9";
  }
  
  .nc-icon-outline.design-2_cursor-not-allowed:before
  {
    content: "\edfa";
  }
  
  .nc-icon-outline.design-2_cursor-pointer:before
  {
    content: "\edfb";
  }
  
  .nc-icon-outline.design-2_cursor-text:before
  {
    content: "\edfc";
  }
  
  .nc-icon-outline.design-2_divider:before
  {
    content: "\edfd";
  }
  
  .nc-icon-outline.design-2_filter-organization:before
  {
    content: "\edfe";
  }
  
  .nc-icon-outline.design-2_form:before
  {
    content: "\edff";
  }
  
  .nc-icon-outline.design-2_frame:before
  {
    content: "\ee00";
  }
  
  .nc-icon-outline.design-2_group:before
  {
    content: "\ee01";
  }
  
  .nc-icon-outline.design-2_html5:before
  {
    content: "\ee02";
  }
  
  .nc-icon-outline.design-2_image:before
  {
    content: "\ee03";
  }
  
  .nc-icon-outline.design-2_layers:before
  {
    content: "\ee04";
  }
  
  .nc-icon-outline.design-2_layout-11:before
  {
    content: "\ee05";
  }
  
  .nc-icon-outline.design-2_layout-25:before
  {
    content: "\ee06";
  }
  
  .nc-icon-outline.design-2_microsoft:before
  {
    content: "\ee07";
  }
  
  .nc-icon-outline.design-2_mirror:before
  {
    content: "\ee08";
  }
  
  .nc-icon-outline.design-2_move-down:before
  {
    content: "\ee09";
  }
  
  .nc-icon-outline.design-2_move-up:before
  {
    content: "\ee0a";
  }
  
  .nc-icon-outline.design-2_paint-brush:before
  {
    content: "\ee0b";
  }
  
  .nc-icon-outline.design-2_ruler-pencil:before
  {
    content: "\ee0c";
  }
  
  .nc-icon-outline.design-2_scale-down:before
  {
    content: "\ee0d";
  }
  
  .nc-icon-outline.design-2_scale-up:before
  {
    content: "\ee0e";
  }
  
  .nc-icon-outline.design-2_scale:before
  {
    content: "\ee0f";
  }
  
  .nc-icon-outline.design-2_selection:before
  {
    content: "\ee10";
  }
  
  .nc-icon-outline.design-2_slider:before
  {
    content: "\ee11";
  }
  
  .nc-icon-outline.design-2_text:before
  {
    content: "\ee12";
  }
  
  .nc-icon-outline.design-2_transform-origin:before
  {
    content: "\ee13";
  }
  
  .nc-icon-outline.design-2_transform:before
  {
    content: "\ee14";
  }
  
  .nc-icon-outline.design-2_ungroup:before
  {
    content: "\ee15";
  }
  
  .nc-icon-outline.loader_circle-04:before
  {
    content: "\edc7";
  }
  
  .nc-icon-outline.loader_dots-06:before
  {
    content: "\edc8";
  }
  
  .nc-icon-outline.loader_gear:before
  {
    content: "\edc9";
  }
  
  .nc-icon-outline.loader_refresh:before
  {
    content: "\edca";
  }
  
  .nc-icon-outline.ui-1_analytics-88:before
  {
    content: "\ecd6";
  }
  
  .nc-icon-outline.ui-1_analytics-89:before
  {
    content: "\ecd7";
  }
  
  .nc-icon-outline.ui-1_attach-86:before
  {
    content: "\ecd8";
  }
  
  .nc-icon-outline.ui-1_attach-87:before
  {
    content: "\ecd9";
  }
  
  .nc-icon-outline.ui-1_bell-53:before
  {
    content: "\ecda";
  }
  
  .nc-icon-outline.ui-1_bell-54:before
  {
    content: "\ecdb";
  }
  
  .nc-icon-outline.ui-1_bell-55:before
  {
    content: "\ecdc";
  }
  
  .nc-icon-outline.ui-1_bold-add:before
  {
    content: "\ecdd";
  }
  
  .nc-icon-outline.ui-1_bold-delete:before
  {
    content: "\ecde";
  }
  
  .nc-icon-outline.ui-1_bold-remove:before
  {
    content: "\ecdf";
  }
  
  .nc-icon-outline.ui-1_bookmark-add:before
  {
    content: "\ece0";
  }
  
  .nc-icon-outline.ui-1_bookmark-remove:before
  {
    content: "\ece1";
  }
  
  .nc-icon-outline.ui-1_calendar-57:before
  {
    content: "\ece2";
  }
  
  .nc-icon-outline.ui-1_calendar-60:before
  {
    content: "\ece3";
  }
  
  .nc-icon-outline.ui-1_calendar-check-59:before
  {
    content: "\ece4";
  }
  
  .nc-icon-outline.ui-1_calendar-check-62:before
  {
    content: "\ece5";
  }
  
  .nc-icon-outline.ui-1_calendar-grid-58:before
  {
    content: "\ece6";
  }
  
  .nc-icon-outline.ui-1_calendar-grid-61:before
  {
    content: "\ece7";
  }
  
  .nc-icon-outline.ui-1_check-bold:before
  {
    content: "\ece8";
  }
  
  .nc-icon-outline.ui-1_check-circle-07:before
  {
    content: "\ece9";
  }
  
  .nc-icon-outline.ui-1_check-circle-08:before
  {
    content: "\ecea";
  }
  
  .nc-icon-outline.ui-1_check-curve:before
  {
    content: "\eceb";
  }
  
  .nc-icon-outline.ui-1_check-simple:before
  {
    content: "\ecec";
  }
  
  .nc-icon-outline.ui-1_check-small:before
  {
    content: "\eced";
  }
  
  .nc-icon-outline.ui-1_check-square-09:before
  {
    content: "\ecee";
  }
  
  .nc-icon-outline.ui-1_check-square-11:before
  {
    content: "\ecef";
  }
  
  .nc-icon-outline.ui-1_check:before
  {
    content: "\ecf0";
  }
  
  .nc-icon-outline.ui-1_circle-add:before
  {
    content: "\ecf1";
  }
  
  .nc-icon-outline.ui-1_circle-bold-add:before
  {
    content: "\ecf2";
  }
  
  .nc-icon-outline.ui-1_circle-bold-remove:before
  {
    content: "\ecf3";
  }
  
  .nc-icon-outline.ui-1_circle-delete:before
  {
    content: "\ecf4";
  }
  
  .nc-icon-outline.ui-1_circle-remove:before
  {
    content: "\ecf5";
  }
  
  .nc-icon-outline.ui-1_dashboard-29:before
  {
    content: "\ecf6";
  }
  
  .nc-icon-outline.ui-1_dashboard-30:before
  {
    content: "\ecf7";
  }
  
  .nc-icon-outline.ui-1_dashboard-half:before
  {
    content: "\ecf8";
  }
  
  .nc-icon-outline.ui-1_dashboard-level:before
  {
    content: "\ecf9";
  }
  
  .nc-icon-outline.ui-1_database:before
  {
    content: "\ecfa";
  }
  
  .nc-icon-outline.ui-1_drop:before
  {
    content: "\ecfb";
  }
  
  .nc-icon-outline.ui-1_edit-71:before
  {
    content: "\ecfc";
  }
  
  .nc-icon-outline.ui-1_edit-72:before
  {
    content: "\ecfd";
  }
  
  .nc-icon-outline.ui-1_edit-73:before
  {
    content: "\ecfe";
  }
  
  .nc-icon-outline.ui-1_edit-74:before
  {
    content: "\ecff";
  }
  
  .nc-icon-outline.ui-1_edit-75:before
  {
    content: "\ed00";
  }
  
  .nc-icon-outline.ui-1_edit-76:before
  {
    content: "\ed01";
  }
  
  .nc-icon-outline.ui-1_edit-77:before
  {
    content: "\ed02";
  }
  
  .nc-icon-outline.ui-1_edit-78:before
  {
    content: "\ed03";
  }
  
  .nc-icon-outline.ui-1_email-83:before
  {
    content: "\ed04";
  }
  
  .nc-icon-outline.ui-1_email-84:before
  {
    content: "\ed05";
  }
  
  .nc-icon-outline.ui-1_email-85:before
  {
    content: "\ed06";
  }
  
  .nc-icon-outline.ui-1_eye-17:before
  {
    content: "\ed07";
  }
  
  .nc-icon-outline.ui-1_eye-19:before
  {
    content: "\ed08";
  }
  
  .nc-icon-outline.ui-1_eye-ban-18:before
  {
    content: "\ed09";
  }
  
  .nc-icon-outline.ui-1_eye-ban-20:before
  {
    content: "\ed0a";
  }
  
  .nc-icon-outline.ui-1_flame:before
  {
    content: "\ed0b";
  }
  
  .nc-icon-outline.ui-1_home-51:before
  {
    content: "\ed0c";
  }
  
  .nc-icon-outline.ui-1_home-52:before
  {
    content: "\ed0d";
  }
  
  .nc-icon-outline.ui-1_home-minimal:before
  {
    content: "\ed0e";
  }
  
  .nc-icon-outline.ui-1_home-simple:before
  {
    content: "\ed0f";
  }
  
  .nc-icon-outline.ui-1_leaf-80:before
  {
    content: "\ed10";
  }
  
  .nc-icon-outline.ui-1_leaf-81:before
  {
    content: "\ed11";
  }
  
  .nc-icon-outline.ui-1_leaf-edit:before
  {
    content: "\ed12";
  }
  
  .nc-icon-outline.ui-1_lock-circle-open:before
  {
    content: "\ed13";
  }
  
  .nc-icon-outline.ui-1_lock-circle:before
  {
    content: "\ed14";
  }
  
  .nc-icon-outline.ui-1_lock-open:before
  {
    content: "\ed15";
  }
  
  .nc-icon-outline.ui-1_lock:before
  {
    content: "\ed16";
  }
  
  .nc-icon-outline.ui-1_notification-69:before
  {
    content: "\ed17";
  }
  
  .nc-icon-outline.ui-1_notification-70:before
  {
    content: "\ed18";
  }
  
  .nc-icon-outline.ui-1_pencil:before
  {
    content: "\ed19";
  }
  
  .nc-icon-outline.ui-1_preferences-circle-rotate:before
  {
    content: "\ed1a";
  }
  
  .nc-icon-outline.ui-1_preferences-circle:before
  {
    content: "\ed1b";
  }
  
  .nc-icon-outline.ui-1_preferences-container-circle-rotate:before
  {
    content: "\ed1c";
  }
  
  .nc-icon-outline.ui-1_preferences-container-circle:before
  {
    content: "\ed1d";
  }
  
  .nc-icon-outline.ui-1_preferences-container-rotate:before
  {
    content: "\ed1e";
  }
  
  .nc-icon-outline.ui-1_preferences-container:before
  {
    content: "\ed1f";
  }
  
  .nc-icon-outline.ui-1_preferences-rotate:before
  {
    content: "\ed20";
  }
  
  .nc-icon-outline.ui-1_preferences:before
  {
    content: "\ed21";
  }
  
  .nc-icon-outline.ui-1_send:before
  {
    content: "\ed22";
  }
  
  .nc-icon-outline.ui-1_settings-gear-63:before
  {
    content: "\ed23";
  }
  
  .nc-icon-outline.ui-1_settings-gear-64:before
  {
    content: "\ed24";
  }
  
  .nc-icon-outline.ui-1_settings-gear-65:before
  {
    content: "\ed25";
  }
  
  .nc-icon-outline.ui-1_settings-tool-66:before
  {
    content: "\ed26";
  }
  
  .nc-icon-outline.ui-1_settings-tool-67:before
  {
    content: "\ed27";
  }
  
  .nc-icon-outline.ui-1_settings:before
  {
    content: "\ed28";
  }
  
  .nc-icon-outline.ui-1_simple-add:before
  {
    content: "\ed29";
  }
  
  .nc-icon-outline.ui-1_simple-delete:before
  {
    content: "\ed2a";
  }
  
  .nc-icon-outline.ui-1_simple-remove:before
  {
    content: "\ed2b";
  }
  
  .nc-icon-outline.ui-1_trash-round:before
  {
    content: "\ed2c";
  }
  
  .nc-icon-outline.ui-1_trash-simple:before
  {
    content: "\ed2d";
  }
  
  .nc-icon-outline.ui-1_trash:before
  {
    content: "\ed2e";
  }
  
  .nc-icon-outline.ui-1_ui-03:before
  {
    content: "\ed2f";
  }
  
  .nc-icon-outline.ui-1_ui-04:before
  {
    content: "\ed30";
  }
  
  .nc-icon-outline.ui-1_zoom-bold-in:before
  {
    content: "\ed31";
  }
  
  .nc-icon-outline.ui-1_zoom-bold-out:before
  {
    content: "\ed32";
  }
  
  .nc-icon-outline.ui-1_zoom-bold:before
  {
    content: "\ed33";
  }
  
  .nc-icon-outline.ui-1_zoom-in:before
  {
    content: "\ed34";
  }
  
  .nc-icon-outline.ui-1_zoom-out:before
  {
    content: "\ed35";
  }
  
  .nc-icon-outline.ui-1_zoom-split-in:before
  {
    content: "\ed36";
  }
  
  .nc-icon-outline.ui-1_zoom-split-out:before
  {
    content: "\ed37";
  }
  
  .nc-icon-outline.ui-1_zoom-split:before
  {
    content: "\ed38";
  }
  
  .nc-icon-outline.ui-1_zoom:before
  {
    content: "\ed39";
  }
  
  .nc-icon-outline.ui-2_alert:before
  {
    content: "\ed3a";
  }
  
  .nc-icon-outline.ui-2_alert-:before
  {
    content: "\ed3b";
  }
  
  .nc-icon-outline.ui-2_alert-circle:before
  {
    content: "\ed3c";
  }
  
  .nc-icon-outline.ui-2_alert-circle-:before
  {
    content: "\ed3d";
  }
  
  .nc-icon-outline.ui-2_alert-circle-i:before
  {
    content: "\ed3e";
  }
  
  .nc-icon-outline.ui-2_alert-i:before
  {
    content: "\ed3f";
  }
  
  .nc-icon-outline.ui-2_alert-square:before
  {
    content: "\ed40";
  }
  
  .nc-icon-outline.ui-2_alert-square-:before
  {
    content: "\ed41";
  }
  
  .nc-icon-outline.ui-2_alert-square-i:before
  {
    content: "\ed42";
  }
  
  .nc-icon-outline.ui-2_archive:before
  {
    content: "\ed43";
  }
  
  .nc-icon-outline.ui-2_ban-bold:before
  {
    content: "\ed44";
  }
  
  .nc-icon-outline.ui-2_ban:before
  {
    content: "\ed45";
  }
  
  .nc-icon-outline.ui-2_battery-81:before
  {
    content: "\ed46";
  }
  
  .nc-icon-outline.ui-2_battery-83:before
  {
    content: "\ed47";
  }
  
  .nc-icon-outline.ui-2_battery-half:before
  {
    content: "\ed48";
  }
  
  .nc-icon-outline.ui-2_battery-low:before
  {
    content: "\ed49";
  }
  
  .nc-icon-outline.ui-2_bluetooth:before
  {
    content: "\ed4a";
  }
  
  .nc-icon-outline.ui-2_book:before
  {
    content: "\ed4b";
  }
  
  .nc-icon-outline.ui-2_chart-bar-52:before
  {
    content: "\ed4c";
  }
  
  .nc-icon-outline.ui-2_chart-bar-53:before
  {
    content: "\ed4d";
  }
  
  .nc-icon-outline.ui-2_chat-content:before
  {
    content: "\ed4e";
  }
  
  .nc-icon-outline.ui-2_chat-round-content:before
  {
    content: "\ed4f";
  }
  
  .nc-icon-outline.ui-2_chat-round:before
  {
    content: "\ed50";
  }
  
  .nc-icon-outline.ui-2_chat:before
  {
    content: "\ed51";
  }
  
  .nc-icon-outline.ui-2_circle-bold-delete:before
  {
    content: "\ed52";
  }
  
  .nc-icon-outline.ui-2_cloud-25:before
  {
    content: "\ed53";
  }
  
  .nc-icon-outline.ui-2_cloud-26:before
  {
    content: "\ed54";
  }
  
  .nc-icon-outline.ui-2_disk:before
  {
    content: "\ed55";
  }
  
  .nc-icon-outline.ui-2_enlarge-57:before
  {
    content: "\ed56";
  }
  
  .nc-icon-outline.ui-2_enlarge-58:before
  {
    content: "\ed57";
  }
  
  .nc-icon-outline.ui-2_enlarge-59:before
  {
    content: "\ed58";
  }
  
  .nc-icon-outline.ui-2_fat-add:before
  {
    content: "\ed59";
  }
  
  .nc-icon-outline.ui-2_fat-delete:before
  {
    content: "\ed5a";
  }
  
  .nc-icon-outline.ui-2_fat-remove:before
  {
    content: "\ed5b";
  }
  
  .nc-icon-outline.ui-2_favourite-28:before
  {
    content: "\ed5c";
  }
  
  .nc-icon-outline.ui-2_favourite-31:before
  {
    content: "\ed5d";
  }
  
  .nc-icon-outline.ui-2_favourite-add-29:before
  {
    content: "\ed5e";
  }
  
  .nc-icon-outline.ui-2_favourite-add-32:before
  {
    content: "\ed5f";
  }
  
  .nc-icon-outline.ui-2_favourite-remove-30:before
  {
    content: "\ed60";
  }
  
  .nc-icon-outline.ui-2_favourite-remove-33:before
  {
    content: "\ed61";
  }
  
  .nc-icon-outline.ui-2_filter:before
  {
    content: "\ed62";
  }
  
  .nc-icon-outline.ui-2_fullsize:before
  {
    content: "\ed63";
  }
  
  .nc-icon-outline.ui-2_grid-45:before
  {
    content: "\ed64";
  }
  
  .nc-icon-outline.ui-2_grid-46:before
  {
    content: "\ed65";
  }
  
  .nc-icon-outline.ui-2_grid-48:before
  {
    content: "\ed66";
  }
  
  .nc-icon-outline.ui-2_grid-49:before
  {
    content: "\ed67";
  }
  
  .nc-icon-outline.ui-2_grid-50:before
  {
    content: "\ed68";
  }
  
  .nc-icon-outline.ui-2_grid-square:before
  {
    content: "\ed69";
  }
  
  .nc-icon-outline.ui-2_hourglass:before
  {
    content: "\ed6a";
  }
  
  .nc-icon-outline.ui-2_lab:before
  {
    content: "\ed6b";
  }
  
  .nc-icon-outline.ui-2_layers:before
  {
    content: "\ed6c";
  }
  
  .nc-icon-outline.ui-2_like:before
  {
    content: "\ed6d";
  }
  
  .nc-icon-outline.ui-2_link-66:before
  {
    content: "\ed6e";
  }
  
  .nc-icon-outline.ui-2_link-67:before
  {
    content: "\ed6f";
  }
  
  .nc-icon-outline.ui-2_link-68:before
  {
    content: "\ed70";
  }
  
  .nc-icon-outline.ui-2_link-69:before
  {
    content: "\ed71";
  }
  
  .nc-icon-outline.ui-2_link-71:before
  {
    content: "\ed72";
  }
  
  .nc-icon-outline.ui-2_link-72:before
  {
    content: "\ed73";
  }
  
  .nc-icon-outline.ui-2_link-broken-70:before
  {
    content: "\ed74";
  }
  
  .nc-icon-outline.ui-2_link-broken-73:before
  {
    content: "\ed75";
  }
  
  .nc-icon-outline.ui-2_menu-34:before
  {
    content: "\ed76";
  }
  
  .nc-icon-outline.ui-2_menu-35:before
  {
    content: "\ed77";
  }
  
  .nc-icon-outline.ui-2_menu-bold:before
  {
    content: "\ed78";
  }
  
  .nc-icon-outline.ui-2_menu-dots:before
  {
    content: "\ed79";
  }
  
  .nc-icon-outline.ui-2_menu-square:before
  {
    content: "\ed7a";
  }
  
  .nc-icon-outline.ui-2_node:before
  {
    content: "\ed7b";
  }
  
  .nc-icon-outline.ui-2_paragraph:before
  {
    content: "\ed7c";
  }
  
  .nc-icon-outline.ui-2_phone:before
  {
    content: "\ed7d";
  }
  
  .nc-icon-outline.ui-2_settings-90:before
  {
    content: "\ed7e";
  }
  
  .nc-icon-outline.ui-2_settings-91:before
  {
    content: "\ed7f";
  }
  
  .nc-icon-outline.ui-2_share-bold:before
  {
    content: "\ed80";
  }
  
  .nc-icon-outline.ui-2_share:before
  {
    content: "\ed81";
  }
  
  .nc-icon-outline.ui-2_small-add:before
  {
    content: "\ed82";
  }
  
  .nc-icon-outline.ui-2_small-delete:before
  {
    content: "\ed83";
  }
  
  .nc-icon-outline.ui-2_small-remove:before
  {
    content: "\ed84";
  }
  
  .nc-icon-outline.ui-2_square-add-08:before
  {
    content: "\ed85";
  }
  
  .nc-icon-outline.ui-2_square-add-11:before
  {
    content: "\ed86";
  }
  
  .nc-icon-outline.ui-2_square-delete-10:before
  {
    content: "\ed87";
  }
  
  .nc-icon-outline.ui-2_square-delete-13:before
  {
    content: "\ed88";
  }
  
  .nc-icon-outline.ui-2_square-remove-09:before
  {
    content: "\ed89";
  }
  
  .nc-icon-outline.ui-2_square-remove-12:before
  {
    content: "\ed8a";
  }
  
  .nc-icon-outline.ui-2_target:before
  {
    content: "\ed8b";
  }
  
  .nc-icon-outline.ui-2_tile-55:before
  {
    content: "\ed8c";
  }
  
  .nc-icon-outline.ui-2_tile-56:before
  {
    content: "\ed8d";
  }
  
  .nc-icon-outline.ui-2_time-alarm:before
  {
    content: "\ed8e";
  }
  
  .nc-icon-outline.ui-2_time-clock:before
  {
    content: "\ed8f";
  }
  
  .nc-icon-outline.ui-2_time-countdown:before
  {
    content: "\ed90";
  }
  
  .nc-icon-outline.ui-2_time:before
  {
    content: "\ed91";
  }
  
  .nc-icon-outline.ui-2_webpage:before
  {
    content: "\ed92";
  }
  
  .nc-icon-outline.ui-2_window-add:before
  {
    content: "\ed93";
  }
  
  .nc-icon-outline.ui-2_window-delete:before
  {
    content: "\ed94";
  }
  
  .nc-icon-outline.ui-3_alert:before
  {
    content: "\ed95";
  }
  
  .nc-icon-outline.ui-3_backward:before
  {
    content: "\ed96";
  }
  
  .nc-icon-outline.ui-3_bolt:before
  {
    content: "\ed97";
  }
  
  .nc-icon-outline.ui-3_bullet-list:before
  {
    content: "\ed98";
  }
  
  .nc-icon-outline.ui-3_calendar-add:before
  {
    content: "\ed99";
  }
  
  .nc-icon-outline.ui-3_card-add:before
  {
    content: "\ed9a";
  }
  
  .nc-icon-outline.ui-3_card-alert:before
  {
    content: "\ed9b";
  }
  
  .nc-icon-outline.ui-3_chart-bars:before
  {
    content: "\ed9c";
  }
  
  .nc-icon-outline.ui-3_chart:before
  {
    content: "\ed9d";
  }
  
  .nc-icon-outline.ui-3_chat-33:before
  {
    content: "\ed9e";
  }
  
  .nc-icon-outline.ui-3_chat-45:before
  {
    content: "\ed9f";
  }
  
  .nc-icon-outline.ui-3_chat-46:before
  {
    content: "\eda0";
  }
  
  .nc-icon-outline.ui-3_chat-reply:before
  {
    content: "\eda1";
  }
  
  .nc-icon-outline.ui-3_check-in:before
  {
    content: "\eda2";
  }
  
  .nc-icon-outline.ui-3_check-out:before
  {
    content: "\eda3";
  }
  
  .nc-icon-outline.ui-3_dock-bottom:before
  {
    content: "\eda4";
  }
  
  .nc-icon-outline.ui-3_dock-left:before
  {
    content: "\eda5";
  }
  
  .nc-icon-outline.ui-3_dock-right:before
  {
    content: "\eda6";
  }
  
  .nc-icon-outline.ui-3_dock-top:before
  {
    content: "\eda7";
  }
  
  .nc-icon-outline.ui-3_filter-check:before
  {
    content: "\eda8";
  }
  
  .nc-icon-outline.ui-3_filter-remove:before
  {
    content: "\eda9";
  }
  
  .nc-icon-outline.ui-3_forward:before
  {
    content: "\edaa";
  }
  
  .nc-icon-outline.ui-3_funnel-39:before
  {
    content: "\edab";
  }
  
  .nc-icon-outline.ui-3_funnel-40:before
  {
    content: "\edac";
  }
  
  .nc-icon-outline.ui-3_funnel-41:before
  {
    content: "\edad";
  }
  
  .nc-icon-outline.ui-3_heart-add:before
  {
    content: "\edae";
  }
  
  .nc-icon-outline.ui-3_heart-remove:before
  {
    content: "\edaf";
  }
  
  .nc-icon-outline.ui-3_heart:before
  {
    content: "\edb0";
  }
  
  .nc-icon-outline.ui-3_infinite:before
  {
    content: "\edb1";
  }
  
  .nc-icon-outline.ui-3_link:before
  {
    content: "\edb2";
  }
  
  .nc-icon-outline.ui-3_menu-left:before
  {
    content: "\edb3";
  }
  
  .nc-icon-outline.ui-3_menu-right:before
  {
    content: "\edb4";
  }
  
  .nc-icon-outline.ui-3_menu:before
  {
    content: "\edb5";
  }
  
  .nc-icon-outline.ui-3_metrics:before
  {
    content: "\edb6";
  }
  
  .nc-icon-outline.ui-3_phone-call-end:before
  {
    content: "\edb7";
  }
  
  .nc-icon-outline.ui-3_phone-call:before
  {
    content: "\edb8";
  }
  
  .nc-icon-outline.ui-3_phone:before
  {
    content: "\edb9";
  }
  
  .nc-icon-outline.ui-3_playlist:before
  {
    content: "\edba";
  }
  
  .nc-icon-outline.ui-3_search:before
  {
    content: "\edbb";
  }
  
  .nc-icon-outline.ui-3_security:before
  {
    content: "\edbc";
  }
  
  .nc-icon-outline.ui-3_segmentation:before
  {
    content: "\edbd";
  }
  
  .nc-icon-outline.ui-3_select:before
  {
    content: "\edbe";
  }
  
  .nc-icon-outline.ui-3_send:before
  {
    content: "\edbf";
  }
  
  .nc-icon-outline.ui-3_signal:before
  {
    content: "\edc0";
  }
  
  .nc-icon-outline.ui-3_slide-left:before
  {
    content: "\edc1";
  }
  
  .nc-icon-outline.ui-3_slide-right:before
  {
    content: "\edc2";
  }
  
  .nc-icon-outline.ui-3_table-left:before
  {
    content: "\edc3";
  }
  
  .nc-icon-outline.ui-3_table-right:before
  {
    content: "\edc4";
  }
  
  .nc-icon-outline.ui-3_tag:before
  {
    content: "\edc5";
  }
  
  .nc-icon-outline.ui-3_widget:before
  {
    content: "\edc6";
  }
  
  .nc-icon-outline.envir_bulb-saver:before
  {
    content: "\ecc4";
  }
  
  .nc-icon-outline.envir_bulb:before
  {
    content: "\ecc5";
  }
  
  .nc-icon-outline.envir_car:before
  {
    content: "\ecc6";
  }
  
  .nc-icon-outline.envir_fuel-electric:before
  {
    content: "\ecc7";
  }
  
  .nc-icon-outline.envir_fuel:before
  {
    content: "\ecc8";
  }
  
  .nc-icon-outline.envir_home:before
  {
    content: "\ecc9";
  }
  
  .nc-icon-outline.envir_level:before
  {
    content: "\ecca";
  }
  
  .nc-icon-outline.envir_panel:before
  {
    content: "\eccb";
  }
  
  .nc-icon-outline.envir_radiation:before
  {
    content: "\eccc";
  }
  
  .nc-icon-outline.envir_recycling:before
  {
    content: "\eccd";
  }
  
  .nc-icon-outline.envir_save-planet:before
  {
    content: "\ecce";
  }
  
  .nc-icon-outline.envir_waste-danger:before
  {
    content: "\eccf";
  }
  
  .nc-icon-outline.envir_waste-recycling:before
  {
    content: "\ecd0";
  }
  
  .nc-icon-outline.envir_waste:before
  {
    content: "\ecd1";
  }
  
  .nc-icon-outline.envir_water-hand:before
  {
    content: "\ecd2";
  }
  
  .nc-icon-outline.envir_water-sink:before
  {
    content: "\ecd3";
  }
  
  .nc-icon-outline.envir_water:before
  {
    content: "\ecd4";
  }
  
  .nc-icon-outline.envir_wind:before
  {
    content: "\ecd5";
  }
  
  .nc-icon-outline.text_align-center:before
  {
    content: "\ecaa";
  }
  
  .nc-icon-outline.text_align-justify:before
  {
    content: "\ecab";
  }
  
  .nc-icon-outline.text_align-left:before
  {
    content: "\ecac";
  }
  
  .nc-icon-outline.text_align-right:before
  {
    content: "\ecad";
  }
  
  .nc-icon-outline.text_background:before
  {
    content: "\ecae";
  }
  
  .nc-icon-outline.text_bold:before
  {
    content: "\ecaf";
  }
  
  .nc-icon-outline.text_capitalize:before
  {
    content: "\ecb0";
  }
  
  .nc-icon-outline.text_caps-all:before
  {
    content: "\ecb1";
  }
  
  .nc-icon-outline.text_caps-small:before
  {
    content: "\ecb2";
  }
  
  .nc-icon-outline.text_color:before
  {
    content: "\ecb3";
  }
  
  .nc-icon-outline.text_edit:before
  {
    content: "\ecb4";
  }
  
  .nc-icon-outline.text_italic:before
  {
    content: "\ecb5";
  }
  
  .nc-icon-outline.text_line-height:before
  {
    content: "\ecb6";
  }
  
  .nc-icon-outline.text_list-bullet:before
  {
    content: "\ecb7";
  }
  
  .nc-icon-outline.text_list-numbers:before
  {
    content: "\ecb8";
  }
  
  .nc-icon-outline.text_margin-left:before
  {
    content: "\ecb9";
  }
  
  .nc-icon-outline.text_margin-right:before
  {
    content: "\ecba";
  }
  
  .nc-icon-outline.text_quote:before
  {
    content: "\ecbb";
  }
  
  .nc-icon-outline.text_scale-horizontal:before
  {
    content: "\ecbc";
  }
  
  .nc-icon-outline.text_scale-vertical:before
  {
    content: "\ecbd";
  }
  
  .nc-icon-outline.text_size:before
  {
    content: "\ecbe";
  }
  
  .nc-icon-outline.text_strikethrough:before
  {
    content: "\ecbf";
  }
  
  .nc-icon-outline.text_subscript:before
  {
    content: "\ecc0";
  }
  
  .nc-icon-outline.text_superscript:before
  {
    content: "\ecc1";
  }
  
  .nc-icon-outline.text_tracking:before
  {
    content: "\ecc2";
  }
  
  .nc-icon-outline.text_underline:before
  {
    content: "\ecc3";
  }
  
  .nc-icon-outline.gestures_2x-drag-down:before
  {
    content: "\ec09";
  }
  
  .nc-icon-outline.gestures_2x-drag-up:before
  {
    content: "\ec0a";
  }
  
  .nc-icon-outline.gestures_2x-swipe-down:before
  {
    content: "\ec0b";
  }
  
  .nc-icon-outline.gestures_2x-swipe-left:before
  {
    content: "\ec0c";
  }
  
  .nc-icon-outline.gestures_2x-swipe-right:before
  {
    content: "\ec0d";
  }
  
  .nc-icon-outline.gestures_2x-swipe-up:before
  {
    content: "\ec0e";
  }
  
  .nc-icon-outline.gestures_2x-tap:before
  {
    content: "\ec0f";
  }
  
  .nc-icon-outline.gestures_3x-swipe-left:before
  {
    content: "\ec10";
  }
  
  .nc-icon-outline.gestures_3x-swipe-right:before
  {
    content: "\ec11";
  }
  
  .nc-icon-outline.gestures_3x-swipe-up:before
  {
    content: "\ec12";
  }
  
  .nc-icon-outline.gestures_3x-tap:before
  {
    content: "\ec13";
  }
  
  .nc-icon-outline.gestures_4x-swipe-left:before
  {
    content: "\ec14";
  }
  
  .nc-icon-outline.gestures_4x-swipe-right:before
  {
    content: "\ec15";
  }
  
  .nc-icon-outline.gestures_4x-swipe-up:before
  {
    content: "\ec16";
  }
  
  .nc-icon-outline.gestures_active-38:before
  {
    content: "\ec17";
  }
  
  .nc-icon-outline.gestures_active-40:before
  {
    content: "\ec18";
  }
  
  .nc-icon-outline.gestures_camera:before
  {
    content: "\ec19";
  }
  
  .nc-icon-outline.gestures_double-tap:before
  {
    content: "\ec1a";
  }
  
  .nc-icon-outline.gestures_drag-21:before
  {
    content: "\ec1b";
  }
  
  .nc-icon-outline.gestures_drag-31:before
  {
    content: "\ec1c";
  }
  
  .nc-icon-outline.gestures_drag-down:before
  {
    content: "\ec1d";
  }
  
  .nc-icon-outline.gestures_drag-left:before
  {
    content: "\ec1e";
  }
  
  .nc-icon-outline.gestures_drag-right:before
  {
    content: "\ec1f";
  }
  
  .nc-icon-outline.gestures_drag-up:before
  {
    content: "\ec20";
  }
  
  .nc-icon-outline.gestures_flick-down:before
  {
    content: "\ec21";
  }
  
  .nc-icon-outline.gestures_flick-left:before
  {
    content: "\ec22";
  }
  
  .nc-icon-outline.gestures_flick-right:before
  {
    content: "\ec23";
  }
  
  .nc-icon-outline.gestures_flick-up:before
  {
    content: "\ec24";
  }
  
  .nc-icon-outline.gestures_grab:before
  {
    content: "\ec25";
  }
  
  .nc-icon-outline.gestures_hold:before
  {
    content: "\ec26";
  }
  
  .nc-icon-outline.gestures_pin:before
  {
    content: "\ec27";
  }
  
  .nc-icon-outline.gestures_pinch:before
  {
    content: "\ec28";
  }
  
  .nc-icon-outline.gestures_rotate-22:before
  {
    content: "\ec29";
  }
  
  .nc-icon-outline.gestures_rotate-23:before
  {
    content: "\ec2a";
  }
  
  .nc-icon-outline.gestures_scan:before
  {
    content: "\ec2b";
  }
  
  .nc-icon-outline.gestures_scroll-horitontal:before
  {
    content: "\ec2c";
  }
  
  .nc-icon-outline.gestures_scroll-vertical:before
  {
    content: "\ec2d";
  }
  
  .nc-icon-outline.gestures_stretch:before
  {
    content: "\ec2e";
  }
  
  .nc-icon-outline.gestures_swipe-bottom:before
  {
    content: "\ec2f";
  }
  
  .nc-icon-outline.gestures_swipe-left:before
  {
    content: "\ec30";
  }
  
  .nc-icon-outline.gestures_swipe-right:before
  {
    content: "\ec31";
  }
  
  .nc-icon-outline.gestures_swipe-up:before
  {
    content: "\ec32";
  }
  
  .nc-icon-outline.gestures_tap-01:before
  {
    content: "\ec33";
  }
  
  .nc-icon-outline.gestures_tap-02:before
  {
    content: "\ec34";
  }
  
  .nc-icon-outline.sport_badminton:before
  {
    content: "\ec35";
  }
  
  .nc-icon-outline.sport_baseball-ball:before
  {
    content: "\ec36";
  }
  
  .nc-icon-outline.sport_baseball-bat:before
  {
    content: "\ec37";
  }
  
  .nc-icon-outline.sport_baseball:before
  {
    content: "\ec38";
  }
  
  .nc-icon-outline.sport_basketball-12:before
  {
    content: "\ec39";
  }
  
  .nc-icon-outline.sport_basketball-13:before
  {
    content: "\ec3a";
  }
  
  .nc-icon-outline.sport_boxing:before
  {
    content: "\ec3b";
  }
  
  .nc-icon-outline.sport_cardio:before
  {
    content: "\ec3c";
  }
  
  .nc-icon-outline.sport_cricket:before
  {
    content: "\ec3d";
  }
  
  .nc-icon-outline.sport_crown:before
  {
    content: "\ec3e";
  }
  
  .nc-icon-outline.sport_dart:before
  {
    content: "\ec3f";
  }
  
  .nc-icon-outline.sport_dumbbells:before
  {
    content: "\ec40";
  }
  
  .nc-icon-outline.sport_energy-drink:before
  {
    content: "\ec41";
  }
  
  .nc-icon-outline.sport_energy-supplement:before
  {
    content: "\ec42";
  }
  
  .nc-icon-outline.sport_fencing:before
  {
    content: "\ec43";
  }
  
  .nc-icon-outline.sport_fishing:before
  {
    content: "\ec44";
  }
  
  .nc-icon-outline.sport_flag-finish:before
  {
    content: "\ec45";
  }
  
  .nc-icon-outline.sport_football-headguard:before
  {
    content: "\ec46";
  }
  
  .nc-icon-outline.sport_golf:before
  {
    content: "\ec47";
  }
  
  .nc-icon-outline.sport_helmet:before
  {
    content: "\ec48";
  }
  
  .nc-icon-outline.sport_hockey:before
  {
    content: "\ec49";
  }
  
  .nc-icon-outline.sport_kettlebell:before
  {
    content: "\ec4a";
  }
  
  .nc-icon-outline.sport_ping-pong:before
  {
    content: "\ec4b";
  }
  
  .nc-icon-outline.sport_podium-trophy:before
  {
    content: "\ec4c";
  }
  
  .nc-icon-outline.sport_podium:before
  {
    content: "\ec4d";
  }
  
  .nc-icon-outline.sport_rope:before
  {
    content: "\ec4e";
  }
  
  .nc-icon-outline.sport_rugby:before
  {
    content: "\ec4f";
  }
  
  .nc-icon-outline.sport_shaker:before
  {
    content: "\ec50";
  }
  
  .nc-icon-outline.sport_shoe-run:before
  {
    content: "\ec51";
  }
  
  .nc-icon-outline.sport_skateboard:before
  {
    content: "\ec52";
  }
  
  .nc-icon-outline.sport_snowboard:before
  {
    content: "\ec53";
  }
  
  .nc-icon-outline.sport_soccer-field:before
  {
    content: "\ec54";
  }
  
  .nc-icon-outline.sport_steering-wheel:before
  {
    content: "\ec55";
  }
  
  .nc-icon-outline.sport_supplement:before
  {
    content: "\ec56";
  }
  
  .nc-icon-outline.sport_surf:before
  {
    content: "\ec57";
  }
  
  .nc-icon-outline.sport_tactic:before
  {
    content: "\ec58";
  }
  
  .nc-icon-outline.sport_tennis-ball:before
  {
    content: "\ec59";
  }
  
  .nc-icon-outline.sport_tennis:before
  {
    content: "\ec5a";
  }
  
  .nc-icon-outline.sport_trophy:before
  {
    content: "\ec5b";
  }
  
  .nc-icon-outline.sport_user-balance:before
  {
    content: "\ec5c";
  }
  
  .nc-icon-outline.sport_user-climb:before
  {
    content: "\ec5d";
  }
  
  .nc-icon-outline.sport_user-meditation:before
  {
    content: "\ec5e";
  }
  
  .nc-icon-outline.sport_user-run:before
  {
    content: "\ec5f";
  }
  
  .nc-icon-outline.sport_user-snowboard:before
  {
    content: "\ec60";
  }
  
  .nc-icon-outline.sport_user-swim:before
  {
    content: "\ec61";
  }
  
  .nc-icon-outline.sport_volleyball:before
  {
    content: "\ec62";
  }
  
  .nc-icon-outline.sport_whistle:before
  {
    content: "\ec63";
  }
  
  .nc-icon-outline.holidays_bat:before
  {
    content: "\ec64";
  }
  
  .nc-icon-outline.holidays_biscuit:before
  {
    content: "\ec65";
  }
  
  .nc-icon-outline.holidays_bones:before
  {
    content: "\ec66";
  }
  
  .nc-icon-outline.holidays_boot:before
  {
    content: "\ec67";
  }
  
  .nc-icon-outline.holidays_candy:before
  {
    content: "\ec68";
  }
  
  .nc-icon-outline.holidays_cat:before
  {
    content: "\ec69";
  }
  
  .nc-icon-outline.holidays_cauldron:before
  {
    content: "\ec6a";
  }
  
  .nc-icon-outline.holidays_chimney:before
  {
    content: "\ec6b";
  }
  
  .nc-icon-outline.holidays_cockade:before
  {
    content: "\ec6c";
  }
  
  .nc-icon-outline.holidays_coffin:before
  {
    content: "\ec6d";
  }
  
  .nc-icon-outline.holidays_dead-hand:before
  {
    content: "\ec6e";
  }
  
  .nc-icon-outline.holidays_decoration:before
  {
    content: "\ec6f";
  }
  
  .nc-icon-outline.holidays_deer:before
  {
    content: "\ec70";
  }
  
  .nc-icon-outline.holidays_egg-38:before
  {
    content: "\ec71";
  }
  
  .nc-icon-outline.holidays_egg-39:before
  {
    content: "\ec72";
  }
  
  .nc-icon-outline.holidays_frankenstein:before
  {
    content: "\ec73";
  }
  
  .nc-icon-outline.holidays_ghost:before
  {
    content: "\ec74";
  }
  
  .nc-icon-outline.holidays_gift-exchange:before
  {
    content: "\ec75";
  }
  
  .nc-icon-outline.holidays_gift:before
  {
    content: "\ec76";
  }
  
  .nc-icon-outline.holidays_glove:before
  {
    content: "\ec77";
  }
  
  .nc-icon-outline.holidays_grave:before
  {
    content: "\ec78";
  }
  
  .nc-icon-outline.holidays_light:before
  {
    content: "\ec79";
  }
  
  .nc-icon-outline.holidays_message:before
  {
    content: "\ec7a";
  }
  
  .nc-icon-outline.holidays_mistletoe:before
  {
    content: "\ec7b";
  }
  
  .nc-icon-outline.holidays_owl:before
  {
    content: "\ec7c";
  }
  
  .nc-icon-outline.holidays_pumpkin:before
  {
    content: "\ec7d";
  }
  
  .nc-icon-outline.holidays_rabbit:before
  {
    content: "\ec7e";
  }
  
  .nc-icon-outline.holidays_santa-hat:before
  {
    content: "\ec7f";
  }
  
  .nc-icon-outline.holidays_sickle:before
  {
    content: "\ec80";
  }
  
  .nc-icon-outline.holidays_snow-ball:before
  {
    content: "\ec81";
  }
  
  .nc-icon-outline.holidays_snowman-head:before
  {
    content: "\ec82";
  }
  
  .nc-icon-outline.holidays_snowman:before
  {
    content: "\ec83";
  }
  
  .nc-icon-outline.holidays_soak:before
  {
    content: "\ec84";
  }
  
  .nc-icon-outline.holidays_spider:before
  {
    content: "\ec85";
  }
  
  .nc-icon-outline.holidays_tree-ball:before
  {
    content: "\ec86";
  }
  
  .nc-icon-outline.holidays_tree:before
  {
    content: "\ec87";
  }
  
  .nc-icon-outline.holidays_vampire:before
  {
    content: "\ec88";
  }
  
  .nc-icon-outline.holidays_witch-hat:before
  {
    content: "\ec89";
  }
  
  .nc-icon-outline.holidays_wolf:before
  {
    content: "\ec8a";
  }
  
  .nc-icon-outline.holidays_zombie:before
  {
    content: "\ec8b";
  }
  
  .nc-icon-outline.nature_bear:before
  {
    content: "\ec8c";
  }
  
  .nc-icon-outline.nature_bee:before
  {
    content: "\ec8d";
  }
  
  .nc-icon-outline.nature_butterfly:before
  {
    content: "\ec8e";
  }
  
  .nc-icon-outline.nature_chicken:before
  {
    content: "\ec8f";
  }
  
  .nc-icon-outline.nature_clover:before
  {
    content: "\ec90";
  }
  
  .nc-icon-outline.nature_collar:before
  {
    content: "\ec91";
  }
  
  .nc-icon-outline.nature_cow:before
  {
    content: "\ec92";
  }
  
  .nc-icon-outline.nature_dog-house:before
  {
    content: "\ec93";
  }
  
  .nc-icon-outline.nature_dog:before
  {
    content: "\ec94";
  }
  
  .nc-icon-outline.nature_flower-05:before
  {
    content: "\ec95";
  }
  
  .nc-icon-outline.nature_flower-06:before
  {
    content: "\ec96";
  }
  
  .nc-icon-outline.nature_flower-07:before
  {
    content: "\ec97";
  }
  
  .nc-icon-outline.nature_food-dog:before
  {
    content: "\ec98";
  }
  
  .nc-icon-outline.nature_food:before
  {
    content: "\ec99";
  }
  
  .nc-icon-outline.nature_forest:before
  {
    content: "\ec9a";
  }
  
  .nc-icon-outline.nature_mountain:before
  {
    content: "\ec9b";
  }
  
  .nc-icon-outline.nature_mushroom:before
  {
    content: "\ec9c";
  }
  
  .nc-icon-outline.nature_panda:before
  {
    content: "\ec9d";
  }
  
  .nc-icon-outline.nature_paw:before
  {
    content: "\ec9e";
  }
  
  .nc-icon-outline.nature_pig:before
  {
    content: "\ec9f";
  }
  
  .nc-icon-outline.nature_plant-ground:before
  {
    content: "\eca0";
  }
  
  .nc-icon-outline.nature_plant-vase:before
  {
    content: "\eca1";
  }
  
  .nc-icon-outline.nature_rat:before
  {
    content: "\eca2";
  }
  
  .nc-icon-outline.nature_sheep:before
  {
    content: "\eca3";
  }
  
  .nc-icon-outline.nature_snake:before
  {
    content: "\eca4";
  }
  
  .nc-icon-outline.nature_tree-01:before
  {
    content: "\eca5";
  }
  
  .nc-icon-outline.nature_tree-02:before
  {
    content: "\eca6";
  }
  
  .nc-icon-outline.nature_tree-03:before
  {
    content: "\eca7";
  }
  
  .nc-icon-outline.nature_turtle:before
  {
    content: "\eca8";
  }
  
  .nc-icon-outline.nature_wood:before
  {
    content: "\eca9";
  }
  
  .nc-icon-outline.travel_axe:before
  {
    content: "\eb28";
  }
  
  .nc-icon-outline.travel_backpack:before
  {
    content: "\eb29";
  }
  
  .nc-icon-outline.travel_bag:before
  {
    content: "\eb2a";
  }
  
  .nc-icon-outline.travel_barbecue:before
  {
    content: "\eb2b";
  }
  
  .nc-icon-outline.travel_beach-umbrella:before
  {
    content: "\eb2c";
  }
  
  .nc-icon-outline.travel_berlin:before
  {
    content: "\eb2d";
  }
  
  .nc-icon-outline.travel_binocular:before
  {
    content: "\eb2e";
  }
  
  .nc-icon-outline.travel_camper:before
  {
    content: "\eb2f";
  }
  
  .nc-icon-outline.travel_camping:before
  {
    content: "\eb30";
  }
  
  .nc-icon-outline.travel_castle:before
  {
    content: "\eb31";
  }
  
  .nc-icon-outline.travel_china:before
  {
    content: "\eb32";
  }
  
  .nc-icon-outline.travel_church:before
  {
    content: "\eb33";
  }
  
  .nc-icon-outline.travel_drink:before
  {
    content: "\eb34";
  }
  
  .nc-icon-outline.travel_explore:before
  {
    content: "\eb35";
  }
  
  .nc-icon-outline.travel_fire:before
  {
    content: "\eb36";
  }
  
  .nc-icon-outline.travel_hotel-bell:before
  {
    content: "\eb37";
  }
  
  .nc-icon-outline.travel_hotel-symbol:before
  {
    content: "\eb38";
  }
  
  .nc-icon-outline.travel_hotel:before
  {
    content: "\eb39";
  }
  
  .nc-icon-outline.travel_hut:before
  {
    content: "\eb3a";
  }
  
  .nc-icon-outline.travel_igloo:before
  {
    content: "\eb3b";
  }
  
  .nc-icon-outline.travel_info:before
  {
    content: "\eb3c";
  }
  
  .nc-icon-outline.travel_istanbul:before
  {
    content: "\eb3d";
  }
  
  .nc-icon-outline.travel_jellyfish:before
  {
    content: "\eb3e";
  }
  
  .nc-icon-outline.travel_lamp:before
  {
    content: "\eb3f";
  }
  
  .nc-icon-outline.travel_lighthouse:before
  {
    content: "\eb40";
  }
  
  .nc-icon-outline.travel_london:before
  {
    content: "\eb41";
  }
  
  .nc-icon-outline.travel_luggage:before
  {
    content: "\eb42";
  }
  
  .nc-icon-outline.travel_mosque:before
  {
    content: "\eb43";
  }
  
  .nc-icon-outline.travel_ny:before
  {
    content: "\eb44";
  }
  
  .nc-icon-outline.travel_octopus:before
  {
    content: "\eb45";
  }
  
  .nc-icon-outline.travel_paris-tower:before
  {
    content: "\eb46";
  }
  
  .nc-icon-outline.travel_passport:before
  {
    content: "\eb47";
  }
  
  .nc-icon-outline.travel_pickaxe:before
  {
    content: "\eb48";
  }
  
  .nc-icon-outline.travel_pool:before
  {
    content: "\eb49";
  }
  
  .nc-icon-outline.travel_pyramid:before
  {
    content: "\eb4a";
  }
  
  .nc-icon-outline.travel_rackets:before
  {
    content: "\eb4b";
  }
  
  .nc-icon-outline.travel_rio:before
  {
    content: "\eb4c";
  }
  
  .nc-icon-outline.travel_road-sign-left:before
  {
    content: "\eb4d";
  }
  
  .nc-icon-outline.travel_road-sign-right:before
  {
    content: "\eb4e";
  }
  
  .nc-icon-outline.travel_rome:before
  {
    content: "\eb4f";
  }
  
  .nc-icon-outline.travel_rowing:before
  {
    content: "\eb50";
  }
  
  .nc-icon-outline.travel_sea-mask:before
  {
    content: "\eb51";
  }
  
  .nc-icon-outline.travel_sf-bridge:before
  {
    content: "\eb52";
  }
  
  .nc-icon-outline.travel_shark:before
  {
    content: "\eb53";
  }
  
  .nc-icon-outline.travel_spa:before
  {
    content: "\eb54";
  }
  
  .nc-icon-outline.travel_sunglasses:before
  {
    content: "\eb55";
  }
  
  .nc-icon-outline.travel_surf:before
  {
    content: "\eb56";
  }
  
  .nc-icon-outline.travel_swimsuit:before
  {
    content: "\eb57";
  }
  
  .nc-icon-outline.travel_swimwear:before
  {
    content: "\eb58";
  }
  
  .nc-icon-outline.travel_swiss-knife:before
  {
    content: "\eb59";
  }
  
  .nc-icon-outline.travel_temple-02:before
  {
    content: "\eb5a";
  }
  
  .nc-icon-outline.travel_temple-25:before
  {
    content: "\eb5b";
  }
  
  .nc-icon-outline.travel_trolley:before
  {
    content: "\eb5c";
  }
  
  .nc-icon-outline.travel_white-house:before
  {
    content: "\eb5d";
  }
  
  .nc-icon-outline.travel_world:before
  {
    content: "\eb5e";
  }
  
  .nc-icon-outline.travel_worldmap:before
  {
    content: "\eb5f";
  }
  
  .nc-icon-outline.food_alcohol:before
  {
    content: "\eb60";
  }
  
  .nc-icon-outline.food_apple:before
  {
    content: "\eb61";
  }
  
  .nc-icon-outline.food_baby:before
  {
    content: "\eb62";
  }
  
  .nc-icon-outline.food_bacon:before
  {
    content: "\eb63";
  }
  
  .nc-icon-outline.food_baguette:before
  {
    content: "\eb64";
  }
  
  .nc-icon-outline.food_banana:before
  {
    content: "\eb65";
  }
  
  .nc-icon-outline.food_barbecue-02:before
  {
    content: "\eb66";
  }
  
  .nc-icon-outline.food_barbecue-15:before
  {
    content: "\eb67";
  }
  
  .nc-icon-outline.food_barbecue-tools:before
  {
    content: "\eb68";
  }
  
  .nc-icon-outline.food_beer-95:before
  {
    content: "\eb69";
  }
  
  .nc-icon-outline.food_beer-96:before
  {
    content: "\eb6a";
  }
  
  .nc-icon-outline.food_beverage:before
  {
    content: "\eb6b";
  }
  
  .nc-icon-outline.food_bottle-wine:before
  {
    content: "\eb6c";
  }
  
  .nc-icon-outline.food_bottle:before
  {
    content: "\eb6d";
  }
  
  .nc-icon-outline.food_bowl:before
  {
    content: "\eb6e";
  }
  
  .nc-icon-outline.food_bread:before
  {
    content: "\eb6f";
  }
  
  .nc-icon-outline.food_broccoli:before
  {
    content: "\eb70";
  }
  
  .nc-icon-outline.food_cake-13:before
  {
    content: "\eb71";
  }
  
  .nc-icon-outline.food_cake-100:before
  {
    content: "\eb72";
  }
  
  .nc-icon-outline.food_cake-slice:before
  {
    content: "\eb73";
  }
  
  .nc-icon-outline.food_candle:before
  {
    content: "\eb74";
  }
  
  .nc-icon-outline.food_candy:before
  {
    content: "\eb75";
  }
  
  .nc-icon-outline.food_carrot:before
  {
    content: "\eb76";
  }
  
  .nc-icon-outline.food_champagne:before
  {
    content: "\eb77";
  }
  
  .nc-icon-outline.food_cheese-24:before
  {
    content: "\eb78";
  }
  
  .nc-icon-outline.food_cheese-87:before
  {
    content: "\eb79";
  }
  
  .nc-icon-outline.food_cheeseburger:before
  {
    content: "\eb7a";
  }
  
  .nc-icon-outline.food_chef-hat:before
  {
    content: "\eb7b";
  }
  
  .nc-icon-outline.food_cherry:before
  {
    content: "\eb7c";
  }
  
  .nc-icon-outline.food_chicken:before
  {
    content: "\eb7d";
  }
  
  .nc-icon-outline.food_chili:before
  {
    content: "\eb7e";
  }
  
  .nc-icon-outline.food_chinese:before
  {
    content: "\eb7f";
  }
  
  .nc-icon-outline.food_chips:before
  {
    content: "\eb80";
  }
  
  .nc-icon-outline.food_chocolate:before
  {
    content: "\eb81";
  }
  
  .nc-icon-outline.food_cocktail:before
  {
    content: "\eb82";
  }
  
  .nc-icon-outline.food_coffe-long:before
  {
    content: "\eb83";
  }
  
  .nc-icon-outline.food_coffee-long:before
  {
    content: "\eb84";
  }
  
  .nc-icon-outline.food_coffee:before
  {
    content: "\eb85";
  }
  
  .nc-icon-outline.food_cookies:before
  {
    content: "\eb86";
  }
  
  .nc-icon-outline.food_course:before
  {
    content: "\eb87";
  }
  
  .nc-icon-outline.food_crab:before
  {
    content: "\eb88";
  }
  
  .nc-icon-outline.food_croissant:before
  {
    content: "\eb89";
  }
  
  .nc-icon-outline.food_cutlery-75:before
  {
    content: "\eb8a";
  }
  
  .nc-icon-outline.food_cutlery-76:before
  {
    content: "\eb8b";
  }
  
  .nc-icon-outline.food_cutlery-77:before
  {
    content: "\eb8c";
  }
  
  .nc-icon-outline.food_dishwasher:before
  {
    content: "\eb8d";
  }
  
  .nc-icon-outline.food_donut:before
  {
    content: "\eb8e";
  }
  
  .nc-icon-outline.food_drink:before
  {
    content: "\eb8f";
  }
  
  .nc-icon-outline.food_egg:before
  {
    content: "\eb90";
  }
  
  .nc-icon-outline.food_energy-drink:before
  {
    content: "\eb91";
  }
  
  .nc-icon-outline.food_fish:before
  {
    content: "\eb92";
  }
  
  .nc-icon-outline.food_fishbone:before
  {
    content: "\eb93";
  }
  
  .nc-icon-outline.food_fridge:before
  {
    content: "\eb94";
  }
  
  .nc-icon-outline.food_glass:before
  {
    content: "\eb95";
  }
  
  .nc-icon-outline.food_grape:before
  {
    content: "\eb96";
  }
  
  .nc-icon-outline.food_hob:before
  {
    content: "\eb97";
  }
  
  .nc-icon-outline.food_hot-dog:before
  {
    content: "\eb98";
  }
  
  .nc-icon-outline.food_ice-cream-22:before
  {
    content: "\eb99";
  }
  
  .nc-icon-outline.food_ice-cream-72:before
  {
    content: "\eb9a";
  }
  
  .nc-icon-outline.food_jam:before
  {
    content: "\eb9b";
  }
  
  .nc-icon-outline.food_kettle:before
  {
    content: "\eb9c";
  }
  
  .nc-icon-outline.food_kitchen-fan:before
  {
    content: "\eb9d";
  }
  
  .nc-icon-outline.food_knife:before
  {
    content: "\eb9e";
  }
  
  .nc-icon-outline.food_lemon-slice:before
  {
    content: "\eb9f";
  }
  
  .nc-icon-outline.food_lighter:before
  {
    content: "\eba0";
  }
  
  .nc-icon-outline.food_lobster:before
  {
    content: "\eba1";
  }
  
  .nc-icon-outline.food_matches:before
  {
    content: "\eba2";
  }
  
  .nc-icon-outline.food_measuring-cup:before
  {
    content: "\eba3";
  }
  
  .nc-icon-outline.food_meat-spit:before
  {
    content: "\eba4";
  }
  
  .nc-icon-outline.food_microwave:before
  {
    content: "\eba5";
  }
  
  .nc-icon-outline.food_milk:before
  {
    content: "\eba6";
  }
  
  .nc-icon-outline.food_moka:before
  {
    content: "\eba7";
  }
  
  .nc-icon-outline.food_muffin:before
  {
    content: "\eba8";
  }
  
  .nc-icon-outline.food_mug:before
  {
    content: "\eba9";
  }
  
  .nc-icon-outline.food_oven:before
  {
    content: "\ebaa";
  }
  
  .nc-icon-outline.food_pan:before
  {
    content: "\ebab";
  }
  
  .nc-icon-outline.food_pizza-slice:before
  {
    content: "\ebac";
  }
  
  .nc-icon-outline.food_pizza:before
  {
    content: "\ebad";
  }
  
  .nc-icon-outline.food_plate:before
  {
    content: "\ebae";
  }
  
  .nc-icon-outline.food_pot:before
  {
    content: "\ebaf";
  }
  
  .nc-icon-outline.food_prosciutto:before
  {
    content: "\ebb0";
  }
  
  .nc-icon-outline.food_recipe-book-46:before
  {
    content: "\ebb1";
  }
  
  .nc-icon-outline.food_recipe-book-47:before
  {
    content: "\ebb2";
  }
  
  .nc-icon-outline.food_rolling-pin:before
  {
    content: "\ebb3";
  }
  
  .nc-icon-outline.food_salt:before
  {
    content: "\ebb4";
  }
  
  .nc-icon-outline.food_sausage:before
  {
    content: "\ebb5";
  }
  
  .nc-icon-outline.food_scale:before
  {
    content: "\ebb6";
  }
  
  .nc-icon-outline.food_scotch:before
  {
    content: "\ebb7";
  }
  
  .nc-icon-outline.food_shrimp:before
  {
    content: "\ebb8";
  }
  
  .nc-icon-outline.food_steak:before
  {
    content: "\ebb9";
  }
  
  .nc-icon-outline.food_store:before
  {
    content: "\ebba";
  }
  
  .nc-icon-outline.food_strawberry:before
  {
    content: "\ebbb";
  }
  
  .nc-icon-outline.food_sushi:before
  {
    content: "\ebbc";
  }
  
  .nc-icon-outline.food_tacos:before
  {
    content: "\ebbd";
  }
  
  .nc-icon-outline.food_tea:before
  {
    content: "\ebbe";
  }
  
  .nc-icon-outline.food_temperature:before
  {
    content: "\ebbf";
  }
  
  .nc-icon-outline.food_vest-07:before
  {
    content: "\ebc0";
  }
  
  .nc-icon-outline.food_vest-31:before
  {
    content: "\ebc1";
  }
  
  .nc-icon-outline.food_watermelon:before
  {
    content: "\ebc2";
  }
  
  .nc-icon-outline.food_whisk:before
  {
    content: "\ebc3";
  }
  
  .nc-icon-outline.emoticons_alien:before
  {
    content: "\ebc4";
  }
  
  .nc-icon-outline.emoticons_angry-10:before
  {
    content: "\ebc5";
  }
  
  .nc-icon-outline.emoticons_angry-44:before
  {
    content: "\ebc6";
  }
  
  .nc-icon-outline.emoticons_big-eyes:before
  {
    content: "\ebc7";
  }
  
  .nc-icon-outline.emoticons_big-smile:before
  {
    content: "\ebc8";
  }
  
  .nc-icon-outline.emoticons_bigmouth:before
  {
    content: "\ebc9";
  }
  
  .nc-icon-outline.emoticons_bleah:before
  {
    content: "\ebca";
  }
  
  .nc-icon-outline.emoticons_blind:before
  {
    content: "\ebcb";
  }
  
  .nc-icon-outline.emoticons_bomb:before
  {
    content: "\ebcc";
  }
  
  .nc-icon-outline.emoticons_bored:before
  {
    content: "\ebcd";
  }
  
  .nc-icon-outline.emoticons_cake:before
  {
    content: "\ebce";
  }
  
  .nc-icon-outline.emoticons_cry-15:before
  {
    content: "\ebcf";
  }
  
  .nc-icon-outline.emoticons_cry-57:before
  {
    content: "\ebd0";
  }
  
  .nc-icon-outline.emoticons_cute:before
  {
    content: "\ebd1";
  }
  
  .nc-icon-outline.emoticons_devil:before
  {
    content: "\ebd2";
  }
  
  .nc-icon-outline.emoticons_disgusted:before
  {
    content: "\ebd3";
  }
  
  .nc-icon-outline.emoticons_fist:before
  {
    content: "\ebd4";
  }
  
  .nc-icon-outline.emoticons_ghost:before
  {
    content: "\ebd5";
  }
  
  .nc-icon-outline.emoticons_hannibal:before
  {
    content: "\ebd6";
  }
  
  .nc-icon-outline.emoticons_happy-sun:before
  {
    content: "\ebd7";
  }
  
  .nc-icon-outline.emoticons_kid:before
  {
    content: "\ebd8";
  }
  
  .nc-icon-outline.emoticons_kiss:before
  {
    content: "\ebd9";
  }
  
  .nc-icon-outline.emoticons_laugh-17:before
  {
    content: "\ebda";
  }
  
  .nc-icon-outline.emoticons_laugh-35:before
  {
    content: "\ebdb";
  }
  
  .nc-icon-outline.emoticons_like-no:before
  {
    content: "\ebdc";
  }
  
  .nc-icon-outline.emoticons_like:before
  {
    content: "\ebdd";
  }
  
  .nc-icon-outline.emoticons_mad-12:before
  {
    content: "\ebde";
  }
  
  .nc-icon-outline.emoticons_mad-58:before
  {
    content: "\ebdf";
  }
  
  .nc-icon-outline.emoticons_malicious:before
  {
    content: "\ebe0";
  }
  
  .nc-icon-outline.emoticons_manga-62:before
  {
    content: "\ebe1";
  }
  
  .nc-icon-outline.emoticons_manga-63:before
  {
    content: "\ebe2";
  }
  
  .nc-icon-outline.emoticons_monster:before
  {
    content: "\ebe3";
  }
  
  .nc-icon-outline.emoticons_nerd-22:before
  {
    content: "\ebe4";
  }
  
  .nc-icon-outline.emoticons_nerd-23:before
  {
    content: "\ebe5";
  }
  
  .nc-icon-outline.emoticons_ninja:before
  {
    content: "\ebe6";
  }
  
  .nc-icon-outline.emoticons_no-words:before
  {
    content: "\ebe7";
  }
  
  .nc-icon-outline.emoticons_parrot:before
  {
    content: "\ebe8";
  }
  
  .nc-icon-outline.emoticons_penguin:before
  {
    content: "\ebe9";
  }
  
  .nc-icon-outline.emoticons_pirate:before
  {
    content: "\ebea";
  }
  
  .nc-icon-outline.emoticons_poop:before
  {
    content: "\ebeb";
  }
  
  .nc-icon-outline.emoticons_puzzled:before
  {
    content: "\ebec";
  }
  
  .nc-icon-outline.emoticons_quite-happy:before
  {
    content: "\ebed";
  }
  
  .nc-icon-outline.emoticons_robot:before
  {
    content: "\ebee";
  }
  
  .nc-icon-outline.emoticons_rock:before
  {
    content: "\ebef";
  }
  
  .nc-icon-outline.emoticons_sad:before
  {
    content: "\ebf0";
  }
  
  .nc-icon-outline.emoticons_satisfied:before
  {
    content: "\ebf1";
  }
  
  .nc-icon-outline.emoticons_shark:before
  {
    content: "\ebf2";
  }
  
  .nc-icon-outline.emoticons_shy:before
  {
    content: "\ebf3";
  }
  
  .nc-icon-outline.emoticons_sick:before
  {
    content: "\ebf4";
  }
  
  .nc-icon-outline.emoticons_silly:before
  {
    content: "\ebf5";
  }
  
  .nc-icon-outline.emoticons_skull:before
  {
    content: "\ebf6";
  }
  
  .nc-icon-outline.emoticons_sleep:before
  {
    content: "\ebf7";
  }
  
  .nc-icon-outline.emoticons_sloth:before
  {
    content: "\ebf8";
  }
  
  .nc-icon-outline.emoticons_smart:before
  {
    content: "\ebf9";
  }
  
  .nc-icon-outline.emoticons_smile:before
  {
    content: "\ebfa";
  }
  
  .nc-icon-outline.emoticons_soldier:before
  {
    content: "\ebfb";
  }
  
  .nc-icon-outline.emoticons_speechless:before
  {
    content: "\ebfc";
  }
  
  .nc-icon-outline.emoticons_spiteful:before
  {
    content: "\ebfd";
  }
  
  .nc-icon-outline.emoticons_sunglasses-48:before
  {
    content: "\ebfe";
  }
  
  .nc-icon-outline.emoticons_sunglasses-49:before
  {
    content: "\ebff";
  }
  
  .nc-icon-outline.emoticons_surprise:before
  {
    content: "\ec00";
  }
  
  .nc-icon-outline.emoticons_upset-13:before
  {
    content: "\ec01";
  }
  
  .nc-icon-outline.emoticons_upset-14:before
  {
    content: "\ec02";
  }
  
  .nc-icon-outline.emoticons_virus:before
  {
    content: "\ec03";
  }
  
  .nc-icon-outline.emoticons_what:before
  {
    content: "\ec04";
  }
  
  .nc-icon-outline.emoticons_whiskers:before
  {
    content: "\ec05";
  }
  
  .nc-icon-outline.emoticons_wink-06:before
  {
    content: "\ec06";
  }
  
  .nc-icon-outline.emoticons_wink-11:before
  {
    content: "\ec07";
  }
  
  .nc-icon-outline.emoticons_wink-69:before
  {
    content: "\ec08";
  }
  
  .nc-icon-outline.weather_celsius:before
  {
    content: "\e600";
  }
  
  .nc-icon-outline.weather_cloud-13:before
  {
    content: "\e601";
  }
  
  .nc-icon-outline.weather_cloud-14:before
  {
    content: "\e602";
  }
  
  .nc-icon-outline.weather_cloud-drop:before
  {
    content: "\e603";
  }
  
  .nc-icon-outline.weather_cloud-fog-31:before
  {
    content: "\e604";
  }
  
  .nc-icon-outline.weather_cloud-fog-32:before
  {
    content: "\e605";
  }
  
  .nc-icon-outline.weather_cloud-hail:before
  {
    content: "\e606";
  }
  
  .nc-icon-outline.weather_cloud-light:before
  {
    content: "\e607";
  }
  
  .nc-icon-outline.weather_cloud-moon:before
  {
    content: "\e608";
  }
  
  .nc-icon-outline.weather_cloud-rain:before
  {
    content: "\e609";
  }
  
  .nc-icon-outline.weather_cloud-rainbow:before
  {
    content: "\e60a";
  }
  
  .nc-icon-outline.weather_cloud-snow-34:before
  {
    content: "\e60b";
  }
  
  .nc-icon-outline.weather_cloud-snow-42:before
  {
    content: "\e60c";
  }
  
  .nc-icon-outline.weather_cloud-sun-17:before
  {
    content: "\e60d";
  }
  
  .nc-icon-outline.weather_cloud-sun-19:before
  {
    content: "\e60e";
  }
  
  .nc-icon-outline.weather_compass:before
  {
    content: "\e60f";
  }
  
  .nc-icon-outline.weather_drop-12:before
  {
    content: "\e610";
  }
  
  .nc-icon-outline.weather_drop-15:before
  {
    content: "\e611";
  }
  
  .nc-icon-outline.weather_drops:before
  {
    content: "\e612";
  }
  
  .nc-icon-outline.weather_eclipse:before
  {
    content: "\e613";
  }
  
  .nc-icon-outline.weather_fahrenheit:before
  {
    content: "\e614";
  }
  
  .nc-icon-outline.weather_fog:before
  {
    content: "\e615";
  }
  
  .nc-icon-outline.weather_forecast:before
  {
    content: "\e616";
  }
  
  .nc-icon-outline.weather_hurricane-44:before
  {
    content: "\e617";
  }
  
  .nc-icon-outline.weather_hurricane-45:before
  {
    content: "\e618";
  }
  
  .nc-icon-outline.weather_moon-cloud-drop:before
  {
    content: "\e619";
  }
  
  .nc-icon-outline.weather_moon-cloud-fog:before
  {
    content: "\e61a";
  }
  
  .nc-icon-outline.weather_moon-cloud-hail:before
  {
    content: "\e61b";
  }
  
  .nc-icon-outline.weather_moon-cloud-light:before
  {
    content: "\e61c";
  }
  
  .nc-icon-outline.weather_moon-cloud-rain:before
  {
    content: "\e61d";
  }
  
  .nc-icon-outline.weather_moon-cloud-snow-61:before
  {
    content: "\e61e";
  }
  
  .nc-icon-outline.weather_moon-cloud-snow-62:before
  {
    content: "\e61f";
  }
  
  .nc-icon-outline.weather_moon-fog:before
  {
    content: "\e620";
  }
  
  .nc-icon-outline.weather_moon-full:before
  {
    content: "\e621";
  }
  
  .nc-icon-outline.weather_moon-stars:before
  {
    content: "\e622";
  }
  
  .nc-icon-outline.weather_moon:before
  {
    content: "\e623";
  }
  
  .nc-icon-outline.weather_rain-hail:before
  {
    content: "\e624";
  }
  
  .nc-icon-outline.weather_rain:before
  {
    content: "\e625";
  }
  
  .nc-icon-outline.weather_rainbow:before
  {
    content: "\e626";
  }
  
  .nc-icon-outline.weather_snow:before
  {
    content: "\e627";
  }
  
  .nc-icon-outline.weather_sun-cloud-drop:before
  {
    content: "\e628";
  }
  
  .nc-icon-outline.weather_sun-cloud-fog:before
  {
    content: "\e629";
  }
  
  .nc-icon-outline.weather_sun-cloud-hail:before
  {
    content: "\e62a";
  }
  
  .nc-icon-outline.weather_sun-cloud-light:before
  {
    content: "\e62b";
  }
  
  .nc-icon-outline.weather_sun-cloud-rain:before
  {
    content: "\e62c";
  }
  
  .nc-icon-outline.weather_sun-cloud-snow-54:before
  {
    content: "\e62d";
  }
  
  .nc-icon-outline.weather_sun-cloud-snow-55:before
  {
    content: "\e62e";
  }
  
  .nc-icon-outline.weather_sun-cloud:before
  {
    content: "\e62f";
  }
  
  .nc-icon-outline.weather_sun-fog-29:before
  {
    content: "\e630";
  }
  
  .nc-icon-outline.weather_sun-fog-30:before
  {
    content: "\e631";
  }
  
  .nc-icon-outline.weather_sun-fog-43:before
  {
    content: "\e632";
  }
  
  .nc-icon-outline.weather_sun:before
  {
    content: "\e633";
  }
  
  .nc-icon-outline.weather_wind:before
  {
    content: "\e634";
  }
  
  .nc-icon-outline.transportation_air-baloon:before
  {
    content: "\e717";
  }
  
  .nc-icon-outline.transportation_bike-sport:before
  {
    content: "\e718";
  }
  
  .nc-icon-outline.transportation_bike:before
  {
    content: "\e719";
  }
  
  .nc-icon-outline.transportation_boat-front:before
  {
    content: "\e71a";
  }
  
  .nc-icon-outline.transportation_boat-small-02:before
  {
    content: "\e71b";
  }
  
  .nc-icon-outline.transportation_boat-small-03:before
  {
    content: "\e71c";
  }
  
  .nc-icon-outline.transportation_boat:before
  {
    content: "\e71d";
  }
  
  .nc-icon-outline.transportation_bus-front-10:before
  {
    content: "\e71e";
  }
  
  .nc-icon-outline.transportation_bus-front-12:before
  {
    content: "\e71f";
  }
  
  .nc-icon-outline.transportation_bus:before
  {
    content: "\e720";
  }
  
  .nc-icon-outline.transportation_car-front:before
  {
    content: "\e721";
  }
  
  .nc-icon-outline.transportation_car-simple:before
  {
    content: "\e722";
  }
  
  .nc-icon-outline.transportation_car-sport:before
  {
    content: "\e723";
  }
  
  .nc-icon-outline.transportation_car-taxi:before
  {
    content: "\e724";
  }
  
  .nc-icon-outline.transportation_car:before
  {
    content: "\e725";
  }
  
  .nc-icon-outline.transportation_helicopter:before
  {
    content: "\e726";
  }
  
  .nc-icon-outline.transportation_helmet:before
  {
    content: "\e727";
  }
  
  .nc-icon-outline.transportation_light-traffic:before
  {
    content: "\e728";
  }
  
  .nc-icon-outline.transportation_moto:before
  {
    content: "\e729";
  }
  
  .nc-icon-outline.transportation_plane-17:before
  {
    content: "\e72a";
  }
  
  .nc-icon-outline.transportation_plane-18:before
  {
    content: "\e72b";
  }
  
  .nc-icon-outline.transportation_road:before
  {
    content: "\e72c";
  }
  
  .nc-icon-outline.transportation_skateboard:before
  {
    content: "\e72d";
  }
  
  .nc-icon-outline.transportation_tractor:before
  {
    content: "\e72e";
  }
  
  .nc-icon-outline.transportation_train-speed:before
  {
    content: "\e72f";
  }
  
  .nc-icon-outline.transportation_train:before
  {
    content: "\e730";
  }
  
  .nc-icon-outline.transportation_tram:before
  {
    content: "\e731";
  }
  
  .nc-icon-outline.transportation_truck-front:before
  {
    content: "\e732";
  }
  
  .nc-icon-outline.transportation_vespa-front:before
  {
    content: "\e733";
  }
  
  .nc-icon-outline.transportation_vespa:before
  {
    content: "\e734";
  }
  
  .nc-icon-outline.education_abc:before
  {
    content: "\e7ad";
  }
  
  .nc-icon-outline.education_agenda-bookmark:before
  {
    content: "\e7ae";
  }
  
  .nc-icon-outline.education_atom:before
  {
    content: "\e7af";
  }
  
  .nc-icon-outline.education_award-55:before
  {
    content: "\e7b0";
  }
  
  .nc-icon-outline.education_backpack-57:before
  {
    content: "\e7b1";
  }
  
  .nc-icon-outline.education_backpack-58:before
  {
    content: "\e7b2";
  }
  
  .nc-icon-outline.education_ball-basket:before
  {
    content: "\e7b3";
  }
  
  .nc-icon-outline.education_ball-soccer:before
  {
    content: "\e7b4";
  }
  
  .nc-icon-outline.education_board-51:before
  {
    content: "\e7b5";
  }
  
  .nc-icon-outline.education_book-39:before
  {
    content: "\e7b6";
  }
  
  .nc-icon-outline.education_book-bookmark:before
  {
    content: "\e7b7";
  }
  
  .nc-icon-outline.education_book-open:before
  {
    content: "\e7b8";
  }
  
  .nc-icon-outline.education_books-46:before
  {
    content: "\e7b9";
  }
  
  .nc-icon-outline.education_chalkboard:before
  {
    content: "\e7ba";
  }
  
  .nc-icon-outline.education_flask:before
  {
    content: "\e7bb";
  }
  
  .nc-icon-outline.education_glasses:before
  {
    content: "\e7bc";
  }
  
  .nc-icon-outline.education_grammar-check:before
  {
    content: "\e7bd";
  }
  
  .nc-icon-outline.education_hat:before
  {
    content: "\e7be";
  }
  
  .nc-icon-outline.education_language:before
  {
    content: "\e7bf";
  }
  
  .nc-icon-outline.education_microscope:before
  {
    content: "\e7c0";
  }
  
  .nc-icon-outline.education_molecule:before
  {
    content: "\e7c1";
  }
  
  .nc-icon-outline.education_notepad:before
  {
    content: "\e7c2";
  }
  
  .nc-icon-outline.education_paper-diploma:before
  {
    content: "\e7c3";
  }
  
  .nc-icon-outline.education_paper:before
  {
    content: "\e7c4";
  }
  
  .nc-icon-outline.education_pencil-47:before
  {
    content: "\e7c5";
  }
  
  .nc-icon-outline.education_school:before
  {
    content: "\e7c6";
  }
  
  .nc-icon-outline.objects_alien-29:before
  {
    content: "\e7c7";
  }
  
  .nc-icon-outline.objects_alien-33:before
  {
    content: "\e7c8";
  }
  
  .nc-icon-outline.objects_anchor:before
  {
    content: "\e7c9";
  }
  
  .nc-icon-outline.objects_astronaut:before
  {
    content: "\e7ca";
  }
  
  .nc-icon-outline.objects_axe:before
  {
    content: "\e7cb";
  }
  
  .nc-icon-outline.objects_baby-bottle:before
  {
    content: "\e7cc";
  }
  
  .nc-icon-outline.objects_baby:before
  {
    content: "\e7cd";
  }
  
  .nc-icon-outline.objects_baloon:before
  {
    content: "\e7ce";
  }
  
  .nc-icon-outline.objects_battery:before
  {
    content: "\e7cf";
  }
  
  .nc-icon-outline.objects_bear:before
  {
    content: "\e7d0";
  }
  
  .nc-icon-outline.objects_billiard:before
  {
    content: "\e7d1";
  }
  
  .nc-icon-outline.objects_binocular:before
  {
    content: "\e7d2";
  }
  
  .nc-icon-outline.objects_bow:before
  {
    content: "\e7d3";
  }
  
  .nc-icon-outline.objects_bowling:before
  {
    content: "\e7d4";
  }
  
  .nc-icon-outline.objects_broom:before
  {
    content: "\e7d5";
  }
  
  .nc-icon-outline.objects_cone:before
  {
    content: "\e7d6";
  }
  
  .nc-icon-outline.objects_controller:before
  {
    content: "\e7d7";
  }
  
  .nc-icon-outline.objects_diamond:before
  {
    content: "\e7d8";
  }
  
  .nc-icon-outline.objects_dice:before
  {
    content: "\e7d9";
  }
  
  .nc-icon-outline.objects_globe:before
  {
    content: "\e7da";
  }
  
  .nc-icon-outline.objects_hut:before
  {
    content: "\e7db";
  }
  
  .nc-icon-outline.objects_key-25:before
  {
    content: "\e7dc";
  }
  
  .nc-icon-outline.objects_key-26:before
  {
    content: "\e7dd";
  }
  
  .nc-icon-outline.objects_lamp:before
  {
    content: "\e7de";
  }
  
  .nc-icon-outline.objects_leaf-36:before
  {
    content: "\e7df";
  }
  
  .nc-icon-outline.objects_leaf-38:before
  {
    content: "\e7e0";
  }
  
  .nc-icon-outline.objects_light:before
  {
    content: "\e7e1";
  }
  
  .nc-icon-outline.objects_pipe:before
  {
    content: "\e7e2";
  }
  
  .nc-icon-outline.objects_planet:before
  {
    content: "\e7e3";
  }
  
  .nc-icon-outline.objects_puzzle-09:before
  {
    content: "\e7e4";
  }
  
  .nc-icon-outline.objects_puzzle-10:before
  {
    content: "\e7e5";
  }
  
  .nc-icon-outline.objects_shovel:before
  {
    content: "\e7e6";
  }
  
  .nc-icon-outline.objects_skull:before
  {
    content: "\e7e7";
  }
  
  .nc-icon-outline.objects_spaceship:before
  {
    content: "\e7e8";
  }
  
  .nc-icon-outline.objects_spray:before
  {
    content: "\e7e9";
  }
  
  .nc-icon-outline.objects_support-16:before
  {
    content: "\e7ea";
  }
  
  .nc-icon-outline.objects_support-17:before
  {
    content: "\e7eb";
  }
  
  .nc-icon-outline.objects_umbrella-13:before
  {
    content: "\e7ec";
  }
  
  .nc-icon-outline.objects_umbrella-14:before
  {
    content: "\e7ed";
  }
  
  .nc-icon-outline.objects_wool-ball:before
  {
    content: "\e7ee";
  }
  
  .nc-icon-outline.media-1_3d:before
  {
    content: "\e7ef";
  }
  
  .nc-icon-outline.media-1_action-73:before
  {
    content: "\e7f0";
  }
  
  .nc-icon-outline.media-1_action-74:before
  {
    content: "\e7f1";
  }
  
  .nc-icon-outline.media-1_album:before
  {
    content: "\e7f2";
  }
  
  .nc-icon-outline.media-1_audio-91:before
  {
    content: "\e7f3";
  }
  
  .nc-icon-outline.media-1_audio-92:before
  {
    content: "\e7f4";
  }
  
  .nc-icon-outline.media-1_balance:before
  {
    content: "\e7f5";
  }
  
  .nc-icon-outline.media-1_brightness-46:before
  {
    content: "\e7f6";
  }
  
  .nc-icon-outline.media-1_brightness-47:before
  {
    content: "\e7f7";
  }
  
  .nc-icon-outline.media-1_button-circle-pause:before
  {
    content: "\e7f8";
  }
  
  .nc-icon-outline.media-1_button-circle-play:before
  {
    content: "\e7f9";
  }
  
  .nc-icon-outline.media-1_button-circle-stop:before
  {
    content: "\e7fa";
  }
  
  .nc-icon-outline.media-1_button-eject:before
  {
    content: "\e7fb";
  }
  
  .nc-icon-outline.media-1_button-next:before
  {
    content: "\e7fc";
  }
  
  .nc-icon-outline.media-1_button-pause:before
  {
    content: "\e7fd";
  }
  
  .nc-icon-outline.media-1_button-play:before
  {
    content: "\e7fe";
  }
  
  .nc-icon-outline.media-1_button-power:before
  {
    content: "\e7ff";
  }
  
  .nc-icon-outline.media-1_button-previous:before
  {
    content: "\e800";
  }
  
  .nc-icon-outline.media-1_button-record:before
  {
    content: "\e801";
  }
  
  .nc-icon-outline.media-1_button-rewind:before
  {
    content: "\e802";
  }
  
  .nc-icon-outline.media-1_button-skip:before
  {
    content: "\e803";
  }
  
  .nc-icon-outline.media-1_button-stop:before
  {
    content: "\e804";
  }
  
  .nc-icon-outline.media-1_camera-18:before
  {
    content: "\e805";
  }
  
  .nc-icon-outline.media-1_camera-19:before
  {
    content: "\e806";
  }
  
  .nc-icon-outline.media-1_camera-20:before
  {
    content: "\e807";
  }
  
  .nc-icon-outline.media-1_camera-ban-36:before
  {
    content: "\e808";
  }
  
  .nc-icon-outline.media-1_camera-ban-37:before
  {
    content: "\e809";
  }
  
  .nc-icon-outline.media-1_camera-compact:before
  {
    content: "\e80a";
  }
  
  .nc-icon-outline.media-1_camera-screen:before
  {
    content: "\e80b";
  }
  
  .nc-icon-outline.media-1_camera-square-57:before
  {
    content: "\e80c";
  }
  
  .nc-icon-outline.media-1_camera-square-58:before
  {
    content: "\e80d";
  }
  
  .nc-icon-outline.media-1_camera-time:before
  {
    content: "\e80e";
  }
  
  .nc-icon-outline.media-1_countdown-34:before
  {
    content: "\e80f";
  }
  
  .nc-icon-outline.media-1_countdown-35:before
  {
    content: "\e810";
  }
  
  .nc-icon-outline.media-1_edit-color:before
  {
    content: "\e811";
  }
  
  .nc-icon-outline.media-1_edit-contrast-42:before
  {
    content: "\e812";
  }
  
  .nc-icon-outline.media-1_edit-contrast-43:before
  {
    content: "\e813";
  }
  
  .nc-icon-outline.media-1_edit-saturation:before
  {
    content: "\e814";
  }
  
  .nc-icon-outline.media-1_flash-21:before
  {
    content: "\e815";
  }
  
  .nc-icon-outline.media-1_flash-24:before
  {
    content: "\e816";
  }
  
  .nc-icon-outline.media-1_flash-29:before
  {
    content: "\e817";
  }
  
  .nc-icon-outline.media-1_flash-auto-22:before
  {
    content: "\e818";
  }
  
  .nc-icon-outline.media-1_flash-auto-25:before
  {
    content: "\e819";
  }
  
  .nc-icon-outline.media-1_flash-off-23:before
  {
    content: "\e81a";
  }
  
  .nc-icon-outline.media-1_flash-off-26:before
  {
    content: "\e81b";
  }
  
  .nc-icon-outline.media-1_focus-32:before
  {
    content: "\e81c";
  }
  
  .nc-icon-outline.media-1_focus-38:before
  {
    content: "\e81d";
  }
  
  .nc-icon-outline.media-1_focus-40:before
  {
    content: "\e81e";
  }
  
  .nc-icon-outline.media-1_focus-circle:before
  {
    content: "\e81f";
  }
  
  .nc-icon-outline.media-1_frame-12:before
  {
    content: "\e820";
  }
  
  .nc-icon-outline.media-1_frame-41:before
  {
    content: "\e821";
  }
  
  .nc-icon-outline.media-1_grid:before
  {
    content: "\e822";
  }
  
  .nc-icon-outline.media-1_image-01:before
  {
    content: "\e823";
  }
  
  .nc-icon-outline.media-1_image-02:before
  {
    content: "\e824";
  }
  
  .nc-icon-outline.media-1_image-05:before
  {
    content: "\e825";
  }
  
  .nc-icon-outline.media-1_image-add:before
  {
    content: "\e826";
  }
  
  .nc-icon-outline.media-1_image-delete:before
  {
    content: "\e827";
  }
  
  .nc-icon-outline.media-1_image-location:before
  {
    content: "\e828";
  }
  
  .nc-icon-outline.media-1_kid:before
  {
    content: "\e829";
  }
  
  .nc-icon-outline.media-1_layers:before
  {
    content: "\e82a";
  }
  
  .nc-icon-outline.media-1_lens-31:before
  {
    content: "\e82b";
  }
  
  .nc-icon-outline.media-1_lens-56:before
  {
    content: "\e82c";
  }
  
  .nc-icon-outline.media-1_macro:before
  {
    content: "\e82d";
  }
  
  .nc-icon-outline.media-1_movie-61:before
  {
    content: "\e82e";
  }
  
  .nc-icon-outline.media-1_movie-62:before
  {
    content: "\e82f";
  }
  
  .nc-icon-outline.media-1_night:before
  {
    content: "\e830";
  }
  
  .nc-icon-outline.media-1_picture:before
  {
    content: "\e831";
  }
  
  .nc-icon-outline.media-1_play-68:before
  {
    content: "\e832";
  }
  
  .nc-icon-outline.media-1_play-69:before
  {
    content: "\e833";
  }
  
  .nc-icon-outline.media-1_player:before
  {
    content: "\e834";
  }
  
  .nc-icon-outline.media-1_polaroid-add:before
  {
    content: "\e835";
  }
  
  .nc-icon-outline.media-1_polaroid-delete:before
  {
    content: "\e836";
  }
  
  .nc-icon-outline.media-1_polaroid-multiple:before
  {
    content: "\e837";
  }
  
  .nc-icon-outline.media-1_polaroid-user:before
  {
    content: "\e838";
  }
  
  .nc-icon-outline.media-1_polaroid:before
  {
    content: "\e839";
  }
  
  .nc-icon-outline.media-1_roll:before
  {
    content: "\e83a";
  }
  
  .nc-icon-outline.media-1_rotate-left:before
  {
    content: "\e83b";
  }
  
  .nc-icon-outline.media-1_rotate-right:before
  {
    content: "\e83c";
  }
  
  .nc-icon-outline.media-1_sd:before
  {
    content: "\e83d";
  }
  
  .nc-icon-outline.media-1_selfie:before
  {
    content: "\e83e";
  }
  
  .nc-icon-outline.media-1_shake:before
  {
    content: "\e83f";
  }
  
  .nc-icon-outline.media-1_speaker:before
  {
    content: "\e840";
  }
  
  .nc-icon-outline.media-1_sport:before
  {
    content: "\e841";
  }
  
  .nc-icon-outline.media-1_ticket-75:before
  {
    content: "\e842";
  }
  
  .nc-icon-outline.media-1_ticket-76:before
  {
    content: "\e843";
  }
  
  .nc-icon-outline.media-1_touch:before
  {
    content: "\e844";
  }
  
  .nc-icon-outline.media-1_tripod:before
  {
    content: "\e845";
  }
  
  .nc-icon-outline.media-1_video-64:before
  {
    content: "\e846";
  }
  
  .nc-icon-outline.media-1_video-65:before
  {
    content: "\e847";
  }
  
  .nc-icon-outline.media-1_video-66:before
  {
    content: "\e848";
  }
  
  .nc-icon-outline.media-1_video-67:before
  {
    content: "\e849";
  }
  
  .nc-icon-outline.media-1_videocamera-71:before
  {
    content: "\e84a";
  }
  
  .nc-icon-outline.media-1_videocamera-72:before
  {
    content: "\e84b";
  }
  
  .nc-icon-outline.media-1_volume-93:before
  {
    content: "\e84c";
  }
  
  .nc-icon-outline.media-1_volume-97:before
  {
    content: "\e84d";
  }
  
  .nc-icon-outline.media-1_volume-98:before
  {
    content: "\e84e";
  }
  
  .nc-icon-outline.media-1_volume-ban:before
  {
    content: "\e84f";
  }
  
  .nc-icon-outline.media-1_volume-down:before
  {
    content: "\e850";
  }
  
  .nc-icon-outline.media-1_volume-off:before
  {
    content: "\e851";
  }
  
  .nc-icon-outline.media-1_volume-up:before
  {
    content: "\e852";
  }
  
  .nc-icon-outline.media-2_guitar:before
  {
    content: "\e853";
  }
  
  .nc-icon-outline.media-2_headphones-mic:before
  {
    content: "\e854";
  }
  
  .nc-icon-outline.media-2_headphones:before
  {
    content: "\e855";
  }
  
  .nc-icon-outline.media-2_knob:before
  {
    content: "\e856";
  }
  
  .nc-icon-outline.media-2_mic:before
  {
    content: "\e857";
  }
  
  .nc-icon-outline.media-2_music-album:before
  {
    content: "\e858";
  }
  
  .nc-icon-outline.media-2_music-cloud:before
  {
    content: "\e859";
  }
  
  .nc-icon-outline.media-2_note-03:before
  {
    content: "\e85a";
  }
  
  .nc-icon-outline.media-2_note-04:before
  {
    content: "\e85b";
  }
  
  .nc-icon-outline.media-2_piano:before
  {
    content: "\e85c";
  }
  
  .nc-icon-outline.media-2_radio:before
  {
    content: "\e85d";
  }
  
  .nc-icon-outline.media-2_remix:before
  {
    content: "\e85e";
  }
  
  .nc-icon-outline.media-2_sound-wave:before
  {
    content: "\e85f";
  }
  
  .nc-icon-outline.media-2_speaker-01:before
  {
    content: "\e860";
  }
  
  .nc-icon-outline.media-2_speaker-05:before
  {
    content: "\e861";
  }
  
  .nc-icon-outline.media-2_tape:before
  {
    content: "\e862";
  }
  
  .nc-icon-outline.location_appointment:before
  {
    content: "\e863";
  }
  
  .nc-icon-outline.location_bookmark-add:before
  {
    content: "\e864";
  }
  
  .nc-icon-outline.location_bookmark-remove:before
  {
    content: "\e865";
  }
  
  .nc-icon-outline.location_bookmark:before
  {
    content: "\e866";
  }
  
  .nc-icon-outline.location_compass-04:before
  {
    content: "\e867";
  }
  
  .nc-icon-outline.location_compass-05:before
  {
    content: "\e868";
  }
  
  .nc-icon-outline.location_compass-06:before
  {
    content: "\e869";
  }
  
  .nc-icon-outline.location_crosshair:before
  {
    content: "\e86a";
  }
  
  .nc-icon-outline.location_explore-user:before
  {
    content: "\e86b";
  }
  
  .nc-icon-outline.location_explore:before
  {
    content: "\e86c";
  }
  
  .nc-icon-outline.location_flag-complex:before
  {
    content: "\e86d";
  }
  
  .nc-icon-outline.location_flag-diagonal-33:before
  {
    content: "\e86e";
  }
  
  .nc-icon-outline.location_flag-diagonal-34:before
  {
    content: "\e86f";
  }
  
  .nc-icon-outline.location_flag-points-31:before
  {
    content: "\e870";
  }
  
  .nc-icon-outline.location_flag-points-32:before
  {
    content: "\e871";
  }
  
  .nc-icon-outline.location_flag-simple:before
  {
    content: "\e872";
  }
  
  .nc-icon-outline.location_flag-triangle:before
  {
    content: "\e873";
  }
  
  .nc-icon-outline.location_flag:before
  {
    content: "\e874";
  }
  
  .nc-icon-outline.location_gps:before
  {
    content: "\e875";
  }
  
  .nc-icon-outline.location_map-big:before
  {
    content: "\e876";
  }
  
  .nc-icon-outline.location_map-compass:before
  {
    content: "\e877";
  }
  
  .nc-icon-outline.location_map-gps:before
  {
    content: "\e878";
  }
  
  .nc-icon-outline.location_map-marker:before
  {
    content: "\e879";
  }
  
  .nc-icon-outline.location_map-pin:before
  {
    content: "\e87a";
  }
  
  .nc-icon-outline.location_map:before
  {
    content: "\e87b";
  }
  
  .nc-icon-outline.location_marker:before
  {
    content: "\e87c";
  }
  
  .nc-icon-outline.location_pin-add:before
  {
    content: "\e87d";
  }
  
  .nc-icon-outline.location_pin-copy:before
  {
    content: "\e87e";
  }
  
  .nc-icon-outline.location_pin-remove:before
  {
    content: "\e87f";
  }
  
  .nc-icon-outline.location_pin:before
  {
    content: "\e880";
  }
  
  .nc-icon-outline.location_pins:before
  {
    content: "\e881";
  }
  
  .nc-icon-outline.location_position-marker:before
  {
    content: "\e882";
  }
  
  .nc-icon-outline.location_position-pin:before
  {
    content: "\e883";
  }
  
  .nc-icon-outline.location_position-user:before
  {
    content: "\e884";
  }
  
  .nc-icon-outline.location_radar:before
  {
    content: "\e885";
  }
  
  .nc-icon-outline.location_road:before
  {
    content: "\e886";
  }
  
  .nc-icon-outline.location_route-alert:before
  {
    content: "\e887";
  }
  
  .nc-icon-outline.location_route-close:before
  {
    content: "\e888";
  }
  
  .nc-icon-outline.location_route-open:before
  {
    content: "\e889";
  }
  
  .nc-icon-outline.location_square-marker:before
  {
    content: "\e88a";
  }
  
  .nc-icon-outline.location_square-pin:before
  {
    content: "\e88b";
  }
  
  .nc-icon-outline.location_treasure-map-21:before
  {
    content: "\e88c";
  }
  
  .nc-icon-outline.location_treasure-map-40:before
  {
    content: "\e88d";
  }
  
  .nc-icon-outline.location_worl-marker:before
  {
    content: "\e88e";
  }
  
  .nc-icon-outline.location_world-pin:before
  {
    content: "\e88f";
  }
  
  .nc-icon-outline.location_world:before
  {
    content: "\e890";
  }
  
  .nc-icon-outline.health_ambulance:before
  {
    content: "\e891";
  }
  
  .nc-icon-outline.health_apple:before
  {
    content: "\e892";
  }
  
  .nc-icon-outline.health_bag-49:before
  {
    content: "\e893";
  }
  
  .nc-icon-outline.health_bag-50:before
  {
    content: "\e894";
  }
  
  .nc-icon-outline.health_brain:before
  {
    content: "\e895";
  }
  
  .nc-icon-outline.health_dna-27:before
  {
    content: "\e896";
  }
  
  .nc-icon-outline.health_dna-38:before
  {
    content: "\e897";
  }
  
  .nc-icon-outline.health_doctor:before
  {
    content: "\e898";
  }
  
  .nc-icon-outline.health_flask:before
  {
    content: "\e899";
  }
  
  .nc-icon-outline.health_heartbeat-16:before
  {
    content: "\e89a";
  }
  
  .nc-icon-outline.health_height:before
  {
    content: "\e89b";
  }
  
  .nc-icon-outline.health_hospital-32:before
  {
    content: "\e89c";
  }
  
  .nc-icon-outline.health_hospital-33:before
  {
    content: "\e89d";
  }
  
  .nc-icon-outline.health_hospital-34:before
  {
    content: "\e89e";
  }
  
  .nc-icon-outline.health_humidity-26:before
  {
    content: "\e89f";
  }
  
  .nc-icon-outline.health_humidity-52:before
  {
    content: "\e8a0";
  }
  
  .nc-icon-outline.health_intestine:before
  {
    content: "\e8a1";
  }
  
  .nc-icon-outline.health_lungs:before
  {
    content: "\e8a2";
  }
  
  .nc-icon-outline.health_molecule-39:before
  {
    content: "\e8a3";
  }
  
  .nc-icon-outline.health_molecule-40:before
  {
    content: "\e8a4";
  }
  
  .nc-icon-outline.health_notebook:before
  {
    content: "\e8a5";
  }
  
  .nc-icon-outline.health_nurse:before
  {
    content: "\e8a6";
  }
  
  .nc-icon-outline.health_patch-46:before
  {
    content: "\e8a7";
  }
  
  .nc-icon-outline.health_pill-42:before
  {
    content: "\e8a8";
  }
  
  .nc-icon-outline.health_pill-43:before
  {
    content: "\e8a9";
  }
  
  .nc-icon-outline.health_pill-container-44:before
  {
    content: "\e8aa";
  }
  
  .nc-icon-outline.health_pill-container-47:before
  {
    content: "\e8ab";
  }
  
  .nc-icon-outline.health_pulse-chart:before
  {
    content: "\e8ac";
  }
  
  .nc-icon-outline.health_pulse-phone:before
  {
    content: "\e8ad";
  }
  
  .nc-icon-outline.health_pulse-sleep:before
  {
    content: "\e8ae";
  }
  
  .nc-icon-outline.health_pulse-watch:before
  {
    content: "\e8af";
  }
  
  .nc-icon-outline.health_pulse:before
  {
    content: "\e8b0";
  }
  
  .nc-icon-outline.health_sleep:before
  {
    content: "\e8b1";
  }
  
  .nc-icon-outline.health_steps:before
  {
    content: "\e8b2";
  }
  
  .nc-icon-outline.health_syringe:before
  {
    content: "\e8b3";
  }
  
  .nc-icon-outline.health_temperature-23:before
  {
    content: "\e8b4";
  }
  
  .nc-icon-outline.health_temperature-24:before
  {
    content: "\e8b5";
  }
  
  .nc-icon-outline.health_tooth:before
  {
    content: "\e8b6";
  }
  
  .nc-icon-outline.health_weed:before
  {
    content: "\e8b7";
  }
  
  .nc-icon-outline.health_weight:before
  {
    content: "\e8b8";
  }
  
  .nc-icon-outline.health_wheelchair:before
  {
    content: "\e8b9";
  }
  
  .nc-icon-outline.health_woman:before
  {
    content: "\e8ba";
  }
  
  .nc-icon-outline.furniture_air-conditioner:before
  {
    content: "\e8bb";
  }
  
  .nc-icon-outline.furniture_armchair:before
  {
    content: "\e8bc";
  }
  
  .nc-icon-outline.furniture_bath-tub:before
  {
    content: "\e8bd";
  }
  
  .nc-icon-outline.furniture_bed-09:before
  {
    content: "\e8be";
  }
  
  .nc-icon-outline.furniture_bed-23:before
  {
    content: "\e8bf";
  }
  
  .nc-icon-outline.furniture_bed-side:before
  {
    content: "\e8c0";
  }
  
  .nc-icon-outline.furniture_cabinet:before
  {
    content: "\e8c1";
  }
  
  .nc-icon-outline.furniture_cactus:before
  {
    content: "\e8c2";
  }
  
  .nc-icon-outline.furniture_chair:before
  {
    content: "\e8c3";
  }
  
  .nc-icon-outline.furniture_coat-hanger:before
  {
    content: "\e8c4";
  }
  
  .nc-icon-outline.furniture_coffee:before
  {
    content: "\e8c5";
  }
  
  .nc-icon-outline.furniture_cradle:before
  {
    content: "\e8c6";
  }
  
  .nc-icon-outline.furniture_curtain:before
  {
    content: "\e8c7";
  }
  
  .nc-icon-outline.furniture_desk-drawer:before
  {
    content: "\e8c8";
  }
  
  .nc-icon-outline.furniture_desk:before
  {
    content: "\e8c9";
  }
  
  .nc-icon-outline.furniture_door:before
  {
    content: "\e8ca";
  }
  
  .nc-icon-outline.furniture_drawer:before
  {
    content: "\e8cb";
  }
  
  .nc-icon-outline.furniture_fridge:before
  {
    content: "\e8cc";
  }
  
  .nc-icon-outline.furniture_hanger-clothes:before
  {
    content: "\e8cd";
  }
  
  .nc-icon-outline.furniture_hanger:before
  {
    content: "\e8ce";
  }
  
  .nc-icon-outline.furniture_heater:before
  {
    content: "\e8cf";
  }
  
  .nc-icon-outline.furniture_iron:before
  {
    content: "\e8d0";
  }
  
  .nc-icon-outline.furniture_lamp-floor:before
  {
    content: "\e8d1";
  }
  
  .nc-icon-outline.furniture_lamp:before
  {
    content: "\e8d2";
  }
  
  .nc-icon-outline.furniture_library:before
  {
    content: "\e8d3";
  }
  
  .nc-icon-outline.furniture_light:before
  {
    content: "\e8d4";
  }
  
  .nc-icon-outline.furniture_mixer:before
  {
    content: "\e8d5";
  }
  
  .nc-icon-outline.furniture_oven:before
  {
    content: "\e8d6";
  }
  
  .nc-icon-outline.furniture_shower:before
  {
    content: "\e8d7";
  }
  
  .nc-icon-outline.furniture_sink-wash:before
  {
    content: "\e8d8";
  }
  
  .nc-icon-outline.furniture_sink:before
  {
    content: "\e8d9";
  }
  
  .nc-icon-outline.furniture_sofa:before
  {
    content: "\e8da";
  }
  
  .nc-icon-outline.furniture_storage-hanger:before
  {
    content: "\e8db";
  }
  
  .nc-icon-outline.furniture_storage:before
  {
    content: "\e8dc";
  }
  
  .nc-icon-outline.furniture_table:before
  {
    content: "\e8dd";
  }
  
  .nc-icon-outline.furniture_toilet-paper:before
  {
    content: "\e8de";
  }
  
  .nc-icon-outline.furniture_toilet:before
  {
    content: "\e8df";
  }
  
  .nc-icon-outline.furniture_tv:before
  {
    content: "\e8e0";
  }
  
  .nc-icon-outline.furniture_wardrobe:before
  {
    content: "\e8e1";
  }
  
  .nc-icon-outline.furniture_wash:before
  {
    content: "\e8e2";
  }
  
  .nc-icon-outline.clothes_baby:before
  {
    content: "\e9ab";
  }
  
  .nc-icon-outline.clothes_backpack:before
  {
    content: "\e9ac";
  }
  
  .nc-icon-outline.clothes_bag-21:before
  {
    content: "\e9ad";
  }
  
  .nc-icon-outline.clothes_bag-22:before
  {
    content: "\e9ae";
  }
  
  .nc-icon-outline.clothes_belt:before
  {
    content: "\e9af";
  }
  
  .nc-icon-outline.clothes_boot-woman:before
  {
    content: "\e9b0";
  }
  
  .nc-icon-outline.clothes_boot:before
  {
    content: "\e9b1";
  }
  
  .nc-icon-outline.clothes_bra:before
  {
    content: "\e9b2";
  }
  
  .nc-icon-outline.clothes_button:before
  {
    content: "\e9b3";
  }
  
  .nc-icon-outline.clothes_cap:before
  {
    content: "\e9b4";
  }
  
  .nc-icon-outline.clothes_coat:before
  {
    content: "\e9b5";
  }
  
  .nc-icon-outline.clothes_corset:before
  {
    content: "\e9b6";
  }
  
  .nc-icon-outline.clothes_dress-man:before
  {
    content: "\e9b7";
  }
  
  .nc-icon-outline.clothes_dress-woman:before
  {
    content: "\e9b8";
  }
  
  .nc-icon-outline.clothes_flip:before
  {
    content: "\e9b9";
  }
  
  .nc-icon-outline.clothes_glasses:before
  {
    content: "\e9ba";
  }
  
  .nc-icon-outline.clothes_gloves:before
  {
    content: "\e9bb";
  }
  
  .nc-icon-outline.clothes_hat-top:before
  {
    content: "\e9bc";
  }
  
  .nc-icon-outline.clothes_hat:before
  {
    content: "\e9bd";
  }
  
  .nc-icon-outline.clothes_hoodie:before
  {
    content: "\e9be";
  }
  
  .nc-icon-outline.clothes_iron-dont:before
  {
    content: "\e9bf";
  }
  
  .nc-icon-outline.clothes_iron:before
  {
    content: "\e9c0";
  }
  
  .nc-icon-outline.clothes_jeans-41:before
  {
    content: "\e9c1";
  }
  
  .nc-icon-outline.clothes_jeans-43:before
  {
    content: "\e9c2";
  }
  
  .nc-icon-outline.clothes_jeans-pocket:before
  {
    content: "\e9c3";
  }
  
  .nc-icon-outline.clothes_kitchen:before
  {
    content: "\e9c4";
  }
  
  .nc-icon-outline.clothes_long-sleeve:before
  {
    content: "\e9c5";
  }
  
  .nc-icon-outline.clothes_makeup:before
  {
    content: "\e9c6";
  }
  
  .nc-icon-outline.clothes_needle:before
  {
    content: "\e9c7";
  }
  
  .nc-icon-outline.clothes_pajamas:before
  {
    content: "\e9c8";
  }
  
  .nc-icon-outline.clothes_ring:before
  {
    content: "\e9c9";
  }
  
  .nc-icon-outline.clothes_scarf:before
  {
    content: "\e9ca";
  }
  
  .nc-icon-outline.clothes_shirt-business:before
  {
    content: "\e9cb";
  }
  
  .nc-icon-outline.clothes_shirt-buttons:before
  {
    content: "\e9cc";
  }
  
  .nc-icon-outline.clothes_shirt-neck:before
  {
    content: "\e9cd";
  }
  
  .nc-icon-outline.clothes_shirt:before
  {
    content: "\e9ce";
  }
  
  .nc-icon-outline.clothes_shoe-man:before
  {
    content: "\e9cf";
  }
  
  .nc-icon-outline.clothes_shoe-sport:before
  {
    content: "\e9d0";
  }
  
  .nc-icon-outline.clothes_shoe-woman:before
  {
    content: "\e9d1";
  }
  
  .nc-icon-outline.clothes_skirt:before
  {
    content: "\e9d2";
  }
  
  .nc-icon-outline.clothes_slacks-12:before
  {
    content: "\e9d3";
  }
  
  .nc-icon-outline.clothes_slacks-13:before
  {
    content: "\e9d4";
  }
  
  .nc-icon-outline.clothes_sock:before
  {
    content: "\e9d5";
  }
  
  .nc-icon-outline.clothes_tie-bow:before
  {
    content: "\e9d6";
  }
  
  .nc-icon-outline.clothes_tshirt-53:before
  {
    content: "\e9d7";
  }
  
  .nc-icon-outline.clothes_tshirt-54:before
  {
    content: "\e9d8";
  }
  
  .nc-icon-outline.clothes_tshirt-sport:before
  {
    content: "\e9d9";
  }
  
  .nc-icon-outline.clothes_underwear-man:before
  {
    content: "\e9da";
  }
  
  .nc-icon-outline.clothes_underwear:before
  {
    content: "\e9db";
  }
  
  .nc-icon-outline.clothes_vest-sport:before
  {
    content: "\e9dc";
  }
  
  .nc-icon-outline.clothes_vest:before
  {
    content: "\e9dd";
  }
  
  .nc-icon-outline.clothes_wash-30:before
  {
    content: "\e9de";
  }
  
  .nc-icon-outline.clothes_wash-60:before
  {
    content: "\e9df";
  }
  
  .nc-icon-outline.clothes_wash-90:before
  {
    content: "\e9e0";
  }
  
  .nc-icon-outline.clothes_wash-hand:before
  {
    content: "\e9e1";
  }
  
  .nc-icon-outline.clothes_wash:before
  {
    content: "\e9e2";
  }
  
  .nc-icon-outline.business_agenda:before
  {
    content: "\e9e3";
  }
  
  .nc-icon-outline.business_atm:before
  {
    content: "\e9e4";
  }
  
  .nc-icon-outline.business_award-48:before
  {
    content: "\e9e5";
  }
  
  .nc-icon-outline.business_award-49:before
  {
    content: "\e9e6";
  }
  
  .nc-icon-outline.business_award-74:before
  {
    content: "\e9e7";
  }
  
  .nc-icon-outline.business_badge:before
  {
    content: "\e9e8";
  }
  
  .nc-icon-outline.business_bank:before
  {
    content: "\e9e9";
  }
  
  .nc-icon-outline.business_board-27:before
  {
    content: "\e9ea";
  }
  
  .nc-icon-outline.business_board-28:before
  {
    content: "\e9eb";
  }
  
  .nc-icon-outline.business_board-29:before
  {
    content: "\e9ec";
  }
  
  .nc-icon-outline.business_board-30:before
  {
    content: "\e9ed";
  }
  
  .nc-icon-outline.business_books:before
  {
    content: "\e9ee";
  }
  
  .nc-icon-outline.business_briefcase-24:before
  {
    content: "\e9ef";
  }
  
  .nc-icon-outline.business_briefcase-25:before
  {
    content: "\e9f0";
  }
  
  .nc-icon-outline.business_briefcase-26:before
  {
    content: "\e9f1";
  }
  
  .nc-icon-outline.business_building:before
  {
    content: "\e9f2";
  }
  
  .nc-icon-outline.business_bulb-61:before
  {
    content: "\e9f3";
  }
  
  .nc-icon-outline.business_bulb-62:before
  {
    content: "\e9f4";
  }
  
  .nc-icon-outline.business_bulb-63:before
  {
    content: "\e9f5";
  }
  
  .nc-icon-outline.business_business-contact-85:before
  {
    content: "\e9f6";
  }
  
  .nc-icon-outline.business_business-contact-86:before
  {
    content: "\e9f7";
  }
  
  .nc-icon-outline.business_business-contact-87:before
  {
    content: "\e9f8";
  }
  
  .nc-icon-outline.business_business-contact-88:before
  {
    content: "\e9f9";
  }
  
  .nc-icon-outline.business_business-contact-89:before
  {
    content: "\e9fa";
  }
  
  .nc-icon-outline.business_businessman-03:before
  {
    content: "\e9fb";
  }
  
  .nc-icon-outline.business_businessman-04:before
  {
    content: "\e9fc";
  }
  
  .nc-icon-outline.business_calculator:before
  {
    content: "\e9fd";
  }
  
  .nc-icon-outline.business_chair:before
  {
    content: "\e9fe";
  }
  
  .nc-icon-outline.business_chart-bar-32:before
  {
    content: "\e9ff";
  }
  
  .nc-icon-outline.business_chart-bar-33:before
  {
    content: "\ea00";
  }
  
  .nc-icon-outline.business_chart-growth:before
  {
    content: "\ea01";
  }
  
  .nc-icon-outline.business_chart-pie-35:before
  {
    content: "\ea02";
  }
  
  .nc-icon-outline.business_chart-pie-36:before
  {
    content: "\ea03";
  }
  
  .nc-icon-outline.business_chart:before
  {
    content: "\ea04";
  }
  
  .nc-icon-outline.business_cheque:before
  {
    content: "\ea05";
  }
  
  .nc-icon-outline.business_coins:before
  {
    content: "\ea06";
  }
  
  .nc-icon-outline.business_connect:before
  {
    content: "\ea07";
  }
  
  .nc-icon-outline.business_contacts:before
  {
    content: "\ea08";
  }
  
  .nc-icon-outline.business_currency-dollar:before
  {
    content: "\ea09";
  }
  
  .nc-icon-outline.business_currency-euro:before
  {
    content: "\ea0a";
  }
  
  .nc-icon-outline.business_currency-pound:before
  {
    content: "\ea0b";
  }
  
  .nc-icon-outline.business_currency-yen:before
  {
    content: "\ea0c";
  }
  
  .nc-icon-outline.business_factory:before
  {
    content: "\ea0d";
  }
  
  .nc-icon-outline.business_globe:before
  {
    content: "\ea0e";
  }
  
  .nc-icon-outline.business_goal-64:before
  {
    content: "\ea0f";
  }
  
  .nc-icon-outline.business_goal-65:before
  {
    content: "\ea10";
  }
  
  .nc-icon-outline.business_gold:before
  {
    content: "\ea11";
  }
  
  .nc-icon-outline.business_hammer:before
  {
    content: "\ea12";
  }
  
  .nc-icon-outline.business_handout:before
  {
    content: "\ea13";
  }
  
  .nc-icon-outline.business_handshake:before
  {
    content: "\ea14";
  }
  
  .nc-icon-outline.business_hat:before
  {
    content: "\ea15";
  }
  
  .nc-icon-outline.business_hierarchy-53:before
  {
    content: "\ea16";
  }
  
  .nc-icon-outline.business_hierarchy-54:before
  {
    content: "\ea17";
  }
  
  .nc-icon-outline.business_hierarchy-55:before
  {
    content: "\ea18";
  }
  
  .nc-icon-outline.business_hierarchy-56:before
  {
    content: "\ea19";
  }
  
  .nc-icon-outline.business_laptop-71:before
  {
    content: "\ea1a";
  }
  
  .nc-icon-outline.business_laptop-72:before
  {
    content: "\ea1b";
  }
  
  .nc-icon-outline.business_laptop-91:before
  {
    content: "\ea1c";
  }
  
  .nc-icon-outline.business_law:before
  {
    content: "\ea1d";
  }
  
  .nc-icon-outline.business_math:before
  {
    content: "\ea1e";
  }
  
  .nc-icon-outline.business_money-11:before
  {
    content: "\ea1f";
  }
  
  .nc-icon-outline.business_money-12:before
  {
    content: "\ea20";
  }
  
  .nc-icon-outline.business_money-13:before
  {
    content: "\ea21";
  }
  
  .nc-icon-outline.business_money-bag:before
  {
    content: "\ea22";
  }
  
  .nc-icon-outline.business_money-coins:before
  {
    content: "\ea23";
  }
  
  .nc-icon-outline.business_money-growth:before
  {
    content: "\ea24";
  }
  
  .nc-icon-outline.business_money-time:before
  {
    content: "\ea25";
  }
  
  .nc-icon-outline.business_net:before
  {
    content: "\ea26";
  }
  
  .nc-icon-outline.business_notes:before
  {
    content: "\ea27";
  }
  
  .nc-icon-outline.business_payment:before
  {
    content: "\ea28";
  }
  
  .nc-icon-outline.business_percentage-38:before
  {
    content: "\ea29";
  }
  
  .nc-icon-outline.business_percentage-39:before
  {
    content: "\ea2a";
  }
  
  .nc-icon-outline.business_pig:before
  {
    content: "\ea2b";
  }
  
  .nc-icon-outline.business_pin:before
  {
    content: "\ea2c";
  }
  
  .nc-icon-outline.business_plug:before
  {
    content: "\ea2d";
  }
  
  .nc-icon-outline.business_progress:before
  {
    content: "\ea2e";
  }
  
  .nc-icon-outline.business_round-dollar:before
  {
    content: "\ea2f";
  }
  
  .nc-icon-outline.business_round-euro:before
  {
    content: "\ea30";
  }
  
  .nc-icon-outline.business_round-pound:before
  {
    content: "\ea31";
  }
  
  .nc-icon-outline.business_round-yen:before
  {
    content: "\ea32";
  }
  
  .nc-icon-outline.business_safe:before
  {
    content: "\ea33";
  }
  
  .nc-icon-outline.business_scale:before
  {
    content: "\ea34";
  }
  
  .nc-icon-outline.business_sign:before
  {
    content: "\ea35";
  }
  
  .nc-icon-outline.business_signature:before
  {
    content: "\ea36";
  }
  
  .nc-icon-outline.business_stock:before
  {
    content: "\ea37";
  }
  
  .nc-icon-outline.business_strategy:before
  {
    content: "\ea38";
  }
  
  .nc-icon-outline.business_tie-01:before
  {
    content: "\ea39";
  }
  
  .nc-icon-outline.business_tie-02:before
  {
    content: "\ea3a";
  }
  
  .nc-icon-outline.business_wallet-43:before
  {
    content: "\ea3b";
  }
  
  .nc-icon-outline.business_wallet-44:before
  {
    content: "\ea3c";
  }
  
  .nc-icon-outline.business_wallet-90:before
  {
    content: "\ea3d";
  }
  
  .nc-icon-mini.lg,.nc-icon-outline.lg
  {
    font-size: 1.5em;
  }
  
  .nc-fw,.nc-icon-fw
  {
    width: 1.28571em;
    text-align: center;
  }
  
  .nc-icon-mini.x4,.nc-icon-outline.x4
  {
    font-size: 4em;
  }
  
  .nc-icon-mini.x5,.nc-icon-outline.x5
  {
    font-size: 5em;
  }
  
  .nc-icon-mini.x6,.nc-icon-outline.x6
  {
    font-size: 6em;
  }
  
  .nc-spin
  {
    -webkit-animation: nc-spin 2s infinite linear;
    animation: nc-spin 2s infinite linear;
  }
  
  @-webkit-keyframes nc-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  @keyframes nc-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  .link-icon
  {
    color: #3e53a4;
  }
  
  .link-icon.disabled
  {
    color: silver;
  }
  
  ::-webkit-input-placeholder
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: silver!important;
  }
  
  ::-moz-placeholder
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: silver!important;
  }
  
  :-ms-input-placeholder
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: silver!important;
  }
  
  ::-ms-clear,select::-ms-expand
  {
    display: none;
  }
  
  label
  {
    font-weight: 400;
    margin-bottom: 12px;
  }
  
  label .optional,label .required
  {
    font-size: 12px;
    font-style: italic;
  }
  
  .form-group
  {
    margin-bottom: 22px;
  }
  
  .help-block.text-error
  {
    display: none;
  }
  
  .has-error .help-block.text-error
  {
    display: block;
    color: #d30c0c;
  }
  
  .has-error .help-block,.help-block.text-danger,.help-block.text-error
  {
    color: #d30c0c;
  }
  
  .read-only-data label
  {
    margin: 5px 0 0;
  }
  
  .read-only-data label+p
  {
    color: #2e2e2e;
  }
  
  fieldset
  {
    margin-top: 40px;
  }
  
  fieldset legend
  {
    color: #717171;
  }
  
  .checkbox-list span,.checkboxList span,a.list-group-item
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
  }
  
  .form-control
  {
    display: block;
    width: 100%;
    color: #3e53a4;
    background-color: #fff;
    background-image: none;
    border: 1px solid silver;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 12px;
    height: 40px;
  }
  
  .form-control:focus
  {
    outline: none;
  }
  
  .form-control::-moz-focus-inner
  {
    border: 0;
  }
  
  .form-control[disabled],fieldset[disabled] .form-control
  {
    background-color: #f8f8f8!important;
    border-color: #dbdbdb;
    color: #454545;
    cursor: not-allowed;
    -webkit-text-fill-color: #454545;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .form-control[readonly]
  {
    background-color: #f8f8f8;
    border-color: #dbdbdb;
    color: #4e4e4e;
    pointer-events: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .input-group-addon
  {
    background-color: transparent;
    border-color: silver;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .input-group-btn>.btn
  {
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 1.43857;
    border-color: #3e53a4;
    min-width: 1px;
  }
  
  .input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group .form-control:last-child,.input-group .form-control:not(:first-child):not(:last-child)
  {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 3;
  }
  
  .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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child),.input-group .form-control:first-child
  {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 3;
  }
  
  .input-group-double .form-control:not(:first-child):not(:last-child)
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  select
  {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAxNiAyMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZHJvcGFycm93PC90aXRsZT48cGF0aCBkPSJNMCA3LjM0NGgxMC41bC01LjI1IDUuNTY2LTUuMjUtNS41NjV6IiBmaWxsPSIjNGU0ZTRlIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=") 100% no-repeat!important;
  }
  
  select[multiple],select[size]
  {
    background-image: none!important;
    color: #717171;
  }
  
  select.form-control
  {
    padding-right: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  select:hover
  {
    cursor: pointer;
  }
  
  .ui-select-bootstrap .ui-select-choices-row.active>a
  {
    color: #2e2e2e;
    text-decoration: none;
    outline: 0;
    background-color: #eaedf8;
  }
  
  .input-sm,select.input-sm
  {
    height: 36px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.42857;
  }
  
  .input-xs,select.input-xs
  {
    height: 30px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .input-lg,select.input-lg
  {
    line-height: 1.33333;
    font-size: 17px;
    height: 50px;
  }
  
  .widget-header h3
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .has-error .form-control,.has-error .form-control:focus
  {
    border-color: #d30c0c;
  }
  
  .form-control[disabled].datepicker,.form-control[disabled].timepicker,.form-control[readonly].datepicker,.form-control[readonly].timepicker,fieldset[disabled] .form-control.datepicker,fieldset[disabled] .form-control.timepicker
  {
    cursor: pointer;
    background-color: #fff;
  }
  
  .repeated-field
  {
    margin-bottom: 20px;
  }
  
  .repeated-field.last
  {
    margin-bottom: 3px;
  }
  
  .add-another-link
  {
    font-size: 12px;
    text-decoration: underline;
  }
  
  .item-selector-button
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .btn-default.ui-select-toggle
  {
    border-color: silver;
  }
  
  .form-inline .checkbox input[type=checkbox]
  {
    position: absolute;
  }
  
  .control
  {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #717171;
    cursor: pointer;
  }
  
  .control input
  {
    position: absolute;
    opacity: 0;
    z-index: -1;
  }
  
  .control-indicator
  {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 100%;
    color: #eee;
    border: 1px solid #9b9b9b;
    text-align: center;
    background-color: #fff;
    background-size: 50% 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .control input:focus~.control-indicator
  {
    -webkit-box-shadow: 0 0 0 .08rem #fff,0 0 0 .2rem #8b98c8;
    box-shadow: 0 0 0 .08rem #fff,0 0 0 .2rem #8b98c8;
  }
  
  .control input:checked~.control-indicator
  {
    color: #3e53a4;
    border: 1px solid #3e53a4;
    background-color: #fff;
  }
  
  .control input:active~.control-indicator
  {
    color: #3e53a4;
    background-color: #fff;
  }
  
  .control.disabled input~.control-indicator,.control input[disabled]~.control-indicator
  {
    color: silver;
    background-color: #f0f0f0;
    border: 1px solid silver;
    cursor: default;
  }
  
  .checkbox.disabled label,.control.disabled,.radio.disabled label
  {
    color: silver;
    cursor: default;
  }
  
  .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
  {
    background-color: #f8f8f8;
    border-color: silver;
    color: #454545;
    opacity: 1;
  }
  
  .checkbox .control-indicator
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .checkbox input:checked~.control-indicator
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjIyMSAwbC0uNzkuNzktMy4xNTkgMy4xNTktLjkwMy0uOTAzLS43OS0uNzktMS41NzkgMS41NzkuNzkuNzkgMS42OTIgMS42OTIuNzkuNzkuNzktLjc5IDMuOTQ5LTMuOTQ5Ljc5LS43OS0xLjU3OS0xLjU3OXoiIGZpbGw9IiMzRTUzQTQiLz48L3N2Zz4=");
  }
  
  .radio .control-indicator
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .radio input:checked~.control-indicator
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgNiA2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgZmlsbD0iIzNFNTNBNCIgY3g9IjMiIGN5PSIzIiByPSIzIi8+PC9zdmc+");
  }
  
  .controls-stacked
  {
    margin: 15px 0;
  }
  
  .controls-stacked .control,.controls-stacked .progress
  {
    display: block;
  }
  
  .controls-stacked .control+.control,.controls-stacked .progress+.progress
  {
    margin-top: 7px;
  }
  
  .controls-inline
  {
    margin: 15px 0;
  }
  
  .form-inline .controls-inline .control.radio
  {
    padding-left: 10px;
  }
  
  .form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline
  {
    padding-top: 0;
  }
  
  .controls-inline .control
  {
    display: inline-block;
  }
  
  .controls-inline .control+.control
  {
    margin-left: 15px;
  }
  
  .search-clear
  {
    position: absolute;
    padding-right: 3px;
    padding-left: 0;
    right: 0;
    z-index: 4;
    border: 0;
    opacity: 1;
    color: silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .glyphicon
  {
    line-height: 1.42857;
  }
  
  .serif,.serif p
  {
    font-family: Georgia,Times,Times New Roman,serif;
  }
  
  .sans,.sans-serif,.sans-serif p,.sans p
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .code,code,pre
  {
    font-family: Menlo,Consolas,Monaco,Courier New,monospace;
  }
  
  hr
  {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1;
  }
  
  a
  {
    color: #3e53a4;
  }
  
  a:hover
  {
    color: #314183;
  }
  
  a.read-more
  {
    font-size: 12px;
    white-space: nowrap;
  }
  
  a.read-more:after
  {
    content: "\2026";
  }
  
  .alert a,.toast a,p a,td a,ul:not(.nav) li a
  {
    text-decoration: underline;
  }
  
  a.btn,ul.dropdown-menu li a,ul.menu-items li a,ul.pagination li a
  {
    text-decoration: none;
  }
  
  h1 a,h2 a,h3 a,h4 a,h5 a,h6 a
  {
    color: inherit;
  }
  
  .display2
  {
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-size: 60px;
    line-height: 1.3;
  }
  
  .display2.alt
  {
    color: #cf0989;
  }
  
  .display2.ko
  {
    color: #fff;
  }
  
  .display1
  {
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-size: 48px;
    line-height: 1.4;
  }
  
  .display1.alt
  {
    color: #cf0989;
  }
  
  .display1.ko
  {
    color: #fff;
  }
  
  h1
  {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    color: #cf0989;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  
  h1.ko
  {
    color: #fff;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
  }
  
  h1.alt
  {
    color: #cf0989;
  }
  
  h1.page-title
  {
    margin-top: 90px;
  }
  
  .doc-hero h1,.hero h1
  {
    color: #fff;
  }
  
  .doc-hero h1,.hero h1,h2
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
  }
  
  h2
  {
    font-size: 24px;
    line-height: 1.58;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  h2.ko
  {
    color: fff;
  }
  
  h2.alt
  {
    color: #717171;
  }
  
  h2.section-divider
  {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
  }
  
  h1+h2,h2.follows-h1
  {
    margin-top: 20px;
  }
  
  h2.tab-header,h2.table-header
  {
    margin-bottom: 40px;
  }
  
  h3
  {
    font-size: 20px;
    line-height: 1.6;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    color: #2e2e2e;
  }
  
  h3.ko
  {
    color: #fff;
  }
  
  h3.alt
  {
    color: #717171;
  }
  
  h4
  {
    font-size: 16px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 1.625;
  }
  
  h4.alt
  {
    color: #717171;
  }
  
  h4.alt2
  {
    color: #3e53a4;
  }
  
  h4.ko
  {
    color: #fff;
  }
  
  h5
  {
    font-size: 14px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #2e2e2e;
  }
  
  h5.alt
  {
    color: #717171;
  }
  
  h5.alt2
  {
    color: #3e53a4;
  }
  
  h5.ko
  {
    color: #fff;
  }
  
  h6
  {
    font-size: 12px;
    margin-top: 14px;
  }
  
  .subheader,h6
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #2e2e2e;
  }
  
  .subheader
  {
    font-size: 14px;
  }
  
  .subheader.alt,body
  {
    color: #717171;
  }
  
  body
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  
  .text-large,p.lead,p.lede
  {
    font-size: 17px;
    line-height: 1.875;
  }
  
  .small,.text-small,small
  {
    font-size: 12px;
    line-height: 2;
  }
  
  .text-mouse,.text-xs
  {
    font-size: 11px;
  }
  
  .doc-note
  {
    font-size: 12px;
    font-style: italic;
    color: #cf0989;
  }
  
  .ps-light
  {
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .ps-light.italic,.ps-light em,.ps-light i
  {
    font-family: PrecisionSans_W_LtIt,Helvetica Neue,Arial,sans-serif;
  }
  
  .ps-light b,.ps-light strong
  {
    font-family: PrecisionSans_W_Md,Helvetica Neue,Arial,sans-serif;
  }
  
  .media-heading
  {
    font-family: PrecisionSans_W_Bd,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
  }
  
  .list-nomarkers
  {
    list-style-type: none;
  }
  
  dt
  {
    margin-top: 10px;
    margin-bottom: 3px;
  }
  
  dt:first-child
  {
    margin-top: 0;
  }
  
  dt dd
  {
    margin-bottom: 5px;
  }
  
  .dlist-condensed dt
  {
    margin-bottom: 0;
    line-height: 1.3;
  }
  
  .dlist-condensed dd
  {
    line-height: 1.2;
    margin-bottom: 2px;
  }
  
  ol.spaced>li,ul.spaced>li
  {
    margin-top: 10px;
  }
  
  ol,ol.spaced>li:first-child,ul,ul.spaced>li:first-child
  {
    margin-top: 0;
  }
  
  ol,ul
  {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 1.5em;
  }
  
  .fa-active
  {
    color: #cf0989;
  }
  
  .fa-lg
  {
    font-size: 1.5em;
  }
  
  .pb-lg
  {
    font-size: 1.4em;
    line-height: .5;
    display: inline-block;
    vertical-align: -3px;
  }
  
  .nav-pills>li>a,.nav-tabs>li>a
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
  }
  
  .help-block
  {
    color: #9b9b9b;
  }
  
  #header .navbar .container .navbar-brand.brand-text,#header .navbar .navbar-brand.brand-text,.nav.navbar-nav,header .navbar .container .navbar-brand.brand-text,header .navbar .navbar-brand.brand-text
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
  }
  
  .nav.navbar-nav
  {
    font-size: 16px;
  }
  
  .text-left
  {
    text-align: left;
  }
  
  .text-right
  {
    text-align: right;
  }
  
  .text-center
  {
    text-align: center;
  }
  
  .text-justify
  {
    text-align: justify;
  }
  
  @media (max-width:767px)
  {
    .text-left-xs
    {
      text-align: left;
    }
  
    .text-right-xs
    {
      text-align: right;
    }
  
    .text-center-xs
    {
      text-align: center;
    }
  }
  
  .text-primary
  {
    color: #3e53a4;
  }
  
  .text-muted
  {
    color: silver;
  }
  
  .text-success
  {
    color: #00b140;
  }
  
  .text-info
  {
    color: #0072b8;
  }
  
  .text-danger,.text-error
  {
    color: #d30c0c;
  }
  
  .pbfont.lg
  {
    font-size: 1.33333333em;
    vertical-align: -16%;
  }
  
  .pbfont.x2
  {
    font-size: 2em;
  }
  
  .pbfont.x3
  {
    font-size: 3em;
  }
  
  .pbfont.x4
  {
    font-size: 4em;
  }
  
  .pbfont.x5
  {
    font-size: 5em;
  }
  
  .pbfont.x6
  {
    font-size: 6em;
  }
  
  .ats-switch:hover,.form-control.focus,.form-control:focus,.item-selector-button.hover,.item-selector-button:hover,.selectize-control.single .selectize-input.focus,.selectize-input.focus,.tile-button.hover,.tile-button:hover,.toolbar .input-group .form-control.search.focus,.toolbar .input-group .form-control.search:focus
  {
    border-color: #3e53a4;
    border-width: 1px;
    outline: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
  }
  
  .selectize-input
  {
    border-color: silver;
  }
  
  .selectize-input,.selectize-input.dropdown-active
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .selectize-input.dropdown-active:after
  {
    margin-top: -4px;
    border-width: 0 5px 5px;
    border-color: transparent transparent #333;
  }
  
  .input-group .selectize-control .selectize-input
  {
    overflow: initial;
    border-color: silver;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
  }
  
  .input-group .input-group-addon:first-child~.selectize-control .selectize-input
  {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
  }
  
  .input-group.input-group-lg .selectize-control .selectize-input
  {
    padding: 13px 16px;
    line-height: 1.33333;
    font-size: 14px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
  }
  
  .input-group.input-group-lg .selectize-control .selectize-input .has-items
  {
    padding: 13px 16px;
  }
  
  .input-group.input-group-sm .selectize-control .selectize-input
  {
    padding: 7px 10px;
    line-height: 1.5;
    font-size: 11px;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .selectize-control.single .selectize-input
  {
    border-color: silver;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .selectize-input.items.has-options.full.has-items .item
  {
    color: #3e53a4;
  }
  
  .selectize-input:after
  {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #333 transparent transparent;
  }
  
  .bs-wizard .bs-wizard-step
  {
    padding: 0;
    position: relative;
  }
  
  .bs-wizard .bs-wizard-step .bs-wizard-stepnum
  {
    color: #717171;
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .bs-wizard .bs-wizard-step .bs-wizard-info
  {
    color: #717171;
    font-size: 12px;
  }
  
  .bs-wizard .bs-wizard-step .bs-wizard-dot
  {
    position: absolute;
    width: 14px;
    height: 14px;
    display: block;
    background: #a7a7a7;
    top: -3px;
    left: 55%;
    margin-left: -14px;
    border: 2px solid #fff;
  }
  
  .bs-wizard .bs-wizard-step .progress
  {
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 50%;
  }
  
  .bs-wizard .bs-wizard-step .progress .progress-bar
  {
    width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: silver;
  }
  
  .bs-wizard .bs-wizard-step.complete>.progress>.progress-bar
  {
    width: 100%;
    background-color: #00b140;
  }
  
  .bs-wizard .bs-wizard-step.complete .bs-wizard-stepnum
  {
    color: #00b140;
  }
  
  .bs-wizard .bs-wizard-step.active>.progress>.progress-bar
  {
    width: 50%;
    background-color: #009bdf;
  }
  
  .bs-wizard .bs-wizard-step.active .bs-wizard-stepnum
  {
    color: #009bdf;
  }
  
  .bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar
  {
    width: 0;
  }
  
  .bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar
  {
    width: 100%;
  }
  
  .bs-wizard>.bs-wizard-step:first-child>.progress
  {
    left: 50%;
  }
  
  .bs-wizard>.bs-wizard-step:last-child>.progress
  {
    width: 0;
  }
  
  .media
  {
    background-color: pb-gray-50;
    padding: 20px;
    margin-top: 15px;
  }
  
  .media.first,.media:first-child
  {
    margin-top: 0;
  }
  
  .media-heading
  {
    font-weight: 700;
  }
  
  .leftnav-tree .nav-list .nav-header
  {
    margin-top: 10px;
    padding-top: 10px;
  }
  
  .leftnav-tree .nav-list .nav-header:last-child label
  {
    margin-bottom: 15px;
  }
  
  .leftnav-tree .nav-list .nav-header .nav-icon
  {
    font-size: 16px;
  }
  
  .leftnav-tree .nav-list .nav-header.active .nav-icon,.leftnav-tree .nav-list .nav-header.active label,.leftnav-tree .nav-list .nav-header:hover .nav-icon,.leftnav-tree .nav-list .nav-header:hover label
  {
    color: #3e53a4;
  }
  
  .leftnav-tree .nav-list .nav-header label
  {
    cursor: pointer;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    padding-left: 10px;
  }
  
  .leftnav-tree .nav-list .nav-header i
  {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    color: #2e2e2e;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
  }
  
  .leftnav-tree .nav-list .nav-header.open label:before
  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    background-color: #3e53a4;
    height: 40px;
  }
  
  .leftnav-tree .nav-list .nav-header.open i
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 10px;
  }
  
  .leftnav-tree .nav-list .nav-header a
  {
    font-size: inherit;
    display: block;
  }
  
  .leftnav-tree .nav-list .nav-header a:hover
  {
    text-decoration: none;
  }
  
  .leftnav-tree .nav-list .tree
  {
    padding: 0;
  }
  
  .leftnav-tree .nav-list .tree li
  {
    padding-left: 0;
  }
  
  .leftnav-tree .nav-list .tree li a
  {
    font-size: 14px;
    padding: 10px;
    color: #2e2e2e;
    display: block;
  }
  
  .leftnav-tree .nav-list .tree li a:hover
  {
    background-color: #eaedf8;
  }
  
  .leftnav-tree .nav-list .tree li a.active,.leftnav-tree .nav-list .tree li a:active
  {
    background-color: #c8cee4;
  }
  
  .leftnav-tree .nav-list .open i.nav-icon
  {
    -webkit-transform: none;
    transform: none;
  }
  
  .leftnav-tree .nav-list i.nav-icon
  {
    float: none;
  }
  
  .list-group-divided .list-group-item-heading
  {
    padding: 10px 0;
    font-weight: 700;
  }
  
  .list-group-divided .list-group-item-heading i
  {
    padding-top: 5px;
  }
  
  .menu .menu-heading
  {
    white-space: nowrap;
    padding: 5px 3px;
    color: #717171;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
  }
  
  .menu .menu-heading:hover
  {
    background-color: transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3e53a4;
  }
  
  .menu .menu-heading i.fa
  {
    margin-right: 10px;
  }
  
  .menu .menu-content
  {
    display: none;
  }
  
  .menu .menu-content li
  {
    white-space: nowrap;
  }
  
  .menu .menu-content li:hover
  {
    background: #f8f8f8;
    color: #3e53a4;
  }
  
  .menu .menu-content li a
  {
    color: #717171;
    text-decoration: none;
    padding-left: 41px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    cursor: pointer;
  }
  
  .menu .menu-content li a.active,.menu .menu-content li a:hover
  {
    color: #3e53a4;
  }
  
  .menu .menu-collapse
  {
    cursor: default;
    padding-left: 3px;
  }
  
  .menu .menu-collapse i.fa
  {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .menu .menu-collapse i.fa:hover
  {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3e53a4;
  }
  
  .menu .menu-collapse i.fa:before
  {
    content: "\f0a8";
  }
  
  .menu>li.open .menu-heading .menu-title,.menu>li.open .menu-heading b,.menu>li.open .menu-heading i
  {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #3e53a4;
  }
  
  .minified .menu>li:hover .menu-heading
  {
    -webkit-transition: none;
    transition: none;
    background-color: #f8f8f8;
    width: 200px;
  }
  
  .minified .menu>li:hover .menu-title
  {
    display: inline-block!important;
    background-color: #f8f8f8;
    font-weight: 700;
  }
  
  .minified .menu>li:hover .menu-content
  {
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #f8f8f8;
    position: absolute;
    width: 165px;
    left: 45px;
    display: block!important;
  }
  
  .minified .menu>li:hover .menu-content li a
  {
    padding: 5px;
  }
  
  .minified .menu .menu-collapse i.fa
  {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .no-csstransforms .minified .menu .menu-collapse i.fa:before
  {
    content: "\f0a9";
  }
  
  .leftnav-tree * :focus
  {
    outline: none!important;
  }
  
  .leftnav-tree .panel-group .panel-default
  {
    border: 0;
    border-bottom: 1px solid #e8e8e8;
    background-color: transparent;
  }
  
  .leftnav-tree .panel-group .panel-heading
  {
    background-color: transparent;
    padding: 10px;
  }
  
  .leftnav-tree .panel-group .panel-heading h4.panel-title
  {
    cursor: pointer;
    outline: 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .leftnav-tree .panel-group .panel-heading h4.panel-title a
  {
    font-size: 16px;
    color: #2e2e2e;
  }
  
  .leftnav-tree .panel-group .panel-heading h4.panel-title a i.nc-icon-mini
  {
    padding-right: 0;
  }
  
  .alert-dismissable .close,.alert-dismissible .close
  {
    right: 0;
  }
  
  .carousel,.nav,.pagination,.panel-title a
  {
    cursor: pointer;
  }
  
  ul[datepicker-popup-wrap]
  {
    padding: 15px 10px;
  }
  
  ul[datepicker-popup-wrap] table:focus
  {
    outline: none;
  }
  
  ul[datepicker-popup-wrap] thead tr th button
  {
    border: 0;
  }
  
  ul[datepicker-popup-wrap] tbody tr td
  {
    padding-right: 1px;
    padding-left: 1px;
  }
  
  ul[datepicker-popup-wrap] tbody tr td button
  {
    border: 0;
  }
  
  ul[datepicker-popup-wrap] tbody tr td button.active
  {
    background: #3e53a4;
  }
  
  ul[datepicker-popup-wrap] tbody tr td button.active span
  {
    color: #fff;
  }
  
  table[timepicker] tbody tr td
  {
    padding-left: 3px;
    padding-right: 3px;
  }
  
  table[timepicker] tbody tr td input
  {
    padding: 0;
  }
  
  .dropdown-menu table[timepicker]
  {
    margin: 10px;
  }
  
  .tab-content-bordered .tab-content
  {
    border: 1px solid pb-gray-50;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
  }
  
  .dropdown-menu>a:hover
  {
    color: inherit;
  }
  
  .dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>a:hover
  {
    background-color: #eaedf8;
  }
  
  .fullscreen #footer,.fullscreen #header,.fullscreen footer,.fullscreen header:not(.demo)
  {
    display: none;
  }
  
  .nav.nav-list.tree-menu a
  {
    padding: 3px;
    color: #717171;
  }
  
  .nav.nav-list.tree-menu a:hover
  {
    color: #3e53a4;
  }
  
  .nav.nav-list.tree-menu>li
  {
    padding-top: 5px;
  }
  
  .nav.nav-list.tree-menu ul.nav.nav-list.tree
  {
    display: none;
  }
  
  .nav.nav-list.tree-menu ul li
  {
    padding-left: 10px;
  }
  
  .nav.nav-list.tree-menu ul li:hover
  {
    color: #3e53a4;
  }
  
  .nav.nav-list.tree-menu .nav-header
  {
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
    display: inline-block;
  }
  
  .nav.nav-list.tree-menu .nav-header:before
  {
    content: "\25B8";
    padding-right: 3px;
    font-weight: 400;
    display: inline-block;
    color: #3e53a4;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: 40% center;
    transform-origin: 40% center;
  }
  
  .nav.nav-list.tree-menu .nav-header.open:before
  {
    color: #3e53a4;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .nav.nav-list.tree-menu.utility-nav .nav-header
  {
    width: 100%;
  }
  
  .nav.nav-list.tree-menu.utility-nav .nav-header:before
  {
    content: "";
  }
  
  .nav.nav-list.tree-menu.utility-nav .nav-header:hover
  {
    color: #3e53a4;
  }
  
  .nav.nav-list.tree-menu.utility-nav li b.fa:before
  {
    content: "\f105";
  }
  
  .nav.nav-list.tree-menu.utility-nav li.open b.fa:before
  {
    content: "\f107";
  }
  
  .minified .nav.nav-list.tree-menu.utility-nav li.open ul
  {
    position: absolute;
    background-color: pb-gray-50;
    min-width: 150px;
    left: 30px;
    top: 13px;
    z-index: 20;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
  }
  
  .minified .nav.nav-list.tree-menu.utility-nav li.open ul li
  {
    padding-left: 10px;
    padding-bottom: 5px;
  }
  
  .nav.nav-list.tree-menu.utility-nav ul li
  {
    padding-left: 27px;
    padding-top: 5px;
    width: 100%;
  }
  
  .nav.nav-list.tree-menu.utility-nav ul li:hover
  {
    background: pb-gray-50;
  }
  
  .data-widget
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  @media (max-width:767px)
  {
    .data-widget
    {
      margin-bottom: 20px;
    }
  }
  
  @media (min-width:768px)
  {
    .data-widget
    {
      margin-bottom: 20px;
    }
  }
  
  .data-widget .data-widget-icon
  {
    color: #fff;
    font-size: 3em;
    -webkit-box-flex: 66px;
    -ms-flex: 66px 0 0px;
    flex: 66px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .data-widget .data-widget-icon i
  {
    display: block;
    margin: auto;
  }
  
  .data-widget .data-widget-data
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    padding: 15px 20px 10px;
    margin: auto;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .data-widget .data-widget-data .data-description
  {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 16px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-weight: 400;
  }
  
  .data-widget .data-widget-data .data-value
  {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 400;
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .card.category-widget,.panel.category-widget
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  
  .card.category-widget:hover,.panel.category-widget:hover
  {
    background-color: #eaedf8;
    border-color: #c8cee4;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.05);
    box-shadow: 0 3px 7px rgba(0,0,0,.05);
  }
  
  .card.category-widget:hover .card-footer,.card.category-widget:hover .panel-footer,.panel.category-widget:hover .card-footer,.panel.category-widget:hover .panel-footer
  {
    background-position: 0 100%;
  }
  
  .card.category-widget .category-widget-icon,.panel.category-widget .category-widget-icon
  {
    font-size: 5em;
    text-align: center;
  }
  
  .card.category-widget .card-footer,.card.category-widget .panel-footer,.panel.category-widget .card-footer,.panel.category-widget .panel-footer
  {
    padding: 15px 20px;
    border-top: transparent;
    background-position: 200% 0;
    background-size: 100% 200%;
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    background-image: linear-gradient(0deg,#d8dbf1,#d8dbf1 50%,#f0f0f0 0,#f0f0f0);
  }
  
  .card.category-widget .card-footer .category-widget-title,.card.category-widget .panel-footer .category-widget-title,.panel.category-widget .card-footer .category-widget-title,.panel.category-widget .panel-footer .category-widget-title
  {
    margin: 0 0 5px;
    padding: 0;
    line-height: normal;
    font-weight: 400;
  }
  
  .card.category-widget .card-footer .category-widget-description,.card.category-widget .panel-footer .category-widget-description,.panel.category-widget .card-footer .category-widget-description,.panel.category-widget .panel-footer .category-widget-description
  {
    margin: 0;
    padding: 0;
  }
  
  .doc-gallery .image-gallery-item
  {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .doc-gallery .image-gallery-item:focus
  {
    outline: none;
  }
  
  .doc-gallery .image-gallery-item:hover
  {
    cursor: pointer;
    -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 7px 0 rgba(0,0,0,.3);
  }
  
  .doc-gallery .image-gallery-item.active
  {
    border-color: #3e53a4;
    border-width: 2px;
  }
  
  .slick-next,.slick-prev
  {
    height: 20px;
    border: none;
  }
  
  .slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover
  {
    outline: none;
    background: transparent;
    color: transparent;
  }
  
  .slick-next.slick-disabled:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev.slick-disabled:before,.slick-prev:focus:before,.slick-prev:hover:before
  {
    opacity: 1;
  }
  
  .slick-next:before,.slick-prev:before
  {
    font-family: Nucleo Mini;
    font-size: 20px;
    line-height: 1;
    color: silver;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-prev
  {
    left: -25px;
  }
  
  [dir=rtl] .slick-prev
  {
    left: auto;
    right: -25px;
  }
  
  .slick-prev:before
  {
    content: "";
  }
  
  [dir=rtl] .slick-prev:before
  {
    content: "";
  }
  
  .slick-next
  {
    right: -25px;
  }
  
  [dir=rtl] .slick-next
  {
    left: -25px;
    right: auto;
  }
  
  .slick-next:before
  {
    content: "";
  }
  
  [dir=rtl] .slick-next:before
  {
    content: "";
  }
  
  .slick-next,.slick-prev
  {
    opacity: 1;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
  }
  
  .slick-next.slick-disabled,.slick-prev.slick-disabled
  {
    opacity: 0;
  }
  
  .slick-slider
  {
    margin-bottom: 30px;
  }
  
  .slick-dots
  {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  
  .slick-dots li
  {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
  }
  
  .slick-dots li,.slick-dots li button
  {
    height: 20px;
    width: 20px;
    cursor: pointer;
  }
  
  .slick-dots li button
  {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
  }
  
  .slick-dots li button:focus,.slick-dots li button:hover
  {
    outline: none;
  }
  
  .slick-dots li button:focus:before,.slick-dots li button:hover:before
  {
    opacity: 1;
  }
  
  .slick-dots li button:before
  {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: Nucleo Mini;
    font-size: 25px;
    line-height: 20px;
    text-align: center;
    color: #c8cee4;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .slick-dots li.slick-active button:before
  {
    color: #3e53a4;
    opacity: 1;
  }
  
  .slick-next:hover:before,.slick-prev:hover:before
  {
    color: silver;
  }
  
  .slick-prev
  {
    left: -40px;
  }
  
  .slick-next
  {
    right: -40px;
  }
  
  .slick-slider
  {
    margin-right: 40px;
    margin-left: 40px;
  }
  
  .slick-slide
  {
    margin: 0 10px;
  }
  
  .slick-dots li
  {
    margin: 0;
    width: 15px;
  }
  
  .slick-next,.slick-prev
  {
    position: absolute;
    display: block;
    height: 40px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    outline: none;
  }
  
  .accordion-group .card-default>.panel-heading+.panel-collapse>.panel-body,.accordion-group .panel,.accordion-group .panel-default>.panel-heading,.accordion-group .panel-default>.panel-heading+.panel-collapse>.panel-body,.accordion-group .panel-group .panel-heading+.panel-collapse>.list-group,.accordion-group .panel-group .panel-heading+.panel-collapse>.panel-body,uib-accordion .card-default>.panel-heading+.panel-collapse>.panel-body,uib-accordion .panel,uib-accordion .panel-default>.panel-heading,uib-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body,uib-accordion .panel-group .panel-heading+.panel-collapse>.list-group,uib-accordion .panel-group .panel-heading+.panel-collapse>.panel-body
  {
    border-color: #e1e1e1;
  }
  
  .accordion-group .panel .panel-body,uib-accordion .panel .panel-body
  {
    padding: 15px;
  }
  
  .accordion-group .panel-title,uib-accordion .panel-title
  {
    cursor: pointer;
    font-weight: 400;
    padding-right: 25px;
    width: 100%;
    display: block;
  }
  
  .accordion-group .panel-title:hover,.accordion-group .panel-title:hover a:after,uib-accordion .panel-title:hover,uib-accordion .panel-title:hover a:after
  {
    color: #3e53a4;
  }
  
  .accordion-group .panel-title a:after,uib-accordion .panel-title a:after
  {
    font: normal normal normal 25px/1 Nucleo Outline;
    content: "\eaaf";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    margin-top: -3px;
    margin-right: -25px;
    transition: transform .2s;
    display: inline-block;
    float: right;
    color: #717171;
  }
  
  .accordion-group .panel-title a:focus,uib-accordion .panel-title a:focus
  {
    text-decoration: none;
    outline: none;
  }
  
  .accordion-group .panel-title a:hover,uib-accordion .panel-title a:hover
  {
    color: #3e53a4;
    text-decoration: none;
  }
  
  .accordion-group .panel.active .panel-heading,.accordion-group .panel.panel-open .panel-heading,uib-accordion .panel.active .panel-heading,uib-accordion .panel.panel-open .panel-heading
  {
    border-left: 2px solid #3e53a4;
    padding-left: 13px;
  }
  
  .accordion-group .panel.active .panel-title a,.accordion-group .panel.panel-open .panel-title a,uib-accordion .panel.active .panel-title a,uib-accordion .panel.panel-open .panel-title a
  {
    color: #3e53a4;
  }
  
  .accordion-group .panel.active .panel-title a:after,.accordion-group .panel.panel-open .panel-title a:after,uib-accordion .panel.active .panel-title a:after,uib-accordion .panel.panel-open .panel-title a:after
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .panel-group .panel
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .panel-group .panel+.panel
  {
    margin-top: 0;
    border-top: 0;
  }
  
  .panel-group .panel .panel-heading
  {
    margin: 0;
    padding: 15px 30px 10px 15px;
    border-bottom: 0;
  }
  
  .panel-group .panel .panel-heading a
  {
    display: block;
  }
  
  .collapse-button
  {
    cursor: pointer;
  }
  
  .collapse-button:hover,.collapse-button:hover a:after
  {
    color: #3e53a4;
  }
  
  .collapse-button a:after
  {
    font: normal normal normal 25px/1 Nucleo Outline;
    content: "\eaaf";
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
    -webkit-transition: -webkit-transform .7s;
    transition: -webkit-transform .7s;
    transition: transform .7s;
    transition: transform .7s,-webkit-transform .7s;
    float: right;
    display: inline-block;
    color: #717171;
  }
  
  .collapse-button.open a:after
  {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .accordion-graybg .panel-default>.panel-heading,.accordion-graybg .panel-heading,.accordion-group.accordion-graybg .panel-default>.panel-heading,.accordion-group.accordion-graybg .panel-heading
  {
    background-color: #f8f8f8;
  }
  
  .accordion-noborder.accordion-group .card-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder.accordion-group .panel,.accordion-noborder.accordion-group .panel-default>.panel-heading,.accordion-noborder.accordion-group .panel-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder.accordion-group .panel-group .panel-heading+.panel-collapse>.list-group,.accordion-noborder.accordion-group .panel-group .panel-heading+.panel-collapse>.panel-body,.accordion-noborder .card-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder .panel,.accordion-noborder .panel-default>.panel-heading,.accordion-noborder .panel-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder .panel-group .panel-heading+.panel-collapse>.list-group,.accordion-noborder .panel-group .panel-heading+.panel-collapse>.panel-body,.accordion-noborder[div][uib-accordion] .card-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder[div][uib-accordion] .panel,.accordion-noborder[div][uib-accordion] .panel-default>.panel-heading,.accordion-noborder[div][uib-accordion] .panel-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder[div][uib-accordion] .panel-group .panel-heading+.panel-collapse>.list-group,.accordion-noborder[div][uib-accordion] .panel-group .panel-heading+.panel-collapse>.panel-body,.accordion-noborder[uib-accordion] .card-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder[uib-accordion] .panel,.accordion-noborder[uib-accordion] .panel-default>.panel-heading,.accordion-noborder[uib-accordion] .panel-default>.panel-heading+.panel-collapse>.panel-body,.accordion-noborder[uib-accordion] .panel-group .panel-heading+.panel-collapse>.list-group,.accordion-noborder[uib-accordion] .panel-group .panel-heading+.panel-collapse>.panel-body
  {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-width: 2px;
  }
  
  tags-input.ng-invalid .tags
  {
    border-color: #d30c0c;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  tags-input.ng-invalid .tags.focused
  {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
  }
  
  tags-input .tags
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: #9b9b9b;
  }
  
  tags-input .tags.focused
  {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
    border-color: #3e53a4;
  }
  
  tags-input .tags .input.invalid-tag
  {
    color: #d30c0c;
  }
  
  tags-input .tags .tag-item
  {
    background: #f8f8f8;
    color: #3e53a4;
    font-size: 12px;
    border-color: transparent;
  }
  
  tags-input .tags .tag-item.selected
  {
    color: #fff;
    background-color: #3e53a4;
    border-color: transparent;
  }
  
  tags-input .tags .tag-item.selected .remove-button
  {
    color: #fff;
  }
  
  tags-input .tags .tag-item .remove-button
  {
    font-weight: 400;
  }
  
  tags-input .tags .tag-item .remove-button:active
  {
    color: inherit;
  }
  
  tags-input .autocomplete .suggestion-item
  {
    font-size: 14px;
  }
  
  tags-input .autocomplete .suggestion-item em
  {
    font-size: inherit;
  }
  
  tags-input .autocomplete .suggestion-item.selected
  {
    background-color: #eaedf8;
  }
  
  tags-input .autocomplete .suggestion-item.selected em
  {
    background-color: transparent;
  }
  
  .ui-select-bootstrap .ui-select-match>.btn:hover
  {
    background-color: #fff;
    border-color: silver;
  }
  
  .ui-select-bootstrap .ui-select-choices
  {
    margin-top: 5px;
    z-index: 5;
  }
  
  .ui-select-bootstrap .ui-select-choices-row>a:hover
  {
    background-color: #eaedf8;
  }
  
  .ui-select-bootstrap .ui-select-choices-row.active>a
  {
    background-color: #d8dbf1;
  }
  
  .ui-select-multiple.ui-select-bootstrap.open
  {
    border-color: #3e53a4;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
  }
  
  .ui-select-multiple.ui-select-bootstrap input.ui-select-search
  {
    height: inherit;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  
  .ui-select-multiple.ui-select-bootstrap .ui-select-match-item
  {
    background: #eaedf8;
    border: 0;
    color: #3e53a4;
    vertical-align: middle;
    font-family: Arial,sans-serif;
    padding: 0 5px;
    height: 26px;
    line-height: 26px;
  }
  
  .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .close
  {
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    font-family: Arial,sans-serif;
    text-shadow: none;
    position: relative;
    margin-left: 5px;
    color: #585858;
  }
  
  .checkbox-list,.checkboxList,.list-box
  {
    height: 120px;
    overflow-y: scroll;
  }
  
  .checkbox-list label,.checkboxList label,.list-box label
  {
    margin: 0;
  }
  
  .checkbox-list span,.checkboxList span,.list-box span
  {
    color: #717171;
  }
  
  .checkbox-list.checkbox-list-autoheight,.checkbox-list.list-box-autoheight,.checkboxList.checkbox-list-autoheight,.checkboxList.list-box-autoheight,.list-box.checkbox-list-autoheight,.list-box.list-box-autoheight
  {
    height: auto;
  }
  
  .card,.panel
  {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid silver;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .card:focus,.panel:focus
  {
    outline: none;
  }
  
  .card-body,.panel-body
  {
    padding: 30px;
    zoom: 1;
  }
  
  .card-body:after,.card-body:before,.panel-body:after,.panel-body:before
  {
    content: "";
    display: table;
  }
  
  .card-body:after,.panel-body:after
  {
    clear: both;
  }
  
  .card-body :last-child,.panel-body :last-child
  {
    margin-bottom: 0;
  }
  
  .card-heading,.panel-heading
  {
    padding: 15px 0 10px;
    margin: 0 30px;
    background-color: transparent;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #2e2e2e;
  }
  
  .card-filled-heading .card-heading,.card-filled-heading .panel-heading,.panel-filled-heading .card-heading,.panel-filled-heading .panel-heading
  {
    margin: 0;
    padding: 15px 30px 10px;
  }
  
  .card-heading>.dropdown .dropdown-toggle,.panel-heading>.dropdown .dropdown-toggle
  {
    color: inherit;
  }
  
  .card-heading+.card-body,.card-heading+.panel-body,.panel-heading+.card-body,.panel-heading+.panel-body
  {
    padding-top: 20px;
  }
  
  .card-heading.card-toggle,.card-heading.panel-toggle,.panel-heading.card-toggle,.panel-heading.panel-toggle
  {
    cursor: pointer;
  }
  
  .card-heading a,.panel-heading a
  {
    color: #2e2e2e;
  }
  
  .card-heading.closed,.panel-heading.closed
  {
    border-bottom: 0;
  }
  
  .card-title,.panel-title
  {
    margin-top: 0;
    margin-bottom: 0;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #2e2e2e;
  }
  
  .card-title>.small,.card-title>.small>a,.card-title>a,.card-title>small,.card-title>small>a,.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a
  {
    color: inherit;
  }
  
  .card-default,.panel-default
  {
    border-color: #e1e1e1;
  }
  
  .card-default>.panel-heading,.panel-default>.panel-heading
  {
    color: #2e2e2e;
    background-color: transparent;
    border-color: #e1e1e1;
  }
  
  .card-default>.panel-heading+.panel-collapse>.panel-body,.panel-default>.panel-heading+.panel-collapse>.panel-body
  {
    border-top-color: #e1e1e1;
  }
  
  .card-default>.panel-heading .badge,.panel-default>.panel-heading .badge
  {
    color: transparent;
    background-color: #2e2e2e;
  }
  
  .card-default>.panel-footer+.panel-collapse>.panel-body,.panel-default>.panel-footer+.panel-collapse>.panel-body
  {
    border-bottom-color: #e1e1e1;
  }
  
  .card-filled-heading,.panel-filled-heading
  {
    border-color: #e1e1e1;
  }
  
  .card-filled-heading>.panel-heading,.panel-filled-heading>.panel-heading
  {
    color: #2e2e2e;
    background-color: none;
    border-color: transparent;
  }
  
  .card-filled-heading>.panel-heading+.panel-collapse>.panel-body,.panel-filled-heading>.panel-heading+.panel-collapse>.panel-body
  {
    border-top-color: #e1e1e1;
  }
  
  .card-filled-heading>.panel-heading .badge,.panel-filled-heading>.panel-heading .badge
  {
    color: none;
    background-color: #2e2e2e;
  }
  
  .card-filled-heading>.panel-footer+.panel-collapse>.panel-body,.panel-filled-heading>.panel-footer+.panel-collapse>.panel-body
  {
    border-bottom-color: #e1e1e1;
  }
  
  .card-filled-heading.card-default>.card-heading,.card-filled-heading.panel-default>.panel-heading,.panel-filled-heading.card-default>.card-heading,.panel-filled-heading.panel-default>.panel-heading
  {
    background-color: #f8f8f8;
  }
  
  .card-shadowed,.panel-shadowed
  {
    border-color: #e1e1e1;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.15);
    box-shadow: 2px 2px 2px rgba(0,0,0,.15);
  }
  
  .card-noborder,.panel-noborder
  {
    border-color: transparent;
  }
  
  .card-table .card-heading,.card-table .panel-heading,.panel-table .card-heading,.panel-table .panel-heading
  {
    border-bottom: 0;
  }
  
  .card-table .table,.panel-table .table
  {
    margin-bottom: 0;
  }
  
  .card-table .table.table-open,.panel-table .table.table-open
  {
    margin-top: 0;
  }
  
  .card-table .table.table-open tr:last-child>td,.panel-table .table.table-open tr:last-child>td
  {
    border-bottom: 0;
  }
  
  .card .list-group
  {
    margin-bottom: 0;
  }
  
  .card .list-group .list-group-item
  {
    border-left: 0;
    border-right: 0;
    padding: 10px 30px;
  }
  
  .card .list-group .list-group-item:last-child
  {
    border-bottom: 0;
  }
  
  .panel-primary .panel-heading
  {
    color: #fff;
    background-color: #3e53a4;
  }
  
  .panel-success .panel-heading
  {
    color: #00b140;
    background-color: #f2f9f2;
  }
  
  .panel-warning .panel-heading
  {
    color: #ee6700;
    background-color: #fcf6f2;
  }
  
  .panel-danger .panel-heading
  {
    color: #d30c0c;
    background-color: #fdf2f2;
  }
  
  .panel-info .panel-heading
  {
    color: #0072b8;
    background-color: #f4f9fd;
  }
  
  .column
  {
    min-height: 300px;
  }
  
  .column .panel-heading
  {
    cursor: move;
  }
  
  .column .placeholder
  {
    background: #f0f0f0;
    border: 1px dashed #ddd;
  }
  
  .collapse-btn
  {
    display: inline-block;
    float: right;
    cursor: pointer;
    color: silver;
  }
  
  .collapse-btn:hover
  {
    color: #3e53a4;
  }
  
  .card-grid
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .card-grid .card
  {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
  
  .daterangepicker
  {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 278px;
  }
  
  .daterangepicker .range_inputs .btn+.btn
  {
    margin-left: 0;
  }
  
  .daterangepicker.opensleft:before
  {
    position: absolute;
    top: -7px;
    right: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: "";
    padding: 0;
  }
  
  .daterangepicker.opensleft:after
  {
    position: absolute;
    top: -6px;
    right: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
  }
  
  .daterangepicker.openscenter:before
  {
    top: -7px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
  }
  
  .daterangepicker.openscenter:after,.daterangepicker.openscenter:before
  {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    content: "";
  }
  
  .daterangepicker.openscenter:after
  {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
  }
  
  .daterangepicker.opensright:before
  {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0,0,0,.2);
    content: "";
  }
  
  .daterangepicker.opensright:after
  {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: "";
  }
  
  .daterangepicker.dropup
  {
    margin-top: -5px;
  }
  
  .daterangepicker.dropup:before
  {
    top: auto;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
  }
  
  .daterangepicker.dropup:after
  {
    top: auto;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
  }
  
  .daterangepicker.dropdown-menu
  {
    max-width: none;
    z-index: 3000;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .daterangepicker.single .calendar,.daterangepicker.single .ranges
  {
    float: none;
  }
  
  .daterangepicker .calendar
  {
    display: none;
    max-width: 270px;
    margin: 0;
  }
  
  .daterangepicker .calendar.right .calendar-table td
  {
    padding: 0;
  }
  
  .daterangepicker.show-calendar .calendar
  {
    display: block;
  }
  
  .daterangepicker .calendar.single .calendar-table
  {
    border: 0;
  }
  
  .daterangepicker .calendar td,.daterangepicker .calendar th
  {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
  }
  
  .daterangepicker .calendar-table
  {
    border: 1px solid #ddd;
    padding: 0!important;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #4e4e4e;
    background: #fff;
  }
  
  .daterangepicker .calendar-table thead tr:first-child
  {
    background-color: #eaedf8;
  }
  
  .daterangepicker .calendar-table th
  {
    font-size: 13px;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 12px;
  }
  
  .daterangepicker .calendar-table td
  {
    font-size: 11px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 6px 12px;
  }
  
  .daterangepicker .calendar.left .calendar-table td,.daterangepicker .calendar.left .calendar-table th,.daterangepicker .calendar.right .calendar-table td,.daterangepicker .calendar.right .calendar-table th
  {
    padding: 5px;
  }
  
  .daterangepicker table
  {
    width: 100%;
    margin: 0;
  }
  
  .daterangepicker td,.daterangepicker th
  {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
  }
  
  .daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date
  {
    color: #999;
    background: #fff;
    visibility: hidden;
  }
  
  .daterangepicker option.disabled,.daterangepicker td.disabled
  {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
  }
  
  .daterangepicker td.available:hover,.daterangepicker th.available:hover
  {
    background: #eaedf8;
  }
  
  .daterangepicker td.in-range
  {
    background: #c8cee4;
  }
  
  .daterangepicker td.end-date,.daterangepicker td.in-range,.daterangepicker td.start-date
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .daterangepicker td.start-date.end-date
  {
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
  }
  
  .daterangepicker td.active,.daterangepicker td.active:hover
  {
    background-color: #3e53a4;
    border-color: #3e53a4;
    color: #fff;
  }
  
  .daterangepicker td.week,.daterangepicker th.week
  {
    font-size: 80%;
    color: #ccc;
  }
  
  .daterangepicker select.monthselect,.daterangepicker select.yearselect
  {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
  }
  
  .daterangepicker select.monthselect
  {
    margin-right: 2%;
    width: 56%;
  }
  
  .daterangepicker select.yearselect
  {
    width: 40%;
  }
  
  .daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect
  {
    width: 50px;
    margin-bottom: 0;
  }
  
  .daterangepicker th.month
  {
    width: auto;
  }
  
  .daterangepicker .input-mini
  {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0 6px 0 28px;
    width: 100%;
  }
  
  .daterangepicker .input-mini.active
  {
    border: 1px solid #357ebd;
  }
  
  .daterangepicker .daterangepicker_input i
  {
    position: absolute;
    left: 8px;
    top: 8px;
  }
  
  .daterangepicker .daterangepicker_input
  {
    position: relative;
  }
  
  .daterangepicker .calendar-time
  {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
  }
  
  .daterangepicker .calendar-time select.disabled
  {
    color: #ccc;
    cursor: not-allowed;
  }
  
  .daterangepicker .ranges
  {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
  }
  
  .daterangepicker .ranges ul
  {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  .daterangepicker .ranges li
  {
    font-size: 13px;
    background: pb-gray-100;
    border: 1px solid pb-gray-100;
    color: #3e53a4;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .daterangepicker .ranges li:hover
  {
    background: #eaedf8;
    border: 1px solid #eaedf8;
    color: #3e53a4;
  }
  
  .daterangepicker .ranges li.active
  {
    background: #c8cee4;
    border: 1px solid #c8cee4;
    color: #3e53a4;
  }
  
  @media (min-width:564px)
  {
    .daterangepicker
    {
      width: auto;
    }
  
    .daterangepicker .ranges ul
    {
      width: 160px;
    }
  
    .daterangepicker.single .ranges ul
    {
      width: 100%;
    }
  
    .daterangepicker .calendar.left .calendar-table
    {
      border-right: 0;
      -webkit-border-top-right-radius: 0;
      border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .daterangepicker .calendar.right .calendar-table
    {
      border-left: 0;
      -webkit-border-top-left-radius: 0;
      border-top-left-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  
    .daterangepicker .calendar.left
    {
      clear: left;
      margin-right: 0;
    }
  
    .daterangepicker.single .calendar.left
    {
      clear: none;
    }
  
    .daterangepicker.single .calendar,.daterangepicker.single .ranges
    {
      float: left;
    }
  
    .daterangepicker .calendar.right
    {
      margin-left: 0;
    }
  
    .daterangepicker .calendar.left .calendar-table,.daterangepicker .left .daterangepicker_input
    {
      padding-right: 12px;
    }
  
    .daterangepicker .calendar,.daterangepicker .ranges
    {
      float: left;
    }
  }
  
  @media (min-width:730px)
  {
    .daterangepicker .ranges
    {
      width: auto;
      float: left;
    }
  
    .daterangepicker .calendar.left
    {
      clear: none;
    }
  }
  
  .custom-daterange .custom-daterange-container
  {
    border: 1px solid silver;
    border-left: 0;
    padding: 10px 12px;
    height: 40px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-labels
  {
    padding-right: 12px;
    padding-left: 12px;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-inputs
  {
    padding-left: 12px;
    padding-right: 7px;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-inputs label
  {
    padding: 0;
    margin: 0;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-inputs input[type=text]
  {
    border-width: 0;
    color: #3e53a4;
    width: 90px;
    text-align: center;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-inputs input[type=text]:focus
  {
    outline: none;
  }
  
  .custom-daterange .custom-daterange-container .custom-daterange-inputs input[type=text]:hover
  {
    cursor: pointer;
  }
  
  .sequence-map .complete
  {
    color: #00b140;
    fill: #00b140;
  }
  
  .sequence-map .dot
  {
    fill: #717171;
  }
  
  .progress-bar
  {
    background-color: #3e53a4;
  }
  
  .spinner
  {
    -webkit-animation: fa-spin .7s infinite linear;
    animation: fa-spin .7s infinite linear;
  }
  
  .spinner-lg
  {
    font-size: 36px;
  }
  
  .spinner-ko
  {
    color: #efefef;
  }
  
  @-webkit-keyframes fa-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  @keyframes fa-spin
  {
    0%
    {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  
    to
    {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);
    }
  }
  
  .progress-bar-success
  {
    background-color: #007d00;
  }
  
  .progress-bar-info
  {
    background-color: #0072b8;
  }
  
  .progress-bar-warning
  {
    background-color: #c55200;
  }
  
  .progress-bar-danger
  {
    background-color: #d30c0c;
  }
  
  .progress-bar-green
  {
    background-color: #00b140;
  }
  
  .progress-bar-blue
  {
    background-color: #009bdf;
  }
  
  .progress-bar-purple
  {
    background-color: #a03f9b;
  }
  
  .progress-bar-yellow
  {
    background-color: #edb700;
  }
  
  .progress-bar-orange
  {
    background-color: #ee6b0b;
  }
  
  .progress-bar-red
  {
    background-color: #cf0989;
  }
  
  .progress-bar-blue1
  {
    background-color: #3e53a4;
  }
  
  .progress-bar-blue2
  {
    background-color: #5d71be;
  }
  
  .progress-bar-blue3
  {
    background-color: #8393d1;
  }
  
  .progress-bar-blue4
  {
    background-color: #9aa6d6;
  }
  
  .progress-bar-blue5
  {
    background-color: #afb9dd;
  }
  
  .progress-bar-blue6
  {
    background-color: #c5cbe4;
  }
  
  .progress-tracker
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto;
    padding: 0;
    list-style: none;
  }
  
  .progress-step
  {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    margin: 0;
    padding: 0;
    min-width: 24px;
  }
  
  .progress-step:last-child
  {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  
  .progress-step:not(:last-child):after
  {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    bottom: 9px;
    right: -12px;
    width: 100%;
    height: 6px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  
  .progress-marker
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
    width: 24px;
    height: 24px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color,border-color;
    transition: background-color,border-color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
  }
  
  .progress-text
  {
    display: block;
    padding: 12px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .progress-title
  {
    margin-top: 0;
  }
  
  .progress-step .progress-marker
  {
    color: #fff;
    background-color: silver;
  }
  
  .progress-step:after
  {
    background-color: silver;
  }
  
  .progress-step .progress-step>a .progress-text,.progress-step .progress-text
  {
    color: #717171;
  }
  
  .progress-step.is-active .progress-marker
  {
    background-color: #3e53a4;
  }
  
  .progress-step.is-active .progress-step>a .progress-text,.progress-step.is-active .progress-text
  {
    color: #717171;
  }
  
  .progress-step.is-complete .progress-marker,.progress-step.is-complete:after
  {
    background-color: #314183;
  }
  
  .progress-step.is-complete .progress-step>a .progress-text,.progress-step.is-complete .progress-text
  {
    color: #717171;
  }
  
  .progress-step:hover .progress-marker
  {
    background-color: #8b98c8;
  }
  
  .progress-step:hover .progress-step>a .progress-text,.progress-step:hover .progress-text
  {
    color: #717171;
  }
  
  .progress-step h4
  {
    color: silver;
  }
  
  .progress-step.is-active .progress-marker
  {
    border: 3px solid #3e53a4;
    background-color: #fff;
    color: #2e2e2e;
  }
  
  .progress-step.is-active h4
  {
    color: #3e53a4;
  }
  
  .progress-step.is-complete h4
  {
    color: #8b98c8;
  }
  
  .progress-tracker--center .progress-step
  {
    text-align: center;
  }
  
  .progress-tracker--center .progress-step:last-child
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .progress-tracker--center .progress-step:after
  {
    right: -50%;
  }
  
  .progress-tracker--center .progress-marker
  {
    margin-left: auto;
    margin-right: auto;
  }
  
  .progress-tracker--right .progress-step
  {
    text-align: right;
  }
  
  .progress-tracker--right .progress-step:last-child
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .progress-tracker--right .progress-step:after
  {
    right: -webkit-calc(-100% + 12px);
    right: calc(-100% + 12px);
  }
  
  .progress-tracker--right .progress-marker
  {
    margin-left: auto;
  }
  
  .progress-tracker--word
  {
    padding-right: 37px;
    overflow: hidden;
  }
  
  .progress-tracker--word .progress-text
  {
    display: inline-block;
    white-space: nowrap;
  }
  
  .progress-tracker--word-center
  {
    padding-right: 37px;
    padding-left: 37px;
  }
  
  .progress-tracker--word-center .progress-text
  {
    padding-right: 0;
    padding-left: 0;
    -webkit-transform: translateX(-webkit-calc(-50% + 12px));
    transform: translateX(calc(-50% + 12px));
  }
  
  .progress-tracker--border
  {
    padding: 5px;
    border: 2px solid #9b9b9b;
    -webkit-border-radius: 34px;
    border-radius: 34px;
  }
  
  .progress-tracker--spaced .progress-step:after
  {
    width: -webkit-calc(100% - 44px);
    width: calc(100% - 44px);
    margin-right: 22px;
  }
  
  .progress-tracker--word-right
  {
    padding-right: 0;
    padding-left: 37px;
  }
  
  .progress-tracker--word-right .progress-text
  {
    padding-left: 0;
    -webkit-transform: translateX(-webkit-calc(-100% + 24px));
    transform: translateX(calc(-100% + 24px));
  }
  
  .progress-tracker--text .progress-step:last-child
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  
  .progress-tracker--text-top .progress-step:after
  {
    top: auto;
  }
  
  .progress-tracker--text-top .progress-text
  {
    height: 100%;
  }
  
  .progress-tracker--text-top .progress-marker
  {
    bottom: 24px;
  }
  
  .progress-tracker--text-inline .progress-step
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .progress-tracker--text-inline .progress-text
  {
    position: relative;
    z-index: 30;
    max-width: 70%;
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  
  .progress-tracker--text-inline .progress-title
  {
    margin: 0;
  }
  
  .progress-tracker--square .progress-step
  {
    padding-top: 0;
  }
  
  .progress-tracker--square .progress-marker
  {
    -webkit-transform: scaleX(.33) translateY(-9px);
    transform: scaleX(.33) translateY(-9px);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .progress-tracker--vertical
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .progress-tracker--vertical .progress-step
  {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  
  .progress-tracker--vertical .progress-step:after
  {
    right: auto;
    top: 12px;
    left: 9px;
    width: 6px;
    height: 100%;
  }
  
  .progress-tracker--vertical .progress-marker
  {
    position: absolute;
    left: 0;
  }
  
  .progress-tracker--vertical .progress-text
  {
    padding-top: 6px;
    padding-left: 36px;
  }
  
  .progress-tracker--vertical .progress-step:not(:last-child) .progress-text
  {
    padding-bottom: 36px;
  }
  
  .anim-ripple .progress-marker:before
  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: opacity,-webkit-transform;
    transition: opacity,-webkit-transform;
    transition: transform,opacity;
    transition: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  .anim-ripple .progress-marker:active:before,.anim-ripple .progress-step>a:active .progress-marker:before
  {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  
  .anim-ripple-large .progress-marker:before
  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: opacity,-webkit-transform;
    transition: opacity,-webkit-transform;
    transition: transform,opacity;
    transition: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    width: 200%;
    height: 200%;
  }
  
  .anim-ripple-large .progress-marker:active:before,.anim-ripple-large .progress-step>a:active .progress-marker:before
  {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  
  .anim-ripple-double .progress-marker:after,.anim-ripple-double .progress-marker:before
  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 30;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    -webkit-transition: opacity,-webkit-transform;
    transition: opacity,-webkit-transform;
    transition: transform,opacity;
    transition: transform,opacity,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: none;
    border: 3px solid rgba(0,0,0,.3);
  }
  
  .anim-ripple-double .progress-marker:after
  {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }
  
  .anim-ripple-double .progress-marker:active:after,.anim-ripple-double .progress-marker:active:before,.anim-ripple-double .progress-step>a:active .progress-marker:after,.anim-ripple-double .progress-step>a:active .progress-marker:before
  {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  
  .anim-path .progress-step:after
  {
    background-image: linear-gradient(90deg,silver 50%,#9b9b9b 0);
    background-size: 200% 100%;
    background-position: 0 100%;
    -webkit-transition: background-position .3s ease-out;
    transition: background-position .3s ease-out;
  }
  
  .anim-path .progress-step.is-complete:after
  {
    background-position: -100% 100%;
  }
  
  #loading-bar
  {
    z-index: 10002;
  }
  
  #loading-bar .bar
  {
    background-color: #26c6da!important;
    height: 2px;
  }
  
  #loading-bar .peg
  {
    -webkit-box-shadow: rgba(8,47,68,.5) 1px 0 6px 1px;
    box-shadow: 1px 0 6px 1px rgba(8,47,68,.5);
    height: 3px;
  }
  
  #loading-bar-spinner
  {
    display: block;
    position: fixed;
    z-index: 10002;
    color: #fff;
    top: 10px;
    left: 10px;
  }
  
  #loading-bar-spinner .spinner-icon
  {
    border-top-color: #fff;
    border-left-color: #fff;
  }
  
  a i.nc-icon-mini
  {
    padding-right: 5px;
    color: inherit;
  }
  
  a i.nc-icon-mini.text-gray-500
  {
    padding-right: 5px;
    color: #717171;
  }
  
  .btn
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    min-width: 100px;
  }
  
  .btn.btn-link.search-clear
  {
    width: 20px;
  }
  
  .btn+.btn,.btn+.btn-group,.btn-group+.btn,.btn-group+.btn-group
  {
    margin-left: 10px;
  }
  
  .toolbar .btn+.btn-container
  {
    margin-left: 5px;
  }
  
  .btn
  {
    padding: 9px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 120px;
  }
  
  .btn-group-lg>.btn,.btn-lg
  {
    padding: 13px 16px;
    font-size: 17px;
    line-height: 1.33333;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    min-width: 136px;
  }
  
  .btn-group-sm>.btn,.btn-sm
  {
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 96px;
  }
  
  .btn-group-xs>.btn,.btn-xs
  {
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    min-width: 80px;
  }
  
  .btn-success
  {
    background-color: #00b140;
    border-color: #00b140;
  }
  
  .btn-success:hover
  {
    background-color: #007e2e;
    border-color: #007e2e;
  }
  
  .btn-info
  {
    background-color: #0072b8;
    border-color: #0072b8;
  }
  
  .btn-info:hover
  {
    background-color: #005285;
    border-color: #005285;
  }
  
  .btn-warning
  {
    background-color: #ee6700;
    border-color: #ee6700;
  }
  
  .btn-warning:hover
  {
    background-color: #bb5100;
    border-color: #bb5100;
  }
  
  .btn-danger
  {
    background-color: #d30c0c;
    border-color: #d30c0c;
  }
  
  .btn-danger:hover
  {
    background-color: #a30909;
    border-color: #a30909;
  }
  
  .btn-edit
  {
    min-width: 1px;
  }
  
  .btn-primary
  {
    color: #fff;
    background-color: #3e53a4;
    border-color: #3e53a4;
  }
  
  .btn-primary.hover,.btn-primary:hover,.open>.btn-primary.dropdown-toggle
  {
    color: #fff;
    background-color: #314183;
    border-color: #314183;
  }
  
  .btn-primary.active,.btn-primary.active:hover,.btn-primary:active,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle,.open>.btn-primary.dropdown-toggle:hover
  {
    background-image: none;
    background-color: #314183;
  }
  
  .btn-primary.focus,.btn-primary:focus
  {
    background-color: #3e53a4;
    border-color: #189dbd;
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(76,211,255,.77);
    box-shadow: 0 0 10px rgba(76,211,255,.77);
  }
  
  .btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled.hover,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled].hover,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary.hover,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover
  {
    background-color: silver;
    border-color: silver;
    color: #fff;
    opacity: 1;
  }
  
  .btn-primary.disabled.loading,.btn-primary[disabled].loading
  {
    color: #fff;
    background-color: #3e53a4;
    border-color: #3e53a4;
  }
  
  .btn-primary .badge
  {
    color: #fff;
    background-color: #cf0989;
    margin-left: 10px;
  }
  
  .btn-cancel,.btn-default,.btn-group-vertical .btn-default,.btn-group .btn-default
  {
    color: #3e53a4;
    background-color: #fff;
    border-color: #3e53a4;
  }
  
  .btn-cancel.active,.btn-cancel.hover,.btn-cancel:active,.btn-cancel:hover,.btn-default.active,.btn-default.hover,.btn-default:active,.btn-default:hover,.btn-group-vertical .btn-default.active,.btn-group-vertical .btn-default.hover,.btn-group-vertical .btn-default:active,.btn-group-vertical .btn-default:hover,.btn-group .btn-default.active,.btn-group .btn-default.hover,.btn-group .btn-default:active,.btn-group .btn-default:hover,.open>.btn-cancel.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-group-vertical .btn-default.dropdown-toggle,.open>.btn-group .btn-default.dropdown-toggle
  {
    color: #314183;
    background-color: #eaedf8;
    border-color: #314183;
  }
  
  .btn-cancel.active,.btn-cancel:active,.btn-default.active,.btn-default:active,.btn-group-vertical .btn-default.active,.btn-group-vertical .btn-default:active,.btn-group .btn-default.active,.btn-group .btn-default:active,.open>.btn-cancel.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-group-vertical .btn-default.dropdown-toggle,.open>.btn-group .btn-default.dropdown-toggle
  {
    background-image: none;
  }
  
  .btn-cancel.active:hover,.btn-cancel:active:hover,.btn-default.active:hover,.btn-default:active:hover,.btn-group-vertical .btn-default.active:hover,.btn-group-vertical .btn-default:active:hover,.btn-group .btn-default.active:hover,.btn-group .btn-default:active:hover,.open>.btn-cancel.dropdown-toggle:hover,.open>.btn-default.dropdown-toggle:hover,.open>.btn-group-vertical .btn-default.dropdown-toggle:hover,.open>.btn-group .btn-default.dropdown-toggle:hover
  {
    color: #314183;
    background-color: #eaedf8;
    border-color: #314183;
  }
  
  .btn-cancel.focus,.btn-cancel:focus,.btn-default.focus,.btn-default:focus,.btn-group-vertical .btn-default.focus,.btn-group-vertical .btn-default:focus,.btn-group .btn-default.focus,.btn-group .btn-default:focus
  {
    color: #314183;
    background-color: #fff;
    border-color: #189dbd;
    -webkit-box-shadow: 0 0 10px rgba(76,211,255,.77);
    box-shadow: 0 0 10px rgba(76,211,255,.77);
    outline: none;
  }
  
  .btn-cancel.disabled,.btn-cancel.disabled.active,.btn-cancel.disabled.focus,.btn-cancel.disabled.hover,.btn-cancel.disabled:active,.btn-cancel.disabled:focus,.btn-cancel.disabled:hover,.btn-cancel[disabled],.btn-cancel[disabled].active,.btn-cancel[disabled].focus,.btn-cancel[disabled].hover,.btn-cancel[disabled]:active,.btn-cancel[disabled]:focus,.btn-cancel[disabled]:hover,.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled.hover,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled].hover,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,.btn-group-vertical .btn-default.disabled,.btn-group-vertical .btn-default.disabled.active,.btn-group-vertical .btn-default.disabled.focus,.btn-group-vertical .btn-default.disabled.hover,.btn-group-vertical .btn-default.disabled:active,.btn-group-vertical .btn-default.disabled:focus,.btn-group-vertical .btn-default.disabled:hover,.btn-group-vertical .btn-default[disabled],.btn-group-vertical .btn-default[disabled].active,.btn-group-vertical .btn-default[disabled].focus,.btn-group-vertical .btn-default[disabled].hover,.btn-group-vertical .btn-default[disabled]:active,.btn-group-vertical .btn-default[disabled]:focus,.btn-group-vertical .btn-default[disabled]:hover,.btn-group .btn-default.disabled,.btn-group .btn-default.disabled.active,.btn-group .btn-default.disabled.focus,.btn-group .btn-default.disabled.hover,.btn-group .btn-default.disabled:active,.btn-group .btn-default.disabled:focus,.btn-group .btn-default.disabled:hover,.btn-group .btn-default[disabled],.btn-group .btn-default[disabled].active,.btn-group .btn-default[disabled].focus,.btn-group .btn-default[disabled].hover,.btn-group .btn-default[disabled]:active,.btn-group .btn-default[disabled]:focus,.btn-group .btn-default[disabled]:hover,fieldset[disabled] .btn-cancel,fieldset[disabled] .btn-cancel.active,fieldset[disabled] .btn-cancel.focus,fieldset[disabled] .btn-cancel.hover,fieldset[disabled] .btn-cancel:active,fieldset[disabled] .btn-cancel:focus,fieldset[disabled] .btn-cancel:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default.hover,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-group-vertical .btn-default,fieldset[disabled] .btn-group-vertical .btn-default.active,fieldset[disabled] .btn-group-vertical .btn-default.focus,fieldset[disabled] .btn-group-vertical .btn-default.hover,fieldset[disabled] .btn-group-vertical .btn-default:active,fieldset[disabled] .btn-group-vertical .btn-default:focus,fieldset[disabled] .btn-group-vertical .btn-default:hover,fieldset[disabled] .btn-group .btn-default,fieldset[disabled] .btn-group .btn-default.active,fieldset[disabled] .btn-group .btn-default.focus,fieldset[disabled] .btn-group .btn-default.hover,fieldset[disabled] .btn-group .btn-default:active,fieldset[disabled] .btn-group .btn-default:focus,fieldset[disabled] .btn-group .btn-default:hover
  {
    color: silver;
    background-color: transparent;
    border-color: silver;
    opacity: 1;
  }
  
  .btn-cancel.disabled.loading,.btn-cancel[disabled].loading,.btn-default.disabled.loading,.btn-default[disabled].loading,.btn-group-vertical .btn-default.disabled.loading,.btn-group-vertical .btn-default[disabled].loading,.btn-group .btn-default.disabled.loading,.btn-group .btn-default[disabled].loading
  {
    color: #3e53a4;
    background-color: transparent;
    border-color: #3e53a4;
  }
  
  .btn-cancel.btn-transparent,.btn-default.btn-transparent,.btn-group-vertical .btn-default.btn-transparent,.btn-group .btn-default.btn-transparent
  {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
  
  .btn-cancel.btn-transparent:hover,.btn-default.btn-transparent:hover,.btn-group-vertical .btn-default.btn-transparent:hover,.btn-group .btn-default.btn-transparent:hover
  {
    background-color: hsla(0,0%,100%,.2);
  }
  
  .btn-cancel .badge,.btn-default .badge,.btn-group-vertical .btn-default .badge,.btn-group .btn-default .badge
  {
    color: #fff;
    background-color: #cf0989;
    margin-left: 10px;
  }
  
  .btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover
  {
    color: #314183;
    background-color: #eaedf8;
    border-color: #314183;
  }
  
  .btn-group-borderless .btn-default
  {
    color: #3e53a4;
    background-color: transparent;
    border-color: transparent;
  }
  
  .btn-group-borderless .btn-default.active,.btn-group-borderless .btn-default.focus,.btn-group-borderless .btn-default.hover,.btn-group-borderless .btn-default:active,.btn-group-borderless .btn-default:focus,.btn-group-borderless .btn-default:hover,.open>.btn-group-borderless .btn-default.dropdown-toggle
  {
    color: #314183;
    background-color: #eaedf8;
    border-color: transparent;
  }
  
  .btn-group-borderless .btn-default.active,.btn-group-borderless .btn-default:active,.open>.btn-group-borderless .btn-default.dropdown-toggle
  {
    background-image: none;
  }
  
  .btn-group-borderless .btn-default.disabled,.btn-group-borderless .btn-default.disabled.active,.btn-group-borderless .btn-default.disabled.focus,.btn-group-borderless .btn-default.disabled.hover,.btn-group-borderless .btn-default.disabled:active,.btn-group-borderless .btn-default.disabled:focus,.btn-group-borderless .btn-default.disabled:hover,.btn-group-borderless .btn-default[disabled],.btn-group-borderless .btn-default[disabled].active,.btn-group-borderless .btn-default[disabled].focus,.btn-group-borderless .btn-default[disabled].hover,.btn-group-borderless .btn-default[disabled]:active,.btn-group-borderless .btn-default[disabled]:focus,.btn-group-borderless .btn-default[disabled]:hover,fieldset[disabled] .btn-group-borderless .btn-default,fieldset[disabled] .btn-group-borderless .btn-default.active,fieldset[disabled] .btn-group-borderless .btn-default.focus,fieldset[disabled] .btn-group-borderless .btn-default.hover,fieldset[disabled] .btn-group-borderless .btn-default:active,fieldset[disabled] .btn-group-borderless .btn-default:focus,fieldset[disabled] .btn-group-borderless .btn-default:hover
  {
    color: silver;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
  }
  
  .btn-group-borderless .btn-default .badge
  {
    color: #fff;
    background-color: #cf0989;
    margin-left: 10px;
  }
  
  .btn-link
  {
    color: #3e53a4;
    background-color: transparent;
    border-color: transparent;
  }
  
  .btn-link.active,.btn-link.hover,.btn-link:active,.btn-link:hover,.open>.btn-link.dropdown-toggle
  {
    color: #3e53a4;
    background-color: #eaedf8;
    border-color: #eaedf8;
    text-decoration: underline;
  }
  
  .btn-link.active,.btn-link:active,.open>.btn-link.dropdown-toggle
  {
    background-image: none;
  }
  
  .btn-link.focus,.btn-link:focus
  {
    color: #314183;
    background-color: #fff;
    border-color: #189dbd;
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(76,211,255,.77);
    box-shadow: 0 0 10px rgba(76,211,255,.77);
    text-decoration: underline;
  }
  
  .btn-link.disabled,.btn-link.disabled.active,.btn-link.disabled.focus,.btn-link.disabled.hover,.btn-link.disabled:active,.btn-link.disabled:focus,.btn-link.disabled:hover,.btn-link[disabled],.btn-link[disabled].active,.btn-link[disabled].focus,.btn-link[disabled].hover,.btn-link[disabled]:active,.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link,fieldset[disabled] .btn-link.active,fieldset[disabled] .btn-link.focus,fieldset[disabled] .btn-link.hover,fieldset[disabled] .btn-link:active,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover
  {
    color: silver;
    background-color: transparent;
    border-color: transparent;
    opacity: 1;
  }
  
  .btn-right
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-left
  {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .btn-pill
  {
    -webkit-border-radius: 40px;
    border-radius: 40px;
  }
  
  .btn-pill.focus,.btn-pill:focus
  {
    border-color: #189dbd;
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(76,211,255,.77);
    box-shadow: 0 0 10px rgba(76,211,255,.77);
  }
  
  .btn-pill.btn-transparent
  {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
  }
  
  .btn-pill.btn-transparent:hover
  {
    background-color: hsla(0,0%,100%,.2);
  }
  
  .btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled.hover,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled].hover,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled.hover,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled].hover,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled.hover,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled].hover,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled.hover,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled].hover,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger.hover,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info.hover,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success.hover,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning.hover,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover
  {
    background-color: silver;
    border-color: silver;
    color: #fff;
    opacity: 1;
  }
  
  .open>.dropdown-toggle.btn-default
  {
    color: #fff;
    background-color: #8b98c8;
    border-color: #3e53a4;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn.active,.btn:active
  {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover
  {
    color: #2e2e2e;
    text-decoration: none;
    background-color: #eaedf8;
  }
  
  .dropdown-menu
  {
    padding: 0;
  }
  
  .btn-group .btn
  {
    min-width: 1px;
  }
  
  .btn-group-sm .btn i.fa
  {
    font-size: 16px;
  }
  
  .btn-group-xs .btn i.fa
  {
    font-size: 14px;
  }
  
  .btn-group-borderless .btn
  {
    border: 0;
  }
  
  .btn-group .btn-default.active
  {
    background-color: #3e53a4;
    color: #fff;
  }
  
  .btn.disabled,.btn[disabled],fieldset[disabled] .btn
  {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .btn-group-justified>.btn-group:not(:first-child)>.btn
  {
    border-left: 0;
  }
  
  .btn-response
  {
    display: inline-block;
    margin-left: 10px;
  }
  
  .close
  {
    -webkit-transition: color .5s;
    transition: color .5s;
  }
  
  .close,.close:hover
  {
    opacity: 1;
    filter: alpha(opacity=1);
  }
  
  .tile-button
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-color: silver;
    height: 120px;
    width: 160px;
  }
  
  .tile-button.hover,.tile-button:hover
  {
    background-color: #fff;
  }
  
  .tile-button.active,.tile-button:active
  {
    border-width: 2px;
    background-color: #fff;
  }
  
  .tile-button.active:hover,.tile-button:active:hover
  {
    border-width: 2px;
    background-color: #fff;
    border-color: #3e53a4;
  }
  
  .tile-button.disabled img,.tile-button[disabled] img
  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border-color: #9b9b9b;
  }
  
  .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
  {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
  {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  
  .btn-group,.btn-group-vertical
  {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  
  .btn-group-vertical>.btn,.btn-group>.btn
  {
    position: relative;
    float: left;
  }
  
  .btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover
  {
    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;
    zoom: 1;
  }
  
  .btn-toolbar:after,.btn-toolbar:before
  {
    content: "";
    display: table;
  }
  
  .btn-toolbar:after
  {
    clear: both;
  }
  
  .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)
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .btn-group>.btn:first-child
  {
    margin-left: 0;
  }
  
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle)
  {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child)
  {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-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
  {
    -webkit-border-radius: 0;
    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
  {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child
  {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle
  {
    outline: 0;
  }
  
  .btn-group.btn-group-vertical>.btn:first-child
  {
    margin-left: 0;
  }
  
  .btn-group.btn-group-vertical>.btn:first-child:not(:last-child):not(.dropdown-toggle)
  {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  
  .btn-group>.btn+.dropdown-toggle
  {
    padding-left: 8px;
    padding-right: 8px;
  }
  
  .btn-group-lg.btn-group>.btn+.dropdown-toggle,.btn-group>.btn-lg+.dropdown-toggle
  {
    padding-left: 12px;
    padding-right: 12px;
  }
  
  .btn .caret
  {
    margin-left: 0;
  }
  
  .btn-group-lg>.btn .caret,.btn-lg .caret
  {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
  }
  
  .dropup .btn-group-lg>.btn .caret,.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
  {
    zoom: 1;
  }
  
  .btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before
  {
    content: "";
    display: table;
  }
  
  .btn-group-vertical>.btn-group:after
  {
    clear: both;
  }
  
  .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)
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .btn-group-vertical>.btn:first-child:not(:last-child)
  {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical>.btn:last-child:not(:first-child)
  {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn
  {
    -webkit-border-radius: 0;
    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
  {
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child
  {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-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-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio],[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio]
  {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
  }
  
  .badge
  {
    background-color: #cf0989;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
  }
  
  .badge-gray-text
  {
    background-color: #717171;
  }
  
  .badge-gray-dark
  {
    background-color: #2e2e2e;
  }
  
  .badge-brand-success
  {
    background-color: #00b140;
  }
  
  .badge-brand-info
  {
    background-color: #0072b8;
  }
  
  .badge-brand-warning
  {
    background-color: #ee6700;
  }
  
  .badge-brand-danger
  {
    background-color: #d30c0c;
  }
  
  .badge-link
  {
    background-color: #f8f8f8;
    color: #3e53a4;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
  }
  
  .errors .site-content,.errors main
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .error-icon
  {
    width: 139px;
    height: 136px;
    margin: 0 auto 50px;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  
  .error-400 .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDEiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTQxIDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgogICAgPGcgc3Ryb2tlPSIjM0U1NEE0IiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICA8cGF0aCBkPSJNMCA2OC40MDYzNDQ4QzAgMzAuNjI3MDM0NSAzMC42MjcwMzQ1IDAgNjguNDA2MzQ0OCAwIDgwLjY3MzI0MTQgMCA5Mi4xODYwNjkgMy4yMjg2ODk2NiAxMDIuMTQyMjA3IDguODgzNDQ4MjhNNDMuMTUzMzc5MyAxMzJDMjguNTI1NjU1MiAxMjYuMTg1OTMxIDE2LjM3ODYyMDcgMTE1LjQ3MTE3MiA4LjczNzc5MzEgMTAxLjg4NDI3Nk0xMzYuODEyNjkgNjguNDA2MzQ0OEMxMzYuODEyNjkgOTcuMjA2NjIwNyAxMTkuMDEzOTMxIDEyMS44NDk2NTUgOTMuODE3MTAzNCAxMzEuOTM3NzkzIi8+CiAgICAgIDxwYXRoIGQ9Ik00Mi4yOTYxMzc5IDIwLjEzMDc1ODZDNTAuMTI4MTM3OSAxNS44NTM2NTUyIDU5LjExMTcyNDEgMTMuNDIxNTE3MiA2OC42NjQyNzU5IDEzLjQyMTUxNzIgOTAuODYgMTMuNDIxNTE3MiAxMDkuOTg5Mzc5IDI2LjU0NzE3MjQgMTE4LjcxNTAzNCA0NS40NTk1ODYyTTEyMi4wNDUzNzkgODIuMTg1OTMxQzExNS45NjQyNzYgMTA1Ljk5NzUxNyA5NC4zNzA4OTY2IDEyMy42MDM1ODYgNjguNjY0Mjc1OSAxMjMuNjAzNTg2IDM4LjIzOTAzNDUgMTIzLjYwMzU4NiAxMy41NzMyNDE0IDk4LjkzOTMxMDMgMTMuNTczMjQxNCA2OC41MTI1NTE3Ii8+CiAgICA8L2c+CiAgICA8ZyBzdHJva2U9IiMzRTU0QTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1IDMyKSI+CiAgICAgIDxwYXRoIGQ9Ik00Ny4yNDg0MTM4LDMzLjM4OTkzMSBMNjUuMjYyNjIwNyw1MS40MDQxMzc5IEM2OS4zNDI0ODI4LDU1LjQ4NCA2OS4zNDI0ODI4LDYyLjA5NjEzNzkgNjUuMjYyNjIwNyw2Ni4xNzYgTDY1LjI2MjYyMDcsNjYuMTc2IEM2MS4xODI3NTg2LDcwLjI1NTg2MjEgNTQuNTcwNjIwNyw3MC4yNTU4NjIxIDUwLjQ5MDc1ODYsNjYuMTc2IEwzMy4yNTMzNzkzLDQ4LjkzODYyMDciLz4KICAgICAgPHBvbHlsaW5lIHBvaW50cz0iMzAuNjkyIDI2LjY4MiAyMC45NDYgMTYuOTM1IDIwLjkyIDExLjM4OCAxMC40NzQgLjk0MiAuMDI5IDExLjM4OCAxMC40NzQgMjEuODMzIDE2LjAyMSAyMS44NTkgMjUuNTUyIDMxLjM5IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICAgIDxwYXRoIGQ9Ik00Ni40ODUyNDE0LDQ3LjM5ODYyMDcgTDU2LjMzMzY1NTIsNTcuMjQ3MDM0NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8L2c+CiAgICA8ZyBzdHJva2U9IiMzRTUzQTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzIDMwKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgPHBhdGggZD0iTTM5LjU5NzMsNDUuNzUwNCBDNDEuMTAyMyw0NC4yNDA0IDQyLjYyMDMsNDIuNzQzNCA0NC4xMjAzLDQxLjIyNzQgQzQ3LjE1OTMsMzguMTU0NCA0OC4wNjgzLDM3LjEwNjQgNTAuMDA1MywzNS44Mzc0IEM1MC45MDUzLDM1LjI0ODQgNTEuODExMywzNC43NTM0IDUyLjk3OTMsMzQuNDEyNCBDNTQuNDc2MywzMy45Nzc0IDU1Ljc4NDMsMzMuOTc2NCA1Ni42MzUzLDM0LjA0MDQgQzU4LjI3MjMsMzMuOTE1NCA2MS4yMDgzLDMzLjQ2ODQgNjQuMjU1MywzMS42MjQ0IEM2NS42MjYzLDMwLjc5NTQgNzAuMzg3MywyNy42NDc0IDcxLjkzODMsMjEuMzQwNCBDNzMuNTAzMywxNC45NzQ0IDcwLjY3NTMsOS45NTY0IDcwLjA3OTMsOC45NDg0IEM2Ni44ODUzLDEyLjE0ODQgNjMuNjkwMywxNS4zNDg0IDYwLjQ5NjMsMTguNTQ4NCBDNTguNDM4MywyMC4yMjU0IDU1LjUzNjMsMTkuOTE5NCA1NC4wOTUzLDE4LjE4MDQgQzUyLjk0ODMsMTYuNzk2NCA1Mi44NDkzLDE0LjY1NDQgNTMuOTI0MywxMi45Mzk0IEM1Ny4yMjMzLDkuNTY0NCA2MC41MjIzLDYuMTkwNCA2My44MjIzLDIuODE1NCBDNjIuOTE3MywyLjI3OTQgNTcuNDkxMywtMC44MTY2IDUwLjgxMTMsMS4xNDI0IEM0NC42NDgzLDIuOTQ5NCA0MS43MjEzLDcuNzk3NCA0MC44OTgzLDkuMzIwNCBDMzkuNDY2MywxMS45NzE0IDM5LjA1NTMsMTQuNDUyNCAzOC45MjIzLDE1Ljk2MDQgQzM4LjkxMTMsMTYuNTE4NCAzOC44ODAzLDE3LjMwNDQgMzguNzkxMywxOC4yNDI0IEMzOC43MzIzLDE4Ljg3NzQgMzguNjY1MywxOS41Nzc0IDM4LjU0NDMsMjAuMTYyNCBDMzguMzgyMywyMC45NDE0IDM3Ljk4NjMsMjIuMTY5NCAzNi44NzEzLDIzLjU3MDQgQzMwLjU4MDMsMjkuODU5NCA5LjM5MDgzMjAzLDQ5Ljk4MDM1OTQgMy4wOTk4MzIwMyw1Ni4yNjgzNTk0IEMtMC4yMjIxNjc5NjksNTkuNzc2MzU5NCAtMC4xOTAxNjc5NjksNjUuMjUwMzU5NCAyLjk1MTgzMjAzLDY4LjU2NjM1OTQgQzYuMzIwODMyMDMsNzIuMTE5MzU5NCAxMi4zMDc4MzIsNzIuMTg2MzU5NCAxNS45MDI4MzIsNjguNDQzMzU5NCBDMTUuOTAyODMyLDY4LjQ0MzM1OTQgMzcuNzM1Myw0Ny42MTk0IDM5LjU5NzMsNDUuNzUwNCBaIi8+CiAgICAgIDxwYXRoIGQ9Ik0xMy4wOTM1MDA4LDY0LjgyNCBDMTAuODI2NTAwOCw2Ni4yNzUgNy45ODU1MDA3OSw2NS43MSA2LjcxMjUwMDc5LDYzLjg5NSBDNS43NjA1MDA3OSw2Mi41MzggNS43NjQ1MDA3OSw2MC42IDYuNzEyNTAwNzksNTkiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  
  .error-401 .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDEiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTQxIDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMzRTU0QTQiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSI+CiAgICA8ZWxsaXBzZSBjeD0iNjguNTQ0IiBjeT0iNjYuODU5IiByeD0iMzUuNTU3IiByeT0iMzUuNjk5Ii8+CiAgICA8cGF0aCBkPSJNNzEuODk1NjQ3NiA2My40OTJMODEuNTgyMzg1OSA1My43NjhNNDkuNTc5ODgwOCA0Ny44MTg4OTY2TDY1LjE5MjAwMTUgNjMuNDkyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxlbGxpcHNlIGN4PSI2OC41NDQiIGN5PSI2Ni44NTkiIHJ4PSI0Ljc0MSIgcnk9IjQuNzYiLz4KICAgIDxwYXRoIGQ9Ik02OC41NDM4MjQ2IDM4LjI5ODIwNjlMNjguNTQzODI0NiA0MS44NjgyNzU5TTk2Ljk5MDQ5NTcgNjYuODU4NzU4Nkw5My40MzQ2NjE4IDY2Ljg1ODc1ODZNNjguNTQzODI0NiA5NS40MTc3OTMxTDY4LjU0MzgyNDYgOTEuODQ3NzI0MU00MC4wOTg2NjQ2IDY2Ljg1ODc1ODZMNDMuNjU0NDk4NSA2Ni44NTg3NTg2TS40MTAyMzg4ODkgNjguNDA2MzQ0OEMuNDEwMjM4ODg5IDMwLjYyNzAzNDUgMzAuOTE1MTUzMSAwIDY4LjU0MzgyNDYgMCA4MC43NjE4MDg5IDAgOTIuMjI4NzMwOSAzLjIyODY4OTY2IDEwMi4xNDUxNyA4Ljg4MzQ0ODI4TTQzLjM5MTU1MTEgMTMyQzI4LjgyMjE1MjcgMTI2LjE4NTkzMSAxNi43MjM1NTI1IDExNS40NzExNzIgOS4xMTMxOTE0NyAxMDEuODg0Mjc2TTEzNi42Nzc0MSA2OC40MDYzNDQ4QzEzNi42Nzc0MSA5Ny4yMDY2MjA3IDExOC45NDk2MjEgMTIxLjg0OTY1NSA5My44NTMyNjE5IDEzMS45Mzc3OTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTQyLjUzNzcyNzkgMjAuMTMwNzU4NkM1MC4zMzg0OTkgMTUuODUzNjU1MiA1OS4yODYyNjQ3IDEzLjQyMTUxNzIgNjguODAwNzI3MSAxMy40MjE1MTcyIDkwLjkwNzk0OTQgMTMuNDIxNTE3MiAxMDkuOTYxMDUzIDI2LjU0NzE3MjQgMTE4LjY1MTkxNyA0NS40NTk1ODYyTTEyMS45Njg5ODIgODIuMTg1OTMxQzExNS45MTIxMjYgMTA1Ljk5NzUxNyA5NC40MDQ4NDY5IDEyMy42MDM1ODYgNjguODAwNzI3MSAxMjMuNjAzNTg2IDM4LjQ5NjgwMTQgMTIzLjYwMzU4NiAxMy45MjkzNTkyIDk4LjkzOTMxMDMgMTMuOTI5MzU5MiA2OC41MTI1NTE3IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  
  .error-403 .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTQwIDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMzRTU0QTQiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAyKSI+CiAgICA8cGF0aCBkPSJNNTQuNjIzODU3MSw2NC4xODA4Mjc2IEw1NC42MjM4NTcxLDQ5LjkwMDU1MTcgQzU0LjYyMzg1NzEsNDIuMDQ3MzEwMyA2MC45OTk2MjY0LDM1LjYyMDI3NTkgNjguNzkzNTcxNCwzNS42MjAyNzU5IEw2OC43OTM1NzE0LDM1LjYyMDI3NTkgQzc2LjU4NjAxMSwzNS42MjAyNzU5IDgyLjk2MzI4NTcsNDIuMDQ1NzkzMSA4Mi45NjMyODU3LDQ5LjkwMDU1MTcgTDgyLjk2MzI4NTcsNjQuMTgwODI3NiIvPgogICAgPGVsbGlwc2UgY3g9IjY4Ljc5NCIgY3k9IjgzLjIyMSIgcng9IjIzLjYxNSIgcnk9IjIzLjc5OSIvPgogICAgPHBhdGggZD0iTTY4Ljc5MzU3MTQsODUuNTk5NzI0MSBMNjguNzkzNTcxNCw5Mi43Mzk4NjIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxlbGxpcHNlIGN4PSI2OC43OTQiIGN5PSI3OC40NjEiIHJ4PSI3LjA4NSIgcnk9IjcuMTQiLz4KICAgIDxwYXRoIGQ9Ik0uOTE2ODQ2MTU0IDY4LjQwNjM0NDhDLjkxNjg0NjE1NCAzMC42MjcwMzQ1IDMxLjMwNjc1ODIgMCA2OC43OTM1NzE0IDAgODAuOTY1NDk0NSAwIDkyLjM4OTE4NjggMy4yMjg2ODk2NiAxMDIuMjY4MjQyIDguODgzNDQ4MjhNNDMuNzM2MTIwOSAxMzJDMjkuMjIxNjQ4NCAxMjYuMTg1OTMxIDE3LjE2ODY1OTMgMTE1LjQ3MTE3MiA5LjU4Njk4OTAxIDEwMS44ODQyNzZNMTM2LjY3MDI5NyA2OC40MDYzNDQ4QzEzNi42NzAyOTcgOTcuMjA2NjIwNyAxMTkuMDA5MzQxIDEyMS44NDk2NTUgOTQuMDA3NTkzNCAxMzEuOTM3NzkzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik00Mi44ODU1MTY1IDIwLjEzMDc1ODZDNTAuNjU2ODc5MSAxNS44NTM2NTUyIDU5LjU3MDkxMjEgMTMuNDIxNTE3MiA2OS4wNDk1MDU1IDEzLjQyMTUxNzIgOTEuMDczMzg0NiAxMy40MjE1MTcyIDExMC4wNTQ2NTkgMjYuNTQ3MTcyNCAxMTguNzExMjUzIDQ1LjQ1OTU4NjJNMTIyLjAxNzMxOSA4Mi4xODU5MzFDMTE1Ljk4MzI5NyAxMDUuOTk3NTE3IDk0LjU1NzA5ODkgMTIzLjYwMzU4NiA2OS4wNTEwMTEgMTIzLjYwMzU4NiAzOC44NjEzMjk3IDEyMy42MDM1ODYgMTQuMzg2NTA1NSA5OC45MzkzMTAzIDE0LjM4NjUwNTUgNjguNTEyNTUxNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgPC9nPgo8L3N2Zz4K");
  }
  
  .error-404 .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzkiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM5IDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMzRTU0QTQiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAyKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgIDxwb2x5Z29uIHBvaW50cz0iOTkuNTA0IDg2LjY4MiA3OS44MzMgNjYuODU3IDk5LjUwNCA0Ny4wMzQgODguMTc4IDM1LjYyIDY4LjUwOCA1NS40NDUgNDguODM4IDM1LjYyIDM3LjUxMiA0Ny4wMzQgNTcuMTgzIDY2Ljg1NyAzNy41MTIgODYuNjgyIDQ4LjgzOCA5OC4wOTYgNjguNTA4IDc4LjI3MSA4OC4xNzggOTguMDk2IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICA8cGF0aCBkPSJNLjYzMjMwNzY5MiA2OC40MDYzNDQ4Qy42MzIzMDc2OTIgMzAuNjI3MDM0NSAzMS4wMjIyMTk4IDAgNjguNTA5MDMzIDAgODAuNjgwOTU2IDAgOTIuMTA0NjQ4NCAzLjIyODY4OTY2IDEwMS45ODM3MDMgOC44ODM0NDgyOE00My40NTE1ODI0IDEzMkMyOC45MzcxMDk5IDEyNi4xODU5MzEgMTYuODg0MTIwOSAxMTUuNDcxMTcyIDkuMzAyNDUwNTUgMTAxLjg4NDI3Nk0xMzYuMzg0MjUzIDY4LjQwNjM0NDhDMTM2LjM4NDI1MyA5Ny4yMDY2MjA3IDExOC43MjMyOTcgMTIxLjg0OTY1NSA5My43MjE1NDk1IDEzMS45Mzc3OTMiLz4KICAgIDxwYXRoIGQ9Ik00Mi42MDA5NzggMjAuMTMwNzU4NkM1MC4zNzIzNDA3IDE1Ljg1MzY1NTIgNTkuMjg2MzczNiAxMy40MjE1MTcyIDY4Ljc2NDk2NyAxMy40MjE1MTcyIDkwLjc4ODg0NjIgMTMuNDIxNTE3MiAxMDkuNzcwMTIxIDI2LjU0NzE3MjQgMTE4LjQyODIyIDQ1LjQ1OTU4NjJNMTIxLjczMTI3NSA4Mi4xODU5MzFDMTE1LjY5NzI1MyAxMDUuOTk3NTE3IDk0LjI3MTA1NDkgMTIzLjYwMzU4NiA2OC43NjM0NjE1IDEyMy42MDM1ODYgMzguNTczNzgwMiAxMjMuNjAzNTg2IDE0LjA5ODk1NiA5OC45MzkzMTAzIDE0LjA5ODk1NiA2OC41MTI1NTE3Ii8+CiAgPC9nPgo8L3N2Zz4K");
  }
  
  .error-500 .error-icon,.error-502 .error-icon,.error-504 .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzkiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM5IDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMikiPgogICAgPHBhdGggc3Ryb2tlPSIjM0U1NEE0IiBkPSJNLjYzMjMwNzY5MiA2OC40MDYzNDQ4Qy42MzIzMDc2OTIgMzAuNjI3MDM0NSAzMS4wMjIyMTk4IDAgNjguNTA5MDMzIDAgODAuNjgwOTU2IDAgOTIuMTA0NjQ4NCAzLjIyODY4OTY2IDEwMS45ODM3MDMgOC44ODM0NDgyOE00My40NTE1ODI0IDEzMkMyOC45MzcxMDk5IDEyNi4xODU5MzEgMTYuODg0MTIwOSAxMTUuNDcxMTcyIDkuMzAyNDUwNTUgMTAxLjg4NDI3Nk0xMzYuMzg0MjUzIDY4LjQwNjM0NDhDMTM2LjM4NDI1MyA5Ny4yMDY2MjA3IDExOC43MjMyOTcgMTIxLjg0OTY1NSA5My43MjE1NDk1IDEzMS45Mzc3OTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgogICAgPHBhdGggc3Ryb2tlPSIjM0U1NEE0IiBkPSJNNDIuNjAwOTc4IDIwLjEzMDc1ODZDNTAuMzcyMzQwNyAxNS44NTM2NTUyIDU5LjI4NjM3MzYgMTMuNDIxNTE3MiA2OC43NjQ5NjcgMTMuNDIxNTE3MiA5MC43ODg4NDYyIDEzLjQyMTUxNzIgMTA5Ljc3MDEyMSAyNi41NDcxNzI0IDExOC40MjgyMiA0NS40NTk1ODYyTTEyMS43MzEyNzUgODIuMTg1OTMxQzExNS42OTcyNTMgMTA1Ljk5NzUxNyA5NC4yNzEwNTQ5IDEyMy42MDM1ODYgNjguNzYzNDYxNSAxMjMuNjAzNTg2IDM4LjU3Mzc4MDIgMTIzLjYwMzU4NiAxNC4wOTg5NTYgOTguOTM5MzEwMyAxNC4wOTg5NTYgNjguNTEyNTUxNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8ZyBzdHJva2U9IiMzRTUzQTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDU5LjIyIDMwLjM0NSkiPgogICAgICA8cG9seWdvbiBwb2ludHM9Ii0xMi41NDkgMTMuNjU1IDMyLjYxNSAxMy42NTUgMzIuNjE1IDMxLjg2MiAtMTIuNTQ5IDMxLjg2MiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMTAuMDMzIDIyLjc1OSkiLz4KICAgICAgPGVsbGlwc2UgY3g9IjEwLjAzMyIgY3k9IjYyLjIwNyIgcng9IjkuMDMzIiByeT0iOS4xMDMiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  
  .error-signed-out .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTQwIDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9IiMzRTU0QTQiIHN0cm9rZS13aWR0aD0iMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAyKSI+CiAgICA8cGF0aCBkPSJNNTQuNjIzODU3MSw2NC4xODA4Mjc2IEw1NC42MjM4NTcxLDQ5LjkwMDU1MTcgQzU0LjYyMzg1NzEsNDIuMDQ3MzEwMyA2MC45OTk2MjY0LDM1LjYyMDI3NTkgNjguNzkzNTcxNCwzNS42MjAyNzU5IEw2OC43OTM1NzE0LDM1LjYyMDI3NTkgQzc2LjU4NjAxMSwzNS42MjAyNzU5IDgyLjk2MzI4NTcsNDIuMDQ1NzkzMSA4Mi45NjMyODU3LDQ5LjkwMDU1MTcgTDgyLjk2MzI4NTcsNjQuMTgwODI3NiIvPgogICAgPGVsbGlwc2UgY3g9IjY4Ljc5NCIgY3k9IjgzLjIyMSIgcng9IjIzLjYxNSIgcnk9IjIzLjc5OSIvPgogICAgPHBhdGggZD0iTTY4Ljc5MzU3MTQsODUuNTk5NzI0MSBMNjguNzkzNTcxNCw5Mi43Mzk4NjIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxlbGxpcHNlIGN4PSI2OC43OTQiIGN5PSI3OC40NjEiIHJ4PSI3LjA4NSIgcnk9IjcuMTQiLz4KICAgIDxwYXRoIGQ9Ik0uOTE2ODQ2MTU0IDY4LjQwNjM0NDhDLjkxNjg0NjE1NCAzMC42MjcwMzQ1IDMxLjMwNjc1ODIgMCA2OC43OTM1NzE0IDAgODAuOTY1NDk0NSAwIDkyLjM4OTE4NjggMy4yMjg2ODk2NiAxMDIuMjY4MjQyIDguODgzNDQ4MjhNNDMuNzM2MTIwOSAxMzJDMjkuMjIxNjQ4NCAxMjYuMTg1OTMxIDE3LjE2ODY1OTMgMTE1LjQ3MTE3MiA5LjU4Njk4OTAxIDEwMS44ODQyNzZNMTM2LjY3MDI5NyA2OC40MDYzNDQ4QzEzNi42NzAyOTcgOTcuMjA2NjIwNyAxMTkuMDA5MzQxIDEyMS44NDk2NTUgOTQuMDA3NTkzNCAxMzEuOTM3NzkzIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KICAgIDxwYXRoIGQ9Ik00Mi44ODU1MTY1IDIwLjEzMDc1ODZDNTAuNjU2ODc5MSAxNS44NTM2NTUyIDU5LjU3MDkxMjEgMTMuNDIxNTE3MiA2OS4wNDk1MDU1IDEzLjQyMTUxNzIgOTEuMDczMzg0NiAxMy40MjE1MTcyIDExMC4wNTQ2NTkgMjYuNTQ3MTcyNCAxMTguNzExMjUzIDQ1LjQ1OTU4NjJNMTIyLjAxNzMxOSA4Mi4xODU5MzFDMTE1Ljk4MzI5NyAxMDUuOTk3NTE3IDk0LjU1NzA5ODkgMTIzLjYwMzU4NiA2OS4wNTEwMTEgMTIzLjYwMzU4NiAzOC44NjEzMjk3IDEyMy42MDM1ODYgMTQuMzg2NTA1NSA5OC45MzkzMTAzIDE0LjM4NjUwNTUgNjguNTEyNTUxNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgPC9nPgo8L3N2Zz4K");
  }
  
  .error-planned-maintenance .error-icon,.error-unplanned-maintenance .error-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDEiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTQxIDEzNiI+CiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgogICAgPGcgc3Ryb2tlPSIjM0U1NEE0IiBzdHJva2UtbGluZWNhcD0icm91bmQiPgogICAgICA8cGF0aCBkPSJNMCA2OC40MDYzNDQ4QzAgMzAuNjI3MDM0NSAzMC42MjcwMzQ1IDAgNjguNDA2MzQ0OCAwIDgwLjY3MzI0MTQgMCA5Mi4xODYwNjkgMy4yMjg2ODk2NiAxMDIuMTQyMjA3IDguODgzNDQ4MjhNNDMuMTUzMzc5MyAxMzJDMjguNTI1NjU1MiAxMjYuMTg1OTMxIDE2LjM3ODYyMDcgMTE1LjQ3MTE3MiA4LjczNzc5MzEgMTAxLjg4NDI3Nk0xMzYuODEyNjkgNjguNDA2MzQ0OEMxMzYuODEyNjkgOTcuMjA2NjIwNyAxMTkuMDEzOTMxIDEyMS44NDk2NTUgOTMuODE3MTAzNCAxMzEuOTM3NzkzIi8+CiAgICAgIDxwYXRoIGQ9Ik00Mi4yOTYxMzc5IDIwLjEzMDc1ODZDNTAuMTI4MTM3OSAxNS44NTM2NTUyIDU5LjExMTcyNDEgMTMuNDIxNTE3MiA2OC42NjQyNzU5IDEzLjQyMTUxNzIgOTAuODYgMTMuNDIxNTE3MiAxMDkuOTg5Mzc5IDI2LjU0NzE3MjQgMTE4LjcxNTAzNCA0NS40NTk1ODYyTTEyMi4wNDUzNzkgODIuMTg1OTMxQzExNS45NjQyNzYgMTA1Ljk5NzUxNyA5NC4zNzA4OTY2IDEyMy42MDM1ODYgNjguNjY0Mjc1OSAxMjMuNjAzNTg2IDM4LjIzOTAzNDUgMTIzLjYwMzU4NiAxMy41NzMyNDE0IDk4LjkzOTMxMDMgMTMuNTczMjQxNCA2OC41MTI1NTE3Ii8+CiAgICA8L2c+CiAgICA8ZyBzdHJva2U9IiMzRTU0QTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDM1IDMyKSI+CiAgICAgIDxwYXRoIGQ9Ik00Ny4yNDg0MTM4LDMzLjM4OTkzMSBMNjUuMjYyNjIwNyw1MS40MDQxMzc5IEM2OS4zNDI0ODI4LDU1LjQ4NCA2OS4zNDI0ODI4LDYyLjA5NjEzNzkgNjUuMjYyNjIwNyw2Ni4xNzYgTDY1LjI2MjYyMDcsNjYuMTc2IEM2MS4xODI3NTg2LDcwLjI1NTg2MjEgNTQuNTcwNjIwNyw3MC4yNTU4NjIxIDUwLjQ5MDc1ODYsNjYuMTc2IEwzMy4yNTMzNzkzLDQ4LjkzODYyMDciLz4KICAgICAgPHBvbHlsaW5lIHBvaW50cz0iMzAuNjkyIDI2LjY4MiAyMC45NDYgMTYuOTM1IDIwLjkyIDExLjM4OCAxMC40NzQgLjk0MiAuMDI5IDExLjM4OCAxMC40NzQgMjEuODMzIDE2LjAyMSAyMS44NTkgMjUuNTUyIDMxLjM5IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CiAgICAgIDxwYXRoIGQ9Ik00Ni40ODUyNDE0LDQ3LjM5ODYyMDcgTDU2LjMzMzY1NTIsNTcuMjQ3MDM0NSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8L2c+CiAgICA8ZyBzdHJva2U9IiMzRTUzQTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMzIDMwKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgICAgPHBhdGggZD0iTTM5LjU5NzMsNDUuNzUwNCBDNDEuMTAyMyw0NC4yNDA0IDQyLjYyMDMsNDIuNzQzNCA0NC4xMjAzLDQxLjIyNzQgQzQ3LjE1OTMsMzguMTU0NCA0OC4wNjgzLDM3LjEwNjQgNTAuMDA1MywzNS44Mzc0IEM1MC45MDUzLDM1LjI0ODQgNTEuODExMywzNC43NTM0IDUyLjk3OTMsMzQuNDEyNCBDNTQuNDc2MywzMy45Nzc0IDU1Ljc4NDMsMzMuOTc2NCA1Ni42MzUzLDM0LjA0MDQgQzU4LjI3MjMsMzMuOTE1NCA2MS4yMDgzLDMzLjQ2ODQgNjQuMjU1MywzMS42MjQ0IEM2NS42MjYzLDMwLjc5NTQgNzAuMzg3MywyNy42NDc0IDcxLjkzODMsMjEuMzQwNCBDNzMuNTAzMywxNC45NzQ0IDcwLjY3NTMsOS45NTY0IDcwLjA3OTMsOC45NDg0IEM2Ni44ODUzLDEyLjE0ODQgNjMuNjkwMywxNS4zNDg0IDYwLjQ5NjMsMTguNTQ4NCBDNTguNDM4MywyMC4yMjU0IDU1LjUzNjMsMTkuOTE5NCA1NC4wOTUzLDE4LjE4MDQgQzUyLjk0ODMsMTYuNzk2NCA1Mi44NDkzLDE0LjY1NDQgNTMuOTI0MywxMi45Mzk0IEM1Ny4yMjMzLDkuNTY0NCA2MC41MjIzLDYuMTkwNCA2My44MjIzLDIuODE1NCBDNjIuOTE3MywyLjI3OTQgNTcuNDkxMywtMC44MTY2IDUwLjgxMTMsMS4xNDI0IEM0NC42NDgzLDIuOTQ5NCA0MS43MjEzLDcuNzk3NCA0MC44OTgzLDkuMzIwNCBDMzkuNDY2MywxMS45NzE0IDM5LjA1NTMsMTQuNDUyNCAzOC45MjIzLDE1Ljk2MDQgQzM4LjkxMTMsMTYuNTE4NCAzOC44ODAzLDE3LjMwNDQgMzguNzkxMywxOC4yNDI0IEMzOC43MzIzLDE4Ljg3NzQgMzguNjY1MywxOS41Nzc0IDM4LjU0NDMsMjAuMTYyNCBDMzguMzgyMywyMC45NDE0IDM3Ljk4NjMsMjIuMTY5NCAzNi44NzEzLDIzLjU3MDQgQzMwLjU4MDMsMjkuODU5NCA5LjM5MDgzMjAzLDQ5Ljk4MDM1OTQgMy4wOTk4MzIwMyw1Ni4yNjgzNTk0IEMtMC4yMjIxNjc5NjksNTkuNzc2MzU5NCAtMC4xOTAxNjc5NjksNjUuMjUwMzU5NCAyLjk1MTgzMjAzLDY4LjU2NjM1OTQgQzYuMzIwODMyMDMsNzIuMTE5MzU5NCAxMi4zMDc4MzIsNzIuMTg2MzU5NCAxNS45MDI4MzIsNjguNDQzMzU5NCBDMTUuOTAyODMyLDY4LjQ0MzM1OTQgMzcuNzM1Myw0Ny42MTk0IDM5LjU5NzMsNDUuNzUwNCBaIi8+CiAgICAgIDxwYXRoIGQ9Ik0xMy4wOTM1MDA4LDY0LjgyNCBDMTAuODI2NTAwOCw2Ni4yNzUgNy45ODU1MDA3OSw2NS43MSA2LjcxMjUwMDc5LDYzLjg5NSBDNS43NjA1MDA3OSw2Mi41MzggNS43NjQ1MDA3OSw2MC42IDYuNzEyNTAwNzksNTkiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
  }
  
  .error-reference
  {
    font-size: 14px;
    color: #9b9b9b;
    margin-top: 40px;
  }
  
  .error-body p
  {
    max-width: 475px;
  }
  
  .charts .color-swatch__wrapper
  {
    min-height: 180px;
  }
  
  .c3-chart-arc path
  {
    stroke: transparent;
  }
  
  .hamburger
  {
    overflow-x: hidden;
  }
  
  .hamburger .navbar-right
  {
    margin-right: 15px;
  }
  
  .hamburger .navbar-default
  {
    z-index: 990;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: 0;
  }
  
  .hamburger .close-burger
  {
    height: 70px;
    cursor: pointer;
    margin-left: 15px;
    width: 21px;
    color: #717171;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9 Im5vIj8+Cjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0i MCAwIDE3IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y Zy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkv eGxpbmsiPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ry b2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVs ZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpv aW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iaWNvbi1iaXRzIiB0cmFuc2Zvcm09 InRyYW5zbGF0ZSgtMTYxLjAwMDAwMCwgLTE1OC4wMDAwMDApIiBzdHJva2U9IiMz RTUzQTQiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJjbG9z ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY5LjUwMDAwMCwgMTY2LjUwMDAwMCkg cm90YXRlKC00NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTY5LjUwMDAwMCwgLTE2Ni41 MDAwMDApIHRyYW5zbGF0ZSgxNTkuMDAwMDAwLCAxNTYuMDAwMDAwKSI+CiAgICAg ICAgICAgICAgICA8cGF0aCBkPSJNMjAsMTAuNSBMMS4xMjI2NTc1MmUtMTIsMTAu NSIgaWQ9IkxpbmUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0x MCwwLjUgTDEwLDIwLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDwv Zz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") 50% no-repeat;
  }
  
  .hamburger .navbar-toggle
  {
    display: inline-block;
    position: relative;
    padding: 9px 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-right: 1px solid hsla(0,0%,100%,.3);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
  }
  
  .hamburger .navbar-toggle.navbar-default .navbar-brand
  {
    margin-left: 0;
    padding-left: 0;
  }
  
  .hamburger .navbar-offcanvas.navmenu,.hamburger .navmenu
  {
    padding-bottom: 90px;
    border-width: 0;
    -webkit-box-shadow: 3px 0 10px rgba(0,0,0,.3);
    box-shadow: 3px 0 10px rgba(0,0,0,.3);
  }
  
  .hamburger .navbar-offcanvas.navmenu .leftnav,.hamburger .navmenu .leftnav
  {
    margin-top: 20px;
  }
  
  .hamburger .site-content .main-content
  {
    margin-top: 70px;
  }
  
  .hamburger .site-content .container-fluid
  {
    padding-left: 50px;
    padding-right: 50px;
  }
  
  @media (min-width:992px)
  {
    .hamburger .site-content .navmenu-fixed-left.offcanvas-sm~.container-fluid
    {
      margin-left: 300px;
    }
  }
  
  .hamburger .main-content:after
  {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1000;
    background-color: #000;
  }
  
  .hamburger .canvas-slid~.main-content:after
  {
    display: block;
    background-color: #000;
    visibility: visible;
    opacity: .5;
    z-index: 1000;
  }
  
  .hamburger footer .container,.hamburger footer .container-fluid
  {
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .hamburger.hamburger-slide .navmenu .tree
  {
    margin-top: 10px;
  }
  
  .hamburger.hamburger-push.canvas-slid .navbar-toggle
  {
    opacity: 0;
    pointer-events: none;
  }
  
  .hamburger .navmenu
  {
    background-color: #fff;
    border-color: #fff;
  }
  
  .hamburger.hamburger-filled .navmenu
  {
    background-color: #f8f8f8;
  }
  
  .hamburger.hamburger-responsive .navbar-default,.hamburger.hamburger-responsive footer
  {
    z-index: 1030;
  }
  
  @media (max-width:991px)
  {
    .hamburger.hamburger-responsive .navbar-default,.hamburger.hamburger-responsive footer
    {
      z-index: 990;
    }
  }
  
  .hamburger.hamburger-icons
  {
    left: 0!important;
    right: 0!important;
  }
  
  .hamburger.hamburger-icons.canvas-slid
  {
    overflow: auto!important;
  }
  
  .hamburger.hamburger-icons footer
  {
    z-index: 1030;
  }
  
  .hamburger.hamburger-icons .offcanvas
  {
    display: block;
  }
  
  .hamburger.hamburger-icons .container-fluid
  {
    margin-left: 50px;
  }
  
  .hamburger.hamburger-icons .navbar-toggle
  {
    margin-left: 7px;
    padding-left: 9px;
    padding-right: 16px;
  }
  
  .hamburger.hamburger-icons .main-content:after
  {
    display: none;
  }
  
  .hamburger.hamburger-icons .navmenu
  {
    top: 70px;
  }
  
  .hamburger.hamburger-icons .nav-icon
  {
    padding-left: 5px;
  }
  
  .hamburger.hamburger-icons .list-group-item
  {
    width: 300px;
  }
  
  .hamburger.hamburger-icons .list-group-item span
  {
    padding-left: 8px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
  }
  
  .hamburger.hamburger-icons .close-burger
  {
    display: none;
  }
  
  .hamburger.hamburger-icons.canvas-slid .navbar,.hamburger.hamburger-icons.canvas-slid .navmenu,.hamburger.hamburger-icons.canvas-sliding .navbar,.hamburger.hamburger-icons.canvas-sliding .navmenu
  {
    left: 0!important;
    right: 0!important;
  }
  
  .hamburger.hamburger-icons.canvas-sliding:not(.in) .navmenu,.hamburger.hamburger-icons .navmenu
  {
    overflow-x: hidden;
    width: 55px;
    -webkit-transition: width .25s linear;
    transition: width .25s linear;
  }
  
  .hamburger.hamburger-icons.canvas-slid .list-group-item span
  {
    opacity: 1;
    display: inline-block;
  }
  
  .hamburger.hamburger-icons.canvas-slid.hamburger-push .navbar-toggle
  {
    display: block!important;
    opacity: 1;
    pointer-events: auto;
  }
  
  .hamburger.hamburger-icons.canvas-slid .navmenu,.hamburger.hamburger-icons.canvas-sliding.in .navmenu
  {
    display: block;
    width: 300px;
  }
  
  .welcome .site-content,.welcome main
  {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .welcome .site-content .main-block,.welcome main .main-block
  {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .welcome header
  {
    border-bottom: 1px solid hsla(0,0%,100%,.15);
  }
  
  .welcome h1
  {
    margin-top: 0;
  }
  
  .welcome .fa .nc-icon-mini,.welcome .nc-icon-outline,.welcome em,.welcome h1,.welcome h2,.welcome h3,.welcome h4,.welcome h5,.welcome h6,.welcome label,.welcome p,.welcome strong
  {
    color: #fff;
  }
  
  .welcome.welcome-navigation .hero
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .welcome.welcome-navigation .hero,.welcome.welcome-navigation .hero__content
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .welcome.welcome-navigation .hero__content
  {
    padding: 0 40px;
  }
  
  .welcome.welcome-navigation .navigation
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    width: 100%;
  }
  
  .welcome.welcome-navigation .navigation .container
  {
    margin-top: 40px;
  }
  
  .welcome.welcome-navigation .navigation h3
  {
    color: #2e2e2e;
    border-bottom: 1px solid silver;
  }
  
  .welcome.welcome-productimage .main-block
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .welcome.welcome-productimage .main-block>div.left
  {
    max-width: 500px;
  }
  
  .welcome.welcome-productimage .main-block>div.right
  {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  
  @media (max-width:768px)
  {
    .welcome.welcome-productimage .main-block
    {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
  .welcome .arrow-btn
  {
    color: #fff;
  }
  
  .welcome .arrow-btn:hover
  {
    color: #e6e6e6;
  }
  
  .welcome .mock-slider
  {
    margin-top: 100px;
  }
  
  .welcome .mock-slider,.welcome .mock-slider .mock-slider-images
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
  }
  
  .welcome .mock-slider .mock-slider-images
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .welcome.welcome-threecolumn .main-block
  {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 60px;
  }
  
  .welcome.welcome-threecolumn .main-block,.welcome.welcome-threecolumn .mid-block
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }
  
  .welcome.welcome-threecolumn .mid-block
  {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  @media (max-width:768px)
  {
    .welcome.welcome-threecolumn .mid-block
    {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
  }
  
  .welcome.welcome-threecolumn .mid-block div
  {
    text-align: center;
    line-height: 1.5;
    padding: 20px 30px;
    color: #fff;
  }
  
  .welcome.welcome-threecolumn .mid-block div h3
  {
    color: #fff;
  }
  
  .welcome.welcome-threecolumn .mid-block div .btn-circle
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    min-width: 47px;
    line-height: 47px;
    padding: 0;
  }
  
  .welcome.welcome-threecolumn .bottom-block
  {
    text-align: center;
    margin-top: 20px;
  }
  
  .welcome .form-content
  {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .welcome .form-content,.welcome form.side-by-side
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }
  
  .welcome form.side-by-side
  {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    max-width: 750px;
    min-width: 100%;
    margin: auto;
  }
  
  .welcome form.side-by-side .form-group
  {
    width: 48%;
  }
  
  .welcome input
  {
    color: #fff;
    background-color: hsla(0,0%,100%,.1);
    border-color: hsla(0,0%,100%,.8);
  }
  
  .welcome input:focus
  {
    border-color: #fff;
    background-color: hsla(0,0%,100%,.18);
  }
  
  .welcome input::-webkit-input-placeholder
  {
    color: #fff;
  }
  
  .welcome input:-moz-placeholder,.welcome input::-moz-placeholder
  {
    color: #fff;
  }
  
  .welcome input:-ms-input-placeholder
  {
    color: #fff;
  }
  
  .breadcrumb
  {
    padding: 0;
    background-color: transparent;
    margin: 25px 0;
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-size: 14px;
  }
  
  .breadcrumb a
  {
    color: #3e53a4;
  }
  
  .breadcrumb a:hover
  {
    color: #314183;
  }
  
  .breadcrumb .active
  {
    color: #717171;
  }
  
  .breadcrumb>li+li:before
  {
    padding: 0 10px;
    color: silver;
    font: normal normal normal 14px/1 Nucleo Mini;
    content: "\e928";
  }
  
  .doc-hero.sample,.hero.sample
  {
    padding-left: 10px;
  }
  
  .doc-hero .breadcrumb,.hero .breadcrumb
  {
    padding: 0;
    background-color: transparent;
    margin: 25px 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #fff;
  }
  
  .doc-hero .breadcrumb a,.hero .breadcrumb a
  {
    color: #fff;
  }
  
  .doc-hero .breadcrumb a:hover,.hero .breadcrumb a:hover
  {
    color: #314183;
  }
  
  .doc-hero .breadcrumb .active,.hero .breadcrumb .active
  {
    color: hsla(0,0%,100%,.5);
  }
  
  .doc-hero .breadcrumb>li+li:before,.hero .breadcrumb>li+li:before
  {
    padding: 0 5px;
    color: silver;
    font: normal normal normal 25px/1 Nucleo Outline;
    content: "\eaf7";
  }
  
  body,html
  {
    height: 100%;
  }
  
  body
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .site-content,main
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 40px;
  }
  
  header+.site-content,header+main
  {
    margin-top: 70px;
  }
  
  footer
  {
    background-color: #eaedf8;
    padding: 7px 0;
  }
  
  footer .container,footer .container-fluid
  {
    color: #4e4e4e;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    z-index: 10;
  }
  
  footer .container-fluid .contents,footer .container .contents
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  footer .container-fluid .footer-logo,footer .container .footer-logo
  {
    width: 132px;
    margin-right: 10px;
  }
  
  footer .container-fluid .logo-copyright,footer .container .logo-copyright
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  footer .container-fluid .logo-copyright .copyright,footer .container-fluid .terms,footer .container .logo-copyright .copyright,footer .container .terms
  {
    white-space: nowrap;
  }
  
  footer .container-fluid .footer-left,footer .container .footer-left
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  footer .container-fluid .footer-left .logo-copyright,footer .container .footer-left .logo-copyright
  {
    margin-right: 40px;
  }
  
  footer .container-fluid .footer-right,footer .container .footer-right
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  footer .container-fluid .footer-right>div,footer .container .footer-right>div
  {
    margin: 0 10px;
  }
  
  footer .container-fluid .footer-right>div:first-child,footer .container .footer-right>div:first-child
  {
    margin-left: 0;
  }
  
  footer .container-fluid .footer-right>div:last-child,footer .container .footer-right>div:last-child
  {
    margin-right: 0;
  }
  
  footer .container-fluid .contact-us,footer .container .contact-us
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    white-space: nowrap;
  }
  
  footer .container-fluid .contact-us .hidemethods,footer .container .contact-us .hidemethods
  {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  footer .container-fluid .contact-us .contact-methods,footer .container .contact-us .contact-methods
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  footer .container-fluid .contact-us .contact-methods>div,footer .container .contact-us .contact-methods>div
  {
    margin-left: 20px;
  }
  
  footer .container-fluid .contact-us .contact-methods a,footer .container .contact-us .contact-methods a
  {
    color: #3e53a4;
  }
  
  footer .container-fluid .contact-us .contact-methods a.disabled,footer .container .contact-us .contact-methods a.disabled
  {
    color: silver;
  }
  
  footer .container-fluid .contact-us .contact-methods a.disabled:hover,footer .container .contact-us .contact-methods a.disabled:hover
  {
    background-color: transparent;
    cursor: not-allowed;
    text-decoration: none;
  }
  
  footer .container-fluid>div,footer .container>div
  {
    padding: 16px 20px 16px 0;
  }
  
  @media (max-width:767px)
  {
    footer .container .contents
    {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    footer .container .contents,footer .container .contents .logo-copyright
    {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    footer .container .contents .logo-copyright
    {
      margin-bottom: 10px;
    }
  
    footer .container .contents .logo-copyright .footer-logo
    {
      margin: 0 0 5px;
    }
  
    footer .container .contents .footer-left
    {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    footer .container .contents .footer-left .logo-copyright
    {
      margin-right: 0;
      margin-bottom: 10px;
    }
  
    footer .container .contents .footer-right .legal
    {
      margin-left: 0;
    }
  
    footer .container .contents .footer-right .contact-us
    {
      padding-top: 10px;
      text-align: center;
    }
  
    footer .container .contents .footer-right .contact-us .contact-methods.hidemethods
    {
      display: none;
    }
  
    footer>div
    {
      padding: 0 0 5px;
      margin: 0;
    }
  }
  
  footer.demo
  {
    margin-top: 0;
  }
  
  footer ul
  {
    margin: 0;
  }
  
  footer ul.social li
  {
    padding-right: 1px;
  }
  
  footer ul.social li:last-child
  {
    padding-right: 0;
  }
  
  footer ul.social li a
  {
    color: #717171;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    line-height: 2em;
  }
  
  footer ul.social li a:hover
  {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  
  footer:empty
  {
    background-color: transparent;
  }
  
  .pb-footer-logo:before
  {
    width: 132px;
    height: 27px;
    vertical-align: -7px;
    display: inline-block;
  }
  
  .pb-footer-logo.gradient:before
  {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMxLjg0IiBoZWlnaHQ9IjI3IiB2aWV3 Qm94PSIwIDAgMTMxLjg0IDI3Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMDgu OCIgeTE9IjMuOTUiIHgyPSIxMjcuODkiIHkyPSIyMy4wNSIgZ3JhZGllbnRVbml0cz0idXNlclNw YWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMC4yIiBzdG9wLWNvbG9yPSIjYzg2OWE4Ii8+PHN0b3Ag b2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9IiM2ZTdlYmIiLz48c3RvcCBvZmZzZXQ9IjAuOCIgc3Rv cC1jb2xvcj0iIzAwYmNmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5Bc3NldCAx PC90aXRsZT48cGF0aCBkPSJNMTE4LjM0LDBhMTMuNSwxMy41LDAsMSwwLDEzLjUsMTMuNUExMy41 LDEzLjUsMCwwLDAsMTE4LjM0LDBabTAsMjYuMjhBMTIuNzgsMTIuNzgsMCwxLDEsMTMxLjEyLDEz LjUsMTIuNzgsMTIuNzgsMCwwLDEsMTE4LjM0LDI2LjI4Wm0tNC40OC0yM2EuMzkuMzksMCwwLDAt LjE1LDAsMTEuMTksMTEuMTksMCwxLDAsNC42My0xaC0uMjhjLS4yMiwwLS4zNi4xNi0uMzYuNDJz LjE0LjQyLjM2LjQyaC4yOGExMC4zNCwxMC4zNCwwLDEsMS00LjI3LjkyLjM3LjM3LDAsMCwwLC4x NS0uNTNBLjQuNCwwLDAsMCwxMTMuODcsMy4yOFpNMTEzLjczLDZhLjQzLjQzLDAsMCwwLS4yNC4w OCw4Ljg0LDguODQsMCwwLDAsMCwxNC43OS40NC40NCwwLDAsMCwuMjQuMDguNTMuNTMsMCwwLDAs LjQyLS4yNy40Ni40NiwwLDAsMC0uMDctLjY4aDBhNy43OSw3Ljc5LDAsMCwxLDAtMTMsLjQyLjQy LDAsMCwwLC4yLS4zLjYuNiwwLDAsMC0uMTEtLjM5QS41My41MywwLDAsMCwxMTMuNzMsNlptNC40 MiwxNS4yNmEuNDMuNDMsMCwwLDAtLjMuMTIuNTcuNTcsMCwwLDAtLjE0LjQxYzAsLjMyLjE3LjUy LjQ1LjUyaC4xOWE4Ljg0LDguODQsMCwwLDAsMC0xNy42OGgtLjE5Yy0uMjgsMC0uNDUuMi0uNDUu NTNzLjE3LjUzLjQ1LjUzaC4xOWE3Ljc5LDcuNzksMCwxLDEsMCwxNS41N1ptLTUtMTEuNTNhLjY1 LjY1LDAsMCwxLDEsLjc3LDUuMiw1LjIsMCwwLDAsMCw2LC42NS42NSwwLDAsMS0xLC43Nyw2LjQ4 LDYuNDgsMCwwLDEsMC03LjU0WiIgc3R5bGU9ImZpbGw6dXJsKCNhKSIvPjxwYXRoIGQ9Ik0xMTgu MzcsMTcuMTJjLS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTIuMDcsMi4wNyww LDEsMC0uMTUtNC4xNCwyLjIyLDIuMjIsMCwwLDAtMS40Ni40NnY5LjYzYzAsLjQ3LS4zMi42OS0u NzcuNjlzLS43Ny0uMjMtLjc3LS42OVYxMnMwLS42LDAtLjdhMS4xOCwxLjE4LDAsMCwxLC42My0u NzQsNS4yLDUuMiwwLDAsMSwyLjQ5LS42OSwzLjYyLDMuNjIsMCwwLDEsMCw3LjIzWm0wLDIuODJj LS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTQuODksNC44OSwwLDAsMCwwLTku NzgsNS42NCw1LjY0LDAsMCwwLTIuMjUuNDYuNjkuNjksMCwwLDEtLjkxLS42OVYyLjYzYzAtLjQx LjMtLjY2Ljc3LS42NnMuNzcuMjUuNzcuNjZWNy4yOWE2LjQ5LDYuNDksMCwwLDEsMS41OS0uMiw2 LjQyLDYuNDIsMCwwLDEsMCwxMi44NVoiIHN0eWxlPSJmaWxsOiMzZTUzYTQiLz48cGF0aCBkPSJN OTMuNDgsMTcuOTNhNC43OSw0Ljc5LDAsMCwwLDIuNjIuNjhjMi4xNiwwLDMuNDYtMS4xMSwzLjQ2 LTIuOTEsMC0xLjQyLS43NS0yLjE1LTIuNzctMi44Mi0xLjM1LS40NC0xLjkxLS44Ni0xLjkxLTEu NTEsMC0uODQuNzEtMS4yNiwxLjc1LTEuMjZhNSw1LDAsMCwxLDIuNjIuNzNWOS41OGE0Ljg4LDQu ODgsMCwwLDAtMi41OS0uNjljLTIsMC0zLjIyLjkzLTMuMjIsMi41MSwwLDEuMjIuNzEsMi4wOCwy LjQyLDIuNjRzMi4yNi44OCwyLjI2LDEuNzctLjc3LDEuNTctMiwxLjU3YTQuODEsNC44MSwwLDAs MS0yLjYyLS43MVptLTguMTktNS4wNmMuMTYtMS42OSwxLjA3LTIuNzUsMi42OS0yLjc1czIuNDku OTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4zLDcuMywwLDAsMS0zLC42MmMtMi4yNiwwLTMuNC0x LjA3LTMuNS0zLjI0aDYuN2MwLS4yNS4wNS0uNzYuMDUtMSwwLTIuNjItMS4zMy00LjI0LTMuODkt NC4yNC0yLjg4LDAtNC4zMywyLjExLTQuMzMsNC44OCwwLDMuMTIsMS42NCw0Ljg1LDQuNzksNC44 NWE2Ljc5LDYuNzksMCwwLDAsMy4yLS42NlpNODAuMzgsMTguMzksODMuMDcsOS4xSDgxLjYzTDc5 LjcsMTYuNCw3Ny41NSw5LjFoLTEuNmwtMi4xMyw3LjM5TDcxLjkxLDkuMUg3MC4zNEw3MywxOC4z OWgxLjUxTDc2Ljc1LDExbDIuMTMsNy4zN1pNNjUuMywxNy4zM2MtMS44NSwwLTIuODktMS40Mi0y Ljg5LTMuNTdzMS0zLjYsMi44OS0zLjYsMi45LDEuNDIsMi45LDMuNTdTNjcuMTQsMTcuMzMsNjUu MywxNy4zM1ptMCwxLjI4YzMsMCw0LjQyLTIuMTUsNC40Mi00Ljg2UzY4LjQ1LDguODgsNjUuMyw4 Ljg4Yy0yLjk1LDAtNC40MiwyLjE1LTQuNDIsNC44NlM2Mi4xNSwxOC42MSw2NS4zLDE4LjYxWm0t MTIuNjgtOGE0LjQ2LDQuNDYsMCwwLDEsMi4yLS40OUEzLDMsMCwwLDEsNTgsMTMuNDVjMCwyLjQ5 LTEuMzcsMy44OC0zLjc1LDMuODhhNC4yOSw0LjI5LDAsMCwxLTEuNi0uMjVabS0xLjQ2LDcuNDZh OS4yNyw5LjI3LDAsMCwwLDIuOTMuNWMzLjM3LDAsNS40MS0xLjg4LDUuNDEtNS4xN0E0LjIsNC4y LDAsMCwwLDU1LDguODhhNS44LDUuOCwwLDAsMC0yLjM0LjQ3VjQuNzJINTEuMTZabS05LjA4LDUs MS43Ny00LjcxTDQ3LjU0LDkuMWgtMS42bC0yLjgyLDcuNTlMNDAuMzUsOS4xSDM4LjdsMy43LDku MjhMNDAuNjEsMjMuMVpNMzEuMTksMTIuODdjLjE2LTEuNjksMS4wOC0yLjc1LDIuNy0yLjc1czIu NDkuOTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4yNyw3LjI3LDAsMCwxLTMsLjYyYy0yLjI2LDAt My40LTEuMDctMy41LTMuMjRoNi43YzAtLjI1LjA1LS43Ni4wNS0xLDAtMi42Mi0xLjMzLTQuMjQt My44OS00LjI0LTIuODgsMC00LjMzLDIuMTEtNC4zMyw0Ljg4LDAsMy4xMiwxLjYzLDQuODUsNC43 OSw0Ljg1YTYuNzgsNi43OCwwLDAsMCwzLjItLjY2Wk0yOC4xLDE4LjM5VjEyLjMxYzAtMi42Mi0x LjU4LTMuNDItMy42LTMuNDJhMTMsMTMsMCwwLDAtNC4xNy43OXY4LjcyaDEuNDZWMTAuNjFhNy4x NSw3LjE1LDAsMCwxLDIuMzctLjQyYzEuNjksMCwyLjQ5LjU4LDIuNDksMi42MnY1LjU3Wm0tOS4x Ny0xLjI4YTUuNTQsNS41NCwwLDAsMS0xLjY0LjI0Yy0uNjYsMC0xLjE1LS4xOC0xLjE1LTEuMzhW MTAuMzJoMi40NFY5LjFIMTYuMTRWNi44MUgxNC43VjkuMUgxMy4xNnYxLjIySDE0Ljd2NS45MmMw LDEuNjcuODcsMi4zNywyLjI0LDIuMzdhNS40Nyw1LjQ3LDAsMCwwLDItLjMzWk0xMC44NSw3LjM2 YS45NC45NCwwLDAsMCwuOTUtLjk1LDEsMSwwLDEsMC0xLjkxLDBBLjk0Ljk0LDAsMCwwLDEwLjg1 LDcuMzZabS43MSwxLjc1SDEwLjExdjkuMjhoMS40NlpNMS40NiwxMC43NGEzLjg5LDMuODksMCww LDEsMi4yLS41OCwzLDMsMCwwLDEsMy4xNSwzLjI5YzAsMi40OS0xLjM2LDMuODgtMy43NywzLjg4 YTQuMTQsNC4xNCwwLDAsMS0xLjU4LS4yNVptMCwxMi4zNlYxOC40YTUuNzYsNS43NiwwLDAsMCwx LjUxLjJjMy4zMSwwLDUuMzctMS44OCw1LjM3LTUuMTdBNC4yMiw0LjIyLDAsMCwwLDMuOCw4Ljg4 LDUuODcsNS44NywwLDAsMCwwLDEwLjIzVjIzLjFaIiBzdHlsZT0iZmlsbDojNGU0ZTRlIi8+PC9z dmc+");
  }
  
  .pb-footer-logo.solid:before
  {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMxLjgxIiBoZWlnaHQ9IjI3IiB2aWV3 Qm94PSIwIDAgMTMxLjgxIDI3Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMDgu NzciIHkxPSIzLjk1IiB4Mj0iMTI3Ljk4IiB5Mj0iMjMuMTYiIGdyYWRpZW50VW5pdHM9InVzZXJT cGFjZU9uVXNlIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmYiLz48c3RvcCBvZmZz ZXQ9IjAuMTIiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC43OSIvPjxzdG9wIG9m ZnNldD0iMC4yNCIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjYyIi8+PHN0b3Ag b2Zmc2V0PSIwLjM1IiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9w IG9mZnNldD0iMC40NCIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjQzIi8+PHN0 b3Agb2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0 b3Agb2Zmc2V0PSIwLjU2IiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuNDMiLz48 c3RvcCBvZmZzZXQ9IjAuNjYiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC41MSIv PjxzdG9wIG9mZnNldD0iMC43NyIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjY1 Ii8+PHN0b3Agb2Zmc2V0PSIwLjkiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC44 NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2ZmZiIvPjwvbGluZWFyR3JhZGllbnQ+ PC9kZWZzPjx0aXRsZT5wYi1sb2dvLXNtLWtvPC90aXRsZT48cGF0aCBkPSJNMTE4LjMxLDBhMTMu NSwxMy41LDAsMSwwLDEzLjUsMTMuNUExMy41LDEzLjUsMCwwLDAsMTE4LjMxLDBabTAsMjYuMjhB MTIuNzgsMTIuNzgsMCwxLDEsMTMxLjA5LDEzLjUsMTIuNzgsMTIuNzgsMCwwLDEsMTE4LjMxLDI2 LjI4Wm0tNC40OC0yM2EuMzkuMzksMCwwLDAtLjE1LDAsMTEuMTksMTEuMTksMCwxLDAsNC42My0x SDExOGMtLjIyLDAtLjM2LjE2LS4zNi40MnMuMTQuNDIuMzYuNDJoLjI4YTEwLjM0LDEwLjM0LDAs MSwxLTQuMjcuOTIuMzcuMzcsMCwwLDAsLjE1LS41M0EuNC40LDAsMCwwLDExMy44MywzLjI4Wk0x MTMuNyw2YS40My40MywwLDAsMC0uMjQuMDgsOC44NCw4Ljg0LDAsMCwwLDAsMTQuNzkuNDQuNDQs MCwwLDAsLjI0LjA4LjUzLjUzLDAsMCwwLC40Mi0uMjcuNDYuNDYsMCwwLDAtLjA3LS42OGgwYTcu NzksNy43OSwwLDAsMSwwLTEzLC40Mi40MiwwLDAsMCwuMi0uMy42LjYsMCwwLDAtLjExLS4zOUEu NTMuNTMsMCwwLDAsMTEzLjcsNlptNC40MiwxNS4yNmMtLjI1LDAtLjQ1LjE3LS40NS41M3MuMTcu NTIuNDUuNTJoLjE5YTguODQsOC44NCwwLDAsMCwwLTE3LjY4aC0uMTljLS4yOCwwLS40NS4yLS40 NS41M3MuMTcuNTMuNDUuNTNoLjE5YTcuNzksNy43OSwwLDEsMSwwLDE1LjU3Wm0tNS0xMS41M2Eu NjUuNjUsMCwwLDEsMSwuNzcsNS4yLDUuMiwwLDAsMCwwLDYsLjY1LjY1LDAsMCwxLTEsLjc3LDYu NDgsNi40OCwwLDAsMSwwLTcuNTRaIiBzdHlsZT0iZmlsbDp1cmwoI2EpIi8+PHBhdGggZD0iTTEx OC4zMywxNy4xMmMtLjQxLDAtLjY2LS4zLS42Ni0uNzhzLjI0LS43Ny42Ni0uNzdhMi4wNywyLjA3 LDAsMSwwLS4xNS00LjE0LDIuMjIsMi4yMiwwLDAsMC0xLjQ2LjQ2djkuNjNjMCwuNDctLjMyLjY5 LS43Ny42OXMtLjc3LS4yMy0uNzctLjY5VjEyczAtLjYsMC0uN2ExLjE4LDEuMTgsMCwwLDEsLjYz LS43NCw1LjIsNS4yLDAsMCwxLDIuNDktLjY5LDMuNjIsMy42MiwwLDAsMSwwLDcuMjNabTAsMi44 MmMtLjQxLDAtLjY2LS4zLS42Ni0uNzhzLjI0LS43Ny42Ni0uNzdhNC44OSw0Ljg5LDAsMCwwLDAt OS43OCw0Ljk0LDQuOTQsMCwwLDAtMS44OC4zMywyLDIsMCwwLDEtLjYxLjE2LjY5LjY5LDAsMCwx LS42OC0uNzJWMi42M2MwLS40MS4zLS42Ni43Ny0uNjZzLjc3LjI1Ljc3LjY2VjcuMjlhNi40Miw2 LjQyLDAsMCwxLDgsNi4yM0E2LjQyLDYuNDIsMCwwLDEsMTE4LjMzLDE5Ljk0WiIgc3R5bGU9ImZp bGw6I2ZmZiIvPjxwYXRoIGQ9Ik05My40OCwxNy45M2E0Ljc5LDQuNzksMCwwLDAsMi42Mi42OGMy LjE2LDAsMy40Ni0xLjExLDMuNDYtMi45MSwwLTEuNDItLjc1LTIuMTUtMi43Ny0yLjgyLTEuMzUt LjQ0LTEuOTEtLjg2LTEuOTEtMS41MSwwLS44NC43MS0xLjI2LDEuNzUtMS4yNmE1LDUsMCwwLDEs Mi42Mi43M1Y5LjU4YTQuODgsNC44OCwwLDAsMC0yLjU5LS42OWMtMiwwLTMuMjIuOTMtMy4yMiwy LjUxLDAsMS4yMi43MSwyLjA4LDIuNDIsMi42NHMyLjI2Ljg4LDIuMjYsMS43Ny0uNzcsMS41Ny0y LDEuNTdhNC44MSw0LjgxLDAsMCwxLTIuNjItLjcxWm0tOC4xOS01LjA2Yy4xNi0xLjY5LDEuMDct Mi43NSwyLjY5LTIuNzVzMi40OS45MSwyLjU1LDIuNzVabTYuNDYsMy44NGE3LjMsNy4zLDAsMCwx LTMsLjYyYy0yLjI2LDAtMy40LTEuMDctMy41LTMuMjRoNi43YzAtLjI1LjA1LS43Ni4wNS0xLDAt Mi42Mi0xLjMzLTQuMjQtMy44OS00LjI0LTIuODgsMC00LjMzLDIuMTEtNC4zMyw0Ljg4LDAsMy4x MiwxLjY0LDQuODUsNC43OSw0Ljg1YTYuNzksNi43OSwwLDAsMCwzLjItLjY2Wk04MC4zOCwxOC4z OSw4My4wNyw5LjFIODEuNjNMNzkuNywxNi40LDc3LjU1LDkuMWgtMS42bC0yLjEzLDcuMzlMNzEu OTEsOS4xSDcwLjM0TDczLDE4LjM5aDEuNTFMNzYuNzUsMTFsMi4xMyw3LjM3Wk02NS4zLDE3LjMz Yy0xLjg1LDAtMi44OS0xLjQyLTIuODktMy41N3MxLTMuNiwyLjg5LTMuNiwyLjksMS40MiwyLjks My41N1M2Ny4xNCwxNy4zMyw2NS4zLDE3LjMzWm0wLDEuMjhjMywwLDQuNDItMi4xNSw0LjQyLTQu ODZTNjguNDUsOC44OCw2NS4zLDguODhjLTIuOTUsMC00LjQyLDIuMTUtNC40Miw0Ljg2UzYyLjE1 LDE4LjYxLDY1LjMsMTguNjFabS0xMi42OC04YTQuNDYsNC40NiwwLDAsMSwyLjItLjQ5QTMsMyww LDAsMSw1OCwxMy40NWMwLDIuNDktMS4zNywzLjg4LTMuNzUsMy44OGE0LjI5LDQuMjksMCwwLDEt MS42LS4yNVptLTEuNDYsNy40NmE5LjI3LDkuMjcsMCwwLDAsMi45My41YzMuMzcsMCw1LjQxLTEu ODgsNS40MS01LjE3QTQuMiw0LjIsMCwwLDAsNTUsOC44OGE1LjgsNS44LDAsMCwwLTIuMzQuNDdW NC43Mkg1MS4xNlptLTkuMDgsNSwxLjc3LTQuNzFMNDcuNTQsOS4xaC0xLjZsLTIuODIsNy41OUw0 MC4zNSw5LjFIMzguN2wzLjcsOS4yOEw0MC42MSwyMy4xWk0zMS4xOSwxMi44N2MuMTYtMS42OSwx LjA4LTIuNzUsMi43LTIuNzVzMi40OS45MSwyLjU1LDIuNzVabTYuNDYsMy44NGE3LjI3LDcuMjcs MCwwLDEtMywuNjJjLTIuMjYsMC0zLjQtMS4wNy0zLjUtMy4yNGg2LjdjMC0uMjUuMDUtLjc2LjA1 LTEsMC0yLjYyLTEuMzMtNC4yNC0zLjg5LTQuMjQtMi44OCwwLTQuMzMsMi4xMS00LjMzLDQuODgs MCwzLjEyLDEuNjMsNC44NSw0Ljc5LDQuODVhNi43OCw2Ljc4LDAsMCwwLDMuMi0uNjZaTTI4LjEs MTguMzlWMTIuMzFjMC0yLjYyLTEuNTgtMy40Mi0zLjYtMy40MmExMywxMywwLDAsMC00LjE3Ljc5 djguNzJoMS40NlYxMC42MWE3LjE1LDcuMTUsMCwwLDEsMi4zNy0uNDJjMS42OSwwLDIuNDkuNTgs Mi40OSwyLjYydjUuNTdabS05LjE3LTEuMjhhNS41NCw1LjU0LDAsMCwxLTEuNjQuMjRjLS42Niww LTEuMTUtLjE4LTEuMTUtMS4zOFYxMC4zMmgyLjQ0VjkuMUgxNi4xNFY2LjgxSDE0LjdWOS4xSDEz LjE2djEuMjJIMTQuN3Y1LjkyYzAsMS42Ny44NywyLjM3LDIuMjQsMi4zN2E1LjQ3LDUuNDcsMCww LDAsMi0uMzNaTTEwLjg1LDcuMzZhLjk0Ljk0LDAsMCwwLC45NS0uOTUsMSwxLDAsMSwwLTEuOTEs MEEuOTQuOTQsMCwwLDAsMTAuODUsNy4zNlptLjcxLDEuNzVIMTAuMTF2OS4yOGgxLjQ2Wk0xLjQ2 LDEwLjc0YTMuODksMy44OSwwLDAsMSwyLjItLjU4LDMsMywwLDAsMSwzLjE1LDMuMjljMCwyLjQ5 LTEuMzYsMy44OC0zLjc3LDMuODhhNC4xNCw0LjE0LDAsMCwxLTEuNTgtLjI1Wm0wLDEyLjM2VjE4 LjRhNS43Niw1Ljc2LDAsMCwwLDEuNTEuMmMzLjMxLDAsNS4zNy0xLjg4LDUuMzctNS4xN0E0LjIy LDQuMjIsMCwwLDAsMy44LDguODgsNS44Nyw1Ljg3LDAsMCwwLDAsMTAuMjNWMjMuMVoiIHN0eWxl PSJmaWxsOiNmZmYiLz48L3N2Zz4=");
  }
  
  @media (max-width:767px)
  {
    .xs-text-left
    {
      text-align: left;
    }
  
    .xs-text-right
    {
      text-align: right;
    }
  }
  
  #header,header
  {
    z-index: 20;
  }
  
  #header .navbar,header .navbar
  {
    margin-bottom: 0;
  }
  
  #header .navbar li.first a,header .navbar li.first a
  {
    padding-left: 0;
  }
  
  #header .pb-footer-logo,header .pb-footer-logo
  {
    display: table;
    margin-right: 30px;
  }
  
  #header .pb-footer-logo:before,header .pb-footer-logo:before
  {
    display: table-cell;
    width: 112px;
    height: 24px;
    vertical-align: middle;
  }
  
  .pb-header-mark
  {
    display: inline-block;
    float: left;
    margin-top: 18px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIz MiIgaGVpZ2h0PSIzMSIgdmlld0JveD0iMCAwIDMyIDMxIj4KICA8ZyBmaWxsPSIj RkZGRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRl KC45MTEpIj4KICAgIDxwYXRoIGQ9Ik0xNS40NTUxODE0LDIuNjY0NTM1MjZlLTE0 IEM2LjkyMTM2NzcxLDIuNjY0NTM1MjZlLTE0IDAsNi44MTk5NDgzIDAsMTUuMjMx MTcyNyBDMCwyMy42MzkwMTI5IDYuOTIxMzY3NzEsMzAuNDU3NjA3NSAxNS40NTUx ODE0LDMwLjQ1NzYwNzUgQzIzLjk5MzExMzcsMzAuNDU3NjA3NSAzMC45MTE3MzU2 LDIzLjYzOTAxMjkgMzAuOTExNzM1NiwxNS4yMzExNzI3IEMzMC45MTEwNDkyLDYu ODE5OTQ4MyAyMy45OTMxMTM3LDIuNjY0NTM1MjZlLTE0IDE1LjQ1NTE4MTQsMi42 NjQ1MzUyNmUtMTQgTDE1LjQ1NTE4MTQsMi42NjQ1MzUyNmUtMTQgWiBNMTUuNDU1 MTgxNCwzMC4xMDYzMjIgQzcuMTE4Mzc1NzksMzAuMTA2MzIyIDAuMzU4MzIxMzI3 LDIzLjQ0NDc1NjggMC4zNTgzMjEzMjcsMTUuMjI5MTQyMiBDMC4zNTgzMjEzMjcs Ny4wMTE0OTcwNiA3LjExODM3NTc5LDAuMzUxOTYyMzk3IDE1LjQ1NTE4MTQsMC4z NTE5NjIzOTcgQzIzLjc5MzM1OTksMC4zNTE5NjIzOTcgMzAuNTU0Nzg3Miw3LjAx MTQ5NzA2IDMwLjU1NDc4NzIsMTUuMjI5MTQyMiBDMzAuNTU0Nzg3MiwyMy40NDQ3 NTY4IDIzLjc5MzM1OTksMzAuMTA2MzIyIDE1LjQ1NTE4MTQsMzAuMTA2MzIyIEwx NS40NTUxODE0LDMwLjEwNjMyMiBaIE0xNC42MjE4NDQsMi4yMjA3NDczNiBDMTQu NjIxODQ0LDIuMDYxNjg3NDMgMTQuNzA2Mjc2MSwxLjk2NzYwNTE3IDE0Ljg0MDEz MTgsMS45Njc2MDUxNyBDMTUuMDUyMjQxNSwxLjk1ODgwNjExIDE1LjI0MjM4NTIs MS45NTQwNjgxNiAxNS40NTQ0OTQ5LDEuOTU0MDY4MTYgQzIyLjg5NDgxMDgsMS45 NTQwNjgxNiAyOC45Mjc5MjYsNy44OTI3NTY3NiAyOC45Mjc5MjYsMTUuMjI4NDY1 MyBDMjguOTI3OTI2LDIyLjU2MDExMjggMjIuODk0ODEwOCwyOC41MDM1Mzk0IDE1 LjQ1NDQ5NDksMjguNTAzNTM5NCBDOC4wMTY5MjQ4NywyOC41MDM1Mzk0IDEuOTgz ODA5NjUsMjIuNTYwMTEyOCAxLjk4MzgwOTY1LDE1LjIyODQ2NTMgQzEuOTgzODA5 NjUsOS41MDgzOTk1MyA1LjY0ODcwOTIsNC42NDExNjU2OSAxMC43OTAxMzk3LDIu NzcwMzUwMTggQzEwLjkxNTA3MTcsMi43MjIyOTM3NyAxMS4wMjkwMjA2LDIuNzg3 MjcxNDUgMTEuMDc5ODE3MSwyLjkzMDA4Njk2IEMxMS4xMzQ3MzIzLDMuMDcxNTQ4 NzcgMTEuMDkzNTQ1OSwzLjE5NDA1ODc1IDEwLjk2NDQ5NTMsMy4yNDIxMTUxNiBD Ni4wMjA3NTkzMSw1LjA0MjUzODE5IDIuNDk1MjA2OTQsOS43MjgzNzYwMyAyLjQ5 NTIwNjk0LDE1LjIyNzc4ODUgQzIuNDk1MjA2OTQsMjIuMjgxOTI3MSA4LjI5NzY3 ODU1LDI3Ljk5OTI4NTUgMTUuNDU0NDk0OSwyNy45OTkyODU1IEMyMi42MTMzNzA3 LDI3Ljk5OTI4NTUgMjguNDE1ODQyMywyMi4yODE5MjcxIDI4LjQxNTg0MjMsMTUu MjI3Nzg4NSBDMjguNDE1ODQyMyw4LjE2ODIzNTAyIDIyLjYxMzM3MDcsMi40NTIy MzAzMiAxNS40NTQ0OTQ5LDIuNDUyMjMwMzIgQzE1LjI0OTI0OTYsMi40NTIyMzAz MiAxNS4wNDEyNTg1LDIuNDU2OTY4MjcgMTQuODM2MDEzMSwyLjQ2NTA5MDQ4IEMx NC43MDA3ODQ2LDIuNDY1NzY3MzMgMTQuNjIxODQ0LDIuMzcxMDA4MjMgMTQuNjIx ODQ0LDIuMjIwNzQ3MzYgTDE0LjYyMTg0NCwyLjIyMDc0NzM2IFogTTE1LjA3NTU4 MDQsMjMuMzI3NjYxNiBDMTUuMTgyNjY1LDIzLjMzMTcyMjcgMTUuMzQ3NDEwNCwy My4zMzMwNzY0IDE1LjQ1NTE4MTQsMjMuMzMzMDc2NCBDMTkuOTk4MDM2OCwyMy4z MzMwNzY0IDIzLjY3ODcyNDUsMTkuNzA1ODMzMSAyMy42Nzg3MjQ1LDE1LjIzMDQ5 NTkgQzIzLjY3ODcyNDUsMTAuNzU0NDgxOCAxOS45OTczNTA0LDcuMTI2NTYxNjkg MTUuNDU1MTgxNCw3LjEyNjU2MTY5IEMxNS4zNDk0Njk3LDcuMTI2NTYxNjkgMTUu MTgxOTc4NSw3LjEyNzkxNTM5IDE1LjA3NTU4MDQsNy4xMzE5NzY1IEMxNC43ODkz MzUyLDcuMTMxOTc2NSAxNC42MjE4NDQsNi45MjM1MDY0NiAxNC42MjE4NDQsNi42 MDEzMjU1IEMxNC42MjE4NDQsNi4yNzcxMTM5OCAxNC43ODkzMzUyLDYuMDY5OTk3 NjUgMTUuMDc1NTgwNCw2LjA2OTk5NzY1IEMxNS4xOTUwMjA5LDYuMDY1OTM2NTUg MTUuMzM1NzQwOSw2LjA2MzkwNTk5IDE1LjQ1NTE4MTQsNi4wNjM5MDU5OSBDMjAu NTkzMTc5Nyw2LjA2MzkwNTk5IDI0Ljc1OTE4LDEwLjE2NjI5ODUgMjQuNzU5MTgs MTUuMjMwNDk1OSBDMjQuNzU5MTgsMjAuMjkyNjYyNyAyMC41OTM4NjYyLDI0LjM5 NTczMjEgMTUuNDU1MTgxNCwyNC4zOTU3MzIxIEMxNS4zMzQzNjgxLDI0LjM5NTcz MjEgMTUuMTk1MDIwOSwyNC4zOTE2NzEgMTUuMDc1NTgwNCwyNC4zODc2MDk5IEMx NC43ODkzMzUyLDI0LjM4NzYwOTkgMTQuNjIxODQ0LDI0LjE3NzEwOTMgMTQuNjIx ODQ0LDIzLjg1NzYzNTcgQzE0LjYyMTg0NCwyMy41MzM0MjQyIDE0Ljc4OTMzNTIs MjMuMzI3NjYxNiAxNS4wNzU1ODA0LDIzLjMyNzY2MTYgTDE1LjA3NTU4MDQsMjMu MzI3NjYxNiBaIE0xNS40NTUxODE0LDI1LjcyMzAzNjQgQzIxLjMzNzk2NjQsMjUu NzIzMDM2NCAyNi4xMDQ2MDExLDIxLjAyNTAxNTMgMjYuMTA0NjAxMSwxNS4yMzA0 OTU5IEMyNi4xMDQ2MDExLDkuNDMxOTE1MzkgMjEuMzM3OTY2NCw0LjczMzIxNzM5 IDE1LjQ1NTE4MTQsNC43MzMyMTczOSBDMTUuMzA2MjI0MSw0LjczMzIxNzM5IDE1 LjEyMjk0NDgsNC43MzcyNzg1IDE0Ljk3MTkyODEsNC43NDIwMTY0NSBDMTQuNzUz NjQwNCw0Ljc0MjAxNjQ1IDE0LjYyMTg0NCw0LjU4NDMxMDIyIDE0LjYyMTg0NCw0 LjMzMzE5ODU5IEMxNC42MjE4NDQsNC4wODA3MzMyNSAxNC43NTI5NTQsMy45MjM3 MDM4OCAxNC45NzE5MjgxLDMuOTIzNzAzODggQzE1LjEzNDYxNDIsMy45MTgyODkw NyAxNS4yOTM4NjgxLDMuOTE1NTgxNjcgMTUuNDU1MTgxNCwzLjkxNTU4MTY3IEMy MS43OTg1NjcyLDMuOTE1NTgxNjcgMjYuOTM5MzExMyw4Ljk3ODQyNTM4IDI2Ljkz OTMxMTMsMTUuMjMxMTcyNyBDMjYuOTM5MzExMywyMS40Nzg1MDUzIDIxLjc5ODU2 NzIsMjYuNTQ0NzMzMyAxNS40NTUxODE0LDI2LjU0NDczMzMgQzE1LjI5NDU1NDYs MjYuNTQ0NzMzMyAxNS4xMzE4Njg1LDI2LjU0MDY3MjIgMTQuOTcxOTI4MSwyNi41 MzM5MDM2IEMxNC43NTIyNjc1LDI2LjUzMzkwMzYgMTQuNjIxODQ0LDI2LjM3ODIy OCAxNC42MjE4NDQsMjYuMTI0NDA4OSBDMTQuNjIxODQ0LDI1Ljg3MzI5NzMgMTQu NzUxNTgxMSwyNS43MTU1OTExIDE0Ljk3MTkyODEsMjUuNzE1NTkxMSBDMTUuMTIw ODg1NCwyNS43MTg5NzUzIDE1LjMwNjIyNDEsMjUuNzIzMDM2NCAxNS40NTUxODE0 LDI1LjcyMzAzNjQgTDE1LjQ1NTE4MTQsMjUuNzIzMDM2NCBaIE0xMC45MjA1NjMy LDI0LjcyNzM4OSBDMTEuMTE4OTQ0MiwyNC44MjAxMTc1IDExLjE0OTgzMzksMjUu MDIyNDk1OSAxMS4wNDQxMjIzLDI1LjI0NTg1NjYgQzEwLjkzNTY2NDksMjUuNDcw NTcxMSAxMC43NjQ3NDE1LDI1LjU2MTk0NTkgMTAuNTY2MzYwNSwyNS40NjkyMTc0 IEM2LjY2ODc1ODAzLDIzLjY2MjAyNTkgMy45NzM3OTcyNSwxOS43NTA1MDUzIDMu OTczNzk3MjUsMTUuMjMwNDk1OSBDMy45NzM3OTcyNSwxMC43MDY0MjU0IDYuNjY0 NjM5NCw2LjgwNzc2NDk4IDEwLjU1MjYzMTcsNC45OTUxNTg2NCBDMTAuNzUxMDEy Nyw0LjkwNjQ5MTE5IDEwLjk0MDQ2OTksNC45OTQ0ODE3OSAxMS4wNDYxODE2LDUu MjE1ODExOTkgQzExLjE1NDYzOSw1LjQ0NjYxODEgMTEuMTA1MjE1NCw1LjY0Njk2 NTkyIDEwLjkwNjgzNDQsNS43MzY5ODcwNyBDNy4yOTg5MDkzMyw3LjQxNDkwMDEy IDQuODA5MTkzOTEsMTEuMDM0Njk4IDQuODA1MDc1MjcsMTUuMjMwNDk1OSBDNC44 MDMwMTU5NSwxOS40MjA4NzkgNy4zMDUwODcyOSwyMy4wNDQ3MzggMTAuOTIwNTYz MiwyNC43MjczODkgTDEwLjkyMDU2MzIsMjQuNzI3Mzg5IFogTTEwLjkwMzQwMjIs MjEuOTc4Njk4IEMxMS4xNDA5MTAyLDIyLjEzNTcyNzQgMTEuMTY2MzA4NSwyMi40 MDAzNzYgMTAuOTgzNzE1NiwyMi42Njk3NjI2IEMxMC44MDM4Njg1LDIyLjkzNzc5 NTUgMTAuNTQzNzA4LDIzLjAxOTAxNzYgMTAuMzA2MiwyMi44NjEzMTE0IEM3Ljcw NTk2Nzg1LDIxLjE1NzAwMTIgNi4xNTM5Mjg1NCwxOC4zMDIwNDQ3IDYuMTUzOTI4 NTQsMTUuMjI5ODE5IEM2LjE1MzkyODU0LDEyLjE1NjIzOTcgNy43MDU5Njc4NSw5 LjI5ODU3NTc5IDEwLjMwNjIsNy41OTU2MTkyNyBDMTAuNTQyMzM1MSw3LjQzNjU1 OTM0IDEwLjgwMzg2ODUsNy41MjE4NDI1NCAxMC45ODUwODg1LDcuNzg5ODc1NDQg QzExLjE2NjMwODUsOC4wNTc5MDgzNCAxMS4xNDA5MTAyLDguMzI0NTg3NTQgMTAu OTAzNDAyMiw4LjQ3ODIzMjY3IEM4LjYwNTIwMzM3LDkuOTg2MjU2MTcgNy4yMzA5 NTE4NCwxMi41MDk1NTU4IDcuMjMwOTUxODQsMTUuMjI5ODE5IEM3LjIzMDk1MTg0 LDE3Ljk0NTM0NDMgOC42MDUyMDMzNywyMC40NzIwMjgyIDEwLjkwMzQwMjIsMjEu OTc4Njk4IEwxMC45MDM0MDIyLDIxLjk3ODY5OCBaIE05Ljk1NDc0MzA4LDE5LjI2 NTIwMzMgQzkuMDkxODg4ODUsMTguMTIyNjc5MiA4LjU5Njk2NjEsMTYuNzI4MzY2 NiA4LjU5Njk2NjEsMTUuMjMxODQ5NiBDOC41OTY5NjYxLDEzLjc3MzkxMyA5LjA2 Nzg2MzQ3LDEyLjM3MDgwMTQgOS45NTMzNzAyLDExLjE5NDQzNDggQzEwLjE2MTM2 MTMsMTAuOTI3MDc4NyAxMC40OTAxNjU4LDEwLjkxNjkyNiAxMC44MDI0OTU2LDEx LjE1NDUwMDYgQzExLjExNTUxMiwxMS4zODQ2Mjk4IDExLjE5NDQ1MjUsMTEuNjk5 MzY1NSAxMC45ODkyMDcxLDExLjk2ODc1MjEgQzEwLjI3MzkzNzQsMTIuOTE2MzQz MSA5Ljg5NTcwOTMsMTQuMDQzOTc2NSA5Ljg5NTcwOTMsMTUuMjMxMTcyNyBDOS44 OTU3MDkzLDE2LjQxNzAxNTMgMTAuMjc2NjgzMSwxNy41NDMyOTQ5IDEwLjk5MTk1 MjksMTguNDkwODg2IEMxMS4xOTU4MjU0LDE4Ljc1ODkxODkgMTEuMTE2ODg0OSwx OS4wNzIzMDA4IDEwLjgwMzg2ODUsMTkuMzA1MTM3NSBDMTAuNDkxNTM4NiwxOS41 NDEzNTg0IDEwLjE2MTM2MTMsMTkuNTM0NTg5OSA5Ljk1NDc0MzA4LDE5LjI2NTIw MzMgTDkuOTU0NzQzMDgsMTkuMjY1MjAzMyBaIiBvcGFjaXR5PSIuNyIvPgogICAg PHBhdGggZD0iTTEyLjk1MzQ0OTMsMTAuMjkxNDIxOSBDMTIuMzc2MTUzOCwxMC40 NTExNTg2IDEyLjAwMjA0NDQsMTAuMDM0ODk1NCAxMi4wMDIwNDQ0LDkuNTg2MTQz MzYgTDEyLjAwMjA0NDQsMi42NzIxMTI4MSBDMTIuMDAyMDQ0NCwyLjI0NjM3MzY4 IDEyLjMxOTg2NTgsMiAxMi44MDkyOTcsMiBDMTMuMjk4NzI4MywyIDEzLjYxMzEx NzUsMi4yNDU2OTY4MyAxMy42MTMxMTc1LDIuNjcyMTEyODEgTDEzLjYxMzExNzUs OC40NTEwNjQ2MyBDMTQuMTg0OTIxNSw4LjMwNDE4ODAxIDE0Ljc4NDE4Myw4LjIy Mjk2NTkyIDE1LjQwMTI5MTksOC4yMjI5NjU5MiBDMTkuMjgzNzkyOCw4LjIyMjk2 NTkyIDIyLjQyOTc0NDIsMTEuMzI2MzI2NyAyMi40Mjk3NDQyLDE1LjE1MjU2NCBD MjIuNDI5NzQ0MiwxOC45NzY3NzA5IDE5LjI4Mzc5MjgsMjIuMDc2MDcwNSAxNS40 MDEyOTE5LDIyLjA3NjA3MDUgTDE1LjI1MDk2MTcsMjIuMDcwNjU1NyBDMTQuODIy NjIzNiwyMi4wNzA2NTU3IDE0LjU2NjU4MTcsMjEuNzU3MjczOCAxNC41NjY1ODE3 LDIxLjI3MTk3MTggQzE0LjU2NjU4MTcsMjAuNzkwNzMwOSAxNC44MjI2MjM2LDIw LjQ3NzM0OSAxNS4yNTA5NjE3LDIwLjQ3NzM0OSBDMTUuMjk5MDEyNSwyMC40Nzcz NDkgMTUuMzUwNDk1NCwyMC40ODAwNTY0IDE1LjQwMTI5MTksMjAuNDgwMDU2NCBD MTguMzQzMzcwOSwyMC40ODAwNTY0IDIwLjgwMTUxMDEsMTguMTM2MTIyMiAyMC44 MDE1MTAxLDE1LjE0MDM4MDcgQzIwLjgwMTUxMDEsMTIuMTA2NzM1NiAxOC4yODg0 NTU3LDkuNzkyNTgyODQgMTUuNDQxNzkxOSw5Ljc5MjU4Mjg0IEMxNC4wNjY4NTM5 LDkuNzkyNTgyODQgMTMuNTM0MTc3LDEwLjEyODMwMDggMTIuOTUzNDQ5MywxMC4y OTE0MjE5IEwxMi45NTM0NDkzLDEwLjI5MTQyMTkgWiBNMTguNDMxMjM1MSwxMi4x NTI3NjE1IEMxNy42MjM5ODI1LDExLjM1NTQzMTMgMTYuNTQ3NjQ1NiwxMC45MjA4 OTMxIDE1LjQwMzM1MTMsMTAuOTIwODkzMSBDMTMuODU0MDU3NywxMC45MjA4OTMx IDEyLjEwMTU3ODEsMTEuNzAxOTc4OCAxMi4wMDgyMjI0LDEyLjQyNDE3ODYgQzEx Ljk5MzgwNzEsMTIuNTM2NTM1OCAxMi4wMDI3MzA4LDEzLjE4MDIyMDkgMTIuMDAy NzMwOCwxMy4xODAyMjA5IEwxMi4wMDI3MzA4LDI1LjQ5NDE2NjkgQzEyLjAwMjcz MDgsMjUuOTcyNzAwNCAxMi4zMTc4MDY1LDI2LjE5ODc2ODUgMTIuODA4NjEwNiwy Ni4xOTg3Njg1IEMxMy4yNjg1MjUsMjYuMTk4NzY4NSAxMy42MTM4MDM5LDI1Ljk4 NjIzNzQgMTMuNjEzODAzOSwyNS40OTQxNjY5IEwxMy42MTM4MDM5LDEzLjA5NjI5 MTQgQzE0LjA4ODgxOTksMTIuNjc0NjEzNCAxNC43MTYyMjU1LDEyLjUwMTMzOTYg MTUuNDAxOTc4NCwxMi41MDEzMzk2IEMxNi44Nzc4MjI5LDEyLjUwMTMzOTYgMTgu MDc3MDMyNCwxMy42ODU4Mjg0IDE4LjA3NzAzMjQsMTUuMTM5NzAzOSBDMTguMDc3 MDMyNCwxNi41OTE1NDg4IDE2Ljg3NzEzNjUsMTcuNzc0NjgzOSAxNS40MDE5Nzg0 LDE3Ljc3NDY4MzkgQzE1LjM4MjA3MTYsMTcuNzc0NjgzOSAxNS4yNjQwMDQxLDE3 Ljc3NzM5MTMgMTUuMjQ0NzgzOCwxNy43NzczOTEzIEMxNC44MjA1NjQzLDE3Ljc3 NzM5MTMgMTQuNTY3MjY4MiwxOC4wODUzNTg0IDE0LjU2NzI2ODIsMTguNTY3OTUz IEMxNC41NjcyNjgyLDE5LjA0Mzc3OTEgMTQuODIwNTY0MywxOS4zNTU4MDczIDE1 LjI0NDc4MzgsMTkuMzU1ODA3MyBDMTUuMjc0MzAwNywxOS4zNTU4MDczIDE1LjM3 MTA4ODYsMTkuMzYyNTc1OCAxNS40MDE5Nzg0LDE5LjM2MjU3NTggQzE2LjU0NzY0 NTYsMTkuMzYyNTc1OCAxNy42MjM5ODI1LDE4LjkyMjYyMjggMTguNDMxMjM1MSwx OC4xMjI1ODUyIEMxOS4yNDA1NDcxLDE3LjMyMzkwMTMgMTkuNjg3NDE5MSwxNi4y NjUzMDY3IDE5LjY4NzQxOTEsMTUuMTQwMzgwNyBDMTkuNjg2NzMyNiwxNC4wMTQx MDExIDE5LjIzOTg2MDYsMTIuOTUwNzY4NSAxOC40MzEyMzUxLDEyLjE1Mjc2MTUg TDE4LjQzMTIzNTEsMTIuMTUyNzYxNSBaIiBvcGFjaXR5PSIuOSIvPgogIDwvZz4K PC9zdmc+Cg==");
    background-position: 50%;
    background-repeat: no-repeat;
  }
  
  header
  {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
    margin-top: 0;
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,.6);
    box-shadow: 0 0 0 rgba(0,0,0,.6);
    -webkit-transition: all .03s ease-out;
    transition: all .03s ease-out;
  }
  
  @media (max-width:767px)
  {
    header
    {
      position: fixed;
    }
  }
  
  header.shadow
  {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
    box-shadow: 0 0 10px rgba(0,0,0,.6);
  }
  
  @media (max-width:767px)
  {
    .navbar-right
    {
      border-top: 1px solid #e1e1e1;
    }
  }
  
  .navbar-right li.open i.fa.fa-circle.fa-stack-1x
  {
    display: none;
  }
  
  .user-menu
  {
    position: relative;
  }
  
  .user-menu i.fa.fa-circle.fa-stack-1x
  {
    position: absolute;
    top: 0;
    left: 0;
    color: #980d70;
    text-align: center;
    font-size: 26px;
  }
  
  .user-menu .initials
  {
    position: absolute;
    top: 14px;
    left: 12px;
    text-align: center;
    font-size: 11px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .user-menu.open i.fa.fa-circle.fa-stack-1x
  {
    display: none;
  }
  
  .nav>li>a:focus,.nav>li>a:hover
  {
    background-color: pb-gray-50;
  }
  
  .navbar-nav>li>a
  {
    padding: 25px 15px;
    height: 20px;
    line-height: 20px;
  }
  
  @media (min-width:600px) and (max-width:899px)
  {
    .navbar-nav>li>a
    {
      padding-right: 7px;
      padding-left: 7px;
    }
  }
  
  .navbar-default
  {
    border: 0;
    border-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  
  .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover
  {
    color: #fff;
  }
  
  .navbar-default .navbar-toggle
  {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 12px;
    height: 40px;
    border: 1px solid transparent;
    border-right: 1px solid hsla(0,0%,100%,.3);
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    line-height: 40px;
  }
  
  .navbar-default .navbar-toggle .icon-bar
  {
    background-color: hsla(0,0%,100%,.8);
  }
  
  .navbar-default .navbar-toggle:focus .icon-bar,.navbar-default .navbar-toggle:hover .icon-bar
  {
    background-color: #fff;
  }
  
  .navbar-default .navbar-default .navbar-nav .open .dropdown-menu>li>a
  {
    color: #fff;
  }
  
  @media (max-width:767px)
  {
    .navbar-default .navbar-default .navbar-nav .open .dropdown-menu>li>a
    {
      background-color: #fff;
      color: #717171;
    }
  }
  
  .navbar-default .navbar-nav
  {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .navbar-default .navbar-nav .divider-vertical
  {
    margin: 20px 5px;
    height: 30px;
    border-left: 1px solid hsla(0,0%,100%,.3);
  }
  
  @media (max-width:767px)
  {
    .navbar-default .navbar-nav>li:last-child>a
    {
      border-bottom: 0;
    }
  }
  
  .navbar-default .navbar-nav>li>a
  {
    height: 70px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
  }
  
  @media (max-width:992px)
  {
    .navbar-default .navbar-nav>li>a
    {
      font-size: 13px;
    }
  }
  
  @media (max-width:767px)
  {
    .navbar-default .navbar-nav>li>a
    {
      border-bottom: 1px solid hsla(0,0%,100%,.3);
    }
  }
  
  .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover
  {
    background-color: rgba(0,0,0,.21);
    color: #fff;
  }
  
  .navbar-default .navbar-brand
  {
    float: left;
    padding: 25px 15px;
    height: 70px;
    color: #fff;
    font-size: 24px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    line-height: 20px;
  }
  
  @media (max-width:767px)
  {
    .navbar-default .navbar-brand
    {
      padding-left: 5px;
      font-size: 20px;
    }
  }
  
  @media (min-width:992px)
  {
    .navbar>.container-fluid .navbar-default .navbar-brand,.navbar>.container .navbar-default .navbar-brand
    {
      margin-left: -15px;
    }
  }
  
  .navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover
  {
    color: #fff;
  }
  
  .navbar-default .navbar-brand>img
  {
    display: block;
    margin-top: -7px;
  }
  
  .navbar-default .navbar-brand a,.navbar-default .navbar-brand a:hover
  {
    color: inherit;
  }
  
  .navbar-default .open a
  {
    background-color: transparent;
    color: #3e53a4;
  }
  
  .navbar-default .open a:hover
  {
    background-color: #eaedf8;
    color: #2e2e2e;
  }
  
  .navbar-default .open a.disabled:hover
  {
    background-color: transparent;
    cursor: not-allowed;
  }
  
  .navbar-default .dropdown-menu
  {
    margin-top: 1px;
    margin-bottom: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.3);
    box-shadow: 0 3px 3px rgba(0,0,0,.3);
  }
  
  .navbar-default .dropdown-menu .divider
  {
    overflow: hidden;
    margin: 0;
    height: 1px;
    background-color: silver;
  }
  
  @media (max-width:767px)
  {
    .navbar-default .dropdown-menu .divider
    {
      margin: 3px 0 9px;
    }
  }
  
  .navbar-default .dropdown-menu>li.section-head
  {
    margin: 12px 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f0f0f0;
    color: #2e2e2e;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
  }
  
  .navbar-default .dropdown-menu>li>a
  {
    padding: 10px 30px 5px 20px;
    color: #717171;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1.4;
  }
  
  .navbar-default .dropdown-menu>li>a:last-child
  {
    padding-bottom: 10px;
  }
  
  .navbar-default .dropdown-menu>li>a.disabled
  {
    color: silver;
  }
  
  .navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover
  {
    background-color: transparent;
  }
  
  @media (max-width:767px)
  {
    .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover
    {
      background-color: #c7cde6;
      color: #2e2e2e;
    }
  
    .navbar-default .navbar-nav>li>a
    {
      border-bottom: 1px solid #f8f8f8;
    }
  
    .navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover
    {
      background-color: #fff;
      color: #717171;
    }
  
    .navbar-nav .open .dropdown-menu
    {
      background: #f1f1f1;
    }
  }
  
  .yamm-flex-container
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .yamm-flex-container .section-head
  {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #f0f0f0;
    color: #2e2e2e;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    cursor: default;
  }
  
  .yamm-flex-container .menu-items li
  {
    color: #717171;
    font-size: 12px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  }
  
  .yamm-flex-container .menu-items li:hover
  {
    background-color: #eaedf8;
    color: #2e2e2e;
  }
  
  .yamm-flex-container .menu-items li:last-child
  {
    margin-bottom: 0;
  }
  
  .yamm-flex-container .menu-items li a
  {
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    color: inherit;
  }
  
  .yamm-flex-container .menu-items li a:hover
  {
    color: #2e2e2e;
    text-decoration: none;
  }
  
  .yamm-flex-container .menu-items.menu-items-two-column
  {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
  
  .yamm-flex-container .yamm-child-column
  {
    margin: 0 10px;
  }
  
  .navbar-nav .dropdown .dropdown-menu
  {
    display: block;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear,max-height .3s cubic-bezier(.3,.34,.62,.99),-webkit-transform 0s linear .5s;
    transition: opacity .2s linear,max-height .3s cubic-bezier(.3,.34,.62,.99),-webkit-transform 0s linear .5s;
    transition: opacity .2s linear,max-height .3s cubic-bezier(.3,.34,.62,.99),transform 0s linear .5s;
    transition: opacity .2s linear,max-height .3s cubic-bezier(.3,.34,.62,.99),transform 0s linear .5s,-webkit-transform 0s linear .5s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .navbar-nav .dropdown.open .dropdown-menu
  {
    max-height: 600px;
    opacity: 1;
    -webkit-transition: max-height .5s cubic-bezier(.3,.34,.62,.99),-webkit-transform 0s linear;
    transition: max-height .5s cubic-bezier(.3,.34,.62,.99),-webkit-transform 0s linear;
    transition: max-height .5s cubic-bezier(.3,.34,.62,.99),transform 0s linear;
    transition: max-height .5s cubic-bezier(.3,.34,.62,.99),transform 0s linear,-webkit-transform 0s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  @media (max-width:599px)
  {
    .activity
    {
      display: inline-block;
    }
  
    .menu-text-small
    {
      display: none;
    }
  
    .navbar-default .navbar-nav .open .dropdown-menu>li>a
    {
      color: #717171;
    }
  }
  
  .header-notification
  {
    display: inline-block;
    margin-left: 5px;
  }
  
  .header-username
  {
    display: inline-block;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  
  .menu-text-small
  {
    font-size: 11px;
  }
  
  .menu-help input[type=text].form-control
  {
    margin: 0 20px;
    width: 80%;
  }
  
  @media (max-width:767px)
  {
    .menu-help input[type=text].form-control
    {
      margin: 10px 20px;
      width: 100%;
    }
  }
  
  .menu-search .dropdown-menu
  {
    min-width: 200px;
  }
  
  .menu-user .face img
  {
    position: relative;
    top: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .section-list
  {
    margin-top: 10px;
  }
  
  .section-list li
  {
    margin-bottom: 5px;
  }
  
  .miller-columns
  {
    margin-bottom: 20px;
    height: 450px;
  }
  
  .miller-columns .panel
  {
    height: 100%;
    overflow-y: auto;
  }
  
  .miller-columns .panel .list-group .list-group-item
  {
    border-bottom: 1px solid #e1e1e1;
    -webkit-transition: background-color .3s linear,color .2s linear;
    transition: background-color .3s linear,color .2s linear;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
  }
  
  .miller-columns .panel .list-group .list-group-item:first-child
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .miller-columns .panel .list-group .list-group-item:last-child
  {
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .miller-columns .panel .list-group .list-group-item:hover
  {
    background-color: #eaedf8;
  }
  
  .miller-columns .panel .list-group .list-group-item.active,.miller-columns .panel .list-group .list-group-item.active:focus,.miller-columns .panel .list-group .list-group-item.active:hover
  {
    background-color: #c8cee4;
  }
  
  .miller-columns .first-column
  {
    padding-right: 0;
    height: 100%;
  }
  
  .miller-columns .first-column .panel-default
  {
    border-right: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .miller-columns .first-column .panel-default,.miller-columns .first-column .panel-default .panel-heading
  {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .miller-columns .inner-column
  {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
  }
  
  .miller-columns .inner-column .panel-default
  {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .miller-columns .inner-column .panel-default .panel-heading
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .miller-columns .last-column
  {
    padding-left: 0;
    height: 100%;
  }
  
  .miller-columns .last-column .panel-default
  {
    border-left: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .miller-columns .last-column .panel-default,.miller-columns .last-column .panel-default .panel-heading
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
  }
  
  .fake-modal.draggable .modal-content,.modal.draggable .modal-content
  {
    cursor: move;
  }
  
  .fake-modal.draggable .modal-content:active,.modal.draggable .modal-content:active
  {
    background-color: pb-gray-50;
  }
  
  .fake-modal .popover,.fake-modal .tooltip,.modal .popover,.modal .tooltip
  {
    z-index: 1053;
  }
  
  .fake-modal .modal-header,.modal .modal-header
  {
    border-bottom: 1px solid #dddedf;
    padding: 0 0 10px;
    margin-bottom: 30px;
  }
  
  .fake-modal .modal-header .close,.modal .modal-header .close
  {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 21px;
    height: 21px;
    margin: 0;
    color: #3e53a4;
    background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9 Im5vIj8+Cjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMTdweCIgdmlld0JveD0i MCAwIDE3IDE3IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9y Zy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkv eGxpbmsiPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ry b2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVs ZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpv aW49InJvdW5kIj4KICAgICAgICA8ZyBpZD0iaWNvbi1iaXRzIiB0cmFuc2Zvcm09 InRyYW5zbGF0ZSgtMTYxLjAwMDAwMCwgLTE1OC4wMDAwMDApIiBzdHJva2U9IiMz RTUzQTQiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJjbG9z ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTY5LjUwMDAwMCwgMTY2LjUwMDAwMCkg cm90YXRlKC00NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTY5LjUwMDAwMCwgLTE2Ni41 MDAwMDApIHRyYW5zbGF0ZSgxNTkuMDAwMDAwLCAxNTYuMDAwMDAwKSI+CiAgICAg ICAgICAgICAgICA8cGF0aCBkPSJNMjAsMTAuNSBMMS4xMjI2NTc1MmUtMTIsMTAu NSIgaWQ9IkxpbmUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0x MCwwLjUgTDEwLDIwLjUiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgIDwv Zz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==") 50% no-repeat;
  }
  
  .fake-modal .modal-content,.modal .modal-content
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 80px;
  }
  
  .fake-modal .modal-body,.modal .modal-body
  {
    padding: 0;
  }
  
  .fake-modal .modal-footer,.modal .modal-footer
  {
    border-top: 0;
    text-align: left;
    padding: 0;
    margin-top: 40px;
  }
  
  .modal-backdrop
  {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
  }
  
  .activity
  {
    position: relative;
  }
  
  .activity:hover
  {
    color: #717171!important;
  }
  
  .activity:hover .badge
  {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  
  .activity .badge
  {
    position: absolute;
    top: 15%;
    right: 0;
    background: #cf0989;
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: normal;
    -webkit-transition: all .1s;
    transition: all .1s;
  }
  
  .callout
  {
    margin: 20px 0;
    padding: 20px;
    border-left: 4px solid pb-gray-50;
  }
  
  .callout.callout-info
  {
    background-color: #f4f9fd;
    border-color: #0072b8;
  }
  
  .callout.callout-info h4
  {
    color: #0072b8;
  }
  
  .callout.callout-danger
  {
    background-color: #fdf2f2;
    border-color: #d30c0c;
  }
  
  .callout.callout-danger h4
  {
    color: #d30c0c;
  }
  
  .callout.callout-warning
  {
    background-color: #fcf6f2;
    border-color: #ee6700;
  }
  
  .callout.callout-warning h4
  {
    color: #ee6700;
  }
  
  .callout.callout-success
  {
    background-color: #f2f9f2;
    border-color: #00b140;
  }
  
  .callout.callout-success h4
  {
    color: #00b140;
  }
  
  .divMessageBox
  {
    background: rgba(0,0,0,.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
  }
  
  .MessageBoxContainer
  {
    background-color: rgba(0,0,0,.8);
    color: #fff;
    padding: 20px;
    position: relative;
    top: 35%;
    width: 100%;
  }
  
  .MessageBoxContainer input,.MessageBoxContainer select
  {
    padding: 5px;
    width: 50%;
  }
  
  .MessageBoxMiddle
  {
    left: 20%;
    position: relative;
    width: 60%;
  }
  
  .MessageBoxMiddle .MsgTitle
  {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -1px;
  }
  
  .MessageBoxMiddle .pText
  {
    font-style: 30px;
  }
  
  .MessageBoxButtonSection
  {
    height: 30px;
    width: 100%;
  }
  
  .MessageBoxButtonSection button
  {
    float: right;
    font-size: 14px;
    font-weight: 700;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .LoadingBoxContainer
  {
    background-color: #232323;
    color: #fff;
    position: relative;
    top: 20%;
    width: 100%;
  }
  
  .LoadingBoxMiddle
  {
    left: 20%;
    padding: 10px;
    position: relative;
    width: 50%;
  }
  
  .LoadingBoxMiddle .MsgTitle
  {
    font-size: 26px;
  }
  
  .LoadingBoxMiddle .pText
  {
    font-style: 30px;
  }
  
  #LoadingPoints
  {
    position: absolute;
  }
  
  .bigBox
  {
    background-color: #004d60;
    border-left: 5px solid rgba(0,0,0,.15);
    bottom: 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    color: #fff;
    height: 150px;
    overflow: hidden;
    padding: 10px 10px 5px;
    position: fixed;
    right: 10px;
    width: 390px;
    z-index: 99999;
  }
  
  .bigBox span
  {
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    padding: 5px 0!important;
  }
  
  .bigBox p
  {
    font-size: 13px;
    margin-top: 10px;
  }
  
  .bigBox .bigboxicon
  {
    font-size: 30px;
    left: 6px;
    position: absolute;
    text-align: left;
    top: 120px;
    z-index: 0;
  }
  
  .bigBox .bigboxnumber
  {
    font-size: 25px;
    text-align: right;
    width: 100%;
  }
  
  #divMiniIcons
  {
    bottom: 180px;
    position: fixed;
    right: 10px;
    width: 415px;
    z-index: 9999;
  }
  
  #divMiniIcons .cajita
  {
    background-color: red;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
    padding: 4px 6px;
    text-align: center;
  }
  
  #divMiniIcons .cajita:active
  {
    left: 1px;
    position: relative;
    top: 1px;
  }
  
  .botClose
  {
    cursor: pointer;
    display: block;
    font-size: 18px;
    height: 16px;
    opacity: .5;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px;
  }
  
  .botClose:hover
  {
    opacity: 1;
  }
  
  .cajita img
  {
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
    width: 23px;
  }
  
  #divSmallBoxes
  {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
  }
  
  .SmallBox
  {
    border: 1px solid transparent;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    z-index: 9999;
  }
  
  .SmallBox .foto
  {
    font-size: 50px;
    left: 17px;
    position: absolute;
  }
  
  .SmallBox .textoFull
  {
    float: left;
    padding-left: 20px;
    width: 93%;
  }
  
  .SmallBox .textoFoto
  {
    float: left;
    margin: 3px 20px 3px 80px;
    width: 78%;
  }
  
  .SmallBox span
  {
    display: block;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    margin: 4px 0;
  }
  
  .SmallBox p
  {
    font-size: 13px;
    margin-top: 2px;
  }
  
  .SmallBox:hover
  {
    border: 1px solid #fff;
    cursor: pointer;
  }
  
  .miniPic
  {
    bottom: 8px;
    position: absolute;
    right: 9px;
  }
  
  .miniIcono
  {
    font-size: 20px;
    height: 100%;
  }
  
  @media screen and (max-width:450px) and (max-width:767px)
  {
    .MessageBoxContainer select
    {
      padding: 5px;
      width: 50%;
    }
  
    .SmallBox:hover
    {
      -webkit-box-shadow: 0 0 10px #888;
      box-shadow: 0 0 10px #888;
      cursor: pointer;
    }
  
    .bigBox
    {
      background-color: #004d60;
      bottom: 10px;
      color: #fff;
      height: 150px;
      padding: 10px 10px 5px;
      position: fixed;
      right: 10px;
      width: 88%;
      z-index: 99999;
    }
  
    .MessageBoxMiddle .MsgTitle
    {
      font-size: 22px;
    }
  
    .MessageBoxMiddle .pText
    {
      font-style: 10px;
    }
  
    .divMessageBox
    {
      background: rgba(0,0,0,.6);
      height: 100%;
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 100000;
    }
  
    .SmallBox span
    {
      font-size: 16px;
    }
  
    .MessageBoxButtonSection
    {
      height: 30px;
      width: 100%;
    }
  
    .SmallBox .textoFoto
    {
      float: left;
      margin: 3px 20px 3px 80px;
      width: 55%;
    }
  
    .MessageBoxButtonSection button
    {
      float: right;
      margin-right: 5px;
      padding-left: 15px;
      padding-right: 15px;
    }
  
    .SmallBox
    {
      width: 95%;
    }
  
    .SmallBox .textoFull
    {
      float: left;
      padding-left: 20px;
      width: 93%;
    }
  
    #divSmallBoxes
    {
      position: fixed;
      right: 0;
      top: 0;
      width: 90%;
    }
  
    .SmallBox p
    {
      font-size: 12px;
      margin-top: 2px;
    }
  
    .MessageBoxContainer input
    {
      padding: 5px;
      width: 50%;
    }
  
    .MessageBoxMiddle
    {
      left: 0;
      padding: 3px;
      position: relative;
      width: 100%;
    }
  
    .MessageBoxContainer
    {
      background-color: #232323;
      color: #fff;
      position: relative;
      top: 25%;
      width: 100%;
    }
  }
  
  .animated
  {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.fast
  {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
  }
  
  @-webkit-keyframes fadeIn
  {
    0%
    {
      opacity: 0;
    }
  
    to
    {
      opacity: 1;
    }
  }
  
  .fadeIn
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInRight
  {
    0%
    {
      -webkit-transform: translateX(20px);
      transform: translateX(20px);
      opacity: 0;
    }
  
    to
    {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  .fadeInRight
  {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInUp
  {
    0%
    {
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      opacity: 0;
    }
  
    to
    {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .fadeInUp
  {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeOut
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
    }
  }
  
  .fadeOut
  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutLeft
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
    }
  }
  
  .fadeOutLeft
  {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  .dragdrop h1.doc-head
  {
    margin-top: 0;
  }
  
  .arrow-labels
  {
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff;
    padding: 3px 6px;
    z-index: 10;
  }
  
  .drag-item
  {
    padding: 10px 10px 10px 18px;
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0 PSIyNSIgdmlld0JveD0iMCAwIDEwIDI1Ij4KICA8ZyBmaWxsPSIjYzBjMGMwIiBmaWxsLXJ1bGU9 ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0yKSI+CiAgICA8ZyB0cmFuc2Zvcm09 InRyYW5zbGF0ZSguNzM5IDEuNjU4KSI+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIx IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5 PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjE5OSAuMTY3KSIvPgogICAgICA8Y2ly Y2xlIGN4PSIyIiBjeT0iMiIgcj0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4zOTggLjE2Nyki Lz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC43MzkgNS45OTcpIj4KICAg ICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2 NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNs YXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFu c2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLjczOSAxMC4zMzYpIj4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9 IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIg Y3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxj aXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3 KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjczOSAxNC42NzUpIj4K ICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAg LjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJh bnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0 cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNm b3JtPSJ0cmFuc2xhdGUoLjczOSAxOS4wMTQpIj4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIi IHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0i MiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAg IDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAu MTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjczOSAyMy4zNTMp Ij4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRl KDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0i dHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIx IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogIDwvZz4KPC9z dmc+");
    background-repeat: no-repeat;
    background-position: 3px;
    border: 1px solid #f0f0f0;
    margin-bottom: 3px;
  }
  
  .drag-item:hover
  {
    background-color: #eaedf8;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .drag-item:active
  {
    cursor: -webkit-grab;
    cursor: grab;
    background-color: #c8cee4;
  }
  
  .drag-item.gu-transit
  {
    background-color: #eaedf8;
    border: 3px dashed #c8cee4;
    opacity: 1;
  }
  
  .drag-item.gu-mirror
  {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    opacity: .8;
    background-color: #c8cee4;
    -webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
    box-shadow: 0 5px 10px -5px rgba(0,0,0,.5);
  }
  
  .dragging.gu-mirror
  {
    -webkit-animation-name: "grow";
    animation-name: "grow";
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  
  .panel.drag-container
  {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  
  .panel.drag-container .panel-body
  {
    border: 1px solid #e1e1e1;
    padding: 10px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
  }
  
  .panel.drag-container .panel-body.ex-over
  {
    border-color: #3e53a4;
    border-width: 1px;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px rgba(0,0,0,.3);
  }
  
  .drop-box
  {
    background: #f8f8f8;
    border: 3px dashed #ddd;
    text-align: center;
    padding: 50px 10px;
    margin-bottom: 20px;
    -webkit-transition: border-color .2s linear;
    transition: border-color .2s linear;
  }
  
  .drop-box.dragover
  {
    border-color: #3e53a4;
  }
  
  .drop-box .dragover-err
  {
    border-color: #d30c0c;
  }
  
  .button
  {
    -moz-appearance: button;
    -webkit-appearance: button;
    padding: 10px;
    margin: 10px;
    width: 70px;
  }
  
  .table-cards
  {
    width: 900px;
  }
  
  .table-cards-header,.table-cards-row
  {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .table-cards-header,.table-cards-header .columns,.table-cards-row,.table-cards-row .columns
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .table-cards-header .columns>div,.table-cards-row .columns>div
  {
    width: 150px;
  }
  
  .table-cards-header .buttons,.table-cards-row .buttons
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .table-cards-header .buttons .btn-link,.table-cards-row .buttons .btn-link
  {
    width: 40px;
  }
  
  .table-cards-header .buttons>div,.table-cards-row .buttons>div
  {
    margin-left: 5px;
  }
  
  .table-cards-row
  {
    background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0 PSIyNSIgdmlld0JveD0iMCAwIDEwIDI1Ij4KICA8ZyBmaWxsPSIjYzBjMGMwIiBmaWxsLXJ1bGU9 ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xIC0yKSI+CiAgICA8ZyB0cmFuc2Zvcm09 InRyYW5zbGF0ZSguNzM5IDEuNjU4KSI+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIx IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5 PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzLjE5OSAuMTY3KSIvPgogICAgICA8Y2ly Y2xlIGN4PSIyIiBjeT0iMiIgcj0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi4zOTggLjE2Nyki Lz4KICAgIDwvZz4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC43MzkgNS45OTcpIj4KICAg ICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2 NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNs YXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFu c2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3Jt PSJ0cmFuc2xhdGUoLjczOSAxMC4zMzYpIj4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9 IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIg Y3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxj aXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3 KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjczOSAxNC42NzUpIj4K ICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAg LjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJh bnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0 cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNm b3JtPSJ0cmFuc2xhdGUoLjczOSAxOS4wMTQpIj4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIi IHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0i MiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAg IDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAu MTY3KSIvPgogICAgPC9nPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjczOSAyMy4zNTMp Ij4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0idHJhbnNsYXRl KDAgLjE2NykiLz4KICAgICAgPGNpcmNsZSBjeD0iMiIgY3k9IjIiIHI9IjEiIHRyYW5zZm9ybT0i dHJhbnNsYXRlKDMuMTk5IC4xNjcpIi8+CiAgICAgIDxjaXJjbGUgY3g9IjIiIGN5PSIyIiByPSIx IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjM5OCAuMTY3KSIvPgogICAgPC9nPgogIDwvZz4KPC9z dmc+");
    background-repeat: no-repeat;
    background-position: 3px;
    border: 1px solid #f0f0f0;
  }
  
  .table-cards-header,.table-cards-row
  {
    padding: 10px 10px 10px 20px;
    margin-bottom: 5px;
  }
  
  .table-cards-header
  {
    background-color: #f8f8f8;
    border: 1px solid #c8cfe3;
  }
  
  .table-cards .btn
  {
    min-width: auto;
  }
  
  .movement-buttons
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .movement-buttons .btn
  {
    width: 30px;
    padding: 2px;
  }
  
  .movement-buttons .btn-default
  {
    border-color: silver;
  }
  
  .movement-buttons .btn-up
  {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .movement-buttons .btn-down
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .signin
  {
    background-color: #254d9d;
  }
  
  .signin header+.site-content
  {
    margin-top: 0;
  }
  
  .signin #header,.signin header
  {
    display: none!important;
  }
  
  .floating-unit
  {
    width: 400px;
    margin: 40px auto;
  }
  
  @media (max-width:767px)
  {
    .floating-unit
    {
      width: 90%;
    }
  }
  
  .signin-pb-logo
  {
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
    height: 56px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOMAAAA4CAMAAAA4qb+SAAADAFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8HPQsIAAAA/3RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFhcYGRobHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OT1BRUlNUVVZXWFlaW1xdXl9gYWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXp7fH1+f4CBgoOEhYaHiImKi4yNjo+QkZKTlJWWl5iZmpucnZ6foKGio6SlpqeoqaqrrK2ur7CxsrO0tba3uLm6u7y9vr/AwcLDxMXGx8jJysvMzc7P0NHS09TV1tfY2drb3N3e3+Dh4uPk5ebn6Onq6+zt7u/w8fLz9PX29/j5+vv8/f7rCNk1AAAN20lEQVR4Ad3ZeVhUhd7A8e85wwwzDLKAiCyguICAiyi5iAqCgqIo4oKiggIKuIMECiqGAmq56zUXzXvNxauZmabZLerWfeveltDeUqu3fV8szQUV/b13zgyP8EjL81g+4efvOTN8OXN+53eAe4Cjp19Lfy8XO+5NhpCkWcVFeTNycqbOmDUlsbML95rQnLI5g4OcVTT2zbskTkkNN3IP6btkQV9H6lP84jNiHLlHdKwoaKNVRQw1Ej0rOy2xu58ewNQzrYeOe4BpxrL2AM1peUFGExzdLz55WvGCjK5GwBiV7EWj12pNigK62A2lupCrkoWV4hGRXZjgCniN6kwj13NjJyBi6+oIPSHVMhlTs6ZNdFh4DJsTZw/6/n1VGrP+az3B+YEdEYC1Mfvx3dtXFyS2NQAuSVNbAfdF62i8olY7Q4e9M+3B6G1tbBnRq//Y/NVblgxxB9pk9wE69VNprDpucIN+hyKB6L2P6NpZGq2MgSnLlw82g3l0vArhvWmkPDa2gNiDwdBs6X8eCrWeR+eg1t5mAKe4srntQB1kiezfgUZJWRwJPQ61hc5HjvYDa2PO4T3bV+XF+wLuE5ZEKiiD4sAwshl/FEPx+lj+IAl54Pd4GPT51wZPahs7pIzNnLtq6+rJbUDpvXCgii65J3iN1NEgt/Fh3BmHj2URfwy3Nc7oN42EHq+UGWHQYGujxqXL5IeWj2gCoYVxCo7Z/hDdlYaoB+S71nfYeEaK+WNkD4W0B6FV5YMGTHkv/kUXXC0Zji1DAz0UoFXmsuk+EDo/AgKz9DikmmiA7nURS719eHfXP12jx3/Lmv/dG+OOPU6Yl7xU7ms5j6ff/an68jevVHQFXZ8Fuf7Q94FWMDoKevemIb12zdQBARdl6J+uccIwKMiCjP8JRr/gxXwjhF6TWtV7giEkf5YXukl59rjnOWKepOfnBVz68zUaljrjucsVn+ezYcKL8w2Az7c33lybM27Skmcvi3wzDkLmZzngWRENIwdAQii1UKgPz4sSCz//AuUXG+c29AqF30D5hSPCciFtDuQecSH4qU3OWHTqpkfTcVuN1EyHfksHw7DFjvjk6wlIRtO+8OBrVc+vj1OxGFAxTSW+bO012VtaurgV4J+4eN+/qt54ssAHqyZpu1+tem5ZGNCkqCwZm4iyUi9b48bp+1+t+ufDCXpsfPOeeOPNZ5beBzC2fLqKxYSyIics+pVP0wHNZz3+RtWxopZo/IuOVb15uCjkVmhmb3R/CcHt+ETUsqe7oPRuhUXLmOTBwUDSt3J9BPqcMh+aroyEme2wm2wCWu6oFquj2hEr5D07tonNIOx3nxObT6KxuO910VyaB3YvyJeuaJQT8kETW2Ot50LQTPpCNFfXmKBUrmkZzl+KxGFxRPYDSR+L5qvRAFGfieZiCDbqQndabdQx5B/edHy6CHo/tsyAbtxzP4rI5ReGQ99z8rkfwavGwOS5KrHJMDoQjK/LxV1p0TFTK0Xe9gEq5JQdcSUrr8muBQsXBuD4lXz56JyRQ9J3X5dPPIGQL+S92RE9xleKZMBokZFo2l2SQmyN324eFxOTdULkgzYAE2/IRwtiY3JPiWxRuO+69ZComyIrAVw/kxQYUi0vT+oRkfO2XO4NTu/IuxPDuw5d9VFPbJoWKyTmwdJVkHusI44r941VjH+VWivtmCiyHt3sCle6PuxFiwKVXrFg/lRKsNAV3JCdiq0Rml+0/Y4dP5Z8NHk3JQt0T8kpXwD7Q/KhK07/J4+hKZYfA2obF2GhzKyRJ1QI+E5e89dinhRJwHRa1gOUySU5adBiz/vj+r4cMgM0PyUnVCLkRiQWHs7YdMyCgjjMB8biuGOtnuh9y820q5GfNg3uErXkG5Ey1GfknD/RW7rjurEP9iUutJoA5o8kF6udciXY1mi7d9gaZ6MxfyBboXvNjXg0XaplCJTLD/5a8knZS21jEVab5HpXKJXL3dD4fCVHFB6WKgPoXpEV313rBJRIpUK6/NgazXi5HEisXO9AfQMSUZa1o83xzoQcSUcp3Jug7XLzsAh5S671YuhNycZvYypq2UQoCMIlR2ucg1WP65LVYGMuVsflcSiRs9iclvkQelmmA0TduDnwtntHp6syB7tX5RlsNso3zUiSK0EQePlS2xckF5TnpAgekyew8rZ8dMAFeT6Eekb1wbDGnYjDXsQe7YvLus0ttMZ0NOE/yU5cPpM9mJYWq8wuhqkR2E831DbaLotVv9io/Rj75ezUaVYfyFpQnpKXdNope8t4W6Pj+7IZz+9kETbjpSYcr+8kDSbLSzwgJxS8z9V0x/4tqbS979wLkgmLRc7vTXLmltQwnFeYSdhjJuVgO1pvrXCgzr7KfvnIkWfkdVUpfsiBiQ+qpA1CneFYt9HhHdny643PSx3rgdFytTO4fy6F3Naoq5JdlmGUhU1/kWg4Jo/AAVlA35s/+JIgZx1w/UTqyARd/pcicmaWPbXSQ2m61MioHQbS9/nTcVuRXb3GfLkQwE5510z+RmfGbtAzdjjMcq7b6PShrP4tjadX11oXD5apswTGyY8tb280nZGtlsYp2AzQGnPltMHli5puNPlQklkpm8H1U/nn6lprOwP4TX+2WuTvJmwmhuBeYWTEVgOTdvnTYXOhrqHG98wUbnYmZaOelBGQW68x8LLM+vXGg3KY+srltImnZC+3N/qfl2K8z0kJNqlyvQt0vnYtKEreMcFf5RHlVRkBpneklNuEHxaZhE1KJ5pUmBm03cyoXYEErCsxNfRdfUNVSjc4MHmdSmYCal697+oMudH91xvL5VNn6gm9fDPK/+LNuAYaJ4n0w3BKnsZms3zuiuXiSy2VdUCKnA279IM3cEQquZ3xpOzEZlhP9OVudNvpSdSunjiVPehbt7Grbebsw+EvFSpF5ZAfhTHfvk6j1/vysqFuY0IDjdqdeyr1KEdlXa6cMt7e6P62nDTBWrkcjsbva9kNsFYO/lvigRbnr26X4wowQ6r7crvHZS82fQdCURta7gyh7fZklOw10XUaQ/7Xdu+YSsCB6agbZ8CS9rgVKJbGGVgE/VOux0Fto88FyWiwUV8p54Zi5WrGYpR8/YEUUqexAIvWJ+TmcKDzFfmPP4DbUbnaC2CIVNd84Q4olXJd8gA8P5WzXbBqZsDZBQs/y4pi024sTOmLw/ohOFQU29F9RZ7J2mjq2K/MtgNYxkLCsWg8nojDuM6doGlYGivHRUeP3/q93JhDbaN2fZwaEjE8VTHXb4SOX0rNoewBkfHTdnzcG6xTx/LWtRzOykup0f3GbvxGZD4W80U+nD8gZvZbYruLNP1KZJ9tO5JrYVgMvyoXdqTGRA3Nf+yMF5HvLk/s0TPzLfkxCBvXbIWYiTC7AMZtaIspr3yAtXF5za1dbhN2y/d4EPm0P4ErVQaM0BptTg2ndie3Xp0WZzB/KwVYHbVeV11fFJurYWgWi+yhlmVXs3lnDBq1+Lxozs9T0RwRScOim8hZezQJZ8TmI3fCrovm6xHUUrOd8Z2no/cGD9qsSYNOS7KVYEvjNstOngiR5+SrloQfy4MHHlZJng5TO2mNLx+vqnp2faIjt56tADXt6ZOv7U/FMKe8F1ZjKlKwsE/YUFl18l+789sraPrcvDVxQOmc97eXTlY9uyHJiVrBC596s+p4STA2kWWLmmFhvL98JDauE7b/97gXtme1AKXLkuNVJ48vaM0tiZ1R7w/AaUU8aubyQJQOXtbz2HxUgu3ZqmYMhoeebIv3iSRY2RV9qaPWOBNVoSEqP09RuWWRdh+oq4G3VBR+A1Vp8DM0gckQlwwjyxzxWzzTDHXnatgjNXIjD1Iqc2DGky602WKgfR62ffUOOZyWUu4C/WQzroWOuC+Nh8jyUXa1jd4pU5a9UC3yfTr0sfyBIKByAhSkQU7E79Q4UK504G6I6QlJAyGmwg9dUskQg61xu1hcO9gRIg4dCEK3eq8Zn0ddcV5m/zs1Pir/ULkbnCfZ4TLHDX3ODBP2I0rGudvm6rXqc6+v7Al2I4881gUmvhwOD6TBmDH8Po0+30s6d0dsOPQdCx6FyXbo48umqdpcNYW197IDQhc/ty0E4v6TBr13GHFe6aQ1ao/5d2S6fO3J3WFONaFLC4eAgmF66NKtzsxxi5h/+Ngcd4h9uVDFfV8Y5CRajzpzZRZ3xO4fVzZxt4TFgVu2H7TOH+8MWBtDx6TkLP7bsUOLOoM6/t9z7dBvSIOQ5XZYqAFBrtwRXZsgZ+4WZWhbaJHpAb6z7m9f25h+YO+jWxaNbgX4Ln8lQ0FdvBAc1rSlUXIc7QqBaZ7QZMzSjBbWRqdA2/9Y3SeeOBgBdqUVdlA0nEbKa7gJWmcEAu0L8i273BSsHDrlHjmR4wJua0vsIHM2jVarwUbwyuhvBwZ3gkQyaBERMXDS4j3P7E73AnrsyQTGLdTReLUe7AimxKwgAEPJw76k79+za+uS8R3sAc+iv3UDMkoMNGb+Sd5AYHZmiIrG6NHUSYeF74xd2Q5gmpero3FzT7pPATVs6pyhrY3UUr3jy7blNAdCVo2k0dNHjfQB8B+WPz93wtD+kdFDU+eu3DCvnxlwnLwihHuB3+hhXli4hQ4Yk5GdnTG6T4ABoEnSqmQ994jgcWM6mqhPCcxYNtGNe0iLhMkpfVo2qR08vr3SFxXFmrnH6ANixk+dnpOVlTPz/qL81F7u3KPMHr4t/L1d7fgZ/w8ZWmjTJ5xBpwAAAABJRU5ErkJggg==);
  }
  
  @media (max-width:767px)
  {
    .signin-pb-logo
    {
      margin-top: 30px;
      margin-bottom: 20px;
      height: 50px;
    }
  }
  
  .signin-box
  {
    background-color: #fff;
    padding: 30px 40px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .signin-box .signin-heading
  {
    color: #717171;
    margin: 0;
    text-align: center;
  }
  
  .signin-box .signin-heading sup
  {
    font-size: .65em;
  }
  
  .signin-box .signin-subheading
  {
    color: #717171;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
  }
  
  @media (max-width:767px)
  {
    .signin-box
    {
      padding: 20px 30px;
    }
  
    .signin-box .signin-heading
    {
      font-size: 26px;
    }
  }
  
  .alert-flex
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .alert-flex div
  {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .alert-flex div:last-child
  {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .alert-flex .alert-flex-icon
  {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 10px;
  }
  
  .leftnav .nav-icon
  {
    font-size: 16px;
  }
  
  .leftnav .list-group-item
  {
    margin-bottom: 5px;
  }
  
  .leftnav .list-group-item.active .nav-icon
  {
    color: #3e53a4;
  }
  
  .leftnav .section-head
  {
    padding-left: 15px;
    color: #717171;
  }
  
  .leftnav .section-group .list-group
  {
    margin-bottom: 0;
  }
  
  .leftnav .section-group:not(:first-child)
  {
    border-top: 1px solid silver;
    margin-top: 30px;
    padding-top: 30px;
  }
  
  .leftnav .accordion-noborder .panel
  {
    border-left: 0;
    background-color: transparent;
    border-bottom: 1px solid silver;
  }
  
  .leftnav .accordion-noborder .panel.panel-open.active.child-selected,.leftnav .accordion-noborder .panel.panel-open.active.child-selected .panel-heading
  {
    border-color: transparent;
  }
  
  .leftnav .accordion-noborder .panel.active:not(.panel-open) .panel-title a:after
  {
    -webkit-transform: none;
    transform: none;
  }
  
  .leftnav .accordion-noborder .panel .list-group
  {
    margin-left: -15px;
  }
  
  .leftnav .accordion-noborder .panel .list-group .list-group-item
  {
    padding-left: 30px;
  }
  
  .leftnav .accordion-noborder .panel .list-group .list-group-item.active
  {
    padding-left: 28px;
  }
  
  a.list-group-item
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
    color: #2e2e2e;
  }
  
  a.list-group-item:hover
  {
    background-color: transparent;
    color: #3e53a4;
  }
  
  a.list-group-item:first-child
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  a.list-group-item:last-child
  {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  a.list-group-item.active
  {
    background-color: transparent;
    border-left: 2px solid #3e53a4;
    padding-left: 13px;
    color: #3e53a4;
  }
  
  a.list-group-item.active:focus,a.list-group-item.active:hover
  {
    border-color: #3e53a4;
    background-color: transparent;
    color: #3e53a4;
  }
  
  a.list-group-item.active .badge
  {
    color: #fff;
    background-color: #3e53a4;
  }
  
  .splitview .site-content
  {
    margin-bottom: 0;
  }
  
  .splitview .footer-wrapper
  {
    margin: 0;
  }
  
  .splitview .container-fluid .leftnav
  {
    padding-left: 0;
    padding-right: 0;
  }
  
  .splitview .two-col-wrapper
  {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .splitview .two-col-wrapper .panel
  {
    background-color: transparent;
  }
  
  .splitview .two-col-wrapper .main-content
  {
    margin-left: 25px;
    padding-bottom: 50px;
  }
  
  .splitview .two-col-wrapper .leftnav
  {
    padding-top: 60px;
    min-height: 100%;
  }
  
  .splitview .breadcrumb-wrapper
  {
    border-bottom: 1px solid silver;
  }
  
  .splitview .breadcrumb-wrapper .container-fluid .two-col-wrapper,.splitview .breadcrumb-wrapper~.container
  {
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
  }
  
  .splitview .breadcrumb-wrapper .container-fluid .two-col-wrapper .main-content,.splitview .breadcrumb-wrapper~.container .main-content
  {
    padding-top: 0;
  }
  
  .splitview .breadcrumb-wrapper .container-fluid .two-col-wrapper .leftnav,.splitview .breadcrumb-wrapper~.container .leftnav
  {
    padding-top: 50px;
  }
  
  .splitview-filled .leftnav
  {
    background-color: #f8f8f8;
  }
  
  .splitview-bordered .leftnav
  {
    border-right: 1px solid silver;
  }
  
  .ats-switch
  {
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid;
    position: relative;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    min-width: 100px;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  }
  
  .ats-switch .knob
  {
    border-right: 0;
    border-left: 0;
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    background: #fff;
  }
  
  .ats-switch .knob i
  {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    line-height: 18px;
    pointer-events: none;
  }
  
  .ats-switch span.switch-left
  {
    color: #fff;
    background: #3e53a4;
  }
  
  .ats-switch .switch-left
  {
    background: #3e53a4;
  }
  
  .ats-switch.disabled .knob
  {
    cursor: not-allowed!important;
  }
  
  .ats-switch.disabled:hover
  {
    border-color: silver;
    -webkit-box-shadow: inset 0 0 0 transparent,0 0 0 transparent;
    box-shadow: inset 0 0 0 transparent,0 0 0 transparent;
  }
  
  .bootstrap-touchspin
  {
    width: 100%;
  }
  
  .bootstrap-touchspin .form-control
  {
    -webkit-border-top-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
    -webkit-border-bottom-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical
  {
    position: absolute;
    right: 0;
    z-index: 3;
    white-space: nowrap;
    width: 25px;
    display: table-cell;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical>.btn
  {
    margin: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: #f0f0f0;
    border-color: silver;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical>.btn:hover
  {
    background-color: silver;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up
  {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0;
    height: 20px;
    position: absolute;
    top: 0;
    min-width: 25px;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down
  {
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    height: 20px;
    position: absolute;
    top: 20px;
    min-width: 25px;
  }
  
  .bootstrap-touchspin .input-group-btn-vertical i
  {
    position: relative;
    top: 0;
    left: 0;
    font-size: 9px;
    font-weight: 400;
  }
  
  .list-tree ul,ul.list-tree
  {
    list-style: none;
  }
  
  .ats-switch,.switch
  {
    border-color: silver;
  }
  
  .switch
  {
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  .switch *
  {
    background-image: none!important;
  }
  
  .switch .knob
  {
    background-color: pb-gray-50;
    border-color: silver;
  }
  
  .switch .switch-left
  {
    background-color: #3e53a4;
    border-color: silver;
  }
  
  .switch .switch-right
  {
    background-color: pb-gray-50;
    border-color: silver;
  }
  
  .switch.disabled
  {
    opacity: .55;
  }
  
  .tabs-fancy.tabs-fancy .nav.nav-tabs li
  {
    width: 20%;
  }
  
  .tabs-fancy.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  
  .tabs-fancy.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  
  .tabs-fancy.tabs-fancy li:nth-child(3).active~li:last-child:after
  {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  
  .tabs-fancy.tabs-fancy li:nth-child(4).active~li:last-child:after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy.tabs-fancy li:nth-child(5).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-1.tabs-fancy .nav.nav-tabs li
  {
    width: 100%;
  }
  
  .tabs-fancy-1.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-2.tabs-fancy .nav.nav-tabs li
  {
    width: 50%;
  }
  
  .tabs-fancy-2.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy-2.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-3.tabs-fancy .nav.nav-tabs li
  {
    width: 33.33333%;
  }
  
  .tabs-fancy-3.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  
  .tabs-fancy-3.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy-3.tabs-fancy li:nth-child(3).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-4.tabs-fancy .nav.nav-tabs li
  {
    width: 25%;
  }
  
  .tabs-fancy-4.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  
  .tabs-fancy-4.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  
  .tabs-fancy-4.tabs-fancy li:nth-child(3).active~li:last-child:after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy-4.tabs-fancy li:nth-child(4).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-5.tabs-fancy .nav.nav-tabs li
  {
    width: 20%;
  }
  
  .tabs-fancy-5.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  
  .tabs-fancy-5.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  
  .tabs-fancy-5.tabs-fancy li:nth-child(3).active~li:last-child:after
  {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  
  .tabs-fancy-5.tabs-fancy li:nth-child(4).active~li:last-child:after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy-5.tabs-fancy li:nth-child(5).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy-6.tabs-fancy .nav.nav-tabs li
  {
    width: 16.66667%;
  }
  
  .tabs-fancy-6.tabs-fancy li:first-child.active ~ li:last-child::after
  {
    -webkit-transform: translateX(-500%);
    transform: translateX(-500%);
  }
  
  .tabs-fancy-6.tabs-fancy li:nth-child(2).active~li:last-child:after
  {
    -webkit-transform: translateX(-400%);
    transform: translateX(-400%);
  }
  
  .tabs-fancy-6.tabs-fancy li:nth-child(3).active~li:last-child:after
  {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
  }
  
  .tabs-fancy-6.tabs-fancy li:nth-child(4).active~li:last-child:after
  {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
  
  .tabs-fancy-6.tabs-fancy li:nth-child(5).active~li:last-child:after
  {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  
  .tabs-fancy-6.tabs-fancy li:nth-child(6).active~li:last-child:after
  {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  
  .tabs-fancy .nav.nav-tabs li>a
  {
    text-align: center;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    padding: 0 4px;
    height: 40px;
  }
  
  .tabs-fancy .nav.nav-tabs li,.tabs-fancy .nav.nav-tabs li.active,.tabs-fancy .nav.nav-tabs li.active>a,.tabs-fancy .nav.nav-tabs li>a
  {
    margin-bottom: 0;
    border: 0;
    outline: none;
  }
  
  .tabs-fancy .nav.nav-tabs
  {
    border-color: #f0f0f0;
  }
  
  .tabs-fancy .nav.nav-tabs li.active a,.tabs-fancy .nav.nav-tabs li.active a:active,.tabs-fancy .nav.nav-tabs li.active a:focus
  {
    border: 0;
  }
  
  .tabs-fancy .nav.nav-tabs li.active a:active,.tabs-fancy .nav.nav-tabs li.active a:focus,.tabs-fancy .nav.nav-tabs li.active a:hover
  {
    border: 0;
    margin-bottom: 0;
  }
  
  .tabs-fancy .nav.nav-tabs li a,.tabs-fancy .nav.nav-tabs li a:active,.tabs-fancy .nav.nav-tabs li a:focus,.tabs-fancy .nav.nav-tabs li a:hover
  {
    background-color: transparent;
  }
  
  .tabs-fancy .nav.nav-tabs li:last-child:after
  {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #3e53a4;
    position: absolute;
    display: block;
    bottom: -2px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }
  
  .tabs-bordered
  {
    border: 1px solid #f0f0f0;
  }
  
  .tabs-bordered .tab-content
  {
    padding: 20px 50px;
  }
  
  .tabs-bordered .nav-tabs
  {
    padding: 20px 50px 0;
  }
  
  .tabs-section-container .tabs-fancy .tabs-section
  {
    border-top: 1px solid #f0f0f0;
  }
  
  .tabs-section-container .tabs-fancy .nav.nav-tabs
  {
    border-color: transparent;
  }
  
  .tab-pane
  {
    padding: 15px;
  }
  
  .tab-content.tab-content-bordered,.tabset-bordered .tab-pane.active
  {
    border: 1px solid #e1e1e1;
    border-top: 0;
  }
  
  .nav-tabs
  {
    border-bottom: 1px solid #e1e1e1;
  }
  
  .nav-tabs>li
  {
    float: left;
    margin-bottom: -1px;
  }
  
  .nav-tabs>li>a
  {
    margin-right: 0;
    line-height: 1.42857;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #717171;
    background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    border-bottom-color: transparent;
    padding: 13px 40px;
  }
  
  .nav-tabs>li>a:hover
  {
    border-color: #e1e1e1 #e1e1e1 transparent;
    color: #3e53a4;
  }
  
  .nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover
  {
    color: #3e53a4;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-top: 2px solid #3e53a4;
    border-bottom-color: transparent;
    cursor: default;
  }
  
  .nav-justified,.nav-tabs.nav-justified
  {
    width: 100%;
  }
  
  .nav-justified>li,.nav-tabs.nav-justified>li
  {
    float: none;
  }
  
  .nav-justified>li>a,.nav-tabs.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,.nav-tabs.nav-justified>li
    {
      display: table-cell;
      width: 1%;
    }
  
    .nav-justified>li>a,.nav-tabs.nav-justified>li>a
    {
      margin-bottom: 0;
    }
  }
  
  .nav-tabs-justified,.nav-tabs.nav-justified
  {
    border-bottom: 0;
  }
  
  .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
  {
    margin-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover
  {
    border: 1px solid #e1e1e1;
  }
  
  @media (min-width:768px)
  {
    .nav-tabs-justified>li>a,.nav-tabs.nav-justified>li>a
    {
      border-bottom: 1px solid #e1e1e1;
      -webkit-border-radius: 0;
      border-radius: 0;
    }
  
    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover
    {
      border-bottom-color: #fff;
      border-top: 2px solid #3e53a4;
    }
  }
  
  .nav-pills>li>a
  {
    color: #717171;
  }
  
  .nav-pills>li>a:hover
  {
    background-color: #f0f0f0;
  }
  
  .nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover
  {
    background-color: #3e53a4;
  }
  
  .item-selector-button
  {
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid silver;
    padding: 15px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 160px;
    height: 120px;
    -webkit-transition: all .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
    transition: all .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
    transition: all .1s ease-in-out,box-shadow .1s ease-in-out;
    transition: all .1s ease-in-out,box-shadow .1s ease-in-out,-webkit-box-shadow .1s ease-in-out;
  }
  
  .item-selector-button .title
  {
    color: #3e53a4;
    font-size: 12px;
    margin: 0;
    padding-top: -3px;
    font-family: PrecisionSans_W_Md,Helvetica Neue,Arial,sans-serif;
  }
  
  .item-selector-button .divider
  {
    height: 1px;
    width: 20px;
    background-color: silver;
    margin: 4px auto 10px;
  }
  
  .item-selector-button .image
  {
    background: #fff url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI1NyIgdmlld0JveD0iMCAwIDY0IDU3Ij4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzNFNTNBNCIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgIDxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAxMy4zMDIgMCAzOS4zMjEgMzEuNTYyIDU0LjMwMiAzMS41NjIgMjcuNDk0Ii8+CiAgICA8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjYxLjU0NiAxMy4zMDIgNjEuNTQ2IDM5LjMyMSAzMS41NjIgNTQuMzAyIDMxLjU2MiAyNy40OTQiLz4KICAgIDxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMzEuNTYyIC4xNTUgNjEuNTQ2IDEyLjc3MSAzMS40NyAyNy45NjIgMCAxMi43NzEiLz4KICAgIDxwYXRoIGQ9Ik0xNi42NDI5MjYxLDYuMjQ1MDkyODEgTDQ2LjAxMDg3MzcsMjAuMzE2NzgxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8cG9seWdvbiBmaWxsPSIjOEI5OEM4IiBwb2ludHM9IjIyLjg4MyAzMC4xMTIgOC42OCAyMy41NTIgOC42OCAzNy40OTIgMjIuODgzIDQ0LjA1MiAyMi44ODMgMzAuMTEyIi8+CiAgPC9nPgo8L3N2Zz4=") 50% no-repeat;
    width: 64px;
    height: 57px;
    margin: 4px auto;
  }
  
  .item-selector-button.hover,.item-selector-button:hover
  {
    padding: 14px;
  }
  
  .item-selector-button.hover:after,.item-selector-button:hover:after
  {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #fff transparent;
  }
  
  .item-selector-button.hover:before,.item-selector-button:hover:before
  {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #3e53a4 transparent;
  }
  
  .item-selector-button.active,.item-selector-button:active
  {
    border-width: 2px;
    border-color: #3e53a4;
    background-color: #3e53a4;
  }
  
  .item-selector-button.active:before,.item-selector-button:active:before
  {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #3e53a4 transparent;
  }
  
  .item-selector-button.active .title,.item-selector-button:active .title
  {
    color: #fff;
  }
  
  .item-selector-button.active .divider,.item-selector-button:active .divider
  {
    background-color: #fff;
  }
  
  .item-selector-button.active .image,.item-selector-button:active .image
  {
    background-color: #3e53a4;
  }
  
  .item-selector-button.active:hover,.item-selector-button:active:hover
  {
    padding: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .item-selector-button.active:hover:after,.item-selector-button:active:hover:after
  {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #3e53a4 transparent;
  }
  
  .item-selector-button.disabled
  {
    pointer-events: none;
    cursor: not-allowed;
  }
  
  .item-selector-button.disabled .title
  {
    color: #c3c3c3;
  }
  
  .item-selector-button.disabled .image
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI1NyIgdmlld0JveD0iMCAwIDY0IDU3Ij4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iI0MzQzNDMyIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj4KICAgIDxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMCAxMy4zMDIgMCAzOS4zMjEgMzEuNTYyIDU0LjMwMiAzMS41NjIgMjcuNDk0Ii8+CiAgICA8cG9seWdvbiBmaWxsPSIjRkZGRkZGIiBwb2ludHM9IjYxLjU0NiAxMy4zMDIgNjEuNTQ2IDM5LjMyMSAzMS41NjIgNTQuMzAyIDMxLjU2MiAyNy40OTQiLz4KICAgIDxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMzEuNTYyIC4xNTUgNjEuNTQ2IDEyLjc3MSAzMS40NyAyNy45NjIgMCAxMi43NzEiLz4KICAgIDxwYXRoIGQ9Ik0xNi42NDI5MjYxLDYuMjQ1MDkyODEgTDQ2LjAxMDg3MzcsMjAuMzE2NzgxMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CiAgICA8cG9seWdvbiBmaWxsPSIjRDZENkQ2IiBwb2ludHM9IjIyLjg4MyAzMC4xMTIgOC42OCAyMy41NTIgOC42OCAzNy40OTIgMjIuODgzIDQ0LjA1MiAyMi44ODMgMzAuMTEyIi8+CiAgPC9nPgo8L3N2Zz4=");
  }
  
  .item-selector-button.disabled:hover
  {
    padding: 15px;
    border: 1px solid silver;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .item-selector-button.focus,.item-selector-button:focus
  {
    border-color: #189dbd;
    outline: none;
    -webkit-box-shadow: 0 0 10px rgba(76,211,255,.77);
    box-shadow: 0 0 10px rgba(76,211,255,.77);
  }
  
  .item-selector-button.focus:after,.item-selector-button:focus:after
  {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #fff transparent;
  }
  
  .item-selector-button.focus:before,.item-selector-button:focus:before
  {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 66px;
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #3e53a4 transparent;
  }
  
  .browser
  {
    padding-top: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  
  .browser div
  {
    min-height: 130px;
  }
  
  .browser h5
  {
    color: #717171;
    font-weight: 400;
  }
  
  .signin-tour .tour-container
  {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    max-height: 155px;
    width: 100%;
    -webkit-transform: translateY(-webkit-calc(100vh - 215px));
    transform: translateY(calc(100vh - 215px));
    -webkit-transition: max-height .25s ease-out,-webkit-transform .25s ease-out 50ms;
    transition: max-height .25s ease-out,-webkit-transform .25s ease-out 50ms;
    transition: transform .25s ease-out 50ms,max-height .25s ease-out;
    transition: transform .25s ease-out 50ms,max-height .25s ease-out,-webkit-transform .25s ease-out 50ms;
    background-color: #fff;
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
  }
  
  .signin-tour .tour-container.open
  {
    -webkit-transform: none;
    transform: none;
    max-height: 100%;
    -webkit-transition: max-height .5s ease-out .3s,-webkit-transform .3s ease-out;
    transition: max-height .5s ease-out .3s,-webkit-transform .3s ease-out;
    transition: transform .3s ease-out,max-height .5s ease-out .3s;
    transition: transform .3s ease-out,max-height .5s ease-out .3s,-webkit-transform .3s ease-out;
  }
  
  .signin-tour .tour-container.open .slider-link-list
  {
    pointer-events: auto;
    cursor: pointer;
  }
  
  .signin-tour .tour-container.open .slider-link-list li
  {
    opacity: .7;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
  }
  
  .signin-tour .tour-container.open .slider-link-list li.active
  {
    opacity: 1;
  }
  
  .signin-tour .tour-container .slick-next,.signin-tour .tour-container .slick-prev
  {
    top: auto;
    bottom: 160px;
  }
  
  .signin-tour .tour-container .tour-cta
  {
    cursor: pointer;
  }
  
  .signin-tour .tour-container .slider-link-list
  {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .signin-tour .tour-container .slider-link-list li
  {
    position: relative;
    padding-right: 15px;
  }
  
  .signin-tour .tour-container .slider-link-list li:after
  {
    content: "";
    position: absolute;
    right: 5px;
    top: -3px;
    display: block;
    height: 30px;
    width: 1px;
    background-color: #fff;
  }
  
  .signin-tour .tour-container .slider-link-list li:last-child:after
  {
    display: none;
  }
  
  .signin-tour .tour-container a
  {
    text-align: center;
    color: #fff;
    display: block;
  }
  
  .signin-tour .tour-container a:hover
  {
    text-decoration: none;
  }
  
  .signin-tour .tour-container .tour-content
  {
    width: 100%;
    display: block;
    margin-top: 60px;
  }
  
  .signin-tour .tour-container .tour-content h2
  {
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    font-size: 2.15em;
  }
  
  .signin-tour .tour-container .tour-content .slider-img
  {
    height: 400px;
    width: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  
  .signin-tour .tour-container .banner
  {
    background-color: #0c76ba;
    color: #fff;
    display: block;
    height: 155px;
    min-height: 155px;
    width: 100%;
  }
  
  .signin-tour .tour-container .banner .banner-content
  {
    width: 100%;
    border-right: 1px solid #fff;
  }
  
  .signin-tour .tour-container .banner .banner-content h3
  {
    margin-top: 10px;
  }
  
  .signin-tour .tour-container .banner .img-responsive
  {
    max-height: 90%;
  }
  
  .signin-tour .tour-container .banner div[class^=col]
  {
    height: 155px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .signin-tour .tour-container .banner h2
  {
    font-size: 1.2em;
    line-height: 1.3;
    color: #fff;
  }
  
  .signin-tour .tour-container .banner h3
  {
    font-family: PrecisionSans_W_Lt,Helvetica Neue,Arial,sans-serif;
    color: #fff;
    line-height: 1.3em;
    font-size: 1.3em;
    width: 100%;
  }
  
  @media (max-width:767px)
  {
    .signin-tour .tour-container .banner h3
    {
      font-size: 20px;
    }
  }
  
  @media (max-width:599px)
  {
    .signin-tour .tour-container
    {
      -webkit-transform: translateY(-webkit-calc(100vh - 425px));
      transform: translateY(calc(100vh - 425px));
      max-height: 300px;
    }
  
    .signin-tour .tour-container .mobile-cta
    {
      background-color: #fff;
      border-color: #fff;
      color: #3e53a4;
    }
  
    .signin-tour .tour-container .banner
    {
      height: 300px;
      min-height: 300px;
    }
  
    .signin-tour .tour-container .banner .banner-content
    {
      border-right: none;
    }
  
    .signin-tour .tour-container .banner div[class^=col]
    {
      min-height: 300px;
    }
  
    .signin-tour .tour-container .banner .slider-link-list
    {
      display: block;
      margin-left: 17px;
    }
  
    .signin-tour .tour-container .banner .slider-link-list li
    {
      list-style-type: disc;
      display: list-item;
      margin-bottom: 15px;
    }
  
    .signin-tour .tour-container .banner .slider-link-list li:after
    {
      display: none;
    }
  
    .signin-tour .tour-container .banner .slider-link-list li a
    {
      text-align: left;
    }
  }
  
  @media (min-width:600px) and (max-width:899px)
  {
    .signin-tour .tour-container .banner-content h3
    {
      font-size: 1.2em;
    }
  
    .signin-tour .tour-container .banner-content ul
    {
      font-size: .75em;
    }
  
    .signin-tour .tour-container .tour-cta h2
    {
      font-size: 1.3em;
    }
  }
  
  @media (min-width:600px)
  {
    .signin-tour .tour-container .banner-content h3
    {
      font-size: 1.4em;
    }
  
    .signin-tour .tour-container .banner-content ul
    {
      font-size: 1em;
    }
  
    .signin-tour .tour-container .tour-cta h2
    {
      font-size: 1.6em;
    }
  }
  
  @media (max-height:800px) and (min-width:600px)
  {
    .signin-tour .tour-container
    {
      -webkit-transform: translateY(585px);
      transform: translateY(585px);
    }
  }
  
  .canvas-elements .colors
  {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .canvas-elements .color-swatch
  {
    margin-bottom: 20px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .canvas-elements .color-swatch,.canvas-elements .color-swatch:hover
  {
    -webkit-transition: -webkit-transform .3s,-webkit-box-shadow .3s;
    transition: -webkit-transform .3s,-webkit-box-shadow .3s;
    transition: transform .3s,box-shadow .3s;
    transition: transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s;
  }
  
  .canvas-elements .color-swatch:hover
  {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    box-shadow: 0 5px 20px 2px rgba(0,0,0,.1);
    cursor: pointer;
  }
  
  .canvas-elements .color-swatch__wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
  }
  
  .canvas-elements .color-swatch__color
  {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    height: 60px;
  }
  
  .canvas-elements .color-swatch__details
  {
    padding: 0 10px;
    margin: 0;
    display: block;
  }
  
  .canvas-elements .color-swatch__details__hex
  {
    color: #2e2e2e;
    font-family: Menlo,Consolas,Monaco,Courier New,monospace;
  }
  
  .canvas-elements .color-swatch__details__label
  {
    font-size: 11px;
  }
  
  .canvas-elements .color-swatch__details__usage
  {
    font-size: 12px;
  }
  
  .canvas-elements__text--hex
  {
    margin: 10px 0 5px;
    color: #2e2e2e;
    font-family: Menlo,Consolas,Monaco,Courier New,monospace;
  }
  
  .canvas-icon-60
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-60 i
  {
    font-size: 36px;
  }
  
  .canvas-icon-60.hover,.canvas-icon-60:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-60.selected,.canvas-icon-60:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-60.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon-48
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-48 i
  {
    font-size: 28.8px;
  }
  
  .canvas-icon-48.hover,.canvas-icon-48:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-48.selected,.canvas-icon-48:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-48.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon-32
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-32 i
  {
    font-size: 19.2px;
  }
  
  .canvas-icon-32.hover,.canvas-icon-32:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-32.selected,.canvas-icon-32:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-32.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon-24
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-24 i
  {
    font-size: 14.4px;
  }
  
  .canvas-icon-24.hover,.canvas-icon-24:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-24.selected,.canvas-icon-24:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-24.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon-18
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 18px;
    height: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-18 i
  {
    font-size: 10.8px;
  }
  
  .canvas-icon-18.hover,.canvas-icon-18:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-18.selected,.canvas-icon-18:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-18.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon-10
  {
    background-color: #66ca8c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 10px;
    height: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 3px solid transparent;
    cursor: pointer;
  }
  
  .canvas-icon-10 i
  {
    font-size: 6px;
  }
  
  .canvas-icon-10.hover,.canvas-icon-10:hover
  {
    background-color: #00b140;
  }
  
  .canvas-icon-10.selected,.canvas-icon-10:active
  {
    border: 3px solid #009bdf;
  }
  
  .canvas-icon-10 i
  {
    display: none;
  }
  
  .canvas-icon-10.circle
  {
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }
  
  .canvas-icon
  {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .canvas-icon label
  {
    margin-top: 3px;
    font-size: 12px;
  }
  
  .card-canvas-red.card-default>.card-heading
  {
    background-color: #e78484;
  }
  
  .card-canvas-red.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-red.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-red.card-collapsible>.card-heading:hover
  {
    background-color: #dd5151;
  }
  
  .card-canvas-orange.card-default>.card-heading
  {
    background-color: #f7b668;
  }
  
  .card-canvas-orange.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-orange.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-orange.card-collapsible>.card-heading:hover
  {
    background-color: #f49a2e;
  }
  
  .card-canvas-#ff0.card-default>.card-heading
  {
    background-color: #ffea66;
  }
  
  .card-canvas-#ff0.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-#ff0.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-#ff0.card-collapsible>.card-heading:hover
  {
    background-color: #ffe229;
  }
  
  .card-canvas-green.card-default>.card-heading
  {
    background-color: #66d08c;
  }
  
  .card-canvas-green.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-green.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-green.card-collapsible>.card-heading:hover
  {
    background-color: #3abe6a;
  }
  
  .card-canvas-cyan.card-default>.card-heading
  {
    background-color: #66c3ec;
  }
  
  .card-canvas-cyan.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-cyan.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-cyan.card-collapsible>.card-heading:hover
  {
    background-color: #30aee5;
  }
  
  .card-canvas-blue.card-default>.card-heading
  {
    background-color: #8b98c8;
  }
  
  .card-canvas-blue.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-blue.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-blue.card-collapsible>.card-heading:hover
  {
    background-color: #6173b4;
  }
  
  .card-canvas-purple.card-default>.card-heading
  {
    background-color: #c68cc3;
  }
  
  .card-canvas-purple.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-purple.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-purple.card-collapsible>.card-heading:hover
  {
    background-color: #b263ae;
  }
  
  .card-canvas-#f0f.card-default>.card-heading
  {
    background-color: #e26bb8;
  }
  
  .card-canvas-#f0f.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-#f0f.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-#f0f.card-collapsible>.card-heading:hover
  {
    background-color: #d8389f;
  }
  
  .card-canvas-#0000cd.card-default>.card-heading
  {
    background-color: #68aad4;
  }
  
  .card-canvas-#0000cd.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-#0000cd.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-#0000cd.card-collapsible>.card-heading:hover
  {
    background-color: #388fc6;
  }
  
  .card-canvas-gray.card-default>.card-heading
  {
    background-color: silver;
  }
  
  .card-canvas-gray.selected
  {
    border: 3px solid #009bdf;
  }
  
  .card-canvas-gray.card-collapsible>.card-heading
  {
    cursor: pointer;
  }
  
  .card-canvas-gray.card-collapsible>.card-heading:hover
  {
    background-color: #a1a1a1;
  }
  
  .card-heading .arrows-1_minimal-down.closed
  {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  
  @supports ((display:-ms-grid) or (display:grid))
  {
    .canvas-elements .colors
    {
      display: -ms-grid;
      display: grid;
      grid-gap: 45px;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4,1fr);
    }
  
    .canvas-elements .color-swatch
    {
      margin-bottom: 0;
    }
  }
  
  table
  {
    background-color: #fff;
  }
  
  caption
  {
    padding-top: 8px;
    padding-bottom: 8px;
    color: silver;
  }
  
  caption,th
  {
    text-align: left;
  }
  
  .table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th
  {
    border-top: 1px solid #c8cee4;
  }
  
  td.detail-toggle
  {
    width: 20px;
  }
  
  .table
  {
    margin-bottom: 20px;
    border: 1px solid #c8cee4;
    border-collapse: separate;
  }
  
  .table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>th
  {
    padding: 15px 8px;
    line-height: 1.42857;
    vertical-align: top;
  }
  
  .table>tbody>tr>th:first-child,.table>tfoot>tr>th:first-child,.table>thead>tr>th:first-child
  {
    padding-left: 30px;
  }
  
  .table>tbody>tr>th:last-child,.table>tfoot>tr>th:last-child,.table>thead>tr>th:last-child
  {
    padding-right: 30px;
  }
  
  .table>tbody>tr>td,.table>tfoot>tr>td,.table>thead>tr>td
  {
    padding: 11px 8px;
    line-height: 1.42857;
    vertical-align: top;
  }
  
  .table>tbody>tr>td:first-child,.table>tfoot>tr>td:first-child,.table>thead>tr>td:first-child
  {
    padding-left: 30px;
  }
  
  .table>tbody>tr>td:last-child,.table>tfoot>tr>td:last-child,.table>thead>tr>td:last-child
  {
    padding-right: 30px;
  }
  
  .table>tbody>tr>td,.table>tfoot>tr>td
  {
    color: #2e2e2e;
  }
  
  .table>thead>tr>th
  {
    vertical-align: bottom;
    background-color: #f8f8f8;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    color: #4e4e4e;
    font-weight: 400;
    border-bottom: 0;
  }
  
  .table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th
  {
    border-top: 0;
  }
  
  .table>tbody+tbody
  {
    border-top: 2px solid #c8cee4;
  }
  
  .table .table
  {
    background-color: #fff;
  }
  
  .table .table-row-toggle
  {
    color: #2e2e2e;
  }
  
  .table .table-row-selected td
  {
    background-color: #d8dbf1;
  }
  
  .table .table-details td
  {
    padding: 0;
    background-color: #f0f0f0;
    border-top-width: 0;
  }
  
  .table .table-details>td
  {
    background-image: linear-gradient(180deg,#c9c9c9 -5%,#f0f0f0 6%,#f0f0f0);
  }
  
  .table .table-details .table-details-content
  {
    padding: 10px;
  }
  
  .table th i.popover-trigger
  {
    cursor: pointer;
    color: #3e53a4;
  }
  
  .table th i.popover-trigger:hover
  {
    color: #314183;
  }
  
  .table>tbody>tr>td,.table>tbody>tr>th
  {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  
  .table-fixed
  {
    table-layout: fixed;
  }
  
  .table-clickable tr
  {
    cursor: pointer;
  }
  
  td.centered,th.centered
  {
    text-align: center;
  }
  
  .table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>th
  {
    padding: 10px 5px;
  }
  
  .table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td,.table-condensed>thead>tr>td
  {
    padding: 8px 5px;
  }
  
  .table-condensed-extra
  {
    font-size: 13px;
  }
  
  .table-condensed-extra>tbody>tr>th,.table-condensed-extra>tfoot>tr>th,.table-condensed-extra>thead>tr>th
  {
    padding: 6px 5px;
  }
  
  .table-condensed-extra>tbody>tr>td,.table-condensed-extra>tfoot>tr>td,.table-condensed-extra>thead>tr>td
  {
    padding: 4px 5px;
  }
  
  .table-large
  {
    font-size: 16px;
  }
  
  .table-large>tbody>tr>td,.table-large>tbody>tr>th,.table-large>tfoot>tr>td,.table-large>tfoot>tr>th,.table-large>thead>tr>td,.table-large>thead>tr>th
  {
    padding: 18px 8px;
  }
  
  .table-striped>tbody>tr:nth-of-type(2n)
  {
    background-color: #f9f9f9;
  }
  
  .table-striped>tbody>tr:nth-of-type(odd)
  {
    background-color: #fff;
  }
  
  .table-hover>tbody>tr:hover
  {
    background-color: #eaedf8;
  }
  
  .editable-buttons .btn
  {
    min-width: auto;
  }
  
  .editable-wrap .editable-controls>select
  {
    padding-right: 20px;
    line-height: 1;
  }
  
  .table-open>tbody>tr>td,.table-open>tbody>tr>th,.table-open>tfoot>tr>th,.table-open>thead>tr>td,.table-open>thead>tr>th,.table>tfoot>tr>td
  {
    border-left: 0;
    border-right: 0;
  }
  
  .table-open>tbody>tr>td:last-child,.table-open>tfoot>tr>td:last-child
  {
    border-right: 0;
  }
  
  .table-open
  {
    border-style: solid none none;
    background-color: transparent;
  }
  
  .table-open>thead>tr>th
  {
    border-bottom: 0;
  }
  
  .table-open>tbody>tr:last-child>td
  {
    border-bottom: 1px solid #c8cee4;
  }
  
  .table-unstyled,.table-unstyled>tbody>tr>td,.table-unstyled>tbody>tr>th,.table-unstyled>tfoot>tr>td,.table-unstyled>tfoot>tr>th,.table-unstyled>thead>tr>td,.table-unstyled>thead>tr>th
  {
    border: 0;
    background-color: transparent;
  }
  
  .table-unstyled>tbody>tr>td:first-child,.table-unstyled>tbody>tr>th:first-child,.table-unstyled>tfoot>tr>td:first-child,.table-unstyled>tfoot>tr>th:first-child,.table-unstyled>thead>tr>td:first-child,.table-unstyled>thead>tr>th:first-child
  {
    padding-left: 8px;
  }
  
  .table-unstyled>tbody>tr>td:last-child,.table-unstyled>tbody>tr>th:last-child,.table-unstyled>tfoot>tr>td:last-child,.table-unstyled>tfoot>tr>th:last-child,.table-unstyled>thead>tr>td:last-child,.table-unstyled>thead>tr>th:last-child
  {
    padding-right: 8px;
  }
  
  .table-unstyled>tbody>tr>td,.table-unstyled>tbody>tr>td:last-child,.table-unstyled>tfoot>tr>td,.table-unstyled>tfoot>tr>td:last-child
  {
    border-right: 0;
  }
  
  .pagination
  {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .pagination>li
  {
    display: inline;
  }
  
  .pagination>li>a,.pagination>li>span
  {
    position: relative;
    float: left;
    padding: 9px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #3e53a4;
    background-color: #fff;
    border: 1px solid silver;
    margin-left: -1px;
  }
  
  .pagination>li:first-child>a,.pagination>li:first-child>span
  {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  
  .pagination>li:last-child>a,.pagination>li:last-child>span
  {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover
  {
    z-index: 3;
    color: #314183;
    background-color: #d9dced;
    border-color: #314183;
  }
  
  .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover
  {
    z-index: 2;
    color: #fff;
    background-color: #3e53a4;
    border-color: #3e53a4;
    cursor: default;
  }
  
  .pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover
  {
    color: #3e53a4;
    background-color: #fff;
    border-color: silver;
    cursor: not-allowed;
  }
  
  .pagination-lg>li>a,.pagination-lg>li>span
  {
    padding: 13px 16px;
    font-size: 17px;
    line-height: 1.33333;
  }
  
  .pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span
  {
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  
  .pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span
  {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
  }
  
  .pagination-sm>li>a,.pagination-sm>li>span
  {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span
  {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  
  .pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span
  {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .toolbar .pagination>li>a,.toolbar .pagination>li>span
  {
    padding: 7px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  
  .toolbar .pagination>li:first-child>a,.toolbar .pagination>li:first-child>span
  {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  
  .toolbar .pagination>li:last-child>a,.toolbar .pagination>li:last-child>span
  {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .dataTables_wrapper .dataTables_filter input
  {
    margin-left: 10px;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting
  {
    white-space: nowrap;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting:after
  {
    font-family: FontAwesome;
    content: "\f0dc";
    display: inline-block;
    padding-left: 10px;
    color: silver;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_asc
  {
    white-space: nowrap;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_asc:after
  {
    font-family: FontAwesome;
    content: "\f0dd";
    display: inline-block;
    padding-left: 10px;
    color: silver;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_asc:before
  {
    content: "";
    padding: 0;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_desc
  {
    white-space: nowrap;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_desc:after
  {
    font-family: FontAwesome;
    content: "\f0de";
    display: inline-block;
    padding-left: 10px;
    color: silver;
  }
  
  .dataTables_wrapper .dataTable thead tr th.sorting_desc:before
  {
    content: "";
    padding: 0;
  }
  
  .list-group-divided .list-group-item
  {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #f0f0f0;
    padding: 5px 10px 5px 0;
  }
  
  .list-group-divided .list-group-item .list-group-item-heading
  {
    display: block;
    text-decoration: none;
  }
  
  .list-group-divided .list-group-item .list-group-item-heading:hover
  {
    background: none!important;
  }
  
  .toolbar
  {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .toolbar .pagination
  {
    margin: 0;
  }
  
  .toolbar .btn
  {
    padding: 7px 10px;
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    line-height: 1.42857;
    height: 30px;
    font-size: 12px;
    min-width: auto;
  }
  
  .toolbar .btn .nc-icon-mini
  {
    font-size: 11px;
  }
  
  .toolbar .btn+.btn,.toolbar .btn+.btn-group,.toolbar .btn-group+.btn,.toolbar .btn-group+.btn-group
  {
    margin-left: 5px;
  }
  
  .toolbar .btn-group .btn+.btn
  {
    margin-left: -1px;
  }
  
  .toolbar .nc-icon-mini
  {
    font-size: 11px;
  }
  
  .toolbar select
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    line-height: 1.42857;
    font-size: 12px;
    height: 30px;
    padding: 5px 20px 5px 10px;
  }
  
  .toolbar .btn-cancel,.toolbar .btn-default,.toolbar .btn-group-vertical .btn-default,.toolbar .btn-group .btn-default,.toolbar .btn-link,.toolbar .dropdown-toggle
  {
    color: #3e53a4;
    background-color: transparent;
    border-color: silver;
    min-width: 0;
  }
  
  .toolbar .btn-cancel:hover,.toolbar .btn-default:hover,.toolbar .btn-group-vertical .btn-default:hover,.toolbar .btn-group .btn-default:hover,.toolbar .btn-link:hover,.toolbar .dropdown-toggle:hover
  {
    background-color: #d9dced;
    border-color: #d9dced;
  }
  
  .toolbar .btn-cancel.active,.toolbar .btn-default.active,.toolbar .btn-group-vertical .btn-default.active,.toolbar .btn-group .btn-default.active,.toolbar .btn-link.active,.toolbar .dropdown-toggle.active
  {
    color: #fff;
    background-color: #3e53a4;
  }
  
  .toolbar .btn-cancel[disabled],.toolbar .btn-default[disabled],.toolbar .btn-group-vertical .btn-default[disabled],.toolbar .btn-group .btn-default[disabled],.toolbar .btn-link[disabled],.toolbar .dropdown-toggle[disabled]
  {
    color: silver;
  }
  
  .toolbar .btn-link:focus,.toolbar .btn-link:hover
  {
    text-decoration: none;
  }
  
  .toolbar .input-group .form-control
  {
    padding: 7px 10px;
    border-left: 0;
    height: 30px;
    line-height: 1.42857;
    font-size: 12px;
  }
  
  .toolbar .input-group .form-control.search
  {
    padding-right: 25px;
  }
  
  .toolbar .input-group .form-control.search:not(:valid)~.search-clear
  {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .toolbar .input-group .form-control.search.focus,.toolbar .input-group .form-control.search:focus
  {
    border-left: 1px solid #3e53a4;
  }
  
  .toolbar .input-group-addon
  {
    padding: 7px 10px;
    color: #3e53a4;
  }
  
  .toolbar .input-group-btn.open,.toolbar .input-group-btn.open .dropdown-toggle
  {
    color: #fff;
  }
  
  .toolbar .search-clear
  {
    position: absolute;
    padding-right: 3px;
    padding-left: 0;
    right: 0;
    z-index: 10;
    border: 0;
    opacity: 1;
    color: silver;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  
  .toolbar .search-clear:hover
  {
    color: #2e2e2e;
    background-color: inherit;
  }
  
  .toolbar .dropdown-menu>li>a
  {
    font-family: PrecisionSans_W_Rg,Helvetica Neue,Arial,sans-serif;
    color: #3e53a4;
    font-size: 13px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
  }
  
  .toolbar .dropdown-menu>li>a a:hover
  {
    text-decoration: none;
  }
  
  .toolbar .dropdown-menu>li>a:focus,.toolbar .dropdown-menu>li>a:hover
  {
    background-color: #3e53a4;
    color: #fff;
  }
  
  .toolbar-pagination .toolbar-right
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .toolbar-pagination .toolbar-pagination-controls
  {
    margin-left: 30px;
  }
  
  .loading-screen
  {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    background-image: linear-gradient(90deg,#3e53a4,#cf0989);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }
  
  .loading-screen-spinner
  {
    text-align: center;
  }
  
  .loading-screen-logo,.loading-screen__logo
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzIiIGhlaWdo dD0iMjciIHZpZXdCb3g9IjAgMCAxMzIgMjciPgogIDxnIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVs ZT0iZXZlbm9kZCI+CiAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDQpIj4KICAgICAgPHBh dGggZD0iTTkuMDkyOCw5Ljc1MjQgQzkuMjk1OCw5LjQ3OTQgOS42MTg4LDkuNDU3NCA5LjkzNjgs OS42OTM0IEMxMC4yNTU4LDkuOTI5NCAxMC4zMjY4LDEwLjI0NjQgMTAuMTIzOCwxMC41MTg0IEM5 LjUxNzgsMTEuMzY5NCA5LjE2MjgsMTIuMzk0NCA5LjE3MDgsMTMuNTE5NCBDOS4xNjI4LDE0LjY0 NDQgOS41MTQ4LDE1LjY2OTQgMTAuMTIzOCwxNi41MjE0IEMxMC4zMjU4LDE2Ljc5NDQgMTAuMjU1 OCwxNy4xMDk0IDkuOTM2OCwxNy4zNDY0IEM5LjYxNDgsMTcuNTgyNCA5LjI5NDgsMTcuNTYwNCA5 LjA5MTgsMTcuMjg5NCBDOC4zMjE4LDE2LjIyMTQgNy44NzM4LDE0LjkzNTQgNy44ODQ4LDEzLjUx OTQgQzcuODczOCwxMi4xMDQ0IDguMzIxOCwxMC44MTg0IDkuMDkyOCw5Ljc1MjQgTTE0LjEyMjgs MjEuMjg1NCBDMTMuODY4OCwyMS4yODU0IDEzLjY3NzgsMjEuNDU5NCAxMy42Nzc4LDIxLjgxNTQg QzEzLjY3NzgsMjIuMTM4NCAxMy44NDk4LDIyLjMzOTQgMTQuMTIyOCwyMi4zMzk0IEMxNC4xODY4 LDIyLjM0MTQgMTQuMjQ3OCwyMi4zNDE0IDE0LjMxMDgsMjIuMzQxNCBDMTkuMTg1OCwyMi4zNDE0 IDIzLjE1MDgsMTguMzc1NCAyMy4xNTA4LDEzLjUwMDQgQzIzLjE1MDgsOC42MjU0IDE5LjE4NTgs NC42NjA0IDE0LjMxMDgsNC42NjA0IEMxNC4yNDU4LDQuNjU4NCAxNC4xODU4LDQuNjYwNCAxNC4x MjI4LDQuNjYyNCBDMTMuODQ3OCw0LjY2MjQgMTMuNjc3OCw0Ljg2NTQgMTMuNjc3OCw1LjE5MTQg QzEzLjY3NzgsNS41MTU0IDEzLjg0OTgsNS43MTY0IDE0LjEyMjgsNS43MTY0IEMxNC4xODU4LDUu NzE0NCAxNC4yNDc4LDUuNzEzNCAxNC4zMTA4LDUuNzEzNCBDMTguNjAzOCw1LjcxMzQgMjIuMDk3 OCw5LjIwNzQgMjIuMDk3OCwxMy41MDA0IEMyMi4wOTc4LDE3Ljc5NDQgMTguNjAzOCwyMS4yODc0 IDE0LjMxMDgsMjEuMjg3NCBDMTQuMjQ3OCwyMS4yODc0IDE0LjE4NTgsMjEuMjg3NCAxNC4xMjI4 LDIxLjI4NTQgTTkuNzAxOCw2LjAyOTQgQzkuNjE4OCw2LjAyOTQgOS41Mzc4LDYuMDU0NCA5LjQ1 ODgsNi4xMDc0IEM2Ljk1OTgsNy43NDg0IDUuNDY3OCwxMC41MTM0IDUuNDY3OCwxMy41MDA0IEM1 LjQ2NzgsMTYuNDg4NCA2Ljk1OTgsMTkuMjUyNCA5LjQ1OTgsMjAuODk0NCBDOS41Mzc4LDIwLjk0 NTQgOS42MTg4LDIwLjk3MjQgOS43MDE4LDIwLjk3MjQgQzkuODU3OCwyMC45NzI0IDEwLjAwNjgs MjAuODc1NCAxMC4xMjM4LDIwLjY5OTQgQzEwLjI5ODgsMjAuNDMzNCAxMC4yNzE4LDIwLjE3NzQg MTAuMDU2OCwyMC4wMjM0IEwxMC4wNDA4LDIwLjAxNTQgQzcuODM3OCwxOC41Njg0IDYuNTIxOCwx Ni4xMzI0IDYuNTIxOCwxMy41MDA0IEM2LjUyMTgsMTAuODY5NCA3LjgzNzgsOC40MzU0IDEwLjA0 MDgsNi45ODg0IEMxMC4xNTQ4LDYuOTEyNCAxMC4yMjA4LDYuODEwNCAxMC4yMzY4LDYuNjkxNCBD MTAuMjUxOCw2LjU3MjQgMTAuMjA5OCw2LjQzNTQgMTAuMTIzOCw2LjMwMjQgQzEwLjAwNjgsNi4x Mjc0IDkuODU3OCw2LjAyOTQgOS43MDE4LDYuMDI5NCBNOS44MzQ4LDMuMjc5NCBDOS43ODY4LDMu Mjc5NCA5LjczNjgsMy4yOTE0IDkuNjgxOCwzLjMxNTQgQzcuNzU1OCw0LjE5MzQgNi4xMTg4LDUu NTkzNCA0Ljk1NDgsNy4zNzE0IEMzLjc1OTgsOS4xOTE0IDMuMTI2OCwxMS4zMTA0IDMuMTI2OCwx My41MDA0IEMzLjEyNjgsMTkuNjY4NCA4LjE0NjgsMjQuNjg1NCAxNC4zMTE4LDI0LjY4NTQgQzIw LjQ4MDgsMjQuNjg1NCAyNS40OTc4LDE5LjY2ODQgMjUuNDk3OCwxMy41MDA0IEMyNS40OTc4LDcu MzM0NCAyMC40ODA4LDIuMzE2NCAxNC4zMTE4LDIuMzE2NCBDMTQuMjE3OCwyLjMxNjQgMTQuMTI2 OCwyLjMxNjQgMTQuMDM0OCwyLjMxODQgQzEzLjgxNDgsMi4zMTg0IDEzLjY3NzgsMi40ODA0IDEz LjY3NzgsMi43NDA0IEMxMy42Nzc4LDMuMDAyNCAxMy44MTQ4LDMuMTYyNCAxNC4wMzI4LDMuMTYy NCBDMTQuMTEzOCwzLjE2MDQgMTQuMTk4OCwzLjE1ODQgMTQuMzExOCwzLjE1ODQgQzIwLjAxNDgs My4xNTg0IDI0LjY1NDgsNy43OTk0IDI0LjY1NDgsMTMuNTAwNCBDMjQuNjU0OCwxOS4yMDY0IDIw LjAxNDgsMjMuODQxNCAxNC4zMTE4LDIzLjg0MTQgQzguNjA4OCwyMy44NDE0IDMuOTcwOCwxOS4y MDY0IDMuOTcwOCwxMy41MDA0IEMzLjk3MDgsOS40NTU0IDYuMzUwOCw1Ljc1NzQgMTAuMDM2OCw0 LjA4MjQgQzEwLjIzNjgsMy45OTA0IDEwLjI5MDgsMy43ODU0IDEwLjE4NTgsMy41NDk0IEMxMC4x MDM4LDMuMzc1NCA5Ljk4MjgsMy4yNzk0IDkuODM0OCwzLjI3OTQgTTE0LjMxMTgsMjYuMjgxNCBD Ny4yNTU4LDI2LjI4MTQgMS41MzI4LDIwLjU1ODQgMS41MzI4LDEzLjUwMDQgQzEuNTMyOCw2LjQ0 MzQgNy4yNTU4LDAuNzIxNCAxNC4zMTE4LDAuNzIxNCBDMjEuMzY4OCwwLjcyMTQgMjcuMDkxOCw2 LjQ0MzQgMjcuMDkxOCwxMy41MDA0IEMyNy4wOTE4LDIwLjU1ODQgMjEuMzY4OCwyNi4yODE0IDE0 LjMxMTgsMjYuMjgxNCBNMTQuMzExOCwwLjAwMDQgQzYuODU3OCwwLjAwMDQgMC44MTE4LDYuMDQ0 NCAwLjgxMTgsMTMuNTAwNCBDMC44MTE4LDIwLjk1NjQgNi44NTc4LDI3LjAwMDQgMTQuMzExOCwy Ny4wMDA0IEMyMS43Njc4LDI3LjAwMDQgMjcuODEwOCwyMC45NTY0IDI3LjgxMDgsMTMuNTAwNCBD MjcuODEwOCw2LjA0NDQgMjEuNzY3OCwwLjAwMDQgMTQuMzExOCwwLjAwMDQiLz4KICAgICAgPHBh dGggZD0iTTE0LjMzNCwxOS45MzU1IEMxMy45MjEsMTkuOTM1NSAxMy42NzgsMTkuNjMwNSAxMy42 NzgsMTkuMTYwNSBDMTMuNjc4LDE4LjY5MDUgMTMuOTIxLDE4LjM4ODUgMTQuMzM0LDE4LjM4ODUg QzE3LjAxNywxOC4zNzI1IDE5LjE4MiwxNi4xOTg1IDE5LjE4MiwxMy41MDI1IEMxOS4xODIsMTAu NzM0NSAxNi45MjYsOC42MTE1IDE0LjM1LDguNjExNSBDMTMuMzk3LDguNjExNSAxMi44ODIsOC43 OTY1IDEyLjQ3MSw4Ljk0MzUgQzEyLjI5NSw5LjAwNzUgMTIuMDUyLDkuMTAzNSAxMS44NjUsOS4x MDM1IEMxMS40NTUsOS4xMDM1IDExLjE4Nyw4Ljc2MDUgMTEuMTg3LDguMzgwNSBMMTEuMTg3LDIu NjI4NSBDMTEuMTg3LDIuMjIyNSAxMS40ODMsMS45NzE1IDExLjk1OSwxLjk3MTUgQzEyLjQzNiwx Ljk3MTUgMTIuNzI5LDIuMjIyNSAxMi43MjksMi42Mjg1IEwxMi43MjksNy4yODU1IEMxMy4yNTYs Ny4xNTI1IDEzLjc4Nyw3LjA4NTUgMTQuMzE2LDcuMDg1NSBDMTcuODYzLDcuMDg1NSAyMC43Mzgs OS45Njg1IDIwLjczOCwxMy41MTE1IEMyMC43MzgsMTcuMDI0NSAxNy45MDYsMTkuOTIzNSAxNC4z MzQsMTkuOTM1NSBNMTQuMzM0LDE3LjExNzUgQzEzLjkyMSwxNy4xMTc1IDEzLjY3OCwxNi44MTI1 IDEzLjY3OCwxNi4zNDE1IEMxMy42NzgsMTUuODczNSAxMy45MjEsMTUuNTY4NSAxNC4zMzQsMTUu NTY4NSBDMTUuNDk4LDE1LjQ4MTUgMTYuMzgyLDE0LjU4NDUgMTYuMzgyLDEzLjQ5ODUgQzE2LjM4 MiwxMi4zNTU1IDE1LjM5NywxMS40MjU1IDE0LjE4NiwxMS40MjU1IEMxMy41ODQsMTEuNDI1NSAx My4wOTIsMTEuNTc4NSAxMi43MjksMTEuODgwNSBMMTIuNzI5LDIxLjUwNTUgQzEyLjcyOSwyMS45 NzE1IDEyLjQxMSwyMi4xOTU1IDExLjk1OSwyMi4xOTU1IEMxMS40OTMsMjIuMTk1NSAxMS4xODcs MjEuOTY4NSAxMS4xODcsMjEuNTA1NSBMMTEuMTg3LDEyLjAxNTUgQzExLjE4NywxMS45OTI1IDEx LjE3OSwxMS40MTk1IDExLjE5MywxMS4zMTQ1IEMxMS4yMjMsMTEuMDcwNSAxMS40NDEsMTAuODEy NSAxMS44MjIsMTAuNTc0NSBDMTIuNDg1LDEwLjE1NjUgMTMuNTI5LDkuODg1NSAxNC4zMTYsOS44 ODU1IEMxNi4yNzksOS44Njk1IDE3LjkzNiwxMS40NzU1IDE3LjkzNiwxMy41MDI1IEMxNy45MzYs MTUuNDUyNSAxNi4zNjUsMTcuMTA5NSAxNC4zMzQsMTcuMTE3NSIvPgogICAgPC9nPgogICAgPHBh dGggZD0iTTEuNDU2MSwyMy4wOTk2IEwxLjQ1NjEsMTguNDA0NiBDMS45MzAxLDE4LjUzMzYgMi40 MzgxLDE4LjYwNzYgMi45NjYxLDE4LjYwNzYgQzYuMjc4MSwxOC42MDc2IDguMzM2MSwxNi43MzA2 IDguMzM2MSwxMy40MzM2IEM4LjMzNjEsMTAuNjEzNiA2LjU3MTEsOC44ODI2IDMuODA0MSw4Ljg4 MjYgQzIuNDkyMSw4Ljg4MjYgMS4xMzAxLDkuMjgzNiAwLjAwMDEsMTAuMjMwNiBMMC4wMDAxLDIz LjA5OTYgTDEuNDU2MSwyMy4wOTk2IFogTTEuNDU2MSwxMC43NDI2IEMyLjA3NTEsMTAuMzM5NiAy Ljc4NDEsMTAuMTU4NiAzLjY1ODEsMTAuMTU4NiBDNS42NjAxLDEwLjE1ODYgNi44MDYxLDExLjQ4 NjYgNi44MDYxLDEzLjQ1MzYgQzYuODA2MSwxNS45NDc2IDUuNDQyMSwxNy4zMjg2IDMuMDM5MSwx Ny4zMjg2IEMyLjM4NDEsMTcuMzI4NiAxLjkzMDEsMTcuMjU3NiAxLjQ1NjEsMTcuMDc2NiBMMS40 NTYxLDEwLjc0MjYgWiBNMTAuMTA2MSwxOC4zODY2IEwxMS41NjIxLDE4LjM4NjYgTDExLjU2MjEs OS4xMDM2IEwxMC4xMDYxLDkuMTAzNiBMMTAuMTA2MSwxOC4zODY2IFogTTEwLjg1NDEsNy4zNTU2 IEMxMS4zODAxLDcuMzU1NiAxMS44MDAxLDYuOTM3NiAxMS44MDAxLDYuNDA4NiBDMTEuODAwMSw1 Ljg4MDYgMTEuMzgwMSw1LjQ0MjYgMTAuODU0MSw1LjQ0MjYgQzEwLjMwNjEsNS40NDI2IDkuODg4 MSw1Ljg4MDYgOS44ODgxLDYuNDA4NiBDOS44ODgxLDYuOTM3NiAxMC4zMDYxLDcuMzU1NiAxMC44 NTQxLDcuMzU1NiBMMTAuODU0MSw3LjM1NTYgWiBNMTguOTI5MSwxNy4xMTE2IEMxOC40MzUxLDE3 LjI1NzYgMTcuOTI3MSwxNy4zNDc2IDE3LjI4OTEsMTcuMzQ3NiBDMTYuNjMzMSwxNy4zNDc2IDE2 LjE0MTEsMTcuMTYzNiAxNi4xNDExLDE1Ljk2MjYgTDE2LjE0MTEsMTAuMzIyNiBMMTguNTgyMSwx MC4zMjI2IEwxOC41ODIxLDkuMTAzNiBMMTYuMTQxMSw5LjEwMzYgTDE2LjE0MTEsNi44MDk2IEwx NC43MDQxLDYuODA5NiBMMTQuNzA0MSw5LjEwMzYgTDEzLjE1NzEsOS4xMDM2IEwxMy4xNTcxLDEw LjMyMjYgTDE0LjcwNDEsMTAuMzIyNiBMMTQuNzA0MSwxNi4yNDA2IEMxNC43MDQxLDE3LjkxMjYg MTUuNTc3MSwxOC42MDc2IDE2Ljk0MzEsMTguNjA3NiBDMTcuNzA4MSwxOC42MDc2IDE4LjM2MTEs MTguNDk3NiAxOC45MjkxLDE4LjI3OTYgTDE4LjkyOTEsMTcuMTExNiBaIE0yOC4xMDExLDE4LjM4 NjYgTDI4LjEwMTEsMTIuMzA3NiBDMjguMTAxMSw5LjY4NDYgMjYuNTE4MSw4Ljg4MjYgMjQuNDk2 MSw4Ljg4MjYgQzIzLjEzMjEsOC44ODI2IDIxLjUxMjEsOS4yMzE2IDIwLjMyOTEsOS42Njc2IEwy MC4zMjkxLDE4LjM4NjYgTDIxLjc4NTEsMTguMzg2NiBMMjEuNzg1MSwxMC42MTM2IEMyMi4zODcx LDEwLjM3NzYgMjMuMzMyMSwxMC4xOTU2IDI0LjE1MDEsMTAuMTk1NiBDMjUuODQzMSwxMC4xOTU2 IDI2LjY0NDEsMTAuNzc3NiAyNi42NDQxLDEyLjgxNDYgTDI2LjY0NDEsMTguMzg2NiBMMjguMTAx MSwxOC4zODY2IFogTTM3LjY1NjEsMTYuNzEwNiBDMzYuOTI5MSwxNy4wNzY2IDM1Ljc2NTEsMTcu MzI4NiAzNC42MzUxLDE3LjMyODYgQzMyLjM3NzEsMTcuMzI4NiAzMS4yMzAxLDE2LjI1NzYgMzEu MTQwMSwxNC4wODk2IEwzNy44NDAxLDE0LjA4OTYgQzM3Ljg1NTEsMTMuODM1NiAzNy44OTExLDEz LjMyNTYgMzcuODkxMSwxMy4xMjQ2IEMzNy44OTExLDEwLjUwMzYgMzYuNTY0MSw4Ljg4MjYgMzMu OTk5MSw4Ljg4MjYgQzMxLjEyMTEsOC44ODI2IDI5LjY2NjEsMTAuOTk1NiAyOS42NjYxLDEzLjc2 MTYgQzI5LjY2NjEsMTYuODc2NiAzMS4zMDExLDE4LjYwNzYgMzQuNDUzMSwxOC42MDc2IEMzNS43 MTAxLDE4LjYwNzYgMzYuOTEwMSwxOC4zODY2IDM3LjY1NjEsMTcuOTUxNiBMMzcuNjU2MSwxNi43 MTA2IFogTTMxLjE5NDEsMTIuODY5NiBDMzEuMzU4MSwxMS4xNzc2IDMyLjI2OTEsMTAuMTIyNiAz My44OTAxLDEwLjEyMjYgQzM1LjU0NjEsMTAuMTIyNiAzNi4zODMxLDExLjAzMzYgMzYuNDM3MSwx Mi44Njk2IEwzMS4xOTQxLDEyLjg2OTYgWiBNNDIuMDgyMSwyMy4wOTk2IEw0My44NDgxLDE4LjM4 NjYgTDQ3LjU0MTEsOS4xMDM2IEw0NS45NDExLDkuMTAzNiBMNDMuMTIxMSwxNi42OTM2IEw0MC4z NTIxLDkuMTAzNiBMMzguNjk3MSw5LjEwMzYgTDQyLjM5MzEsMTguMzg2NiBMNDAuNjA4MSwyMy4w OTk2IEw0Mi4wODIxLDIzLjA5OTYgWiBNNTEuMTU4MSwxOC4xMTE2IEM1Mi4wNDkxLDE4LjQwNDYg NTMuMDE2MSwxOC42MDc2IDU0LjA4ODEsMTguNjA3NiBDNTcuNDU3MSwxOC42MDc2IDU5LjQ5NDEs MTYuNzMwNiA1OS40OTQxLDEzLjQzMzYgQzU5LjQ5NDEsMTAuNTkzNiA1Ny43NDkxLDguODgyNiA1 NC45NjExLDguODgyNiBDNTQuMTQ0MSw4Ljg4MjYgNTMuMzc3MSw5LjAyODYgNTIuNjE2MSw5LjM1 NjYgTDUyLjYxNjEsNC43MTY2IEw1MS4xNTgxLDQuNzE2NiBMNTEuMTU4MSwxOC4xMTE2IFogTTUy LjYxNjEsMTAuNjUwNiBDNTMuMjY5MSwxMC4zMDQ2IDUzLjk0NDEsMTAuMTU4NiA1NC44MTYxLDEw LjE1ODYgQzU2LjgxOTEsMTAuMTU4NiA1Ny45NjgxLDExLjQ4NjYgNTcuOTY4MSwxMy40NTM2IEM1 Ny45NjgxLDE1Ljk0NzYgNTYuNjAxMSwxNy4zMjg2IDU0LjIxNTEsMTcuMzI4NiBDNTMuNTYxMSwx Ny4zMjg2IDUzLjEwODEsMTcuMjU3NiA1Mi42MTYxLDE3LjA3NjYgTDUyLjYxNjEsMTAuNjUwNiBa IE02NS4yOTkxLDE4LjYwNzYgQzY4LjI0OTEsMTguNjA3NiA2OS43MjMxLDE2LjQ1NDYgNjkuNzIz MSwxMy43NDQ2IEM2OS43MjMxLDExLjAxMzYgNjguNDQ5MSw4Ljg4MjYgNjUuMjk5MSw4Ljg4MjYg QzYyLjM1MjEsOC44ODI2IDYwLjg3NTEsMTEuMDMzNiA2MC44NzUxLDEzLjc0NDYgQzYwLjg3NTEs MTYuNDc0NiA2Mi4xNTIxLDE4LjYwNzYgNjUuMjk5MSwxOC42MDc2IEw2NS4yOTkxLDE4LjYwNzYg WiBNNjUuMjk5MSwxNy4zMjg2IEM2My40NDQxLDE3LjMyODYgNjIuNDA1MSwxNS45MTA2IDYyLjQw NTEsMTMuNzYxNiBDNjIuNDA1MSwxMS41Nzg2IDYzLjQ0NDEsMTAuMTU4NiA2NS4yOTkxLDEwLjE1 ODYgQzY3LjE1NjEsMTAuMTU4NiA2OC4xOTQxLDExLjU3ODYgNjguMTk0MSwxMy43MjY2IEM2OC4x OTQxLDE1LjkxMDYgNjcuMTM3MSwxNy4zMjg2IDY1LjI5OTEsMTcuMzI4NiBMNjUuMjk5MSwxNy4z Mjg2IFogTTgwLjM4NTEsMTguMzg2NiBMODMuMDY2MSw5LjEwMzYgTDgxLjYyNzEsOS4xMDM2IEw3 OS42OTcxLDE2LjQwMjYgTDc3LjU0OTEsOS4xMDM2IEw3NS45NDcxLDkuMTAzNiBMNzMuODE5MSwx Ni40OTA2IEw3MS45MDYxLDkuMTAzNiBMNzAuMzQwMSw5LjEwMzYgTDczLjAxNjEsMTguMzg2NiBM NzQuNTI3MSwxOC4zODY2IEw3Ni43NDkxLDExLjAxMzYgTDc4Ljg3OTEsMTguMzg2NiBMODAuMzg1 MSwxOC4zODY2IFogTTkxLjc1MDEsMTYuNzEwNiBDOTEuMDE4MSwxNy4wNzY2IDg5Ljg1NTEsMTcu MzI4NiA4OC43MjgxLDE3LjMyODYgQzg2LjQ2OTEsMTcuMzI4NiA4NS4zMjQxLDE2LjI1NzYgODUu MjMwMSwxNC4wODk2IEw5MS45MzIxLDE0LjA4OTYgQzkxLjk0OTEsMTMuODM1NiA5MS45ODYxLDEz LjMyNTYgOTEuOTg2MSwxMy4xMjQ2IEM5MS45ODYxLDEwLjUwMzYgOTAuNjU2MSw4Ljg4MjYgODgu MDkzMSw4Ljg4MjYgQzg1LjIxMzEsOC44ODI2IDgzLjc2MDEsMTAuOTk1NiA4My43NjAxLDEzLjc2 MTYgQzgzLjc2MDEsMTYuODc2NiA4NS4zOTcxLDE4LjYwNzYgODguNTQ5MSwxOC42MDc2IEM4OS44 MDExLDE4LjYwNzYgOTEuMDAyMSwxOC4zODY2IDkxLjc1MDEsMTcuOTUxNiBMOTEuNzUwMSwxNi43 MTA2IFogTTg1LjI4OTEsMTIuODY5NiBDODUuNDUyMSwxMS4xNzc2IDg2LjM1OTEsMTAuMTIyNiA4 Ny45ODMxLDEwLjEyMjYgQzg5LjY0MDEsMTAuMTIyNiA5MC40NzYxLDExLjAzMzYgOTAuNTMwMSwx Mi44Njk2IEw4NS4yODkxLDEyLjg2OTYgWiBNOTMuNDgwMSwxNy45Mjk2IEM5NC4wNjkxLDE4LjM0 NzYgOTUuMDY0MSwxOC42MDc2IDk2LjEwNTEsMTguNjA3NiBDOTguMjY5MSwxOC42MDc2IDk5LjU2 MjEsMTcuNDk0NiA5OS41NjIxLDE1LjY5MzYgQzk5LjU2MjEsMTQuMjcwNiA5OC44MTQxLDEzLjU0 NDYgOTYuNzkzMSwxMi44Njk2IEM5NS40NDcxLDEyLjQzMzYgOTQuODgzMSwxMi4wMTM2IDk0Ljg4 MzEsMTEuMzU5NiBDOTQuODgzMSwxMC41MjM2IDk1LjU5NjEsMTAuMTAzNiA5Ni42MzIxLDEwLjEw MzYgQzk3LjU2MjEsMTAuMTAzNiA5OC40NTMxLDEwLjMzOTYgOTkuMjU0MSwxMC44MzE2IEw5OS4y NTQxLDkuNTc1NiBDOTguNzI2MSw5LjE3NDYgOTcuNjEzMSw4Ljg4MjYgOTYuNjY2MSw4Ljg4MjYg Qzk0LjY2NjEsOC44ODI2IDkzLjQ0NDEsOS44MDk2IDkzLjQ0NDEsMTEuMzk1NiBDOTMuNDQ0MSwx Mi42MTQ2IDk0LjE1NjEsMTMuNDcxNiA5NS44NjkxLDE0LjAzNTYgQzk3LjUwNzEsMTQuNTYyNiA5 OC4xMjUxLDE0LjkxMTYgOTguMTI1MSwxNS44MDA2IEM5OC4xMjUxLDE2Ljc2NTYgOTcuMzU5MSwx Ny4zNjc2IDk2LjEwNTEsMTcuMzY3NiBDOTUuMTAyMSwxNy4zNjc2IDk0LjA0NzEsMTcuMDc2NiA5 My40ODAxLDE2LjY1NjYgTDkzLjQ4MDEsMTcuOTI5NiBaIi8+CiAgPC9nPgo8L3N2Zz4K");
    width: 132px;
    height: 27px;
    margin-bottom: 10px;
  }
  
  .empty-state
  {
    text-align: center;
    margin: 30px auto;
  }
  
  .empty-state .empty-state-head
  {
    font-family: PrecisionSans_W_Bd,Helvetica Neue,Arial,sans-serif;
    font-size: 16px;
    color: #717171;
    line-height: 26px;
  }
  
  .empty-state .empty-state-caption
  {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #717171;
    line-height: 18px;
  }
  
  .empty-state .empty-state-icon
  {
    width: 64px;
    height: 64px;
    margin: 10px auto;
  }
  
  .empty-state.empty-state-list .empty-state-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8Y2lyY2xlIGN4PSIzMiIgY3k9IjMyIiByPSIzMiIgZmlsbD0iI0VBRUFFQSIvPg0KICAgIDxwYXRoIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNMjguNTcxNDI4NiAxOUw0OCAxOU0yOC41NzE0Mjg2IDMyTDQ4IDMyTTI4LjU3MTQyODYgNDRMNDggNDRNMTkuNDI4NTcxNCAxNkMyMS4zMjIyODU3IDE2IDIyLjg1NzE0MjkgMTcuNTM0ODU3MSAyMi44NTcxNDI5IDE5LjQyODU3MTQgMjIuODU3MTQyOSAyMS4zMjIyODU3IDIxLjMyMjI4NTcgMjIuODU3MTQyOSAxOS40Mjg1NzE0IDIyLjg1NzE0MjkgMTcuNTM0ODU3MSAyMi44NTcxNDI5IDE2IDIxLjMyMjI4NTcgMTYgMTkuNDI4NTcxNCAxNiAxNy41MzQ4NTcxIDE3LjUzNDg1NzEgMTYgMTkuNDI4NTcxNCAxNkwxOS40Mjg1NzE0IDE2ek0xOS40Mjg1NzE0IDI4LjU3MTQyODZDMjEuMzIyMjg1NyAyOC41NzE0Mjg2IDIyLjg1NzE0MjkgMzAuMTA2Mjg1NyAyMi44NTcxNDI5IDMyIDIyLjg1NzE0MjkgMzMuODkzNzE0MyAyMS4zMjIyODU3IDM1LjQyODU3MTQgMTkuNDI4NTcxNCAzNS40Mjg1NzE0IDE3LjUzNDg1NzEgMzUuNDI4NTcxNCAxNiAzMy44OTM3MTQzIDE2IDMyIDE2IDMwLjEwNjI4NTcgMTcuNTM0ODU3MSAyOC41NzE0Mjg2IDE5LjQyODU3MTQgMjguNTcxNDI4NkwxOS40Mjg1NzE0IDI4LjU3MTQyODZ6TTE5LjQyODU3MTQgNDEuMTQyODU3MUMyMS4zMjIyODU3IDQxLjE0Mjg1NzEgMjIuODU3MTQyOSA0Mi42Nzc3MTQzIDIyLjg1NzE0MjkgNDQuNTcxNDI4NiAyMi44NTcxNDI5IDQ2LjQ2NTE0MjkgMjEuMzIyMjg1NyA0OCAxOS40Mjg1NzE0IDQ4IDE3LjUzNDg1NzEgNDggMTYgNDYuNDY1MTQyOSAxNiA0NC41NzE0Mjg2IDE2IDQyLjY3NzcxNDMgMTcuNTM0ODU3MSA0MS4xNDI4NTcxIDE5LjQyODU3MTQgNDEuMTQyODU3MUwxOS40Mjg1NzE0IDQxLjE0Mjg1NzF6IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    background-position: 50%;
  }
  
  .empty-state.empty-state-search .empty-state-icon
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8Y2lyY2xlIGN4PSIzMiIgY3k9IjMyIiByPSIzMiIgZmlsbD0iI0VBRUFFQSIvPg0KICAgIDxwYXRoIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIiBkPSJNNDkgNDhMMzkuNjIwNjg5NyAzOC42MjA2ODk3TTMwLjI0MTM3OTMgMTZDMzcuNTU0NDgyOCAxNiA0My40ODI3NTg2IDIxLjkyODI3NTkgNDMuNDgyNzU4NiAyOS4yNDEzNzkzIDQzLjQ4Mjc1ODYgMzYuNTU0NDgyOCAzNy41NTQ0ODI4IDQyLjQ4Mjc1ODYgMzAuMjQxMzc5MyA0Mi40ODI3NTg2IDIyLjkyODI3NTkgNDIuNDgyNzU4NiAxNyAzNi41NTQ0ODI4IDE3IDI5LjI0MTM3OTMgMTcgMjEuOTI4Mjc1OSAyMi45MjgyNzU5IDE2IDMwLjI0MTM3OTMgMTZMMzAuMjQxMzc5MyAxNnoiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
    background-position: 50%;
  }
  
  .alert
  {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-position: 15px;
    padding: 15px 15px 15px 50px;
  }
  
  .alert,.alert .close
  {
    background-repeat: no-repeat;
  }
  
  .alert .close
  {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMmUyZTJlIiBkPSJNOCAwbC0zIDMtMy0zLTIgMiAzIDMtMyAzIDIgMiAzLTMgMyAzIDItMi0zLTMgMy0zeiIvPjwvc3ZnPg==");
    background-position: 50%;
  }
  
  .alert .close span:not(.sr-only)
  {
    display: none;
  }
  
  .alert-global
  {
    position: fixed;
    left: 0;
    right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    margin: 0;
    z-index: 15;
    background-image: none;
    padding-left: 30px;
    text-align: left;
  }
  
  .alert-global .close
  {
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNOCAwbC0zIDMtMy0zLTIgMiAzIDMtMyAzIDIgMiAzLTMgMyAzIDItMi0zLTMgMy0zeiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-position: 50%;
  }
  
  .alert-global .close span:not(.sr-only)
  {
    display: none;
  }
  
  .alert-global span
  {
    display: inline-block;
    margin-right: 10px;
  }
  
  .alert-global .alert-link
  {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
  }
  
  .alert-global.alert-success
  {
    background-color: #00b140;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-global.alert-warning
  {
    background-color: #ee6700;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-global.alert-info
  {
    background-color: #0072b8;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-global.alert-danger
  {
    background-color: #d30c0c;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-dismissable,.alert-dismissible
  {
    padding-right: 15px;
  }
  
  .alert-danger
  {
    color: #2e2e2e;
    background-color: #fdf2f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8ZyBmaWxsPSJu b25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEg MSkiPgogICAgPHBhdGggc3Ryb2tlPSIjREUwRjBFIiBzdHJva2Utd2lkdGg9IjIi IGQ9Ik0xMiwyNCBDMTguNjI3NDE3LDI0IDI0LDE4LjYyNzQxNyAyNCwxMiBDMjQs NS4zNzI1ODMgMTguNjI3NDE3LDAgMTIsMCBDNS4zNzI1ODMsMCAwLDUuMzcyNTgz IDAsMTIgQzAsMTguNjI3NDE3IDUuMzcyNTgzLDI0IDEyLDI0IFoiLz4KICAgIDxw YXRoIGZpbGw9IiNERTBGMEUiIGQ9Ik0xMi42IDUuOEwxMS40IDUuOEMxMS4wNjg4 IDUuOCAxMC44IDYuMDg4IDEwLjggNi40NDI4NTcxNEwxMC44IDE0LjE1NzE0MjlD MTAuOCAxNC41MTIgMTEuMDY4OCAxNC44IDExLjQgMTQuOEwxMi42IDE0LjhDMTIu OTMxMiAxNC44IDEzLjIgMTQuNTEyIDEzLjIgMTQuMTU3MTQyOUwxMy4yIDYuNDQy ODU3MTRDMTMuMiA2LjA4OCAxMi45MzEyIDUuOCAxMi42IDUuOEwxMi42IDUuOHpN MTIuNiAxNi44TDExLjQgMTYuOEMxMS4wNjg4IDE2LjggMTAuOCAxNy4xMzYgMTAu OCAxNy41NUwxMC44IDE5LjA1QzEwLjggMTkuNDY0IDExLjA2ODggMTkuOCAxMS40 IDE5LjhMMTIuNiAxOS44QzEyLjkzMTIgMTkuOCAxMy4yIDE5LjQ2NCAxMy4yIDE5 LjA1TDEzLjIgMTcuNTVDMTMuMiAxNy4xMzYgMTIuOTMxMiAxNi44IDEyLjYgMTYu OEwxMi42IDE2Ljh6Ii8+CiAgPC9nPgo8L3N2Zz4K");
    border-color: #d30c0c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-danger i
  {
    color: #d30c0c;
  }
  
  .alert-warning
  {
    color: #2e2e2e;
    background-color: #fcf6f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy OCIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI4IDI3IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8cG9s eWdvbiBpZD0iYSIgcG9pbnRzPSIxMiAwIDI0IDIzIDAgMjMiLz4KICAgIDxtYXNr IGlkPSJiIiB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHg9Ii0yIiB5PSItMiI+CiAg ICAgIDxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyNyIgeD0iLTIiIHk9Ii0yIiBm aWxsPSJ3aGl0ZSIvPgogICAgICA8dXNlIGZpbGw9ImJsYWNrIiB4bGluazpocmVm PSIjYSIvPgogICAgPC9tYXNrPgogIDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBm aWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgog ICAgPHVzZSBzdHJva2U9IiNFRTZCMEIiIHN0cm9rZS13aWR0aD0iNCIgbWFzaz0i dXJsKCNiKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49 InJvdW5kIiB4bGluazpocmVmPSIjYSIvPgogICAgPHBhdGggZmlsbD0iI0VFNkIw QiIgZD0iTTEyLjU0NTQ1NDUgNi41NzE0Mjg1N0wxMS40NTQ1NDU1IDYuNTcxNDI4 NTdDMTEuMTUzNDU0NSA2LjU3MTQyODU3IDEwLjkwOTA5MDkgNi44NTk0Mjg1NyAx MC45MDkwOTA5IDcuMjE0Mjg1NzFMMTAuOTA5MDkwOSAxNC45Mjg1NzE0QzEwLjkw OTA5MDkgMTUuMjgzNDI4NiAxMS4xNTM0NTQ1IDE1LjU3MTQyODYgMTEuNDU0NTQ1 NSAxNS41NzE0Mjg2TDEyLjU0NTQ1NDUgMTUuNTcxNDI4NkMxMi44NDY1NDU1IDE1 LjU3MTQyODYgMTMuMDkwOTA5MSAxNS4yODM0Mjg2IDEzLjA5MDkwOTEgMTQuOTI4 NTcxNEwxMy4wOTA5MDkxIDcuMjE0Mjg1NzFDMTMuMDkwOTA5MSA2Ljg1OTQyODU3 IDEyLjg0NjU0NTUgNi41NzE0Mjg1NyAxMi41NDU0NTQ1IDYuNTcxNDI4NTdMMTIu NTQ1NDU0NSA2LjU3MTQyODU3ek0xMi41NDU0NTQ1IDE3LjUyMzgwOTVMMTEuNDU0 NTQ1NSAxNy41MjM4MDk1QzExLjE1MzQ1NDUgMTcuNTIzODA5NSAxMC45MDkwOTA5 IDE3LjgzMDQ3NjIgMTAuOTA5MDkwOSAxOC4yMDgzMzMzTDEwLjkwOTA5MDkgMTku NTc3MzgxQzEwLjkwOTA5MDkgMTkuOTU1MjM4MSAxMS4xNTM0NTQ1IDIwLjI2MTkw NDggMTEuNDU0NTQ1NSAyMC4yNjE5MDQ4TDEyLjU0NTQ1NDUgMjAuMjYxOTA0OEMx Mi44NDY1NDU1IDIwLjI2MTkwNDggMTMuMDkwOTA5MSAxOS45NTUyMzgxIDEzLjA5 MDkwOTEgMTkuNTc3MzgxTDEzLjA5MDkwOTEgMTguMjA4MzMzM0MxMy4wOTA5MDkx IDE3LjgzMDQ3NjIgMTIuODQ2NTQ1NSAxNy41MjM4MDk1IDEyLjU0NTQ1NDUgMTcu NTIzODA5NUwxMi41NDU0NTQ1IDE3LjUyMzgwOTV6Ii8+CiAgPC9nPgo8L3N2Zz4K");
    border-color: #ee6700;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-warning i
  {
    color: #ee6700;
  }
  
  .alert-success
  {
    color: #2e2e2e;
    background-color: #f2f9f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8Y2ly Y2xlIGlkPSJhIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiLz4KICAgIDxtYXNrIGlk PSJiIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHg9IjAiIHk9IjAiIGZpbGw9Indo aXRlIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgPC9tYXNrPgog IDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgog ICAgPHBhdGggZmlsbD0iIzAwQjE0MCIgZD0iTTUuODA5MTUzODUsMTEuMzQ3NjE1 NCBDNi4xNzAwNzY5MiwxMC45ODY2OTIzIDYuNzUzNDYxNTQsMTAuOTg2NjkyMyA3 LjExNDM4NDYyLDExLjM0NzYxNTQgTDEwLjE1NDA3NjksMTQuMzg3MzA3NyBMMTYu ODg2MDc2OSw3LjY1NTMwNzY5IEMxNy4yNDcsNy4yOTQzODQ2MiAxNy44MzAzODQ2 LDcuMjk0Mzg0NjIgMTguMTkxMzA3Nyw3LjY1NTMwNzY5IEMxOC41NTIyMzA4LDgu MDE2MjMwNzcgMTguNTUyMjMwOCw4LjU5OTYxNTM4IDE4LjE5MTMwNzcsOC45NjA1 Mzg0NiBMMTAuODA2NjkyMywxNi4zNDUxNTM4IEMxMC42MjY2OTIzLDE2LjUyNTE1 MzggMTAuMzkwMzg0NiwxNi42MTU2MTU0IDEwLjE1NDA3NjksMTYuNjE1NjE1NCBD OS45MTc3NjkyMywxNi42MTU2MTU0IDkuNjgxNDYxNTQsMTYuNTI1MTUzOCA5LjUw MTQ2MTU0LDE2LjM0NTE1MzggTDUuODA5MTUzODUsMTIuNjUyODQ2MiBDNS40NDgy MzA3NywxMi4yOTE5MjMxIDUuNDQ4MjMwNzcsMTEuNzA4NTM4NSA1LjgwOTE1Mzg1 LDExLjM0NzYxNTQgTDUuODA5MTUzODUsMTEuMzQ3NjE1NCBaIi8+CiAgICA8dXNl IHN0cm9rZT0iIzAwQjE0MCIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI2Ip IiB4bGluazpocmVmPSIjYSIvPgogIDwvZz4KPC9zdmc+Cg==");
    border-color: #00b140;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-success i
  {
    color: #00b140;
  }
  
  .alert-info
  {
    color: #2e2e2e;
    background-color: #f4f9fd;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggc3Ryb2tlPSIjMDA3MkI4IiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6IiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZmlsbD0iIzAwNzJCOCIgZD0iTTE0LjA4MyAxMC44MzNIOS43NVYxM2gyLjE2N3Y0LjMzM0g5Ljc1VjE5LjVoNi41di0yLjE2N2gtMi4xNjd2LTYuNXpNMTEuOTE3IDYuNWgyLjE2NnYzLjI1aC0yLjE2NlY2LjV6Ii8+PC9nPjwvc3ZnPg==");
    border-color: #0072b8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-info i
  {
    color: #0072b8;
  }
  
  .alert-danger-solid
  {
    color: #2e2e2e;
    background-color: #fdf2f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8cGF0aCBmaWxsPSIjREUwRjBFIiBkPSJNMTIsMjQgQzE4LjYyNzQxNywyNCAyNCwxOC42Mjc0MTcgMjQsMTIgQzI0LDUuMzcyNTgzIDE4LjYyNzQxNywwIDEyLDAgQzUuMzcyNTgzLDAgMCw1LjM3MjU4MyAwLDEyIEMwLDE4LjYyNzQxNyA1LjM3MjU4MywyNCAxMiwyNCBaIi8+DQogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyLjYgNS44TDExLjQgNS44QzExLjA2ODggNS44IDEwLjggNi4wODggMTAuOCA2LjQ0Mjg1NzE0TDEwLjggMTQuMTU3MTQyOUMxMC44IDE0LjUxMiAxMS4wNjg4IDE0LjggMTEuNCAxNC44TDEyLjYgMTQuOEMxMi45MzEyIDE0LjggMTMuMiAxNC41MTIgMTMuMiAxNC4xNTcxNDI5TDEzLjIgNi40NDI4NTcxNEMxMy4yIDYuMDg4IDEyLjkzMTIgNS44IDEyLjYgNS44TDEyLjYgNS44ek0xMi42IDE2LjhMMTEuNCAxNi44QzExLjA2ODggMTYuOCAxMC44IDE3LjEzNiAxMC44IDE3LjU1TDEwLjggMTkuMDVDMTAuOCAxOS40NjQgMTEuMDY4OCAxOS44IDExLjQgMTkuOEwxMi42IDE5LjhDMTIuOTMxMiAxOS44IDEzLjIgMTkuNDY0IDEzLjIgMTkuMDVMMTMuMiAxNy41NUMxMy4yIDE3LjEzNiAxMi45MzEyIDE2LjggMTIuNiAxNi44TDEyLjYgMTYuOHoiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    border-color: #d30c0c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-danger-solid i
  {
    color: #d30c0c;
  }
  
  .alert-warning-solid
  {
    color: #2e2e2e;
    background-color: #fcf6f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI2IDI1IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogIDxkZWZzPg0KICAgIDxwb2x5Z29uIGlkPSJhIiBwb2ludHM9IjEyIDAgMjQgMjMgMCAyMyIvPg0KICAgIDxtYXNrIGlkPSJiIiB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHg9Ii0xIiB5PSItMSI+DQogICAgICA8cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHg9Ii0xIiB5PSItMSIgZmlsbD0id2hpdGUiLz4NCiAgICAgIDx1c2UgZmlsbD0iYmxhY2siIHhsaW5rOmhyZWY9IiNhIi8+DQogICAgPC9tYXNrPg0KICA8L2RlZnM+DQogIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+DQogICAgPHVzZSBmaWxsPSIjRUU2QjBCIiB4bGluazpocmVmPSIjYSIvPg0KICAgIDx1c2Ugc3Ryb2tlPSIjRUU2QjBCIiBzdHJva2Utd2lkdGg9IjIiIG1hc2s9InVybCgjYikiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgeGxpbms6aHJlZj0iI2EiLz4NCiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIuNTQ1NDU0NSA2LjU3MTQyODU3TDExLjQ1NDU0NTUgNi41NzE0Mjg1N0MxMS4xNTM0NTQ1IDYuNTcxNDI4NTcgMTAuOTA5MDkwOSA2Ljg1OTQyODU3IDEwLjkwOTA5MDkgNy4yMTQyODU3MUwxMC45MDkwOTA5IDE0LjkyODU3MTRDMTAuOTA5MDkwOSAxNS4yODM0Mjg2IDExLjE1MzQ1NDUgMTUuNTcxNDI4NiAxMS40NTQ1NDU1IDE1LjU3MTQyODZMMTIuNTQ1NDU0NSAxNS41NzE0Mjg2QzEyLjg0NjU0NTUgMTUuNTcxNDI4NiAxMy4wOTA5MDkxIDE1LjI4MzQyODYgMTMuMDkwOTA5MSAxNC45Mjg1NzE0TDEzLjA5MDkwOTEgNy4yMTQyODU3MUMxMy4wOTA5MDkxIDYuODU5NDI4NTcgMTIuODQ2NTQ1NSA2LjU3MTQyODU3IDEyLjU0NTQ1NDUgNi41NzE0Mjg1N0wxMi41NDU0NTQ1IDYuNTcxNDI4NTd6TTEyLjU0NTQ1NDUgMTcuNTIzODA5NUwxMS40NTQ1NDU1IDE3LjUyMzgwOTVDMTEuMTUzNDU0NSAxNy41MjM4MDk1IDEwLjkwOTA5MDkgMTcuODMwNDc2MiAxMC45MDkwOTA5IDE4LjIwODMzMzNMMTAuOTA5MDkwOSAxOS41NzczODFDMTAuOTA5MDkwOSAxOS45NTUyMzgxIDExLjE1MzQ1NDUgMjAuMjYxOTA0OCAxMS40NTQ1NDU1IDIwLjI2MTkwNDhMMTIuNTQ1NDU0NSAyMC4yNjE5MDQ4QzEyLjg0NjU0NTUgMjAuMjYxOTA0OCAxMy4wOTA5MDkxIDE5Ljk1NTIzODEgMTMuMDkwOTA5MSAxOS41NzczODFMMTMuMDkwOTA5MSAxOC4yMDgzMzMzQzEzLjA5MDkwOTEgMTcuODMwNDc2MiAxMi44NDY1NDU1IDE3LjUyMzgwOTUgMTIuNTQ1NDU0NSAxNy41MjM4MDk1TDEyLjU0NTQ1NDUgMTcuNTIzODA5NXoiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    border-color: #ee6700;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-warning-solid i
  {
    color: #ee6700;
  }
  
  .alert-success-solid
  {
    color: #2e2e2e;
    background-color: #f2f9f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8cGF0aCBmaWxsPSIjMDBCMTQwIiBkPSJNMjQsMTIgQzI0LDE4LjYyODE3MzkgMTguNjI1MDQzNSwyNCAxMiwyNCBDNS4zNzA3ODI2MSwyNCAwLDE4LjYyODE3MzkgMCwxMiBDMCw1LjM3MTgyNjA5IDUuMzcwNzgyNjEsMCAxMiwwIEMxOC42MjUwNDM1LDAgMjQsNS4zNzE4MjYwOSAyNCwxMiBMMjQsMTIgWiIvPg0KICAgIDxwb2x5bGluZSBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSIxNy44MzMgOCA5LjcwOCAxNS41ODMgNyAxMi44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICA8L2c+DQo8L3N2Zz4=");
    border-color: #00b140;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-success-solid i
  {
    color: #00b140;
  }
  
  .alert-info-solid
  {
    color: #2e2e2e;
    background-color: #f4f9fd;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjEyIiByPSI4IiBmaWxsPSIjRkZGRkZGIi8+DQogICAgPHBhdGggZmlsbD0iIzQ4NUZCRCIgZD0iTTEyLDAgQzUuMzgzLDAgMCw1LjM4MyAwLDEyIEMwLDE4LjYxNyA1LjM4MywyNCAxMiwyNCBDMTguNjE3LDI0IDI0LDE4LjYxNyAyNCwxMiBDMjQsNS4zODMgMTguNjE3LDAgMTIsMCBMMTIsMCBaIE0xMiw2IEMxMi41NTIsNiAxMyw2LjQ0OCAxMyw3IEMxMyw3LjU1MiAxMi41NTIsOCAxMiw4IEMxMS40NDgsOCAxMSw3LjU1MiAxMSw3IEMxMSw2LjQ0OCAxMS40NDgsNiAxMiw2IEwxMiw2IFogTTE1LDE4IEw5LDE4IEw5LDE2IEwxMSwxNiBMMTEsMTIgTDksMTIgTDksMTAgTDEyLDEwIEMxMi41NTMsMTAgMTMsMTAuNDQ4IDEzLDExIEwxMywxNiBMMTUsMTYgTDE1LDE4IEwxNSwxOCBaIi8+DQogIDwvZz4NCjwvc3ZnPg0K");
    border-color: #0072b8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  .alert-info-solid i
  {
    color: #0072b8;
  }
  
  .alert-notint
  {
    background-color: red;
  }
  
  .alert-noborder
  {
    background-color: transparent;
    background-position: 0;
    padding: 10px 15px 10px 35px;
    border: 0;
  }
  
  .alert-danger-hicontrast
  {
    color: #fff;
    background-color: #131933;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8cGF0aCBmaWxsPSIjREUwRjBFIiBkPSJNMTIsMjQgQzE4LjYyNzQxNywyNCAyNCwxOC42Mjc0MTcgMjQsMTIgQzI0LDUuMzcyNTgzIDE4LjYyNzQxNywwIDEyLDAgQzUuMzcyNTgzLDAgMCw1LjM3MjU4MyAwLDEyIEMwLDE4LjYyNzQxNyA1LjM3MjU4MywyNCAxMiwyNCBaIi8+DQogICAgPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTEyLjYgNS44TDExLjQgNS44QzExLjA2ODggNS44IDEwLjggNi4wODggMTAuOCA2LjQ0Mjg1NzE0TDEwLjggMTQuMTU3MTQyOUMxMC44IDE0LjUxMiAxMS4wNjg4IDE0LjggMTEuNCAxNC44TDEyLjYgMTQuOEMxMi45MzEyIDE0LjggMTMuMiAxNC41MTIgMTMuMiAxNC4xNTcxNDI5TDEzLjIgNi40NDI4NTcxNEMxMy4yIDYuMDg4IDEyLjkzMTIgNS44IDEyLjYgNS44TDEyLjYgNS44ek0xMi42IDE2LjhMMTEuNCAxNi44QzExLjA2ODggMTYuOCAxMC44IDE3LjEzNiAxMC44IDE3LjU1TDEwLjggMTkuMDVDMTAuOCAxOS40NjQgMTEuMDY4OCAxOS44IDExLjQgMTkuOEwxMi42IDE5LjhDMTIuOTMxMiAxOS44IDEzLjIgMTkuNDY0IDEzLjIgMTkuMDVMMTMuMiAxNy41NUMxMy4yIDE3LjEzNiAxMi45MzEyIDE2LjggMTIuNiAxNi44TDEyLjYgMTYuOHoiLz4NCiAgPC9nPg0KPC9zdmc+DQo="),linear-gradient(127deg,#131933,#42042e);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-danger-hicontrast a
  {
    color: #fff;
    text-decoration: underline;
  }
  
  .alert-warning-hicontrast
  {
    color: #fff;
    background-color: #131933;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI2IDI1IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogIDxkZWZzPg0KICAgIDxwb2x5Z29uIGlkPSJhIiBwb2ludHM9IjEyIDAgMjQgMjMgMCAyMyIvPg0KICAgIDxtYXNrIGlkPSJiIiB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHg9Ii0xIiB5PSItMSI+DQogICAgICA8cmVjdCB3aWR0aD0iMjYiIGhlaWdodD0iMjUiIHg9Ii0xIiB5PSItMSIgZmlsbD0id2hpdGUiLz4NCiAgICAgIDx1c2UgZmlsbD0iYmxhY2siIHhsaW5rOmhyZWY9IiNhIi8+DQogICAgPC9tYXNrPg0KICA8L2RlZnM+DQogIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+DQogICAgPHVzZSBmaWxsPSIjRUU2QjBCIiB4bGluazpocmVmPSIjYSIvPg0KICAgIDx1c2Ugc3Ryb2tlPSIjRUU2QjBCIiBzdHJva2Utd2lkdGg9IjIiIG1hc2s9InVybCgjYikiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgeGxpbms6aHJlZj0iI2EiLz4NCiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTIuNTQ1NDU0NSA2LjU3MTQyODU3TDExLjQ1NDU0NTUgNi41NzE0Mjg1N0MxMS4xNTM0NTQ1IDYuNTcxNDI4NTcgMTAuOTA5MDkwOSA2Ljg1OTQyODU3IDEwLjkwOTA5MDkgNy4yMTQyODU3MUwxMC45MDkwOTA5IDE0LjkyODU3MTRDMTAuOTA5MDkwOSAxNS4yODM0Mjg2IDExLjE1MzQ1NDUgMTUuNTcxNDI4NiAxMS40NTQ1NDU1IDE1LjU3MTQyODZMMTIuNTQ1NDU0NSAxNS41NzE0Mjg2QzEyLjg0NjU0NTUgMTUuNTcxNDI4NiAxMy4wOTA5MDkxIDE1LjI4MzQyODYgMTMuMDkwOTA5MSAxNC45Mjg1NzE0TDEzLjA5MDkwOTEgNy4yMTQyODU3MUMxMy4wOTA5MDkxIDYuODU5NDI4NTcgMTIuODQ2NTQ1NSA2LjU3MTQyODU3IDEyLjU0NTQ1NDUgNi41NzE0Mjg1N0wxMi41NDU0NTQ1IDYuNTcxNDI4NTd6TTEyLjU0NTQ1NDUgMTcuNTIzODA5NUwxMS40NTQ1NDU1IDE3LjUyMzgwOTVDMTEuMTUzNDU0NSAxNy41MjM4MDk1IDEwLjkwOTA5MDkgMTcuODMwNDc2MiAxMC45MDkwOTA5IDE4LjIwODMzMzNMMTAuOTA5MDkwOSAxOS41NzczODFDMTAuOTA5MDkwOSAxOS45NTUyMzgxIDExLjE1MzQ1NDUgMjAuMjYxOTA0OCAxMS40NTQ1NDU1IDIwLjI2MTkwNDhMMTIuNTQ1NDU0NSAyMC4yNjE5MDQ4QzEyLjg0NjU0NTUgMjAuMjYxOTA0OCAxMy4wOTA5MDkxIDE5Ljk1NTIzODEgMTMuMDkwOTA5MSAxOS41NzczODFMMTMuMDkwOTA5MSAxOC4yMDgzMzMzQzEzLjA5MDkwOTEgMTcuODMwNDc2MiAxMi44NDY1NDU1IDE3LjUyMzgwOTUgMTIuNTQ1NDU0NSAxNy41MjM4MDk1TDEyLjU0NTQ1NDUgMTcuNTIzODA5NXoiLz4NCiAgPC9nPg0KPC9zdmc+DQo="),linear-gradient(127deg,#131933,#42042e);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-warning-hicontrast a
  {
    color: #fff;
    text-decoration: underline;
  }
  
  .alert-success-hicontrast
  {
    color: #fff;
    background-color: #131933;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8cGF0aCBmaWxsPSIjMDBCMTQwIiBkPSJNMjQsMTIgQzI0LDE4LjYyODE3MzkgMTguNjI1MDQzNSwyNCAxMiwyNCBDNS4zNzA3ODI2MSwyNCAwLDE4LjYyODE3MzkgMCwxMiBDMCw1LjM3MTgyNjA5IDUuMzcwNzgyNjEsMCAxMiwwIEMxOC42MjUwNDM1LDAgMjQsNS4zNzE4MjYwOSAyNCwxMiBMMjQsMTIgWiIvPg0KICAgIDxwb2x5bGluZSBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiIgcG9pbnRzPSIxNy44MzMgOCA5LjcwOCAxNS41ODMgNyAxMi44NzUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KICA8L2c+DQo8L3N2Zz4="),linear-gradient(127deg,#131933,#42042e);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-success-hicontrast a
  {
    color: #fff;
    text-decoration: underline;
  }
  
  .alert-info-hicontrast
  {
    color: #fff;
    background-color: #131933;
    border: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4NCiAgICA8Y2lyY2xlIGN4PSIxMSIgY3k9IjEyIiByPSI4IiBmaWxsPSIjRkZGRkZGIi8+DQogICAgPHBhdGggZmlsbD0iIzQ4NUZCRCIgZD0iTTEyLDAgQzUuMzgzLDAgMCw1LjM4MyAwLDEyIEMwLDE4LjYxNyA1LjM4MywyNCAxMiwyNCBDMTguNjE3LDI0IDI0LDE4LjYxNyAyNCwxMiBDMjQsNS4zODMgMTguNjE3LDAgMTIsMCBMMTIsMCBaIE0xMiw2IEMxMi41NTIsNiAxMyw2LjQ0OCAxMyw3IEMxMyw3LjU1MiAxMi41NTIsOCAxMiw4IEMxMS40NDgsOCAxMSw3LjU1MiAxMSw3IEMxMSw2LjQ0OCAxMS40NDgsNiAxMiw2IEwxMiw2IFogTTE1LDE4IEw5LDE4IEw5LDE2IEwxMSwxNiBMMTEsMTIgTDksMTIgTDksMTAgTDEyLDEwIEMxMi41NTMsMTAgMTMsMTAuNDQ4IDEzLDExIEwxMywxNiBMMTUsMTYgTDE1LDE4IEwxNSwxOCBaIi8+DQogIDwvZz4NCjwvc3ZnPg0K"),linear-gradient(127deg,#131933,#42042e);
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  
  .alert-info-hicontrast a
  {
    color: #fff;
    text-decoration: underline;
  }
  
  .panel-heading-danger
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8ZyBmaWxsPSJu b25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEg MSkiPgogICAgPHBhdGggc3Ryb2tlPSIjREUwRjBFIiBzdHJva2Utd2lkdGg9IjIi IGQ9Ik0xMiwyNCBDMTguNjI3NDE3LDI0IDI0LDE4LjYyNzQxNyAyNCwxMiBDMjQs NS4zNzI1ODMgMTguNjI3NDE3LDAgMTIsMCBDNS4zNzI1ODMsMCAwLDUuMzcyNTgz IDAsMTIgQzAsMTguNjI3NDE3IDUuMzcyNTgzLDI0IDEyLDI0IFoiLz4KICAgIDxw YXRoIGZpbGw9IiNERTBGMEUiIGQ9Ik0xMi42IDUuOEwxMS40IDUuOEMxMS4wNjg4 IDUuOCAxMC44IDYuMDg4IDEwLjggNi40NDI4NTcxNEwxMC44IDE0LjE1NzE0MjlD MTAuOCAxNC41MTIgMTEuMDY4OCAxNC44IDExLjQgMTQuOEwxMi42IDE0LjhDMTIu OTMxMiAxNC44IDEzLjIgMTQuNTEyIDEzLjIgMTQuMTU3MTQyOUwxMy4yIDYuNDQy ODU3MTRDMTMuMiA2LjA4OCAxMi45MzEyIDUuOCAxMi42IDUuOEwxMi42IDUuOHpN MTIuNiAxNi44TDExLjQgMTYuOEMxMS4wNjg4IDE2LjggMTAuOCAxNy4xMzYgMTAu OCAxNy41NUwxMC44IDE5LjA1QzEwLjggMTkuNDY0IDExLjA2ODggMTkuOCAxMS40 IDE5LjhMMTIuNiAxOS44QzEyLjkzMTIgMTkuOCAxMy4yIDE5LjQ2NCAxMy4yIDE5 LjA1TDEzLjIgMTcuNTVDMTMuMiAxNy4xMzYgMTIuOTMxMiAxNi44IDEyLjYgMTYu OEwxMi42IDE2Ljh6Ii8+CiAgPC9nPgo8L3N2Zz4K");
  }
  
  .panel-heading-danger,.panel-heading-success
  {
    background-position: 15px;
    padding-left: 40px!important;
    background-repeat: no-repeat;
  }
  
  .panel-heading-success
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8Y2ly Y2xlIGlkPSJhIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiLz4KICAgIDxtYXNrIGlk PSJiIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHg9IjAiIHk9IjAiIGZpbGw9Indo aXRlIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgPC9tYXNrPgog IDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgog ICAgPHBhdGggZmlsbD0iIzAwQjE0MCIgZD0iTTUuODA5MTUzODUsMTEuMzQ3NjE1 NCBDNi4xNzAwNzY5MiwxMC45ODY2OTIzIDYuNzUzNDYxNTQsMTAuOTg2NjkyMyA3 LjExNDM4NDYyLDExLjM0NzYxNTQgTDEwLjE1NDA3NjksMTQuMzg3MzA3NyBMMTYu ODg2MDc2OSw3LjY1NTMwNzY5IEMxNy4yNDcsNy4yOTQzODQ2MiAxNy44MzAzODQ2 LDcuMjk0Mzg0NjIgMTguMTkxMzA3Nyw3LjY1NTMwNzY5IEMxOC41NTIyMzA4LDgu MDE2MjMwNzcgMTguNTUyMjMwOCw4LjU5OTYxNTM4IDE4LjE5MTMwNzcsOC45NjA1 Mzg0NiBMMTAuODA2NjkyMywxNi4zNDUxNTM4IEMxMC42MjY2OTIzLDE2LjUyNTE1 MzggMTAuMzkwMzg0NiwxNi42MTU2MTU0IDEwLjE1NDA3NjksMTYuNjE1NjE1NCBD OS45MTc3NjkyMywxNi42MTU2MTU0IDkuNjgxNDYxNTQsMTYuNTI1MTUzOCA5LjUw MTQ2MTU0LDE2LjM0NTE1MzggTDUuODA5MTUzODUsMTIuNjUyODQ2MiBDNS40NDgy MzA3NywxMi4yOTE5MjMxIDUuNDQ4MjMwNzcsMTEuNzA4NTM4NSA1LjgwOTE1Mzg1 LDExLjM0NzYxNTQgTDUuODA5MTUzODUsMTEuMzQ3NjE1NCBaIi8+CiAgICA8dXNl IHN0cm9rZT0iIzAwQjE0MCIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI2Ip IiB4bGluazpocmVmPSIjYSIvPgogIDwvZz4KPC9zdmc+Cg==");
  }
  
  .panel-heading-warning
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy OCIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI4IDI3IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8cG9s eWdvbiBpZD0iYSIgcG9pbnRzPSIxMiAwIDI0IDIzIDAgMjMiLz4KICAgIDxtYXNr IGlkPSJiIiB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHg9Ii0yIiB5PSItMiI+CiAg ICAgIDxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyNyIgeD0iLTIiIHk9Ii0yIiBm aWxsPSJ3aGl0ZSIvPgogICAgICA8dXNlIGZpbGw9ImJsYWNrIiB4bGluazpocmVm PSIjYSIvPgogICAgPC9tYXNrPgogIDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBm aWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgog ICAgPHVzZSBzdHJva2U9IiNFRTZCMEIiIHN0cm9rZS13aWR0aD0iNCIgbWFzaz0i dXJsKCNiKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49 InJvdW5kIiB4bGluazpocmVmPSIjYSIvPgogICAgPHBhdGggZmlsbD0iI0VFNkIw QiIgZD0iTTEyLjU0NTQ1NDUgNi41NzE0Mjg1N0wxMS40NTQ1NDU1IDYuNTcxNDI4 NTdDMTEuMTUzNDU0NSA2LjU3MTQyODU3IDEwLjkwOTA5MDkgNi44NTk0Mjg1NyAx MC45MDkwOTA5IDcuMjE0Mjg1NzFMMTAuOTA5MDkwOSAxNC45Mjg1NzE0QzEwLjkw OTA5MDkgMTUuMjgzNDI4NiAxMS4xNTM0NTQ1IDE1LjU3MTQyODYgMTEuNDU0NTQ1 NSAxNS41NzE0Mjg2TDEyLjU0NTQ1NDUgMTUuNTcxNDI4NkMxMi44NDY1NDU1IDE1 LjU3MTQyODYgMTMuMDkwOTA5MSAxNS4yODM0Mjg2IDEzLjA5MDkwOTEgMTQuOTI4 NTcxNEwxMy4wOTA5MDkxIDcuMjE0Mjg1NzFDMTMuMDkwOTA5MSA2Ljg1OTQyODU3 IDEyLjg0NjU0NTUgNi41NzE0Mjg1NyAxMi41NDU0NTQ1IDYuNTcxNDI4NTdMMTIu NTQ1NDU0NSA2LjU3MTQyODU3ek0xMi41NDU0NTQ1IDE3LjUyMzgwOTVMMTEuNDU0 NTQ1NSAxNy41MjM4MDk1QzExLjE1MzQ1NDUgMTcuNTIzODA5NSAxMC45MDkwOTA5 IDE3LjgzMDQ3NjIgMTAuOTA5MDkwOSAxOC4yMDgzMzMzTDEwLjkwOTA5MDkgMTku NTc3MzgxQzEwLjkwOTA5MDkgMTkuOTU1MjM4MSAxMS4xNTM0NTQ1IDIwLjI2MTkw NDggMTEuNDU0NTQ1NSAyMC4yNjE5MDQ4TDEyLjU0NTQ1NDUgMjAuMjYxOTA0OEMx Mi44NDY1NDU1IDIwLjI2MTkwNDggMTMuMDkwOTA5MSAxOS45NTUyMzgxIDEzLjA5 MDkwOTEgMTkuNTc3MzgxTDEzLjA5MDkwOTEgMTguMjA4MzMzM0MxMy4wOTA5MDkx IDE3LjgzMDQ3NjIgMTIuODQ2NTQ1NSAxNy41MjM4MDk1IDEyLjU0NTQ1NDUgMTcu NTIzODA5NUwxMi41NDU0NTQ1IDE3LjUyMzgwOTV6Ii8+CiAgPC9nPgo8L3N2Zz4K");
  }
  
  .panel-heading-info,.panel-heading-warning
  {
    background-position: 15px;
    padding-left: 40px!important;
    background-repeat: no-repeat;
  }
  
  .panel-heading-info
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggc3Ryb2tlPSIjMDA3MkI4IiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6IiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZmlsbD0iIzAwNzJCOCIgZD0iTTE0LjA4MyAxMC44MzNIOS43NVYxM2gyLjE2N3Y0LjMzM0g5Ljc1VjE5LjVoNi41di0yLjE2N2gtMi4xNjd2LTYuNXpNMTEuOTE3IDYuNWgyLjE2NnYzLjI1aC0yLjE2NlY2LjV6Ii8+PC9nPjwvc3ZnPg==");
  }
  
  .close-x
  {
    stroke: #2e2e2e;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .toast-close-button:focus,.toast-close-button:hover
  {
    color: #717171!important;
  }
  
  #toast-container .toast
  {
    padding: 15px 15px 15px 55px!important;
    width: 350px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.3);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.3);
    opacity: 1;
  }
  
  #toast-container .toast:hover
  {
    -webkit-box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.45);
    opacity: 1;
    cursor: pointer;
  }
  
  #toast-container .toast>div
  {
    margin-right: 30px;
  }
  
  #toast-container .toast .toast-close-button
  {
    position: relative;
    right: .1em;
    top: .3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #717171;
    text-shadow: 0 1px 0 #717171!important;
    opacity: .8;
  }
  
  #toast-container .toast .toast-close-button:focus,#toast-container .toast .toast-close-button:hover
  {
    opacity: .9;
  }
  
  #toast-container .toast .toast-message,#toast-container .toast .toast-title
  {
    font-size: 14px;
  }
  
  #toast-container .toast .toast-message a,#toast-container .toast .toast-message label,#toast-container .toast .toast-title a,#toast-container .toast .toast-title label
  {
    color: #3e53a4;
  }
  
  #toast-container .toast .toast-message a:hover,#toast-container .toast .toast-title a:hover
  {
    color: #314183;
  }
  
  #toast-container .toast.toast-warning
  {
    color: #2e2e2e;
    background-color: #fcf6f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy OCIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDI4IDI3IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8cG9s eWdvbiBpZD0iYSIgcG9pbnRzPSIxMiAwIDI0IDIzIDAgMjMiLz4KICAgIDxtYXNr IGlkPSJiIiB3aWR0aD0iMjgiIGhlaWdodD0iMjciIHg9Ii0yIiB5PSItMiI+CiAg ICAgIDxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyNyIgeD0iLTIiIHk9Ii0yIiBm aWxsPSJ3aGl0ZSIvPgogICAgICA8dXNlIGZpbGw9ImJsYWNrIiB4bGluazpocmVm PSIjYSIvPgogICAgPC9tYXNrPgogIDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBm aWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiPgog ICAgPHVzZSBzdHJva2U9IiNFRTZCMEIiIHN0cm9rZS13aWR0aD0iNCIgbWFzaz0i dXJsKCNiKSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49 InJvdW5kIiB4bGluazpocmVmPSIjYSIvPgogICAgPHBhdGggZmlsbD0iI0VFNkIw QiIgZD0iTTEyLjU0NTQ1NDUgNi41NzE0Mjg1N0wxMS40NTQ1NDU1IDYuNTcxNDI4 NTdDMTEuMTUzNDU0NSA2LjU3MTQyODU3IDEwLjkwOTA5MDkgNi44NTk0Mjg1NyAx MC45MDkwOTA5IDcuMjE0Mjg1NzFMMTAuOTA5MDkwOSAxNC45Mjg1NzE0QzEwLjkw OTA5MDkgMTUuMjgzNDI4NiAxMS4xNTM0NTQ1IDE1LjU3MTQyODYgMTEuNDU0NTQ1 NSAxNS41NzE0Mjg2TDEyLjU0NTQ1NDUgMTUuNTcxNDI4NkMxMi44NDY1NDU1IDE1 LjU3MTQyODYgMTMuMDkwOTA5MSAxNS4yODM0Mjg2IDEzLjA5MDkwOTEgMTQuOTI4 NTcxNEwxMy4wOTA5MDkxIDcuMjE0Mjg1NzFDMTMuMDkwOTA5MSA2Ljg1OTQyODU3 IDEyLjg0NjU0NTUgNi41NzE0Mjg1NyAxMi41NDU0NTQ1IDYuNTcxNDI4NTdMMTIu NTQ1NDU0NSA2LjU3MTQyODU3ek0xMi41NDU0NTQ1IDE3LjUyMzgwOTVMMTEuNDU0 NTQ1NSAxNy41MjM4MDk1QzExLjE1MzQ1NDUgMTcuNTIzODA5NSAxMC45MDkwOTA5 IDE3LjgzMDQ3NjIgMTAuOTA5MDkwOSAxOC4yMDgzMzMzTDEwLjkwOTA5MDkgMTku NTc3MzgxQzEwLjkwOTA5MDkgMTkuOTU1MjM4MSAxMS4xNTM0NTQ1IDIwLjI2MTkw NDggMTEuNDU0NTQ1NSAyMC4yNjE5MDQ4TDEyLjU0NTQ1NDUgMjAuMjYxOTA0OEMx Mi44NDY1NDU1IDIwLjI2MTkwNDggMTMuMDkwOTA5MSAxOS45NTUyMzgxIDEzLjA5 MDkwOTEgMTkuNTc3MzgxTDEzLjA5MDkwOTEgMTguMjA4MzMzM0MxMy4wOTA5MDkx IDE3LjgzMDQ3NjIgMTIuODQ2NTQ1NSAxNy41MjM4MDk1IDEyLjU0NTQ1NDUgMTcu NTIzODA5NUwxMi41NDU0NTQ1IDE3LjUyMzgwOTV6Ii8+CiAgPC9nPgo8L3N2Zz4K")!important;
    border-color: #ee6700;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  #toast-container .toast.toast-warning i
  {
    color: #ee6700;
  }
  
  #toast-container .toast.toast-error
  {
    color: #2e2e2e;
    background-color: #fdf2f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4KICA8ZyBmaWxsPSJu b25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEg MSkiPgogICAgPHBhdGggc3Ryb2tlPSIjREUwRjBFIiBzdHJva2Utd2lkdGg9IjIi IGQ9Ik0xMiwyNCBDMTguNjI3NDE3LDI0IDI0LDE4LjYyNzQxNyAyNCwxMiBDMjQs NS4zNzI1ODMgMTguNjI3NDE3LDAgMTIsMCBDNS4zNzI1ODMsMCAwLDUuMzcyNTgz IDAsMTIgQzAsMTguNjI3NDE3IDUuMzcyNTgzLDI0IDEyLDI0IFoiLz4KICAgIDxw YXRoIGZpbGw9IiNERTBGMEUiIGQ9Ik0xMi42IDUuOEwxMS40IDUuOEMxMS4wNjg4 IDUuOCAxMC44IDYuMDg4IDEwLjggNi40NDI4NTcxNEwxMC44IDE0LjE1NzE0MjlD MTAuOCAxNC41MTIgMTEuMDY4OCAxNC44IDExLjQgMTQuOEwxMi42IDE0LjhDMTIu OTMxMiAxNC44IDEzLjIgMTQuNTEyIDEzLjIgMTQuMTU3MTQyOUwxMy4yIDYuNDQy ODU3MTRDMTMuMiA2LjA4OCAxMi45MzEyIDUuOCAxMi42IDUuOEwxMi42IDUuOHpN MTIuNiAxNi44TDExLjQgMTYuOEMxMS4wNjg4IDE2LjggMTAuOCAxNy4xMzYgMTAu OCAxNy41NUwxMC44IDE5LjA1QzEwLjggMTkuNDY0IDExLjA2ODggMTkuOCAxMS40 IDE5LjhMMTIuNiAxOS44QzEyLjkzMTIgMTkuOCAxMy4yIDE5LjQ2NCAxMy4yIDE5 LjA1TDEzLjIgMTcuNTVDMTMuMiAxNy4xMzYgMTIuOTMxMiAxNi44IDEyLjYgMTYu OEwxMi42IDE2Ljh6Ii8+CiAgPC9nPgo8L3N2Zz4K")!important;
    border-color: #d30c0c;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  #toast-container .toast.toast-error i
  {
    color: #d30c0c;
  }
  
  #toast-container .toast.toast-success
  {
    color: #2e2e2e;
    background-color: #f2f9f2;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIy NCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxuczp4bGluaz0i aHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8Y2ly Y2xlIGlkPSJhIiBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiLz4KICAgIDxtYXNrIGlk PSJiIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHg9IjAiIHk9IjAiIGZpbGw9Indo aXRlIj4KICAgICAgPHVzZSB4bGluazpocmVmPSIjYSIvPgogICAgPC9tYXNrPgog IDwvZGVmcz4KICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgog ICAgPHBhdGggZmlsbD0iIzAwQjE0MCIgZD0iTTUuODA5MTUzODUsMTEuMzQ3NjE1 NCBDNi4xNzAwNzY5MiwxMC45ODY2OTIzIDYuNzUzNDYxNTQsMTAuOTg2NjkyMyA3 LjExNDM4NDYyLDExLjM0NzYxNTQgTDEwLjE1NDA3NjksMTQuMzg3MzA3NyBMMTYu ODg2MDc2OSw3LjY1NTMwNzY5IEMxNy4yNDcsNy4yOTQzODQ2MiAxNy44MzAzODQ2 LDcuMjk0Mzg0NjIgMTguMTkxMzA3Nyw3LjY1NTMwNzY5IEMxOC41NTIyMzA4LDgu MDE2MjMwNzcgMTguNTUyMjMwOCw4LjU5OTYxNTM4IDE4LjE5MTMwNzcsOC45NjA1 Mzg0NiBMMTAuODA2NjkyMywxNi4zNDUxNTM4IEMxMC42MjY2OTIzLDE2LjUyNTE1 MzggMTAuMzkwMzg0NiwxNi42MTU2MTU0IDEwLjE1NDA3NjksMTYuNjE1NjE1NCBD OS45MTc3NjkyMywxNi42MTU2MTU0IDkuNjgxNDYxNTQsMTYuNTI1MTUzOCA5LjUw MTQ2MTU0LDE2LjM0NTE1MzggTDUuODA5MTUzODUsMTIuNjUyODQ2MiBDNS40NDgy MzA3NywxMi4yOTE5MjMxIDUuNDQ4MjMwNzcsMTEuNzA4NTM4NSA1LjgwOTE1Mzg1 LDExLjM0NzYxNTQgTDUuODA5MTUzODUsMTEuMzQ3NjE1NCBaIi8+CiAgICA8dXNl IHN0cm9rZT0iIzAwQjE0MCIgc3Ryb2tlLXdpZHRoPSI0IiBtYXNrPSJ1cmwoI2Ip IiB4bGluazpocmVmPSIjYSIvPgogIDwvZz4KPC9zdmc+Cg==")!important;
    border-color: #00b140;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  #toast-container .toast.toast-success i
  {
    color: #00b140;
  }
  
  #toast-container .toast.toast-info
  {
    color: #2e2e2e;
    background-color: #f4f9fd;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6Ii8+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PG1hc2sgaWQ9ImIiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggc3Ryb2tlPSIjMDA3MkI4IiBzdHJva2Utd2lkdGg9IjQiIGQ9Ik0xMyAwQzUuODMyIDAgMCA1LjgzMiAwIDEzczUuODMyIDEzIDEzIDEzIDEzLTUuODMyIDEzLTEzUzIwLjE2OCAwIDEzIDB6IiBtYXNrPSJ1cmwoI2IpIi8+PHBhdGggZmlsbD0iIzAwNzJCOCIgZD0iTTE0LjA4MyAxMC44MzNIOS43NVYxM2gyLjE2N3Y0LjMzM0g5Ljc1VjE5LjVoNi41di0yLjE2N2gtMi4xNjd2LTYuNXpNMTEuOTE3IDYuNWgyLjE2NnYzLjI1aC0yLjE2NlY2LjV6Ii8+PC9nPjwvc3ZnPg==")!important;
    border-color: #0072b8;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  
  #toast-container .toast.toast-info i
  {
    color: #0072b8;
  }
  
  .toast.ng-enter
  {
    opacity: 1!important;
  }
  
  .toast.ng-enter.ng-enter-active,.toast.ng-leave
  {
    opacity: 1;
  }
  
  .toast.ng-leave.ng-leave-active
  {
    opacity: 1!important;
  }
  
  @-webkit-keyframes flipInX
  {
    0%
    {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
  
    40%
    {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
  
    60%
    {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
    }
  
    80%
    {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
      opacity: 1;
    }
  
    to
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInX
  {
    0%
    {
      -webkit-transform: perspective(400px) rotateX(90deg);
      transform: perspective(400px) rotateX(90deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      opacity: 0;
    }
  
    40%
    {
      -webkit-transform: perspective(400px) rotateX(-20deg);
      transform: perspective(400px) rotateX(-20deg);
      -webkit-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
    }
  
    60%
    {
      -webkit-transform: perspective(400px) rotateX(10deg);
      transform: perspective(400px) rotateX(10deg);
      opacity: 1;
    }
  
    80%
    {
      -webkit-transform: perspective(400px) rotateX(-5deg);
      transform: perspective(400px) rotateX(-5deg);
      opacity: 1;
    }
  
    to
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @-webkit-keyframes flyin
  {
    0%
    {
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      opacity: 0;
    }
  
    60%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      opacity: 1;
    }
  }
  
  @keyframes flyin
  {
    0%
    {
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      opacity: 0;
    }
  
    60%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      opacity: 1;
    }
  }
  
  .flipInX,.toast.ng-enter
  {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation: flipInX .65s linear forwards;
    animation: flipInX .65s linear forwards;
  }
  
  .flyOut,.toast.ng-leave.ng-leave-active
  {
    -webkit-animation: flyin .3s ease reverse forwards;
    animation: flyin .3s ease reverse forwards;
  }
  
  .controls-stacked .pbds-checkbox
  {
    display: block;
  }
  
  .controls-stacked .pbds-checkbox label
  {
    display: inline-block;
  }
  
  .controls-stacked .pbds-checkbox .control-help
  {
    vertical-align: middle;
  }
  
  .controls-stacked .pbds-radiobutton
  {
    display: block;
  }
  
  .controls-stacked .pbds-radiobutton label
  {
    display: inline-block;
  }
  
  .controls-stacked .pbds-radiobutton .control-help
  {
    vertical-align: middle;
  }
  
  .controls-inline .pbds-checkbox:not(:last-child)
  {
    margin-right: 15px;
  }
  
  .controls-inline .pbds-checkbox .control-help
  {
    vertical-align: middle;
  }
  
  .controls-inline .pbds-radiobutton:not(:last-child)
  {
    margin-right: 15px;
  }
  
  .controls-inline .pbds-radiobutton .control-help
  {
    vertical-align: middle;
  }
  
  .input-group-btn:last-child>pbds-progress-button .btn
  {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 1.43857;
    min-width: inherit;
  }
  
  .popover
  {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    z-index: 3;
  }
  
  .popover.bottom .arrow:after
  {
    border-bottom-color: #fff;
  }
  
  .popover.top .arrow:after
  {
    border-top-color: #fff;
  }
  
  .navbar-form .input-group
  {
    max-width: 220px;
  }
  
  .navbar-form .input-group .fa-search
  {
    font-size: 16px;
  }
  
  .tooltip
  {
    z-index: 3;
  }
  
  .leaflet-map
  {
    border: 1px solid #dddedf;
  }
  
  .leaflet-map.leaflet-container
  {
    font: inherit;
  }
  
  .leaflet-map a
  {
    color: #3e53a4;
  }
  
  .leaflet-map:after
  {
    content: "";
    width: 111px;
    height: 30px;
    background-color: hsla(0,0%,100%,.6);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMxLjg0IiBoZWlnaHQ9IjI3IiB2aWV3 Qm94PSIwIDAgMTMxLjg0IDI3Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMDgu OCIgeTE9IjMuOTUiIHgyPSIxMjcuODkiIHkyPSIyMy4wNSIgZ3JhZGllbnRVbml0cz0idXNlclNw YWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMC4yIiBzdG9wLWNvbG9yPSIjYzg2OWE4Ii8+PHN0b3Ag b2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9IiM2ZTdlYmIiLz48c3RvcCBvZmZzZXQ9IjAuOCIgc3Rv cC1jb2xvcj0iIzAwYmNmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5Bc3NldCAx PC90aXRsZT48cGF0aCBkPSJNMTE4LjM0LDBhMTMuNSwxMy41LDAsMSwwLDEzLjUsMTMuNUExMy41 LDEzLjUsMCwwLDAsMTE4LjM0LDBabTAsMjYuMjhBMTIuNzgsMTIuNzgsMCwxLDEsMTMxLjEyLDEz LjUsMTIuNzgsMTIuNzgsMCwwLDEsMTE4LjM0LDI2LjI4Wm0tNC40OC0yM2EuMzkuMzksMCwwLDAt LjE1LDAsMTEuMTksMTEuMTksMCwxLDAsNC42My0xaC0uMjhjLS4yMiwwLS4zNi4xNi0uMzYuNDJz LjE0LjQyLjM2LjQyaC4yOGExMC4zNCwxMC4zNCwwLDEsMS00LjI3LjkyLjM3LjM3LDAsMCwwLC4x NS0uNTNBLjQuNCwwLDAsMCwxMTMuODcsMy4yOFpNMTEzLjczLDZhLjQzLjQzLDAsMCwwLS4yNC4w OCw4Ljg0LDguODQsMCwwLDAsMCwxNC43OS40NC40NCwwLDAsMCwuMjQuMDguNTMuNTMsMCwwLDAs LjQyLS4yNy40Ni40NiwwLDAsMC0uMDctLjY4aDBhNy43OSw3Ljc5LDAsMCwxLDAtMTMsLjQyLjQy LDAsMCwwLC4yLS4zLjYuNiwwLDAsMC0uMTEtLjM5QS41My41MywwLDAsMCwxMTMuNzMsNlptNC40 MiwxNS4yNmEuNDMuNDMsMCwwLDAtLjMuMTIuNTcuNTcsMCwwLDAtLjE0LjQxYzAsLjMyLjE3LjUy LjQ1LjUyaC4xOWE4Ljg0LDguODQsMCwwLDAsMC0xNy42OGgtLjE5Yy0uMjgsMC0uNDUuMi0uNDUu NTNzLjE3LjUzLjQ1LjUzaC4xOWE3Ljc5LDcuNzksMCwxLDEsMCwxNS41N1ptLTUtMTEuNTNhLjY1 LjY1LDAsMCwxLDEsLjc3LDUuMiw1LjIsMCwwLDAsMCw2LC42NS42NSwwLDAsMS0xLC43Nyw2LjQ4 LDYuNDgsMCwwLDEsMC03LjU0WiIgc3R5bGU9ImZpbGw6dXJsKCNhKSIvPjxwYXRoIGQ9Ik0xMTgu MzcsMTcuMTJjLS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTIuMDcsMi4wNyww LDEsMC0uMTUtNC4xNCwyLjIyLDIuMjIsMCwwLDAtMS40Ni40NnY5LjYzYzAsLjQ3LS4zMi42OS0u NzcuNjlzLS43Ny0uMjMtLjc3LS42OVYxMnMwLS42LDAtLjdhMS4xOCwxLjE4LDAsMCwxLC42My0u NzQsNS4yLDUuMiwwLDAsMSwyLjQ5LS42OSwzLjYyLDMuNjIsMCwwLDEsMCw3LjIzWm0wLDIuODJj LS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTQuODksNC44OSwwLDAsMCwwLTku NzgsNS42NCw1LjY0LDAsMCwwLTIuMjUuNDYuNjkuNjksMCwwLDEtLjkxLS42OVYyLjYzYzAtLjQx LjMtLjY2Ljc3LS42NnMuNzcuMjUuNzcuNjZWNy4yOWE2LjQ5LDYuNDksMCwwLDEsMS41OS0uMiw2 LjQyLDYuNDIsMCwwLDEsMCwxMi44NVoiIHN0eWxlPSJmaWxsOiMzZTUzYTQiLz48cGF0aCBkPSJN OTMuNDgsMTcuOTNhNC43OSw0Ljc5LDAsMCwwLDIuNjIuNjhjMi4xNiwwLDMuNDYtMS4xMSwzLjQ2 LTIuOTEsMC0xLjQyLS43NS0yLjE1LTIuNzctMi44Mi0xLjM1LS40NC0xLjkxLS44Ni0xLjkxLTEu NTEsMC0uODQuNzEtMS4yNiwxLjc1LTEuMjZhNSw1LDAsMCwxLDIuNjIuNzNWOS41OGE0Ljg4LDQu ODgsMCwwLDAtMi41OS0uNjljLTIsMC0zLjIyLjkzLTMuMjIsMi41MSwwLDEuMjIuNzEsMi4wOCwy LjQyLDIuNjRzMi4yNi44OCwyLjI2LDEuNzctLjc3LDEuNTctMiwxLjU3YTQuODEsNC44MSwwLDAs MS0yLjYyLS43MVptLTguMTktNS4wNmMuMTYtMS42OSwxLjA3LTIuNzUsMi42OS0yLjc1czIuNDku OTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4zLDcuMywwLDAsMS0zLC42MmMtMi4yNiwwLTMuNC0x LjA3LTMuNS0zLjI0aDYuN2MwLS4yNS4wNS0uNzYuMDUtMSwwLTIuNjItMS4zMy00LjI0LTMuODkt NC4yNC0yLjg4LDAtNC4zMywyLjExLTQuMzMsNC44OCwwLDMuMTIsMS42NCw0Ljg1LDQuNzksNC44 NWE2Ljc5LDYuNzksMCwwLDAsMy4yLS42NlpNODAuMzgsMTguMzksODMuMDcsOS4xSDgxLjYzTDc5 LjcsMTYuNCw3Ny41NSw5LjFoLTEuNmwtMi4xMyw3LjM5TDcxLjkxLDkuMUg3MC4zNEw3MywxOC4z OWgxLjUxTDc2Ljc1LDExbDIuMTMsNy4zN1pNNjUuMywxNy4zM2MtMS44NSwwLTIuODktMS40Mi0y Ljg5LTMuNTdzMS0zLjYsMi44OS0zLjYsMi45LDEuNDIsMi45LDMuNTdTNjcuMTQsMTcuMzMsNjUu MywxNy4zM1ptMCwxLjI4YzMsMCw0LjQyLTIuMTUsNC40Mi00Ljg2UzY4LjQ1LDguODgsNjUuMyw4 Ljg4Yy0yLjk1LDAtNC40MiwyLjE1LTQuNDIsNC44NlM2Mi4xNSwxOC42MSw2NS4zLDE4LjYxWm0t MTIuNjgtOGE0LjQ2LDQuNDYsMCwwLDEsMi4yLS40OUEzLDMsMCwwLDEsNTgsMTMuNDVjMCwyLjQ5 LTEuMzcsMy44OC0zLjc1LDMuODhhNC4yOSw0LjI5LDAsMCwxLTEuNi0uMjVabS0xLjQ2LDcuNDZh OS4yNyw5LjI3LDAsMCwwLDIuOTMuNWMzLjM3LDAsNS40MS0xLjg4LDUuNDEtNS4xN0E0LjIsNC4y LDAsMCwwLDU1LDguODhhNS44LDUuOCwwLDAsMC0yLjM0LjQ3VjQuNzJINTEuMTZabS05LjA4LDUs MS43Ny00LjcxTDQ3LjU0LDkuMWgtMS42bC0yLjgyLDcuNTlMNDAuMzUsOS4xSDM4LjdsMy43LDku MjhMNDAuNjEsMjMuMVpNMzEuMTksMTIuODdjLjE2LTEuNjksMS4wOC0yLjc1LDIuNy0yLjc1czIu NDkuOTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4yNyw3LjI3LDAsMCwxLTMsLjYyYy0yLjI2LDAt My40LTEuMDctMy41LTMuMjRoNi43YzAtLjI1LjA1LS43Ni4wNS0xLDAtMi42Mi0xLjMzLTQuMjQt My44OS00LjI0LTIuODgsMC00LjMzLDIuMTEtNC4zMyw0Ljg4LDAsMy4xMiwxLjYzLDQuODUsNC43 OSw0Ljg1YTYuNzgsNi43OCwwLDAsMCwzLjItLjY2Wk0yOC4xLDE4LjM5VjEyLjMxYzAtMi42Mi0x LjU4LTMuNDItMy42LTMuNDJhMTMsMTMsMCwwLDAtNC4xNy43OXY4LjcyaDEuNDZWMTAuNjFhNy4x NSw3LjE1LDAsMCwxLDIuMzctLjQyYzEuNjksMCwyLjQ5LjU4LDIuNDksMi42MnY1LjU3Wm0tOS4x Ny0xLjI4YTUuNTQsNS41NCwwLDAsMS0xLjY0LjI0Yy0uNjYsMC0xLjE1LS4xOC0xLjE1LTEuMzhW MTAuMzJoMi40NFY5LjFIMTYuMTRWNi44MUgxNC43VjkuMUgxMy4xNnYxLjIySDE0Ljd2NS45MmMw LDEuNjcuODcsMi4zNywyLjI0LDIuMzdhNS40Nyw1LjQ3LDAsMCwwLDItLjMzWk0xMC44NSw3LjM2 YS45NC45NCwwLDAsMCwuOTUtLjk1LDEsMSwwLDEsMC0xLjkxLDBBLjk0Ljk0LDAsMCwwLDEwLjg1 LDcuMzZabS43MSwxLjc1SDEwLjExdjkuMjhoMS40NlpNMS40NiwxMC43NGEzLjg5LDMuODksMCww LDEsMi4yLS41OCwzLDMsMCwwLDEsMy4xNSwzLjI5YzAsMi40OS0xLjM2LDMuODgtMy43NywzLjg4 YTQuMTQsNC4xNCwwLDAsMS0xLjU4LS4yNVptMCwxMi4zNlYxOC40YTUuNzYsNS43NiwwLDAsMCwx LjUxLjJjMy4zMSwwLDUuMzctMS44OCw1LjM3LTUuMTdBNC4yMiw0LjIyLDAsMCwwLDMuOCw4Ljg4 LDUuODcsNS44NywwLDAsMCwwLDEwLjIzVjIzLjFaIiBzdHlsZT0iZmlsbDojNGU0ZTRlIi8+PC9z dmc+");
    background-size: 101px 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .leaflet-map .leaflet-bottom,.leaflet-map .leaflet-control,.leaflet-map .leaflet-pane,.leaflet-map .leaflet-top
  {
    z-index: 0;
  }
  
  .leaflet-map #toast-container
  {
    position: absolute;
  }
  
  .leaflet-map .leaflet-bar,.leaflet-map .leaflet-control-layers,.leaflet-map .leaflet-touch .leaflet-bar,.leaflet-map .leaflet-touch .leaflet-control-layers
  {
    border: 1px solid silver;
    background-color: hsla(0,0%,100%,.6);
  }
  
  .leaflet-map .leaflet-bar
  {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .leaflet-map .leaflet-bar a
  {
    border-bottom: 1px solid silver;
    background-color: transparent;
  }
  
  .leaflet-map .leaflet-bar a:last-child
  {
    border-bottom: none;
  }
  
  .leaflet-map .leaflet-control-layers .leaflet-control-layers-list .leaflet-control-layers-base label
  {
    margin: 0;
  }
  
  .leaflet-map .leaflet-control-layers .leaflet-control-layers-expanded
  {
    background-color: #fff;
  }
  
  .leaflet-map .leaflet-control-zoom-in,.leaflet-map .leaflet-control-zoom-out
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    color: #3e53a4;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .leaflet-map .leaflet-control-zoom-in:hover,.leaflet-map .leaflet-control-zoom-out:hover
  {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: #eaedf8;
  }
  
  .leaflet-map .leaflet-control-zoom-in:before
  {
    content: "\ed29";
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin: auto;
  }
  
  .leaflet-map .leaflet-control-zoom-out:before
  {
    content: "\ed2a";
    display: block;
    font-size: 18px;
    text-decoration: none;
    margin: auto;
  }
  
  .leaflet-map .leaflet-control-attribution
  {
    background-color: hsla(0,0%,100%,.6);
  }
  
  .leaflet-map .leaflet-control-attribution a
  {
    color: #3e53a4;
  }
  
  .leaflet-map .leaflet-control-layers
  {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .leaflet-map .leaflet-control-layers .leaflet-control-layers-toggle
  {
    color: #3e53a4;
    background-image: none;
    text-decoration: none;
    width: 30px;
    height: 30px;
  }
  
  .leaflet-map .leaflet-control-layers .leaflet-control-layers-toggle:before
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    content: "\ed6c";
    display: block;
    margin: auto;
    text-align: center;
    line-height: 30px;
  }
  
  .leaflet-map .leaflet-retina .leaflet-control-layers-toggle
  {
    background-image: none;
  }
  
  .leaflet-map .leaflet-popup
  {
    min-width: 200px;
  }
  
  .leaflet-map .leaflet-popup h1,.leaflet-map .leaflet-popup h2,.leaflet-map .leaflet-popup h3,.leaflet-map .leaflet-popup h4,.leaflet-map .leaflet-popup h5,.leaflet-map .leaflet-popup h6,.leaflet-map .leaflet-popup p,.leaflet-map .leaflet-popup table
  {
    margin: 0;
  }
  
  .leaflet-map .leaflet-popup hr
  {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  
  .leaflet-map .leaflet-popup a.leaflet-popup-close-button
  {
    font: normal normal normal 18px/1 Nucleo Mini;
    color: #3e53a4;
    content: "\ea5c";
    top: 9px;
    right: 9px;
    width: 9px;
    height: 9px;
    line-height: 0;
    padding: 0;
    display: block;
  }
  
  .leaflet-map .leaflet-popup .leaflet-popup-content-wrapper
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 16px;
    border: 1px solid silver;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
  }
  
  .leaflet-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content
  {
    margin: 0;
  }
  
  .leaflet-map .leaflet-popup .leaflet-popup-tip-container
  {
    border-top-color: #fff;
    width: 20px;
    margin-left: -10px;
    margin-top: -1px;
  }
  
  .leaflet-map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip
  {
    border: 1px solid silver;
    border-top-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
  }
  
  .leaflet-map .leaflet-marker
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4gIDxwYXRoIGZpbGw9IiMwMDcyQjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGRkZGIiBkPSJNNjEsMjI0LjU5NjIwNiBDNTguMTc1NDQ0NCwyMjQuNTk2MjA2IDU1Ljg4NSwyMjIuMjg3NzU2IDU1Ljg4NSwyMTkuNDQwOTk1IEM1NS44ODUsMjE2LjU5NDIzNSA1OC4xNzU0NDQ0LDIxNC4yODU3ODUgNjEsMjE0LjI4NTc4NSBDNjMuODI0NTU1NiwyMTQuMjg1Nzg1IDY2LjExNSwyMTYuNTk0MjM1IDY2LjExNSwyMTkuNDQwOTk1IEM2Ni4xMTUsMjIyLjI4Nzc1NiA2My44MjQ1NTU2LDIyNC41OTYyMDYgNjEsMjI0LjU5NjIwNiBNNjEuMDQxNTU1NiwyMDkgTDYwLjk1ODQ0NDQsMjA5IEM1NC45MTU3Nzc4LDIwOSA1MCwyMTMuOTU0NDIyIDUwLDIyMC4wNDMzNiBDNTAsMjIzLjUzNDM2OCA1MS43Njk3Nzc4LDIyOC42NDE1MzcgNTUuMjYxNjY2NywyMzMuMTM3NzE5IEM1Ny44MjQ2NjY3LDIzNi40MzkwMjQgNjAuMzQ5Nzc3OCwyMzguNzExNzUyIDYwLjQ1NjExMTEsMjM4LjgwNzgzNCBDNjAuNjAwMzMzMywyMzguOTM1OTQ1IDYwLjc3ODc3NzgsMjM5IDYwLjk1NzIyMjIsMjM5IEM2MC45NzE4ODg5LDIzOSA2MC45ODUzMzMzLDIzOC45OTg3NjggNjEsMjM4Ljk5NzUzNiBDNjEuMDE0NjY2NywyMzguOTk4NzY4IDYxLjAyODExMTEsMjM5IDYxLjA0Mjc3NzgsMjM5IEM2MS4yMjEyMjIyLDIzOSA2MS4zOTk2NjY3LDIzOC45MzU5NDUgNjEuNTQzODg4OSwyMzguODA3ODM0IEM2MS42NTAyMjIyLDIzOC43MTE3NTIgNjQuMTc1MzMzMywyMzYuNDM5MDI0IDY2LjczODMzMzMsMjMzLjEzNzcxOSBDNzAuMjMwMjIyMiwyMjguNjQxNTM3IDcyLDIyMy41MzQzNjggNzIsMjIwLjA0MzM2IEM3MiwyMTMuOTU0NDIyIDY3LjA4NDIyMjIsMjA5IDYxLjA0MTU1NTYsMjA5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkgLTIwOCkiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    width: 22px!important;
    height: 30px!important;
    margin-left: -11px!important;
    margin-top: -30px!important;
  }
  
  .leaflet-map .leaflet-marker.active
  {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4gIDxwYXRoIGZpbGw9IiNDRjA4ODkiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjRkZGRkZGIiBkPSJNNjEsMTcwLjU5NjIwNiBDNTguMTc1NDQ0NCwxNzAuNTk2MjA2IDU1Ljg4NSwxNjguMjg3NzU2IDU1Ljg4NSwxNjUuNDQwOTk1IEM1NS44ODUsMTYyLjU5NDIzNSA1OC4xNzU0NDQ0LDE2MC4yODU3ODUgNjEsMTYwLjI4NTc4NSBDNjMuODI0NTU1NiwxNjAuMjg1Nzg1IDY2LjExNSwxNjIuNTk0MjM1IDY2LjExNSwxNjUuNDQwOTk1IEM2Ni4xMTUsMTY4LjI4Nzc1NiA2My44MjQ1NTU2LDE3MC41OTYyMDYgNjEsMTcwLjU5NjIwNiBNNjEuMDQxNTU1NiwxNTUgTDYwLjk1ODQ0NDQsMTU1IEM1NC45MTU3Nzc4LDE1NSA1MCwxNTkuOTU0NDIyIDUwLDE2Ni4wNDMzNiBDNTAsMTY5LjUzNDM2OCA1MS43Njk3Nzc4LDE3NC42NDE1MzcgNTUuMjYxNjY2NywxNzkuMTM3NzE5IEM1Ny44MjQ2NjY3LDE4Mi40MzkwMjQgNjAuMzQ5Nzc3OCwxODQuNzExNzUyIDYwLjQ1NjExMTEsMTg0LjgwNzgzNCBDNjAuNjAwMzMzMywxODQuOTM1OTQ1IDYwLjc3ODc3NzgsMTg1IDYwLjk1NzIyMjIsMTg1IEM2MC45NzE4ODg5LDE4NSA2MC45ODUzMzMzLDE4NC45OTg3NjggNjEsMTg0Ljk5NzUzNiBDNjEuMDE0NjY2NywxODQuOTk4NzY4IDYxLjAyODExMTEsMTg1IDYxLjA0Mjc3NzgsMTg1IEM2MS4yMjEyMjIyLDE4NSA2MS4zOTk2NjY3LDE4NC45MzU5NDUgNjEuNTQzODg4OSwxODQuODA3ODM0IEM2MS42NTAyMjIyLDE4NC43MTE3NTIgNjQuMTc1MzMzMywxODIuNDM5MDI0IDY2LjczODMzMzMsMTc5LjEzNzcxOSBDNzAuMjMwMjIyMiwxNzQuNjQxNTM3IDcyLDE2OS41MzQzNjggNzIsMTY2LjA0MzM2IEM3MiwxNTkuOTU0NDIyIDY3LjA4NDIyMjIsMTU1IDYxLjA0MTU1NTYsMTU1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkgLTE1NCkiLz48L3N2Zz4=");
  }
  
  .leaflet-map .leaflet-current
  {
    background-color: rgba(0,155,233,.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 25px!important;
    width: 25px!important;
    margin-left: -12px!important;
    margin-top: -13px!important;
    position: relative;
    opacity: 1!important;
  }
  
  .leaflet-map .leaflet-current:after
  {
    content: "";
    background-color: #009bdf;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 15px!important;
    height: 15px!important;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
  }
  
  .leaflet-map .leaflet-control-fullscreen a
  {
    background-image: none;
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .leaflet-map .leaflet-control-fullscreen a:after
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    content: "\eae2";
    color: #3e53a4;
    display: block;
    margin: auto;
  }
  
  .leaflet-map .leaflet-control-fullscreen a:hover
  {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
    background-color: #eaedf8;
  }
  
  .leaflet-map .leaflet-retina .fullscreen-icon
  {
    background-image: none;
  }
  
  .leaflet-map .leaflet-control-locate
  {
    color: #3e53a4;
  }
  
  .leaflet-map .leaflet-control-locate,.leaflet-map .leaflet-control-locate:hover
  {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }
  
  .leaflet-map .leaflet-control-locate:hover
  {
    background-color: #eaedf8;
  }
  
  .leaflet-map .leaflet-control-locate a
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .leaflet-map .leaflet-control-locate a .leaflet-control-locate-icon
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    color: #3e53a4;
    display: block;
    margin: auto;
  }
  
  .leaflet-map .leaflet-control-locate a .leaflet-control-locate-icon:after
  {
    content: "\e875";
  }
  
  .leaflet-map .leaflet-control-locate a .leaflet-control-locate-icon-loader
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    color: #3e53a4;
    display: block;
    margin: auto;
    -webkit-animation: nc-icon-spin 2s infinite linear;
    animation: nc-icon-spin 2s infinite linear;
  }
  
  .leaflet-map .leaflet-control-locate a .leaflet-control-locate-icon-loader:after
  {
    content: "\edc7";
  }
  
  .openlayers-map
  {
    border: 1px solid #dddedf;
    position: relative;
    z-index: 0;
  }
  
  .openlayers-map:after
  {
    content: "";
    width: 111px;
    height: 30px;
    background-color: hsla(0,0%,100%,.8);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRw Oi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTMxLjg0IiBoZWlnaHQ9IjI3IiB2aWV3 Qm94PSIwIDAgMTMxLjg0IDI3Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImEiIHgxPSIxMDgu OCIgeTE9IjMuOTUiIHgyPSIxMjcuODkiIHkyPSIyMy4wNSIgZ3JhZGllbnRVbml0cz0idXNlclNw YWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMC4yIiBzdG9wLWNvbG9yPSIjYzg2OWE4Ii8+PHN0b3Ag b2Zmc2V0PSIwLjUiIHN0b3AtY29sb3I9IiM2ZTdlYmIiLz48c3RvcCBvZmZzZXQ9IjAuOCIgc3Rv cC1jb2xvcj0iIzAwYmNmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5Bc3NldCAx PC90aXRsZT48cGF0aCBkPSJNMTE4LjM0LDBhMTMuNSwxMy41LDAsMSwwLDEzLjUsMTMuNUExMy41 LDEzLjUsMCwwLDAsMTE4LjM0LDBabTAsMjYuMjhBMTIuNzgsMTIuNzgsMCwxLDEsMTMxLjEyLDEz LjUsMTIuNzgsMTIuNzgsMCwwLDEsMTE4LjM0LDI2LjI4Wm0tNC40OC0yM2EuMzkuMzksMCwwLDAt LjE1LDAsMTEuMTksMTEuMTksMCwxLDAsNC42My0xaC0uMjhjLS4yMiwwLS4zNi4xNi0uMzYuNDJz LjE0LjQyLjM2LjQyaC4yOGExMC4zNCwxMC4zNCwwLDEsMS00LjI3LjkyLjM3LjM3LDAsMCwwLC4x NS0uNTNBLjQuNCwwLDAsMCwxMTMuODcsMy4yOFpNMTEzLjczLDZhLjQzLjQzLDAsMCwwLS4yNC4w OCw4Ljg0LDguODQsMCwwLDAsMCwxNC43OS40NC40NCwwLDAsMCwuMjQuMDguNTMuNTMsMCwwLDAs LjQyLS4yNy40Ni40NiwwLDAsMC0uMDctLjY4aDBhNy43OSw3Ljc5LDAsMCwxLDAtMTMsLjQyLjQy LDAsMCwwLC4yLS4zLjYuNiwwLDAsMC0uMTEtLjM5QS41My41MywwLDAsMCwxMTMuNzMsNlptNC40 MiwxNS4yNmEuNDMuNDMsMCwwLDAtLjMuMTIuNTcuNTcsMCwwLDAtLjE0LjQxYzAsLjMyLjE3LjUy LjQ1LjUyaC4xOWE4Ljg0LDguODQsMCwwLDAsMC0xNy42OGgtLjE5Yy0uMjgsMC0uNDUuMi0uNDUu NTNzLjE3LjUzLjQ1LjUzaC4xOWE3Ljc5LDcuNzksMCwxLDEsMCwxNS41N1ptLTUtMTEuNTNhLjY1 LjY1LDAsMCwxLDEsLjc3LDUuMiw1LjIsMCwwLDAsMCw2LC42NS42NSwwLDAsMS0xLC43Nyw2LjQ4 LDYuNDgsMCwwLDEsMC03LjU0WiIgc3R5bGU9ImZpbGw6dXJsKCNhKSIvPjxwYXRoIGQ9Ik0xMTgu MzcsMTcuMTJjLS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTIuMDcsMi4wNyww LDEsMC0uMTUtNC4xNCwyLjIyLDIuMjIsMCwwLDAtMS40Ni40NnY5LjYzYzAsLjQ3LS4zMi42OS0u NzcuNjlzLS43Ny0uMjMtLjc3LS42OVYxMnMwLS42LDAtLjdhMS4xOCwxLjE4LDAsMCwxLC42My0u NzQsNS4yLDUuMiwwLDAsMSwyLjQ5LS42OSwzLjYyLDMuNjIsMCwwLDEsMCw3LjIzWm0wLDIuODJj LS40MSwwLS42Ni0uMy0uNjYtLjc4cy4yNC0uNzcuNjYtLjc3YTQuODksNC44OSwwLDAsMCwwLTku NzgsNS42NCw1LjY0LDAsMCwwLTIuMjUuNDYuNjkuNjksMCwwLDEtLjkxLS42OVYyLjYzYzAtLjQx LjMtLjY2Ljc3LS42NnMuNzcuMjUuNzcuNjZWNy4yOWE2LjQ5LDYuNDksMCwwLDEsMS41OS0uMiw2 LjQyLDYuNDIsMCwwLDEsMCwxMi44NVoiIHN0eWxlPSJmaWxsOiMzZTUzYTQiLz48cGF0aCBkPSJN OTMuNDgsMTcuOTNhNC43OSw0Ljc5LDAsMCwwLDIuNjIuNjhjMi4xNiwwLDMuNDYtMS4xMSwzLjQ2 LTIuOTEsMC0xLjQyLS43NS0yLjE1LTIuNzctMi44Mi0xLjM1LS40NC0xLjkxLS44Ni0xLjkxLTEu NTEsMC0uODQuNzEtMS4yNiwxLjc1LTEuMjZhNSw1LDAsMCwxLDIuNjIuNzNWOS41OGE0Ljg4LDQu ODgsMCwwLDAtMi41OS0uNjljLTIsMC0zLjIyLjkzLTMuMjIsMi41MSwwLDEuMjIuNzEsMi4wOCwy LjQyLDIuNjRzMi4yNi44OCwyLjI2LDEuNzctLjc3LDEuNTctMiwxLjU3YTQuODEsNC44MSwwLDAs MS0yLjYyLS43MVptLTguMTktNS4wNmMuMTYtMS42OSwxLjA3LTIuNzUsMi42OS0yLjc1czIuNDku OTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4zLDcuMywwLDAsMS0zLC42MmMtMi4yNiwwLTMuNC0x LjA3LTMuNS0zLjI0aDYuN2MwLS4yNS4wNS0uNzYuMDUtMSwwLTIuNjItMS4zMy00LjI0LTMuODkt NC4yNC0yLjg4LDAtNC4zMywyLjExLTQuMzMsNC44OCwwLDMuMTIsMS42NCw0Ljg1LDQuNzksNC44 NWE2Ljc5LDYuNzksMCwwLDAsMy4yLS42NlpNODAuMzgsMTguMzksODMuMDcsOS4xSDgxLjYzTDc5 LjcsMTYuNCw3Ny41NSw5LjFoLTEuNmwtMi4xMyw3LjM5TDcxLjkxLDkuMUg3MC4zNEw3MywxOC4z OWgxLjUxTDc2Ljc1LDExbDIuMTMsNy4zN1pNNjUuMywxNy4zM2MtMS44NSwwLTIuODktMS40Mi0y Ljg5LTMuNTdzMS0zLjYsMi44OS0zLjYsMi45LDEuNDIsMi45LDMuNTdTNjcuMTQsMTcuMzMsNjUu MywxNy4zM1ptMCwxLjI4YzMsMCw0LjQyLTIuMTUsNC40Mi00Ljg2UzY4LjQ1LDguODgsNjUuMyw4 Ljg4Yy0yLjk1LDAtNC40MiwyLjE1LTQuNDIsNC44NlM2Mi4xNSwxOC42MSw2NS4zLDE4LjYxWm0t MTIuNjgtOGE0LjQ2LDQuNDYsMCwwLDEsMi4yLS40OUEzLDMsMCwwLDEsNTgsMTMuNDVjMCwyLjQ5 LTEuMzcsMy44OC0zLjc1LDMuODhhNC4yOSw0LjI5LDAsMCwxLTEuNi0uMjVabS0xLjQ2LDcuNDZh OS4yNyw5LjI3LDAsMCwwLDIuOTMuNWMzLjM3LDAsNS40MS0xLjg4LDUuNDEtNS4xN0E0LjIsNC4y LDAsMCwwLDU1LDguODhhNS44LDUuOCwwLDAsMC0yLjM0LjQ3VjQuNzJINTEuMTZabS05LjA4LDUs MS43Ny00LjcxTDQ3LjU0LDkuMWgtMS42bC0yLjgyLDcuNTlMNDAuMzUsOS4xSDM4LjdsMy43LDku MjhMNDAuNjEsMjMuMVpNMzEuMTksMTIuODdjLjE2LTEuNjksMS4wOC0yLjc1LDIuNy0yLjc1czIu NDkuOTEsMi41NSwyLjc1Wm02LjQ2LDMuODRhNy4yNyw3LjI3LDAsMCwxLTMsLjYyYy0yLjI2LDAt My40LTEuMDctMy41LTMuMjRoNi43YzAtLjI1LjA1LS43Ni4wNS0xLDAtMi42Mi0xLjMzLTQuMjQt My44OS00LjI0LTIuODgsMC00LjMzLDIuMTEtNC4zMyw0Ljg4LDAsMy4xMiwxLjYzLDQuODUsNC43 OSw0Ljg1YTYuNzgsNi43OCwwLDAsMCwzLjItLjY2Wk0yOC4xLDE4LjM5VjEyLjMxYzAtMi42Mi0x LjU4LTMuNDItMy42LTMuNDJhMTMsMTMsMCwwLDAtNC4xNy43OXY4LjcyaDEuNDZWMTAuNjFhNy4x NSw3LjE1LDAsMCwxLDIuMzctLjQyYzEuNjksMCwyLjQ5LjU4LDIuNDksMi42MnY1LjU3Wm0tOS4x Ny0xLjI4YTUuNTQsNS41NCwwLDAsMS0xLjY0LjI0Yy0uNjYsMC0xLjE1LS4xOC0xLjE1LTEuMzhW MTAuMzJoMi40NFY5LjFIMTYuMTRWNi44MUgxNC43VjkuMUgxMy4xNnYxLjIySDE0Ljd2NS45MmMw LDEuNjcuODcsMi4zNywyLjI0LDIuMzdhNS40Nyw1LjQ3LDAsMCwwLDItLjMzWk0xMC44NSw3LjM2 YS45NC45NCwwLDAsMCwuOTUtLjk1LDEsMSwwLDEsMC0xLjkxLDBBLjk0Ljk0LDAsMCwwLDEwLjg1 LDcuMzZabS43MSwxLjc1SDEwLjExdjkuMjhoMS40NlpNMS40NiwxMC43NGEzLjg5LDMuODksMCww LDEsMi4yLS41OCwzLDMsMCwwLDEsMy4xNSwzLjI5YzAsMi40OS0xLjM2LDMuODgtMy43NywzLjg4 YTQuMTQsNC4xNCwwLDAsMS0xLjU4LS4yNVptMCwxMi4zNlYxOC40YTUuNzYsNS43NiwwLDAsMCwx LjUxLjJjMy4zMSwwLDUuMzctMS44OCw1LjM3LTUuMTdBNC4yMiw0LjIyLDAsMCwwLDMuOCw4Ljg4 LDUuODcsNS44NywwLDAsMCwwLDEwLjIzVjIzLjFaIiBzdHlsZT0iZmlsbDojNGU0ZTRlIi8+PC9z dmc+");
    background-size: 101px 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .openlayers-map .ol-control
  {
    background-color: initial;
    padding: 0;
    overflow: visible;
  }
  
  .openlayers-map .ol-control button
  {
    background-color: hsla(0,0%,100%,.6);
    color: #3e53a4;
    border: 1px solid silver;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    font-weight: 400;
  }
  
  .openlayers-map .ol-control button,.openlayers-map .ol-control button:hover
  {
    -webkit-transition: background-color .5s ease;
    transition: background-color .5s ease;
  }
  
  .openlayers-map .ol-control button:hover
  {
    background-color: #eaedf8;
  }
  
  .openlayers-map .ol-zoom
  {
    font: normal normal normal 14px/1 Nucleo Outline;
    color: #3e53a4;
  }
  
  .openlayers-map .ol-zoom button:first-child
  {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .openlayers-map .ol-zoom button:last-child
  {
    border-top: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  
  .openlayers-map .ol-zoom .ol-zoom-in
  {
    font-size: 0;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .openlayers-map .ol-zoom .ol-zoom-in:before
  {
    content: "\ed29";
    color: #3e53a4;
    font-size: 18px;
    display: block;
    margin: auto;
  }
  
  .openlayers-map .ol-zoom .ol-zoom-out
  {
    font-size: 0;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .openlayers-map .ol-zoom .ol-zoom-out:before
  {
    content: "\ed2a";
    color: #3e53a4;
    font-size: 18px;
    display: block;
    margin: auto;
  }
  
  .openlayers-map .layer-switcher
  {
    top: 10px;
    right: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .openlayers-map .layer-switcher button
  {
    border: 1px solid silver;
    background-color: hsla(0,0%,100%,.6);
    background-image: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .openlayers-map .layer-switcher button:after
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    content: "\ed6c";
    display: block;
    margin: auto;
  }
  
  .openlayers-map .layer-switcher.shown button
  {
    display: none;
  }
  
  .openlayers-map .layer-switcher .panel
  {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    padding: 8px;
  }
  
  .openlayers-map .layer-switcher .panel input,.openlayers-map .layer-switcher .panel label
  {
    display: inline-block;
  }
  
  .openlayers-map .layer-switcher .panel ul
  {
    margin: 0;
    padding: 0;
  }
  
  .openlayers-map .layer-switcher .panel li.group
  {
    padding: 0;
  }
  
  .openlayers-map .layer-switcher .panel li.group>label
  {
    margin-bottom: 5px;
  }
  
  .openlayers-map .layer-switcher .panel li.group li.layer label
  {
    margin-bottom: 0;
  }
  
  .openlayers-map .ol-attribution ul
  {
    float: left;
    background-color: hsla(0,0%,100%,.6);
    font-size: 11px;
    padding: 0 10px 0 0;
    height: 28px;
    line-height: 28px;
    text-shadow: none;
  }
  
  .openlayers-map .ol-attribution a
  {
    text-decoration: none;
  }
  
  .openlayers-map .ol-attribution.ol-uncollapsible
  {
    height: inherit;
  }
  
  .openlayers-map .ol-attribution.ol-uncollapsible ul
  {
    float: none;
    padding: 2px 5px;
    height: auto;
    line-height: inherit;
  }
  
  .openlayers-map .ol-attribution.ol-uncollapsible ul li
  {
    display: inline-block!important;
  }
  
  .openlayers-map:-webkit-full-screen
  {
    height: 100%;
  }
  
  .openlayers-map:-moz-full-screen
  {
    height: 100%;
  }
  
  .openlayers-map:-ms-fullscreen
  {
    height: 100%;
  }
  
  .openlayers-map:fullscreen
  {
    height: 100%;
  }
  
  .openlayers-map .ol-full-screen
  {
    font: normal normal normal 18px/1 Nucleo Outline;
    color: #3e53a4;
  }
  
  .openlayers-map .ol-full-screen .ol-full-screen-false,.openlayers-map .ol-full-screen .ol-full-screen-true
  {
    font-size: 0;
    color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .openlayers-map .ol-full-screen .ol-full-screen-false:before,.openlayers-map .ol-full-screen .ol-full-screen-true:before
  {
    content: "\eae2";
    color: #3e53a4;
    font-size: 18px;
    display: block;
    margin: auto;
  }
  
  .openlayers-map .ol-full-screen .ol-full-screen-false:hover,.openlayers-map .ol-full-screen .ol-full-screen-true:hover
  {
    background-color: #eaedf8;
  }
  
  .openlayers-map .popover
  {
    min-width: 200px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.25);
    box-shadow: 0 0 8px rgba(0,0,0,.25);
  }
  
  .openlayers-map .popover h1,.openlayers-map .popover h2,.openlayers-map .popover h3,.openlayers-map .popover h4,.openlayers-map .popover h5,.openlayers-map .popover h6,.openlayers-map .popover p,.openlayers-map .popover table
  {
    margin: 0;
  }
  
  .openlayers-map .popover hr
  {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  
  .openlayers-map .popover .popover-content
  {
    padding: 16px;
  }
  
  @-webkit-keyframes bounce
  {
    0%,20%,53%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    40%,43%
    {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-30px,0);
      transform: translate3d(0,-30px,0);
    }
  
    70%
    {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0);
    }
  
    90%
    {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
    }
  }
  
  @keyframes bounce
  {
    0%,20%,53%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    40%,43%
    {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-30px,0);
      transform: translate3d(0,-30px,0);
    }
  
    70%
    {
      -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      animation-timing-function: cubic-bezier(.755,.05,.855,.06);
      -webkit-transform: translate3d(0,-15px,0);
      transform: translate3d(0,-15px,0);
    }
  
    90%
    {
      -webkit-transform: translate3d(0,-4px,0);
      transform: translate3d(0,-4px,0);
    }
  }
  
  @-webkit-keyframes pop
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      opacity: 0;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  
    20%
    {
      -webkit-transform: scale3d(1.1,1.1,1.1);
      transform: scale3d(1.1,1.1,1.1);
    }
  
    40%
    {
      -webkit-transform: scale3d(.9,.9,.9);
      transform: scale3d(.9,.9,.9);
    }
  
    60%
    {
      opacity: 1;
      -webkit-transform: scale3d(1.03,1.03,1.03);
      transform: scale3d(1.03,1.03,1.03);
    }
  
    80%
    {
      -webkit-transform: scale3d(.97,.97,.97);
      transform: scale3d(.97,.97,.97);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  @keyframes pop
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      opacity: 0;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  
    20%
    {
      -webkit-transform: scale3d(1.1,1.1,1.1);
      transform: scale3d(1.1,1.1,1.1);
    }
  
    40%
    {
      -webkit-transform: scale3d(.9,.9,.9);
      transform: scale3d(.9,.9,.9);
    }
  
    60%
    {
      opacity: 1;
      -webkit-transform: scale3d(1.03,1.03,1.03);
      transform: scale3d(1.03,1.03,1.03);
    }
  
    80%
    {
      -webkit-transform: scale3d(.97,.97,.97);
      transform: scale3d(.97,.97,.97);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  @-webkit-keyframes shake
  {
    0%,to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    10%,30%,50%,70%,90%
    {
      -webkit-transform: translate3d(-10px,0,0);
      transform: translate3d(-10px,0,0);
    }
  
    20%,40%,60%,80%
    {
      -webkit-transform: translate3d(10px,0,0);
      transform: translate3d(10px,0,0);
    }
  }
  
  @keyframes shake
  {
    0%,to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    10%,30%,50%,70%,90%
    {
      -webkit-transform: translate3d(-10px,0,0);
      transform: translate3d(-10px,0,0);
    }
  
    20%,40%,60%,80%
    {
      -webkit-transform: translate3d(10px,0,0);
      transform: translate3d(10px,0,0);
    }
  }
  
  @-webkit-keyframes pulse
  {
    0%
    {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  
    50%
    {
      -webkit-transform: scale3d(1.05,1.05,1.05);
      transform: scale3d(1.05,1.05,1.05);
    }
  
    to
    {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  @keyframes pulse
  {
    0%
    {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  
    50%
    {
      -webkit-transform: scale3d(1.05,1.05,1.05);
      transform: scale3d(1.05,1.05,1.05);
    }
  
    to
    {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
  }
  
  @-webkit-keyframes scaleUp
  {
    0%
    {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    to
    {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  
  @keyframes scaleUp
  {
    0%
    {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    to
    {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  
  @-webkit-keyframes scaleUpPop
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  
    25%
    {
      -webkit-transform: translateZ(0) scale(1.09);
      transform: translateZ(0) scale(1.09);
    }
  
    50%
    {
      -webkit-transform: translateZ(0) scale(.98);
      transform: translateZ(0) scale(.98);
    }
  
    75%
    {
      -webkit-transform: translateZ(0) scale(1.07);
      transform: translateZ(0) scale(1.07);
    }
  
    to
    {
      -webkit-transform: translateZ(0) scale(1.02);
      transform: translateZ(0) scale(1.02);
    }
  }
  
  @keyframes scaleUpPop
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  
    25%
    {
      -webkit-transform: translateZ(0) scale(1.09);
      transform: translateZ(0) scale(1.09);
    }
  
    50%
    {
      -webkit-transform: translateZ(0) scale(.98);
      transform: translateZ(0) scale(.98);
    }
  
    75%
    {
      -webkit-transform: translateZ(0) scale(1.07);
      transform: translateZ(0) scale(1.07);
    }
  
    to
    {
      -webkit-transform: translateZ(0) scale(1.02);
      transform: translateZ(0) scale(1.02);
    }
  }
  
  @-webkit-keyframes scaleDown
  {
    0%
    {
      -webkit-transform: translateZ(0) scale(1.02);
      transform: translateZ(0) scale(1.02);
    }
  
    to
    {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  }
  
  @keyframes scaleDown
  {
    0%
    {
      -webkit-transform: translateZ(0) scale(1.02);
      transform: translateZ(0) scale(1.02);
    }
  
    to
    {
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  }
  
  @-webkit-keyframes bounceIn
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      opacity: 0;
      -webkit-transform: translateZ(0) scale(.3);
      transform: translateZ(0) scale(.3);
    }
  
    25%
    {
      -webkit-transform: translateZ(0) scale(1.09);
      transform: translateZ(0) scale(1.09);
    }
  
    50%
    {
      -webkit-transform: translateZ(0) scale(.98);
      transform: translateZ(0) scale(.98);
    }
  
    75%
    {
      -webkit-transform: translateZ(0) scale(1.03);
      transform: translateZ(0) scale(1.03);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  }
  
  @keyframes bounceIn
  {
    0%,20%,40%,60%,80%,to
    {
      -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
      animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
  
    0%
    {
      opacity: 0;
      -webkit-transform: translateZ(0) scale(.3);
      transform: translateZ(0) scale(.3);
    }
  
    25%
    {
      -webkit-transform: translateZ(0) scale(1.09);
      transform: translateZ(0) scale(1.09);
    }
  
    50%
    {
      -webkit-transform: translateZ(0) scale(.98);
      transform: translateZ(0) scale(.98);
    }
  
    75%
    {
      -webkit-transform: translateZ(0) scale(1.03);
      transform: translateZ(0) scale(1.03);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: translateZ(0) scale(1);
      transform: translateZ(0) scale(1);
    }
  }
  
  @keyframes fadeIn
  {
    0%
    {
      opacity: 0;
    }
  
    to
    {
      opacity: 1;
    }
  }
  
  @keyframes fadeInUp
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInUpBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,2000px,0);
      transform: translate3d(0,2000px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInUpBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,2000px,0);
      transform: translate3d(0,2000px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInDown
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDown
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInDownMini
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-10px,0);
      transform: translate3d(0,-10px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDownMini
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-10px,0);
      transform: translate3d(0,-10px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInDownSubtle
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-50%,0);
      transform: translate3d(0,-50%,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDownSubtle
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-50%,0);
      transform: translate3d(0,-50%,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInDownBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-2000px,0);
      transform: translate3d(0,-2000px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInDownBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-2000px,0);
      transform: translate3d(0,-2000px,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInLeft
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInLeft
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInLeftBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInLeftBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRight
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes fadeInRightBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(2000px,0,0);
      transform: translate3d(2000px,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @keyframes fadeInRightBig
  {
    0%
    {
      opacity: 0;
      -webkit-transform: translate3d(2000px,0,0);
      transform: translate3d(2000px,0,0);
    }
  
    to
    {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  @-webkit-keyframes flipInY
  {
    0%
    {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40%
    {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60%
    {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
  
    80%
    {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
  
    to
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @keyframes flipInY
  {
    0%
    {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      opacity: 0;
    }
  
    40%
    {
      -webkit-transform: perspective(400px) rotateY(-20deg);
      transform: perspective(400px) rotateY(-20deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
  
    60%
    {
      -webkit-transform: perspective(400px) rotateY(10deg);
      transform: perspective(400px) rotateY(10deg);
      opacity: 1;
    }
  
    80%
    {
      -webkit-transform: perspective(400px) rotateY(-5deg);
      transform: perspective(400px) rotateY(-5deg);
    }
  
    to
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  }
  
  @-webkit-keyframes slideInLeft
  {
    0%
    {
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @keyframes slideInLeft
  {
    0%
    {
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @-webkit-keyframes slideInLeftSmall
  {
    0%
    {
      -webkit-transform: translate3d(-20%,0,0);
      transform: translate3d(-20%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @keyframes slideInLeftSmall
  {
    0%
    {
      -webkit-transform: translate3d(-20%,0,0);
      transform: translate3d(-20%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @-webkit-keyframes slideInRight
  {
    0%
    {
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @keyframes slideInRight
  {
    0%
    {
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
      visibility: visible;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  }
  
  @-webkit-keyframes slideInRightSmall
  {
    0%
    {
      -webkit-transform: translate3d(20%,0,0);
      transform: translate3d(20%,0,0);
      visibility: visible;
      opacity: 0;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @keyframes slideInRightSmall
  {
    0%
    {
      -webkit-transform: translate3d(20%,0,0);
      transform: translate3d(20%,0,0);
      visibility: visible;
      opacity: 0;
    }
  
    to
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      opacity: 1;
    }
  }
  
  @-webkit-keyframes zoomIn
  {
    0%
    {
      opacity: 0;
    }
  
    50%
    {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3);
    }
  
    to
    {
      opacity: 1;
    }
  }
  
  @keyframes zoomIn
  {
    0%
    {
      opacity: 0;
    }
  
    50%
    {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3);
    }
  
    to
    {
      opacity: 1;
    }
  }
  
  @keyframes fadeOut
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fadeOutUp
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
    }
  }
  
  @keyframes fadeOutUp
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-100%,0);
      transform: translate3d(0,-100%,0);
    }
  }
  
  @-webkit-keyframes fadeOutUpBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-2000px,0);
      transform: translate3d(0,-2000px,0);
    }
  }
  
  @keyframes fadeOutUpBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,-2000px,0);
      transform: translate3d(0,-2000px,0);
    }
  }
  
  @-webkit-keyframes fadeOutDown
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
    }
  }
  
  @keyframes fadeOutDown
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,100%,0);
      transform: translate3d(0,100%,0);
    }
  }
  
  @-webkit-keyframes fadeOutDownBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,2000px,0);
      transform: translate3d(0,2000px,0);
    }
  }
  
  @keyframes fadeOutDownBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(0,2000px,0);
      transform: translate3d(0,2000px,0);
    }
  }
  
  @keyframes fadeOutLeft
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  }
  
  @-webkit-keyframes fadeOutLeftBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0);
    }
  }
  
  @keyframes fadeOutLeftBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(-2000px,0,0);
      transform: translate3d(-2000px,0,0);
    }
  }
  
  @-webkit-keyframes fadeOutRight
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
  }
  
  @keyframes fadeOutRight
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
  }
  
  @-webkit-keyframes fadeOutRightBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(2000px,0,0);
      transform: translate3d(2000px,0,0);
    }
  }
  
  @keyframes fadeOutRightBig
  {
    0%
    {
      opacity: 1;
    }
  
    to
    {
      opacity: 0;
      -webkit-transform: translate3d(2000px,0,0);
      transform: translate3d(2000px,0,0);
    }
  }
  
  @-webkit-keyframes flipOutY
  {
    0%
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30%
    {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
    }
  
    to
    {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }
  
  @keyframes flipOutY
  {
    0%
    {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
    }
  
    30%
    {
      -webkit-transform: perspective(400px) rotateY(-15deg);
      transform: perspective(400px) rotateY(-15deg);
      opacity: 1;
    }
  
    to
    {
      -webkit-transform: perspective(400px) rotateY(90deg);
      transform: perspective(400px) rotateY(90deg);
      opacity: 0;
    }
  }
  
  @-webkit-keyframes hideOut
  {
    0%
    {
      display: none;
      opacity: 0;
    }
  
    to
    {
      display: none;
      opacity: 0;
    }
  }
  
  @keyframes hideOut
  {
    0%
    {
      display: none;
      opacity: 0;
    }
  
    to
    {
      display: none;
      opacity: 0;
    }
  }
  
  @-webkit-keyframes slideOutLeft
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  }
  
  @keyframes slideOutLeft
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(-100%,0,0);
      transform: translate3d(-100%,0,0);
    }
  }
  
  @-webkit-keyframes slideOutLeftSmall
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(-20%,0,0);
      transform: translate3d(-20%,0,0);
    }
  }
  
  @keyframes slideOutLeftSmall
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(-20%,0,0);
      transform: translate3d(-20%,0,0);
    }
  }
  
  @-webkit-keyframes slideOutRight
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
  }
  
  @keyframes slideOutRight
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
    }
  }
  
  @-webkit-keyframes slideOutRightSmall
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(20%,0,0);
      transform: translate3d(20%,0,0);
    }
  }
  
  @keyframes slideOutRightSmall
  {
    0%
    {
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
    }
  
    to
    {
      visibility: hidden;
      -webkit-transform: translate3d(20%,0,0);
      transform: translate3d(20%,0,0);
    }
  }
  
  @-webkit-keyframes zoomOut
  {
    0%
    {
      opacity: 1;
    }
  
    50%
    {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3);
    }
  
    to
    {
      opacity: 0;
    }
  }
  
  @keyframes zoomOut
  {
    0%
    {
      opacity: 1;
    }
  
    50%
    {
      opacity: 0;
      -webkit-transform: scale3d(.3,.3,.3);
      transform: scale3d(.3,.3,.3);
    }
  
    to
    {
      opacity: 0;
    }
  }
  
  .pb-ds-forward-stagger-1 button:first-of-type,.pb-ds-forward-stagger-1 div:first-of-type,.pb-ds-forward-stagger-1 li:first-of-type,.pb-ds-forward-stagger-1 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-2 button:nth-of-type(2),.pb-ds-forward-stagger-2 div:nth-of-type(2),.pb-ds-forward-stagger-2 li:nth-of-type(2),.pb-ds-forward-stagger-2 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-2 button:first-of-type,.pb-ds-forward-stagger-2 div:first-of-type,.pb-ds-forward-stagger-2 li:first-of-type,.pb-ds-forward-stagger-2 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-3 button:nth-of-type(3),.pb-ds-forward-stagger-3 div:nth-of-type(3),.pb-ds-forward-stagger-3 li:nth-of-type(3),.pb-ds-forward-stagger-3 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-3 button:nth-of-type(2),.pb-ds-forward-stagger-3 div:nth-of-type(2),.pb-ds-forward-stagger-3 li:nth-of-type(2),.pb-ds-forward-stagger-3 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-3 button:first-of-type,.pb-ds-forward-stagger-3 div:first-of-type,.pb-ds-forward-stagger-3 li:first-of-type,.pb-ds-forward-stagger-3 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-4 button:nth-of-type(4),.pb-ds-forward-stagger-4 div:nth-of-type(4),.pb-ds-forward-stagger-4 li:nth-of-type(4),.pb-ds-forward-stagger-4 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-4 button:nth-of-type(3),.pb-ds-forward-stagger-4 div:nth-of-type(3),.pb-ds-forward-stagger-4 li:nth-of-type(3),.pb-ds-forward-stagger-4 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-4 button:nth-of-type(2),.pb-ds-forward-stagger-4 div:nth-of-type(2),.pb-ds-forward-stagger-4 li:nth-of-type(2),.pb-ds-forward-stagger-4 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-4 button:first-of-type,.pb-ds-forward-stagger-4 div:first-of-type,.pb-ds-forward-stagger-4 li:first-of-type,.pb-ds-forward-stagger-4 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-5 button:nth-of-type(5),.pb-ds-forward-stagger-5 div:nth-of-type(5),.pb-ds-forward-stagger-5 li:nth-of-type(5),.pb-ds-forward-stagger-5 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-5 button:nth-of-type(4),.pb-ds-forward-stagger-5 div:nth-of-type(4),.pb-ds-forward-stagger-5 li:nth-of-type(4),.pb-ds-forward-stagger-5 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-5 button:nth-of-type(3),.pb-ds-forward-stagger-5 div:nth-of-type(3),.pb-ds-forward-stagger-5 li:nth-of-type(3),.pb-ds-forward-stagger-5 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-5 button:nth-of-type(2),.pb-ds-forward-stagger-5 div:nth-of-type(2),.pb-ds-forward-stagger-5 li:nth-of-type(2),.pb-ds-forward-stagger-5 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-5 button:first-of-type,.pb-ds-forward-stagger-5 div:first-of-type,.pb-ds-forward-stagger-5 li:first-of-type,.pb-ds-forward-stagger-5 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-6 button:nth-of-type(6),.pb-ds-forward-stagger-6 div:nth-of-type(6),.pb-ds-forward-stagger-6 li:nth-of-type(6),.pb-ds-forward-stagger-6 span:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-forward-stagger-6 button:nth-of-type(5),.pb-ds-forward-stagger-6 div:nth-of-type(5),.pb-ds-forward-stagger-6 li:nth-of-type(5),.pb-ds-forward-stagger-6 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-6 button:nth-of-type(4),.pb-ds-forward-stagger-6 div:nth-of-type(4),.pb-ds-forward-stagger-6 li:nth-of-type(4),.pb-ds-forward-stagger-6 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-6 button:nth-of-type(3),.pb-ds-forward-stagger-6 div:nth-of-type(3),.pb-ds-forward-stagger-6 li:nth-of-type(3),.pb-ds-forward-stagger-6 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-6 button:nth-of-type(2),.pb-ds-forward-stagger-6 div:nth-of-type(2),.pb-ds-forward-stagger-6 li:nth-of-type(2),.pb-ds-forward-stagger-6 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-6 button:first-of-type,.pb-ds-forward-stagger-6 div:first-of-type,.pb-ds-forward-stagger-6 li:first-of-type,.pb-ds-forward-stagger-6 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(7),.pb-ds-forward-stagger-7 div:nth-of-type(7),.pb-ds-forward-stagger-7 li:nth-of-type(7),.pb-ds-forward-stagger-7 span:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(6),.pb-ds-forward-stagger-7 div:nth-of-type(6),.pb-ds-forward-stagger-7 li:nth-of-type(6),.pb-ds-forward-stagger-7 span:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(5),.pb-ds-forward-stagger-7 div:nth-of-type(5),.pb-ds-forward-stagger-7 li:nth-of-type(5),.pb-ds-forward-stagger-7 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(4),.pb-ds-forward-stagger-7 div:nth-of-type(4),.pb-ds-forward-stagger-7 li:nth-of-type(4),.pb-ds-forward-stagger-7 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(3),.pb-ds-forward-stagger-7 div:nth-of-type(3),.pb-ds-forward-stagger-7 li:nth-of-type(3),.pb-ds-forward-stagger-7 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-7 button:nth-of-type(2),.pb-ds-forward-stagger-7 div:nth-of-type(2),.pb-ds-forward-stagger-7 li:nth-of-type(2),.pb-ds-forward-stagger-7 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-7 button:first-of-type,.pb-ds-forward-stagger-7 div:first-of-type,.pb-ds-forward-stagger-7 li:first-of-type,.pb-ds-forward-stagger-7 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(8),.pb-ds-forward-stagger-8 div:nth-of-type(8),.pb-ds-forward-stagger-8 li:nth-of-type(8),.pb-ds-forward-stagger-8 span:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(7),.pb-ds-forward-stagger-8 div:nth-of-type(7),.pb-ds-forward-stagger-8 li:nth-of-type(7),.pb-ds-forward-stagger-8 span:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(6),.pb-ds-forward-stagger-8 div:nth-of-type(6),.pb-ds-forward-stagger-8 li:nth-of-type(6),.pb-ds-forward-stagger-8 span:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(5),.pb-ds-forward-stagger-8 div:nth-of-type(5),.pb-ds-forward-stagger-8 li:nth-of-type(5),.pb-ds-forward-stagger-8 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(4),.pb-ds-forward-stagger-8 div:nth-of-type(4),.pb-ds-forward-stagger-8 li:nth-of-type(4),.pb-ds-forward-stagger-8 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(3),.pb-ds-forward-stagger-8 div:nth-of-type(3),.pb-ds-forward-stagger-8 li:nth-of-type(3),.pb-ds-forward-stagger-8 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-8 button:nth-of-type(2),.pb-ds-forward-stagger-8 div:nth-of-type(2),.pb-ds-forward-stagger-8 li:nth-of-type(2),.pb-ds-forward-stagger-8 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-8 button:first-of-type,.pb-ds-forward-stagger-8 div:first-of-type,.pb-ds-forward-stagger-8 li:first-of-type,.pb-ds-forward-stagger-8 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(9),.pb-ds-forward-stagger-9 div:nth-of-type(9),.pb-ds-forward-stagger-9 li:nth-of-type(9),.pb-ds-forward-stagger-9 span:nth-of-type(9)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(8),.pb-ds-forward-stagger-9 div:nth-of-type(8),.pb-ds-forward-stagger-9 li:nth-of-type(8),.pb-ds-forward-stagger-9 span:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(7),.pb-ds-forward-stagger-9 div:nth-of-type(7),.pb-ds-forward-stagger-9 li:nth-of-type(7),.pb-ds-forward-stagger-9 span:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(6),.pb-ds-forward-stagger-9 div:nth-of-type(6),.pb-ds-forward-stagger-9 li:nth-of-type(6),.pb-ds-forward-stagger-9 span:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(5),.pb-ds-forward-stagger-9 div:nth-of-type(5),.pb-ds-forward-stagger-9 li:nth-of-type(5),.pb-ds-forward-stagger-9 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(4),.pb-ds-forward-stagger-9 div:nth-of-type(4),.pb-ds-forward-stagger-9 li:nth-of-type(4),.pb-ds-forward-stagger-9 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(3),.pb-ds-forward-stagger-9 div:nth-of-type(3),.pb-ds-forward-stagger-9 li:nth-of-type(3),.pb-ds-forward-stagger-9 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-9 button:nth-of-type(2),.pb-ds-forward-stagger-9 div:nth-of-type(2),.pb-ds-forward-stagger-9 li:nth-of-type(2),.pb-ds-forward-stagger-9 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-forward-stagger-9 button:first-of-type,.pb-ds-forward-stagger-9 div:first-of-type,.pb-ds-forward-stagger-9 li:first-of-type,.pb-ds-forward-stagger-9 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(10),.pb-ds-forward-stagger-10 div:nth-of-type(10),.pb-ds-forward-stagger-10 li:nth-of-type(10),.pb-ds-forward-stagger-10 span:nth-of-type(10)
  {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(9),.pb-ds-forward-stagger-10 div:nth-of-type(9),.pb-ds-forward-stagger-10 li:nth-of-type(9),.pb-ds-forward-stagger-10 span:nth-of-type(9)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(8),.pb-ds-forward-stagger-10 div:nth-of-type(8),.pb-ds-forward-stagger-10 li:nth-of-type(8),.pb-ds-forward-stagger-10 span:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(7),.pb-ds-forward-stagger-10 div:nth-of-type(7),.pb-ds-forward-stagger-10 li:nth-of-type(7),.pb-ds-forward-stagger-10 span:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(6),.pb-ds-forward-stagger-10 div:nth-of-type(6),.pb-ds-forward-stagger-10 li:nth-of-type(6),.pb-ds-forward-stagger-10 span:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(5),.pb-ds-forward-stagger-10 div:nth-of-type(5),.pb-ds-forward-stagger-10 li:nth-of-type(5),.pb-ds-forward-stagger-10 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(4),.pb-ds-forward-stagger-10 div:nth-of-type(4),.pb-ds-forward-stagger-10 li:nth-of-type(4),.pb-ds-forward-stagger-10 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(3),.pb-ds-forward-stagger-10 div:nth-of-type(3),.pb-ds-forward-stagger-10 li:nth-of-type(3),.pb-ds-forward-stagger-10 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-forward-stagger-10 button:nth-of-type(2),.pb-ds-forward-stagger-10 div:nth-of-type(2),.pb-ds-forward-stagger-10 li:nth-of-type(2),.pb-ds-forward-stagger-10 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-1 button:first-of-type,.pb-ds-backward-stagger-1 div:first-of-type,.pb-ds-backward-stagger-1 li:first-of-type,.pb-ds-backward-stagger-1 span:first-of-type,.pb-ds-backward-stagger-2 button:nth-of-type(2),.pb-ds-backward-stagger-2 div:nth-of-type(2),.pb-ds-backward-stagger-2 li:nth-of-type(2),.pb-ds-backward-stagger-2 span:nth-of-type(2),.pb-ds-forward-stagger-10 button:first-of-type,.pb-ds-forward-stagger-10 div:first-of-type,.pb-ds-forward-stagger-10 li:first-of-type,.pb-ds-forward-stagger-10 span:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-2 button:first-of-type,.pb-ds-backward-stagger-2 div:first-of-type,.pb-ds-backward-stagger-2 li:first-of-type,.pb-ds-backward-stagger-2 span:first-of-type
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-3 button:nth-of-type(3),.pb-ds-backward-stagger-3 div:nth-of-type(3),.pb-ds-backward-stagger-3 li:nth-of-type(3),.pb-ds-backward-stagger-3 span:nth-of-type(3)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-3 button:nth-of-type(2),.pb-ds-backward-stagger-3 div:nth-of-type(2),.pb-ds-backward-stagger-3 li:nth-of-type(2),.pb-ds-backward-stagger-3 span:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-3 button:first-of-type,.pb-ds-backward-stagger-3 div:first-of-type,.pb-ds-backward-stagger-3 li:first-of-type,.pb-ds-backward-stagger-3 span:first-of-type
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-4 button:nth-of-type(4),.pb-ds-backward-stagger-4 div:nth-of-type(4),.pb-ds-backward-stagger-4 li:nth-of-type(4),.pb-ds-backward-stagger-4 span:nth-of-type(4)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-4 button:nth-of-type(3),.pb-ds-backward-stagger-4 div:nth-of-type(3),.pb-ds-backward-stagger-4 li:nth-of-type(3),.pb-ds-backward-stagger-4 span:nth-of-type(3)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-4 button:nth-of-type(2),.pb-ds-backward-stagger-4 div:nth-of-type(2),.pb-ds-backward-stagger-4 li:nth-of-type(2),.pb-ds-backward-stagger-4 span:nth-of-type(2)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-4 button:first-of-type,.pb-ds-backward-stagger-4 div:first-of-type,.pb-ds-backward-stagger-4 li:first-of-type,.pb-ds-backward-stagger-4 span:first-of-type
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-5 button:nth-of-type(5),.pb-ds-backward-stagger-5 div:nth-of-type(5),.pb-ds-backward-stagger-5 li:nth-of-type(5),.pb-ds-backward-stagger-5 span:nth-of-type(5)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-5 button:nth-of-type(4),.pb-ds-backward-stagger-5 div:nth-of-type(4),.pb-ds-backward-stagger-5 li:nth-of-type(4),.pb-ds-backward-stagger-5 span:nth-of-type(4)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-5 button:nth-of-type(3),.pb-ds-backward-stagger-5 div:nth-of-type(3),.pb-ds-backward-stagger-5 li:nth-of-type(3),.pb-ds-backward-stagger-5 span:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-5 button:nth-of-type(2),.pb-ds-backward-stagger-5 div:nth-of-type(2),.pb-ds-backward-stagger-5 li:nth-of-type(2),.pb-ds-backward-stagger-5 span:nth-of-type(2)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-5 button:first-of-type,.pb-ds-backward-stagger-5 div:first-of-type,.pb-ds-backward-stagger-5 li:first-of-type,.pb-ds-backward-stagger-5 span:first-of-type
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-6 button:nth-of-type(6),.pb-ds-backward-stagger-6 div:nth-of-type(6),.pb-ds-backward-stagger-6 li:nth-of-type(6),.pb-ds-backward-stagger-6 span:nth-of-type(6)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-6 button:nth-of-type(5),.pb-ds-backward-stagger-6 div:nth-of-type(5),.pb-ds-backward-stagger-6 li:nth-of-type(5),.pb-ds-backward-stagger-6 span:nth-of-type(5)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-6 button:nth-of-type(4),.pb-ds-backward-stagger-6 div:nth-of-type(4),.pb-ds-backward-stagger-6 li:nth-of-type(4),.pb-ds-backward-stagger-6 span:nth-of-type(4)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-6 button:nth-of-type(3),.pb-ds-backward-stagger-6 div:nth-of-type(3),.pb-ds-backward-stagger-6 li:nth-of-type(3),.pb-ds-backward-stagger-6 span:nth-of-type(3)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-6 button:nth-of-type(2),.pb-ds-backward-stagger-6 div:nth-of-type(2),.pb-ds-backward-stagger-6 li:nth-of-type(2),.pb-ds-backward-stagger-6 span:nth-of-type(2)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-6 button:first-of-type,.pb-ds-backward-stagger-6 div:first-of-type,.pb-ds-backward-stagger-6 li:first-of-type,.pb-ds-backward-stagger-6 span:first-of-type
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(7),.pb-ds-backward-stagger-7 div:nth-of-type(7),.pb-ds-backward-stagger-7 li:nth-of-type(7),.pb-ds-backward-stagger-7 span:nth-of-type(7)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(6),.pb-ds-backward-stagger-7 div:nth-of-type(6),.pb-ds-backward-stagger-7 li:nth-of-type(6),.pb-ds-backward-stagger-7 span:nth-of-type(6)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(5),.pb-ds-backward-stagger-7 div:nth-of-type(5),.pb-ds-backward-stagger-7 li:nth-of-type(5),.pb-ds-backward-stagger-7 span:nth-of-type(5)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(4),.pb-ds-backward-stagger-7 div:nth-of-type(4),.pb-ds-backward-stagger-7 li:nth-of-type(4),.pb-ds-backward-stagger-7 span:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(3),.pb-ds-backward-stagger-7 div:nth-of-type(3),.pb-ds-backward-stagger-7 li:nth-of-type(3),.pb-ds-backward-stagger-7 span:nth-of-type(3)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-7 button:nth-of-type(2),.pb-ds-backward-stagger-7 div:nth-of-type(2),.pb-ds-backward-stagger-7 li:nth-of-type(2),.pb-ds-backward-stagger-7 span:nth-of-type(2)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-backward-stagger-7 button:first-of-type,.pb-ds-backward-stagger-7 div:first-of-type,.pb-ds-backward-stagger-7 li:first-of-type,.pb-ds-backward-stagger-7 span:first-of-type
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(8),.pb-ds-backward-stagger-8 div:nth-of-type(8),.pb-ds-backward-stagger-8 li:nth-of-type(8),.pb-ds-backward-stagger-8 span:nth-of-type(8)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(7),.pb-ds-backward-stagger-8 div:nth-of-type(7),.pb-ds-backward-stagger-8 li:nth-of-type(7),.pb-ds-backward-stagger-8 span:nth-of-type(7)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(6),.pb-ds-backward-stagger-8 div:nth-of-type(6),.pb-ds-backward-stagger-8 li:nth-of-type(6),.pb-ds-backward-stagger-8 span:nth-of-type(6)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(5),.pb-ds-backward-stagger-8 div:nth-of-type(5),.pb-ds-backward-stagger-8 li:nth-of-type(5),.pb-ds-backward-stagger-8 span:nth-of-type(5)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(4),.pb-ds-backward-stagger-8 div:nth-of-type(4),.pb-ds-backward-stagger-8 li:nth-of-type(4),.pb-ds-backward-stagger-8 span:nth-of-type(4)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(3),.pb-ds-backward-stagger-8 div:nth-of-type(3),.pb-ds-backward-stagger-8 li:nth-of-type(3),.pb-ds-backward-stagger-8 span:nth-of-type(3)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-backward-stagger-8 button:nth-of-type(2),.pb-ds-backward-stagger-8 div:nth-of-type(2),.pb-ds-backward-stagger-8 li:nth-of-type(2),.pb-ds-backward-stagger-8 span:nth-of-type(2)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-backward-stagger-8 button:first-of-type,.pb-ds-backward-stagger-8 div:first-of-type,.pb-ds-backward-stagger-8 li:first-of-type,.pb-ds-backward-stagger-8 span:first-of-type
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(9),.pb-ds-backward-stagger-9 div:nth-of-type(9),.pb-ds-backward-stagger-9 li:nth-of-type(9),.pb-ds-backward-stagger-9 span:nth-of-type(9)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(8),.pb-ds-backward-stagger-9 div:nth-of-type(8),.pb-ds-backward-stagger-9 li:nth-of-type(8),.pb-ds-backward-stagger-9 span:nth-of-type(8)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(7),.pb-ds-backward-stagger-9 div:nth-of-type(7),.pb-ds-backward-stagger-9 li:nth-of-type(7),.pb-ds-backward-stagger-9 span:nth-of-type(7)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(6),.pb-ds-backward-stagger-9 div:nth-of-type(6),.pb-ds-backward-stagger-9 li:nth-of-type(6),.pb-ds-backward-stagger-9 span:nth-of-type(6)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(5),.pb-ds-backward-stagger-9 div:nth-of-type(5),.pb-ds-backward-stagger-9 li:nth-of-type(5),.pb-ds-backward-stagger-9 span:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(4),.pb-ds-backward-stagger-9 div:nth-of-type(4),.pb-ds-backward-stagger-9 li:nth-of-type(4),.pb-ds-backward-stagger-9 span:nth-of-type(4)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(3),.pb-ds-backward-stagger-9 div:nth-of-type(3),.pb-ds-backward-stagger-9 li:nth-of-type(3),.pb-ds-backward-stagger-9 span:nth-of-type(3)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-backward-stagger-9 button:nth-of-type(2),.pb-ds-backward-stagger-9 div:nth-of-type(2),.pb-ds-backward-stagger-9 li:nth-of-type(2),.pb-ds-backward-stagger-9 span:nth-of-type(2)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-backward-stagger-9 button:first-of-type,.pb-ds-backward-stagger-9 div:first-of-type,.pb-ds-backward-stagger-9 li:first-of-type,.pb-ds-backward-stagger-9 span:first-of-type
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(10),.pb-ds-backward-stagger-10 div:nth-of-type(10),.pb-ds-backward-stagger-10 li:nth-of-type(10),.pb-ds-backward-stagger-10 span:nth-of-type(10)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(9),.pb-ds-backward-stagger-10 div:nth-of-type(9),.pb-ds-backward-stagger-10 li:nth-of-type(9),.pb-ds-backward-stagger-10 span:nth-of-type(9)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(8),.pb-ds-backward-stagger-10 div:nth-of-type(8),.pb-ds-backward-stagger-10 li:nth-of-type(8),.pb-ds-backward-stagger-10 span:nth-of-type(8)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(7),.pb-ds-backward-stagger-10 div:nth-of-type(7),.pb-ds-backward-stagger-10 li:nth-of-type(7),.pb-ds-backward-stagger-10 span:nth-of-type(7)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(6),.pb-ds-backward-stagger-10 div:nth-of-type(6),.pb-ds-backward-stagger-10 li:nth-of-type(6),.pb-ds-backward-stagger-10 span:nth-of-type(6)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(5),.pb-ds-backward-stagger-10 div:nth-of-type(5),.pb-ds-backward-stagger-10 li:nth-of-type(5),.pb-ds-backward-stagger-10 span:nth-of-type(5)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(4),.pb-ds-backward-stagger-10 div:nth-of-type(4),.pb-ds-backward-stagger-10 li:nth-of-type(4),.pb-ds-backward-stagger-10 span:nth-of-type(4)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(3),.pb-ds-backward-stagger-10 div:nth-of-type(3),.pb-ds-backward-stagger-10 li:nth-of-type(3),.pb-ds-backward-stagger-10 span:nth-of-type(3)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-backward-stagger-10 button:nth-of-type(2),.pb-ds-backward-stagger-10 div:nth-of-type(2),.pb-ds-backward-stagger-10 li:nth-of-type(2),.pb-ds-backward-stagger-10 span:nth-of-type(2)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-backward-stagger-10 button:first-of-type,.pb-ds-backward-stagger-10 div:first-of-type,.pb-ds-backward-stagger-10 li:first-of-type,.pb-ds-backward-stagger-10 span:first-of-type
  {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  
  .pb-ds-bidirectional-stagger-1 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-1 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-1 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-1 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-1 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-1 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-1 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-1 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-1 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-2 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-2 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-2 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-2 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-2 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-2 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-2 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-2 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-2 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-2 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-2 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-2 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-2 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-2 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-3 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-3 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-3 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-3 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-3 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-3 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-3 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-3 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-3 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-3 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-3 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-3 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-3 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-3 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-3 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-3 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-3 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-3 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-3 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-4 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-4 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-4 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-4 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-4 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-4 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-4 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-4 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-4 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-4 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-4 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-4 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-4 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-4 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-4 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-4 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-4 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-4 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-5 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-5 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-5 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-5 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-5 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-5 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-5 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-5 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-5 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-5 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-5 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-5 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-5 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-5 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-5 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-5 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-5 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-5 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-5 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-5 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-5 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 button.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-6 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-6 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-6 button.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-6 button.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 button.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 div.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 li.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-6 span.ng-leave:nth-of-type(6)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-6 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-6 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-6 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-6 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-6 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-6 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-6 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-6 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-6 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-6 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-6 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-6 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-6 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-6 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-7 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-7 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(7)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(6)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-7 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-7 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-7 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-7 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-7 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-7 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-7 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-7 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-8 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-8 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(8)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(7)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(6)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-8 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-8 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-8 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-8 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-8 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-8 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-8 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-8 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(9)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-9 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-9 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(9)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(8)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(7)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(6)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-9 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-9 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-9 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-9 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-9 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-9 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-9 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-9 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(10),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(10)
  {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(9)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(8)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(7)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(6)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(5)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(4)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(3)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 button.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-enter:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:nth-of-type(2)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-10 button.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-10 button.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(10),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-enter-active:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-enter:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-hide-remove:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(10),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(10)
  {
    -webkit-animation-delay: .08s;
    animation-delay: .08s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(9),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(9)
  {
    -webkit-animation-delay: .16s;
    animation-delay: .16s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(8),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(8)
  {
    -webkit-animation-delay: .24s;
    animation-delay: .24s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(7),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(7)
  {
    -webkit-animation-delay: .32s;
    animation-delay: .32s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(6),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(6)
  {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(5),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(5)
  {
    -webkit-animation-delay: .48s;
    animation-delay: .48s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(4),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(4)
  {
    -webkit-animation-delay: .56s;
    animation-delay: .56s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(3),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(3)
  {
    -webkit-animation-delay: .64s;
    animation-delay: .64s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-10 button.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 button.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 div.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 li.ng-leave:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-hide:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-leave-active:nth-of-type(2),.pb-ds-bidirectional-stagger-10 span.ng-leave:nth-of-type(2)
  {
    -webkit-animation-delay: .72s;
    animation-delay: .72s;
  }
  
  .pb-ds-bidirectional-stagger-10 button.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-10 button.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-10 button.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-10 div.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-10 li.ng-leave:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-hide:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-leave-active:first-of-type,.pb-ds-bidirectional-stagger-10 span.ng-leave:first-of-type
  {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
  }
  
  .pb-ds-infinite
  {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .pb-ds-timing-fast
  {
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
  }
  
  .pb-ds-timing-veryfast
  {
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
  }
  
  .pb-ds-timing-slow
  {
    -webkit-animation-duration: .69s;
    animation-duration: .69s;
  }
  
  .btn-primary:not(.disabled):not([disabled]):not(.ng-hide),.pb-ds-bounce,.pb-ds-pop,.pb-ds-pulse,.pb-ds-scale-down,.pb-ds-scale-up-pop,.pb-ds-shake,[data-toggle=popover][data-trigger=click]+.popover[role=tooltip].in,[data-toggle=popover][data-trigger=focus]+.popover[role=tooltip].in,[popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[popover-popup],[toggle=popover][trigger=click]+.popover[role=tooltip].in,[toggle=popover][trigger=focus]+.popover[role=tooltip].in,[uib-popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[uib-popover-popup]
  {
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  
  .pb-ds-bounce
  {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  
  .pb-ds-pop
  {
    -webkit-animation-name: pop;
    animation-name: pop;
  }
  
  .pb-ds-shake
  {
    -webkit-animation-name: shake;
    animation-name: shake;
  }
  
  .pb-ds-pulse
  {
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  .pb-ds-scale-up
  {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-name: scaleUp;
    animation-name: scaleUp;
  }
  
  .pb-ds-scale-up-pop,[data-toggle=popover][data-trigger=click]+.popover[role=tooltip].in,[data-toggle=popover][data-trigger=focus]+.popover[role=tooltip].in,[popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[popover-popup],[toggle=popover][trigger=click]+.popover[role=tooltip].in,[toggle=popover][trigger=focus]+.popover[role=tooltip].in,[uib-popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[uib-popover-popup]
  {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: scaleUpPop;
    animation-name: scaleUpPop;
  }
  
  .pb-ds-scale-down
  {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-name: scaleDown;
    animation-name: scaleDown;
  }
  
  .ng-animate.ng-enter-active.btn-primary:not(.disabled):not([disabled]),.ng-animate.ng-enter.btn-primary:not(.disabled):not([disabled]),.ng-animate.ng-hide-remove.btn-primary:not(.disabled):not([disabled]),.pb-ds-bounce-in.ng-animate.ng-enter,.pb-ds-bounce-in.ng-animate.ng-enter-active,.pb-ds-bounce-in.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .ng-animate.pb-ds-stagger.ng-enter-stagger.btn-primary:not(.disabled):not([disabled]),.ng-animate.pb-ds-stagger.ng-leave-stagger.btn-primary:not(.disabled):not([disabled]),.pb-ds-bounce-in.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-bounce-in.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in.ng-animate.ng-enter,.pb-ds-fade-in.ng-animate.ng-enter-active,.pb-ds-fade-in.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-up.ng-animate.ng-enter,.pb-ds-fade-in-up.ng-animate.ng-enter-active,.pb-ds-fade-in-up.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-up.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-up.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-up-big.ng-animate.ng-enter,.pb-ds-fade-in-up-big.ng-animate.ng-enter-active,.pb-ds-fade-in-up-big.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-up-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-up-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-down.ng-animate.ng-enter,.pb-ds-fade-in-down.ng-animate.ng-enter-active,.pb-ds-fade-in-down.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-down.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-down.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-down-mini.ng-animate.ng-enter,.pb-ds-fade-in-down-mini.ng-animate.ng-enter-active,.pb-ds-fade-in-down-mini.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInDownMini;
    animation-name: fadeInDownMini;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-down-mini.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-down-mini.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-down-subtle.ng-animate.ng-enter,.pb-ds-fade-in-down-subtle.ng-animate.ng-enter-active,.pb-ds-fade-in-down-subtle.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInDownSubtle;
    animation-name: fadeInDownSubtle;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-down-subtle.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-down-subtle.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-down-big.ng-animate.ng-enter,.pb-ds-fade-in-down-big.ng-animate.ng-enter-active,.pb-ds-fade-in-down-big.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-down-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-down-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-left.ng-animate.ng-enter,.pb-ds-fade-in-left.ng-animate.ng-enter-active,.pb-ds-fade-in-left.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-left.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-left.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-left-big.ng-animate.ng-enter,.pb-ds-fade-in-left-big.ng-animate.ng-enter-active,.pb-ds-fade-in-left-big.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-left-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-left-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-right.ng-animate.ng-enter,.pb-ds-fade-in-right.ng-animate.ng-enter-active,.pb-ds-fade-in-right.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-right.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-right.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-in-right-big.ng-animate.ng-enter,.pb-ds-fade-in-right-big.ng-animate.ng-enter-active,.pb-ds-fade-in-right-big.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-in-right-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-in-right-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-flip-in-y.ng-animate.ng-enter,.pb-ds-flip-in-y.ng-animate.ng-enter-active,.pb-ds-flip-in-y.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-flip-in-y.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-flip-in-y.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-in-left.ng-animate.ng-enter,.pb-ds-slide-in-left.ng-animate.ng-enter-active,.pb-ds-slide-in-left.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-in-left.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-in-left.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-in-left-small.ng-animate.ng-enter,.pb-ds-slide-in-left-small.ng-animate.ng-enter-active,.pb-ds-slide-in-left-small.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: slideInLeftSmall;
    animation-name: slideInLeftSmall;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-in-left-small.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-in-left-small.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-in-right.ng-animate.ng-enter,.pb-ds-slide-in-right.ng-animate.ng-enter-active,.pb-ds-slide-in-right.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-in-right.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-in-right.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-in-right-small.ng-animate.ng-enter,.pb-ds-slide-in-right-small.ng-animate.ng-enter-active,.pb-ds-slide-in-right-small.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: slideInRightSmall;
    animation-name: slideInRightSmall;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-in-right-small.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-in-right-small.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-zoom-in.ng-animate.ng-enter,.pb-ds-zoom-in.ng-animate.ng-enter-active,.pb-ds-zoom-in.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-zoom-in.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-zoom-in.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out.ng-animate.ng-hide,.pb-ds-fade-out.ng-animate.ng-leave,.pb-ds-fade-out.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-up.ng-animate.ng-hide,.pb-ds-fade-out-up.ng-animate.ng-leave,.pb-ds-fade-out-up.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-up.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-up.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-up-big.ng-animate.ng-hide,.pb-ds-fade-out-up-big.ng-animate.ng-leave,.pb-ds-fade-out-up-big.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-up-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-up-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-down.ng-animate.ng-hide,.pb-ds-fade-out-down.ng-animate.ng-leave,.pb-ds-fade-out-down.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-down.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-down.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-down-big.ng-animate.ng-hide,.pb-ds-fade-out-down-big.ng-animate.ng-leave,.pb-ds-fade-out-down-big.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-down-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-down-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-left.ng-animate.ng-hide,.pb-ds-fade-out-left.ng-animate.ng-leave,.pb-ds-fade-out-left.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-left.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-left.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-left-big.ng-animate.ng-hide,.pb-ds-fade-out-left-big.ng-animate.ng-leave,.pb-ds-fade-out-left-big.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-left-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-left-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-right.ng-animate.ng-hide,.pb-ds-fade-out-right.ng-animate.ng-leave,.pb-ds-fade-out-right.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-right.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-right.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-fade-out-right-big.ng-animate.ng-hide,.pb-ds-fade-out-right-big.ng-animate.ng-leave,.pb-ds-fade-out-right-big.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-fade-out-right-big.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade-out-right-big.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-flip-out-y.ng-animate.ng-hide,.pb-ds-flip-out-y.ng-animate.ng-leave,.pb-ds-flip-out-y.ng-animate.ng-leave-active
  {
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-flip-out-y.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-flip-out-y.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-out-left.ng-animate.ng-hide,.pb-ds-slide-out-left.ng-animate.ng-leave,.pb-ds-slide-out-left.ng-animate.ng-leave-active
  {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-out-left.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-out-left.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-out-left-small.ng-animate.ng-hide,.pb-ds-slide-out-left-small.ng-animate.ng-leave,.pb-ds-slide-out-left-small.ng-animate.ng-leave-active
  {
    -webkit-animation-name: slideOutLeftSmall;
    animation-name: slideOutLeftSmall;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-out-left-small.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-out-left-small.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-out-right.ng-animate.ng-hide,.pb-ds-slide-out-right.ng-animate.ng-leave,.pb-ds-slide-out-right.ng-animate.ng-leave-active
  {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-out-right.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-out-right.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-slide-out-right-small.ng-animate.ng-hide,.pb-ds-slide-out-right-small.ng-animate.ng-leave,.pb-ds-slide-out-right-small.ng-animate.ng-leave-active
  {
    -webkit-animation-name: slideOutRightSmall;
    animation-name: slideOutRightSmall;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-slide-out-right-small.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-slide-out-right-small.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-zoom-out.ng-animate.ng-hide,.pb-ds-zoom-out.ng-animate.ng-leave,.pb-ds-zoom-out.ng-animate.ng-leave-active
  {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 415ms;
    animation-duration: 415ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-zoom-out.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-zoom-out.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .ng-animate.ng-hide.text-error,.ng-animate.ng-leave-active.text-error,.ng-animate.ng-leave.text-error,.pb-ds-fade.ng-animate.ng-hide,.pb-ds-fade.ng-animate.ng-leave,.pb-ds-fade.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .ng-animate.ng-enter-active.text-error,.ng-animate.ng-enter.text-error,.ng-animate.ng-hide-remove.text-error,.pb-ds-fade.ng-animate.ng-enter,.pb-ds-fade.ng-animate.ng-enter-active,.pb-ds-fade.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .ng-animate.pb-ds-stagger.ng-enter-stagger.text-error,.ng-animate.pb-ds-stagger.ng-leave-stagger.text-error,.pb-ds-fade.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-fade.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-crossfade.ng-animate.ng-enter,.pb-ds-crossfade.ng-animate.ng-enter-active,.pb-ds-crossfade.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-crossfade.ng-animate.ng-hide,.pb-ds-crossfade.ng-animate.ng-leave,.pb-ds-crossfade.ng-animate.ng-leave-active
  {
    -webkit-animation-name: hideOut;
    animation-name: hideOut;
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-crossfade.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-crossfade.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-crossfade.ng-animate.ng-hide-add
  {
    display: none;
  }
  
  .pb-ds-prevent-displacement.ng-animate.ng-hide,.pb-ds-prevent-displacement.ng-animate.ng-leave,.pb-ds-prevent-displacement.ng-animate.ng-leave-active
  {
    -webkit-animation-name: hideOut;
    animation-name: hideOut;
    -webkit-animation-duration: 0ms;
    animation-duration: 0ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .pb-ds-prevent-displacement.ng-animate.pb-ds-stagger.ng-enter-stagger,.pb-ds-prevent-displacement.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .pb-ds-prevent-displacement.ng-animate.ng-hide-add
  {
    display: none;
  }
  
  .spin.ng-animate.ng-hide,.spin.ng-animate.ng-hide-add,.spin.ng-animate.ng-leave,.spin.ng-animate.ng-leave-active
  {
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-animation: none!important;
    animation: none!important;
  }
  
  a,link
  {
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
  }
  
  a.link-fancy,link.link-fancy
  {
    text-decoration: none;
    -webkit-box-shadow: 0 8px 0 -7px transparent,0 8px 0 -7px transparent;
    box-shadow: 0 8px 0 -7px transparent,0 8px 0 -7px transparent;
    -webkit-transition: -webkit-box-shadow 80ms linear;
    transition: -webkit-box-shadow 80ms linear;
    transition: box-shadow 80ms linear;
    transition: box-shadow 80ms linear,-webkit-box-shadow 80ms linear;
  }
  
  a.link-fancy:hover,link.link-fancy:hover
  {
    -webkit-box-shadow: -7px 8px 0 -7px #314183,7px 8px 0 -7px #314183;
    box-shadow: -7px 8px 0 -7px #314183,7px 8px 0 -7px #314183;
  }
  
  .arrows-2_small-left,.arrows-2_small-right
  {
    -webkit-font-smoothing: antialiased;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
  }
  
  .btn
  {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: background-color .15s linear;
    transition: background-color .15s linear;
  }
  
  .btn.ng-animate.ng-hide,.btn.ng-animate.ng-leave,.btn.ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .btn.ng-animate.ng-enter,.btn.ng-animate.ng-enter-active,.btn.ng-animate.ng-hide-remove
  {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .btn.ng-animate.pb-ds-stagger.ng-enter-stagger,.btn.ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .btn-primary:not(.disabled):not([disabled]).ng-animate.ng-hide,.btn-primary:not(.disabled):not([disabled]).ng-animate.ng-leave,.btn-primary:not(.disabled):not([disabled]).ng-animate.ng-leave-active
  {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .btn-primary:not(.disabled):not([disabled]).ng-animate.pb-ds-stagger.ng-enter-stagger,.btn-primary:not(.disabled):not([disabled]).ng-animate.pb-ds-stagger.ng-leave-stagger
  {
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
  }
  
  .btn-primary:not(.disabled):not([disabled]):not(.ng-hide)
  {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
  }
  
  .form-control
  {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .ats-switch,.form-control
  {
    -webkit-transition: border-color .15s linear,-webkit-box-shadow .15s linear 80ms;
    transition: border-color .15s linear,-webkit-box-shadow .15s linear 80ms;
    transition: border-color .15s linear,box-shadow .15s linear 80ms;
    transition: border-color .15s linear,box-shadow .15s linear 80ms,-webkit-box-shadow .15s linear 80ms;
  }
  
  .control input~.control-indicator
  {
    -webkit-transition: -webkit-box-shadow 80ms linear;
    transition: -webkit-box-shadow 80ms linear;
    transition: box-shadow 80ms linear;
    transition: box-shadow 80ms linear,-webkit-box-shadow 80ms linear;
  }
  
  .control input:focus~.control-indicator
  {
    -webkit-transition: -webkit-box-shadow 80ms linear .15s;
    transition: -webkit-box-shadow 80ms linear .15s;
    transition: box-shadow 80ms linear .15s;
    transition: box-shadow 80ms linear .15s,-webkit-box-shadow 80ms linear .15s;
  }
  
  .radio input~.control-indicator
  {
    background-image: none;
  }
  
  .radio input~.control-indicator:after
  {
    content: "";
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: block;
    position: absolute;
    background-color: #3e53a4;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition: -webkit-transform 80ms linear;
    transition: -webkit-transform 80ms linear;
    transition: transform 80ms linear;
    transition: transform 80ms linear,-webkit-transform 80ms linear;
    -webkit-font-smoothing: antialiased;
  }
  
  .radio input:checked~.control-indicator
  {
    background-image: none;
  }
  
  .radio input:checked~.control-indicator:after
  {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(.05,.94,.76,1.6);
    transition-timing-function: cubic-bezier(.05,.94,.76,1.6);
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .checkbox input~.control-indicator
  {
    background-image: none;
  }
  
  .checkbox input~.control-indicator:after
  {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOSA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik03LjIyMSAwbC0uNzkuNzktMy4xNTkgMy4xNTktLjkwMy0uOTAzLS43OS0uNzktMS41NzkgMS41NzkuNzkuNzkgMS42OTIgMS42OTIuNzkuNzkuNzktLjc5IDMuOTQ5LTMuOTQ5Ljc5LS43OS0xLjU3OS0xLjU3OXoiIGZpbGw9IiMzRTUzQTQiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -webkit-calc(50% - 4px);
    top: calc(50% - 4px);
    left: -webkit-calc(50% - 4px);
    left: calc(50% - 4px);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
    -webkit-transition: -webkit-transform 80ms linear;
    transition: -webkit-transform 80ms linear;
    transition: transform 80ms linear;
    transition: transform 80ms linear,-webkit-transform 80ms linear;
  }
  
  .checkbox input:checked~.control-indicator
  {
    background-image: none;
  }
  
  .checkbox input:checked~.control-indicator:after
  {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .tile,.tile-button
  {
    background-color: #fff;
  }
  
  .tile-button:hover:after,.tile:hover:after
  {
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
  }
  
  [data-toggle=popover][data-trigger=click]+.popover[role=tooltip],[data-toggle=popover][data-trigger=focus]+.popover[role=tooltip],[toggle=popover][trigger=click]+.popover[role=tooltip],[toggle=popover][trigger=focus]+.popover[role=tooltip]
  {
    -webkit-animation: fadeOut .25s linear both;
    animation: fadeOut .25s linear both;
  }
  
  [data-toggle=popover][data-trigger=click]+.popover[role=tooltip].fade,[data-toggle=popover][data-trigger=focus]+.popover[role=tooltip].fade,[toggle=popover][trigger=click]+.popover[role=tooltip].fade,[toggle=popover][trigger=focus]+.popover[role=tooltip].fade
  {
    -webkit-transition: none;
    transition: none;
  }
  
  [popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[popover-popup],[uib-popover]:not([popover-trigger=mouseenter]):not([popover-trigger=mouseenter])+[uib-popover-popup]
  {
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: none;
  }
  
  [data-toggle=tooltip]+.tooltip,[popover][popover-trigger=mouseenter]+[popover-popup],[toggle=tooltip]+.tooltip,[uib-popover][popover-trigger=mouseenter]+[uib-popover-popup],[uib-tooltip]+[uib-tooltip-popup],[uib-tooltip]+[uib-tooltip-popup] [tooltip]+[tooltip-popup]
  {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    -webkit-transition: opacity 80ms linear,-webkit-transform .15s linear;
    transition: opacity 80ms linear,-webkit-transform .15s linear;
    transition: transform .15s linear,opacity 80ms linear;
    transition: transform .15s linear,opacity 80ms linear,-webkit-transform .15s linear;
  }
  
  [data-toggle=tooltip]+.tooltip.in,[popover][popover-trigger=mouseenter]+[popover-popup].in,[toggle=tooltip]+.tooltip.in,[uib-popover][popover-trigger=mouseenter]+[uib-popover-popup].in,[uib-tooltip]+[uib-tooltip-popup].in,[uib-tooltip]+[uib-tooltip-popup] [tooltip]+[tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  [data-toggle=tooltip][data-placement=right]+.tooltip,[popover][popover-trigger=mouseenter][popover-placement=right]+[popover-popup],[toggle=tooltip][placement=right]+.tooltip,[tooltip][tooltip-placement=right]+[tooltip-popup],[uib-popover][popover-trigger=mouseenter][popover-placement=right]+[uib-popover-popup],[uib-tooltip][tooltip-placement=right]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  
  [data-toggle=tooltip][data-placement=right]+.tooltip.in,[popover][popover-trigger=mouseenter][popover-placement=right]+[popover-popup].in,[toggle=tooltip][placement=right]+.tooltip.in,[tooltip][tooltip-placement=right]+[tooltip-popup].in,[uib-popover][popover-trigger=mouseenter][popover-placement=right]+[uib-popover-popup].in,[uib-tooltip][tooltip-placement=right]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  [data-toggle=tooltip][data-placement=bottom]+.tooltip,[popover][popover-trigger=mouseenter][popover-placement=bottom]+[popover-popup],[toggle=tooltip][placement=bottom]+.tooltip,[tooltip][tooltip-placement=bottom]+[tooltip-popup],[uib-popover][popover-trigger=mouseenter][popover-placement=bottom]+[uib-popover-popup],[uib-tooltip][tooltip-placement=bottom]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
  }
  
  [data-toggle=tooltip][data-placement=bottom]+.tooltip.in,[popover][popover-trigger=mouseenter][popover-placement=bottom]+[popover-popup].in,[toggle=tooltip][placement=bottom]+.tooltip.in,[tooltip][tooltip-placement=bottom]+[tooltip-popup].in,[uib-popover][popover-trigger=mouseenter][popover-placement=bottom]+[uib-popover-popup].in,[uib-tooltip][tooltip-placement=bottom]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  [data-toggle=tooltip][data-placement=left]+.tooltip,[popover][popover-trigger=mouseenter][popover-placement=left]+[popover-popup],[toggle=tooltip][placement=left]+.tooltip,[tooltip][tooltip-placement=left]+[tooltip-popup],[uib-popover][popover-trigger=mouseenter][popover-placement=left]+[uib-popover-popup],[uib-tooltip][tooltip-placement=left]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  
  [data-toggle=tooltip][data-placement=left]+.tooltip.in,[popover][popover-trigger=mouseenter][popover-placement=left]+[popover-popup].in,[toggle=tooltip][placement=left]+.tooltip.in,[tooltip][tooltip-placement=left]+[tooltip-popup].in,[uib-popover][popover-trigger=mouseenter][popover-placement=left]+[uib-popover-popup].in,[uib-tooltip][tooltip-placement=left]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .magnet[popover][popover-trigger=mouseenter]+[popover-popup],.magnet[tooltip]+[tooltip-popup],.magnet[uib-popover][popover-trigger=mouseenter]+[uib-popover-popup],.magnet[uib-tooltip]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity 80ms linear,-webkit-transform .15s linear;
    transition: opacity 80ms linear,-webkit-transform .15s linear;
    transition: transform .15s linear,opacity 80ms linear;
    transition: transform .15s linear,opacity 80ms linear,-webkit-transform .15s linear;
  }
  
  .magnet[popover][popover-trigger=mouseenter]+[popover-popup].in,.magnet[tooltip]+[tooltip-popup].in,.magnet[uib-popover][popover-trigger=mouseenter]+[uib-popover-popup].in,.magnet[uib-tooltip]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=right]+[popover-popup],.magnet[tooltip][tooltip-placement=right]+[tooltip-popup],.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=right]+[uib-popover-popup],.magnet[uib-tooltip][tooltip-placement=right]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=right]+[popover-popup].in,.magnet[tooltip][tooltip-placement=right]+[tooltip-popup].in,.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=right]+[uib-popover-popup].in,.magnet[uib-tooltip][tooltip-placement=right]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=bottom]+[popover-popup],.magnet[tooltip][tooltip-placement=bottom]+[tooltip-popup],.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=bottom]+[uib-popover-popup],.magnet[uib-tooltip][tooltip-placement=bottom]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=bottom]+[popover-popup].in,.magnet[tooltip][tooltip-placement=bottom]+[tooltip-popup].in,.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=bottom]+[uib-popover-popup].in,.magnet[uib-tooltip][tooltip-placement=bottom]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=left]+[popover-popup],.magnet[tooltip][tooltip-placement=left]+[tooltip-popup],.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=left]+[uib-popover-popup],.magnet[uib-tooltip][tooltip-placement=left]+[uib-tooltip-popup]
  {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  
  .magnet[popover][popover-trigger=mouseenter][popover-placement=left]+[popover-popup].in,.magnet[tooltip][tooltip-placement=left]+[tooltip-popup].in,.magnet[uib-popover][popover-trigger=mouseenter][popover-placement=left]+[uib-popover-popup].in,.magnet[uib-tooltip][tooltip-placement=left]+[uib-tooltip-popup].in
  {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .spacer-top-xs
  {
    margin-top: 10px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-top-xs
    {
      margin-top: 7.5px;
    }
  }
  
  .spacer-top-sm
  {
    margin-top: 20px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-top-sm
    {
      margin-top: 15px;
    }
  }
  
  .spacer-top-md
  {
    margin-top: 30px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-top-md
    {
      margin-top: 22.5px;
    }
  }
  
  .spacer-top-lg
  {
    margin-top: 40px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-top-lg
    {
      margin-top: 30px;
    }
  }
  
  .spacer-top-xl
  {
    margin-top: 50px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-top-xl
    {
      margin-top: 37.5px;
    }
  }
  
  .spacer-bottom-xs
  {
    margin-bottom: 10px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-bottom-xs
    {
      margin-bottom: 7.5px;
    }
  }
  
  .spacer-bottom-sm
  {
    margin-bottom: 20px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-bottom-sm
    {
      margin-bottom: 15px;
    }
  }
  
  .spacer-bottom-md
  {
    margin-bottom: 30px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-bottom-md
    {
      margin-bottom: 22.5px;
    }
  }
  
  .spacer-bottom-lg
  {
    margin-bottom: 40px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-bottom-lg
    {
      margin-bottom: 30px;
    }
  }
  
  .spacer-bottom-xl
  {
    margin-bottom: 50px;
  }
  
  @media only screen and (max-device-width:480px)
  {
    .spacer-bottom-xl
    {
      margin-bottom: 37.5px;
    }
  }
  
  .bg-danger,.bg-info,.bg-success,.bg-warning
  {
    color: #4e4e4e;
  }
  
  .nmt,.no-margin-top
  {
    margin-top: 0;
  }
  
  .nmb,.no-margin-bottom
  {
    margin-bottom: 0;
  }
  
  .no-margins
  {
    margin: 0;
  }
  
  .header-color
  {
    color: #2e2e2e;
  }
  
  .header-color-alt
  {
    color: #717171;
  }
  
  .text-white,.white
  {
    color: #fff;
  }
  
  .bk,.text-black
  {
    color: #000;
  }
  
  .text-color
  {
    color: #717171;
  }
  
  .text-bg1
  {
    color: #f0f0f0;
  }
  
  .text-bg2
  {
    color: #f8f8f8;
  }
  
  .text-bg3
  {
    color: #eaedf8;
  }
  
  .text-bg4
  {
    color: #d8dbf1;
  }
  
  .text-bg5
  {
    color: #c8cee4;
  }
  
  .text-cyan
  {
    color: #009bdf;
  }
  
  .text-cyan-300
  {
    color: #66c4d9;
  }
  
  .text-cyan-500
  {
    color: #009bdf;
  }
  
  .text-cyan-700
  {
    color: #007d99;
  }
  
  .text-dark-green
  {
    color: #00b140;
  }
  
  .text-dark-green-300
  {
    color: #66ca8c;
  }
  
  .text-dark-green-500
  {
    color: #00b140;
  }
  
  .text-dark-green-700
  {
    color: #008500;
  }
  
  .text-dark-orange
  {
    color: #ee6700;
  }
  
  .text-dark-orange-300
  {
    color: #f5a466;
  }
  
  .text-dark-orange-500
  {
    color: #ee6700;
  }
  
  .text-dark-orange-700
  {
    color: #be5000;
  }
  
  .text-danger,.text-error
  {
    color: #d30c0c;
  }
  
  .text-gray
  {
    color: silver;
  }
  
  .text-gray-50
  {
    color: #f8f8f8;
  }
  
  .text-gray-100
  {
    color: #f0f0f0;
  }
  
  .text-gray-200
  {
    color: #e1e1e1;
  }
  
  .text-gray-300
  {
    color: silver;
  }
  
  .text-gray-400
  {
    color: #9b9b9b;
  }
  
  .text-gray-500
  {
    color: #717171;
  }
  
  .text-gray-700
  {
    color: #2e2e2e;
  }
  
  .text-gray-blue
  {
    color: #eaedf8;
  }
  
  .text-green
  {
    color: #72bf44;
  }
  
  .text-green-300
  {
    color: #aad88f;
  }
  
  .text-green-500
  {
    color: #72bf44;
  }
  
  .text-green-700
  {
    color: #5a9836;
  }
  
  .text-magenta
  {
    color: #cf0989;
  }
  
  .text-magenta-300
  {
    color: #e26bb8;
  }
  
  .text-magenta-500
  {
    color: #cf0989;
  }
  
  .text-magenta-700
  {
    color: #a5076e;
  }
  
  .text-blue
  {
    color: #3e53a4;
  }
  
  .text-blue-300
  {
    color: #8b98c8;
  }
  
  .text-blue-500
  {
    color: #3e53a4;
  }
  
  .text-blue-700
  {
    color: #314183;
  }
  
  .text-orange
  {
    color: #ef8200;
  }
  
  .text-orange-300
  {
    color: #f5a66d;
  }
  
  .text-orange-500
  {
    color: #ef8200;
  }
  
  .text-orange-700
  {
    color: #bf6800;
  }
  
  .text-purple
  {
    color: #a03f9b;
  }
  
  .text-purple-300
  {
    color: #c68cc3;
  }
  
  .text-purple-500
  {
    color: #a03f9b;
  }
  
  .text-purple-700
  {
    color: #80327c;
  }
  
  .text-warning
  {
    color: #ee6700;
  }
  
  .text-yellow
  {
    color: #edb700;
  }
  
  .text-yellow-300
  {
    color: #f4d466;
  }
  
  .text-yellow-500
  {
    color: #edb700;
  }
  
  .text-yellow-700
  {
    color: #bd9100;
  }
  
  .bg-header-color
  {
    background-color: #2e2e2e;
  }
  
  .bg-header-color-alt
  {
    background-color: #717171;
  }
  
  .bg-white
  {
    background-color: #fff;
  }
  
  .bg-black
  {
    background-color: #000;
  }
  
  .bg-pb-bg1
  {
    background-color: #f0f0f0;
  }
  
  .bg-pb-bg2
  {
    background-color: #f8f8f8;
  }
  
  .bg-pb-bg3
  {
    background-color: #eaedf8;
  }
  
  .bg-pb-bg4
  {
    background-color: #d8dbf1;
  }
  
  .bg-pb-bg5
  {
    background-color: #c8cee4;
  }
  
  .bg-pb-blue
  {
    background-color: #3e53a4;
  }
  
  .bg-pb-blue-100
  {
    background-color: #c8cee4;
  }
  
  .bg-pb-blue-300
  {
    background-color: #8b98c8;
  }
  
  .bg-pb-blue-500
  {
    background-color: #3e53a4;
  }
  
  .bg-pb-blue-700
  {
    background-color: #314183;
  }
  
  .bg-pb-cyan
  {
    background-color: #009bdf;
  }
  
  .bg-pb-cyan-300
  {
    background-color: #66c4d9;
  }
  
  .bg-pb-cyan-500
  {
    background-color: #009bdf;
  }
  
  .bg-pb-cyan-700
  {
    background-color: #007d99;
  }
  
  .bg-pb-danger,.bg-pb-error
  {
    background-color: #d30c0c;
  }
  
  .bg-pb-dark-orange
  {
    background-color: #ee6700;
  }
  
  .bg-pb-dark-orange-300
  {
    background-color: #f5a466;
  }
  
  .bg-pb-dark-orange-500
  {
    background-color: #ee6700;
  }
  
  .bg-pb-dark-orange-700
  {
    background-color: #be5000;
  }
  
  .bg-pb-dark-green
  {
    background-color: #00b140;
  }
  
  .bg-pb-dark-green-300
  {
    background-color: #66ca8c;
  }
  
  .bg-pb-dark-green-500
  {
    background-color: #00b140;
  }
  
  .bg-pb-dark-green-700
  {
    background-color: #008500;
  }
  
  .bg-pb-gray
  {
    background-color: silver;
  }
  
  .bg-pb-gray-blue
  {
    background-color: #eaedf8;
  }
  
  .bg-pb-gray-50
  {
    background-color: #f8f8f8;
  }
  
  .bg-pb-gray-100
  {
    background-color: #f0f0f0;
  }
  
  .bg-pb-gray-200
  {
    background-color: #e1e1e1;
  }
  
  .bg-pb-gray-300
  {
    background-color: silver;
  }
  
  .bg-pb-gray-400
  {
    background-color: #9b9b9b;
  }
  
  .bg-pb-gray-500
  {
    background-color: #717171;
  }
  
  .bg-pb-gray-600
  {
    background-color: #4e4e4e;
  }
  
  .bg-pb-gray-700
  {
    background-color: #2e2e2e;
  }
  
  .bg-pb-green
  {
    background-color: #72bf44;
  }
  
  .bg-pb-green-300
  {
    background-color: #aad88f;
  }
  
  .bg-pb-green-500
  {
    background-color: #72bf44;
  }
  
  .bg-pb-green-700
  {
    background-color: #5a9836;
  }
  
  .bg-pb-magenta
  {
    background-color: #cf0989;
  }
  
  .bg-pb-magenta-300
  {
    background-color: #e26bb8;
  }
  
  .bg-pb-magenta-500
  {
    background-color: #cf0989;
  }
  
  .bg-pb-magenta-700
  {
    background-color: #a5076e;
  }
  
  .bg-pb-medium-blue
  {
    background-color: #0072b8;
  }
  
  .bg-pb-medium-blue-300
  {
    background-color: #8b98c8;
  }
  
  .bg-pb-medium-blue-500
  {
    background-color: #3e53a4;
  }
  
  .bg-pb-medium-blue-700
  {
    background-color: #314183;
  }
  
  .bg-pb-orange
  {
    background-color: #ef8200;
  }
  
  .bg-pb-orange-300
  {
    background-color: #f5a66d;
  }
  
  .bg-pb-orange-500
  {
    background-color: #ef8200;
  }
  
  .bg-pb-orange-700
  {
    background-color: #bf6800;
  }
  
  .bg-pb-purple
  {
    background-color: #a03f9b;
  }
  
  .bg-pb-purple-300
  {
    background-color: #c68cc3;
  }
  
  .bg-pb-purple-500
  {
    background-color: #a03f9b;
  }
  
  .bg-pb-purple-700
  {
    background-color: #80327c;
  }
  
  .bg-pb-warning
  {
    background-color: #ee6700;
  }
  
  .bg-pb-yellow
  {
    background-color: #edb700;
  }
  
  .bg-pb-yellow-300
  {
    background-color: #f4d466;
  }
  
  .bg-pb-yellow-500
  {
    background-color: #edb700;
  }
  
  .bg-pb-yellow-700
  {
    background-color: #bd9100;
  }
  
  .bg-primary
  {
    background-color: #3e53a4;
  }
  
  .bg-success
  {
    background-color: #f2f9f2;
  }
  
  .bg-danger
  {
    background-color: #fdf2f2;
  }
  
  .bg-warning
  {
    background-color: #fcf6f2;
  }
  
  .bg-info
  {
    background-color: #f4f9fd;
  }
  
  .fill-white
  {
    fill: #fff;
  }
  
  .fill-bk
  {
    fill: #000;
  }
  
  .fill-bg1
  {
    fill: pb-gray-100;
  }
  
  .fill-bg2
  {
    fill: pb-gray-50;
  }
  
  .fill-bg3
  {
    fill: #eaedf8;
  }
  
  .fill-bg4
  {
    fill: #d8dbf1;
  }
  
  .fill-bg5
  {
    fill: #c8cee4;
  }
  
  .fill-blue
  {
    fill: #3e53a4;
  }
  
  .fill-blue-300
  {
    fill: #8b98c8;
  }
  
  .fill-blue-500
  {
    fill: #3e53a4;
  }
  
  .fill-blue-700
  {
    fill: #314183;
  }
  
  .fill-cyan
  {
    fill: #009bdf;
  }
  
  .fill-cyan-300
  {
    fill: #66c4d9;
  }
  
  .fill-cyan-500
  {
    fill: #009bdf;
  }
  
  .fill-cyan-700
  {
    fill: #007d99;
  }
  
  .fill-dark-green
  {
    fill: #00b140;
  }
  
  .fill-dark-green-300
  {
    fill: #66ca8c;
  }
  
  .fill-dark-green-500
  {
    fill: #00b140;
  }
  
  .fill-dark-green-700
  {
    fill: #008500;
  }
  
  .fill-dark-orange
  {
    fill: #ee6700;
  }
  
  .fill-dark-orange-300
  {
    fill: #f5a466;
  }
  
  .fill-dark-orange-500
  {
    fill: #ee6700;
  }
  
  .fill-dark-orange-700
  {
    fill: #be5000;
  }
  
  .fill-danger,.fill-error
  {
    fill: #d30c0c;
  }
  
  .fill-gray
  {
    fill: silver;
  }
  
  .fill-gray-50
  {
    fill: #f0f0f0;
  }
  
  .fill-gray-300
  {
    fill: silver;
  }
  
  .fill-gray-400
  {
    fill: #9b9b9b;
  }
  
  .fill-gray-500
  {
    fill: #717171;
  }
  
  .fill-gray-700
  {
    fill: #2e2e2e;
  }
  
  .fill-green
  {
    fill: #72bf44;
  }
  
  .fill-green-300
  {
    fill: #aad88f;
  }
  
  .fill-green-500
  {
    fill: #72bf44;
  }
  
  .fill-green-700
  {
    fill: #5a9836;
  }
  
  .fill-magenta
  {
    fill: #cf0989;
  }
  
  .fill-magenta-300
  {
    fill: #e26bb8;
  }
  
  .fill-magenta-500
  {
    fill: #cf0989;
  }
  
  .fill-magenta-700
  {
    fill: #a5076e;
  }
  
  .fill-medium-blue
  {
    fill: #3e53a4;
  }
  
  .fill-medium-blue-300
  {
    fill: #8b98c8;
  }
  
  .fill-medium-blue-500
  {
    fill: #3e53a4;
  }
  
  .fill-medium-blue-700
  {
    fill: #314183;
  }
  
  .fill-orange
  {
    fill: #ef8200;
  }
  
  .fill-orange-300
  {
    fill: #f5a66d;
  }
  
  .fill-orange-500
  {
    fill: #ef8200;
  }
  
  .fill-orange-700
  {
    fill: #bf6800;
  }
  
  .fill-purple
  {
    fill: #a03f9b;
  }
  
  .fill-purple-300
  {
    fill: #c68cc3;
  }
  
  .fill-purple-500
  {
    fill: #a03f9b;
  }
  
  .fill-purple-700
  {
    fill: #80327c;
  }
  
  .fill-warning
  {
    fill: #ee6700;
  }
  
  .fill-yellow
  {
    fill: #edb700;
  }
  
  .fill-yellow-300
  {
    fill: #f4d466;
  }
  
  .fill-yellow-500
  {
    fill: #edb700;
  }
  
  .fill-yellow-700
  {
    fill: #bd9100;
  }
  
  .stroke-white
  {
    stroke: #fff;
  }
  
  .stroke-bk
  {
    stroke: #000;
  }
  
  .stroke-bg1
  {
    stroke: pb-gray-100;
  }
  
  .stroke-bg2
  {
    stroke: pb-gray-50;
  }
  
  .stroke-bg3
  {
    stroke: #eaedf8;
  }
  
  .stroke-bg4
  {
    stroke: #d8dbf1;
  }
  
  .stroke-bg5
  {
    stroke: #c8cee4;
  }
  
  .stroke-blue
  {
    stroke: #3e53a4;
  }
  
  .stroke-cyan
  {
    stroke: #009bdf;
  }
  
  .stroke-cyan-300
  {
    stroke: #66c4d9;
  }
  
  .stroke-cyan-500
  {
    stroke: #009bdf;
  }
  
  .stroke-cyan-700
  {
    stroke: #007d99;
  }
  
  .stroke-dark-green
  {
    stroke: #00b140;
  }
  
  .stroke-dark-green-300
  {
    stroke: #66ca8c;
  }
  
  .stroke-dark-green-500
  {
    stroke: #00b140;
  }
  
  .stroke-dark-green-700
  {
    stroke: #008500;
  }
  
  .stroke-dark-orange
  {
    stroke: #ee6700;
  }
  
  .stroke-dark-orange-300
  {
    stroke: #f5a466;
  }
  
  .stroke-dark-orange-500
  {
    stroke: #ee6700;
  }
  
  .stroke-dark-orange-700
  {
    stroke: #be5000;
  }
  
  .stroke-danger,.stroke-error
  {
    stroke: #d30c0c;
  }
  
  .stroke-gray
  {
    stroke: silver;
  }
  
  .stroke-gray-50
  {
    stroke: #f0f0f0;
  }
  
  .stroke-gray-300
  {
    stroke: silver;
  }
  
  .stroke-gray-400
  {
    stroke: #9b9b9b;
  }
  
  .stroke-gray-500
  {
    stroke: #717171;
  }
  
  .stroke-gray-700
  {
    stroke: #2e2e2e;
  }
  
  .stroke-green
  {
    stroke: #72bf44;
  }
  
  .stroke-green-300
  {
    stroke: #aad88f;
  }
  
  .stroke-green-500
  {
    stroke: #72bf44;
  }
  
  .stroke-green-700
  {
    stroke: #5a9836;
  }
  
  .stroke-magenta
  {
    stroke: #cf0989;
  }
  
  .stroke-magenta-300
  {
    stroke: #e26bb8;
  }
  
  .stroke-magenta-500
  {
    stroke: #cf0989;
  }
  
  .stroke-magenta-700
  {
    stroke: #a5076e;
  }
  
  .stroke-pb-blue
  {
    stroke: #3e53a4;
  }
  
  .stroke-blue-300
  {
    stroke: #8b98c8;
  }
  
  .stroke-blue-500
  {
    stroke: #3e53a4;
  }
  
  .stroke-blue-700
  {
    stroke: #314183;
  }
  
  .stroke-orange
  {
    stroke: #ef8200;
  }
  
  .stroke-orange-300
  {
    stroke: #f5a66d;
  }
  
  .stroke-orange-500
  {
    stroke: #ef8200;
  }
  
  .stroke-orange-700
  {
    stroke: #bf6800;
  }
  
  .stroke-purple
  {
    stroke: #a03f9b;
  }
  
  .stroke-purple-300
  {
    stroke: #c68cc3;
  }
  
  .stroke-purple-500
  {
    stroke: #a03f9b;
  }
  
  .stroke-purple-700
  {
    stroke: #80327c;
  }
  
  .stroke-warning
  {
    stroke: #ee6700;
  }
  
  .stroke-yellow
  {
    stroke: #edb700;
  }
  
  .stroke-yellow-300
  {
    stroke: #f4d466;
  }
  
  .stroke-yellow-500
  {
    stroke: #edb700;
  }
  
  .stroke-yellow-700
  {
    stroke: #bd9100;
  }
  
  .stroke-medium-blue
  {
    stroke: #3e53a4;
  }
  
  .stroke-medium-blue-300
  {
    stroke: #8b98c8;
  }
  
  .stroke-medium-blue-500
  {
    stroke: #3e53a4;
  }
  
  .stroke-medium-blue-700
  {
    stroke: #314183;
  }
  
  .text-medium-blue
  {
    color: #3e53a4;
  }
  
  .text-medium-blue-300
  {
    color: #8b98c8;
  }
  
  .text-medium-blue-500
  {
    color: #3e53a4;
  }
  
  .text-medium-blue-700
  {
    color: #314183;
  }
  
  .as-sortable-item,.as-sortable-placeholder
  {
    display: block;
  }
  
  .as-sortable-item
  {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
  }
  
  .as-sortable-item-handle
  {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
  }
  
  .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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }