@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);/*! 
 * angular-loading-bar v0.9.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2016 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  -webkit-transition: 350ms linear all;
  -moz-transition: 350ms linear all;
  -o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;

  background: #29d;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  -moz-box-shadow: #29d 1px 0 6px 1px;
  -ms-box-shadow: #29d 1px 0 6px 1px;
  -webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 10px;
}

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation:    loading-bar-spinner 400ms linear infinite;
  -ms-animation:     loading-bar-spinner 400ms linear infinite;
  -o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ngdialog,.ngdialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0}@-webkit-keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@keyframes ngdialog-fadeout{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}@keyframes ngdialog-fadein{0%{opacity:0}100%{opacity:1}}.ngdialog{box-sizing:border-box;overflow:auto;-webkit-overflow-scrolling:touch;z-index:10000}.ngdialog *,.ngdialog :after,.ngdialog :before{box-sizing:inherit}.ngdialog.ngdialog-disabled-animation,.ngdialog.ngdialog-disabled-animation .ngdialog-content,.ngdialog.ngdialog-disabled-animation .ngdialog-overlay{-webkit-animation:none!important;animation:none!important}.ngdialog-overlay{background:rgba(0,0,0,.4);-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s}.ngdialog-no-overlay{pointer-events:none}.ngdialog.ngdialog-closing .ngdialog-overlay{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-content{background:#fff;-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadein .5s;animation:ngdialog-fadein .5s;pointer-events:all}.ngdialog.ngdialog-closing .ngdialog-content{-webkit-backface-visibility:hidden;-webkit-animation:ngdialog-fadeout .5s;animation:ngdialog-fadeout .5s}.ngdialog-close:before{font-family:Helvetica,Arial,sans-serif;content:'\D7';cursor:pointer}body.ngdialog-open,html.ngdialog-open{overflow:hidden}@-webkit-keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ngdialog-flyin{0%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes ngdialog-flyout{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}.ngdialog.ngdialog-theme-default{padding-bottom:160px;padding-top:160px}.ngdialog.ngdialog-theme-default.ngdialog-closing .ngdialog-content{-webkit-animation:ngdialog-flyout .5s;animation:ngdialog-flyout .5s}.ngdialog.ngdialog-theme-default .ngdialog-content{-webkit-animation:ngdialog-flyin .5s;animation:ngdialog-flyin .5s;background:#f0f0f0;border-radius:5px;color:#444;font-family:Helvetica,sans-serif;font-size:1.1em;line-height:1.5em;margin:0 auto;max-width:100%;padding:1em;position:relative;width:450px}.ngdialog.ngdialog-theme-default .ngdialog-close{border-radius:5px;cursor:pointer;position:absolute;right:0;top:0}.ngdialog.ngdialog-theme-default .ngdialog-close:before{background:0 0;border-radius:3px;color:#bbb;content:'\D7';font-size:26px;font-weight:400;height:30px;line-height:26px;position:absolute;right:3px;text-align:center;top:3px;width:30px}.ngdialog.ngdialog-theme-default .ngdialog-close:active:before,.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before{color:#777}.ngdialog.ngdialog-theme-default .ngdialog-message{margin-bottom:.5em}.ngdialog.ngdialog-theme-default .ngdialog-input{margin-bottom:1em}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email],.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url],.ngdialog.ngdialog-theme-default .ngdialog-input textarea{background:#fff;border:0;border-radius:3px;font-family:inherit;font-size:inherit;font-weight:inherit;margin:0 0 .25em;min-height:2.5em;padding:.25em .67em;width:100%}.ngdialog.ngdialog-theme-default .ngdialog-input input[type=text]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=password]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=email]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input input[type=url]:focus,.ngdialog.ngdialog-theme-default .ngdialog-input textarea:focus{box-shadow:inset 0 0 0 2px #8dbdf1;outline:0}.ngdialog.ngdialog-theme-default .ngdialog-buttons:after{content:'';display:table;clear:both}.ngdialog.ngdialog-theme-default .ngdialog-button{border:0;border-radius:3px;cursor:pointer;float:right;font-family:inherit;font-size:.8em;letter-spacing:.1em;line-height:1em;margin:0 0 0 .5em;padding:.75em 2em;text-transform:uppercase}.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:ngdialog-pulse 1.1s infinite;animation:ngdialog-pulse 1.1s infinite;outline:0}@media (max-width:568px){.ngdialog.ngdialog-theme-default .ngdialog-button:focus{-webkit-animation:none;animation:none}}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-primary{background:#3288e6;color:#fff}.ngdialog.ngdialog-theme-default .ngdialog-button.ngdialog-button-secondary{background:#e0e0e0;color:#777}.steps-indicator li a:before,.steps-indicator:before{background-color:#e6e6e6;content:''}.steps-indicator li.current,.steps-indicator li.default,.steps-indicator li.editing{pointer-events:none}.steps-indicator{right:0;bottom:0;left:0;margin:0;padding:20px 0 0;height:30px;list-style:none}.steps-indicator:before{position:absolute;height:1px}.steps-indicator.steps-2:before{left:calc(100% / 2 / 2);right:calc(100% / 2 / 2)}.steps-indicator.steps-3:before{left:calc(100% / 3 / 2);right:calc(100% / 3 / 2)}.steps-indicator.steps-4:before{left:calc(100% / 4 / 2);right:calc(100% / 4 / 2)}.steps-indicator.steps-5:before{left:calc(100% / 5 / 2);right:calc(100% / 5 / 2)}.steps-indicator.steps-6:before{left:calc(100% / 6 / 2);right:calc(100% / 6 / 2)}.steps-indicator.steps-7:before{left:calc(100% / 7 / 2);right:calc(100% / 7 / 2)}.steps-indicator.steps-8:before{left:calc(100% / 8 / 2);right:calc(100% / 8 / 2)}.steps-indicator.steps-9:before{left:calc(100% / 9 / 2);right:calc(100% / 9 / 2)}.steps-indicator.steps-10:before{left:calc(100% / 10 / 2);right:calc(100% / 10 / 2)}.steps-indicator *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.steps-indicator li{position:relative;float:left;margin:0;padding:0;padding-top:10px;text-align:center;line-height:15px}.steps-indicator li a{color:grey;text-decoration:none;text-transform:uppercase;font-weight:700;transition:.25s;cursor:pointer}.steps-indicator li a:before{position:absolute;top:-7px;left:calc(50% - 7px);width:14px;height:14px;border-radius:100%;transition:.25s}.steps-indicator li a:hover{color:#4d4d4d}.steps-indicator.steps-2 li{width:calc(100% / 2)}.steps-indicator.steps-3 li{width:calc(100% / 3)}.steps-indicator.steps-4 li{width:calc(100% / 4)}.steps-indicator.steps-5 li{width:calc(100% / 5)}.steps-indicator.steps-6 li{width:calc(100% / 6)}.steps-indicator.steps-7 li{width:calc(100% / 7)}.steps-indicator.steps-8 li{width:calc(100% / 8)}.steps-indicator.steps-9 li{width:calc(100% / 9)}.steps-indicator.steps-10 li{width:calc(100% / 10)}.steps-indicator.steps-11 li{width:calc(100% / 11)}.steps-indicator li.default a:hover{color:grey}.steps-indicator li.current a:before{background-color:grey}.steps-indicator li.done a:before{background-color:#393}.steps-indicator li.editing a:before{background-color:red}@charset "UTF-8";
.text-blue {
  color: #3498db; }

.text-navy-blue {
  color: #34495e; }

.text-center {
  text-align: center; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(674f50d287a8c48dc19ba404d20fe713.eot);
  src: url(674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(af7ae505a9eed503f8b8e6982036873e.woff2) format("woff2"), url(fee66e712a8a08eef5805a46892932ad.woff) format("woff"), url(b06871f281fee6b241d60582ae9369b9.ttf) format("truetype"), url(912ec66d7572ff821749319396470bde.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-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); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-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); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-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); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-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); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-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); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-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); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-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); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-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); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-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); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-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); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-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); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-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; } }

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-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); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-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); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-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); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-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); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: .67em 0;
  font-size: 2em; }

mark {
  color: #000;
  background: #ff0; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid silver; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

td, th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *, :after, :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td, .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(f4769f9bdb7466be65088239c12046d1.eot);
  src: url(f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"), url(448c34a56d699c29117adc64c43affeb.woff2) format("woff2"), url(fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"), url(e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"), url(89889688147bd7575d6327160d64e760.svg#glyphicons_halflingsregular) format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "*"; }

.glyphicon-plus:before {
  content: "+"; }

.glyphicon-eur:before, .glyphicon-euro:before {
  content: "\20AC"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-music:before {
  content: "\E002"; }

.glyphicon-search:before {
  content: "\E003"; }

.glyphicon-heart:before {
  content: "\E005"; }

.glyphicon-star:before {
  content: "\E006"; }

.glyphicon-star-empty:before {
  content: "\E007"; }

.glyphicon-user:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-th-large:before {
  content: "\E010"; }

.glyphicon-th:before {
  content: "\E011"; }

.glyphicon-th-list:before {
  content: "\E012"; }

.glyphicon-ok:before {
  content: "\E013"; }

.glyphicon-remove:before {
  content: "\E014"; }

.glyphicon-zoom-in:before {
  content: "\E015"; }

.glyphicon-zoom-out:before {
  content: "\E016"; }

.glyphicon-off:before {
  content: "\E017"; }

.glyphicon-signal:before {
  content: "\E018"; }

.glyphicon-cog:before {
  content: "\E019"; }

.glyphicon-trash:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-file:before {
  content: "\E022"; }

.glyphicon-time:before {
  content: "\E023"; }

.glyphicon-road:before {
  content: "\E024"; }

.glyphicon-download-alt:before {
  content: "\E025"; }

.glyphicon-download:before {
  content: "\E026"; }

.glyphicon-upload:before {
  content: "\E027"; }

.glyphicon-inbox:before {
  content: "\E028"; }

.glyphicon-play-circle:before {
  content: "\E029"; }

.glyphicon-repeat:before {
  content: "\E030"; }

.glyphicon-refresh:before {
  content: "\E031"; }

.glyphicon-list-alt:before {
  content: "\E032"; }

.glyphicon-lock:before {
  content: "\E033"; }

.glyphicon-flag:before {
  content: "\E034"; }

.glyphicon-headphones:before {
  content: "\E035"; }

.glyphicon-volume-off:before {
  content: "\E036"; }

.glyphicon-volume-down:before {
  content: "\E037"; }

.glyphicon-volume-up:before {
  content: "\E038"; }

.glyphicon-qrcode:before {
  content: "\E039"; }

.glyphicon-barcode:before {
  content: "\E040"; }

.glyphicon-tag:before {
  content: "\E041"; }

.glyphicon-tags:before {
  content: "\E042"; }

.glyphicon-book:before {
  content: "\E043"; }

.glyphicon-bookmark:before {
  content: "\E044"; }

.glyphicon-print:before {
  content: "\E045"; }

.glyphicon-camera:before {
  content: "\E046"; }

.glyphicon-font:before {
  content: "\E047"; }

.glyphicon-bold:before {
  content: "\E048"; }

.glyphicon-italic:before {
  content: "\E049"; }

.glyphicon-text-height:before {
  content: "\E050"; }

.glyphicon-text-width:before {
  content: "\E051"; }

.glyphicon-align-left:before {
  content: "\E052"; }

.glyphicon-align-center:before {
  content: "\E053"; }

.glyphicon-align-right:before {
  content: "\E054"; }

.glyphicon-align-justify:before {
  content: "\E055"; }

.glyphicon-list:before {
  content: "\E056"; }

.glyphicon-indent-left:before {
  content: "\E057"; }

.glyphicon-indent-right:before {
  content: "\E058"; }

.glyphicon-facetime-video:before {
  content: "\E059"; }

.glyphicon-picture:before {
  content: "\E060"; }

.glyphicon-map-marker:before {
  content: "\E062"; }

.glyphicon-adjust:before {
  content: "\E063"; }

.glyphicon-tint:before {
  content: "\E064"; }

.glyphicon-edit:before {
  content: "\E065"; }

.glyphicon-share:before {
  content: "\E066"; }

.glyphicon-check:before {
  content: "\E067"; }

.glyphicon-move:before {
  content: "\E068"; }

.glyphicon-step-backward:before {
  content: "\E069"; }

.glyphicon-fast-backward:before {
  content: "\E070"; }

.glyphicon-backward:before {
  content: "\E071"; }

.glyphicon-play:before {
  content: "\E072"; }

.glyphicon-pause:before {
  content: "\E073"; }

.glyphicon-stop:before {
  content: "\E074"; }

.glyphicon-forward:before {
  content: "\E075"; }

.glyphicon-fast-forward:before {
  content: "\E076"; }

.glyphicon-step-forward:before {
  content: "\E077"; }

.glyphicon-eject:before {
  content: "\E078"; }

.glyphicon-chevron-left:before {
  content: "\E079"; }

.glyphicon-chevron-right:before {
  content: "\E080"; }

.glyphicon-plus-sign:before {
  content: "\E081"; }

.glyphicon-minus-sign:before {
  content: "\E082"; }

.glyphicon-remove-sign:before {
  content: "\E083"; }

.glyphicon-ok-sign:before {
  content: "\E084"; }

.glyphicon-question-sign:before {
  content: "\E085"; }

.glyphicon-info-sign:before {
  content: "\E086"; }

.glyphicon-screenshot:before {
  content: "\E087"; }

.glyphicon-remove-circle:before {
  content: "\E088"; }

.glyphicon-ok-circle:before {
  content: "\E089"; }

.glyphicon-ban-circle:before {
  content: "\E090"; }

.glyphicon-arrow-left:before {
  content: "\E091"; }

.glyphicon-arrow-right:before {
  content: "\E092"; }

.glyphicon-arrow-up:before {
  content: "\E093"; }

.glyphicon-arrow-down:before {
  content: "\E094"; }

.glyphicon-share-alt:before {
  content: "\E095"; }

.glyphicon-resize-full:before {
  content: "\E096"; }

.glyphicon-resize-small:before {
  content: "\E097"; }

.glyphicon-exclamation-sign:before {
  content: "\E101"; }

.glyphicon-gift:before {
  content: "\E102"; }

.glyphicon-leaf:before {
  content: "\E103"; }

.glyphicon-fire:before {
  content: "\E104"; }

.glyphicon-eye-open:before {
  content: "\E105"; }

.glyphicon-eye-close:before {
  content: "\E106"; }

.glyphicon-warning-sign:before {
  content: "\E107"; }

.glyphicon-plane:before {
  content: "\E108"; }

.glyphicon-calendar:before {
  content: "\E109"; }

.glyphicon-random:before {
  content: "\E110"; }

.glyphicon-comment:before {
  content: "\E111"; }

.glyphicon-magnet:before {
  content: "\E112"; }

.glyphicon-chevron-up:before {
  content: "\E113"; }

.glyphicon-chevron-down:before {
  content: "\E114"; }

.glyphicon-retweet:before {
  content: "\E115"; }

.glyphicon-shopping-cart:before {
  content: "\E116"; }

.glyphicon-folder-close:before {
  content: "\E117"; }

.glyphicon-folder-open:before {
  content: "\E118"; }

.glyphicon-resize-vertical:before {
  content: "\E119"; }

.glyphicon-resize-horizontal:before {
  content: "\E120"; }

.glyphicon-hdd:before {
  content: "\E121"; }

.glyphicon-bullhorn:before {
  content: "\E122"; }

.glyphicon-bell:before {
  content: "\E123"; }

.glyphicon-certificate:before {
  content: "\E124"; }

.glyphicon-thumbs-up:before {
  content: "\E125"; }

.glyphicon-thumbs-down:before {
  content: "\E126"; }

.glyphicon-hand-right:before {
  content: "\E127"; }

.glyphicon-hand-left:before {
  content: "\E128"; }

.glyphicon-hand-up:before {
  content: "\E129"; }

.glyphicon-hand-down:before {
  content: "\E130"; }

.glyphicon-circle-arrow-right:before {
  content: "\E131"; }

.glyphicon-circle-arrow-left:before {
  content: "\E132"; }

.glyphicon-circle-arrow-up:before {
  content: "\E133"; }

.glyphicon-circle-arrow-down:before {
  content: "\E134"; }

.glyphicon-globe:before {
  content: "\E135"; }

.glyphicon-wrench:before {
  content: "\E136"; }

.glyphicon-tasks:before {
  content: "\E137"; }

.glyphicon-filter:before {
  content: "\E138"; }

.glyphicon-briefcase:before {
  content: "\E139"; }

.glyphicon-fullscreen:before {
  content: "\E140"; }

.glyphicon-dashboard:before {
  content: "\E141"; }

.glyphicon-paperclip:before {
  content: "\E142"; }

.glyphicon-heart-empty:before {
  content: "\E143"; }

.glyphicon-link:before {
  content: "\E144"; }

.glyphicon-phone:before {
  content: "\E145"; }

.glyphicon-pushpin:before {
  content: "\E146"; }

.glyphicon-usd:before {
  content: "\E148"; }

.glyphicon-gbp:before {
  content: "\E149"; }

.glyphicon-sort:before {
  content: "\E150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E152"; }

.glyphicon-sort-by-order:before {
  content: "\E153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E154"; }

.glyphicon-sort-by-attributes:before {
  content: "\E155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E156"; }

.glyphicon-unchecked:before {
  content: "\E157"; }

.glyphicon-expand:before {
  content: "\E158"; }

.glyphicon-collapse-down:before {
  content: "\E159"; }

.glyphicon-collapse-up:before {
  content: "\E160"; }

.glyphicon-log-in:before {
  content: "\E161"; }

.glyphicon-flash:before {
  content: "\E162"; }

.glyphicon-log-out:before {
  content: "\E163"; }

.glyphicon-new-window:before {
  content: "\E164"; }

.glyphicon-record:before {
  content: "\E165"; }

.glyphicon-save:before {
  content: "\E166"; }

.glyphicon-open:before {
  content: "\E167"; }

.glyphicon-saved:before {
  content: "\E168"; }

.glyphicon-import:before {
  content: "\E169"; }

.glyphicon-export:before {
  content: "\E170"; }

.glyphicon-send:before {
  content: "\E171"; }

.glyphicon-floppy-disk:before {
  content: "\E172"; }

.glyphicon-floppy-saved:before {
  content: "\E173"; }

.glyphicon-floppy-remove:before {
  content: "\E174"; }

.glyphicon-floppy-save:before {
  content: "\E175"; }

.glyphicon-floppy-open:before {
  content: "\E176"; }

.glyphicon-credit-card:before {
  content: "\E177"; }

.glyphicon-transfer:before {
  content: "\E178"; }

.glyphicon-cutlery:before {
  content: "\E179"; }

.glyphicon-header:before {
  content: "\E180"; }

.glyphicon-compressed:before {
  content: "\E181"; }

.glyphicon-earphone:before {
  content: "\E182"; }

.glyphicon-phone-alt:before {
  content: "\E183"; }

.glyphicon-tower:before {
  content: "\E184"; }

.glyphicon-stats:before {
  content: "\E185"; }

.glyphicon-sd-video:before {
  content: "\E186"; }

.glyphicon-hd-video:before {
  content: "\E187"; }

.glyphicon-subtitles:before {
  content: "\E188"; }

.glyphicon-sound-stereo:before {
  content: "\E189"; }

.glyphicon-sound-dolby:before {
  content: "\E190"; }

.glyphicon-sound-5-1:before {
  content: "\E191"; }

.glyphicon-sound-6-1:before {
  content: "\E192"; }

.glyphicon-sound-7-1:before {
  content: "\E193"; }

.glyphicon-copyright-mark:before {
  content: "\E194"; }

.glyphicon-registration-mark:before {
  content: "\E195"; }

.glyphicon-cloud-download:before {
  content: "\E197"; }

.glyphicon-cloud-upload:before {
  content: "\E198"; }

.glyphicon-tree-conifer:before {
  content: "\E199"; }

.glyphicon-tree-deciduous:before {
  content: "\E200"; }

.glyphicon-cd:before {
  content: "\E201"; }

.glyphicon-save-file:before {
  content: "\E202"; }

.glyphicon-open-file:before {
  content: "\E203"; }

.glyphicon-level-up:before {
  content: "\E204"; }

.glyphicon-copy:before {
  content: "\E205"; }

.glyphicon-paste:before {
  content: "\E206"; }

.glyphicon-alert:before {
  content: "\E209"; }

.glyphicon-equalizer:before {
  content: "\E210"; }

.glyphicon-king:before {
  content: "\E211"; }

.glyphicon-queen:before {
  content: "\E212"; }

.glyphicon-pawn:before {
  content: "\E213"; }

.glyphicon-bishop:before {
  content: "\E214"; }

.glyphicon-knight:before {
  content: "\E215"; }

.glyphicon-baby-formula:before {
  content: "\E216"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-blackboard:before {
  content: "\E218"; }

.glyphicon-bed:before {
  content: "\E219"; }

.glyphicon-apple:before {
  content: "\F8FF"; }

.glyphicon-erase:before {
  content: "\E221"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-lamp:before {
  content: "\E223"; }

.glyphicon-duplicate:before {
  content: "\E224"; }

.glyphicon-piggy-bank:before {
  content: "\E225"; }

.glyphicon-scissors:before {
  content: "\E226"; }

.glyphicon-bitcoin:before {
  content: "\E227"; }

.glyphicon-btc:before {
  content: "\E227"; }

.glyphicon-xbt:before {
  content: "\E227"; }

.glyphicon-yen:before {
  content: "\A5"; }

.glyphicon-jpy:before {
  content: "\A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-rub:before {
  content: "\20BD"; }

.glyphicon-scale:before {
  content: "\E230"; }

.glyphicon-ice-lolly:before {
  content: "\E231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\E232"; }

.glyphicon-education:before {
  content: "\E233"; }

.glyphicon-option-horizontal:before {
  content: "\E234"; }

.glyphicon-option-vertical:before {
  content: "\E235"; }

.glyphicon-menu-hamburger:before {
  content: "\E236"; }

.glyphicon-modal-window:before {
  content: "\E237"; }

.glyphicon-oil:before {
  content: "\E238"; }

.glyphicon-grain:before {
  content: "\E239"; }

.glyphicon-sunglasses:before {
  content: "\E240"; }

.glyphicon-text-size:before {
  content: "\E241"; }

.glyphicon-text-color:before {
  content: "\E242"; }

.glyphicon-text-background:before {
  content: "\E243"; }

.glyphicon-object-align-top:before {
  content: "\E244"; }

.glyphicon-object-align-bottom:before {
  content: "\E245"; }

.glyphicon-object-align-horizontal:before {
  content: "\E246"; }

.glyphicon-object-align-left:before {
  content: "\E247"; }

.glyphicon-object-align-vertical:before {
  content: "\E248"; }

.glyphicon-object-align-right:before {
  content: "\E249"; }

.glyphicon-triangle-right:before {
  content: "\E250"; }

.glyphicon-triangle-left:before {
  content: "\E251"; }

.glyphicon-triangle-bottom:before {
  content: "\E252"; }

.glyphicon-triangle-top:before {
  content: "\E253"; }

.glyphicon-console:before {
  content: "\E254"; }

.glyphicon-superscript:before {
  content: "\E255"; }

.glyphicon-subscript:before {
  content: "\E256"; }

.glyphicon-menu-left:before {
  content: "\E257"; }

.glyphicon-menu-right:before {
  content: "\E258"; }

.glyphicon-menu-down:before {
  content: "\E259"; }

.glyphicon-menu-up:before {
  content: "\E260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus, a:hover {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role=button] {
  cursor: pointer; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777; }

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
  font-size: 65%; }

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  font-size: 75%; }

.h1, h1 {
  font-size: 36px; }

.h2, h2 {
  font-size: 30px; }

.h3, h3 {
  font-size: 24px; }

.h4, h4 {
  font-size: 18px; }

.h5, h5 {
  font-size: 14px; }

.h6, h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

.small, small {
  font-size: 85%; }

.mark, mark {
  padding: .2em;
  background-color: #fcf8e3; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777; }

.text-primary {
  color: #337ab7; }

a.text-primary:focus, a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:focus, a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:focus, a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:focus, a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:focus, a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #337ab7; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ol, ul {
  margin-top: 0;
  margin-bottom: 10px; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dd, dt {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[data-original-title], abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small, blockquote footer, blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: '\2014   \A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0; }

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
  content: ''; }

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
  content: '\A0   \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > 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 #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*=col-] {
  position: static;
  display: table-column;
  float: none; }

table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none; }

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5; }

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8; }

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8; }

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6; }

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7; }

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3; }

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3; }

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc; }

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede; }

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; } }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700; }

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type=checkbox], input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal; }

input[type=file] {
  display: block; }

input[type=range] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type=search] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px; }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 30px; }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.checkbox, .radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.checkbox label, .radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.checkbox + .checkbox, .radio + .radio {
  margin-top: -5px; }

.checkbox-inline, .radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px; }

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
  cursor: not-allowed; }

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
  cursor: not-allowed; }

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
  cursor: not-allowed; }

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

select[multiple].input-sm, textarea.input-sm {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

select[multiple].input-lg, textarea.input-lg {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .checkbox label, .form-inline .radio label {
    padding-left: 0; }
  .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0; }

.form-horizontal .checkbox, .form-horizontal .radio {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn.focus, .btn:focus, .btn:hover {
  color: #333;
  text-decoration: none; }

.btn.active, .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default.focus, .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40; }

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74; }

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40; }

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4; }

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success.focus, .btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info.focus, .btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning.focus, .btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger.focus, .btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0; }

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
  border-color: transparent; }

.btn-link:focus, .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-group-sm > .btn, .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-group-xs > .btn, .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown, .dropup {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0; } }

.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; }

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px; }

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%; }

.btn-group-justified > .btn-group .btn {
  width: 100%; }

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto; }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0; }

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group .form-control:focus {
  z-index: 3; }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px; }

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell; }

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px; }

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
  margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn: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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
  z-index: 2; }

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #777; }

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent; }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0; } }

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 200px; } }

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-bottom, .navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox, .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .checkbox label, .navbar-form .radio label {
    padding-left: 0; }
  .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-default .btn-link {
  color: #777; }

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
  color: #333; }

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
  color: #fff; }

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0"; }

.breadcrumb > .active {
  color: #777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7; }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none; }

.pager li {
  display: inline; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

.pager li > a:focus, .pager li > a:hover {
  text-decoration: none;
  background-color: #eee; }

.pager .next > a, .pager .next > span {
  float: right; }

.pager .previous > a, .pager .previous > span {
  float: left; }

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

a.label:focus, a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #777; }

.label-default[href]:focus, .label-default[href]:hover {
  background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }

.label-primary[href]:focus, .label-primary[href]:hover {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:focus, .label-success[href]:hover {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:focus, .label-info[href]:hover {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:focus, .label-warning[href]:hover {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:focus, .label-danger[href]:hover {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-group-xs > .btn .badge, .btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee; }

.jumbotron .h1, .jumbotron h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px; }
  .jumbotron .h1, .jumbotron h1 {
    font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }

.thumbnail a > img, .thumbnail > img {
  margin-right: auto;
  margin-left: auto; }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
  border-color: #337ab7; }

.thumbnail .caption {
  padding: 9px;
  color: #333; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: 700; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable, .alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease; }

.progress-bar-striped, .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px; }

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media, .media-body {
  overflow: hidden;
  zoom: 1; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-object.img-thumbnail {
  max-width: none; }

.media-right, .media > .pull-right {
  padding-left: 10px; }

.media-left, .media > .pull-left {
  padding-right: 10px; }

.media-body, .media-left, .media-right {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  padding-left: 0;
  margin-bottom: 20px; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

a.list-group-item, button.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #777; }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info, button.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px; }

.panel > .table-responsive:first-child > .table:first-child, .panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0; }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0; }

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0; }

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto; }

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9; }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  content: "";
  border-width: 10px; }

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0; }

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0; }

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0; }

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left; }

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  line-height: 1; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  .carousel-inner > .item.active.right, .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5; }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x; }

.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9; }

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px; }

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px; }

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-next, .carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203A'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px; }

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " "; }

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important; }

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  td.visible-xs, th.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  td.visible-sm, th.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  td.visible-md, th.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  td.visible-lg, th.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  td.visible-print, th.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*# sourceMappingURL=bootstrap.min.css.map */
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #bdc6cc; }
  .checkbox input[type="checkbox"],
  .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .checkbox input[type="checkbox"]:focus + label::before,
    .checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after,
    .checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\F00C"; }
    .checkbox input[type="checkbox"]:indeterminate + label::after,
    .checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .checkbox input[type="checkbox"]:disabled + label,
    .checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before,
      .checkbox input[type="radio"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7; }

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #bdc6cc;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "FontAwesome";
  content: "\F00C"; }

input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff; }

input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.16.0 - 2016-03-23T20:51:56.678Z
 * License: MIT
 */
/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold; }

.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: 0px !important;
  top: 0px !important; }

.ui-select-choices-row:hover {
  background-color: #f5f5f5; }

/* Select2 theme */
/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950; }

.select2-result-single {
  padding-left: 0; }

.select2-locked > .select2-search-choice-close {
  display: none; }

.select-locked > .ui-select-match-close {
  display: none; }

body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */ }

/* Handle up direction Select2 */
.ui-select-container[theme="select2"].direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */ }

.ui-select-container[theme="select2"].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb; }

/* Selectize theme */
/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007FBB !important; }

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%; }

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%; }

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950; }

/* Handle up direction Selectize */
.ui-select-container[theme="selectize"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */ }

/* Bootstrap theme */
/* Helper class to show styles when focus */
.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, 0.075), 0 0 8px rgba(102, 175, 233, 0.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; }

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static; }

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  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;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important; }

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px; }

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */ }

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px; }

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  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: 0.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-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca; }

.ui-select-multiple .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 > a {
  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 > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff; }

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important; }

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950; }

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25); }

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url(29816bb0f232733bd5d2ae19462192ce.eot);
  src: url(29816bb0f232733bd5d2ae19462192ce.eot) format("embedded-opentype"), url(39aef4dab6c15328034fbc1f3cdb989b.woff) format("woff"), url(74019bf81993721131bd00bfbe180d91.ttf) format("truetype"), url(d5f830663258a64158b8683de2a5fd35.svg) format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.pe-7s-cloud-upload:before {
  content: "\E68A"; }

.pe-7s-cash:before {
  content: "\E68C"; }

.pe-7s-close:before {
  content: "\E680"; }

.pe-7s-bluetooth:before {
  content: "\E68D"; }

.pe-7s-cloud-download:before {
  content: "\E68B"; }

.pe-7s-way:before {
  content: "\E68E"; }

.pe-7s-close-circle:before {
  content: "\E681"; }

.pe-7s-id:before {
  content: "\E68F"; }

.pe-7s-angle-up:before {
  content: "\E682"; }

.pe-7s-wristwatch:before {
  content: "\E690"; }

.pe-7s-angle-up-circle:before {
  content: "\E683"; }

.pe-7s-world:before {
  content: "\E691"; }

.pe-7s-angle-right:before {
  content: "\E684"; }

.pe-7s-volume:before {
  content: "\E692"; }

.pe-7s-angle-right-circle:before {
  content: "\E685"; }

.pe-7s-users:before {
  content: "\E693"; }

.pe-7s-angle-left:before {
  content: "\E686"; }

.pe-7s-user-female:before {
  content: "\E694"; }

.pe-7s-angle-left-circle:before {
  content: "\E687"; }

.pe-7s-up-arrow:before {
  content: "\E695"; }

.pe-7s-angle-down:before {
  content: "\E688"; }

.pe-7s-switch:before {
  content: "\E696"; }

.pe-7s-angle-down-circle:before {
  content: "\E689"; }

.pe-7s-scissors:before {
  content: "\E697"; }

.pe-7s-wallet:before {
  content: "\E600"; }

.pe-7s-safe:before {
  content: "\E698"; }

.pe-7s-volume2:before {
  content: "\E601"; }

.pe-7s-volume1:before {
  content: "\E602"; }

.pe-7s-voicemail:before {
  content: "\E603"; }

.pe-7s-video:before {
  content: "\E604"; }

.pe-7s-user:before {
  content: "\E605"; }

.pe-7s-upload:before {
  content: "\E606"; }

.pe-7s-unlock:before {
  content: "\E607"; }

.pe-7s-umbrella:before {
  content: "\E608"; }

.pe-7s-trash:before {
  content: "\E609"; }

.pe-7s-tools:before {
  content: "\E60A"; }

.pe-7s-timer:before {
  content: "\E60B"; }

.pe-7s-ticket:before {
  content: "\E60C"; }

.pe-7s-target:before {
  content: "\E60D"; }

.pe-7s-sun:before {
  content: "\E60E"; }

.pe-7s-study:before {
  content: "\E60F"; }

.pe-7s-stopwatch:before {
  content: "\E610"; }

.pe-7s-star:before {
  content: "\E611"; }

.pe-7s-speaker:before {
  content: "\E612"; }

.pe-7s-signal:before {
  content: "\E613"; }

.pe-7s-shuffle:before {
  content: "\E614"; }

.pe-7s-shopbag:before {
  content: "\E615"; }

.pe-7s-share:before {
  content: "\E616"; }

.pe-7s-server:before {
  content: "\E617"; }

.pe-7s-search:before {
  content: "\E618"; }

.pe-7s-film:before {
  content: "\E6A5"; }

.pe-7s-science:before {
  content: "\E619"; }

.pe-7s-disk:before {
  content: "\E6A6"; }

.pe-7s-ribbon:before {
  content: "\E61A"; }

.pe-7s-repeat:before {
  content: "\E61B"; }

.pe-7s-refresh:before {
  content: "\E61C"; }

.pe-7s-add-user:before {
  content: "\E6A9"; }

.pe-7s-refresh-cloud:before {
  content: "\E61D"; }

.pe-7s-paperclip:before {
  content: "\E69C"; }

.pe-7s-radio:before {
  content: "\E61E"; }

.pe-7s-note2:before {
  content: "\E69D"; }

.pe-7s-print:before {
  content: "\E61F"; }

.pe-7s-network:before {
  content: "\E69E"; }

.pe-7s-prev:before {
  content: "\E620"; }

.pe-7s-mute:before {
  content: "\E69F"; }

.pe-7s-power:before {
  content: "\E621"; }

.pe-7s-medal:before {
  content: "\E6A0"; }

.pe-7s-portfolio:before {
  content: "\E622"; }

.pe-7s-like2:before {
  content: "\E6A1"; }

.pe-7s-plus:before {
  content: "\E623"; }

.pe-7s-left-arrow:before {
  content: "\E6A2"; }

.pe-7s-play:before {
  content: "\E624"; }

.pe-7s-key:before {
  content: "\E6A3"; }

.pe-7s-plane:before {
  content: "\E625"; }

.pe-7s-joy:before {
  content: "\E6A4"; }

.pe-7s-photo-gallery:before {
  content: "\E626"; }

.pe-7s-pin:before {
  content: "\E69B"; }

.pe-7s-phone:before {
  content: "\E627"; }

.pe-7s-plug:before {
  content: "\E69A"; }

.pe-7s-pen:before {
  content: "\E628"; }

.pe-7s-right-arrow:before {
  content: "\E699"; }

.pe-7s-paper-plane:before {
  content: "\E629"; }

.pe-7s-delete-user:before {
  content: "\E6A7"; }

.pe-7s-paint:before {
  content: "\E62A"; }

.pe-7s-bottom-arrow:before {
  content: "\E6A8"; }

.pe-7s-notebook:before {
  content: "\E62B"; }

.pe-7s-note:before {
  content: "\E62C"; }

.pe-7s-next:before {
  content: "\E62D"; }

.pe-7s-news-paper:before {
  content: "\E62E"; }

.pe-7s-musiclist:before {
  content: "\E62F"; }

.pe-7s-music:before {
  content: "\E630"; }

.pe-7s-mouse:before {
  content: "\E631"; }

.pe-7s-more:before {
  content: "\E632"; }

.pe-7s-moon:before {
  content: "\E633"; }

.pe-7s-monitor:before {
  content: "\E634"; }

.pe-7s-micro:before {
  content: "\E635"; }

.pe-7s-menu:before {
  content: "\E636"; }

.pe-7s-map:before {
  content: "\E637"; }

.pe-7s-map-marker:before {
  content: "\E638"; }

.pe-7s-mail:before {
  content: "\E639"; }

.pe-7s-mail-open:before {
  content: "\E63A"; }

.pe-7s-mail-open-file:before {
  content: "\E63B"; }

.pe-7s-magnet:before {
  content: "\E63C"; }

.pe-7s-loop:before {
  content: "\E63D"; }

.pe-7s-look:before {
  content: "\E63E"; }

.pe-7s-lock:before {
  content: "\E63F"; }

.pe-7s-lintern:before {
  content: "\E640"; }

.pe-7s-link:before {
  content: "\E641"; }

.pe-7s-like:before {
  content: "\E642"; }

.pe-7s-light:before {
  content: "\E643"; }

.pe-7s-less:before {
  content: "\E644"; }

.pe-7s-keypad:before {
  content: "\E645"; }

.pe-7s-junk:before {
  content: "\E646"; }

.pe-7s-info:before {
  content: "\E647"; }

.pe-7s-home:before {
  content: "\E648"; }

.pe-7s-help2:before {
  content: "\E649"; }

.pe-7s-help1:before {
  content: "\E64A"; }

.pe-7s-graph3:before {
  content: "\E64B"; }

.pe-7s-graph2:before {
  content: "\E64C"; }

.pe-7s-graph1:before {
  content: "\E64D"; }

.pe-7s-graph:before {
  content: "\E64E"; }

.pe-7s-global:before {
  content: "\E64F"; }

.pe-7s-gleam:before {
  content: "\E650"; }

.pe-7s-glasses:before {
  content: "\E651"; }

.pe-7s-gift:before {
  content: "\E652"; }

.pe-7s-folder:before {
  content: "\E653"; }

.pe-7s-flag:before {
  content: "\E654"; }

.pe-7s-filter:before {
  content: "\E655"; }

.pe-7s-file:before {
  content: "\E656"; }

.pe-7s-expand1:before {
  content: "\E657"; }

.pe-7s-exapnd2:before {
  content: "\E658"; }

.pe-7s-edit:before {
  content: "\E659"; }

.pe-7s-drop:before {
  content: "\E65A"; }

.pe-7s-drawer:before {
  content: "\E65B"; }

.pe-7s-download:before {
  content: "\E65C"; }

.pe-7s-display2:before {
  content: "\E65D"; }

.pe-7s-display1:before {
  content: "\E65E"; }

.pe-7s-diskette:before {
  content: "\E65F"; }

.pe-7s-date:before {
  content: "\E660"; }

.pe-7s-cup:before {
  content: "\E661"; }

.pe-7s-culture:before {
  content: "\E662"; }

.pe-7s-crop:before {
  content: "\E663"; }

.pe-7s-credit:before {
  content: "\E664"; }

.pe-7s-copy-file:before {
  content: "\E665"; }

.pe-7s-config:before {
  content: "\E666"; }

.pe-7s-compass:before {
  content: "\E667"; }

.pe-7s-comment:before {
  content: "\E668"; }

.pe-7s-coffee:before {
  content: "\E669"; }

.pe-7s-cloud:before {
  content: "\E66A"; }

.pe-7s-clock:before {
  content: "\E66B"; }

.pe-7s-check:before {
  content: "\E66C"; }

.pe-7s-chat:before {
  content: "\E66D"; }

.pe-7s-cart:before {
  content: "\E66E"; }

.pe-7s-camera:before {
  content: "\E66F"; }

.pe-7s-call:before {
  content: "\E670"; }

.pe-7s-calculator:before {
  content: "\E671"; }

.pe-7s-browser:before {
  content: "\E672"; }

.pe-7s-box2:before {
  content: "\E673"; }

.pe-7s-box1:before {
  content: "\E674"; }

.pe-7s-bookmarks:before {
  content: "\E675"; }

.pe-7s-bicycle:before {
  content: "\E676"; }

.pe-7s-bell:before {
  content: "\E677"; }

.pe-7s-battery:before {
  content: "\E678"; }

.pe-7s-ball:before {
  content: "\E679"; }

.pe-7s-back:before {
  content: "\E67A"; }

.pe-7s-attention:before {
  content: "\E67B"; }

.pe-7s-anchor:before {
  content: "\E67C"; }

.pe-7s-albums:before {
  content: "\E67D"; }

.pe-7s-alarm:before {
  content: "\E67E"; }

.pe-7s-airplay:before {
  content: "\E67F"; }

.text-left {
  text-align: left !important; }

/* HELPER CLASS
 * -------------------------- */
/* FA based classes */
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
/* makes the font 33% larger relative to the icon container */
.pe-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.pe-2x {
  font-size: 2em; }

.pe-3x {
  font-size: 3em; }

.pe-4x {
  font-size: 4em; }

.pe-5x {
  font-size: 5em; }

.pe-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.pe-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.pe-ul > li {
  position: relative; }

.pe-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.pe-li.pe-lg {
  left: -1.8571428571428572em; }

.pe-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.pe.pull-left {
  margin-right: .3em; }

.pe.pull-right {
  margin-left: .3em; }

.pe-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.pe-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.pe-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.pe-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.pe-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.pe-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.pe-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.pe-stack-1x,
.pe-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.pe-stack-1x {
  line-height: inherit; }

.pe-stack-2x {
  font-size: 2em; }

.pe-inverse {
  color: #ffffff; }

/* Custom classes / mods - PIXEDEN */
.pe-va {
  vertical-align: middle; }

.pe-border {
  border: solid 0.08em #eaeaea; }

[class^="pe-7s-"], [class*=" pe-7s-"] {
  display: inline-block; }

/* MARGINS & PADDINGS */
.p-xxs {
  padding: 5px !important; }

.p-xs {
  padding: 10px !important; }

.p-sm {
  padding: 15px !important; }

.p-m {
  padding: 20px !important; }

.p-md {
  padding: 25px !important; }

.p-lg {
  padding: 30px !important; }

.p-xl {
  padding: 40px !important; }

.p-t-sm {
  padding-top: 5vh !important; }

.m-xxs {
  margin: 2px 4px; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m {
  margin: 15px; }

.m-md {
  margin: 20px; }

.m-lg {
  margin: 30px; }

.m-xl {
  margin: 50px; }

.m-n {
  margin: 0 !important; }

.m-l-none {
  margin-left: 0; }

.m-l-xs {
  margin-left: 5px; }

.m-l-sm {
  margin-left: 10px; }

.m-l-io {
  margin-left: 12px; }

.m-l {
  margin-left: 15px; }

.m-l-md {
  margin-left: 20px; }

.m-l-lg {
  margin-left: 30px; }

.m-l-xl {
  margin-left: 40px; }

.m-l-n-xxs {
  margin-left: -1px; }

.m-l-n-xs {
  margin-left: -5px; }

.m-l-n-xs-io {
  margin-left: -6px; }

.m-l-n-sm {
  margin-left: -10px; }

.m-l-n {
  margin-left: -15px; }

.m-l-n-md {
  margin-left: -20px; }

.m-l-n-lg {
  margin-left: -30px; }

.m-l-n-xs {
  margin-left: -34px; }

.m-l-n-xl {
  margin-left: -40px; }

.m-t-none {
  margin-top: 0; }

.m-t-xxs {
  margin-top: 1px; }

.m-t-xs {
  margin-top: 5px; }

.m-t-sm {
  margin-top: 10px; }

.m-t {
  margin-top: 15px; }

.m-t-md {
  margin-top: 20px; }

.m-t-lg {
  margin-top: 30px; }

.m-t-xl {
  margin-top: 40px; }

.m-t-xxl {
  margin-top: 50px; }

.m-t-xxxl {
  margin-top: 60px; }

.m-t-n-xxs {
  margin-top: -1px; }

.m-t-n-xs {
  margin-top: -5px; }

.m-t-n-sm {
  margin-top: -10px; }

.m-t-n {
  margin-top: -15px; }

.m-t-nas {
  margin-top: -16px; }

.m-t-na {
  margin-top: -18px; }

.m-t-n-md {
  margin-top: -20px; }

.m-t-n-lg {
  margin-top: -30px; }

.m-t-n-xl {
  margin-top: -40px; }

.m-r-none {
  margin-right: 0; }

.m-r-xxs {
  margin-right: 1px; }

.m-r-xs {
  margin-right: 5px; }

.m-r-sm {
  margin-right: 10px; }

.m-r {
  margin-right: 15px; }

.m-r-md {
  margin-right: 20px; }

.m-r-lg {
  margin-right: 30px; }

.m-r-xl {
  margin-right: 40px; }

.m-r-n-xxs {
  margin-right: -1px; }

.m-r-n-xs {
  margin-right: -5px; }

.m-r-n-sm {
  margin-right: -10px; }

.m-r-n {
  margin-right: -15px; }

.m-r-n-md {
  margin-right: -20px; }

.m-r-n-lg {
  margin-right: -30px; }

.m-r-n-xl {
  margin-right: -40px; }

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.m-b {
  margin-bottom: 15px; }

.m-b-md {
  margin-bottom: 20px; }

.m-b-lg {
  margin-bottom: 30px; }

.m-b-xl {
  margin-bottom: 40px; }

.m-b-n-xxs {
  margin-bottom: -1px; }

.m-b-n-xs {
  margin-bottom: -5px; }

.m-b-n-sm {
  margin-bottom: -10px; }

.m-b-n {
  margin-bottom: -15px; }

.m-b-n-md {
  margin-bottom: -20px; }

.m-b-n-lg {
  margin-bottom: -30px; }

.m-b-n-xl {
  margin-bottom: -40px; }

.space-15 {
  margin: 15px 0; }

.space-20 {
  margin: 20px 0; }

.space-25 {
  margin: 25px 0; }

.space-30 {
  margin: 30px 0; }

.p-20-x {
  padding: 20px 0; }

.checkbox {
  padding-left: 20px; }

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C"; }

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle label::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #00b4c8;
  border-color: #00b4c8; }

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }

.checkbox-green input[type="checkbox"]:checked + label::before {
  background-color: #8bc34a;
  border-color: #8bc34a; }

.checkbox-gray input[type="checkbox"]:checked + label::before {
  background-color: #999;
  border-color: #999; }

.checkbox-red input[type="checkbox"]:checked + label::before {
  background-color: #e62d45;
  border-color: #e62d45; }

.checkbox-blue input[type="checkbox"]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db; }

.checkbox-yellow input[type="checkbox"]:checked + label::before {
  background-color: #ffb606;
  border-color: #ffb606; }

.checkbox-teal input[type="checkbox"]:checked + label::before {
  background-color: #34495e;
  border-color: #34495e; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-green input[type="checkbox"]:checked + label::after,
.checkbox-blue input[type="checkbox"]:checked + label::after,
.checkbox-red input[type="checkbox"]:checked + label::after,
.checkbox-yellow input[type="checkbox"]:checked + label::after,
.checkbox-teal input[type="checkbox"]:checked + label::after,
.checkbox-gray input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-default input[type="checkbox"]:checked + label::before {
  background-color: #bdc6cc;
  border-color: #bdc6cc; }

.checkbox-default input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out; }

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1; }

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed; }

.radio.radio-inline {
  margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.radiobox {
  padding-left: 20px; }

.radiobox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px; }

.radiobox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.radiobox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555; }

.radiobox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  position: relative;
  top: 5px; }

.radiobox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: none; }

.radiobox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C"; }

.radiobox input[type="radio"]:disabled + label {
  opacity: 0.65; }

.radiobox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.radiobox-primary input[type="radio"]:checked + label::before {
  background-color: #00b4c8;
  border-color: #00b4c8; }

.radiobox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.sweet-alert button {
  background-color: #34495e;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 22px;
  margin: 26px 5px 0;
  cursor: pointer; }

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }

.sweet-alert button:hover {
  background-color: #a1d9f2; }

.sweet-alert button:active {
  background-color: #81ccee; }

.sweet-alert button.cancel {
  background-color: #D0D0D0; }

.sweet-alert button.cancel:hover {
  background-color: #c8c8c8; }

.sweet-alert button.cancel:active {
  background-color: #b6b6b6; }

.sweet-alert p {
  font-size: 14px;
  font-weight: 400; }

.sweet-alert h2 {
  font-size: 22px;
  margin: 10px 0; }

.sweet-alert {
  padding: 25px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2); }

.table > thead > tr > th {
  border-bottom: 1px solid #ddd; }

.cg-notify-message.homer-notify {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 1 px rgba(0, 0, 0, 0.1), 0 2 px 4 px rgba(0, 0, 0, 0.2);
  border: none;
  margin-top: 30px;
  color: inherit; }

.homer-notify.alert-warning {
  border-left: 6px solid #ffb606; }

.homer-notify.alert-success {
  border-left: 6px solid #8BC34A; }

.homer-notify.alert-danger {
  border-left: 6px solid #c0392b; }

.homer-notify.alert-info {
  border-left: 6px solid #3498db; }

.h-modal-icon {
  font-size: 66px; }

.inmodal .color-line {
  border-radius: 4px 4px 0 0; }

.modal-content {
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2); }

.modal-sistem {
  width: 350px; }

.modal-backdrop.in {
  opacity: 0.4; }

.modal-backdrop {
  position: fixed;
  bottom: 0; }

.modal-dialog {
  margin-top: 30px; }

.modal-title {
  font-size: 30px;
  font-weight: 300; }

.modal-header {
  padding: 20px 30px;
  background: #f7f9fa; }

.modal-body {
  padding: 20px 30px; }

.modal-header small {
  color: #929fa5; }

.modal-footer {
  background: #f7f9fa; }

.hmodal-info .color-line {
  background: #3498db; }

.hmodal-warning .color-line {
  background: #ffb606; }

.hmodal-success .color-line {
  background: #8BC34A; }

.hmodal-danger .color-line {
  background: #c0392b; }

.hmodal-info h4.modal-title {
  color: #3498db; }

.hmodal-warning h4.modal-title {
  color: #ffb606; }

.hmodal-success h4.modal-title {
  color: #8BC34A; }

.hmodal-danger h4.modal-title {
  color: #c0392b; }

.custom-modal-sm .modal-sm {
  width: 350px; }

.custom-modal-sm .row .form-group {
  margin-bottom: 5px; }
  .custom-modal-sm .row .form-group.input-from:before {
    content: 'de'; }

.custom-modal-sm .row .custom-preference-message {
  margin-bottom: 15px; }

.custom-modal-sm .row .custom-preference-message-bottom {
  margin: 20px 0 15px; }

.custom-de {
  padding-top: 8px;
  margin-left: 10px; }

.custom-ate {
  padding-top: 8px; }

.custom-title {
  font-size: 16px; }

#input {
  width: 65px; }

.align-items {
  display: flex;
  align-items: center; }

.modal-body-custom-grup {
  padding: 20px 30px 20px 90px;
  margin-left: 0px; }

.modal-body-custom-grupo {
  padding: 20px 0px;
  margin-left: 0px; }

.ui-select-bootstrap .ui-select-choices-row a {
  display: block;
  padding: 3px 20px;
  clear: none;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.course-modal-datetime {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .course-modal-datetime > div {
    width: 50%; }
    .course-modal-datetime > div:nth-child(2) {
      width: auto;
      margin-left: 50px; }

.field-with-validation.ng-invalid.ng-touched {
  border-color: #d62c1a !important; }

/* Progress bar */
.progress {
  border-radius: 2px;
  margin-bottom: 10px; }

.progress-bar {
  background-color: #f1f3f6;
  text-align: center;
  color: #5F6C72;
  border-radius: 3px; }

.progress-small,
.progress-small .progress-bar {
  height: 10px; }

.progress-bar-success {
  border-right: 4px solid #7eb73d; }

.progress-bar-info {
  border-right: 4px solid #258cd1; }

.progress-bar-warning {
  border-right: 4px solid #eca600; }

.progress-bar-danger {
  border-right: 4px solid #e43725; }

.full .progress-bar-success {
  background-color: #8BC34A;
  border-right: 4px solid #7eb73d; }

.full .progress-bar-info {
  background-color: #3498db;
  border-right: 4px solid #258cd1; }

.full .progress-bar-warning {
  background-color: #ffb606;
  border-right: 4px solid #eca600; }

.full .progress-bar-danger {
  background-color: #e74c3c;
  border-right: 4px solid #e43725; }

.full .progress-bar {
  color: #ffffff; }

.side-progress {
  margin: 5px 0 15px;
  padding: 10px 5px 5px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.4);
  border-bottom: dotted 1px #d5d5d5;
  list-style: none; }
  .side-progress li {
    margin-bottom: 10px;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    opacity: 0.75;
    color: #34495e; }
    .side-progress li .goal-progress {
      margin: 5px 0 10px; }

body.blank {
  background-color: #fff; }

#backgroundvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 1s opacity; }

.mask-video {
  position: absolute;
  background-color: #fafafa;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -99; }

.login-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(483a935b6aeb0a42cbed498920118f33.jpg);
  background-position: bottom center;
  background-size: cover; }
  .login-wrapper .login-container {
    max-width: 350px; }
    .login-wrapper .login-container .brand-login {
      margin-bottom: 20px;
      margin-top: 0px; }
      .login-wrapper .login-container .brand-login img {
        width: 100%;
        max-width: 350px; }
    .login-wrapper .login-container .hpanel .panel-body {
      margin-bottom: 0px;
      border: 0;
      background: transparent;
      border-bottom: 0;
      max-width: 300px;
      margin: 0 auto; }
      .login-wrapper .login-container .hpanel .panel-body .btn-theme {
        transition: all ease .4s; }
        .login-wrapper .login-container .hpanel .panel-body .btn-theme:hover {
          -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
          -moz-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5); }
    .login-wrapper .login-container .hpanel:last-child .panel-body {
      border-bottom: 0; }
    .login-wrapper .login-container .forgot-password {
      margin-bottom: 0; }
    .login-wrapper .login-container form .forgot-password {
      margin-bottom: 20px; }
    .login-wrapper .login-container .mensagem-login {
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: #5F6C72; }

.container-inline {
  max-width: 420px;
  margin: auto;
  padding-top: 6%; }

.container-purchase {
  max-width: 420px;
  margin: auto; }

.lock-container {
  max-width: 420px;
  margin: auto;
  padding-top: 6%; }

.error-container {
  max-width: 620px;
  margin: auto;
  padding-top: 6%; }

.big-icon {
  font-size: 120px; }

.error-container h1 {
  font-size: 44px; }

.back-link {
  float: left;
  width: 100%;
  margin: 10px; }

.box-btn-login {
  display: flex;
  justify-content: center; }
  .box-btn-login .btn-login {
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 10px;
    border-radius: 2px;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 0; }
    .box-btn-login .btn-login.full {
      width: 100%;
      margin-bottom: 15px;
      height: 40px; }
    .box-btn-login .btn-login:hover {
      transition: background-color ease-in-out 0.2s; }
    .box-btn-login .btn-login i {
      font-size: 25px; }
    .box-btn-login .btn-login.facebook {
      background-color: #4E6BAD;
      float: right; }
      .box-btn-login .btn-login.facebook:hover {
        background-color: #46609b; }
    .box-btn-login .btn-login.google {
      background-color: #d34836;
      margin-right: 10px; }
      .box-btn-login .btn-login.google:hover {
        background-color: #c43d2b; }

.forgot-password {
  margin: 20px 0 22px;
  color: #bdc6cc; }
  .forgot-password a {
    color: #00b4c8;
    font-weight: 600; }
    .forgot-password a:hover {
      color: #00b4c8; }

.box-project-client.text-count option[disabled] {
  color: #bdbdbd;
  font-style: italic; }

@media (max-width: 420px) {
  .lock-container,
  .login-container {
    margin: auto 10px; } }

@media (max-width: 720px) {
  .register-container {
    margin: auto 10px; }
  .lock-container {
    padding-top: 15%; } }

@media (max-width: 620px) {
  .error-container {
    margin: auto 10px; } }

.vertical-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 98%;
  margin: 0 auto; }

.vertical-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

.v-timeline {
  position: relative;
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em; }

.v-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #e8ebf0; }

.vertical-timeline-content .btn {
  float: right; }

.vertical-timeline-block {
  position: relative;
  margin: 2em 0; }

.vertical-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-block:first-child {
  margin-top: 0; }

.vertical-timeline-block:last-child {
  margin-bottom: 0; }

.vertical-timeline-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  border: 1px solid #e0e4e6;
  text-align: center;
  background: #fff; }

.vertical-timeline-icon i {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -9px; }

.vertical-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  border: 1px solid #e0e4e6; }

.vertical-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.vertical-timeline-content h2 {
  font-weight: 400;
  margin-top: 4px; }

.vertical-timeline-content p {
  margin: 1em 0 0 0;
  line-height: 1.6; }

.vertical-timeline-content .vertical-date {
  font-weight: 500;
  text-align: right;
  font-size: 13px; }

.vertical-date small {
  color: #8BC34A;
  font-weight: 400; }

.vertical-timeline-content:after, .vertical-timeline-content:before {
  right: 100%;
  top: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.vertical-timeline-content:after {
  border-color: transparent;
  border-right-color: #fff;
  border-width: 10px;
  margin-top: -10px; }

.vertical-timeline-content:before {
  border-color: transparent;
  border-right-color: #e0e4e6;
  border-width: 11px;
  margin-top: -11px; }

@media only screen and (min-width: 768px) {
  .vertical-timeline-content h2 {
    font-size: 18px; }
  .vertical-timeline-content p {
    font-size: 13px; } }

.contact-panel.hpanel {
  margin: 15px 0; }

.contact-panel h3 {
  margin-bottom: 2px;
  word-break: break-word;
  height: 35px; }

.contact-panel h3 a {
  color: inherit; }

.contact-panel p {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 0; }

.contact-panel img {
  width: 76px;
  height: 76px; }

.contact-footer {
  padding: 0 15px; }

.contact-stat span {
  font-size: 10px;
  font-weight: 500;
  display: block;
  color: #929fa5;
  text-transform: uppercase; }

.contact-stat {
  padding: 8px 0px;
  text-align: center; }

.contact-panel:hover .panel-body {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  z-index: 1; }

/* FULLCALENDAR */
.fc-state-default {
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat-x;
  box-shadow: none;
  color: inherit;
  text-shadow: none; }

.fc-state-default {
  border: 1px solid; }

.fc-button {
  color: inherit;
  border: 1px solid #e0e4e6;
  cursor: pointer;
  display: inline-block;
  height: 1.9em;
  line-height: 1.9em;
  overflow: hidden;
  padding: 0 0.6em;
  position: relative;
  white-space: nowrap; }

.fc-state-active {
  background-color: #34495e;
  border-color: #34495e;
  color: #ffffff; }

.fc-header-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: inherit; }

.fc-content .fc-widget-header,
.fc-content .fc-widget-content {
  border-color: #e0e4e6;
  font-weight: normal; }

.fc-border-separate tbody {
  background-color: #F8F8F8; }

.fc-state-highlight {
  background: none repeat scroll 0 0 #f1f3f6; }

.external-event {
  padding: 5px 10px;
  border-radius: 2px;
  cursor: pointer;
  margin-bottom: 5px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-radius: 2px; }

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
  padding: 4px 6px;
  background-color: #34495e;
  border-color: #34495e; }

.fc-event-time,
.fc-event-title {
  color: #717171;
  padding: 0 1px; }

.ui-calendar .fc-event-time,
.ui-calendar .fc-event-title {
  color: #fff; }

.fc-view-container .fc-widget-header {
  background: #f7f8fa; }

.fc-widget-header .fc-day-header {
  padding: 12px 0; }

.fc-ltr .fc-basic-view .fc-day-number {
  text-align: center; }

.fc-basic-view td.fc-day-number, .fc-basic-view td.fc-week-number span {
  padding: 6px; }

.fc-day-grid-event {
  margin: 2px 6px 0; }

.note-editor {
  border: 1px solid #e0e4e6; }

.note-editor .note-toolbar {
  border-bottom: 1px solid #e0e4e6; }

.note-editor .btn-default {
  border-color: #e0e4e6; }

.ngHeaderCell {
  border-right: none;
  border-bottom: 1px solid #e0e4e6; }

.ngCell {
  border-right: none; }

.ngTopPanel {
  background: #fff; }

.ngRow.even {
  background: #f9f9f9; }

.ngRow.selected {
  background: #e5e8ee; }

.ngRow {
  border-bottom: 1px solid #e0e4e6; }

.ngCell {
  background-color: transparent; }

.ngHeaderCell {
  border-right: none; }

.gridStyle {
  border: 1px solid #e0e4e6;
  height: 400px; }

.show-grid [class^="col-"] {
  background-color: #f1f3f6 !important;
  border: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px; }

.show-grid {
  margin: 15px 0; }

.dropdown-menu.hdropdown-menu {
  padding: 0;
  z-index: 1060; }

.dropdown-menu.left-side {
  left: 0;
  right: auto; }

.dropdown-menu.hdropdown .title {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #e0e4e6; }

.dropdown-menu.hdropdown li {
  padding: 6px 12px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #e0e4e6; }

.dropdown-menu.filedropdown li {
  padding: 6px;
  text-align: left;
  background: #fafbfc;
  border-bottom: 1px solid #e0e4e6; }

.dropdown-menu.filedropdown li i {
  margin-right: 10px; }

.dropdown-menu.hdropdown.notification li {
  padding: 12px; }

.dropdown-menu.hdropdown.notification li .label {
  margin-right: 10px; }

.dropdown-menu.filedropdown li > a:hover,
.dropdown-menu.hdropdown li > a:hover {
  background: inherit; }

.dropdown-menu.filedropdown li:hover,
.dropdown-menu.hdropdown li:hover {
  background: #f1f3f6; }

.dropdown-menu.hdropdown li.summary {
  padding: 6px 12px;
  text-align: center;
  background: #fff; }

.navbar-nav > li.active a i {
  color: #00b4c8 !important; }

.navbar-nav .open > a,
.navbar-nav .open > a:focus,
.navbar-nav .open > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
  color: inherit;
  background: #f7f8fa;
  border-bottom: 1px solid #e0e4e6; }

.top-dropdown {
  top: 0px !important; }

.chat-avatar {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  border-radius: 50%; }

.chat-user-name {
  padding: 10px; }

.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec; }

.chat-user a {
  color: inherit; }

.chat-view {
  z-index: 1070; }

.chat-users, .chat-statistic {
  margin-left: -30px; }

@media (max-width: 992px) {
  .chat-users, .chat-statistic {
    margin-left: 0px; } }

.chat-view .ibox-content {
  padding: 0; }

.chat-message {
  padding: 10px 20px; }

.message-avatar {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  margin-top: 1px; }

.chat-discussion .chat-message .message-avatar {
  float: left;
  margin-right: 10px; }

.chat-discussion .message {
  background-color: #f7f8fa;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px; }

.chat-discussion .chat-message .message-date {
  float: right; }

.chat-discussion .chat-message .message {
  text-align: left;
  margin-left: 55px; }

.message-date {
  font-size: 10px;
  color: #888888; }

.message-content {
  display: block; }

.chat-users, .chat-discussion {
  overflow-y: auto;
  height: 500px; }

.chat-discussion .chat-message.left .message-date {
  float: right; }

.chat-discussion .chat-message.right .message-date {
  float: left; }

.chat-discussion .chat-message.left .message {
  text-align: left;
  margin-left: 55px; }

.chat-discussion .chat-message.right .message {
  text-align: right;
  margin-right: 55px; }

.chat-discussion .chat-message.left .message-avatar {
  float: left;
  margin-right: 10px; }

.chat-discussion .chat-message.right .message-avatar {
  float: right;
  margin-left: 10px; }

.chat-discussion {
  padding: 15px 10px; }

/* Opacity */
.opacity-0 {
  opacity: 0; }

.opacity-1 {
  opacity: 1; }

/* Google Maps */
.google-map {
  height: 300px; }

.hr-line-dashed {
  background-color: transparent;
  border-top: 1px dotted #f1f3f6;
  color: transparent;
  height: 1px;
  margin: 20px 0; }

/* Mixin */
.animated-panel {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Color */
.h-bg-navy-blue {
  background: #34495e; }

.h-bg-violet {
  background: #9b59b6; }

.h-bg-blue {
  background: #3498db; }

.h-bg-green {
  background: #8BC34A; }

.h-bg-yellow {
  background: #ffb606; }

.h-bg-orange {
  background: #e67e22; }

.h-bg-red {
  background: #e74c3c; }

.h-bg-red-deep {
  background: #c0392b; }

.text-primary {
  color: #34495e; }

.text-primary-2 {
  color: #9b59b6; }

.text-info {
  color: #3498db; }

.text-success {
  color: #8BC34A; }

.text-warning {
  color: #ffb606; }

.text-danger {
  color: #e74c3c; }

.text-white {
  color: #fff; }

.text-theme {
  color: #00b4c8; }

.text-gray {
  color: #bdc6cc; }

.border-top {
  border-top: 1px solid #e0e4e6; }

.border-bottom {
  border-bottom: 1px solid #e0e4e6; }

.border-right {
  border-right: 1px solid #e0e4e6; }

.border-left {
  border-left: 1px solid #e0e4e6; }

.jqstooltip {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* Inputs */
.has-error .form-control,
.has-success .form-control,
.has-warning .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.has-error .form-control {
  border-color: #d62c1a !important; }

.has-warning .form-control {
  border-color: #d29400 !important; }

.has-success .form-control {
  border-color: #71a436 !important; }

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #d62c1a; }

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #d29400; }

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #71a436; }

/* Backgrounds */
.bg-white {
  background-color: #fff; }

.bg-light-soft {
  background-color: #f1f3f6; }

.bg-light {
  background-color: #f7f9fa; }

/* Slider */
#logo {
  float: left;
  width: 120px;
  background-color: #fff;
  padding: 0;
  height: 55px;
  text-align: left;
  margin-left: 30px; }
  @media (min-width: 768px) and (max-width: 1099px) {
    #logo {
      margin-right: 20px; } }
  #logo img {
    width: auto;
    height: 25px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

#logo span {
  font-weight: 600;
  color: #fff;
  font-size: 14px; }

#logo.light-version {
  background-color: #f7f9fa;
  border-bottom: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
  text-align: center; }

#logo.light-version span {
  font-weight: 600;
  color: #34495e;
  font-size: 14px; }

.profile-picture {
  padding: 20px;
  text-align: center; }

.stats-box div {
  display: inline-block;
  vertical-align: middle; }

.stats-label {
  line-height: 1.2; }

small.stats-label {
  font-size: 85%; }

.stats-label small {
  font-size: 80%;
  line-height: 0.6; }

.stats-box-value {
  background: white; }

.stats-box-detail {
  background: #34495e;
  color: #fff;
  position: relative; }

/* Labels */
.label-menu-corner .label {
  font-size: 10px;
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 18px;
  top: 12px; }

/* Menu */
.navbar-right {
  margin-right: 0; }
  @media (min-width: 768px) and (max-width: 1099px) {
    .navbar-right ul:first-child li a {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1099px) {
    .navbar-right ul:first-child li.dropdown a {
      display: block;
      padding-right: 15px; } }

#side-menu li {
  border-top: 1px solid #fff; }
  #side-menu li:first-child {
    border-top: 0; }
  #side-menu li:last-child .collapse.in {
    border-bottom: 0; }
  #side-menu li a {
    color: #848484;
    font-size: 14px;
    padding: 10px;
    background: #f7f9fa;
    border-bottom: 1px solid #e4e4e4; }

#side-menu li.active a,
#side-menu li:hover a {
  color: #848484; }

#side-menu li .nav-second-level li a {
  padding: 10px 10px 10px 30px;
  color: #5F6C72;
  text-transform: none;
  font-weight: 600; }

#side-menu .pull-right.fa {
  font-size: 8px;
  top: 4px;
  position: relative;
  color: #d0d0d0; }

#side-menu li .nav-second-level li.active a {
  color: #34495e;
  background-color: #f7f9fa; }

#side-menu.nav > li > a:focus,
#side-menu.nav > li > a:hover {
  background-color: #f7f9fa; }

#side-menu li.active {
  background: #f7f9fa; }

.arrow {
  float: right; }

.fa.arrow:before {
  content: "\F104"; }

.active > a > .fa.arrow:before {
  content: "\F107"; }

#top-navigation {
  height: 56px;
  position: relative;
  float: left; }

.navbar-static-top {
  margin: 0 0 0 200px; }

.nav.navbar-nav li a,
.navbar.navbar-static-top a {
  color: #929fa5; }

.navbar-hashtrack {
  margin-left: 20px; }
  @media (min-width: 768px) and (max-width: 1099px) {
    .navbar-hashtrack {
      margin-left: 0; } }
  .navbar-hashtrack .nav.navbar-nav li a {
    padding: 15px 10px; }
    .navbar-hashtrack .nav.navbar-nav li a span.text-menu {
      top: 5px; }

.header-link {
  padding: 18px 26px 17px;
  font-size: 14px;
  float: left;
  border-right: 1px solid #e0e4e6;
  margin-right: 15px;
  background: #f7f9fa;
  cursor: pointer; }

.header-link:hover {
  background: #f1f4f6; }

.navbar-nav > li > .dropdown-menu > .loggedUser {
  padding: 3px 20px;
  font-weight: 600; }

.navbar-nav > li > .dropdown-menu > hr {
  margin: 5px 0; }

.navbar-nav > li,
.navbar-nav > li > a {
  height: 56px; }

.navbar-nav > li > a {
  padding: 15px 20px; }
  .navbar-nav > li > a span.text-menu {
    position: relative;
    top: -4px;
    font-size: 15px;
    margin-left: 0px; }
  .navbar-nav > li > a i {
    font-size: 25px; }

.navbar-right .navbar-nav > li:last-child > a {
  padding: 15px 15px 0 0; }

.navbar.navbar-static-top .hide-menu {
  color: #929fa5; }

.panel-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

/* Box */
.box {
  padding: 40px; }

.box-rb-border {
  border-right: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6; }

.box-b-border {
  border-bottom: 1px solid #e0e4e6; }

.box-r-border {
  border-right: 1px solid #e0e4e6; }

/* Height */
.h-100 {
  min-height: 100px; }

.h-150 {
  min-height: 150px; }

.h-200 {
  min-height: 200px; }

.h-300 {
  min-height: 300px; }

.h-400 {
  min-height: 400px; }

.h-500 {
  min-height: 500px; }

.h-600 {
  min-height: 600px; }

/* Sidebar Hide */
body.hide-sidebar #menu {
  margin-left: -200px; }

body.hide-sidebar #wrapper {
  margin-left: 0; }

body.page-small #menu {
  margin-left: -200px; }

body.page-small #wrapper {
  margin-left: 0; }

body.page-small.show-sidebar #menu {
  margin-left: 0; }

body.page-small.show-sidebar #wrapper {
  margin-left: 200px; }

a {
  cursor: pointer;
  color: #34495e; }

a:focus,
a:hover {
  color: #34495e;
  text-decoration: none; }

.vertical-align-mid {
  display: inline-block;
  vertical-align: middle; }

.no-padding {
  padding: 0 !important; }

.panel-body.no-padding {
  border-radius: 0 !important; }

.no-borders {
  border: none !important; }

.no-margins {
  margin: 0 !important; }

.no-background {
  background: transparent !important; }

.navbar-form-custom {
  float: left;
  height: 52px;
  padding: 0;
  width: 180px; }

.navbar-form-custom .form-control {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  font-size: 13px;
  height: 52px;
  margin: 0;
  z-index: 1060;
  padding: 0; }

.form-control,
.form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.navbar-collapse,
.navbar-form,
.navbar-form-custom .form-control:focus,
.navbar-form-custom .form-control:hover,
.open .btn.dropdown-toggle,
.panel,
.popover,
.progress,
.progress-bar {
  box-shadow: none; }

.vertical-mid {
  display: table; }

.vertical-mid * {
  display: table-cell;
  vertical-align: middle; }

/* Labels */
.label-big {
  font-size: 85% !important; }

.label-success {
  background-color: #8BC34A; }

.label-gray {
  background-color: #afafaf; }

/* LIST GROUP */
a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
  background-color: #34495e;
  border-color: #34495e;
  color: #FFFFFF !important; }

.list-group-item-heading {
  margin-top: 10px; }

.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  line-height: inherit; }

.list-group-item {
  background-color: inherit;
  border: 1px solid #e0e4e6;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative; }
  .list-group-item .approver-name {
    display: inline-block;
    width: calc(100% - 15px); }

.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none; }

.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none; }

.no-padding .list-group {
  margin-bottom: 0; }

.well {
  background: #f7f9fa;
  box-shadow: none; }

/* Stats */
.stats h4,
h5,
h6 {
  margin: 5px 0; }

.stats-title h4 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

/* Widths */
.w-xs {
  min-width: 100px; }

.w-sm {
  min-width: 120px; }

.w-m {
  min-width: 140px; }

.w-lg {
  min-width: 160px; }

.w-xl {
  min-width: 180px; }

.w-xxl {
  min-width: 200px; }

/* Charts */
.flot-chart {
  display: block;
  height: 300px;
  position: relative; }

.flot-chart-content {
  width: 100%;
  height: 100%; }

.stats .flot-chart {
  height: 60px; }

/* Messages */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #E7EAEC; }

.feed-element:first-child {
  margin-top: 0; }

.feed-element {
  padding-bottom: 15px; }

.feed-element,
.feed-element .media {
  margin-top: 15px; }

.feed-element,
.media-body {
  overflow: hidden; }

.feed-element > .pull-left {
  margin-right: 10px; }

.dropdown-messages-box img.img-circle,
.feed-element img.img-circle {
  width: 38px;
  height: 38px; }

.feed-element .well {
  border: 1px solid #E7EAEC;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px; }

.feed-element .actions {
  margin-top: 10px; }

.feed-element .photos {
  margin: 10px 0; }

.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px; }

.feed-element img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */ }

.small-logo {
  display: none;
  text-align: center;
  padding-top: 13px;
  font-size: 14px;
  height: 55px;
  font-weight: 800;
  width: 135px; }
  .small-logo img {
    max-height: 35px; }

.img-small {
  width: 62px;
  height: 62px; }

@media (max-width: 768px) {
  #logo,
  .navbar-form-custom,
  .navbar-left,
  .navbar-right {
    display: none; }
  .navbar-static-top {
    margin: 0; }
  .small-logo {
    display: block;
    float: left; }
  .header-line div {
    display: none; }
  .color-demo .header-line {
    height: 48px; }
  #hbreadcrumb {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 0; } }

@media (max-width: 320px) {
  #wrapper {
    overflow: hidden; } }

.canvass {
  -moz-transition: width 0.01s, height 0.01s;
  -webkit-transition: width 0.01s, height 0.01s;
  -o-transition: width 0.01s, height 0.01s;
  transition: width 0.01s, height 0.01s; }

.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #e7eaec;
  padding: 10px;
  vertical-align: middle; }

.icons-box {
  padding: 20px; }

.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px; }

.icons-box .infont {
  text-align: center;
  margin-bottom: 25px; }

.icons-box .infont i {
  font-size: 35px;
  display: block;
  color: #676a6c; }

.icons-box .infont span {
  color: #a6a8a9; }

.icons-box .infont span {
  margin: 1px;
  display: block; }

.fullpanel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1070;
  overflow-x: scroll;
  transition: all 2s; }

.transition {
  transition: all 0.5s; }

.normalheader .hpanel {
  margin-bottom: 20px; }

.normalheader {
  min-width: 320px;
  padding: 40px 40px 0;
  position: relative;
  z-index: 1; }

@media (max-width: 768px) {
  .normalheader {
    padding: 15px 15px 0; } }

.normalheader h2 {
  margin-top: 0; }

.input-xs {
  height: 20px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500; }

.clip-header i {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.clip-header {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 8px;
  background: #f7f9fa;
  padding: 4px 5px;
  border-left: 1px solid #e0e4e6;
  border-bottom: 1px solid #e0e4e6; }

.dropdown-menu {
  font-size: 13px;
  border-radius: 3px;
  padding: 10px 0; }
  .dropdown-menu .loggedUser {
    padding: 3px 20px;
    font-weight: 600; }
  .dropdown-menu hr {
    margin: 5px 0; }

.ui-select-bootstrap > .ui-select-match > .btn {
  text-align: left !important;
  background-color: #fff; }

.ui-select-bootstrap > .ui-select-choices {
  margin-left: 40px;
  width: 93%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px; }

.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li > a {
    padding: 10px 15px; }
  .dropdown-menu .input-group {
    padding: 10px 0; }

.dropdown-example {
  display: inline-block;
  margin: 0 10px 10px; }

.dropdown-example .dropdown-menu {
  position: static;
  display: block; }

.pagination-example .pagination {
  margin: 0 0 10px; }

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #3498db;
  border-color: #e0e4e6;
  color: #fff;
  cursor: default;
  z-index: 2; }

.hbreadcrumb a.active {
  color: #9d9fa2; }

.form-control {
  border-color: #e0e4e6 !important; }

.input-group-addon {
  background: #fafbfc;
  border-color: #e0e4e6 !important;
  height: 33.99px; }

.sidebar-button {
  padding: 4px 10px 0; }
  .sidebar-button i {
    font-size: 20px; }

/* Splash style */
.splash {
  position: fixed;
  z-index: 2000;
  background: white;
  color: gray;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.splash-title {
  text-align: center;
  max-width: 500px;
  margin: 15% auto;
  padding: 20px; }

.splash-title h1 {
  font-size: 26px; }

/* Checkbox styles */
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #00b4c8;
  border-color: #00b4c8; }

.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #3498db;
  border-color: #3498db; }

.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ffb606;
  border-color: #ffb606; }

.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #8BC34A;
  border-color: #8BC34A; }

.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.radio-primary input[type="radio"] + label::after {
  background-color: #00b4c8; }

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #00b4c8; }

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #00b4c8; }

.radio-danger input[type="radio"] + label::after {
  background-color: #e74c3c; }

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #e74c3c; }

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #e74c3c; }

.radio-info input[type="radio"] + label::after {
  background-color: #3498db; }

.radio-info input[type="radio"]:checked + label::before {
  border-color: #3498db; }

.radio-info input[type="radio"]:checked + label::after {
  background-color: #3498db; }

.radio-warning input[type="radio"] + label::after {
  background-color: #ffb606; }

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #ffb606; }

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #ffb606; }

.radio-success input[type="radio"] + label::after {
  background-color: #8BC34A; }

.radio-success input[type="radio"]:checked + label::before {
  border-color: #8BC34A; }

.radio-success input[type="radio"]:checked + label::after {
  background-color: #8BC34A; }

.checkbox input:hover,
.radio input:hover {
  cursor: pointer; }

/* UI Sortable */
.ui-sortable .panel-body {
  cursor: move; }

.ui-sortable-placeholder {
  border: 1px dashed #cecece !important;
  visibility: visible !important;
  background: #f7f9fa; }

.ibox.ui-sortable-placeholder {
  margin: 0 0 23px !important; }

/* Badge colors */
.badge.badge-success {
  background-color: #8BC34A; }

.badge.badge-info {
  background-color: #3498db; }

.badge.badge-danger {
  background-color: #e74c3c; }

.badge.badge-warning {
  background-color: #ffb606; }

.badge.badge-primary {
  background-color: #34495e; }

/* Tables */
.table > thead > tr > th {
  border-bottom: none; }

.no-padding table {
  margin-bottom: 0; }

/* Validation */
.form-control.error {
  border-color: #e74c3c !important; }

label span.error,
label.error {
  color: #e74c3c;
  margin: 5px 0 0;
  font-weight: 400; }

label span.error {
  margin-left: 5px; }

label.error:before {
  content: "\F071";
  font-family: 'FontAwesome';
  margin: 0 4px; }

/* File manager */
.hpanel .panel-body.file-body {
  padding: 30px 0;
  text-align: center; }

.file-body i.fa {
  font-size: 56px; }

/* Filter search */
.filter-item.teams {
  width: 50%;
  margin: 0 auto; }

.filter-item.hpanel {
  margin-bottom: 0; }

.filter-item.hpanel.panel-collapse {
  margin-bottom: 20px; }

.filter-item .panel-body {
  padding: 10px 20px;
  border-bottom: none; }

.filter-item a {
  color: #5F6C72; }

.filter-item .boxes:last-child {
  margin-bottom: 20px; }

.filter-item h4 {
  margin-bottom: 5px; }

.filter-item p {
  margin: 0; }

.filter-item:last-child {
  border-bottom: 1px solid #e0e4e6; }

.filter-item .panel-body:hover,
.filter-item.active .panel-body:hover {
  background: #fafcfd;
  z-index: 1;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175); }

.filter-item::selection .panel-body {
  background: #fafcfd; }

/* Big menu */
.hdropdown.bigmenu {
  padding: 30px 30px 0; }

.bigmenu a i {
  font-size: 46px; }

.bigmenu a {
  display: block;
  text-align: center;
  margin: 0 10px 30px 0;
  min-width: 100px; }

.bigmenu h5 {
  font-size: 13px;
  margin-top: 10px; }

/* Notes page */
@media (min-width: 991px) {
  #notes {
    display: block;
    height: auto !important;
    visibility: visible; } }

#notes .panel-body:first-child {
  border-top: none; }

.note-content textarea {
  border: none;
  width: 100%;
  padding: 0;
  min-height: 360px; }

.note-link h5 {
  margin-top: 0; }

.note-link:hover {
  background: #f7f9fa; }

/* App Plans */
.plan-box {
  -ms-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.7;
  transition: all 0.2s ease 0s; }

.plan-box.active,
.plan-box:hover {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* Mobile navbar */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: block; }
  .mobile-menu .navbar-nav,
  .mobile-menu .navbar-nav > li {
    float: none; } }

.mobile-navbar {
  position: absolute;
  top: 59px;
  left: 0;
  right: 0;
  background-color: #f1f4f5;
  z-index: 100; }
  .mobile-navbar .navbar-nav {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e0e4e6; }
  .mobile-navbar .navbar-nav > li > a {
    padding: 15px;
    font-size: 14px;
    color: #5F6C72; }
  .mobile-navbar .navbar-nav .open > a,
  .mobile-navbar .navbar-nav .open > a:focus,
  .mobile-navbar .navbar-nav .open > a:hover,
  .mobile-navbar .navbar-nav > li > a:focus,
  .mobile-navbar .navbar-nav > li > a:hover {
    border-bottom: none; }

@media (min-width: 769px) {
  .mobile-navbar,
  .mobile-navbar.collapse.in {
    display: none; } }

/* CodeMirror */
.CodeMirror {
  border: 1px solid #eee;
  height: auto; }

.CodeMirror-scroll {
  overflow-y: hidden;
  overflow-x: auto; }

/* Fix for xeditable and chekcbox plugin in angularJS version */
.x-edit-checkbox .checkbox label::before {
  display: none; }

.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.accountConfig {
  background-color: #f9f9f9 !important; }

.popover {
  border-color: #e0e4e6; }

.navbar-nav > li > .dropdown-menu {
  width: 100%; }

.week-check .checkbox {
  display: inline;
  margin-right: 3px; }

.week-check .checkbox label {
  padding-left: 2px; }

.align-middle {
  display: flex;
  align-items: center; }

.progress-okr {
  border-radius: 0; }
  .progress-okr .progress-bar {
    border-radius: 0; }

.box-checkbox > div {
  display: inline-block;
  margin-right: 15px;
  position: relative; }

.box-list-user table > tbody > tr > td {
  border-color: #f1f4f5 !important; }

.panel-colored {
  background-color: #fbfbfb; }

.btn-link.bordered {
  border: 1px solid #e0e4e6; }

.initial-owner {
  height: 35px;
  width: 35px;
  border: 1px solid #e0e4e6;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1f3f6; }

.initial-owner-combo {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00b4c8;
  font-size: 9px;
  margin: 0 auto;
  margin-right: 5px;
  color: #fff; }

.initial-owner-checkIn {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00b4c8;
  font-size: 11px;
  margin: 0 auto;
  margin-right: 5px;
  color: #fff; }

.initial-owner-collapse {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00b4c8;
  font-size: 11px;
  margin: 0 auto;
  margin-right: -17px;
  color: #fff; }

.ng-binding .initial-owner-combo {
  height: 20px;
  width: 20px;
  letter-spacing: .4pt; }

.ng-binding .intern-combo {
  margin-left: 10px; }

.intern-description {
  padding: 20px 15px;
  margin: 20px 0px;
  background: #f1f4f5;
  font-size: 12px;
  border-radius: 8px; }

.align-center {
  display: flex;
  align-items: center; }
  .align-center.between {
    justify-content: space-between; }

.ui-select-custom .ui-select-multiple.ui-select-bootstrap {
  padding: 4px 3px 2px 3px; }
  .ui-select-custom .ui-select-multiple.ui-select-bootstrap input {
    font-size: 14px; }
  .ui-select-custom .ui-select-multiple.ui-select-bootstrap .ui-select-match-item.btn-primary {
    color: #fff; }
  .ui-select-custom .ui-select-multiple.ui-select-bootstrap .ui-select-match-item .ui-select-match-close {
    line-height: 0.95; }

.modal-listagem {
  font-size: 11px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .modal-listagem .form-group {
    margin-top: 20px; }
    .modal-listagem .form-group textarea.form-control {
      height: 70px; }
  .modal-listagem .box-checkin {
    display: flex;
    padding: 15px 0 0;
    border-bottom: 1px solid #f1f4f5; }
    .modal-listagem .box-checkin h4 {
      margin-top: 0;
      font-size: 14px; }
    .modal-listagem .box-checkin .box-status-objective-detail {
      width: calc(100% - 500px);
      display: flex;
      padding-top: 30px; }
      .modal-listagem .box-checkin .box-status-objective-detail .initial-owner-checkIn {
        margin-left: 0;
        position: relative;
        top: -2px; }
    .modal-listagem .box-checkin .box-targets-checkin {
      width: 500px; }
      .modal-listagem .box-checkin .box-targets-checkin .box-checkbox {
        width: 500px; }
      .modal-listagem .box-checkin .box-targets-checkin .form-group {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        max-width: 100px; }
        .modal-listagem .box-checkin .box-targets-checkin .form-group label {
          width: 100%; }
        .modal-listagem .box-checkin .box-targets-checkin .form-group input {
          width: 100px;
          display: inline-block;
          font-size: 11px;
          height: 25px; }
          .modal-listagem .box-checkin .box-targets-checkin .form-group input.red {
            border-color: red !important;
            background-color: #F0E6E6 !important; }

.header-line.extreme-color {
  width: 20%; }

.header-line {
  height: 6px;
  width: 10%;
  float: left;
  margin: 0;
  position: relative; }

.header-line div {
  position: absolute;
  top: 70px;
  left: 15px;
  font-weight: 600;
  color: #fff; }

.header-line div span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6); }

.color-demo .header-line {
  height: 118px; }

.color-demo .header-line:after {
  display: block;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  height: 10px;
  width: 100%; }

/* Buttons */
.btn-group .btn-default {
  background-color: #f9f9f9; }

.btn {
  border-radius: 3px; }

.btn-billable {
  border: 0;
  background-color: transparent;
  padding: 0 !important;
  color: #808080;
  box-shadow: none;
  padding: 0 8px;
  font-size: 14px;
  -webkit-box-shadow: none; }
  .btn-billable.active {
    color: #8BC34A; }

.float-e-margins .btn {
  margin-bottom: 5px; }

.btn-primary.btn-outline {
  color: #34495e; }

.btn-theme.btn-outline {
  color: #00b4c8; }
  .btn-theme.btn-outline[disabled] {
    background-color: transparent; }
    .btn-theme.btn-outline[disabled]:hover {
      background-color: transparent;
      color: #00b4c8; }

.btn-primary2.btn-outline {
  color: #9b59b6; }

.btn-success.btn-outline {
  color: #8BC34A; }

.btn-info.btn-outline {
  color: #3498db; }

.btn-warning.btn-outline {
  color: #ffb606; }

.btn-warning2.btn-outline {
  color: #e67e22; }

.btn-danger.btn-outline {
  color: #e74c3c; }

.btn-danger2.btn-outline {
  color: #c0392b; }

.btn-danger.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-warning.btn-outline:hover {
  color: #fff; }

.btn-theme {
  background-color: #00b4c8;
  border-color: #00b4c8;
  color: #FFFFFF; }

.btn-theme.active,
.btn-theme:active,
.btn-theme:focus,
.btn-theme:hover,
.open .dropdown-toggle.btn-theme {
  background-color: #00d0e7;
  border-color: #00d0e7;
  color: #FFFFFF; }

.btn-theme.active,
.btn-theme:active,
.open .dropdown-toggle.btn-theme {
  background-image: none; }

.btn-primary.theme:focus,
.btn-theme.active[disabled],
.btn-theme.disabled,
.btn-theme.disabled.active,
.btn-theme.disabled:active,
.btn-theme.disabled:hover,
.btn-theme[disabled],
.btn-theme[disabled]:active,
.btn-theme[disabled]:focus,
.btn-theme[disabled]:hover,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-theme,
fieldset[disabled] .btn-theme:active,
fieldset[disabled] .btn-theme:focus,
fieldset[disabled] .btn-theme:hover {
  background-color: #0098a9;
  border-color: #0098a9; }

.btn-primary {
  background-color: #34495e;
  border-color: #34495e;
  color: #FFFFFF; }

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
  background-color: #3f5872;
  border-color: #3f5872;
  color: #FFFFFF; }

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.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,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #293a4a;
  border-color: #293a4a; }

.btn-primary2 {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #FFFFFF; }

.btn-primary2.active,
.btn-primary2:active,
.btn-primary2:focus,
.btn-primary2:hover,
.open .dropdown-toggle.btn-primary2 {
  background-color: #a86ebf;
  border-color: #a86ebf;
  color: #FFFFFF; }

.btn-primary2.active,
.btn-primary2:active,
.open .dropdown-toggle.btn-primary2 {
  background-image: none; }

.btn-primary2.active[disabled],
.btn-primary2.disabled,
.btn-primary2.disabled.active,
.btn-primary2.disabled:active,
.btn-primary2.disabled:focus,
.btn-primary2.disabled:hover,
.btn-primary2[disabled],
.btn-primary2[disabled]:active,
.btn-primary2[disabled]:focus,
.btn-primary2[disabled]:hover,
fieldset[disabled] .btn-primary2,
fieldset[disabled] .btn-primary2.active,
fieldset[disabled] .btn-primary2:active,
fieldset[disabled] .btn-primary2:focus,
fieldset[disabled] .btn-primary2:hover {
  background-color: #8c49a7;
  border-color: #8c49a7; }

.btn-success {
  background-color: #8BC34A;
  border-color: #8BC34A;
  color: #FFFFFF; }

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
  background-color: #9acb61;
  border-color: #9acb61;
  color: #FFFFFF; }

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.active[disabled],
.btn-success.disabled,
.btn-success.disabled.active,
.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,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #7cb33b;
  border-color: #7cb33b; }

.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFFFFF; }

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
  background-color: #4ea5e0;
  border-color: #4ea5e0;
  color: #FFFFFF; }

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.active[disabled],
.btn-info.disabled,
.btn-info.disabled.active,
.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,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #2489cc;
  border-color: #2489cc; }

.btn-default {
  background-color: #fff;
  border-color: #e0e4e6;
  color: #5F6C72; }

.btnGreen {
  background-color: #00b4c8;
  border-color: #00b4c8;
  color: #fff; }

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #d5dadd;
  color: #566167; }

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.active[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.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,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e4ebee;
  border-color: #e4ebee; }

.btn-warning {
  background-color: #ffb606;
  border-color: #ffb606;
  color: #FFFFFF; }

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
  background-color: #ffbf25;
  border-color: #ffbf25;
  color: #FFFFFF; }

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.active[disabled],
.btn-warning.disabled,
.btn-warning.disabled.active,
.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,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #e6a300;
  border-color: #e6a300; }

.btn-warning2 {
  background-color: #e67e22;
  border-color: #e67e22;
  color: #FFFFFF; }

.btn-warning2.active,
.btn-warning2:active,
.btn-warning2:focus,
.btn-warning2:hover,
.open .dropdown-toggle.btn-warning2 {
  background-color: #e98e3d;
  border-color: #e98e3d;
  color: #FFFFFF; }

.btn-warning2.active,
.btn-warning2:active,
.open .dropdown-toggle.btn-warning2 {
  background-image: none; }

.btn-warning2.active[disabled],
.btn-warning2.disabled,
.btn-warning2.disabled.active,
.btn-warning2.disabled:active,
.btn-warning2.disabled:focus,
.btn-warning2.disabled:hover,
.btn-warning2[disabled],
.btn-warning2[disabled]:active,
.btn-warning2[disabled]:focus,
.btn-warning2[disabled]:hover,
fieldset[disabled] .btn-warning2,
fieldset[disabled] .btn-warning2.active,
fieldset[disabled] .btn-warning2:active,
fieldset[disabled] .btn-warning2:focus,
fieldset[disabled] .btn-warning2:hover {
  background-color: #d26f18;
  border-color: #d26f18; }

.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #FFFFFF; }

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
  background-color: #ea6557;
  border-color: #ea6557;
  color: #FFFFFF; }

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.active[disabled],
.btn-danger.disabled,
.btn-danger.disabled.active,
.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,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #e43321;
  border-color: #e43321; }

.btn-danger2 {
  background-color: #c0392b;
  border-color: #c0392b;
  color: #FFFFFF; }

.btn-danger2.active,
.btn-danger2:active,
.btn-danger2:focus,
.btn-danger2:hover,
.open .dropdown-toggle.btn-danger2 {
  background-color: #d24637;
  border-color: #d24637;
  color: #FFFFFF; }

.btn-danger2.active,
.btn-danger2:active,
.open .dropdown-toggle.btn-danger2 {
  background-image: none; }

.btn-danger2.active[disabled],
.btn-danger2.disabled,
.btn-danger2.disabled.active,
.btn-danger2.disabled:active,
.btn-danger2.disabled:focus,
.btn-danger2.disabled:hover,
.btn-danger2[disabled],
.btn-danger2[disabled]:active,
.btn-danger2[disabled]:focus,
.btn-danger2[disabled]:hover,
fieldset[disabled] .btn-danger2,
fieldset[disabled] .btn-danger2.active,
fieldset[disabled] .btn-danger2:active,
fieldset[disabled] .btn-danger2:focus,
fieldset[disabled] .btn-danger2:hover {
  background-color: #a73225;
  border-color: #a73225; }

.btn-link {
  color: inherit; }

.btn-link.active,
.btn-link:active,
.btn-link:focus,
.btn-link:hover,
.open .dropdown-toggle.btn-link {
  color: #5F6C72;
  text-decoration: none; }

.btn-link.active,
.btn-link:active,
.open .dropdown-toggle.btn-link {
  background-image: none; }

.btn-link.active[disabled],
.btn-link.disabled,
.btn-link.disabled.active,
.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,
fieldset[disabled] .btn-link,
fieldset[disabled] .btn-link.active,
fieldset[disabled] .btn-link:active,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #929fa5; }

.btn-default {
  background-color: #ECEFF4;
  border-color: #ECEFF4;
  color: #5F6C72; }

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
  background-color: #d9dfe9;
  border-color: #d9dfe9;
  color: #5F6C72; }

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.active[disabled],
.btn-default.disabled,
.btn-default.disabled.active,
.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,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #d9dfe9;
  border-color: #d9dfe9; }

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all 0.5s; }

.btn-xs {
  border-radius: 3px;
  font-size: 11px;
  line-height: 1.5;
  padding: 1px 7px; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.btn-circle.btn-xs {
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  border-radius: 25px;
  font-size: 10px;
  line-height: 1; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33; }

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33; }

.circle-color {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0;
  margin-right: 5px; }
  .circle-color.green {
    background-color: #8BC34A; }
    .circle-color.green:hover {
      background-color: #a4d070; }
  .circle-color.yellow {
    background-color: #ffb606; }
    .circle-color.yellow:hover {
      background-color: #ffc539; }
  .circle-color.red {
    background-color: #e74c3c; }
    .circle-color.red:hover {
      background-color: #ed7669; }
  .circle-color.blue {
    background-color: #3498db; }
    .circle-color.blue:hover {
      background-color: #5faee3; }
  .circle-color.teal {
    background-color: #34495e; }
    .circle-color.teal:hover {
      background-color: #46637f; }
  .circle-color.default {
    background-color: #d5d5d5; }
    .circle-color.default:hover {
      background-color: #efefef; }
  .circle-color:focus {
    outline: 0; }
  .circle-color:hover {
    transition: background ease-in-out 0.2s; }
  .circle-color.circle-active {
    -webkit-box-shadow: inset -2px 5px 5px -4px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset -2px 5px 5px -4px rgba(0, 0, 0, 0.55);
    box-shadow: inset -2px 5px 5px -4px rgba(0, 0, 0, 0.55); }
    .circle-color.circle-active.green {
      background-color: #7eb73d; }
    .circle-color.circle-active.yellow {
      background-color: #eca600; }
    .circle-color.circle-active.red {
      background-color: #e43725; }
    .circle-color.circle-active.blue {
      background-color: #258cd1; }
    .circle-color.circle-active.teal {
      background-color: #2b3c4e; }
    .circle-color.circle-active.default {
      background-color: #c8c8c8; }

.button-popover button.btn {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
  height: 33px; }

.btn-remove-card {
  float: right;
  color: #d5d5d5; }

.btn-office365 {
  margin: auto;
  width: auto;
  background-color: #e05933;
  color: #fff;
  display: flex;
  align-items: center; }
  .btn-office365:hover {
    background-color: #c2421e;
    color: #fff; }
  .btn-office365:active, .btn-office365:visited, .btn-office365:focus {
    color: #fff; }
  .btn-office365 img {
    max-width: 23px;
    margin-right: 5px; }

.divider-office {
  border-top: 1px solid #d9dadc;
  display: block;
  line-height: 1px;
  margin-top: 24px;
  margin-bottom: 2px;
  position: relative;
  text-align: center; }

.divider-title-office {
  background: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase; }

.btn-link.bordered {
  background-color: #86af49;
  color: #fff;
  border-color: #86af49;
  transition: 0.5S ease; }
  .btn-link.bordered:hover {
    opacity: 0.8; }

.btn-course-ecd:disabled {
  cursor: not-allowed;
  opacity: 0.5; }

/* Fonts */
.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-bold {
  font-weight: 600; }

.font-extra-bold {
  font-weight: 700; }

.font-uppercase {
  text-transform: uppercase; }

.font-trans {
  opacity: 0.5 !important; }

.font-small {
  font-size: 9px;
  padding-right: 4px; }

.text-big {
  font-size: 60px; }

.form-group.full label.text-rate {
  padding: 8px 0;
  line-height: normal;
  max-width: 495px;
  font-weight: normal;
  font-style: italic; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 200; }

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

.icheckbox_square-green {
  background-position: 0 0; }

.icheckbox_square-green.hover {
  background-position: -24px 0; }

.icheckbox_square-green.checked {
  background-position: -48px 0; }

.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square-green.checked.disabled {
  background-position: -96px 0; }

.iradio_square-green {
  background-position: -120px 0; }

.iradio_square-green.hover {
  background-position: -144px 0; }

.iradio_square-green.checked {
  background-position: -168px 0; }

.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-green.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(112112ef966ad8eceb8a030b53e2c045.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

.moods {
  width: 80px !important;
  display: inline-flex;
  justify-content: space-between;
  margin-left: 15px; }
  .moods.booleankey {
    margin-left: 100px !important; }
  .moods a {
    opacity: 0.3;
    transition: 0.5 ease;
    font-size: 16px;
    margin-right: 5px; }
    .moods a.active {
      opacity: 1; }
    .moods a:hover {
      opacity: .6; }

/* Layout */
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden !important; }

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  background-color: #fff;
  color: #5F6C72;
  margin: 0;
  padding: 0;
  height: 100%; }
  body * {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.clear {
  clear: both; }

.table-hashtrack {
  margin-top: 30px;
  border-collapse: separate !important; }
  .table-hashtrack tbody tr td.header {
    font-weight: bolder;
    font-size: 12px;
    color: #77797B;
    height: 35px;
    margin: 0;
    font-size: 14px;
    padding: 10px;
    background-color: #fbfbfb;
    border-top: 1px solid #DFE0E2; }
    .table-hashtrack tbody tr td.header:first-child {
      -webkit-border-top-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      border-top-left-radius: 5px; }
    .table-hashtrack tbody tr td.header:last-child {
      border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -moz-border-radius-topright: 5px; }
  .table-hashtrack tbody tr td {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 0;
    border-top: 0;
    position: relative; }
    .table-hashtrack tbody tr td:last-child {
      border-right: 1px solid #ddd; }
    .table-hashtrack tbody tr td button {
      padding: 0; }
  .table-hashtrack tbody tr td + td {
    border-left: 0;
    border-radius: 0; }
  .table-hashtrack tbody tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px; }
  .table-hashtrack tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px; }

#header {
  background-color: #fff;
  display: block;
  height: 56px;
  margin: 0;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #f1f4f5; }
  #header .header-link {
    margin: 0;
    padding: 16px 20px;
    font-size: 20px;
    height: 55px;
    background-color: #fff;
    border: none !important; }
    #header .header-link i {
      color: #49edff; }
  #header .nav.navbar-nav li {
    height: 55px; }
    #header .nav.navbar-nav li a {
      color: #5F6C72;
      transition: color linear 0.15s; }
      #header .nav.navbar-nav li a:focus, #header .nav.navbar-nav li a:hover {
        color: #00b4c8;
        background-color: transparent;
        border-bottom: 2px solid #00b4c8; }
      #header .nav.navbar-nav li a.link-user:focus, #header .nav.navbar-nav li a.link-user:hover {
        border-bottom: 0px solid #00b4c8; }
    #header .nav.navbar-nav li.active {
      background-color: #fff; }
      #header .nav.navbar-nav li.active a {
        color: #00b4c8;
        background-color: transparent;
        border-bottom: 2px solid #00b4c8; }
        #header .nav.navbar-nav li.active a i {
          color: #00b4c8; }
        #header .nav.navbar-nav li.active a:focus i, #header .nav.navbar-nav li.active a:hover i {
          color: #00b4c8 !important; }
  #header .nav.navbar-nav li.dropdown.open .dropdown-menu li {
    height: auto; }
    #header .nav.navbar-nav li.dropdown.open .dropdown-menu li a {
      color: #6f6c6a;
      border: 0; }
      #header .nav.navbar-nav li.dropdown.open .dropdown-menu li a:focus, #header .nav.navbar-nav li.dropdown.open .dropdown-menu li a:hover {
        border: 0; }
    #header .nav.navbar-nav li.dropdown.open .dropdown-menu li.disabled a {
      color: #bdc6cc !important; }

.msg-apontamento {
  margin: 0;
  font-size: 14px !important; }

.resumo-apontamentos h3 {
  font-size: 18px;
  margin-bottom: 0; }

.resumo-apontamentos table tr td,
.resumo-apontamentos table tr th {
  font-size: 12px; }

#menu {
  width: 200px;
  bottom: 0;
  float: left;
  left: 0;
  position: absolute;
  top: 56px;
  transition: all 0.4s ease 0s; }

.menu-color {
  background: white; }

#wrapper {
  margin: 0 0 0 200px;
  padding: 0;
  background: #f1f3f6;
  border-left: 1px solid #e0e4e6;
  transition: all 0.4s ease 0s;
  position: relative;
  min-height: 100%;
  height: 100%; }

.content {
  padding: 25px 40px 40px;
  min-width: 320px; }

.link-user {
  display: table; }
  .link-user span {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px 0 15px; }
  .link-user i {
    display: table-cell;
    vertical-align: middle; }

.footer {
  padding: 10px 18px;
  background: #ffffff;
  border-top: 1px solid #e0e4e6;
  transition: all 0.4s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

@media (max-width: 768px) {
  .content {
    padding: 15px;
    min-width: 320px; } }

.content-boxed {
  max-width: 1100px;
  margin: auto;
  padding-top: 60px; }

#page-header {
  padding: 20px 40px; }

.color-line {
  background: #f7f9fa;
  height: 3px;
  background-color: #00b4c8;
  background-size: 100% 6px;
  background-position: 50% 100%;
  background-repeat: no-repeat; }

.fixed-navbar #header {
  width: 100%;
  position: fixed;
  z-index: 1000; }

.fixed-navbar #wrapper {
  top: 56px; }

.fixed-sidebar #menu {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 197px;
  padding-right: 17px; }

.fixed-sidebar.show-sidebar #menu {
  width: 180px; }

.fixed-footer .footer {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 181px;
  right: 0; }

.fixed-footer.hide-sidebar .footer {
  left: 0; }

@media (max-width: 768px) {
  .fixed-footer .footer {
    left: 0; }
  .fixed-footer.show-sidebar .footer {
    left: 181px; } }

#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e0e4e6;
  position: fixed;
  top: 0;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: 0;
  display: none;
  overflow: auto; }

#right-sidebar.sidebar-open {
  display: block; }

.fixed-small-header .small-header {
  position: fixed;
  top: 62px;
  left: 0;
  right: 0;
  margin-left: 181px;
  z-index: 100; }

.fixed-small-header .content {
  padding-top: 80px; }

.fixed-small-header.hide-sidebar .small-header {
  margin-left: 0; }

.fixed-small-header.page-small .small-header {
  margin-left: 0; }

.fixed-small-header.page-small .content {
  padding-top: 120px; }

.fixed-small-header.page-small.show-sidebar .small-header {
  margin-left: 181px;
  overflow: hidden; }

.boxed {
  background-color: #ffffff; }
  .boxed .profile-picture {
    background-color: white; }
  .boxed .boxed-wrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.55); }

.footer-row {
  padding: 20px 0 40px;
  display: table;
  width: 100%;
  background: #f1f3f6; }

.display-table {
  display: table;
  width: 100%; }

.float .float-controls {
  float: right; }
  .float .float-controls.floating {
    position: absolute;
    top: -55px;
    right: 15px;
    z-index: 5; }

.float .float-controls .button-default {
  float: left;
  background: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer; }
  .float .float-controls .button-default:active {
    background: #eee; }
  .float .float-controls .button-default span {
    font-size: 11px;
    display: inline-block;
    vertical-align: text-bottom; }
  .float .float-controls .button-default i {
    padding: 7px 0;
    display: inline-block;
    vertical-align: text-top; }

.float .float-controls .btn-new-project {
  float: left;
  color: #fff;
  background: #00b4c8;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer; }
  .float .float-controls .btn-new-project:active {
    background: #eee; }
  .float .float-controls .btn-new-project span {
    font-size: 11px;
    display: inline-block;
    vertical-align: text-bottom; }
  .float .float-controls .btn-new-project i {
    padding: 7px 0;
    display: inline-block;
    vertical-align: text-top; }
  .float .float-controls .btn-new-project:hover {
    background: #2fb2ae;
    color: #fff;
    border: 1px inset #e0e4e6; }

.float .float-controls .button-fields {
  float: left;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer;
  margin-left: 15px; }
  .float .float-controls .button-fields:active {
    background: #eee; }
  .float .float-controls .button-fields .input-group {
    padding-left: 15px; }
    .float .float-controls .button-fields .input-group label:after {
      margin-top: 2px; }
  .float .float-controls .button-fields i {
    padding: 6px 0; }
    .float .float-controls .button-fields i:disabled {
      color: #b1b1b1; }
      .float .float-controls .button-fields i:disabled:hover {
        cursor: not-allowed; }
  .float .float-controls .button-fields.disabled {
    background-color: #eaeaea;
    border: 1px solid #d0d0d0; }
    .float .float-controls .button-fields.disabled i {
      color: #b1b1b1; }
    .float .float-controls .button-fields.disabled:hover {
      cursor: not-allowed; }

.float .float-controls .button-groupby {
  float: right;
  margin: 0 0 0 15px;
  font-size: 11px;
  height: 28px;
  cursor: pointer; }
  .float .float-controls .button-groupby [class*="group"] {
    display: inline-block; }
    .float .float-controls .button-groupby [class*="group"].left {
      float: left;
      border-right: 0;
      padding: 0 8px; }
    .float .float-controls .button-groupby [class*="group"].right {
      float: right;
      padding: 0 15px; }
    .float .float-controls .button-groupby [class*="group"] span {
      line-height: 10px;
      padding: 8px 0;
      display: block; }
  .float .float-controls .button-groupby .group-label {
    background: #eee;
    border: 1px solid #d2d2d2;
    border-radius: 3px 0 0 3px;
    cursor: default; }
  .float .float-controls .button-groupby .group-option {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    padding: 0 15px; }
    .float .float-controls .button-groupby .group-option span {
      font-weight: 700; }
  .float .float-controls .button-groupby ul.dropdown-menu li {
    padding: 0 20px; }
  .float .float-controls .button-groupby ul.dropdown-menu label:after,
  .float .float-controls .button-groupby ul.dropdown-menu label:before {
    margin-top: 2px; }

.z-index {
  z-index: 1; }

.button-fields {
  float: left;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer;
  margin-left: 15px; }

.float-controls .button-default {
  float: left;
  background: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer; }
  .float-controls .button-default:active {
    background: #eee; }
  .float-controls .button-default span {
    font-size: 11px;
    display: inline-block;
    vertical-align: text-bottom; }
  .float-controls .button-default i {
    padding: 7px 0;
    display: inline-block;
    vertical-align: text-top; }

.btn-new-project {
  float: left;
  color: #fff;
  background: #00b4c8;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 8px;
  line-height: 1;
  height: 28px;
  cursor: pointer;
  transition: all linear .2s; }
  .btn-new-project:active {
    background: #eee; }
  .btn-new-project span {
    font-size: 11px;
    display: inline-block;
    vertical-align: text-bottom; }
  .btn-new-project i {
    padding: 7px 0;
    display: inline-block;
    vertical-align: text-top; }
  .btn-new-project:hover {
    background: #2fb2ae;
    color: #fff;
    border: 1px inset #e0e4e6; }

.header-new-view .search-projects {
  margin-top: 10px !important; }

.float-controls .search-user-box .inn input.search {
  transition: all linear 0.25s;
  font-size: 13px; }
  .float-controls .search-user-box .inn input.search:focus {
    background-color: #9ff5ff; }

.busca-clientes .form-control,
.busca-clientes .box-duracao .input-manual,
.modal-novo-apontamento .form-control,
.modal-novo-apontamento .box-duracao .input-manual,
.popover-content .form-control,
.popover-content .box-duracao .input-manual {
  transition: all linear 0.20s; }
  .busca-clientes .form-control:focus,
  .busca-clientes .box-duracao .input-manual:focus,
  .modal-novo-apontamento .form-control:focus,
  .modal-novo-apontamento .box-duracao .input-manual:focus,
  .popover-content .form-control:focus,
  .popover-content .box-duracao .input-manual:focus {
    background-color: #9ff5ff !important;
    outline: none; }

.btn-add.btn-primary {
  margin: 7px 0px 7px 0;
  background: #00b4c8;
  border: none;
  color: #fff;
  padding: 0.7em 1.5em;
  transition: all 0.25s ease;
  letter-spacing: -.5px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn-add.btn-primary:active, .btn-add.btn-primary:active:hover, .btn-add.btn-primary:focus, .btn-add.btn-primary:hover {
    background: #0094a4;
    color: #fff; }

.btn-add-timesheet-red {
  margin: 7px 15px;
  background: #e74c3c;
  border: none;
  color: #fff;
  padding: 0.7em 1.5em;
  transition: all 0.25s ease;
  letter-spacing: -.5px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn-add-timesheet-red:active, .btn-add-timesheet-red:active:hover, .btn-add-timesheet-red:focus, .btn-add-timesheet-red:hover {
    background: #e32f1c;
    color: #fff; }

.customPreferencesTitle {
  color: #3acbc6; }

.site-wrapper {
  position: relative; }

.main {
  padding-left: 50px;
  transition: all 0.5s ease; }
  .main .content-wrap > .content-page {
    padding: 20px 40px; }
  .main .content-wrap > div {
    position: initial; }

.header {
  padding: 15px 10px;
  border-bottom: 1px solid #f2f2f2; }
  .header h3 {
    font-size: 16px;
    font-weight: 600; }
  .header .header-btn-menu {
    float: left; }
    .header .header-btn-menu span {
      font-size: 20px;
      padding: 5px 10px;
      cursor: pointer;
      display: block;
      text-align: center; }
  .header .header-userMenu {
    float: right;
    width: 200px; }
    .header .header-userMenu > div {
      float: right; }

.menu-open .sidebar {
  width: 250px; }
  .menu-open .sidebar #menuLogo svg .name, .menu-open .sidebar #menuLogo svg .icon {
    transform: translateX(0); }

.menu-open .main {
  padding-left: 250px; }

.page-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600; }

.filters {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #e0e4e6;
  border-bottom: 2px solid #e0e4e6;
  margin: 10px 0 0 0; }
  .filters .filters-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 10px 0; }
  .filters .filters-subtitle {
    display: block;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #e0e4e6;
    padding: 5px 0;
    margin: 10px 0 15px 0; }
  .filters .periodo-box .row {
    margin-bottom: 10px; }
  .filters .periodo-box label {
    line-height: 35px; }

/* Lists */
.list .list-item-container {
  float: left; }

.list-item-container div:first-child {
  border-top: none; }

.list .list-item .list-item-content p {
  margin-bottom: 3px;
  margin-top: 0; }

.list .list-item-date {
  color: #AAAAAA;
  font-size: 10px;
  text-align: center; }

.list .list-item {
  float: left;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e0e4e6; }

.list .list-item-container-small {
  min-width: 80px;
  text-align: center; }

.list .list-item .list-item-content .list-item-right {
  height: 100%;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0; }

.list .list-item .list-item-content h1, .list .list-item .list-item-content h2, .list .list-item .list-item-content h3, .list .list-item .list-item-content h4, .list .list-item .list-item-content h5, .list .list-item .list-item-content h6, .list .list-item .list-item-content .list-item-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin: 0; }

.drag-enter {
  opacity: 0.5;
  z-index: 9999;
  position: relative; }

.dragging {
  opacity: 1 !important; }

/* Panels */
.hpanel > .panel-heading {
  color: inherit;
  font-weight: 600;
  padding: 10px 4px;
  transition: all 0.3s;
  position: relative;
  border: 1px solid transparent;
  font-size: 14px; }
  .hpanel > .panel-heading.box {
    background-color: #f1f4f5;
    cursor: pointer; }

.hpanel .hbuilt.panel-heading {
  border-bottom: none; }

.hpanel > .panel-footer,
.hpanel > .panel-section {
  color: inherit;
  border: 1px solid #e0e4e6;
  border-top: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 15px; }

.hpanel .hbuilt,
.hpanel.panel-collapse > .panel-heading {
  background: #fff;
  border-color: #e0e4e6;
  border: 1px solid #e0e4e6;
  padding: 10px;
  border-radius: 2px; }

.hpanel .panel-body {
  background: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 15px;
  padding: 20px 15px;
  position: relative; }

.hpanel h4 {
  margin: 0; }

.hpanel.panel-group .panel-body:first-child {
  border-top: 1px solid #e0e4e6; }

.hpanel.panel-group .panel-body {
  border-top: none; }

.panel-collapse .panel-body {
  border: none; }

.hpanel {
  background-color: none;
  border: none;
  box-shadow: none;
  margin-bottom: 15px; }

.panel-tools {
  margin-top: 0px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.hpanel .alert {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #e0e4e6;
  border-bottom: none; }

.panel-tools a {
  margin-left: 5px;
  color: #929fa5;
  cursor: pointer; }

.hpanel.hgreen .panel-body {
  border-top: 2px solid #8BC34A; }

.hpanel.hblue .panel-body {
  border-top: 2px solid #3498db; }

.hpanel.hyellow .panel-body {
  border-top: 2px solid #ffb606; }

.hpanel.hviolet .panel-body {
  border-top: 2px solid #9b59b6; }

.hpanel.horange .panel-body {
  border-top: 2px solid #e67e22; }

.hpanel.hred .panel-body {
  border-top: 2px solid #e74c3c; }

.hpanel.hreddeep .panel-body {
  border-top: 2px solid #c0392b; }

.hpanel.hnavyblue .panel-body {
  border-top: 2px solid #34495e; }

.hpanel.hgray .panel-body {
  border-top: 2px solid #d5d5d5; }

.hpanel.hbggreen .panel-body {
  background: #8BC34A;
  color: #fff;
  border: none; }

.hpanel.hbgblue .panel-body {
  background: #3498db;
  color: #fff;
  border: none; }

.hpanel.hbgyellow .panel-body {
  background: #ffb606;
  color: #fff;
  border: none; }

.hpanel.hbgviolet .panel-body {
  background: #9b59b6;
  color: #fff;
  border: none; }

.hpanel.hbgorange .panel-body {
  background: #e67e22;
  color: #fff;
  border: none; }

.hpanel.hbgred .panel-body {
  background: #e74c3c;
  color: #fff;
  border: none; }

.hpanel.hbgreddeep .panel-body {
  background: #c0392b;
  color: #fff;
  border: none; }

.hpanel.hbgnavyblue .panel-body {
  background: #34495e;
  color: #fff;
  border: none; }

.panel-group .panel-heading {
  background-color: #f7f9fa; }

.small-header .hpanel {
  margin-bottom: 0; }

.small-header {
  padding: 0 !important; }

.small-header .panel-body {
  padding: 15px 25px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-radius: 0; }

.panel-body h4,
.panel-body h5 {
  font-weight: 600; }

.small-header .panel-body h2 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0; }

.small-header .panel-body small {
  color: #77868d; }

.hbreadcrumb {
  padding: 2px 0;
  margin-top: 6px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  font-size: 11px; }
  .hbreadcrumb > li {
    display: inline-block; }
    .hbreadcrumb > li + li:before {
      padding: 0 5px;
      color: #34495e; }
  .hbreadcrumb > .active {
    color: #929fa5; }

.wrapper {
  padding: 10px 20px; }

.hpanel.collapsed .panel-body,
.hpanel.collapsed .panel-footer {
  display: none; }

.hpanel.collapsed .fa.fa-chevron-up:before {
  content: "\F078"; }

.hpanel.collapsed .fa.fa-chevron-down:before {
  content: "\F077"; }

.hpanel.collapsed.panel-collapse .panel-body {
  border-width: 0 1px 1px 1px;
  border-color: #e0e4e6;
  border-style: solid; }

.hpanel.collapsed .hbuilt.panel-heading {
  border-bottom: 1px solid #e0e4e6; }

body.fullscreen-panel-mode {
  overflow-y: hidden; }

.hpanel.fullscreen {
  z-index: 2030;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin-bottom: 0; }

.hpanel.fullscreen .showhide {
  display: none; }

.hpanel.fullscreen .panel-body {
  min-height: calc(100% - 77px); }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 3px solid transparent;
  border-bottom-color: #00b4c8; }

.nav-tabs {
  border-bottom: 1px solid #e0e4e6; }

.tab-pane .panel-body {
  border-top: none; }

.tabs-left .tab-pane .panel-body,
.tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e0e4e6; }

.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent; }

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0; }

.tabs-left .panel-body {
  position: static; }

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  width: 20%; }

.tabs-left .panel-body {
  width: 80%;
  margin-left: 20%; }

.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%; }

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none; }

.tab-content > .active,
.pill-content > .active {
  display: block; }

.tabs-below > .nav-tabs {
  border-top: 1px solid #e0e4e6; }

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0; }

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e0e4e6;
  border-bottom-color: transparent; }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none; }

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px; }

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px; }

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #e0e4e6 transparent #e0e4e6 #e0e4e6;
  *border-right-color: #ffffff; }

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px; }

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0; }

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd; }

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #e0e4e6 #e0e4e6 #e0e4e6 transparent;
  *border-left-color: #ffffff;
  z-index: 1; }

.tooltip-inner {
  background-color: #34495e; }

.tooltip.top .tooltip-arrow {
  border-top-color: #34495e; }

.tooltip.right .tooltip-arrow {
  border-right-color: #34495e; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #34495e; }

.tooltip.left .tooltip-arrow {
  border-left-color: #34495e; }

.projects .project-label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%; }

.task-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
  text-overflow: ellipsis; }

.help-icon {
  margin-left: 1% !important; }

.content-newproject .nav-new-project {
  padding-left: 140px; }
  .content-newproject .nav-new-project ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .content-newproject .nav-new-project ul li a {
      display: flex;
      align-items: center;
      font-size: 16px;
      font-weight: 300;
      transition: all linear .4s;
      margin-bottom: 30px;
      border-radius: 3px; }
      .content-newproject .nav-new-project ul li a i {
        font-size: 27px;
        margin-right: 10px;
        color: #d5d5d5;
        border: 2px solid #d5d5d5;
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        position: relative;
        z-index: 1; }
      .content-newproject .nav-new-project ul li a:after {
        content: "";
        height: 33px;
        background-color: #f6f6f6;
        width: 2px;
        position: absolute;
        left: 190px;
        margin-top: 18px; }
      .content-newproject .nav-new-project ul li a.active i {
        border-color: #00b4c8;
        color: #00b4c8;
        background-color: #f9f9f9; }
    .content-newproject .nav-new-project ul li:last-child a:after {
      display: none; }

.content-newproject .content-new-view label {
  font-size: 16px;
  font-weight: 300; }

.content-newproject .content-new-view .form-control {
  font-size: 14px;
  font-weight: 300;
  transition: background linear .2s; }
  .content-newproject .content-new-view .form-control:focus {
    background-color: #9ff5ff !important;
    outline: none; }

.content-newproject .content-new-view .custom-multiselect-project {
  width: 100%;
  min-width: 100%; }
  .content-newproject .content-new-view .custom-multiselect-project .ui-select-container.select2-container {
    width: 100%;
    min-width: 100%; }
    .content-newproject .content-new-view .custom-multiselect-project .ui-select-container.select2-container a {
      font-weight: 300;
      transition: background linear .2s; }
    .content-newproject .content-new-view .custom-multiselect-project .ui-select-container.select2-container.select2-container-active a {
      background-color: #9ff5ff !important;
      outline: none; }

.content-newproject .content-new-view .btn-width {
  padding-top: 4px; }

.content-newproject .content-new-view .box-tags-new-project {
  display: flex; }
  .content-newproject .content-new-view .box-tags-new-project label {
    margin-right: 10px; }
  .content-newproject .content-new-view .box-tags-new-project .btn-group .btn {
    height: auto;
    padding: 0; }

.content-newproject .content-new-view .box-project-client.text-count {
  display: inline-flex;
  max-width: 500px; }

.form-note {
  resize: none;
  border-radius: 10px; }

.custom-td {
  min-width: 220px; }

.hpanel .panel-body {
  border-bottom: 1px solid #e0e4e6; }

.hpanel:last-child .panel-body {
  border-bottom: 1px solid #e0e4e6; }

.hpanel:last-child .panel-body {
  border-bottom: 1px solid #e0e4e6; }

.hpanel h4 a {
  color: #5F6C72; }

.viewProjectTitle {
  margin: 0 0 30px; }

.title-tasks {
  margin: 30px 0 20px 10px;
  display: table; }

.add-member-project {
  margin: 30px 0 0; }

.input-new-task {
  width: calc(100% - 162px);
  height: 34px;
  border-radius: 4px;
  border: 1px #d5d5d5 solid;
  position: relative;
  top: 2px;
  margin-top: 30px;
  padding-left: 5px; }

.projects .project-people img {
  width: 28px;
  height: 28px;
  margin-left: 2px;
  margin-bottom: 4px; }

.form-group.full {
  display: table;
  width: 100%; }
  .form-group.full label {
    padding: 6px 15px;
    margin-bottom: 0; }

.header-project h4 {
  padding-top: 8px; }

.editable-input.editable-click {
  border: solid 1px #e0e4e6;
  padding: 6px;
  font-size: 14px;
  border-radius: 4px;
  position: relative;
  top: 0;
  width: 100%;
  display: table; }
  .editable-input.editable-click:hover {
    background-color: #f1f4f5;
    border: solid 1px #e0e4e6; }

.projects .editable-wrap {
  width: 100%; }

.projects .editable-wrap .editable-controls {
  width: 100%; }
  .projects .editable-wrap .editable-controls > input,
  .projects .editable-wrap .editable-controls > select {
    border: solid 1px #e0e4e6;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
    top: 0;
    width: 100%;
    height: 34px;
    display: table; }
  .projects .editable-wrap .editable-controls .normalheader {
    padding: 40px 150px 0; }
    .projects .editable-wrap .editable-controls .normalheader .panel-body,
    .projects .editable-wrap .editable-controls .normalheader .tasks-add-box {
      border-radius: 15px; }
    .projects .editable-wrap .editable-controls .normalheader .custom-multiselect-project .ui-select-container.select2-container {
      min-width: 324px;
      width: 324px; }

.projects .view-text {
  margin: 0;
  padding: 6px;
  font-size: 14px; }

.projects .form-group.full .tags-box .tags-content.mini .decipher-tags-tag {
  margin: 0 5px 5px 0; }

.projects .normalheader {
  padding: 40px 150px 0; }
  .projects .normalheader .tasks-add-box {
    border-radius: 15px; }

.checkboxLayer ul.dropdown-menu.dropdown-menu-form {
  max-height: 250px;
  position: absolute; }

.box-text-appointment {
  float: left; }
  .box-text-appointment .btn-remove {
    padding: 0;
    opacity: 1;
    margin-left: 10px;
    font-size: 16px; }

.box-list-project .btn-edit {
  opacity: 1;
  margin-right: 10px;
  padding: 0; }

.box-list-project .btn-remove {
  opacity: 1;
  margin-left: 10px;
  padding: 0;
  margin-right: 10px; }

.box-list-project .stat-label {
  position: relative; }
  .box-list-project .stat-label.stat-label-lock, .box-list-project .stat-label.stat-label-public {
    position: relative;
    top: 0; }

.box-list-project h4 span {
  white-space: nowrap;
  max-width: 570px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 5px;
  height: 21px; }

.box-list-project .data-list-project {
  display: flex;
  align-items: baseline; }
  .box-list-project .data-list-project .span-horas {
    font-size: 11px; }
  .box-list-project .data-list-project .btn {
    padding: 0 10px; }
    .box-list-project .data-list-project .btn i.fa-toggle-on {
      color: green; }
    .box-list-project .data-list-project .btn.btn-width {
      width: 76px;
      text-align: right;
      padding-left: 0; }

.custom-multiselect {
  float: left;
  margin-right: 10px;
  margin-top: -1px; }
  .custom-multiselect .tag-component.appointment-tag-component {
    display: inline-block;
    height: 20px;
    width: 25px;
    padding: 0;
    margin-top: -7px;
    position: relative;
    margin-right: 5px; }
  .custom-multiselect .btn-billable {
    float: left; }

.custom-status-box.status-box {
  display: inline-block;
  padding-top: 0;
  position: relative;
  top: -2px; }

.tasks-add-box {
  background-color: #fff;
  width: 100%;
  display: table;
  margin-top: 20px;
  border: 1px solid #e4e5e7;
  padding: 30px 0; }

/*.projects .project-info {
  text-align: right;
}*/
@media (max-width: 768px) {
  .projects .project-info {
    text-align: left; } }

.span-task {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left; }
  .span-task .editable-error {
    display: none; }

.btn-task {
  line-height: 1;
  font-size: 25px;
  height: 22px;
  position: relative;
  top: -1px; }

.no-border-bottom {
  border-bottom: 0 !important; }

.collapse-transition {
  transition: all 1s ease; }

.btn-remove-task {
  top: 1px !important;
  margin: 0 10px !important; }

.box-billing-price {
  padding: 10px 15px;
  background: #f9f9f9;
  max-width: 400px;
  border: 1px solid #e4e5e7;
  border-radius: 4px; }

.task-goal label {
  margin-bottom: 10px; }

.task-goal .box-project-client.text-count {
  display: block;
  margin: 0;
  width: 100%;
  max-width: 155px; }
  .task-goal .box-project-client.text-count .ui-select-container {
    width: 100%; }
  .task-goal .box-project-client.text-count .select2-search-choice-close {
    top: 4px !important; }

.hour-value {
  display: block;
  width: 100%;
  border: 1px solid #d5d5d5;
  font-size: 12px;
  border-radius: 5px;
  padding: 1px 10px;
  line-height: 18px; }

.task-field {
  margin: 0 !important; }
  .task-field label {
    display: block; }
  .task-field .box-project-client {
    width: 100%;
    margin: 0 !important; }
    .task-field .box-project-client .ui-select-container {
      width: 100%; }
    .task-field .box-project-client .select2-container.select2-allowclear .select2-choice abbr {
      top: 4px; }

.task-name {
  padding: 0 10px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #dddddd; }

.task-configs {
  padding: 5px 20px; }

.cell-middle {
  vertical-align: middle !important; }

.editable-input {
  font-size: 13px !important; }

.form-task-pre .button-start {
  margin-top: 32px; }

.custom-multiselect-project .ui-select-container.select2-container {
  min-width: 324px;
  width: 324px; }

.custom-multiselect-project .ui-select-container a {
  border-color: #e4e5e7 !important;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .custom-multiselect-project .ui-select-container a .select2-arrow {
    background: transparent;
    border-left-color: #e4e5e7; }
    .custom-multiselect-project .ui-select-container a .select2-arrow b {
      background-position: 0 4px; }

.box-list-project .tags-box {
  white-space: nowrap !important; }
  .box-list-project .tags-box .tags-content.mini .decipher-tags-tag {
    margin: 0 0 0 10px;
    position: relative;
    top: 2px; }

.input-price-rate {
  display: inline-block;
  margin: 0 5px; }

.list-projects.hpanel .panel-body {
  border-radius: 0; }
  .list-projects.hpanel .panel-body .projects-infite-scroll .filter-item:first-child.hpanel .panel-body {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .list-projects.hpanel .panel-body .projects-infite-scroll .filter-item:last-child.hpanel .panel-body {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }

.filter-item.hpanel .panel-body {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #e0e4e6;
  transition: all linear .20s;
  padding: 23px 10px 20px; }
  .filter-item.hpanel .panel-body:hover {
    box-shadow: none;
    background-color: #c3f9ff; }

.filter-item:first-child.hpanel .panel-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.filter-item:last-child {
  border: 0; }
  .filter-item:last-child.hpanel .panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.new-view-container .content-new-view.content-projects {
  padding: 0;
  margin-bottom: 50px;
  min-height: initial; }

.new-view-container .tree li .father {
  padding: 45px;
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2; }

.new-view-container .tree li a {
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2; }
  .new-view-container .tree li a.father {
    padding: 45px; }

.modal-custom-height {
  margin-top: 17%; }

.busca-clientes {
  position: relative; }
  .busca-clientes .form-control {
    font-size: 14px;
    text-indent: 25px;
    transition: all linear 0.25s; }
  .busca-clientes .icone-absolute {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #a9a9a9; }
    .busca-clientes .icone-absolute.margin-left {
      margin-left: -3px;
      padding: none !important; }

.label-width {
  cursor: default; }

.social-board .social-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%; }

.social-board .social-profile h5 {
  margin-top: 5px;
  margin-bottom: 0px; }

.social-board .social-form {
  margin: 10px 0; }

.social-board .social-form input {
  font-size: 12px;
  padding: 2px 12px;
  height: 28px; }

.social-talk .social-profile img {
  height: 32px;
  width: 32px;
  border-radius: 50%; }

.social-talk .text-muted {
  color: #a0abb0; }

.social-talk {
  margin-bottom: 10px; }

.social-talk .social-content {
  margin-top: 2px; }

.angular-ui-tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e0e4e6;
  color: inherit;
  padding: 10px;
  font-weight: normal; }

.angular-ui-tree-handle:hover {
  font-weight: bold;
  cursor: pointer; }

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #e0e4e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.group-title {
  background-color: #687074 !important;
  color: #FFF !important; }

.tree-node {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e0e4e6;
  color: inherit;
  padding: 10px;
  border-radius: 3px; }

.tree-node .btn {
  min-width: 22px;
  margin-right: 4px; }

.tree-node-content {
  margin: 5px 5px 5px 0; }

.tree-handle {
  background: none repeat scroll 0 0 #f7f9fa;
  border: 1px dashed #e0e4e6;
  color: inherit;
  padding: 10px; }

.angular-ui-tree-placeholder {
  background: #f0f9ff;
  border: 1px dashed #e0e4e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tour-backdrop {
  opacity: 0.5; }

.blog-box p {
  font-size: 12px; }

.blog-box h4 {
  font-weight: bold;
  margin-top: 0; }

.blog-box .panel-heading {
  background: #fff;
  border-top: 1px solid #e0e4e6;
  border-left: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
  border-radius: 2px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500; }

.blog-box .panel-footer {
  color: #859399; }

.blog-box .panel-heading .media-body {
  line-height: 16px; }

.blog-box .panel-heading .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.blog-box .panel-heading .media-body h5 {
  margin-top: 0; }

.blog-box .panel-image {
  border-left: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
  position: relative; }

.blog-box .panel-image .title {
  position: absolute;
  bottom: 10px;
  padding: 0 20px;
  color: #fff; }

.blog-box .panel-image .title h4 {
  margin-bottom: 0px; }

.blog-box .panel-image .title a {
  color: #fff !important; }

.blog-article-box .panel-heading {
  background: #fff;
  border-top: 1px solid #e0e4e6;
  border-left: 1px solid #e0e4e6;
  border-right: 1px solid #e0e4e6;
  border-radius: 2px;
  padding: 80px 10px;
  position: relative;
  font-weight: 500;
  text-align: center; }

.blog-article-box .panel-heading h4 {
  font-size: 32px;
  font-weight: 700;
  color: #485256; }

.blog-article-box .panel-body {
  padding: 50px 70px; }

.blog-article-box .panel-body p {
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 20px;
  line-height: 32px;
  color: #485256; }

@media (max-width: 768px) {
  .blog-article-box .panel-body {
    padding: 10px 20px; }
  .blog-article-box .panel-body p {
    font-family: "Times New Roman", Georgia, Serif;
    font-size: 16px;
    line-height: 28px; }
  .blog-article-box .panel-heading {
    padding: 20px 20px; } }

.forum-box .panel-body {
  border-bottom: none; }

.forum-box .panel-body:last-child {
  border-bottom: 1px solid #e0e4e6; }

.forum-box .forum-heading h4 {
  margin-bottom: 3px;
  font-weight: 600;
  margin-top: 5px;
  display: inline; }

.forum-box .forum-heading .label {
  margin-right: 5px; }

.forum-box .forum-heading .desc {
  color: #859399;
  font-size: 12px; }

.forum-box .panel-heading {
  border: 1px solid #e0e4e6;
  border-bottom: none;
  font-size: 90%;
  background: #f7f9fa;
  padding: 10px 20px; }

.forum-box .forum-info {
  text-align: right;
  line-height: 20px; }
  .forum-box .forum-info .number {
    display: block;
    font-weight: 600;
    font-size: 22px;
    margin-top: 5px; }
  .forum-box .forum-info span {
    font-size: 12px; }

.forum-box .panel-body .media-image {
  text-align: center;
  margin-right: 10px;
  min-width: 100px; }

.forum-box .panel-body .media img {
  margin-top: 10px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 10px; }

.forum-box .author-info {
  font-size: 12px; }

.forum-box .forum-comments {
  border: 1px solid #e0e4e6;
  border-left: none;
  border-right: none;
  background: #f7f9fa;
  margin-top: 20px;
  padding: 10px 15px; }

.forum-box .forum-comments .media img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 0;
  margin-bottom: 10px; }

.forum-box .forum-comments form {
  margin-top: 10px; }

@media (max-width: 768px) {
  .forum-box .forum-info {
    text-align: left; } }

ul.mailbox-list, ul.h-list {
  list-style: none;
  padding: 0; }

ul.mailbox-list li a, ul.h-list li a {
  padding: 10px 15px;
  display: block; }

ul.mailbox-list li a i, ul.h-list li a i {
  margin-right: 6px;
  display: inline-block; }

ul.mailbox-list li.active a, ul.h-list li.active a {
  background: #f7f9fa;
  border: 1px solid #e4e5e7;
  font-weight: 600;
  border-radius: 1px; }

ul.mailbox-list li:hover a, ul.h-list li:hover a {
  font-weight: 600; }

.table-mailbox .radio, .table-mailbox .checkbox {
  margin: 0; }

.table-mailbox .radio label, .table-mailbox .checkbox label {
  cursor: default; }

.table-mailbox tr.unread td a {
  font-weight: 600; }

.table-mailbox tr td span.label {
  margin-left: 10px; }

.table-mailbox tr:first-child td {
  border-top: none; }

.table-mailbox tr td:first-child {
  width: 33px;
  padding-right: 0; }

.mailbox-pagination {
  text-align: right; }

@media (max-width: 768px) {
  .mailbox-pagination {
    text-align: left; } }

.email-compose .note-editor {
  border: none; }

.email-compose .note-editor .note-editable {
  padding: 15px 25px; }

.email-compose .note-toolbar {
  padding: 5px 15px; }

.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
  margin-bottom: 5px; }

.note-editor .note-toolbar {
  /* Background from footer panel */
  background-color: #f7f9fa; }

.spinner {
  margin: 20px auto;
  width: 60px;
  height: 50px;
  text-align: center;
  font-size: 15px; }

.spinner > div {
  background-color: #8BC34A;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #00b4c8;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 60%;
  margin-top: 15%;
  animation: spin 2s linear infinite; }

.loader-planning {
  border: 2px solid #f3f3f3;
  border-top: 2px solid #00b4c8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 45%;
  margin-top: 10%;
  margin-bottom: 10%;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#happointments-button {
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 10px; }
  #happointments-button .hbutton {
    margin-top: 0; }

.box-meu-time {
  padding-top: 20px; }
  .box-meu-time h3 {
    margin-top: 0; }
  .box-meu-time .box-total-meu-time {
    padding-right: 10px; }
    .box-meu-time .box-total-meu-time h4 {
      font-weight: 300; }
  .box-meu-time .btn-filtro-status {
    margin-top: 3px; }
    .box-meu-time .btn-filtro-status i {
      font-size: 20px; }

.start-stop-button {
  padding-left: 5px; }

.hbutton {
  padding: 2px 0;
  margin-top: 6px;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  font-size: 11px; }
  .hbutton li {
    display: inline-block; }
    .hbutton li a {
      margin: 0 0 0 15px; }

.input-half-appointment {
  width: calc(100% - 30px);
  float: left; }

.tooltip-faturar {
  display: inline-flex; }

.box-total-relatorio {
  font-size: 18px;
  color: #989898;
  margin-top: 3px;
  margin-left: -14px;
  display: inline-block; }

.btn-tracking {
  width: 90px; }

.nav-tabs-clean {
  border-bottom: 0;
  padding: 30px 40px 10px; }
  .nav-tabs-clean > li.active a,
  .nav-tabs-clean > li.active a:focus,
  .nav-tabs-clean > li.active a:hover {
    background-color: transparent;
    border: 0;
    padding: 0;
    font-size: 18px; }
    .nav-tabs-clean > li.active a .tab-total-time,
    .nav-tabs-clean > li.active a:focus .tab-total-time,
    .nav-tabs-clean > li.active a:hover .tab-total-time {
      opacity: 1;
      display: block; }
  .nav-tabs-clean > li a {
    padding: 0;
    font-size: 18px;
    margin-right: 20px;
    color: #d5d5d5; }

#tabmeutempo .panel-body h4 {
  font-weight: 300; }

#tabmeutempo .panel-body .btn-novo-projeto {
  margin: 20px 0;
  padding: 20px 0;
  font-size: 18px; }

.name-description-custom {
  font-size: 14px;
  display: inline-block;
  float: left; }

.box-project-client.text-count {
  margin-left: 5px;
  display: inline-block; }
  .box-project-client.text-count .name-description {
    background-color: #f5f5f5;
    box-shadow: inset 0 1px 1px #fff, 0 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 10px;
    color: #6a6c6f;
    border-radius: 25px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-style: normal;
    position: relative;
    top: -3px;
    left: 5px;
    letter-spacing: 0.5px; }
    .box-project-client.text-count .name-description:hover {
      border: 0; }

.auto-appointment-content .custom-width-select .ui-select-container {
  width: calc(100% - 50px);
  margin-right: 15px; }

.auto-appointment-content .custom-width-select > span {
  display: inline-block; }

.auto-appointment-content .box-timer-appointment {
  float: left;
  width: 100px; }

.text-count .name-description {
  font-size: 14px; }

.text-count .name-project {
  background-color: #f1f4f5;
  box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 10px;
  color: #5F6C72;
  border-radius: 25px;
  padding: 2px 10px;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  left: 5px;
  top: -3px;
  letter-spacing: 0.5px; }
  .text-count .name-project:hover {
    border-bottom: 0; }
  .text-count .name-project .truncate {
    max-width: 130px;
    display: inline-block;
    position: relative;
    top: 3px; }

.text-count .select2-container .select2-choice {
  background-color: #fff;
  background-image: none;
  line-height: 20px;
  font-size: 12px;
  height: auto;
  border-color: #d5d5d5; }
  .text-count .select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #d5d5d5;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #fff;
    background-image: none; }
    .text-count .select2-container .select2-choice .select2-arrow b {
      background-position: 0 -2px; }

.text-count .select2-container .select2-drop {
  padding-top: 10px; }
  .text-count .select2-container .select2-drop.select2-drop-active {
    border-color: #d5d5d5; }

.action-button-box {
  position: absolute;
  right: -19px;
  opacity: 0;
  z-index: 1;
  top: 0;
  width: 20px;
  box-sizing: border-box;
  background: #fafcfd;
  padding: 5px;
  border-radius: 0 5px 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.175); }
  .action-button-box.white {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .action-button-box button {
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    right: 3px;
    top: 1px; }

.appointments-total-time {
  padding-left: 30px; }

.tab-content-clean .tab-pane > .panel-body {
  background-color: transparent;
  border: 0; }
  .tab-content-clean .tab-pane > .panel-body .normalheader {
    padding: 0 20px; }
  .tab-content-clean .tab-pane > .panel-body .content {
    padding-left: 20px; }

.auto-appointment-content {
  padding: 15px 5px;
  border-radius: 3px;
  margin-bottom: 60px;
  width: 100%;
  display: table;
  z-index: 2;
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(128, 128, 128, 0.4); }
  .auto-appointment-content input {
    height: 34px; }
    .auto-appointment-content input:focus {
      outline: 0; }

.timer {
  padding-top: 8px;
  font-size: 12px; }
  .timer timer span {
    font-weight: 500; }

.input-manual {
  background-color: #fff !important;
  width: 50px !important;
  border: solid 1px transparent;
  font-weight: bold;
  border-bottom: dotted 1px #d5d5d5;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
  float: left;
  margin-right: 10px; }
  .input-manual:focus, .input-manual:hover {
    border: solid 1px #00b4c8;
    cursor: pointer; }
  .input-manual.date {
    margin-right: 10px; }

.align-icon-appointment-manual {
  float: left;
  position: relative;
  top: 10px;
  font-size: 16px;
  color: #bdc6cc;
  margin-right: 10px; }

@media (max-width: 768px) {
  #happointments-button {
    float: none !important;
    margin-bottom: 10px;
    margin-top: 0; }
  .hbutton {
    padding: 2px 0;
    margin-top: 0; }
    .hbutton li a {
      margin: 0 15px 0 0; }
  .nav-tabs-clean {
    border-bottom: 0;
    padding: 20px 40px 10px; }
    .nav-tabs-clean > li.active a,
    .nav-tabs-clean > li.active a:focus,
    .nav-tabs-clean > li.active a:hover {
      background-color: transparent;
      border: 0;
      padding: 0;
      font-size: 18px;
      border-bottom: solid 2px #00b4c8; }
    .nav-tabs-clean > li a {
      padding: 0;
      font-size: 18px;
      margin-right: 20px; }
  .timer {
    margin: 20px 0;
    text-align: center; }
  .button-start {
    width: 100%; } }

.status-box {
  padding-top: 8px; }
  .status-box > button {
    font-size: 16px;
    position: relative;
    right: 10px;
    top: 2px; }
  .status-box.custom-status-box {
    display: inline-block;
    margin-left: 10px; }
    .status-box.custom-status-box span + span {
      font-size: 11px;
      font-style: italic; }

button i.fa.fa-dollar:hover {
  color: #8BC34A; }

button i.fa.fa-dollar.disabled {
  color: #d2d2d2;
  cursor: not-allowed; }

button i.fa.fa-play {
  color: #8BC34A; }
  button i.fa.fa-play.disabled {
    color: #d2d2d2;
    cursor: not-allowed; }

.tab-total-time {
  opacity: 0;
  display: none;
  float: right;
  margin-left: 5px;
  color: #989898; }
  .tab-total-time i {
    font-weight: bold;
    position: relative;
    top: 1px; }

#tabminhaequipe td .tags-box .tags-content.mini .decipher-tags-tag {
  margin: 0 5px 0 0; }

.button-billable {
  margin-top: 5px;
  font-size: 16px; }

.tag-component {
  background: transparent;
  border: 0;
  display: block;
  float: left; }
  .tag-component.has-tags .dropdown-toggle {
    color: #8BC34A !important; }
  .tag-component button.form-control {
    padding: 6px 0; }
  .tag-component .dropdown-toggle {
    background: none;
    border: 0;
    font-size: 16px; }
    .tag-component .dropdown-toggle:active {
      background: transparent !important; }
  .tag-component .dropdown-header {
    border: 0;
    padding: 5px 10px; }
    .tag-component .dropdown-header input {
      border: 0; }
  .tag-component .divider {
    margin: 0; }
  .tag-component .item-selected {
    background: #f1f3f6 !important;
    color: #555 !important; }

.box-tags-new-objective .tag-component {
  float: none;
  display: inline-block;
  margin-left: 5px; }

.negative-margin {
  position: relative;
  top: -50px;
  z-index: 2; }
  .negative-margin .tooltip-faturar .badge {
    padding: 3px 6px;
    font-size: 8px;
    position: relative;
    top: -1px; }

.box-meta-appointment {
  position: absolute;
  width: calc(100% - 30px); }

.transition.animated-panel.fadeInUp {
  z-index: 1; }

.float-controls .switch-text {
  margin-right: 0; }

.float-controls .search-user-box {
  padding: 0;
  height: auto;
  background: none;
  border: 0;
  width: auto; }
  .float-controls .search-user-box .inn .icon-ghost {
    position: absolute;
    top: 8px;
    left: 4px;
    color: #a9a9a9;
    z-index: 5; }
  .float-controls .search-user-box .inn input.search {
    border: solid 1px #e0e4e6;
    box-shadow: none;
    background-color: #fff;
    color: #999;
    padding-left: 25px;
    position: relative;
    top: 0;
    right: 0px;
    height: 28px;
    width: 300px;
    border-radius: 3px; }

.btn-custom-date {
  position: absolute;
  margin-top: -50px;
  right: 0;
  padding: 10px 15px 0 0;
  min-width: 170px;
  z-index: 1; }
  .btn-custom-date .btn {
    font-size: 13px;
    font-weight: 300;
    border-color: #e0e4e6; }
    .btn-custom-date .btn.active {
      box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.125); }
    .btn-custom-date .btn:hover {
      border-color: #e0e4e6;
      background-color: #d3dae5; }

@media (max-width: 768px) {
  .negative-margin {
    position: relative;
    top: 15px; } }

.padding-billable {
  padding: 6px 8px; }

.welcome {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  display: table; }
  .welcome .content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: -50px;
    position: relative; }
    .welcome .content .title-welcome {
      color: #fff;
      font-size: 42px;
      margin: 50px auto; }
      .welcome .content .title-welcome span {
        font-size: 16px; }
    .welcome .content .btn {
      font-size: 16px; }
    .welcome .content .btn-link {
      color: #bdc6cc; }
    .welcome .content .input-group {
      color: #bdc6cc;
      margin: 30px auto; }

.welcome-icon {
  background: #6b7980; }
  .welcome-icon a {
    padding: 18px !important;
    color: #fff;
    margin: 0; }

.content-welcome {
  border-top: solid 1px #d5d5d5;
  background-color: #f1f3f6;
  width: 100%;
  padding-top: 100px;
  position: relative;
  z-index: 1; }
  .content-welcome .panel-default {
    border-radius: 10px;
    border: solid 1px #c3c3c3;
    background: #f5f5f5; }
    .content-welcome .panel-default .panel-body {
      padding-top: 30px; }
  .content-welcome .title-welcome {
    margin: 0;
    color: #5F6C72;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 26px; }
  .content-welcome .subtitle-welcome {
    color: #5F6C72;
    font-size: 16px; }
  .content-welcome .button-action {
    border: solid 1px #d5d5d5;
    border-radius: 0 0 10px 10px;
    display: table;
    background-color: #fff;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px; }
    .content-welcome .button-action.disabled {
      border: solid 1px #c3c3c3;
      background-color: #eaeaea; }
      .content-welcome .button-action.disabled i.icon-default,
      .content-welcome .button-action.disabled i.icon-green {
        color: #bbbbbb; }
      .content-welcome .button-action.disabled h3,
      .content-welcome .button-action.disabled p {
        color: #adadad; }
      .content-welcome .button-action.disabled:hover {
        cursor: not-allowed; }
    .content-welcome .button-action i {
      margin: 22px auto auto;
      display: table; }
      .content-welcome .button-action i.icon-green {
        color: #8BC34A;
        font-size: 63px; }
      .content-welcome .button-action i.icon-default {
        color: #00b4c8;
        font-size: 80px;
        position: relative;
        top: 7px;
        margin: 10px auto -5px; }
    .content-welcome .button-action h3 {
      margin-bottom: 5px;
      color: #5F6C72; }
    .content-welcome .button-action p {
      margin-bottom: 20px;
      color: #bdc6cc;
      font-size: 14px;
      padding: 5px 30px; }
    .content-welcome .button-action:hover {
      background-color: #f2f2f2;
      transition: background-color ease-out 0.3s; }

.banner-image {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-top: 30px;
  border-top: solid 2px #d5d5d5;
  border-left: solid 2px #d5d5d5;
  border-right: solid 2px #d5d5d5; }
  .banner-image:hover {
    cursor: pointer; }
  .banner-image img {
    width: 100%; }

#youtube_tutorial img {
  width: 100%; }

#youtube_tutorial iframe {
  width: 100%;
  height: 475px; }

#help-box {
  border: dashed 1px #9e9e9e;
  padding: 30px 10px 10px;
  border-radius: 8px;
  margin-top: 30px; }
  #help-box i {
    font-size: 60px;
    color: #00b4c8;
    text-align: center;
    margin: auto;
    display: table;
    width: 100%;
    margin-bottom: 20px; }
  #help-box h4,
  #help-box p {
    text-align: center; }
  #help-box a {
    background-color: #00b4c8;
    color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    display: table;
    margin-top: 25px;
    text-align: center; }

.mini-videos {
  min-height: 300px; }
  .mini-videos iframe {
    border-radius: 5px; }
  .mini-videos img {
    width: 100%; }
  .mini-videos h3 {
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
    height: 70px;
    padding-bottom: 10px; }

#pricing {
  margin-bottom: 25px; }

#pricing .row {
  margin-top: 0; }

#pricing .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  #pricing .table:last-child {
    margin: 0 !important; }

#pricing .panel-body h4,
#pricing .panel-body h5 {
  font-weight: 600;
  background: none; }

#pricing .panel-body h5 {
  width: 100%;
  text-align: center;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  border-radius: 16px;
  padding: 20px 0; }

#pricing .panel-body h5.yellow {
  border: dotted 1px #ffb606; }

#pricing .panel-body h5.blue {
  border: dotted 1px #3498db; }

#pricing .panel-body h5.red {
  border: dotted 1px #e74c3c;
  color: #e74c3c; }

#pricing .panel-body h5 span {
  margin: auto; }

#pricing .price-big {
  display: table;
  font-size: 35px;
  background: none; }

#pricing .price-big.blue {
  color: #3498db; }

#pricing .price-big.yellow {
  color: #ffb606; }

#pricing .btn {
  width: 100%;
  padding: 8px; }

#pricing .btn.btn-blue {
  background-color: #3498db;
  border-color: #3498db;
  color: #FFFFFF; }

#pricing td.current-plan {
  margin-bottom: 15px;
  display: block;
  border: 0; }

#pricing p.text-center {
  text-align: center; }

.inmodal.plan-pro .btn-primary,
.inmodal.plan-pro .color-line {
  background: #3498db !important; }

.inmodal.plan-pro .btn-primary {
  border-color: #3498db; }

.inmodal.plan-pro .full-width {
  width: 100% !important; }

table.pricing thead td.left {
  width: 260px;
  border-left: 0;
  text-align: left !important;
  vertical-align: middle; }

table.pricing thead td {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  border-bottom: 3px solid #cccccc;
  color: black;
  text-align: center;
  vertical-align: middle; }

table.pricing td {
  width: 180px;
  padding: 5px 0;
  border: 0;
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  color: #333333;
  text-align: left;
  vertical-align: top; }

table.pricing td a.choose_plan {
  display: inline-block;
  float: none;
  font-size: 13px;
  height: 27px;
  margin: 5px 0 0; }

table.pricing td.left {
  width: 260px;
  border-left: 0;
  text-align: left !important;
  vertical-align: middle; }

.tablefooter {
  border-bottom: 3px solid #cccccc !important;
  color: black; }

table.pricing tr.emphasize td {
  padding: 10px 0;
  vertical-align: top;
  text-align: center;
  color: #666666; }

table.pricing td.price_details {
  font-size: 13px;
  line-height: 20px; }

.bodyTable {
  position: relative;
  margin: 15px auto;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-width: 700px; }

.angucomplete-holder {
  position: relative; }

.popover-content {
  overflow: visible !important; }
  .popover-content p {
    font-size: 12px; }

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 100%;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  margin-top: -6px;
  background-color: #ffffff; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

.angucomplete-selected-row {
  background-color: #00b4c8;
  color: #ffffff; }
  .angucomplete-selected-row .angucomplete-link a {
    color: #ffffff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

.green {
  background-color: #8BC34A; }

.yellow {
  background-color: #ffb606; }

.gray {
  background-color: #bdc6cc; }

.teal {
  background-color: #34495e; }

.blue {
  background-color: #3498db; }

.red {
  background-color: #c0392b; }

.white {
  background-color: white;
  color: #00b4c8; }

.switch {
  float: left;
  margin-top: 0;
  padding: 0;
  position: relative; }

.switch span {
  padding: 0 8px;
  font-size: 13px;
  font-family: "Lato", "Segoe UI", "Verdana", sans-serif;
  font-weight: 700; }

.switch span.ativo {
  color: #8BC34A; }

.switch span.inativo {
  color: #9A9A9A; }

.toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

.toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

.toggle-round + label {
  padding: 2px;
  top: 1px;
  width: 50px;
  height: 17px;
  background-color: #dddddd;
  border-radius: 60px;
  float: right; }

.toggle-round + label:after,
.toggle-round + label:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

.toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s; }

.toggle-round + label:after {
  width: 25px;
  top: -5px;
  height: 25px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

.toggle-round:checked + label:before {
  background-color: #8bc34a; }

.toggle-round:checked + label:after {
  margin-left: 25px; }

.switch-text {
  position: relative;
  display: block;
  vertical-align: top;
  width: 131px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  border-radius: 18px;
  cursor: pointer;
  float: left; }

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 600;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15); }

.switch-label:after,
.switch-label:before {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit; }

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #fff; }

.switch-label:after {
  content: attr(data-on);
  left: 105px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0; }

.switch-input:checked ~ .switch-label {
  background: #E1B42B;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2); }

.switch-input:checked ~ .switch-label:before {
  opacity: 0; }

.switch-input:checked ~ .switch-label:after {
  opacity: 1; }

.switch-handle {
  position: absolute;
  top: 5px;
  right: 99px;
  width: 25px;
  height: 25px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

.switch-input:checked ~ .switch-handle {
  right: 5px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }

/* Transition
  ========================== */
.switch-handle,
.switch-label {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease; }

.switch-left-right .switch-label {
  overflow: hidden; }

.switch-left-right .switch-label:after,
.switch-left-right .switch-label:before {
  width: 125px;
  height: 35px;
  top: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 11px 0 0;
  text-indent: 12px;
  border-radius: 20px;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2), inset 0 0 3px rgba(0, 0, 0, 0.1); }

.switch-left-right .switch-label:before {
  background: #34495e;
  text-align: left;
  text-align: center; }

.switch-left-right.blank .switch-label:before {
  background: #d5d5d5;
  color: #5F6C72; }

.switch-left-right .switch-label:after {
  text-align: left;
  text-indent: -9px;
  background: #3498db;
  text-align: center;
  left: -125px;
  opacity: 1;
  width: 100%; }

.switch-left-right.blank .switch-label:after {
  background: #8BC34A; }

.switch-left-right .switch-input:checked ~ .switch-label:before {
  opacity: 1;
  left: 130px; }

.switch-left-right .switch-input:checked ~ .switch-label:after {
  left: 0; }

.switch-left-right .switch-input:checked ~ .switch-label {
  background: inherit; }

.switch-box {
  padding: 25px 0 20px 10px; }
  .switch-box .text {
    float: left;
    padding: 7px 0 0 5px;
    font-style: italic; }

.switch-text.mini {
  top: 0;
  height: 22px;
  width: 110px; }
  .switch-text.mini.switch-left-right .switch-label:after,
  .switch-text.mini.switch-left-right .switch-label:before {
    height: 22px;
    padding: 7px 0 0;
    width: 105px; }
  .switch-text.mini .switch-handle {
    width: 18px;
    height: 18px;
    right: 87px; }
  .switch-text.mini .switch-input:checked ~ .switch-handle {
    right: 5px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2); }
  .switch-text.mini .switch-handle:before {
    margin: -6px 0 0 -6px; }
  .switch-text.mini .switch-label {
    font-size: 9px; }

.mini.yes-no {
  width: 75px; }
  .mini.yes-no.switch-left-right .switch-label:after,
  .mini.yes-no.switch-left-right .switch-label:before {
    height: 22px;
    padding: 7px 0 0;
    width: 69px; }
  .mini.yes-no .switch-handle {
    width: 18px;
    height: 18px;
    right: 51px; }

.dropdown-menu .btn.btn-default {
  border: 0;
  padding: 10px 15px;
  border-radius: 0; }
  .dropdown-menu .btn.btn-default.active {
    background-color: #00b4c8;
    color: #fff; }
    .dropdown-menu .btn.btn-default.active span.text-info {
      color: #fff; }
  .dropdown-menu .btn.btn-default span.text-info {
    color: #00b4c8; }

.uib-datepicker-popup {
  padding: 0; }
  .uib-datepicker-popup * {
    outline: 0; }

.uib-daypicker th {
  padding: 0px 0 8px 0; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 4px; }

.has-tags-report {
  color: #8BC34A !important; }

.comment-modal {
  margin-top: 50%;
  padding: 20px;
  height: 198px; }

.comment-textarea {
  height: 98px !important;
  resize: none; }

.comment-modal-button {
  float: right;
  cursor: pointer;
  margin: -19px -17px 0px 0px; }

.animate-show {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  opacity: 1; }

.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  display: inline-block !important; }

.animate-show.ng-hide {
  opacity: 0; }

/* Track */
::-webkit-scrollbar:horizontal {
  height: 5px; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2); }

.p-l {
  color: #5F6C72; }

.hpanel .alert.margin-bottom {
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e5e7; }

label.subscription-price {
  font-size: 17px;
  font-weight: normal !important; }

#loading-bar .bar {
  -webkit-transition: width 350ms;
  -moz-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
  background: #004149;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px; }

#loading-bar-spinner .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #006f7c;
  border-left-color: #006f7c;
  border-radius: 50%;
  -webkit-animation: loading-bar-spinner 400ms linear infinite;
  -moz-animation: loading-bar-spinner 400ms linear infinite;
  -ms-animation: loading-bar-spinner 400ms linear infinite;
  -o-animation: loading-bar-spinner 400ms linear infinite;
  animation: loading-bar-spinner 400ms linear infinite; }

.form-control[readonly] {
  background-color: #fff; }

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }

input[type="time"]::-webkit-clear-button {
  display: none; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

.popover {
  max-width: 100%; }

.popover-tr {
  white-space: nowrap;
  overflow: hidden;
  max-width: 150px;
  text-overflow: ellipsis;
  font-weight: normal; }

button,
button:focus,
button:hover {
  outline: 0 !important; }

.img-responsive.border {
  border: solid 1px #d5d5d5; }

.bar-line {
  display: table;
  width: 100%;
  position: absolute;
  height: 2px;
  top: 0;
  left: 0; }

.input-group-addon-hover {
  cursor: pointer; }

.label {
  font-weight: normal; }

.has-top {
  padding-top: 70px; }

.button-tab {
  padding: 5px 5px 0 0; }

.notification {
  text-align: center;
  border-radius: 2px;
  padding: 15px 0 10px;
  background-color: #fff; }
  .notification.margin {
    margin: 20px 0; }

#publicProject {
  margin-top: 20px; }

#projectMembers {
  margin-top: 15px; }

.margin-top {
  top: 10px;
  position: relative;
  clear: both; }

.link {
  text-decoration: underline; }
  .link:hover {
    color: #00e2fb;
    text-decoration: underline; }
  .link.ghost {
    color: #34495e;
    font-size: 12px;
    text-decoration: none; }
    .link.ghost strong {
      color: #337ab7; }

.navbar-nav .text {
  font-size: 14px;
  padding-top: 16px; }

.navbar-nav li.old-version .label {
  display: block;
  padding: 7px 9px;
  font-size: 11px; }

li.dropdown .caret {
  position: relative;
  top: -3px;
  left: 5px; }

.control-label i {
  position: relative;
  top: 1px; }

.align-text-input {
  padding-top: 7px;
  font-size: 12px;
  font-weight: 600; }

.header-link {
  padding: 13px 26px;
  font-size: 20px;
  height: 55px; }

.label-default {
  background-color: #00b4c8; }

.form-control {
  padding: 6px; }

.form-control.width {
  width: 100% !important; }

.hover-effect {
  cursor: pointer; }

.divider {
  height: 1px !important;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.small,
small {
  font-size: 90%; }

.custom-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.small-title {
  margin-bottom: 5px;
  display: inline-block; }

.no-margin {
  margin: 0; }

.form-user {
  margin: 0; }

.btn-primary {
  background-color: #00b4c8;
  border-color: #00b4c8; }
  .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover {
    background-color: #00cbe2;
    border-color: #00cbe2; }
  .btn-primary.btn-calendar {
    background-color: #fff;
    border-color: #e4e5e7;
    border-left: 0;
    color: #bdc6cc; }
    .btn-primary.btn-calendar:active, .btn-primary.btn-calendar:active:focus, .btn-primary.btn-calendar:focus, .btn-primary.btn-calendar:hover, .btn-primary.btn-calendar[disabled], .btn-primary.btn-calendar[disabled]:hover {
      background-color: #fff;
      border-color: #e4e5e7;
      color: #00b4c8; }

.popover,
.tooltip {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.reset-padding {
  padding: 0 !important; }

.reset-padding-right {
  padding-right: 0 !important; }

.reset-margin {
  margin: 0; }

.input-clean {
  border: 0; }

.padding {
  padding: 10px; }

.padding-horizontal {
  padding: 0 10px; }

.padding-vertical {
  padding: 5px 10px; }

.title-collapse {
  padding: 10px;
  background-color: #f6f6f6;
  width: 100%;
  margin: 0;
  font-weight: normal;
  border-bottom: solid 1px #e2e2e2; }

.collapse.in {
  display: table;
  width: 100%;
  border-bottom: solid 0px #e4e4e4; }

.table {
  margin-bottom: 0; }
  .table > tbody > tr > td,
  .table > tbody > tr > th {
    border-color: #e0e4e6 !important; }
  .table > tbody > tr.reset-border > td {
    border-top: 0; }

.color-text {
  color: #34495e; }

.select-group {
  width: 100%;
  border-radius: 4px;
  height: 25px;
  border-color: #d5d5d5; }

.has-header {
  top: 59px;
  position: relative; }

.checkbox .label {
  position: relative;
  top: -3px; }

.trial {
  top: 4px;
  position: relative;
  float: right;
  width: 100%;
  height: auto;
  background-color: #ffb606;
  color: #fff; }
  .trial .trial-text {
    text-decoration: none;
    color: #fff; }

.trial-text:hover {
  color: #fff; }

.panel-user {
  height: 215px; }

@media (max-width: 768px) {
  .pull-left-sm {
    float: left !important; }
  .text-left-sm {
    text-align: left; }
  .margin-top-sm {
    margin-top: 15px;
    display: block; } }

.appointment-status {
  text-align: right; }

.paidFeatureTooltip .tooltip-inner {
  width: 280px;
  padding: 15px 12px 7px;
  max-width: 280px !important; }
  .paidFeatureTooltip .tooltip-inner a {
    color: #fff;
    font-weight: 700; }

.no-remove-tag i.fa-times {
  display: none; }

.goal-progress {
  margin: 45px 0 10px;
  height: 8px;
  overflow: visible;
  border-radius: 5px; }
  .goal-progress.text-left .ng-scope,
  .goal-progress.text-left .progress-bar {
    text-align: left !important; }
  .goal-progress.success .progress-bar {
    background: #7eb73d !important; }
  .goal-progress.info .progress-bar {
    background: #3498db !important; }
  .goal-progress.warning .progress-bar {
    background: #eca600 !important; }
  .goal-progress.danger .progress-bar {
    background: #c0392b !important; }
  .goal-progress .progress-bar {
    background: #bfbfbf;
    color: #fff;
    border-radius: 5px;
    border: 0; }
    .goal-progress .progress-bar .ng-scope {
      color: #555;
      margin: -25px 0 0; }
      .goal-progress .progress-bar .ng-scope .success {
        color: #7eb73d !important; }
      .goal-progress .progress-bar .ng-scope .info {
        color: #3498db !important; }
      .goal-progress .progress-bar .ng-scope .warning {
        color: #eca600 !important; }
      .goal-progress .progress-bar .ng-scope .danger {
        color: #00b4c8 !important; }

.update-plan-modal {
  margin-top: 50%;
  padding: 20px; }

.pagination li a {
  color: #888; }

.pagination li span {
  color: #bdc6cc; }

.pagination li.disabled a,
.pagination li.disabled span {
  color: #bdc6cc; }

.pagination .active a {
  background-color: #e9e9e9;
  border-color: #e0e4e6;
  color: #00b4c8; }

.pagination .active span {
  color: #00b4c8; }

.billing-table {
  padding-top: 15px; }

.dashboard-select {
  display: block;
  background-color: #fff;
  background-image: none;
  border-color: #e0e4e6;
  border-radius: 4px;
  height: 30px;
  box-shadow: none;
  width: 100%; }

.icon-edit {
  padding-right: 20px; }

.check-class-1 {
  position: absolute;
  opacity: 0; }

.check-class-2 {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white;
  border: 0px;
  opacity: 0; }

.custom-icon {
  white-space: nowrap; }

.popover-content {
  width: 200px; }

.container-full {
  margin: 0 auto;
  padding: 0px; }

textarea {
  resize: none; }

.icons-comment {
  display: inline-flex; }
  .icons-comment i.red {
    padding-right: 5px;
    color: #c0392b;
    background-color: transparent; }
  .icons-comment i.green {
    padding-right: 5px;
    color: #86AF49;
    background-color: transparent; }

.filter-length {
  text-align: center; }

.bg-yellow {
  color: yellow; }

.signup_container {
  max-width: 700px;
  margin: auto;
  padding-top: 2.5%;
  background-color: #fafafa; }
  .signup_container .chamada-cadastro {
    text-align: center;
    color: #bdc6cc;
    padding: 0;
    margin: 15px 0 30px; }
  .signup_container .box-features-signup {
    padding: 10px 0 10px 15px;
    border-left: 1px solid #e0e4e6; }
    @media (min-width: 320px) and (max-width: 767px) {
      .signup_container .box-features-signup {
        padding: 10px 15px;
        margin-top: 30px; } }
    .signup_container .box-features-signup .feature-signup {
      display: flex;
      margin-bottom: 35px; }
      .signup_container .box-features-signup .feature-signup:last-child {
        margin-bottom: 0; }
      .signup_container .box-features-signup .feature-signup .icon-features-signup {
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        top: -15px;
        position: relative; }
        .signup_container .box-features-signup .feature-signup .icon-features-signup i {
          font-size: 50px;
          color: #00b4c8; }
      .signup_container .box-features-signup .feature-signup .text-features-signup {
        width: calc(100% - 65px);
        margin-left: 15px;
        font-size: 13px;
        color: #bdc6cc; }
        .signup_container .box-features-signup .feature-signup .text-features-signup h4 {
          margin: 0 0 5px;
          color: #00b4c8; }
  .signup_container .text-final-signup {
    margin: 100px 0;
    color: #bdc6cc; }
    .signup_container .text-final-signup h4 {
      line-height: 25px; }
  .signup_container .box-signup {
    max-width: 620px;
    margin: 0 auto 30px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .signup_container .box-signup {
        max-width: 90%; } }
    .signup_container .box-signup h4 {
      text-align: center;
      padding: 0;
      font-size: 18px;
      font-weight: lighter;
      line-height: 26px; }
    .signup_container .box-signup .signup-label {
      font-weight: 400;
      margin: 10px 0 5px; }
    .signup_container .box-signup .form-control {
      margin-bottom: 10px;
      height: 50px; }
    .signup_container .box-signup .login-link {
      margin-top: 20px;
      color: #bdc6cc; }
      .signup_container .box-signup .login-link a {
        color: #00b4c8; }

.signup_logo {
  width: 55%;
  max-width: 350px;
  margin: 45px auto auto; }

.social-box-signup {
  padding-top: 50px;
  position: relative; }

.btn-signup {
  margin-top: 15px;
  width: 100%; }

.terms {
  text-align: center;
  color: #00b4c8;
  margin-top: 50px; }
  .terms a {
    color: #00b4c8;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding-bottom: 2px; }
    .terms a:hover {
      border-color: #008695; }

.terms-content {
  padding: 25px 35px; }
  .terms-content section {
    margin-bottom: 15px; }
    .terms-content section:last-child {
      margin: 0; }
  .terms-content h2 {
    font-weight: 600;
    color: #00b4c8; }
  .terms-content h4 {
    font-weight: 400; }
  .terms-content p {
    font-size: 14px;
    line-height: 1.5; }
  .terms-content .close-modal {
    background: #fff;
    border: 2px solid #98572F;
    margin: 0;
    line-height: 0;
    border-radius: 50%;
    font-size: 25px;
    padding: 2px 10px;
    position: absolute;
    right: -6px;
    top: -6px; }
    .terms-content .close-modal:hover {
      color: #00b4c8; }

.cg-notify-message {
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: 400px;
  text-align: center;
  background-color: #d9edf7;
  color: #31708f;
  padding: 15px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  transition: top 0.5s ease-out,opacity 0.2s ease-out;
  visibility: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.cg-notify-message-center {
  left: 50%; }

.cg-notify-message-left {
  left: 15px; }

.cg-notify-message-right {
  right: 15px; }

.cg-notify-message a {
  font-weight: bold;
  color: inherit; }

.cg-notify-message a:hover {
  color: inherit; }

.cg-notify-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  top: 0px;
  right: 3px;
  line-height: 15px; }

.cg-notify-close:hover, .cg-notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.cg-notify-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

#side-menu li .select2-container a.select2-choice {
  padding: 5px 45px 5px 10px;
  height: 40px;
  width: 180px;
  font-size: 11px;
  border: solid 1px #e4e5e7;
  background-color: #fff; }
  #side-menu li .select2-container a.select2-choice abbr {
    top: 12px; }
  #side-menu li .select2-container a.select2-choice .select2-chosen {
    margin-right: 0; }
  #side-menu li .select2-container a.select2-choice .select2-arrow {
    background-image: none;
    background-color: #ECEFF4;
    border-left: 0; }
    #side-menu li .select2-container a.select2-choice .select2-arrow b {
      background-position-y: 5px; }

#side-menu .select2-search {
  margin-top: 5px; }

.ui-select-choices-row:hover {
  color: #000;
  background-color: #C0C0C0; }

.auto-appointment-content .ui-select-container {
  width: 100%; }
  .auto-appointment-content .ui-select-container .select2-choice {
    height: 35px;
    padding: 3px 0 0 0;
    border: 0;
    background-color: transparent;
    background-image: none;
    border-radius: 0; }
    .auto-appointment-content .ui-select-container .select2-choice .select2-arrow {
      border-left: 0;
      background-image: none;
      background-color: transparent; }
      .auto-appointment-content .ui-select-container .select2-choice .select2-arrow b {
        background-position-y: 5px; }
    .auto-appointment-content .ui-select-container .select2-choice:focus {
      outline: 0; }
  .auto-appointment-content .ui-select-container .select2-drop-active {
    border: none;
    border-top: none; }
  .auto-appointment-content .ui-select-container .select2-drop {
    margin-top: 4px; }

.auto-appointment-content .select2-container-active .select2-choice {
  box-shadow: none; }

.new-view-container .header-new-view .box-total-relatorio {
  margin-left: 10px; }

.new-view-container .header-new-view .button-fields {
  float: left;
  background: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  font-size: 14px;
  padding: 9px 8px;
  line-height: 1;
  height: auto;
  cursor: pointer;
  margin-left: 15px; }
  .new-view-container .header-new-view .button-fields i {
    color: #bdc6cc; }
  .new-view-container .header-new-view .button-fields .dropdown-menu.left-side {
    padding-left: 15px; }
  .new-view-container .header-new-view .button-fields .dropdown-menu .checkbox {
    margin-bottom: 5px; }
    .new-view-container .header-new-view .button-fields .dropdown-menu .checkbox label {
      line-height: 17px; }
  .new-view-container .header-new-view .button-fields .dropdown-menu .checkbox + .checkbox,
  .new-view-container .header-new-view .button-fields .dropdown-menu .radio + .radio {
    margin-top: 0; }

.new-view-container .header-new-view .btn-default {
  background: #fff;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear .2s;
  margin-left: 10px;
  margin-top: 5px; }
  .new-view-container .header-new-view .btn-default:hover {
    background-color: #fff; }

.new-view-container .header-new-view .btn-new {
  color: #fff;
  background: #00b4c8;
  border: 1px solid #e0e4e6;
  border-radius: 3px;
  cursor: pointer;
  transition: all linear .2s;
  margin-left: 10px;
  margin-top: 5px; }
  .new-view-container .header-new-view .btn-new:hover {
    background: #2fb2ae;
    color: #fff;
    border: 1px inset #e0e4e6; }

.new-view-container .header-new-view .button-groupby {
  float: right;
  margin: 0 0 0 15px;
  font-size: 11px;
  height: auto;
  cursor: pointer; }
  .new-view-container .header-new-view .button-groupby [class*="group"] {
    display: inline-block; }
    .new-view-container .header-new-view .button-groupby [class*="group"].left {
      float: left;
      border-right: 0;
      padding: 3px 8px; }
    .new-view-container .header-new-view .button-groupby [class*="group"].right {
      float: right;
      padding: 3px 15px; }
    .new-view-container .header-new-view .button-groupby [class*="group"] span {
      line-height: 10px;
      padding: 8px 0;
      display: block; }
  .new-view-container .header-new-view .button-groupby .group-label {
    background: #eee;
    border: 1px solid #e0e4e6;
    border-radius: 3px 0 0 3px;
    cursor: default; }
  .new-view-container .header-new-view .button-groupby .group-option {
    background: #fff;
    border: 1px solid #e0e4e6;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    padding: 0 15px;
    color: #5F6C72; }
    .new-view-container .header-new-view .button-groupby .group-option span {
      font-weight: 700; }
  .new-view-container .header-new-view .button-groupby ul.dropdown-menu li {
    padding: 0 20px; }
  .new-view-container .header-new-view .button-groupby ul.dropdown-menu label:after,
  .new-view-container .header-new-view .button-groupby ul.dropdown-menu label:before {
    margin-top: 2px; }

.new-view-container .tab-report .nav-tabs {
  margin-bottom: 10px;
  display: flex;
  align-items: baseline; }
  .new-view-container .tab-report .nav-tabs li a {
    color: #5F6C72;
    padding: 10px 15px;
    font-size: 14px;
    border: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent; }
  .new-view-container .tab-report .nav-tabs li.active a {
    border: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid #00b4c8;
    font-size: 20px;
    font-weight: 300; }

.new-view-container .tab-report .panel .panel-heading {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .new-view-container .tab-report .panel .panel-heading h4 {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
    width: calc(100% - 50px); }
    .new-view-container .tab-report .panel .panel-heading h4 > a {
      font-weight: 500;
      width: calc(100%);
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .new-view-container .tab-report .panel .panel-heading h4 > a > div:first-child {
        float: left; }
      .new-view-container .tab-report .panel .panel-heading h4 > a .tags-box {
        display: inline-block;
        margin-right: 10px; }
        .new-view-container .tab-report .panel .panel-heading h4 > a .tags-box .tags-content.mini .decipher-tags-tag {
          margin: 3px; }
      .new-view-container .tab-report .panel .panel-heading h4 > a .name-objective {
        font-size: 16px;
        margin-bottom: 5px;
        display: inline-block; }
      .new-view-container .tab-report .panel .panel-heading h4 > a .owner-objective {
        font-size: 13px;
        color: dimgray;
        margin-bottom: 2px;
        display: inline-block; }
      .new-view-container .tab-report .panel .panel-heading h4 > a .father-objective {
        font-size: 13px; }
      .new-view-container .tab-report .panel .panel-heading h4 > a.collapsed .panel-tools .fa-chevron-down {
        transform: rotate(0deg); }
      .new-view-container .tab-report .panel .panel-heading h4 > a .panel-tools .fa-chevron-down {
        transition: transform ease .4s;
        transform: rotate(180deg); }
      .new-view-container .tab-report .panel .panel-heading h4 > a .panel-tools small {
        margin-right: 5px; }
  .new-view-container .tab-report .panel .panel-heading table tr th {
    font-size: 13px; }

.new-view-container .tab-report .panel .desc-okr {
  font-size: 12px;
  margin-bottom: 15px;
  font-weight: normal;
  text-transform: capitalize;
  font-style: normal;
  border-radius: 0px;
  background: #f1f3f6;
  padding: 5px 10px;
  color: #999; }

.new-view-container .tab-report .panel .title-table {
  font-weight: 600;
  font-size: 13px;
  margin-left: 0px;
  padding-left: 5px;
  position: relative;
  color: #888; }

.new-view-container .tab-report .progress {
  margin-bottom: 0;
  background-color: #f1f3f6; }
  .new-view-container .tab-report .progress .progress-bar {
    min-width: 20px;
    text-align: center;
    padding: 0; }
  .new-view-container .tab-report .progress.full .progress-bar {
    font-size: 10px;
    line-height: 19px;
    border-right: 0; }
    .new-view-container .tab-report .progress.full .progress-bar.progress-bar-success {
      background-color: #00b4c8;
      border-color: #00b4c8; }

.new-view-container .tab-report .tab-content table tr td {
  text-transform: initial;
  vertical-align: middle; }

.new-view-container .content-report {
  margin-bottom: 50px; }
  .new-view-container .content-report .btn-billable.no-click {
    cursor: default; }
  .new-view-container .content-report .btn-billable.inactive i:hover {
    color: #d2d2d2 !important; }
  .new-view-container .content-report .btn-billable.active i:hover {
    color: #8BC34A; }
  .new-view-container .content-report .btn-extra-padding {
    padding: 3px 7px; }

#reports .report-title {
  padding-right: 50px;
  padding-bottom: 35px;
  z-index: 1; }

#reports .no-bg {
  background: none !important; }

#reports .white-bg {
  background: #fff; }

#reports .nav-tabs .dropdown-menu.menu-xs {
  margin-top: 5px; }

#reports .tags-field {
  border-top: 0;
  padding: 0 10px 5px; }

#reports .clickable {
  cursor: pointer; }

#reports li.active {
  padding: 2px 0; }
  #reports li.active a {
    border: none !important; }

.table.table-header {
  border-collapse: separate !important; }
  .table.table-header.table-report td {
    max-width: 110px;
    padding: 5px;
    font-size: 11px !important;
    vertical-align: middle; }
  .table.table-header.table-report th {
    max-width: 110px;
    padding: 10px 5px;
    font-size: 11px !important;
    vertical-align: middle; }
  .table.table-header thead tr th,
  .table.table-header thead tr:first-child th,
  .table.table-header thead:first-child tr th,
  .table.table-header thead:first-child tr:first-child th {
    font-size: 13px;
    position: relative;
    font-weight: bolder;
    background: #f1f4f5;
    border-bottom-style: none;
    color: #5F6C72;
    border-top: 0; }
    .table.table-header thead tr th:first-child,
    .table.table-header thead tr:first-child th:first-child,
    .table.table-header thead:first-child tr th:first-child,
    .table.table-header thead:first-child tr:first-child th:first-child {
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
      border-top-left-radius: 0px;
      border-left: 0; }
    .table.table-header thead tr th:last-child,
    .table.table-header thead tr:first-child th:last-child,
    .table.table-header thead:first-child tr th:last-child,
    .table.table-header thead:first-child tr:first-child th:last-child {
      -webkit-border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
      border-top-right-radius: 0px;
      border-right: 0; }
  .table.table-header.double thead tr th:first-child,
  .table.table-header.double thead tr:first-child th:first-child,
  .table.table-header.double thead:first-child tr th:first-child,
  .table.table-header.double thead:first-child tr:first-child th:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-left: solid 1px #ddd; }
  .table.table-header.double thead tr th:last-child,
  .table.table-header.double thead tr:first-child th:last-child,
  .table.table-header.double thead:first-child tr th:last-child,
  .table.table-header.double thead:first-child tr:first-child th:last-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    border-right: solid 1px #ddd; }
  .table.table-header tbody {
    background-color: #fff; }
    .table.table-header tbody tr.header {
      background-color: transparent; }
    .table.table-header tbody tr,
    .table.table-header tbody tr.header {
      transition: all linear 0.2s; }
      .table.table-header tbody tr td,
      .table.table-header tbody tr.header td {
        vertical-align: middle;
        color: #5F6C72; }
        .table.table-header tbody tr td:first-child,
        .table.table-header tbody tr.header td:first-child {
          border-left: 0; }
        .table.table-header tbody tr td:last-child,
        .table.table-header tbody tr.header td:last-child {
          border-right: 0; }
    .table.table-header tbody tr:hover {
      background-color: #f5f5f5; }
    .table.table-header tbody.reports:last-child tr:nth-last-child(2) td {
      border-bottom: solid 1px #ddd; }
      .table.table-header tbody.reports:last-child tr:nth-last-child(2) td:first-child {
        border-bottom-left-radius: 5px; }
      .table.table-header tbody.reports:last-child tr:nth-last-child(2) td:last-child {
        border-bottom-right-radius: 5px; }
    .table.table-header tbody:last-child:not(.reports) tr:last-child td {
      border-bottom: solid 1px #ddd; }
      .table.table-header tbody:last-child:not(.reports) tr:last-child td:first-child {
        border-bottom-left-radius: 5px; }
      .table.table-header tbody:last-child:not(.reports) tr:last-child td:last-child {
        border-bottom-right-radius: 5px; }
  .table.table-header .group-name {
    display: block;
    font-size: 11px;
    color: #b3b3b3;
    text-transform: uppercase;
    margin-bottom: 2px; }

.search-user-box {
  position: relative;
  margin: 0;
  width: 100%;
  border-radius: 5px 5px 0 0;
  height: 50px; }
  .search-user-box p {
    float: left;
    margin: 0;
    padding: 11px 9px; }
  .search-user-box .inn .icon-ghost {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #a9a9a9;
    z-index: 5; }
  .search-user-box .inn .icon-team {
    position: absolute;
    top: 8px;
    left: 2px;
    color: #a9a9a9;
    z-index: 5; }
  .search-user-box .inn input.search {
    border: solid 1px #e0e4e6;
    background-color: #fff;
    color: #999;
    padding-left: 25px;
    height: 30px;
    width: 100%;
    border-radius: 5px; }
    .search-user-box .inn input.search:focus {
      outline: 0; }

.customer-search {
  display: inline-block;
  margin-left: 20px; }
  .customer-search i {
    left: auto !important; }

.filter-box {
  margin: 15px 0;
  background: #fff; }
  .filter-box .ui-select-container {
    margin: auto;
    display: table; }
  .filter-box .input-group.padding-left {
    padding-left: 15px; }
  .filter-box .input-group input.form-control.hover-effect {
    font-size: 12px;
    height: 30px;
    border-color: #e4e5e7 !important;
    color: #999; }
  .filter-box .input-group span.input-group-btn button.btn-default {
    height: 30px;
    padding: 4px 8px;
    color: #999; }

.new-view-container {
  top: 56px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1200px; }
  .new-view-container .header-new-view {
    margin-left: 350px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding-right: 20px;
    position: relative; }
    .new-view-container .header-new-view .btn-add-head {
      position: absolute;
      right: 25px;
      z-index: 1;
      margin-top: 5px; }
    .new-view-container .header-new-view h3 {
      font-weight: 300;
      color: #5F6C72; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .new-view-container .header-new-view {
        margin-left: 290px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .new-view-container .header-new-view {
        margin-left: 0; } }
    .new-view-container .header-new-view .float-controls {
      margin-top: 5px;
      display: flex;
      justify-content: flex-end; }
      .new-view-container .header-new-view .float-controls .button-fields {
        display: inline-flex;
        align-items: center;
        margin: 0;
        background: #00b4c8;
        color: #fff; }
        .new-view-container .header-new-view .float-controls .button-fields span {
          font-size: 13px; }
        .new-view-container .header-new-view .float-controls .button-fields.disabled {
          cursor: no-drop; }
          .new-view-container .header-new-view .float-controls .button-fields.disabled span {
            opacity: 0.6; }
  .new-view-container .box-no-session {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e4e6; }
    .new-view-container .box-no-session h3 {
      max-width: 100%;
      text-align: center;
      line-height: 32px;
      color: #898989; }
    .new-view-container .box-no-session .btn-add-head {
      position: absolute;
      right: 397px;
      z-index: 1;
      padding: 10px 16px;
      font-size: 16px; }
  .new-view-container .box-no-session-feeds {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .new-view-container .box-no-session-feeds h3 {
      max-width: 100%;
      text-align: center;
      line-height: 32px;
      color: #898989; }
  .new-view-container .content-new-view {
    margin-left: 350px;
    min-height: calc(100% - 111px);
    background: #fff;
    z-index: 1;
    padding: 0 20px 0 0; }
    @media (min-width: 768px) and (max-width: 1099px) {
      .new-view-container .content-new-view {
        margin-left: 290px; } }
    @media (min-width: 320px) and (max-width: 767px) {
      .new-view-container .content-new-view {
        margin-left: 0;
        padding: 0 20px; } }
    .new-view-container .content-new-view .pagination li a {
      color: #888; }
    .new-view-container .content-new-view .pagination li span {
      color: #bdc6cc; }
    .new-view-container .content-new-view .pagination li.disabled a,
    .new-view-container .content-new-view .pagination li.disabled span {
      color: #bdc6cc; }
    .new-view-container .content-new-view .pagination .active a {
      background-color: #e9e9e9;
      border-color: #e0e4e6;
      color: #00b4c8; }
    .new-view-container .content-new-view .pagination .active span {
      color: #00b4c8; }
    .new-view-container .content-new-view .truncate-table span {
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px;
      white-space: nowrap;
      display: block; }
    .new-view-container .content-new-view .table-resposive {
      overflow: visible; }
    .new-view-container .content-new-view .hpanel .table-team td,
    .new-view-container .content-new-view .hpanel .table-team th {
      font-size: 11px !important;
      vertical-align: middle; }
    .new-view-container .content-new-view .hpanel .table-team .tag-component.appointment-tag-component {
      position: absolute;
      margin-top: -17px;
      margin-left: 7px; }
    .new-view-container .content-new-view .hpanel .custom-label {
      background-color: transparent;
      color: #000000; }
    .new-view-container .content-new-view .box-past-days {
      margin-bottom: 30px; }
      .new-view-container .content-new-view .box-past-days hr {
        margin: 10px 0; }
      .new-view-container .content-new-view .box-past-days h3 {
        margin-bottom: 10px;
        color: #c0392b; }
        .new-view-container .content-new-view .box-past-days h3 small {
          font-size: 12px;
          color: #bdc6cc; }
      .new-view-container .content-new-view .box-past-days label {
        font-weight: 400;
        font-size: 14px; }
      .new-view-container .content-new-view .box-past-days .checkbox {
        margin: 0; }
    .new-view-container .content-new-view .box-today h2 {
      color: #5F6C72; }
      @media (min-width: 768px) and (max-width: 1099px) {
        .new-view-container .content-new-view .box-today h2 {
          font-size: 25px; } }
      .new-view-container .content-new-view .box-today h2 small {
        font-size: 12px;
        color: #bdc6cc; }
    .new-view-container .content-new-view .box-today .input-group {
      margin-bottom: 10px; }
      .new-view-container .content-new-view .box-today .input-group input {
        height: 45px;
        border-radius: 2px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
      .new-view-container .content-new-view .box-today .input-group .input-group-addon {
        border-radius: 2px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
    .new-view-container .content-new-view .box-today .btn {
      border-radius: 2px; }
    .new-view-container .content-new-view .box-today .box-controls-today a {
      margin-left: 15px; }
      .new-view-container .content-new-view .box-today .box-controls-today a i {
        font-size: 23px; }
    .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row {
      display: flex; }
      .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box {
        padding: 5px;
        min-height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 65px;
        border: 1px solid #e0e4e6;
        margin-bottom: -1px;
        margin-right: -1px;
        font-size: 13px !important;
        color: #6a6c6f; }
        @media (min-width: 768px) and (max-width: 1099px) {
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box {
            min-width: 60px; } }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box a {
          font-size: 13px !important;
          color: #6f6c6a !important; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task {
          width: 399px;
          padding: 0;
          justify-content: flex-start;
          align-items: center; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .select2-container, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task .select2-container {
            height: 100%;
            width: 100%; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .select2-container .select2-choice, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task .select2-container .select2-choice {
              height: 100%;
              border-radius: 0;
              border: 0;
              background: none;
              line-height: 40px;
              outline-color: transparent;
              padding-left: 3px; }
              .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .select2-container .select2-choice .select2-arrow, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task .select2-container .select2-choice .select2-arrow {
                background-color: white;
                background-image: none;
                border: 0; }
                .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .select2-container .select2-choice .select2-arrow b, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task .select2-container .select2-choice .select2-arrow b {
                  background-position: 0 8px; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .select2-container .select2-drop-active, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task .select2-container .select2-drop-active {
              outline-color: transparent;
              border-color: #e0e4e6; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project input.form-control, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task input.form-control {
            padding: 5px;
            border: 0;
            height: 100%;
            border-radius: 0;
            font-size: 13px;
            color: #bdc6cc;
            text-overflow: ellipsis;
            transition: all ease 0.5s; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project input.form-control:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-task input.form-control:focus {
              box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project {
          min-width: 308px; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-project .label.gray {
            float: left;
            margin-top: 10px;
            margin-right: 3px;
            border: 1px solid #eee;
            padding-top: 5px;
            padding-bottom: 5px;
            color: green;
            background-color: transparent; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time {
          padding: 0; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .input-manual,
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .png-time, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .input-manual,
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .png-time, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .input-manual,
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .png-time {
            height: 100%;
            width: 100% !important;
            margin: 0;
            border: 0;
            padding: 0 5px;
            text-align: right;
            font-weight: 500;
            transition: all ease 0.5s;
            display: flex;
            justify-content: flex-end;
            align-items: center; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .input-manual input,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .png-time input, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .input-manual input,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .png-time input, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .input-manual input,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .png-time input {
              font-size: 13px;
              color: #5F6C72; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .input-manual:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .input-manual:hover,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .png-time:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .png-time:hover, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .input-manual:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .input-manual:hover,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .png-time:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .png-time:hover, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .input-manual:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .input-manual:hover,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .png-time:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .png-time:hover {
              border-color: transparent;
              outline-color: #e0e4e6;
              border-radius: 0; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .input-manual:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end .png-time:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .input-manual:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start .png-time:focus, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .input-manual:focus,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time .png-time:focus {
              box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2); }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-end-time, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-start-time, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-timer-text, .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-total-time {
          text-align: right;
          justify-content: flex-end; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-billable {
          justify-content: center; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment {
          min-width: 210px;
          border-left: 0; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment .fade-elements {
            display: flex;
            padding: 0;
            transition: all linear 0.4s;
            justify-content: flex-start;
            align-items: center;
            width: 100%; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment .fade-elements .btn-link {
              padding-right: 0;
              padding-left: 0; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment .fade-elements .btn,
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment .fade-elements .tag-component {
              margin-right: 10px; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box.box-controls-appointment .fade-elements .btn-fw {
              width: 90px; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .dropdown-menu {
          left: auto;
          right: 0;
          min-width: 330px; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .editable-input {
          top: 0; }
          .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .editable-input.select2 {
            min-width: 150px !important; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .editable-input.select2 .select2-choice {
              display: block;
              height: 26px;
              padding: 0 0 0 8px;
              overflow: hidden;
              position: relative;
              border: 1px solid #e0e4e6;
              white-space: nowrap;
              line-height: 26px;
              color: #444;
              text-decoration: none;
              border-radius: 4px;
              background-clip: padding-box;
              user-select: none;
              background-color: #fff;
              background-image: none;
              font-size: 13px; }
              .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .editable-input.select2 .select2-choice .select2-arrow {
                display: inline-block;
                width: 18px;
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                border-left: 1px solid #e0e4e6;
                border-radius: 0 4px 4px 0;
                background-clip: padding-box;
                background: transparent;
                background-image: none; }
            .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row .box .editable-input.select2 .select2-drop-active {
              border-color: #e0e4e6;
              box-shadow: none; }
      .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row.box-row-head .box {
        border-right: none;
        border-left: none;
        background-color: #fff;
        color: #6a6c6f; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row.box-row-head .box.box-controls-appointment {
          border-right: 1px solid #e0e4e6; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row.box-row-head .box:nth-child(1), .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row.box-row-head .box:nth-child(2) {
          padding: 3px; }
        .new-view-container .content-new-view .box-today .table-timesheet .boxer .box-row.box-row-head .box.box-project {
          border-left: 1px solid #e0e4e6; }
    .new-view-container .content-new-view .box-today .table-timesheet.table-timesheet-timer .boxer .box-row .box {
      min-width: 107px; }
      .new-view-container .content-new-view .box-today .table-timesheet.table-timesheet-timer .boxer .box-row .box.box-project, .new-view-container .content-new-view .box-today .table-timesheet.table-timesheet-timer .boxer .box-row .box.box-task {
        max-width: 40%;
        width: 349px; }
      .new-view-container .content-new-view .box-today .table-timesheet.table-timesheet-timer .boxer .box-row .box.box-controls-appointment {
        border-right: 1px solid #e4e5e7;
        min-width: 198px; }
    .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana {
      margin: 0;
      list-style: none;
      padding: 0;
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      border: 1px solid #e0e4e6;
      border-bottom: none; }
      .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li {
        padding: 0;
        width: calc(100% / 7); }
        .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li:before {
          content: "";
          height: 36px;
          width: 1px;
          background-color: #e0e4e6;
          position: absolute;
          margin-top: 22px; }
        .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li:nth-child(1):before {
          display: none; }
        .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn {
          border-radius: 0;
          width: 100%;
          background-color: #f1f4f5;
          color: #5F6C72;
          border: none;
          font-size: 13px; }
          .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn strong {
            font-weight: 600; }
          .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn.btn-total-semana {
            border-left: 1px solid #e0e4e6;
            background-color: #f1f4f5;
            padding: 21px 0;
            font-size: 12px;
            color: #5F6C72; }
          .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn span {
            border-radius: 50%;
            height: 22px;
            display: inline-flex;
            width: 23px;
            margin: 3px 0;
            align-items: center;
            justify-content: center; }
          .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn.active span {
            background-color: #00b4c8;
            color: #fff; }
          .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn.active, .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li .btn:focus {
            box-shadow: none; }
        .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li:first-child .btn {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 0; }
        .new-view-container .content-new-view .box-today .box-timesheet ul.box-dias-semana li:last-child .btn {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 0; }
    .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet {
      margin-bottom: 15px; }
      .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel {
        border-radius: 0;
        border: none;
        margin-bottom: 0; }
        .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel .panel-body {
          border-bottom: 1px solid #e3e3e3;
          margin-bottom: 0; }
          .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel .panel-body .box-title-atividade {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            float: left;
            width: 60%; }
            .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel .panel-body .box-title-atividade h3 {
              margin-top: 0;
              margin-bottom: 0; }
        .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel.panel-total-timesheet .panel-body {
          border: none;
          padding-right: 0; }
          .new-view-container .content-new-view .box-today .box-timesheet .box-atividade-timesheet > .panel.panel-total-timesheet .panel-body h4 {
            font-weight: 300; }
    .new-view-container .content-new-view.content-timesheet {
      margin-left: 0;
      min-height: calc(100% - 150px);
      margin-bottom: 50px;
      border: 0;
      border-radius: 0;
      position: relative;
      padding: 0;
      max-width: 1000px;
      margin: 0 auto 50px; }
  .new-view-container .box-title-timesheet {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
    margin-top: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }
    .new-view-container .box-title-timesheet .btn-calendar {
      margin: 0; }
      .new-view-container .box-title-timesheet .btn-calendar:focus, .new-view-container .box-title-timesheet .btn-calendar:hover, .new-view-container .box-title-timesheet .btn-calendar:active {
        background-color: #ECEFF4;
        border-color: #e0e4e6;
        box-shadow: none; }
    .new-view-container .box-title-timesheet .box-select-week {
      padding: 12px 0 0;
      text-align: right;
      min-width: 160px; }
      .new-view-container .box-title-timesheet .box-select-week .btn {
        background-color: #fff;
        border-color: #e0e4e6; }
        .new-view-container .box-title-timesheet .box-select-week .btn.active {
          background-color: #00b4c8; }
    .new-view-container .box-title-timesheet h2 {
      font-size: 33px; }
  .new-view-container .sidebar-new-view {
    width: 330px;
    position: fixed;
    left: initial;
    top: 56px;
    border-right: 1px solid #f1f4f5;
    bottom: 0;
    background-color: #fff;
    z-index: 2;
    padding: 20px;
    padding-top: 30px;
    overflow-y: auto; }
    @media (min-width: 320px) and (max-width: 767px) {
      .new-view-container .sidebar-new-view {
        display: none; } }
    .new-view-container .sidebar-new-view .box-filter {
      margin: 0 0 30px; }
      .new-view-container .sidebar-new-view .box-filter ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .new-view-container .sidebar-new-view .box-filter ul li a {
          display: flex;
          align-items: center;
          font-size: 14px;
          font-weight: 500;
          line-height: 39px;
          padding-left: 10px;
          color: #5F6C72;
          margin-bottom: 1px; }
          .new-view-container .sidebar-new-view .box-filter ul li a.active, .new-view-container .sidebar-new-view .box-filter ul li a:hover {
            background-color: #fff; }
        .new-view-container .sidebar-new-view .box-filter ul li .icon {
          font-size: 26px;
          margin-right: 10px; }
    .new-view-container .sidebar-new-view .periodo-box {
      margin: 0 0 25px; }
      .new-view-container .sidebar-new-view .periodo-box h3 {
        margin: 0 0 15px;
        font-size: 14px;
        color: #5F6C72;
        font-weight: 500;
        border-bottom: 2px solid #e0e4e6;
        padding-bottom: 5px; }
      .new-view-container .sidebar-new-view .periodo-box .row {
        margin-bottom: 10px;
        display: flex; }
        .new-view-container .sidebar-new-view .periodo-box .row .col-xs-2 {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .new-view-container .sidebar-new-view .periodo-box .row .col-xs-2 label {
            font-weight: 500;
            color: #5F6C72; }
        .new-view-container .sidebar-new-view .periodo-box .row .col-xs-10 {
          padding-left: 0; }
      .new-view-container .sidebar-new-view .periodo-box .btn {
        position: relative;
        top: 0px;
        color: #3498db;
        font-weight: 600; }
      .new-view-container .sidebar-new-view .periodo-box .select-planning-list button {
        transition: all ease .2s;
        border-color: transparent; }
        .new-view-container .sidebar-new-view .periodo-box .select-planning-list button.active {
          background-color: #f1f3f6;
          border-color: transparent;
          color: #555; }
    .new-view-container .sidebar-new-view .box-tags {
      margin-bottom: 20px; }
      .new-view-container .sidebar-new-view .box-tags .bt-text {
        padding: 5px 0 5px 5px;
        color: #00b4c8;
        font-size: 14px; }
      .new-view-container .sidebar-new-view .box-tags span.span-divider {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: #ffffff;
        background: #00b4c8;
        margin: auto;
        display: table;
        position: relative; }
        .new-view-container .sidebar-new-view .box-tags span.span-divider strong {
          width: 18px;
          height: 15px;
          position: absolute;
          top: 50%;
          margin-top: -10.5px;
          left: 50%;
          margin-left: -9px; }
      .new-view-container .sidebar-new-view .box-tags h3 {
        margin: 0 0 15px;
        font-size: 14px;
        color: #5F6C72;
        font-weight: 500;
        border-bottom: 2px solid #e0e4e6;
        padding-bottom: 10px; }
      .new-view-container .sidebar-new-view .box-tags .checkbox {
        margin-bottom: 20px; }
        .new-view-container .sidebar-new-view .box-tags .checkbox label {
          color: #5F6C72; }
      .new-view-container .sidebar-new-view .box-tags .truncate-checkbox label span.truncate-span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 155px;
        display: block; }
      .new-view-container .sidebar-new-view .box-tags ul.list-inline {
        display: flex;
        margin-left: 0; }
        .new-view-container .sidebar-new-view .box-tags ul.list-inline li {
          flex: 1;
          text-align: left;
          border-bottom: 2px solid #e0e4e6;
          padding-bottom: 5px; }
          .new-view-container .sidebar-new-view .box-tags ul.list-inline li.text-center {
            text-align: center; }
          .new-view-container .sidebar-new-view .box-tags ul.list-inline li a {
            font-size: 14px;
            font-weight: 500;
            color: #9a9a9a;
            width: 100%;
            display: inline-block; }
            @media (min-width: 768px) and (max-width: 1099px) {
              .new-view-container .sidebar-new-view .box-tags ul.list-inline li a {
                font-size: 11px; } }
            .new-view-container .sidebar-new-view .box-tags ul.list-inline li a:hover {
              color: #5F6C72; }
          .new-view-container .sidebar-new-view .box-tags ul.list-inline li.active {
            border-bottom: 2px solid #00b4c8; }
            .new-view-container .sidebar-new-view .box-tags ul.list-inline li.active a {
              color: #5F6C72; }
      .new-view-container .sidebar-new-view .box-tags ul.list-unstyled {
        font-size: 14px;
        line-height: 25px;
        font-weight: 300; }
        .new-view-container .sidebar-new-view .box-tags ul.list-unstyled i {
          margin-right: 10px; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .checkbox {
        margin-bottom: 20px; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .checkbox label {
          color: #5F6C72;
          text-transform: capitalize; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .checkbox .label.gray.custom {
          float: left;
          margin-top: 2px;
          margin-right: 0;
          border: none;
          background-color: transparent;
          padding-top: 5px;
          padding-bottom: 5px;
          color: #000;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          max-width: 100px;
          font-weight: bold;
          font-size: 12px;
          padding-left: 0; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .filter-box .select2-container {
        display: block; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .filter-box .select2-container .select2-choice {
          background-color: #fff;
          background-image: none;
          border-color: #e0e4e6;
          border-radius: 4px;
          height: 30px;
          box-shadow: none; }
          .new-view-container .sidebar-new-view .box-tags .tab-content .filter-box .select2-container .select2-choice .select2-arrow {
            border-left-color: #e0e4e6;
            background-color: #e4e5e7;
            background-image: none; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .filter-box .select2-container .select2-drop-active {
          border-color: #e0e4e6;
          box-shadow: none; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .panel-body {
        padding: 5px 0; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .panel-body.box-fluxo {
          padding: 5px 15px; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .panel-body .checkbox-container-tag .checkbox-box label span {
          padding: 0 5px;
          top: 0; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .align-text-input {
        font-size: 13px;
        font-weight: 500;
        color: #5F6C72; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .form-group label.control-label {
        font-size: 12px;
        color: #808080;
        font-weight: 100; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .form-group select.form-control {
        border-color: transparent !important;
        border-bottom: solid 1px #e0e4e6 !important;
        border-radius: 0;
        padding: 0;
        font-size: 16px;
        height: 40px; }
        .new-view-container .sidebar-new-view .box-tags .tab-content .form-group select.form-control option {
          font-size: 14px; }
      .new-view-container .sidebar-new-view .box-tags .tab-content .form-group input.form-control {
        border-color: transparent !important;
        border-bottom: solid 1px #e0e4e6 !important;
        border-radius: 0;
        padding: 0;
        font-size: 16px;
        height: 40px; }

@media (min-width: 1100px) and (max-width: 2559px) {
  .modal-sm {
    width: 380px; } }

.divider-span {
  margin: 30px 0 0; }
  .divider-span span {
    width: 100%;
    display: table;
    background: white;
    text-align: center;
    position: relative; }
    .divider-span span b {
      background: #fff;
      text-align: center;
      position: relative;
      top: -4px;
      z-index: 2;
      font-weight: 600;
      width: 150px;
      display: inline-flex;
      border-radius: 50%;
      color: #00b4c8;
      justify-content: center;
      padding-top: 4px; }
    .divider-span span:before {
      content: '';
      border-top: dashed 1px #e0e4e6;
      position: absolute;
      top: 10px;
      left: 0;
      width: 100%; }

.modal-novo-apontamento h3 {
  margin-bottom: 15px; }

.modal-novo-apontamento h4 {
  text-align: center; }

.modal-novo-apontamento .form-group {
  margin-top: 20px; }

.modal-novo-apontamento .btns-modal-appointment {
  display: flex;
  justify-content: center; }
  .modal-novo-apontamento .btns-modal-appointment .btn-default {
    background-color: #00b4c8;
    border: 1px solid #00b4c8;
    color: #fff;
    width: calc(50% - 10px); }
    .modal-novo-apontamento .btns-modal-appointment .btn-default.inverse {
      background-color: #fff;
      border: 1px solid #00b4c8;
      color: #00b4c8;
      transition: all ease 0.25s; }
      .modal-novo-apontamento .btns-modal-appointment .btn-default.inverse:hover {
        background-color: #00b4c8;
        color: #fff;
        border: 1px solid #00b4c8; }

.modal-novo-apontamento .select2-container {
  display: block; }
  .modal-novo-apontamento .select2-container .select2-choice {
    background-color: #fff;
    background-image: none;
    border-color: #e0e4e6;
    border-radius: 4px;
    height: 30px;
    box-shadow: none; }
    .modal-novo-apontamento .select2-container .select2-choice .select2-arrow {
      border-left-color: #e0e4e6;
      background-color: #e4e5e7;
      background-image: none; }
  .modal-novo-apontamento .select2-container .select2-drop-active {
    border-color: #e0e4e6;
    box-shadow: none; }

.modal-novo-apontamento .input-manual {
  width: calc(50% - 10px) !important;
  height: 32px;
  line-height: 32px; }

.modal-novo-apontamento .form-control {
  font-size: 13px; }

.modal-novo-apontamento textarea {
  height: 55px; }

.box-duracao {
  display: flex;
  align-items: center; }
  .box-duracao .label-input-manual {
    height: 100%;
    background: #eee;
    padding: 7px 15px;
    margin: 0;
    width: 75px;
    margin-right: 19px;
    font-weight: 500;
    font-size: 12px;
    text-align: center; }
    .box-duracao .label-input-manual:last-child {
      margin-right: 0; }
  .box-duracao .input-manual {
    width: 30% !important;
    padding-right: 0;
    margin-right: 0;
    border: 0;
    border-bottom: 1px solid #e0e4e6; }
    .box-duracao .input-manual:hover, .box-duracao .input-manual:focus, .box-duracao .input-manual:focus:hover, .box-duracao .input-manual:focus:active {
      border: 0;
      border-bottom: 1px solid #e0e4e6; }

.tour-backdrop {
  background-color: rgba(0, 0, 0, 0.7); }

.popover-inner .popover-title {
  font-weight: 500;
  font-size: 20px; }

.popover-inner .popover-content .popover-content {
  padding-left: 0;
  padding-right: 0;
  line-height: 25px;
  padding-bottom: 15px; }

.table-responsive {
  overflow: visible; }

.uib-datepicker-popup .btn-default {
  background-color: #fff; }

.mensagem {
  resize: none; }

.modal-tabs li {
  width: 50%; }

.modal-tabs > li.active > a {
  color: #00b4c8 !important; }

.dropdown-menu {
  z-index: 10000; }

.modal-timesheet-tabs {
  display: flex;
  justify-content: space-between; }

.box-duration-disabled {
  background-color: #ededed;
  cursor: not-allowed; }

.charge {
  color: #00b4c8;
  cursor: default; }

.charge:hover {
  color: #34495e;
  cursor: default; }

.table .to-do-list {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 0px; }

.ngdialog.ngdialog-theme-default {
  padding: 0; }
  .ngdialog.ngdialog-theme-default .ngdialog-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #fff; }
    .ngdialog.ngdialog-theme-default .ngdialog-content .img-shadow {
      -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3); }
    .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center {
      max-width: 700px;
      height: 500px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      margin-top: -250px;
      text-align: center; }
      .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps {
        height: calc(100% - 40px); }
        .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section {
          height: calc(100% - 40px);
          display: flex;
          flex-flow: column;
          align-items: center;
          justify-content: center;
          color: #bdc6cc; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section h1 {
            font-weight: 300;
            font-size: 5rem;
            color: #5F6C72; }
            @media (min-width: 320px) and (max-width: 767px) {
              .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section h1 {
                font-size: 30px; } }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section p {
            font-size: 20px;
            font-weight: 300;
            line-height: 30px; }
            @media (min-width: 320px) and (max-width: 767px) {
              .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section p {
                font-size: 14px;
                line-height: 22px; } }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .form-control {
            height: 50px;
            font-weight: 300;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-size: 16px;
            margin-top: 10px;
            transition: all linear .20s;
            width: 300px; }
            .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .form-control:active, .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .form-control:focus, .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .form-control:active:focus, .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .form-control:active:hover {
              background-color: #a9f6ff; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .box-time-setup input {
            min-width: 300px; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section img {
            max-height: 200px;
            margin-bottom: 15px; }
            @media (min-width: 320px) and (max-width: 767px) {
              .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section img {
                max-height: 100px;
                margin-top: 40px; } }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container.select2-dropdown-open .select2-choice {
            background-color: #fafbfc; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-drop-active {
            border-color: #e0e4e6; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-results {
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-weight: 300; }
            .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-results .ui-select-choices-row:hover {
              background-color: #306fd5;
              color: #fff; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-choice {
            height: 50px;
            text-align: left;
            display: flex;
            align-items: center;
            background-image: none;
            border-color: #e0e4e6;
            font-size: 16px;
            font-weight: 300;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
            .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-choice .select2-arrow {
              border-color: #e0e4e6;
              background-image: none;
              background-color: #fafbfc; }
              .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .select2-container .select2-choice .select2-arrow b {
                background-position: 0 10px; }
          .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .box-video-setup {
            height: 270px;
            width: 483px; }
            .ngdialog.ngdialog-theme-default .ngdialog-content .ngDialog-center .steps section .box-video-setup iframe {
              width: 100%;
              height: 100%; }
  .ngdialog.ngdialog-theme-default .ngdialog-close {
    display: none; }

.panel-users .btn-edit,
.panel-users .btn-remove {
  top: 0; }

.panel-users .panel-body {
  border-radius: 0; }
  .panel-users .panel-body:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }
  .panel-users .panel-body:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px; }

.close-button {
  float: right;
  margin-right: 2px;
  cursor: pointer; }

.box-select-users {
  padding: 0 10px;
  margin-bottom: 10px; }
  .box-select-users .col-md-12 {
    display: flex; }
    .box-select-users .col-md-12 .form-control {
      max-width: 25%;
      margin-right: 10px; }

.box-users .box-select-users .checkbox {
  margin: 7px 10px 0 0; }

.box-users .checkbox {
  margin: 0 10px 0 0; }

.custom-multiselect-project.add-user-select .ui-select-container.select2-container {
  min-width: 100%;
  width: 100%; }

.png-time.form-control {
  padding-left: 10px; }

.png-time input {
  border: none;
  width: 17px;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: default; }

.png-time input:focus {
  color: #000; }

.png-time input.mode {
  width: 22px;
  margin-left: 3px; }

.png-time.form-control.time-focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.dashboard-alias-data {
  margin-top: 6%; }

.dashboard-m-b-p {
  margin-bottom: 18px !important; }

.dashboard-m-b-n {
  margin-bottom: 0; }
  .dashboard-m-b-n .form-control {
    font-size: 13px;
    border-color: #bdc6cc;
    padding: 0; }
  .dashboard-m-b-n .btn-link {
    font-weight: 500; }

.dashboard-select {
  display: block;
  background-color: #fff;
  background-image: none;
  border-color: #e0e4e6;
  border-radius: 4px;
  height: 30px;
  box-shadow: none;
  width: 100%; }

.content-dashboard {
  min-height: calc(100% - 121px); }
  .content-dashboard .subtitle-dashboard {
    font-weight: 300; }
  .content-dashboard .truncate-table-dash span {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 142px;
    white-space: nowrap;
    display: block; }

.search {
  width: 284px;
  margin: 0 auto; }

.fa-search {
  margin-left: 7px;
  content: "\F002"; }

.new-view-container.container-diagram {
  max-width: none;
  bottom: 0;
  background-color: #eff0f4; }
  .new-view-container.container-diagram .header-diagram {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
    justify-content: flex-start;
    background-color: #fff;
    border-bottom: 1px solid #f1f4f5; }
  .new-view-container.container-diagram .content-new-view {
    margin-left: 0px;
    padding-right: 0;
    height: 100%; }

.new-view-container .box-select-diagram .ui-select-bootstrap {
  min-width: 200px;
  text-align: left !important; }

.new-view-container .box-select-diagram .ui-select-bootstrap > .ui-select-choices {
  margin-left: 0px;
  width: 100%;
  text-align: left !important; }

.new-view-container .box-select-diagram .btn-group > .btn:first-child {
  margin-left: 6px; }

.new-view-container .box-select-diagram .tag-component {
  background: transparent;
  border: 0;
  display: block;
  text-align: left !important;
  min-width: 100px;
  padding: 0 0px;
  border: 1px solid #e0e4e6;
  border-radius: 4px;
  background: #fff;
  height: 34px;
  margin-top: 1px; }

.new-view-container .box-select-diagram .tag-component.has-tags .dropdown-toggle {
  color: #5F6C72 !important;
  font-size: 15px;
  text-align: left !important; }

.new-view-container .box-select-diagram .btn .caret {
  margin-left: 32px; }

.box-select-diagram {
  padding-right: 20px; }

.tree * {
  margin: 0;
  padding: 0; }

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 2px solid #8dc63f;
  width: 50%;
  height: 20px; }

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid #8dc63f; }

/*We need to remove left-right connectors from elements without
any siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
  display: none; }

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0; }

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
  border: 0 none; }

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 2px solid #8dc63f;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0; }

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0; }

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px solid #8dc63f;
  width: 0;
  height: 20px; }

.tree li a {
  border: 1px solid #8dc63f;
  padding: 1em 0.75em;
  text-decoration: none;
  color: #666767;
  font-family: arial, verdana, tahoma;
  font-size: 0.85em;
  display: inline-block;
  border-radius: 3px;
  /*
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s; }

.tree ul.vertical,
ul.vertical ul {
  padding-top: 0px;
  left: 50%; }

.tree ul ul.vertical::before {
  display: none; }

.tree ul.vertical li {
  float: none;
  text-align: left; }

.tree ul.vertical li::before {
  right: auto;
  border: none; }

.tree ul.vertical li::after {
  display: none; }

.tree ul.vertical li a {
  padding: 10px 0.75em;
  margin-left: 16px; }

.tree ul.vertical li::before {
  top: -20px;
  left: 0px;
  border-bottom: 1px solid #8dc63f;
  border-left: 1px solid #8dc63f;
  width: 20px;
  height: 60px; }

.tree ul.vertical li:first-child::before {
  top: 0px;
  height: 40px; }

div.tree > ul > li > ul > li > a {
  width: 11em; }

div.tree > ul > li > a {
  font-size: 1em;
  font-weight: bold; }

.tree li a:hover,
.tree li a:hover + ul li a {
  background: #8dc63f;
  color: white;
  /* border: 1px solid #aaa; */ }

.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #aaa; }

.custom-title-diagram {
  margin-top: 60px;
  padding-top: 25px;
  font-size: 25px;
  font-weight: 900px; }

.new-view-tree .content-new-view {
  margin-left: 330px; }
  .new-view-tree .content-new-view.content-projects {
    margin-bottom: 50px;
    min-height: initial; }

.new-view-tree .tree li a {
  background-color: white;
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2; }
  .new-view-tree .tree li a.father {
    padding: 45px; }

.nodeClass {
  font-size: 12px;
  max-width: 100vw;
  min-height: 100%;
  margin: 0px;
  overflow-x: auto;
  background-color: #eff0f4;
  font-size: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px; }

.google-visualization-orgchart-connrow-medium {
  height: 9px;
  font-size: 13px; }

.google-visualization-orgchart-node {
  border: 0px solid #b5d9ea;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-border-radius: 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
  margin-left: 50px;
  box-shadow: 0px 0px 1px 1px #c4c4c4; }

.google-visualization-orgchart-linenode {
  padding: 0px;
  margin: 0px; }

.google-visualization-orgchart-table td {
  padding-right: 10px; }

.google-visualization-orgchart-table .google-visualization-orgchart-node {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 11px;
  color: #5F6C72;
  min-width: 205px;
  line-height: 13px; }
  .google-visualization-orgchart-table .google-visualization-orgchart-node .name-objective {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 13px;
    color: #5F6C72;
    line-height: 18px; }
  .google-visualization-orgchart-table .google-visualization-orgchart-node .icone {
    color: #00b4c8;
    min-width: 30px;
    height: 30px;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center; }
  .google-visualization-orgchart-table .google-visualization-orgchart-node[title="Objetivo filho"] .icone:before {
    content: "\F091"; }
  .google-visualization-orgchart-table .google-visualization-orgchart-node[title="Resultado chave"] .icone:before {
    content: "\F046"; }

.google-visualization-orgchart-lineleft {
  border-left: 2px solid #ccc; }

.google-visualization-orgchart-lineright {
  border-right: 2px solid #ccc; }

.google-visualization-orgchart-linebottom {
  border-bottom: 2px solid #ccc; }

.google-visualization-orgchart-node-medium {
  font-size: 1.2em; }

.busca {
  width: 300px;
  margin-left: 20px; }

.google-visualization-orgchart-nodesel {
  border: 0px solid #e3ca4b;
  background-color: #fff7ae;
  background: -webkit-gradient(linear, left top, left bottom, from(#edfcf8), to(#fff)); }

.google-visualization-orgchart-node-medium {
  font-size: 1.2em;
  color: #34495e;
  text-align: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.barra {
  position: absolute;
  bottom: 0;
  left: 0; }
  .barra.green {
    background-color: #8BC34A; }
  .barra.yellow {
    background-color: #ffb606; }
  .barra.red {
    background-color: #e74c3c; }
  .barra.blue {
    background-color: #3498db; }
  .barra.teal {
    background-color: #34495e; }
  .barra.default {
    background-color: #d5d5d5; }

.container-custom {
  padding-top: 60px; }

.graphic-custom {
  margin-bottom: 20px;
  margin-right: 11px;
  margin-left: 11px;
  padding-right: 25px;
  padding-left: 15px; }

.custom-title {
  font-size: 15px; }

.objectives-container .tags-box .tags-content {
  margin: 0;
  margin-left: 5px; }
  .objectives-container .tags-box .tags-content .decipher-tags {
    min-height: 18px; }
    .objectives-container .tags-box .tags-content .decipher-tags .decipher-tags-taglist .decipher-tags-tag {
      margin-top: 2px;
      margin-bottom: 0;
      font-size: 11px;
      border-radius: 3px; }

.objectives-container .filter-item:first-child.hpanel .panel-body {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }
  .objectives-container .filter-item:first-child.hpanel .panel-body:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }

.objectives-container .filter-item:last-child.hpanel .panel-body {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; }

.objectives-container .box-list-user {
  cursor: pointer; }
  .objectives-container .box-list-user.panel-body {
    position: relative; }
    .objectives-container .box-list-user.panel-body .progress-okr.custom {
      position: absolute;
      right: 20px;
      top: 25px;
      height: 18px;
      min-width: 150px;
      border-radius: 3px; }
      .objectives-container .box-list-user.panel-body .progress-okr.custom .progress-bar.progress-bar-success {
        line-height: 18px;
        font-size: 9px; }
        .objectives-container .box-list-user.panel-body .progress-okr.custom .progress-bar.progress-bar-success .ng-binding {
          margin-top: 2px; }
    .objectives-container .box-list-user.panel-body .company-okr-title {
      max-width: 640px; }
      .objectives-container .box-list-user.panel-body .company-okr-title h3 {
        font-weight: 600;
        font-size: 18px;
        margin-top: 0;
        max-width: 400px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .objectives-container .box-list-user.panel-body .company-okr-title .user-name {
        overflow: unset; }
      .objectives-container .box-list-user.panel-body .company-okr-title .contributor-name {
        clear: both;
        margin-top: 10px; }
      .objectives-container .box-list-user.panel-body .company-okr-title .tags-box .tags-content.mini {
        margin: -2px 0 0 5px; }
    .objectives-container .box-list-user.panel-body h4 {
      margin-bottom: 5px; }

.new-view-container.detail-objective-container {
  max-width: 1000px; }
  .new-view-container.detail-objective-container .content-new-view {
    margin-left: 0; }
    .new-view-container.detail-objective-container .content-new-view .header-detail-objective {
      padding: 30px 0 0px;
      margin-bottom: 30px; }
      .new-view-container.detail-objective-container .content-new-view .header-detail-objective .data-detail-objective {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .data-detail-objective .avatar-detail-objective {
          display: inline-flex;
          width: 65px;
          height: 65px;
          background-color: #00b4c8;
          border-radius: 50%;
          margin-right: 10px;
          color: #fff;
          align-items: center;
          justify-content: center;
          font-size: 30px;
          font-weight: 300; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .data-detail-objective .info-detail-objective h3 {
          margin-top: 0; }
      .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos {
        margin-bottom: 30px;
        border-bottom: 1px solid #d5d5d5;
        padding-bottom: 30px; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos .tags-box-newview .decipher-tags .decipher-tags-taglist .decipher-tags-tag {
          margin-top: 2px;
          margin-bottom: 0;
          font-size: 11px;
          border-radius: 3px; }
          .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos .tags-box-newview .decipher-tags .decipher-tags-taglist .decipher-tags-tag:first-child {
            margin-left: 5px; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos .clear {
          margin-top: 20px;
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
          .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos .clear .initial-owner-combo {
            margin-left: 5px;
            margin-right: 0; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .common-infos .clear-insertdate {
          margin-top: 35px;
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
      .new-view-container.detail-objective-container .content-new-view .header-detail-objective .other-info-objective-detail .progress-okr.custom {
        border-radius: 3px; }
      .new-view-container.detail-objective-container .content-new-view .header-detail-objective .controls-objective-detail .btn {
        font-size: 12px;
        margin-left: 2px; }
        .new-view-container.detail-objective-container .content-new-view .header-detail-objective .controls-objective-detail .btn.btn-default {
          background-color: #fff;
          border: 1px solid #d5d5d5;
          padding-top: 7px; }
          .new-view-container.detail-objective-container .content-new-view .header-detail-objective .controls-objective-detail .btn.btn-default:hover {
            background-color: #f1f4f5; }
    .new-view-container.detail-objective-container .content-new-view .key-results-detail .subtitle-key-result {
      margin: 0;
      font-size: 14px;
      font-weight: 600; }
    .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body {
      border-radius: 0;
      border-color: transparent;
      border-bottom-color: #f1f4f5; }
      .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body:last-child {
        border-bottom-color: #d5d5d5;
        margin-bottom: 30px;
        padding-bottom: 30px; }
      .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .avatar-key-result {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 50%;
        color: #5F6C72;
        font-size: 18px;
        font-weight: 300;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        -webkit-box-shadow: 0px 0px 0px 1px #bdc6cc;
        -moz-box-shadow: 0px 0px 0px 1px #bdc6cc;
        box-shadow: 0px 0px 0px 1px #bdc6cc; }
      .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result {
        width: calc(100% - 50px);
        margin-left: 15px; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result h4 {
          max-width: 360px;
          margin-bottom: 8px; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .tools-key-result {
          position: absolute;
          top: 23px;
          right: 8px;
          display: flex;
          align-items: center; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .tools-key-result .result-icons {
            width: 80px;
            text-align: right; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .tools-key-result a {
            margin-right: 10px;
            font-size: 14px; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .tools-key-result .progress-okr {
            min-width: 100px;
            border-radius: 3px;
            margin-bottom: 0;
            display: inline-block; }
            .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .tools-key-result .progress-okr .progress-bar-success {
              border-right: 0;
              padding-right: 0;
              text-align: center; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-key-result .status-objective-detail {
          position: absolute;
          top: 50px;
          right: 30px;
          font-size: 11px;
          font-weight: 600;
          text-align: left;
          width: 162px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
      .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details {
        width: calc(100% - 50px);
        margin-left: 15px; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details h4 {
          max-width: 500px; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .tools-key-result {
          position: absolute;
          top: 23px;
          right: 8px;
          display: flex;
          align-items: center; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .tools-key-result .result-icons {
            width: 80px;
            text-align: right; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .tools-key-result a {
            margin-right: 10px;
            font-size: 14px; }
          .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .tools-key-result .progress-okr {
            min-width: 100px;
            border-radius: 3px;
            margin-bottom: 0;
            display: inline-block; }
            .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .tools-key-result .progress-okr .progress-bar-success {
              border-right: 0;
              padding-right: 0;
              text-align: center; }
        .new-view-container.detail-objective-container .content-new-view .key-results-detail .panel-body .infos-user-details .status-objective-detail {
          position: absolute;
          top: 50px;
          right: 30px;
          font-size: 11px;
          font-weight: 600;
          text-align: left;
          width: 162px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
    .new-view-container.detail-objective-container .content-new-view .key-results-stats .subtitle-key-result {
      margin: 15px 0 0 0;
      font-size: 14px;
      font-weight: 600; }
    .new-view-container.detail-objective-container .content-new-view .key-results-stats .stat-key-result {
      line-height: 20px;
      font-size: 11px;
      border: 1px solid #f1f4f5;
      padding: 10px 15px; }
      .new-view-container.detail-objective-container .content-new-view .key-results-stats .stat-key-result:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px; }
      .new-view-container.detail-objective-container .content-new-view .key-results-stats .stat-key-result:nth-child(2) {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; }
      .new-view-container.detail-objective-container .content-new-view .key-results-stats .stat-key-result div:first-child strong {
        font-size: 13px;
        font-weight: 600; }
    .new-view-container.detail-objective-container .content-new-view .key-results-comments {
      position: relative; }
      .new-view-container.detail-objective-container .content-new-view .key-results-comments h4 {
        margin: 30px 0; }
      .new-view-container.detail-objective-container .content-new-view .key-results-comments .checkin-comment {
        margin: 15px 0; }
        .new-view-container.detail-objective-container .content-new-view .key-results-comments .checkin-comment .checkin-balao {
          background: #f1f4f5;
          display: inline-flex;
          margin-left: 13px;
          padding: 8px 10px;
          max-width: 85%;
          border-radius: 8px;
          border-color: #fff;
          border: 0px; }
        .new-view-container.detail-objective-container .content-new-view .key-results-comments .checkin-comment .triangle {
          display: inline-flex;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 9px 15.9px 9px 0;
          border-color: transparent #f1f4f5 transparent transparent;
          position: absolute;
          margin-top: 9px; }
      .new-view-container.detail-objective-container .content-new-view .key-results-comments .maiscomments {
        background-color: #DBEDC0 !important;
        font-size: 10px;
        margin-right: 25px;
        float: right;
        border: 0;
        text-transform: uppercase;
        border-radius: 8px; }

.checkins-scroll {
  overflow-y: scroll;
  height: 613px; }

.checkins-scroll::-webkit-scrollbar {
  width: 1px;
  background-color: #f8f8f8; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.ui-select-modal-objective .ui-select-container .ui-select-choices .ui-select-choices-row .ui-select-choices-row-inner .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 450px; }

.ui-select-modal-objective .ui-select-bootstrap .ui-select-choices-row a {
  padding: 3px 10px; }

.ng-binding strong {
  padding-right: 4px; }

.panel-objectives {
  width: 98%;
  margin: 0 auto 10px;
  transition: 0.3s; }

.panel-objectives:hover {
  width: 100%;
  margin: 0 auto 5px;
  box-shadow: 0px 0px 10px #D1D1D1; }

.panel-objectives.open:hover {
  width: 98%; }

.container-two-sidebars .sidebar-left .find-item {
  left: 4px; }

.container-two-sidebars .sidebar-left .find-user {
  text-indent: 20px; }

table.table-feeds {
  width: 98%;
  margin: auto; }
  table.table-feeds thead tr th {
    font-weight: bold; }

.header-fixed {
  width: 100%; }

.header-fixed > thead,
.header-fixed > tbody,
.header-fixed > thead > tr,
.header-fixed > tbody > tr,
.header-fixed > thead > tr > th,
.header-fixed > tbody > tr > td {
  display: block; }

.header-fixed > tbody > tr:after,
.header-fixed > thead > tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both; }

.header-fixed > tbody {
  overflow-y: auto;
  height: 500px; }

.header-fixed > tbody > tr > td,
.header-fixed > thead > tr > th {
  float: left; }

.user-feed-table {
  width: 75px; }

.objective-feed-table {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.mainobjective-feed-table {
  width: 140px; }

.feed-table-head1 {
  width: 8% !important; }

.feed-table-head2 {
  width: 14% !important; }

.feed-table-head3 {
  width: 24% !important; }

.activity-checkin {
  color: gray; }

.new-view-container.container-feed {
  max-width: 100%; }
  .new-view-container.container-feed .feed .mais-checkins {
    margin: 30px 0;
    text-align: center; }
    .new-view-container.container-feed .feed .mais-checkins .btn {
      transition: all ease .4s; }
      .new-view-container.container-feed .feed .mais-checkins .btn:hover {
        opacity: 0.8; }

.dashboard-list-inspiration .dli-image {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px; }
  .dashboard-list-inspiration .dli-image img {
    height: 230px;
    position: relative;
    top: 50%;
    margin-top: -115px; }

.dashboard-list-inspiration .btn-dli {
  border: 0;
  background: transparent;
  color: #00b4c8;
  font-size: 1.5rem; }

.dashboard-list-inspiration .btn-dli-toggle {
  border: 0;
  background: transparent;
  color: #bdbdbd;
  font-size: 1.8rem; }
  .dashboard-list-inspiration .btn-dli-toggle.active {
    color: #00b4c8; }
    .dashboard-list-inspiration .btn-dli-toggle.active i.fa-toggle-off:before {
      content: "\F205" !important; }

.box-edit-users {
  margin: 50px 0; }
  .box-edit-users .ia-box .iab-image {
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 200px;
    background: #f7f7f7; }
    .box-edit-users .ia-box .iab-image img {
      width: 100%; }
    .box-edit-users .ia-box .iab-image:hover {
      cursor: pointer; }
  .box-edit-users .tab-content ul.nav.nav-tabs.nav-justified li.uib-tab.nav-item a.nav-link {
    padding-top: 0; }
    .box-edit-users .tab-content ul.nav.nav-tabs.nav-justified li.uib-tab.nav-item a.nav-link:hover {
      border-bottom: 1px solid #00b4c8; }
  .box-edit-users .btn-upload-image {
    text-decoration: none;
    margin: 10px 0;
    border-radius: 4px;
    border: solid 1px #dddddd; }
  .box-edit-users .form-group label.control-label {
    font-size: 12px;
    color: #808080;
    font-weight: 100; }
  .box-edit-users .form-group select.form-control {
    border-color: transparent !important;
    border-bottom: solid 1px #e0e4e6 !important;
    border-radius: 0;
    padding: 0;
    font-size: 25px;
    height: 40px; }
    .box-edit-users .form-group select.form-control option {
      font-size: 14px; }
  .box-edit-users .form-group input.form-control {
    border-color: transparent !important;
    border-bottom: solid 1px #e0e4e6 !important;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    height: 40px; }
  .box-edit-users .form-group textarea {
    margin: 5px 0;
    padding: 10px; }
  .box-edit-users .ia-radiobuttons {
    border-radius: 3px;
    width: calc(100% - 30px); }
    .box-edit-users .ia-radiobuttons .iar-title {
      font-size: 16px; }
    .box-edit-users .ia-radiobuttons .radio-inline {
      padding-left: 0;
      padding-top: 5px; }
    .box-edit-users .ia-radiobuttons label {
      margin-right: 30px; }
    .box-edit-users .ia-radiobuttons [type="radio"]:checked,
    .box-edit-users .ia-radiobuttons [type="radio"]:not(:checked) {
      position: absolute;
      left: -9999px; }
    .box-edit-users .ia-radiobuttons [type="radio"]:checked + label,
    .box-edit-users .ia-radiobuttons [type="radio"]:not(:checked) + label {
      position: relative;
      padding-left: 28px;
      cursor: pointer;
      line-height: 20px;
      display: inline-block;
      color: #666; }
    .box-edit-users .ia-radiobuttons [type="radio"]:checked + label:before,
    .box-edit-users .ia-radiobuttons [type="radio"]:not(:checked) + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 18px;
      height: 18px;
      border: 1px solid #ddd;
      border-radius: 100%;
      background: #fff; }
    .box-edit-users .ia-radiobuttons [type="radio"]:checked + label:after,
    .box-edit-users .ia-radiobuttons [type="radio"]:not(:checked) + label:after {
      content: '';
      width: 12px;
      height: 12px;
      background: #00b4c8;
      position: absolute;
      top: 3px;
      left: 3px;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .box-edit-users .ia-radiobuttons [type="radio"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
      transform: scale(0); }
    .box-edit-users .ia-radiobuttons [type="radio"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }

.filter-item.hpanel .panel-body {
  padding: 15px 0 15px 5px; }
  .filter-item.hpanel .panel-body:first-of-type:hover {
    background: transparent;
    cursor: auto; }
  .filter-item.hpanel .panel-body:hover {
    background: #f7f7f7; }

.ui-select-bootstrap > .ui-select-choices {
  margin-left: 0;
  width: 100%;
  max-height: 350px; }

.ui-select-bootstrap .ui-select-choices-row.active a {
  background: #ffffff;
  color: #666; }

.ui-select-bootstrap .ui-select-choices-row a {
  padding: 10px;
  min-height: 120px;
  position: relative; }
  .ui-select-bootstrap .ui-select-choices-row a:before {
    content: '';
    width: 95%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 2.5%;
    background: #ececec;
    display: block; }
  .ui-select-bootstrap .ui-select-choices-row a .sn-title {
    font-size: 20px;
    color: #00b4c8; }
  .ui-select-bootstrap .ui-select-choices-row a .sc-description {
    color: #666666;
    font-size: 14px; }

.marker {
  position: absolute;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 25rem;
  background-color: #00b4c8;
  color: white; }
  .marker.marker-click {
    background-color: rgba(255, 8, 0, 0.51); }

.pending-wrap {
  background: #F9F9F9;
  padding: 15px 30px; }

.pending-filter {
  margin-top: 40px;
  margin-bottom: 20px; }
  .pending-filter .input-group div {
    border-radius: 20px 0 0 20px;
    background: #fff; }
  .pending-filter .input-group input {
    border-radius: 0 20px 20px 0; }
  .pending-filter .checkbox-inline {
    margin-top: 5px;
    margin-bottom: 5px; }
    .pending-filter .checkbox-inline label {
      font-weight: normal; }

.pending-list .pending-item {
  /*min-height: 210px;*/ }
  .pending-list .pending-item .prod-img img {
    border: 1px solid #D4D6D6;
    padding: 10px; }
  .pending-list .pending-item .prod-info .description {
    font-size: 10px; }
  .pending-list .pending-item .prod-info .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2; }
  .pending-list .pending-item .prod-info .code {
    font-size: 12px; }

@media (min-width: 992px) {
  .pending-item:nth-child(3n+1) {
    clear: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .pending-item:nth-child(2n+1) {
    clear: left; } }

@media (max-width: 768px) {
  .pending-list .prod-info {
    text-align: center;
    margin-top: 20px; }
  .filter-check-wrap {
    margin-top: 20px;
    text-align: center; } }

.modal-dialog {
  margin-top: 15vh; }

.modalTitle {
  color: #00b4c8;
  font-size: 24px; }

.modalTitleDefault {
  font-size: 24px; }

.modalMsg {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 10px;
  border-bottom: #bdc6cc 0.5px solid; }

.modalSubText {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px; }

.btnAssesGroup {
  display: inline-block;
  float: right; }
  .btnAssesGroup::after {
    content: "";
    clear: both;
    display: table; }
  .btnAssesGroup::before {
    content: "";
    clear: both;
    display: table; }

.btnAssesGrey {
  background-color: #d5d5d5;
  border-color: #d5d5d5; }
  .btnAssesGrey:hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5; }

.exitBtn {
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00b4c8;
  position: relative;
  top: -15px;
  float: right;
  cursor: pointer; }
  .exitBtn::after {
    content: "";
    clear: both;
    display: table; }
  .exitBtn::before {
    content: "";
    clear: both;
    display: table; }

.modal-body {
  padding: 30px 20px 55px 20px; }

.assessCheck {
  text-align: right; }

.assessLabel {
  font-size: 14px;
  line-height: 21px;
  color: #00b4c8;
  font-style: bold;
  margin-bottom: 3px; }

.assessTitle {
  font-size: 14px;
  line-height: 21px;
  font-style: bold;
  margin-bottom: 3px; }

/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/
/*general styles for all CSS Checkboxes*/
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -15px; }

.css-label {
  background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png); }

/*specific classes related to Checkbox skins*/
.lite-green-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-green-check.png); }

.lite-blue-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-blue-check.png); }

.lite-gray-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-gray-check.png); }

.lite-cyan-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-cyan-check.png); }

.lite-orange-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-orange-check.png); }

.lite-red-check {
  background-image: url(http://csscheckbox.com/checkboxes/lite-red-check.png); }

.lite-x-cyan {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-cyan.png); }

.lite-x-gray {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-gray.png); }

.lite-x-blue {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-blue.png); }

.lite-x-orange {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-orange.png); }

.lite-x-red {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-red.png); }

.lite-x-green {
  background-image: url(http://csscheckbox.com/checkboxes/lite-x-green.png); }

.mac-style {
  background-image: url(http://csscheckbox.com/checkboxes/mac-style.png); }

.mario-style {
  background-image: url(http://csscheckbox.com/checkboxes/mario-style.png); }

.alert-style {
  background-image: url(http://csscheckbox.com/checkboxes/alert-style.png); }

.lite-plus {
  background-image: url(http://csscheckbox.com/checkboxes/lite-plus.png); }

.dark-plus {
  background-image: url(http://csscheckbox.com/checkboxes/dark-plus.png); }

.dark-plus-cyan {
  background-image: url(http://csscheckbox.com/checkboxes/dark-plus-cyan.png); }

.dark-plus-orange {
  background-image: url(http://csscheckbox.com/checkboxes/dark-plus-orange.png); }

.dark-check-cyan {
  background-image: url(http://csscheckbox.com/checkboxes/dark-check-cyan.png); }

.dark-check-green {
  background-image: url(http://csscheckbox.com/checkboxes/dark-check-green.png); }

.dark-check-orange {
  background-image: url(http://csscheckbox.com/checkboxes/dark-check-orange.png); }

.depressed-lite-small {
  background-image: url(http://csscheckbox.com/checkboxes/depressed-lite-small.png); }

.elegant {
  background-image: url(http://csscheckbox.com/checkboxes/elegant.png); }

.depressed {
  background-image: url(http://csscheckbox.com/checkboxes/depressed.png); }

.chrome-style {
  background-image: url(http://csscheckbox.com/checkboxes/chrome-style.png); }

.web-two-style {
  background-image: url(http://csscheckbox.com/checkboxes/web-two-style.png); }

.vlad {
  background-image: url(http://csscheckbox.com/checkboxes/vlad.png); }

.klaus {
  background-image: url(http://csscheckbox.com/checkboxes/klaus.png); }

input[type=checkbox].css-checkbox.med + label.css-label.med {
  padding-left: 22px;
  height: 17px;
  display: inline-block;
  line-height: 17px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox.med:checked + label.css-label.med {
  background-position: 0 -17px; }

input[type=checkbox].css-checkbox.sme + label.css-label.sme {
  padding-left: 22px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme {
  background-position: 0 -16px; }

input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
  padding-left: 22px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg {
  background-position: 0 -20px; }

.upload-title {
  padding-left: 40px;
  padding-top: 40px;
  padding-right: 40px; }

.upload-preview {
  border: 6px solid #ddd;
  padding: 20px;
  width: 75%; }

.break-line {
  overflow-wrap: break-word; }

.ta-editor,
.ta-editor > .ta-bind {
  min-height: 600px; }

h1 small {
  font-size: 60%; }

.ta-toolbar {
  margin-bottom: 10px;
  background-color: #cecfd6;
  padding: 10px; }

#youtube_video img {
  width: 70%;
  margin: auto; }

.landing-page .navbar-form-custom,
.landing-page .navbar-right,
.landing-page #logo {
  display: block; }

.landing-page .navbar-default {
  background: #fff; }

.landing-page .navbar .navbar-brand {
  border-radius: 5px;
  font-size: 12px;
  height: auto;
  margin-top: 8px;
  padding: 9px 15px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  display: block;
  background-color: #8BC34A;
  margin-left: 0; }

.landing-page .navbar-default .navbar-toggle:hover,
.landing-page .navbar-default .navbar-toggle:focus {
  background: #8BC34A; }

.landing-page .navbar-default .navbar-toggle:hover .icon-bar,
.landing-page .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff !important; }

.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover,
.landing-page .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #8BC34A;
  border: none; }

.landing-page .navbar-default li a:hover {
  border-bottom: none; }

.landing-page .brand-desc {
  color: #455463;
  margin: 17px 10px 0 90px;
  width: 180px; }

.landing-page .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  color: #455463; }

.landing-page .navbar-nav > li,
.landing-page .navbar-nav > li > a {
  height: 55px; }

.landing-page header {
  /*background: url('../images/landing/background-banner.png') 50% 0 no-repeat;*/
  background: #ff9849;
  background: -moz-linear-gradient(45deg, #ed576e 0%, #ed576e 1%, #ff9849 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ed576e), color-stop(1%, #ed576e), color-stop(100%, #ff9849));
  background: -webkit-linear-gradient(45deg, #ed576e 0%, #ed576e 1%, #ff9849 100%);
  background: -o-linear-gradient(45deg, #ed576e 0%, #ed576e 1%, #ff9849 100%);
  background: -ms-linear-gradient(45deg, #ed576e 0%, #ed576e 1%, #ff9849 100%);
  background: linear-gradient(45deg, #ed576e 0%, #ed576e 1%, #ff9849 100%);
  height: 480px;
  padding-top: 50px;
  margin-bottom: 110px;
  background-position: center right;
  background-size: cover; }

.landing-page section {
  padding: 50px 0;
  border-bottom: 1px solid #e0e4e6; }

.landing-page section h2 {
  margin-top: 0; }

.landing-page section p {
  margin-top: 0; }

.landing-page header .container {
  position: relative; }

.landing-page .heading {
  margin-top: 40px;
  color: #fff;
  position: relative;
  z-index: 2; }

.landing-page .heading h1 {
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 5px;
  letter-spacing: -0.5px; }

.landing-page h4 {
  font-weight: 600; }

.landing-page p {
  color: #a7afb8; }

.landing-page .heading span {
  font-size: 13px;
  font-weight: 600;
  font-size: 14px; }

.landing-page .heading p.small {
  margin-top: 10px;
  color: #a7afb8;
  max-width: 260px;
  font-size: 12px; }

.landing-page .heading p.small.fontwhite {
  color: #fff; }

.landing-page .heading-image {
  position: absolute;
  right: -20px;
  top: 120px;
  text-align: right;
  width: 50%; }

.landing-page .background-form {
  display: table;
  background: rgba(255, 255, 255, 0.3);
  width: 35%;
  padding: 10px;
  border-radius: 5px;
  margin-left: 15px; }

.landing-page .input-header {
  width: calc(100% - 120px);
  display: table;
  padding-left: 0; }

.landing-page .heading-image p {
  color: #a7afb8;
  margin-bottom: 5px; }

.landing-page .heading-image img {
  -webkit-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5);
  margin-left: 12px;
  margin-top: 0;
  width: 75%;
  border-radius: 1px; }

.landing-page .navy-link {
  background: #455463;
  color: #fff; }

.landing-page .icon-big {
  font-size: 70px; }

.landing-page .team-member img {
  height: 72px; }

.landing-page .social-icon a {
  background: #8BC34A;
  color: #fff;
  text-align: center;
  padding: 4px 8px;
  height: 28px;
  width: 28px;
  display: block;
  border-radius: 4px; }

.landing-page .list-inline > li {
  padding: 0; }

.landing-page .social-icon a:hover {
  background: #81bb3e; }

.landing-page .pricing-plan {
  margin: 20px 10px 0;
  border-radius: 4px;
  padding-bottom: 20px;
  background: #fff;
  border: 1px solid #e0e4e6; }

.landing-page .pricing-plan li {
  padding: 10px 16px;
  text-align: center;
  color: #aeaeae; }

.landing-page .pricing-plan .pricing-price span {
  font-weight: 700;
  font-size: 30px;
  color: #00b4c8; }

.landing-page .pricing-title .label {
  font-size: 12px; }

.landing-page li.pricing-desc {
  font-size: 13px;
  border-top: none;
  padding: 20px 16px 0; }

.landing-page li.pricing-title {
  color: #455463;
  padding: 25px 10px 0;
  border-radius: 4px 4px 0 0;
  font-size: 22px;
  font-weight: 600; }

.landing-page .client {
  color: #a7afb8;
  background: #fff;
  padding: 30px 10px;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 600; }

.landing-page .img-landing-circle {
  width: 230px;
  height: 230px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 30px;
  -webkit-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5);
  box-shadow: 1px 2px 3px 0 rgba(51, 51, 51, 0.5); }
  .landing-page .img-landing-circle img {
    left: -50%;
    position: relative; }

@media (max-width: 1200px) {
  .landing-page .heading-image {
    position: relative;
    right: 0;
    top: 30px;
    text-align: center;
    margin: auto;
    width: 700px; }
  .landing-page #clients .img-responsive {
    margin: auto; }
  .landing-page .background-form {
    margin: auto;
    width: 55%; }
  .landing-page .heading {
    text-align: center; }
  .landing-page .heading p.small {
    margin: 10px auto; }
  .landing-page .brand-desc {
    display: none; }
  .landing-page .navbar .navbar-brand {
    margin-left: 10px; }
  .landing-page section#components img {
    margin: 40px auto; } }

@media (max-width: 768px) {
  .landing-page .heading-image {
    display: none; }
  .landing-page .background-form {
    margin: auto;
    width: 80%;
    margin-top: 40px; }
  .landing-page .input-header {
    float: left; }
  .landing-page header .btn.btn-theme {
    float: right; } }

#div-teste {
  color: #red;
  font-size: 12px; }

.decipher-tags {
  min-height: 24px;
  border: 1px solid #ccc;
  margin: 0px 10px;
  padding: 0px 5px 5px 5px; }

.decipher-tags .decipher-tags-taglist {
  margin-bottom: 4px;
  display: inline; }

.decipher-tags .decipher-tags-taglist .decipher-tags-tag {
  display: inline-block;
  border-radius: 5px;
  background-color: #EFEFEF;
  border: 1px solid #DDD;
  padding: 2px;
  margin-right: 5px;
  margin-top: 5px; }

.decipher-tags .decipher-tags-taglist .decipher-tags-tag i {
  color: black;
  text-decoration: none; }

.decipher-tags .decipher-tags-taglist .decipher-tags-tag.selected {
  border: 1px solid red; }

.decipher-tags .decipher-tags-taglist .decipher-tags-tag:hover i {
  color: red;
  text-decoration: none; }

.decipher-tags .decipher-tags-taglist .decipher-tags-tag i {
  cursor: pointer; }

.decipher-tags .decipher-tags-input {
  border: none;
  outline: 0; }

.decipher-tags .decipher-tags-invalid {
  color: #FFF; }

.decipher-tags .decipher-tags-controls {
  margin-top: 8px;
  min-height: 28px; }

.no-tag-text {
  display: table;
  float: left;
  position: relative;
  font-size: 12px;
  color: #5F6C72; }

.tags-box ul {
  list-style: none;
  padding: 0; }
  .tags-box ul li {
    border-bottom: dotted 1px #d5d5d5;
    display: table;
    width: 100%;
    padding: 10px 0 2px; }
    .tags-box ul li span {
      color: #00b4c8;
      font-weight: bold;
      margin-right: 10px;
      float: left; }
    .tags-box ul li p {
      float: left;
      background-color: #d5d5d5;
      border: 1px solid #d5d5d5;
      color: #d5d5d5;
      display: table;
      padding: 0 2px;
      border-radius: 2px;
      margin: 1px 7px 7px 0;
      font-size: 12px; }

.tags-box .decipher-tags {
  border: 0;
  margin: 0;
  padding: 0; }
  .tags-box .decipher-tags .decipher-tags-taglist .decipher-tags-tag {
    background-color: #ECEFF4;
    border: 1px solid #e0e4e6;
    color: #a2a2a2;
    font-size: 10px;
    float: left;
    padding: 0 4px;
    margin: 4px 6px 4px 0; }
    .tags-box .decipher-tags .decipher-tags-taglist .decipher-tags-tag i {
      font-size: 8px;
      color: #898989;
      top: -2px;
      position: relative; }
  .tags-box .decipher-tags .decipher-tags-input {
    border: solid 1px #d5d5d5;
    margin-top: 10px; }
  .tags-box .decipher-tags .container-fluid {
    display: none; }

.tags-box .tags-content {
  float: left;
  margin: 7px 0 0; }
  .tags-box .tags-content.mini {
    margin: 0; }
    .tags-box .tags-content.mini .decipher-tags-tag {
      font-size: 9px;
      padding: 1px 3px;
      border-radius: 3px;
      margin: 0px 5px 5px 0;
      vertical-align: center; }
    .tags-box .tags-content.mini.in-project {
      margin-top: 5px; }
    .tags-box .tags-content.mini.appointment-note {
      margin-top: 0; }
      .tags-box .tags-content.mini.appointment-note .decipher-tags-tag {
        margin-top: 0; }
  .tags-box .tags-content.no-delete .decipher-tags-tag i {
    display: none; }

.tags-box #add-tag {
  padding: 15px;
  border-radius: 2px;
  border: dotted 1px #d5d5d5;
  margin: 20px 0;
  clear: both; }
  .tags-box #add-tag p {
    color: #d5d5d5;
    font-size: 12px; }

.tags-box-newview ul {
  list-style: none;
  padding: 0; }
  .tags-box-newview ul li {
    border-bottom: dotted 1px #d5d5d5;
    display: table;
    width: 100%;
    padding: 10px 0 2px; }
    .tags-box-newview ul li span {
      color: #00b4c8;
      font-weight: bold;
      margin-right: 10px;
      float: left; }
    .tags-box-newview ul li p {
      float: left;
      background-color: #d5d5d5;
      border: 1px solid #d5d5d5;
      color: #d5d5d5;
      display: table;
      padding: 0 2px;
      border-radius: 2px;
      margin: 1px 7px 7px 0;
      font-size: 12px; }

.tags-box-newview .decipher-tags {
  border: 0;
  margin: 0;
  padding: 0; }
  .tags-box-newview .decipher-tags .decipher-tags-taglist .decipher-tags-tag {
    background-color: #ECEFF4;
    border: 1px solid #e0e4e6;
    color: #a2a2a2;
    font-size: 14px;
    float: left;
    padding: 0 4px;
    margin: 4px 6px 4px 0; }
    .tags-box-newview .decipher-tags .decipher-tags-taglist .decipher-tags-tag i {
      font-size: 8px;
      color: #898989;
      top: -2px;
      position: relative; }
  .tags-box-newview .decipher-tags .decipher-tags-input {
    border: solid 1px #d5d5d5;
    margin-top: 10px; }
  .tags-box-newview .decipher-tags .container-fluid {
    display: none; }

.tags-box-newview .tags-content.mini {
  margin: 0; }
  .tags-box-newview .tags-content.mini .decipher-tags-tag {
    font-size: 9px;
    padding: 1px 3px;
    border-radius: 3px;
    margin: 0px 5px 5px 0;
    vertical-align: center; }
  .tags-box-newview .tags-content.mini.in-project {
    margin-top: 5px; }
  .tags-box-newview .tags-content.mini.appointment-note {
    margin-top: 0; }
    .tags-box-newview .tags-content.mini.appointment-note .decipher-tags-tag {
      margin-top: 0; }

.tags-box-newview .tags-content.no-delete .decipher-tags-tag i {
  display: none; }

.tags-box-newview #add-tag {
  padding: 15px;
  border-radius: 2px;
  border: dotted 1px #d5d5d5;
  margin: 20px 0;
  clear: both; }
  .tags-box-newview #add-tag p {
    color: #d5d5d5;
    font-size: 12px; }

.appointment-tags-action {
  cursor: pointer;
  top: 10px;
  left: 0px;
  position: relative;
  font-size: 16px !important;
  opacity: 0;
  color: #bdc6cc; }
  .appointment-tags-action.select {
    opacity: 1; }
  .appointment-tags-action.in-project {
    top: 7px; }

.btn-remove {
  cursor: pointer;
  top: -2px;
  position: relative;
  opacity: 0;
  color: #bdc6cc; }
  .btn-remove:hover {
    color: #c0392b; }

.btn-edit {
  cursor: pointer;
  top: -2px;
  position: relative;
  opacity: 0;
  color: #bdc6cc; }
  .btn-edit:hover {
    color: #3498db; }

.select {
  opacity: 1; }

.checkbox-container-tag label {
  width: 100%; }

.checkbox-container-tag [type*="checkbox"] {
  height: 13px;
  margin-left: 8px;
  float: left;
  position: relative;
  width: 30px; }

.checkbox-container-tag span {
  float: left; }

.checkbox-container-tag .checkbox-box {
  width: auto;
  position: relative;
  margin: 0 0 5px;
  display: table; }
  .checkbox-container-tag .checkbox-box label {
    width: auto;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 2px;
    box-shadow: inset 0 1px 1px white, 0 1px 3px rgba(0, 0, 0, 0.3); }
    .checkbox-container-tag .checkbox-box label:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #d5d5d5;
      border: solid 1px #d5d5d5;
      opacity: 0;
      border-radius: 2px; }
    .checkbox-container-tag .checkbox-box label span {
      float: left;
      padding: 8px 9px 2px 9px;
      display: block;
      position: relative;
      top: -2px;
      font-size: 11px;
      font-stretch: normal;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      opacity: 0.75;
      color: #34495e;
      z-index: 3;
      font-weight: 600; }
  .checkbox-container-tag .checkbox-box input[type=checkbox] {
    visibility: hidden;
    width: 0;
    margin: 0;
    height: 18px; }
    .checkbox-container-tag .checkbox-box input[type=checkbox]:checked + label:after {
      opacity: 1; }
  .checkbox-container-tag .checkbox-box.edit label:after {
    z-index: -2; }
  .checkbox-container-tag .checkbox-box.edit label button {
    background-color: transparent;
    border: none;
    padding: 5px 5px 5px 0; }
    .checkbox-container-tag .checkbox-box.edit label button i {
      font-size: 11px;
      color: #d5d5d5;
      top: 0;
      position: relative; }
    .checkbox-container-tag .checkbox-box.edit label button:focus {
      outline: 0; }
    .checkbox-container-tag .checkbox-box.edit label button:hover {
      color: #e74c3c; }

/* ==== editable-form ==== */
/* class for single editable element */
.editable-wrap {
  display: inline-block;
  white-space: nowrap;
  margin: 0; }
  .editable-wrap input,
  .editable-wrap select {
    height: 25px;
    position: relative;
    top: -3px;
    padding: 0 10px; }

/* remove bottom-margin for bootstrap */
.editable-wrap .editable-controls,
.editable-wrap .editable-error {
  margin-bottom: 0; }

/* remove bottom-margin of inputs */
.editable-wrap .editable-controls > input,
.editable-wrap .editable-controls > select,
.editable-wrap .editable-controls > textarea {
  margin-bottom: 0; }

/* keep buttons on the same line */
.editable-wrap .editable-input {
  display: inline-block; }

.editable-buttons {
  display: inline-block;
  vertical-align: top; }

.editable-buttons button {
  margin-left: 5px; }

/* in bootstrap width: 100% => buttons go outside the box */
.editable-input.editable-has-buttons {
  width: auto; }

/* ==== editable-bstime ==== */
/* workaround for bootstrap that sets width: 100% and inputs become too wide */
.editable-bstime .editable-input input[type="text"] {
  width: 46px; }

/* less padding for .well */
.editable-bstime .well-small {
  margin-bottom: 0;
  padding: 10px; }

/* ==== editable-range ==== */
.editable-range output {
  display: inline-block;
  min-width: 30px;
  vertical-align: top;
  text-align: center; }

/* ==== editable-color ==== */
.editable-color input[type="color"] {
  width: 50px; }

/* ==== editable-checkbox ==== */
/* ==== editable-checklist ==== */
/* ==== editable-radiolist ==== */
.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
  margin-left: 7px;
  margin-right: 10px; }

/* ==== element ==== */
/* hiding element */
.editable-hide {
  display: none !important; }

.editable-click,
a.editable-click {
  text-decoration: none;
  color: #5F6C72; }

.editable-click:hover,
a.editable-click:hover {
  text-decoration: none;
  color: #485256;
  border-bottom-color: #485256;
  border-bottom: dashed 1px #5F6C72; }

/* editable-empty */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  font-style: italic;
  color: #5F6C72;
  text-decoration: none; }

.editable-buttons {
  display: none; }

.sidebar {
  width: 50px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  z-index: 10;
  border-right: 1px solid #f1f4f5;
  box-shadow: 3px 3px 3px #f1f4f5;
  transition: all 0.5s ease; }
  .sidebar #menuLogo {
    display: block;
    text-align: center;
    padding: 20px 0; }
    .sidebar #menuLogo svg {
      height: 30px;
      display: block;
      margin: 0 auto; }
      .sidebar #menuLogo svg g {
        transition: all 0.5s ease; }
      .sidebar #menuLogo svg .name {
        transform: translateX(-100%); }
      .sidebar #menuLogo svg .icon {
        transform: translateX(-63%); }
    .sidebar #menuLogo span {
      background-image: url(c2cfb085d5562a439b46ed919ff28484.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      height: 30px;
      width: 120px;
      display: inline-block; }
    .sidebar #menuLogo img {
      height: 30px; }
  .sidebar .menu-option {
    display: block;
    width: 250px;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    position: relative;
    padding: 10px 0; }
    .sidebar .menu-option i.icon {
      font-size: 20px;
      width: 50px;
      padding: 10px 0;
      text-align: center;
      display: inline-block;
      vertical-align: middle; }
    .sidebar .menu-option span {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      width: 180px;
      line-height: 1.2; }
    .sidebar .menu-option:hover, .sidebar .menu-option.active {
      color: #00b4c8; }
  .sidebar .submenu {
    border-top: 1px solid #f2f2f2;
    padding: 10px 0; }
    .sidebar .submenu .menu-option {
      padding: 0;
      border-top: 0; }
    .sidebar .submenu .collapseIcon {
      position: absolute;
      right: 20px;
      font-weight: normal;
      font-size: 25px;
      padding: 10px;
      top: 50%;
      transform: translateY(-50%); }
    .sidebar .submenu .submenu-options {
      padding-left: 70px;
      width: 250px;
      overflow-x: hidden; }
      .sidebar .submenu .submenu-options a {
        font-size: 14px;
        padding: 8px 0;
        display: block;
        line-height: 1.2; }
        .sidebar .submenu .submenu-options a:hover, .sidebar .submenu .submenu-options a.active {
          color: #00b4c8; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border-bottom-color: #00b4c8;
  border-top: none;
  border-left: none;
  border-right: none; }
