@charset "UTF-8";
/* Tien */
.close-calendar {
  position: absolute !important;
  float: right;
  right: 5px;
  top: 5px !important;
  cursor: pointer;
}

/*!
 * 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/vendor/bootstrap-sass/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #636b6f;
  background-color: #f5f8fa;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #3097D1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #216a94;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
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: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .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 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #3097D1;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #2579a9;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3097D1;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #2579a9;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #f5f8fa;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #98cbe8;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(152, 203, 232, 0.6);
}

.form-control::-moz-placeholder {
  color: #b1b7ba;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #b1b7ba;
}

.form-control::-webkit-input-placeholder {
  color: #b1b7ba;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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: 36px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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 textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .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-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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 textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a4aaae;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 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;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #636b6f;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #636b6f;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #636b6f;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #636b6f;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #636b6f;
}

.btn-primary {
  color: #fff;
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2579a9;
  border-color: #133d55;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2579a9;
  border-color: #1f648b;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f648b;
  border-color: #133d55;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #3097D1;
  border-color: #2a88bd;
}

.btn-primary .badge {
  color: #3097D1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #20895e;
  border-color: #0d3625;
}

.btn-success:hover {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #20895e;
  border-color: #196c4b;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #196c4b;
  border-color: #0d3625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #2ab27b;
  border-color: #259d6d;
}

.btn-success .badge {
  color: #2ab27b;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #3d6983;
}

.btn-info:hover {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #6b9dbb;
  border-color: #538db0;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #538db0;
  border-color: #3d6983;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #8eb4cb;
  border-color: #7da8c3;
}

.btn-info .badge {
  color: #8eb4cb;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #b6a338;
  border-color: #685d20;
}

.btn-warning:hover {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b6a338;
  border-color: #9b8a30;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #9b8a30;
  border-color: #685d20;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #cbb956;
  border-color: #c5b143;
}

.btn-warning .badge {
  color: #cbb956;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #954120;
  border-color: #411c0e;
}

.btn-danger:hover {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #954120;
  border-color: #78341a;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #78341a;
  border-color: #411c0e;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #bf5329;
  border-color: #aa4a24;
}

.btn-danger .badge {
  color: #bf5329;
  background-color: #fff;
}

.btn-link {
  color: #3097D1;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #216a94;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.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;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #3097D1;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.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-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-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-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccd0d2;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3097D1;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 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.6;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #3097D1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f5f8fa;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #d3e0e9;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5d5d;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eeeeee;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d3e0e9;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #3097D1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #216a94;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.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-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #3097D1;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #2579a9;
}

.label-success {
  background-color: #2ab27b;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #20895e;
}

.label-info {
  background-color: #8eb4cb;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #6b9dbb;
}

.label-warning {
  background-color: #cbb956;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #b6a338;
}

.label-danger {
  background-color: #bf5329;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #954120;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3097D1;
  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;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #f5f8fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #636b6f;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3097D1;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  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: 22px;
  color: #fff;
  text-align: center;
  background-color: #3097D1;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #2ab27b;
}

.progress-striped .progress-bar-success {
  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: #8eb4cb;
}

.progress-striped .progress-bar-info {
  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: #cbb956;
}

.progress-striped .progress-bar-warning {
  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: #bf5329;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d3e0e9;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
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:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.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: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, .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 {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #d7ebf6;
}

.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:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
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:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
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:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
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:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #d3e0e9;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table: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-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-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 {
  border-top-left-radius: 3px;
}

.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,
.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-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-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 {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.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 {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table: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,
.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 {
  border-bottom-left-radius: 3px;
}

.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,
.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 {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .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,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > 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 {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 22px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #d3e0e9;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #d3e0e9;
}

.panel-default {
  border-color: #d3e0e9;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #fff;
  border-color: #d3e0e9;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d3e0e9;
}

.panel-default > .panel-heading .badge {
  color: #fff;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d3e0e9;
}

.panel-primary {
  border-color: #3097D1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #3097D1;
}

.panel-primary > .panel-heading .badge {
  color: #3097D1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #3097D1;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    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: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

header {
  background-color: #262A2E;
}

header .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.sign-in {
  color: #FFFFFF;
  text-align: right;
  margin-top: 8px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 442px) {
  .sign-in {
    margin-top: 0px;
  }
}

.sign-in span, .sign-in .txt-sign-in {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 320px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* smartphones, iPhone, portrait 480x320 phones */
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 320px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* smartphones, iPhone, portrait 480x320 phones */
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 481px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    font-size: 12px;
    line-height: 18px;
  }
}

@media (min-width: 641px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 961px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1025px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* big landscape tablets, laptops, and desktops */
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 1281px) {
  .sign-in span, .sign-in .txt-sign-in {
    /* hi-res laptops and desktops */
    font-size: 16px;
    line-height: 22px;
  }
}

.sign-in .txt-sign-in {
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
}

.sign-in .txt-sign-in:hover {
  text-decoration: none;
}

.popup-header {
  float: right;
}

.dropdown.dropdown-profile {
  float: right;
}

.dropdown.dropdown-profile .dropdown-menu > li > a {
  padding-left: 0px;
  padding-right: 0px;
}

.dropdown.dropdown-profile .dropdown-menu > li > a:hover,
.dropdown.dropdown-profile .dropdown-menu > li > a:focus {
  background-color: #00AB86;
  color: #FFFFFF;
}

.dropdown.dropdown-profile .dropdown-menu > li > a.logout:hover,
.dropdown.dropdown-profile .dropdown-menu > li > a.logout:focus {
  background: transparent;
}

.dropdown-alarm {
  margin-right: 35px;
}

.dropdown-alarm .alarm img {
  width: 28px;
  height: 32px;
}

.dropdown.dropdown-profile .caret {
  color: #fff;
  width: 10px;
  height: 6px;
}

.dropdown .dropdown-menu {
  width: 283px;
  border: 1px solid #ECECEC;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 15px 0 rgba(119, 122, 140, 0.2);
  -webkit-box-shadow: 0px 3px 15px 0 rgba(119, 122, 140, 0.2);
  -moz-box-shadow: 0px 3px 15px 0 rgba(119, 122, 140, 0.2);
  margin-top: 10px;
  border-radius: 0;
  z-index: 99999;
}

.dropdown-alarm .dropdown-menu {
  width: 400px;
  left: -200px;
  max-height: 569px;
  z-index: 99999;
}

.dropdown-menu:after {
  content: "";
  position: absolute;
  right: 30px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 9998;
}

.dropdown-alarm .dropdown-menu:after {
  right: 178px;
}

.dropdown-menu li {
  border-bottom: 1px solid #ECECEC;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu img {
  display: inline-block;
}

.dropdown-menu img.avatar {
  border: 1px solid rgba(119, 122, 140, 0.2);
}

.dropdown-menu .group-img {
  display: inline-block;
  width: 50px;
  margin: 0 auto;
  text-align: center;
}

.dropdown-menu .group-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown-alarm .dropdown-menu .group-item {
  width: 242px;
}

.dropdown-alarm .dropdown-menu .time {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 60px;
}

.dropdown-menu p {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 0px;
}

.dropdown-menu h3 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.dropdown-alarm .dropdown-menu h3 {
  text-align: center;
}

.dropdown-menu .group-item h3 {
  text-align: left;
}

.profile {
  display: inline-block;
}

.profile .avatar {
  height: 30px;
  width: 30px;
  vertical-align: middle;
}

.profile .name {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}

.dropdown-menu > li > a.green-btn {
  background-color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-right: 15px;
  color: #FFFFFF;
  width: 170px;
  margin: 0 auto;
  margin-top: 10px;
}

.dropdown-menu > li > a.green-btn:hover,
.dropdown-menu > li > a.green-btn:active,
.dropdown-menu > li > a.green-btn:focus,
.dropdown-menu > li > a.green-btn:active:hover,
.dropdown-menu > li > a.green-btn:active:focus {
  background-color: #00AB86;
  color: #FFFFFF;
}

.dropdown-menu > li > a.view-all {
  display: inline-block;
  color: #32A2E6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin: 0 auto;
}

.dropdown-menu > li > a.view-all:hover {
  background: transparent;
}

.navbar.navbar-inverse {
  margin-bottom: 0px;
  border-radius: 0 !important;
}

.bread-crumb {
  background: #FFFFFF;
}

.bread-crumb nav {
  height: auto;
}

.bread-crumb nav a {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 10px;
  display: inline-block;
}

@media (min-width: 768px) {
  .bread-crumb nav a {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .bread-crumb nav a {
    margin-right: 40px;
  }
}

.bread-crumb nav a:hover, .bread-crumb nav a:active,
.bread-crumb nav a:active:hover, .bread-crumb nav a.active {
  text-decoration: none;
  color: #00AB86;
  border-bottom: 3px solid #00AB86;
}

.bread-crumb nav a:focus, .bread-crumb nav a:active:focus {
  text-decoration: none;
}

.bread-crumb nav a .badge {
  display: inline-block;
  border: 1px solid rgba(255, 101, 100, 0.2);
  border-radius: 2px;
  color: #FF6564;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  background: transparent;
  padding-left: 3px;
  padding-right: 5px;
}

.bread-crumb .navbar {
  min-height: 44px;
}

.bread-crumb .navbar ul li > a {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .bread-crumb .navbar ul li > a {
    display: block;
    padding: 10px 15px;
    margin-right: 0px;
  }
}

#nav-bread-crumb {
  padding-left: 0px;
  padding-right: 0px;
}

div.dropdown-menu > h3 {
  color: #777A8C;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
}

div.dropdown-menu ul {
  padding-left: 0px;
  list-style-type: none;
}

div.dropdown-menu ul li h3 {
  color: #777A8C;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 18px;
}

div.dropdown-menu ul li a:hover {
  text-decoration: none;
}

div.dropdown-menu .nano {
  height: 360px;
}

div.dropdown-menu .nano .nano-content {
  padding: 0px;
  overflow: hidden;
}

.view-all-notify {
  display: block;
  padding-top: 15px;
  border-top: 1px solid #ECECEC;
  padding-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #32A2E6 !important;
}

.view-all-notify a {
  color: #32A2E6 !important;
}

.navbar-brand {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-left: 0px;
}

.navbar-brand img {
  width: 180px;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-left: 15px;
  }
}

nav .container {
  overflow-x: inherit;
}

@media (max-width: 767px) {
  #navbar .navbar-nav {
    float: left !important;
    width: 100%;
  }
}

#navbar li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navbar li .dropdown {
  margin-top: 15px;
  margin-bottom: 15px;
}

#navbar li a {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  outline: none;
}

@media (min-width: 768px) {
  #navbar li a._register {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

#navbar li button {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #00AB86;
  color: #FFFFFF;
  border: none;
  padding: 5px 10px;
}

@media (min-width: 768px) {
  #navbar li:first-child a {
    border-right: 2px solid #fff;
  }
}

@media (min-width: 768px) {
  #navbar li:nth-child(2) {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  #navbar li:nth-child(3) {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #navbar li:nth-child(3) {
    margin-right: 8px;
  }
}

@media (max-width: 767px) {
  #navbar li:nth-child(4) {
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  #navbar li:nth-child(5) .dropdown.dropdown-profile {
    margin-top: 10px !important;
    margin-left: 15px !important;
  }
}

#navbar li.active a {
  background-color: transparent;
}

@media (max-width: 767px) {
  .extend-menu li {
    padding-left: 0px !important;
  }
}

.box-advance-search {
  width: 100%;
  margin-top: 30px;
}

.box-advance-search .input-group {
  width: 100%;
}

.box-advance-search .input-group-btn {
  width: 20%;
}

.box-advance-search .input-group-btn input {
  height: 60px;
}

.box-advance-search .input-group-btn button:first-child {
  border-radius: 0px;
}

.box-advance-search .input-group-btn button {
  height: 60px;
  width: 50%;
}

.box-advance-search .input-group-btn button:last-child {
  background: #00AB86;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  border: none;
}

.box-advance-search .box-search-type {
  width: 10%;
}

.box-advance-search .box-search-type button {
  width: 100%;
  height: 60px;
}

.box-advance-search .box-search {
  width: 35%;
}

.box-advance-search .box-location {
  width: 35%;
}

.box-advance-search .search-location {
  border-radius: 0;
  border-left: none;
}

.box-mobile-advance-search {
  margin-top: 30px;
}

.box-mobile-advance-search .input-group {
  width: 100%;
}

.box-mobile-advance-search .search-location {
  border-radius: 0;
  border-left: none;
}

.box-mobile-advance-search .box-search-type {
  width: 30%;
}

.box-mobile-advance-search .box-search-type button {
  height: 52px;
  width: 100%;
  border-radius: 0px;
}

.box-mobile-advance-search .box-search-type .dropdown-menu {
  left: -10px;
}

.box-mobile-advance-search .box-search {
  width: 100%;
}

.box-mobile-advance-search .box-search input {
  height: 52px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 !important;
}

.box-mobile-advance-search .box-location-input {
  width: 100%;
}

.box-mobile-advance-search .box-location-input .mobile-location {
  width: 100%;
  height: 52px;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
}

.box-mobile-advance-search .box-location-btn {
  width: 30%;
}

.box-mobile-advance-search .box-location-btn button {
  height: 52px;
  width: 100%;
  border-radius: 0px;
}

.box-mobile-advance-search .box-location-btn .dropdown-menu {
  left: -40px;
}

.btn-search-data button,
.btn-search-data button:focus,
.btn-search-data button:hover,
.btn-search-data button:focus:hover {
  width: 100%;
  height: 52px;
  background: #00AB86;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 0px;
}

.advance-search-bar {
  padding-left: 0px !important;
  padding-right: 15px !important;
  overflow-x: inherit !important;
  margin-top: 20px;
}

.advance-search-bar .box-advance-search, .advance-search-bar .box-mobile-advance-search {
  margin-top: 0px !important;
}

.advance-search-bar .box-mobile-advance-search {
  padding-right: 0px;
}

.advance-search-bar.member-logined {
  margin-top: 0px;
}

.horizonal-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}

.box-popup-alarm .notification-number {
  color: #fff;
  position: absolute;
  top: 2px;
  right: 3px;
  font-weight: bold;
  border-radius: 100px;
  background: red;
  width: 15px;
  height: 15px;
  font-size: 9px;
  text-align: center;
}

.box-popup-alarm .dropdown-menu li.unread {
  background: #edf2fa !important;
}

.box-popup-alarm .dropdown-menu li:first-child a {
  border-right: none !important;
}

.box-popup-alarm .dropdown-menu li a {
  border-right: none !important;
}

@media (min-width: 768px) {
  .box-popup-alarm .dropdown-menu li:nth-child(2) {
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .box-popup-alarm .dropdown-menu li:nth-child(3) {
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .box-popup-alarm .dropdown-menu li:nth-child(3) {
    margin-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .box-popup-alarm .dropdown-menu li:nth-child(4) {
    padding-left: 0px !important;
  }
}

.box-popup-alarm .dropdown-menu .nano .nano-content {
  overflow-y: auto !important;
}

.box-popup-alarm .dropdown-menu .time {
  width: 100% !important;
  text-align: left !important;
}

.box-popup-alarm .dropdown-menu .time span {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.box-popup-alarm .dropdown-menu .time button {
  position: relative;
  float: right;
  margin: 0px !important;
  padding: 0px 20px !important;
}

.box-popup-alarm .dropdown-menu .group-item {
  width: calc(100% - 65px) !important;
}

.box-popup-alarm .dropdown-menu .followed {
  letter-spacing: normal;
  color: #bec3c9 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  line-height: 22px !important;
  float: right;
}

body {
  background-color: #f1f3f4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

footer {
  background-color: #2C2E32;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer ul.social-icon,
footer .services ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 15px;
}

footer ul.social-icon li {
  display: inline-block;
  margin-right: 5px;
}

footer .services ul li {
  opacity: 0.7;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 26px;
}

footer .services ul li a {
  color: #FFFFFF;
}

footer ul.social-icon li:last-child {
  margin-right: 0px;
}

footer .company-name {
  margin-top: 50px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

footer .services h2 {
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  margin-top: 0px;
  text-align: left;
}

.container {
  overflow-x: hidden;
}

.main {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .right-sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.right-sidebar .my-account {
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  padding: 16px 20px 5px 20px;
}

.right-sidebar .my-account h2 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ECECEC;
}

.right-sidebar .my-account img {
  display: inline-block;
  border: 1px solid rgba(119, 122, 140, 0.2);
}

.right-sidebar .my-account .detail {
  margin-top: 10px;
  margin-bottom: 30px;
}

.right-sidebar .my-account .group-item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .right-sidebar .my-account .group-item {
    width: calc(80% - 20px);
  }
}

@media (min-width: 768px) {
  .right-sidebar .my-account .group-item {
    width: calc(85% - 20px);
  }
}

@media (min-width: 992px) {
  .right-sidebar .my-account .group-item {
    width: calc(80% - 30px);
  }
}

.right-sidebar .my-account .group-item h3 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .right-sidebar .my-account .group-item h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 768px) {
  .right-sidebar .my-account .group-item h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.right-sidebar .my-account p {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.right-sidebar .my-account p:last-child {
  margin-bottom: 10px;
}

.right-sidebar .my-account .group-item p {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .right-sidebar .my-account .detail .group-item p {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .right-sidebar .my-account .detail .group-item p {
    white-space: nowrap;
  }
}

@media (min-width: 992px) {
  .right-sidebar .my-account .detail .group-item p {
    white-space: normal;
  }
}

.green-btn {
  background-color: #00AB86;
  margin-right: 15px;
  color: #FFFFFF;
  width: 170px;
  margin: 0 auto;
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.green-btn:hover,
.green-btn:active,
.green-btn:focus,
.green-btn:active:hover,
.green-btn:active:focus {
  background-color: #00AB86;
  color: #FFFFFF;
}

.green-btn[disabled],
.green-btn[disabled]:hover,
.green-btn[disabled]:focus,
.green-btn[disabled]:active {
  opacity: 0.5;
  background-color: #00AB86 !important;
  color: #FFFFFF !important;
}

#circle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

#circle p {
  color: #FBB735;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 210px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  top: 50%;
  bottom: 50%;
  min-height: 60px;
}

#circle p > span {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
  display: block;
}

section {
  border: 1px solid #ECECEC;
  background-color: #FFFFFF;
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
}

section:first-child {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .main-content {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.main-content h2 {
  color: #262A2E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 0px;
}

.main-content p,
.main-content a,
.main-content h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.main-content h3,
.main-content p {
  color: #777A8C;
}

.main-content h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.main-content h3 > a {
  float: right;
}

.main-content h3 > a.add-item {
  float: none;
  margin-left: 30px;
}

.main-content a {
  color: #32A2E6;
}

header .container {
  overflow-x: inherit;
}

.bread-crumb .container {
  overflow-x: inherit;
}

.header-profile {
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}

.header-profile h2 {
  display: inline-block;
  width: 90%;
}

.header-profile .check,
.box-company-profile .check,
.right-banner .check {
  background: url("../img/icon/check.png") no-repeat center center;
  height: 16px;
  width: 14px;
  display: inline-block;
}

.group-info {
  margin-top: 15px;
}

p.percent-completed {
  color: #FBB735;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
}

p.percent-completed > span {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 10px;
}

#profile-circle {
  margin-top: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  #profile-circle canvas {
    width: 100% !important;
    height: 100% !important;
  }
}

#profile-circle > img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px auto;
}

@media (max-width: 767px) {
  #profile-circle > img {
    width: 140px;
    height: 140px;
    margin-top: 6px;
  }
}

@media (min-width: 768px) {
  #profile-circle > img {
    width: 140px;
    height: 140px;
    margin-top: 6px;
  }
}

@media (min-width: 992px) {
  #profile-circle > img {
    width: 105px;
    height: 105px;
    margin-top: 36px;
  }
}

@media (min-width: 1200px) {
  #profile-circle > img {
    width: 140px;
    height: 140px;
    margin-top: 35px;
  }
}

.grid-image {
  padding-left: 0px;
  padding-right: 0px;
}

.grid-image .item {
  text-align: center;
}

.grid-image .item img {
  width: 100%;
}

.grid-image .item .more-item {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -5px;
  bottom: 0;
  right: 0px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.company-logo {
  border: 1px solid rgba(119, 122, 140, 0.3);
  background-color: #FFFFFF;
}

.group-project .project-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 405px) {
  .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 406px) {
  .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 490px) {
  .group-project .project-name {
    width: 45%;
  }
}

@media (min-width: 590px) {
  .group-project .project-name {
    width: 55%;
  }
}

@media (min-width: 690px) {
  .group-project .project-name {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .group-project .project-name {
    width: 190px;
  }
}

@media (min-width: 1200px) {
  .group-project .project-name {
    width: 260px;
  }
}

.projects-done .group-project .project-name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

@media (max-width: 405px) {
  .projects-done .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 406px) {
  .projects-done .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 490px) {
  .projects-done .group-project .project-name {
    width: 45%;
  }
}

@media (min-width: 590px) {
  .projects-done .group-project .project-name {
    width: 55%;
  }
}

@media (min-width: 690px) {
  .projects-done .group-project .project-name {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .projects-done .group-project .project-name {
    width: 190px;
  }
}

@media (min-width: 1200px) {
  .projects-done .group-project .project-name {
    width: 300px;
  }
}

@media (max-width: 405px) {
  #section-licenses .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 406px) {
  #section-licenses .group-project .project-name {
    width: 65%;
  }
}

@media (min-width: 490px) {
  #section-licenses .group-project .project-name {
    width: 67%;
  }
}

@media (min-width: 590px) {
  #section-licenses .group-project .project-name {
    width: 73%;
  }
}

@media (min-width: 690px) {
  #section-licenses .group-project .project-name {
    width: 75%;
  }
}

@media (min-width: 768px) {
  #section-licenses .group-project .project-name {
    width: 285px;
  }
}

@media (min-width: 1200px) {
  #section-licenses .group-project .project-name {
    width: 385px;
  }
}

.group-project .project-more,
.group-project .project-more-edit {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  text-align: right;
}

@media (min-width: 768px) {
  .group-project .project-more,
  .group-project .project-more-edit {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .group-project .project-more,
  .group-project .project-more-edit {
    margin-right: 0px;
  }
}

.group-project .project-more-edit {
  width: 35px;
}

@media (max-width: 489px) {
  .group-project .project-more-edit {
    text-align: left;
  }
}

#section-experience .group-project .project-more-edit,
#section-education .group-project .project-more-edit,
#section-licenses .group-project .project-more-edit {
  width: 110px;
}

#section-experience .edit-item.project,
#section-education .edit-item.education,
#section-licenses .edit-item.license {
  padding-right: 5px;
}

.remove-item.project,
.remove-item.education,
.remove-item.license {
  color: #FF6564;
}

.main-content a.project-show-more {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
}

.project-show-more > span {
  font-size: 10px;
  margin-top: -2px;
}

.group-project .project-name h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.project-detail {
  margin-top: 10px;
}

.group-project {
  margin-bottom: 20px;
}

.group-project:last-child {
  margin-bottom: 0px;
}

.left-sidebar {
  padding-left: 0;
}

@media (max-width: 767px) {
  .left-sidebar {
    padding-right: 0px;
  }
}

.left-banner ul.company-profile-menu {
  list-style-type: none;
  padding: 0;
}

.left-banner ul.company-profile-menu li.active,
.left-banner ul.company-profile-menu li:hover {
  border-left: 3px solid #00AB86;
  background-color: #FFFFFF;
  cursor: pointer;
}

.left-banner ul.company-profile-menu li a {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: block;
  height: auto;
}

.left-banner ul.company-profile-menu li a:hover,
.left-banner ul.company-profile-menu li a:focus,
.left-banner ul.company-profile-menu li a:active {
  text-decoration: none;
}

nav.bread-crumb {
  background: transparent;
}

nav.bread-crumb a,
nav.bread-crumb span.active {
  color: #777A8C;
  opacity: 0.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

nav.bread-crumb span.active {
  opacity: 1;
}

nav.bread-crumb .glyphicon {
  font-size: 10px;
  color: #777A8C;
  margin-left: 10px;
  margin-right: 10px;
}

#step-post-project {
  background: transparent;
  border: none;
}

#step-post-project .steps {
  text-align: center;
}

#step-post-project .steps .step {
  height: 5px;
  width: 30px;
  opacity: 0.5;
  border-radius: 4px;
  background-color: #777A8C;
  display: inline-block;
  margin-right: 10px;
}

#step-post-project .steps .step.active {
  background-color: #00AB86;
  opacity: 1;
}

#step-post-project .step-info {
  text-align: center;
}

#step-post-project .step-info h2 {
  color: #777A8C;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 20px;
}

#step-post-project .step-info .form-group {
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  #step-post-project .step-info .form-group {
    width: 340px;
  }
}

#step-post-project .step-info .form-group input {
  text-align: center;
}

#step-post-project .step-info a.green-btn,
#profile-info-edit a.green-btn {
  background-color: #00AB86;
  border-radius: 4px;
  width: 165px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}

#step-post-project .step-info a.green-btn.back,
#profile-info-edit a.green-btn.back,
#edit-skills-description a.green-btn.back {
  background-color: transparent;
  border: 1px solid #00AB86;
  color: #00AB86 !important;
}

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #FF6564 !important;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #FF6564 !important;
}

.has-arrow-down {
  position: relative;
}

.has-arrow-down .arrow-down {
  background: url("../img/icon/arrow_down.png") no-repeat center center;
  width: 10px;
  height: 5px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 15px;
}

.select2-results__option[aria-selected=true] {
  display: none;
}

.select2-container .select2-search--inline {
  text-align: left;
  width: 100% !important;
}

.select2-container--bootstrap .select2-search__field {
  width: 100% !important;
  text-align: left !important;
}

.select2-results__group {
  background-color: #f1f3f4;
}

input.type-set-date.labelauty + label {
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 26px;
  color: #777A8C;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

input.type-set-date.labelauty:checked + label,
input.type-set-date.labelauty + label:hover,
input.type-set-date.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: transparent;
  color: #00AB86;
  border-bottom: 3px solid #00AB86;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0;
}

input.type-set-date.labelauty:checked + label:hover,
input.type-set-date.labelauty + label:hover {
  background: transparent;
}

input.chosen-type-date.labelauty + label {
  width: 158px;
  border: 1px solid rgba(119, 122, 140, 0.5);
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  color: #777A8C;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  text-align: center;
}

input.chosen-type-date.labelauty:checked + label,
input.chosen-type-date.labelauty + label:hover,
input.chosen-type-date.labelauty:not(:checked):not([disabled]) + label:hover {
  background-color: #00AB86;
  color: #FFFFFF;
  border-radius: 100px;
  padding-left: 0px;
  padding-right: 0px;
}

input.chosen-type-date.labelauty:checked + label:hover,
input.chosen-type-date.labelauty + label:hover {
  background: #00AB86;
}

.datepicker-dropdown.datepicker-orient-top::after {
  right: auto;
  top: auto;
  border-width: 6px;
}

#set-date-manual .input-group.date,
#add-projects-done .input-group.date {
  width: 100%;
}

@media (min-width: 463px) {
  #set-date-manual .input-group.date,
  #add-projects-done .input-group.date {
    width: 300px;
  }
}

#set-date-manual .datepicker,
#add-projects-done .datepicker,
#profile-info-edit .datepicker {
  border: 1px solid rgba(119, 122, 140, 0.5);
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  z-index: auto;
  text-align: left !important;
}

#set-date-manual .input-group.date .input-group-addon,
#add-projects-done .input-group.date .input-group-addon,
#profile-info-edit .input-group.date .input-group-addon {
  display: inline-block;
  position: absolute;
  background: transparent;
  border: none;
  right: 15px;
}

#set-date-manual .input-group.date .input-group-addon.icon-datepicker,
#add-projects-done .input-group.date .input-group-addon.icon-datepicker,
#profile-info-edit .input-group.date .input-group-addon.icon-datepicker {
  background: url("../img/icon/datepicker.png");
  width: 20px;
  height: 20px;
  top: 8px;
  padding: 0;
}

.datepicker.datepicker-dropdown.dropdown-menu {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#set-date-manual .help-block.form-error,
#add-projects-done .help-block.form-error {
  width: 100%;
  display: inline-block;
  float: right;
  text-align: left;
}

@media (min-width: 463px) {
  #set-date-manual .help-block.form-error,
  #add-projects-done .help-block.form-error {
    width: 300px;
  }
}

#add-projects-done .input-group.date,
#add-projects-done .help-block.form-error {
  width: 100%;
}

#add-projects-done .from-date {
  padding-left: 0px;
}

@media (max-width: 991px) {
  #add-projects-done .from-date {
    padding-right: 0px;
  }
}

#add-projects-done .to-date {
  padding-right: 0px;
}

@media (max-width: 991px) {
  #add-projects-done .to-date {
    padding-left: 0px;
  }
}

#step-post-project .has-error .help-block {
  text-align: left !important;
}

#step-post-project select,
#profile-info-edit select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.upload-area {
  width: 100%;
  height: 120px;
  border: 2px dotted #00AB86;
  background-color: #F2FFFC;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer;
  margin: 0 auto;
}

@media (min-width: 463px) {
  .upload-area {
    width: 340px;
  }
}

.upload-area p {
  color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}

.upload-area p:first-child {
  font-weight: 600;
}

.remove-file {
  cursor: pointer;
}

button.submit {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .right-banner {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .right-banner {
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .right-banner {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .right-banner img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .right-banner img {
    margin: 0 auto;
  }
}

.list-file-upload {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.list-file-upload ul {
  width: 100%;
  padding-left: 0px;
  margin: 0;
}

.list-file-upload ul li {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background-color: #F2FFFC;
  border: 1px dotted #00AB86;
}

.list-file-upload ul li h3 {
  display: inline-block;
  width: 80%;
  padding-left: 0px;
  float: left;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.list-file-upload ul li a {
  float: right;
  display: inline-block;
}

@media (max-width: 767px) {
  .list-data {
    width: 100%;
    overflow-x: auto;
  }
}

.list-data .table {
  border: none;
}

.list-data .table thead tr {
  font-size: 13px;
  line-height: 18px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.list-data .table thead tr th {
  border: none;
}

.list-data .table tbody tr {
  background: #FFFFFF;
  border-bottom-width: 20px;
  border-bottom-style: solid;
  border-bottom-color: #f1f3f4;
}

.list-data .table tbody tr > td:first-child {
  border-left: 1px solid #ECECEC;
}

.list-data .table tbody tr > td:last-child {
  border-right: 1px solid #ECECEC;
}

.list-data .table tbody tr > td {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 15px;
}

.list-data .table h3,
.list-data .table h2 {
  margin: 0;
}

.list-data .table h2 {
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #262A2E;
}

.list-data .table h3 {
  font-size: 13px;
  line-height: 18px;
}

.list-data .table p {
  color: #262A2E;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.list-data .table .badge.open {
  border: 1px solid #00AB86;
  background-color: #00AB86;
  border-radius: 2px;
}

.list-data .table .badge.closed {
  background-color: #777A8C;
  border-radius: 2px;
}

.list-data .table .badge.open,
.list-data .table .badge.closed {
  font-size: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  padding: 0 10px;
  margin-top: 10px;
}

.list-data .table a.edit {
  margin-top: 15px;
  display: inline-block;
}

.filter-by select {
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background-color: rgba(119, 122, 140, 0.1);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.filter-by .filter-status {
  width: 100px;
}

.filter-by .filter-status .has-arrow-down span {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  right: 6px;
  top: 12px;
}

.paging {
  text-align: center;
}

.paging .pagination li:first-child,
.paging .pagination li:last-child {
  display: none;
}

.pagination > li > a,
.pagination > li > span {
  background: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 18px;
  text-align: center;
  border: none;
  color: #777A8C;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background: transparent;
  border: none;
  color: #32A2E6;
  text-decoration: underline;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background: transparent;
  border: none;
  color: #32A2E6;
  text-decoration: underline;
}

.paging .prev {
  float: left;
  margin: 25px 0;
}

.paging .next {
  float: right;
  margin: 25px 0;
}

.box-project-description {
  padding-left: 0px;
}

@media (max-width: 767px) {
  .box-project-description {
    padding-right: 0px;
  }
}

.project-description > div {
  padding-left: 0px;
  padding-right: 0px;
}

.project-description > div > div:first-child {
  padding-left: 0px;
}

.project-description > div > div:last-child {
  padding-right: 0px;
}

.company-info img {
  width: 80%;
  margin: 15px auto;
}

.company-info h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-bottom: 5px;
}

.company-info .icon-location {
  background: url("../img/icon/icon-location.png");
  display: inline-block;
  width: 9px;
  height: 15px;
  margin-right: 5px;
}

.company-info p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.company-info .green-btn {
  color: #FFFFFF;
  width: 170px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.project-summary,
.company-info {
  background: #FFFFFF;
  padding: 10px 20px;
  border: 1px solid #ECECEC;
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .project-summary,
  .company-info {
    padding-left: 20px;
  }
}

.project-summary h3,
.company-info h3 {
  margin-top: 5px;
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.project-summary .summary {
  margin-bottom: 10px;
}

.project-summary .summary .title {
  width: 25%;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .project-summary .summary .title {
    width: 30%;
  }
}

@media (min-width: 1200px) {
  .project-summary .summary .title {
    width: 25%;
  }
}

.project-summary .summary .des {
  width: 70%;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-weight: 600;
  line-height: 18px;
  font-size: 13px;
}

@media (min-width: 768px) {
  .project-summary .summary .des {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .project-summary .summary .des {
    width: 70%;
  }
}

.project-detail .nav-tabs li:last-child {
  margin-left: 30px;
}

.project-detail .nav-tabs li:first-child {
  margin-left: 0px;
}

.project-detail .nav-tabs {
  border: none;
}

.project-detail .nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  color: #777A8C;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.project-detail .nav-tabs > li > a:hover,
.project-detail .nav-tabs > li.active > a,
.project-detail .nav-tabs > li.active > a:hover,
.project-detail .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  border-bottom: 3px solid #00AB86;
  color: #00AB86;
  padding-left: 0;
  padding-right: 0;
}

.project-detail .badge {
  display: inline-block;
  border: 1px solid rgba(255, 101, 100, 0.2);
  border-radius: 2px;
  color: #FF6564;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  background: transparent;
  padding-left: 3px;
  padding-right: 5px;
}

.project-description {
  padding: 30px 50px;
  margin-top: 25px !important;
}

@media (max-width: 767px) {
  .project-description {
    padding: 30px 20px;
  }
}

.project-description h2 {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -2px;
}

@media (min-width: 768px) {
  .project-description h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .project-description h2 {
    font-size: 48px;
  }
}

.project-description .general {
  padding-bottom: 30px;
  border-bottom: 1px solid #ECECEC;
  display: inline-block;
  padding-left: 0px;
}

.box-project-summary {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .box-project-summary {
    padding-left: 0px;
  }
}

.project-description .general p {
  opacity: 0.5;
}

.project-description .badge {
  display: inline-block;
  min-width: 10px;
  border: 1px solid #777A8C;
  opacity: 1;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-contract {
  background: url("../img/icon/contract_type.png") no-repeat;
  width: 15px;
  height: 15px;
}

.icon-contract span {
  margin-left: 20px;
}

.icon-location {
  background: url("../img/icon/icon-location.png") no-repeat;
  width: 9px;
  height: 15px;
  margin-left: 10px;
}

.icon-location span {
  margin-left: 15px;
}

.detail-description ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0px;
  width: 100%;
}

.detail-description ul li {
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 15px;
}

.detail-description ul li p {
  margin-top: 20px;
}

.detail-description ul li:last-child {
  border: none;
}

.detail-description .download {
  display: table;
  border: 2px dotted #00AB86;
  padding: 10px 20px;
  margin-top: 10px;
}

.detail-description .download > .icon {
  background: url("../img/icon/brief.png") no-repeat;
  display: inline-block;
  width: 21px;
  height: 24px;
  margin-right: 5px;
}

.detail-description .download strong {
  vertical-align: middle;
  display: table-cell;
}

input.green-btn {
  color: #FFFFFF;
}

#profile-info-edit .green-btn,
#profile-info-edit a.green-btn.back,
#edit-bio-description .green-btn,
#edit-bio-description a.green-btn.back,
#edit-company-photos .green-btn,
#edit-company-photos a.green-btn.back,
#edit-skills-description a.green-btn.back,
#edit-section-experience a.green-btn.back,
#edit-section-experience .green-btn,
#edit-section-education a.green-btn.back,
#edit-section-education .green-btn,
#edit-section-licenses a.green-btn.back,
#edit-section-licenses .green-btn,
#add-projects-done .green-btn,
#add-projects-done a.green-btn.back,
#edit-skills-description .green-btn,
#edit-skills-description a.green-btn.back {
  width: 155px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  #profile-info-edit .green-btn,
  #profile-info-edit a.green-btn.back,
  #edit-bio-description .green-btn,
  #edit-bio-description a.green-btn.back,
  #edit-company-photos .green-btn,
  #edit-company-photos a.green-btn.back,
  #edit-skills-description a.green-btn.back,
  #edit-section-experience a.green-btn.back,
  #edit-section-experience .green-btn,
  #edit-section-education a.green-btn.back,
  #edit-section-education .green-btn,
  #edit-section-licenses a.green-btn.back,
  #edit-section-licenses .green-btn,
  #add-projects-done .green-btn,
  #add-projects-done a.green-btn.back,
  #edit-skills-description .green-btn,
  #edit-skills-description a.green-btn.back {
    width: 100px;
  }
}

#profile-info-edit a.green-btn.back,
#edit-bio-description a.green-btn.back,
#edit-company-photos a.green-btn.back,
#add-projects-done .green-btn.back,
#edit-skills-description .green-btn.back,
#edit-section-experience .green-btn.back,
#edit-section-education .green-btn.back,
#edit-section-licenses .green-btn.back {
  padding-top: 7px;
  padding-bottom: 7px;
}

#profile-info-edit {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
}

#profile-info-edit .img-thumbnail {
  background-color: transparent;
  border-radius: 0;
}

#profile-info-edit label,
#add-projects-done label {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

#profile-info-edit input,
#profile-info-edit select,
#edit-bio-description input,
#edit-bio-description select,
#edit-company-photos input,
#edit-company-photos select,
#add-projects-done input,
#add-projects-done select {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

#profile-info-edit input[type="submit"],
#edit-bio-description input[type="submit"],
#edit-company-photos input[type="submit"],
#add-projects-done input[type="submit"] {
  color: #FFFFFF;
}

#edit-bio-description a.green-btn,
#edit-company-photos a.green-btn,
#add-projects-done a.green-btn,
#edit-section-experience a.green-btn {
  background-color: #00AB86;
  border-radius: 4px;
  width: 165px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}

#edit-bio-description .green-btn.back,
#edit-company-photos .green-btn.back,
#add-projects-done .green-btn.back,
#edit-section-experience .green-btn.back,
#edit-section-education .green-btn.back,
#edit-section-licenses .green-btn.back {
  background-color: transparent;
  border: 1px solid #00AB86;
  color: #00AB86 !important;
}

.form-group.bio {
  margin-top: 30px;
}

#profile-info {
  margin-top: 0px;
}

#edit-bio-description textarea {
  border-radius: 0;
}

.fs-upload.fs-light .fs-upload-target {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #00AB86;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
  background-color: #F2FFFC;
  border: 1px dotted #00AB86;
  margin: 0;
  padding: 25px;
  text-align: center;
  transition: background .15s linear, border .15s linear, color .15s linear, opacity .15s linear;
}

.filelists ul {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
  margin-top: 10px;
}

.filelists ul li {
  padding: 10px;
  background: transparent;
  border: 1px dotted #00AB86;
  margin-bottom: 5px;
}

span.cancel {
  cursor: pointer;
}

.fs-upload-target {
  padding-left: 35px;
  padding-right: 35px;
}

.filelists .file {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  width: 80%;
}

#start-upload {
  color: #FFFFFF !important;
}

.has-error {
  color: #FF6564 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.current-photos,
.current-projects-done-photos {
  display: inline-block;
}

.current-photos > div,
.current-projects-done-photos > div {
  margin-bottom: 5px;
  height: 100px;
}

.current-photos > div > span,
.current-projects-done-photos > div > span {
  float: right;
  cursor: pointer;
  margin-top: -15px;
  margin-right: 1px;
  color: #FF6564;
}

.current-photos img,
.current-projects-done-photos img {
  width: 100%;
  border: 1px solid rgba(119, 122, 140, 0.1);
  padding: 5px;
  height: 100%;
  min-width: 50px;
}

.current-projects-done-photos .col-xs-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.project_company_logo_label {
  margin: 0 auto;
  display: table;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: 13px;
}

.box-img-preview {
  padding: 4px;
  line-height: 1.6;
  display: -ms-inline-grid;
  display: inline-grid;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}

@media (min-width: 992px) {
  .box-img-preview {
    height: 106px;
  }
}

@media (min-width: 1200px) {
  .box-img-preview {
    height: 130px;
  }
}

img.project_company_logo,
img.education_logo {
  background-color: transparent;
  border-radius: 0px;
}

@media (min-width: 992px) {
  img.project_company_logo,
  img.education_logo {
    height: 106px;
  }
}

@media (min-width: 1200px) {
  img.project_company_logo,
  img.education_logo {
    height: 130px;
  }
}

.help-block.form-error {
  color: #FF6564;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.company-profile-menu a > span {
  float: right;
  padding-right: 20px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 22px;
  text-align: right;
  opacity: 0.5;
}

.justified-gallery a {
  display: table;
}

.justified-gallery a:hover {
  text-decoration: none;
}

.justified-gallery a > span {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: table-cell;
}

#changeLogoCompanyModal .modal-header {
  border: none !important;
}

#changeLogoCompanyModal .modal-header h4.modal-title {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #777A8C;
  letter-spacing: -1px;
  line-height: 18px;
  margin-top: 15px;
}

#changeLogoCompanyModal .modal-footer {
  text-align: center;
}

#changeLogoCompanyModal .modal-footer a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

a.file-btn {
  position: relative;
  background-color: #00AB86;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
  cursor: pointer;
}

a.file-btn span {
  font-weight: 300;
}

a.file-btn:hover {
  color: #FFFFFF;
}

#upload-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#cropLogo .cr-slider-wrap {
  width: 35%;
}

#cropLogo .cr-slider::-moz-range-thumb {
  background: #FFFFFF;
  border: 1px solid #00AB86;
}

#cropLogo .cr-slider::-moz-range-track {
  height: 1px;
  background-color: #C3C3C3;
}

#changeLogoCompanyModal .modal-content {
  border-radius: 0;
}

#changeLogoCompanyModal .modal-footer {
  border: none;
}

a.apply-btn {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  float: right;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 19px;
  letter-spacing: 0.1px;
}

a.save-btn {
  background-color: #F1F1F3;
  border-radius: 4px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  float: right;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
}

.box-company-profile a.save-btn {
  position: absolute;
  right: 0;
}

a.save-btn span {
  opacity: 0.7;
  color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
}

a.save-btn span:before {
  content: url("../img/icon/icon-save.png");
  left: -5px;
  position: relative;
  top: 3px;
}

a.save-btn.spinner span:before {
  content: url("../img/icon/spinner.png");
  left: -5px;
  position: relative;
  top: 3px;
}

a.save-btn.spinner {
  padding-left: 17px;
  padding-right: 17px;
}

#quotations,
#applicants {
  margin-top: 25px;
}

#quotations .controls label,
#applicants .controls label {
  width: 120px;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  background-color: rgba(119, 122, 140, 0.1);
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 10px;
}

#quotations .controls .box-select,
#applicants .controls .box-select {
  padding-left: 0px;
}

#quotations .controls .box-button,
#applicants .controls .box-button {
  padding-right: 0px;
}

#quotations .controls label span > span,
#applicants .controls label span > span {
  margin-left: 5px;
  font-size: 10px;
}

#quotations .green-border-btn,
#applicants .green-border-btn {
  border: 1px solid #00AB86;
  border-radius: 4px;
  background: transparent;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  color: #00AB86;
  padding-top: 8px;
  padding-bottom: 8px;
}

.box-apply {
  padding: 25px;
  margin-bottom: 20px;
  background: white;
}

.box-apply .box-company-profile h2 {
  margin-top: 0px;
  color: #262A2E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  width: 80%;
}

@media (max-width: 767px) {
  .box-apply .box-company-profile h2 {
    width: 100%;
  }
}

.box-company-profile .icon-location {
  background: url("../img/icon/icon-location.png") no-repeat center center;
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-right: 5px;
  margin-left: 0px;
}

.box-company-logo {
  padding-left: 0px;
}

.box-company-logo .company-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.box-company-profile .post-time {
  width: 100%;
  display: block;
  font-size: 11px;
  color: #616770;
  font-weight: normal;
}

.box-company-profile {
  padding-right: 0px;
}

@media (max-width: 767px) {
  .box-company-profile {
    padding-left: 0px;
    padding-bottom: 30px;
  }
}

.box-company-logo {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .box-company-logo {
    padding-right: 0px;
  }
}

.box-company-logo .green-btn {
  padding-left: 5px;
  padding-right: 5px;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-weight: 600;
  width: 80%;
  font-size: 14px;
}

@media (min-width: 768px) {
  .box-company-logo .green-btn {
    font-size: 10px;
    width: 100%;
    margin-left: 0;
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .box-company-logo .green-btn {
    width: 80%;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .box-company-logo .green-btn {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .tab-pane.quotations .box-apply {
    padding-left: 5px;
  }
}

.box-company-logo .company-logo {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 80%;
}

.box-company-profile .badge {
  display: inline-block;
  width: 120px;
  border: 1px solid #777A8C;
  opacity: 1;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#quotations .box-company-profile > p.bio {
  color: #262A2E !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#quotations .box-company-profile > p.badge-industry {
  margin-bottom: 15px;
  margin-top: 15px;
}

.box-company-profile .icon-company-size {
  background: url("../img/icon/icon-size.png");
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-right: 5px;
  margin-left: 0px;
}

.box-select-download {
  position: absolute;
  top: 0px;
  left: 0px;
}

.box-select-download input.labelauty + label {
  padding: 0px;
  background: transparent;
  border: none;
}

.box-select-download .labelauty-unchecked-image {
  background-image: url("../img/icon/checkbox-unchecked.png") !important;
  width: 56px !important;
  height: 56px !important;
}

.box-select-download .labelauty-checked-image {
  background-image: url("../img/icon/checkbox-checked.png") !important;
  width: 56px !important;
  height: 56px !important;
}

#applyModal .modal-header {
  border-bottom: none;
  text-align: center;
}

#applyModal .modal-header h4,
#applyModal .modal-body h4 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 18px;
  text-align: center;
}

#applyModal .modal-content {
  width: 100%;
  border-radius: 0;
}

#applyModal .modal-body {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 0;
}

#applyModal .modal-body strong {
  width: 100px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #777A8C;
  font-weight: 600;
  line-height: 32px;
}

#applyModal .modal-body span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #777A8C;
  font-weight: 300;
  line-height: 32px;
}

#applyModal .modal-footer {
  text-align: center;
  border-top: none;
  padding-top: 0px;
}

#applyModal .modal-footer .btn {
  display: block;
  margin: 0 auto;
}

#applyModal .modal-footer a {
  display: block;
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #32A2E6;
  line-height: 20px;
  cursor: pointer;
}

#finish-body h4 {
  line-height: 28px !important;
}

#finish-footer {
  padding-bottom: 30px;
}

#finish-footer a {
  color: #FFFFFF !important;
}

#project-following .box-company-logo {
  padding-right: 0px;
}

#project-following .box-company-logo .company-name {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  #project-following .box-company-logo .company-name {
    text-align: left;
    width: calc(80% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

#project-following .box-company-logo .company-logo {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 0;
}

#project-following .box-apply .box-company-profile h2 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

#project-following .box-apply .box-company-profile .bio {
  font-size: 13px;
  color: #262A2E;
  height: 60px;
  display: block;
}

#project-following .box-apply .box-company-profile .badge-industry {
  margin-top: 20px;
}

#project-following .icon-location {
  background: url("../img/icon/icon-location.png") no-repeat;
  height: 15px;
  width: 15px;
  display: inline;
  margin-left: 10px;
}

#project-following .icon-contract span,
#project-following .icon-location span {
  font-size: 11px;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  margin-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
  padding-top: 5px;
  vertical-align: sub;
}

@media (max-width: 767px) {
  #project-following .icon-contract span,
  #project-following .icon-location span {
    max-width: 80px;
  }
}

@media (min-width: 768px) {
  #project-following .icon-contract span,
  #project-following .icon-location span {
    max-width: 80px;
  }
}

@media (min-width: 992px) {
  #project-following .icon-contract span,
  #project-following .icon-location span {
    max-width: 80px;
  }
}

@media (min-width: 1200px) {
  #project-following .icon-contract span,
  #project-following .icon-location span {
    max-width: 100px;
  }
}

#project-following .green-border-btn {
  float: right;
  border: 0.8px solid #00AB86;
  border-radius: 3.2px;
  color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
}

#project-following .green-border-btn:hover,
#project-following .green-border-btn:active,
#project-following .green-border-btn:focus,
#project-following .green-border-btn:active:hover,
#project-following .green-border-btn:active:focus {
  background: #FFFFFF;
}

#project-following .view-details {
  margin-top: 20px;
  display: block;
}

@media (max-width: 767px) {
  #project-following .view-details {
    display: inline-block;
    width: 100%;
  }
}

#project-following .box-company-profile h2 .status,
#project-following .box-company-profile h2 .un-save {
  border-radius: 0 0 4px 4px;
  background-color: #00AB86;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  color: #FFFFFF;
  position: absolute;
  right: 0;
  top: -26px;
  text-align: center;
  padding: 3px 20px;
}

#project-following .box-company-profile h2 .status.closed {
  background-color: #777A8C;
  color: #FFFFFF;
}

#project-following .box-company-profile h2 .title {
  display: inline-block;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 75%;
  max-height: 35px;
  word-wrap: break-word;
  font-weight: bold;
  color: #000;
}

#project-following .box-company-profile h2 .un-save {
  border-radius: 4px;
  background-color: #f1f3f4;
  top: 5px;
  padding: 2px 8px;
  color: #00AB86;
  cursor: pointer;
}

#project-following .box-company-profile h2 .un-save:before {
  content: url("../img/icon/check-unsave.png");
  display: inline-block;
  margin-right: 5px;
}

/* Left Sidebar */
#left-search .input-group {
  width: 100%;
}

#left-search .icon-search {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
  color: #777A8C;
}

#left-search .search {
  padding-left: 40px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-right: 40px;
}

#left-search {
  margin-bottom: 20px;
}

#left-filter .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #777A8C;
}

#left-filter .title .clear-filter {
  font-weight: 600;
  color: #32A2E6;
}

#left-filter .filter-by {
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
}

#left-filter .filter-by h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  display: block;
  position: relative;
}

#left-filter .filter-by.recent-searches h4 {
  margin-bottom: 0px;
}

#left-filter .filter-by.recent-searches a:hover {
  text-decoration: none;
}

#left-filter .filter-by > h4 {
  padding-bottom: 10px;
}

#left-filter .filter-by h4 > .up,
#left-filter .filter-by h4.panel-title a > .up,
#left-filter .filter-by h4 > .down,
#left-filter .filter-by h4.panel-title a > .down {
  width: 14px;
  height: 8px;
  float: right;
  cursor: pointer;
  display: inline-block;
  margin-top: 3px;
}

#left-filter .filter-by h4.panel-title a > .up,
#left-filter .filter-by h4.panel-title a > .down {
  position: absolute;
  right: 0;
  top: 0;
}

#left-filter .filter-by h4 > .up,
#left-filter .filter-by h4.panel-title a > .up {
  background: url("../img/icon/up.png");
}

#left-filter .filter-by h4 > .down,
#left-filter .filter-by h4.panel-title a > .down {
  background: url("../img/icon/down.png");
}

#left-filter .filter-by .panel-default {
  border: none;
  box-shadow: none;
}

#left-filter .filter-by .panel-heading {
  border: none;
  padding-right: 5px;
}

#left-filter .filter-by input.labelauty + label {
  width: 100%;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
  display: inline-block;
}

#left-filter .filter-by.non-collapse input.labelauty + label {
  padding-left: 10px;
}

#left-filter .filter-by .list-group {
  border-top: none !important;
}

#left-filter .filter-by input.labelauty + label > span.labelauty-checked-image {
  background: url("../img/icon/selected.png") !important;
  width: 13px;
  height: 13px;
  position: absolute;
  margin-top: 9px;
}

#left-filter .filter-by input.labelauty:checked + label > span.labelauty-checked {
  color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  opacity: 1;
  margin-left: 20px;
}

#left-filter .filter-by input.labelauty + label > span.labelauty-unchecked {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 30px;
  opacity: 0.5;
}

#left-filter .filter-by input.labelauty + label > span.labelauty-unchecked {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  margin-left: 20px;
}

#left-filter .filter-by input.labelauty + label > span.labelauty-unchecked-image {
  background: none;
  display: none;
}

#left-filter .filter-by input.labelauty.radio + label > span.labelauty-unchecked,
#left-filter .filter-by input.labelauty.radio:checked + label > span.labelauty-checked {
  width: calc(100% - 50px);
  margin-left: 20px;
  line-height: 20px;
  margin-top: 0;
}

#left-filter .filter-by input.labelauty.radio:checked + label > span.labelauty-checked {
  margin-left: 40px;
  line-height: 20px;
}

#left-filter .filter-by input.labelauty.radio + label > span.labelauty-unchecked-image {
  background: url("../img/icon/radio_uncheck.png") !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-top: 0px;
}

#left-filter .filter-by input.labelauty.radio + label > span.labelauty-checked-image {
  background: url("../img/icon/radio_check.png") !important;
  width: 20px;
  height: 20px;
  margin-top: 0px;
}

#left-filter .filter-by input.labelauty.radio:checked + label > span.labelauty-unchecked-image {
  display: none;
}

#left-filter .filter-by.non-collapse input.labelauty.radio + label {
  margin-bottom: 10px;
  margin-left: 15px;
}

.toggle-collapse {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

#left-filter .filter-by .location {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  border: 1px solid #00AB86;
}

#basic-addon2 {
  border: 1px solid #00AB86;
  background-color: #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

#basic-addon2:hover {
  text-decoration: none;
}

#left-filter .filter-by.recent-searches .items a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 24px;
  color: #32A2E6;
  cursor: pointer;
  display: block;
}

.bx-wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 40px;
}

.recent-searches .list-top-contractor {
  padding-left: 0px;
  padding-right: 0px;
}

.recent-searches .list-top-contractor .bx-wrapper {
  max-height: 255px;
}

.recent-searches .list-top-contractor.followed-contractor .bx-wrapper {
  max-height: 210px;
}

.custom-slider li,
.list-slider li {
  height: auto;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background-color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  width: 172px !important;
  margin-right: 10px !important;
  padding-bottom: 0px;
}

.custom-slider li img,
.list-slider li img {
  margin: 10px auto;
}

.bx-wrapper .bx-prev {
  background: url("../img/btn/btn-prev.png") no-repeat;
}

@media (max-width: 767px) {
  .bx-wrapper .bx-prev {
    right: 10px;
  }
}

@media (min-width: 768px) {
  .bx-wrapper .bx-prev {
    left: -20px;
  }
}

.bx-wrapper .bx-next {
  background: url("../img/btn/btn-next.png") no-repeat;
}

@media (max-width: 768px) {
  .bx-wrapper .bx-next {
    right: -10px;
  }
}

@media (min-width: 768px) {
  .bx-wrapper .bx-next {
    right: -35px;
  }
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}

.list-top-contractor li .green-btn,
.green-btn.detail {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}

.list-top-contractor .custom-slider li > h4,
.list-top-contractor .custom-slider li a > h4,
.list-top-contractor .custom-slider li > p,
.list-top-contractor .custom-slider li a > p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  height: 36px;
}

.list-top-contractor .list-slider li > h4,
.list-top-contractor .list-slider li a > h4,
.list-top-contractor .list-slider li > p,
.list-top-contractor .list-slider li a > p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  height: 36px;
}

.list-top-contractor .custom-slider li > h4,
.list-top-contractor .custom-slider li a > h4 {
  margin-bottom: 5px;
}

.list-top-contractor .list-slider li > h4,
.list-top-contractor .list-slider li a > h4 {
  margin-bottom: 5px;
}

.list-top-contractor .custom-slider li > p,
.list-top-contractor .custom-slider li a > p {
  font-weight: 300;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-top-contractor .list-slider li > p,
.list-top-contractor .list-slider li a > p {
  font-weight: 300;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}

.search-location-section {
  border-bottom: none;
  margin-top: 10px !important;
  padding-bottom: 10px !important;
}

.search-location-section a:hover {
  text-decoration: none !important;
}

#left-search .input-group .icon-remove {
  float: right;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 10;
  cursor: pointer;
  color: #777A8C;
  font-size: 18px;
  background: url("../img/icon/remove.png");
  width: 17px;
  height: 17px;
}

#projects .li-company {
  padding-left: 10px;
  padding-right: 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#projects .li-company.blogs {
  padding-left: 5px;
  padding-right: 5px;
}

#projects .li-company.blogs:first-child {
  padding-left: 0px;
}

#projects .li-company.blogs:last-child {
  padding-right: 0px;
}

#projects .box-company {
  background: #FFFFFF;
  padding: 10px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ECECEC;
}

@media (max-width: 767px) {
  #projects .box-company {
    height: 250px;
  }
}

@media (min-width: 768px) {
  #projects .box-company {
    height: 250px;
  }
}

@media (min-width: 992px) {
  #projects .box-company {
    height: 252px;
  }
}

#projects .box-company h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#projects .box-company p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  height: 36px;
  white-space: pre-line;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#projects .box-company a {
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 17px;
}

.companies-content {
  padding-left: 5px;
  padding-right: 5px;
}

.green-btn.grey-color,
.green-btn.grey-color:hover,
.green-btn.grey-color:active,
.green-btn.grey-color:focus,
.green-btn.grey-color:active:hover,
.green-btn.grey-color:active:focus {
  background-color: #f1f3f4;
  color: #777A8C !important;
}

.project-notify {
  background-color: #00AB86;
  padding: 15px 20px;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  position: relative;
}

.project-notify h3 {
  margin-top: 0px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.project-notify p {
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  color: #FFFFFF;
}

.project-notify .glyphicon-remove {
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.btn-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white:active:hover,
.btn-white:active:focus {
  background-color: #FFFFFF !important;
  color: #00AB86 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 16px;
  border: none;
  padding: 10px 20px !important;
}

.btn-white-transparent,
.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent:active:hover,
.btn-white-transparent:active:focus {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #FFFFFF !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 16px;
  padding: 9px 20px !important;
}

.detail-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
}

.detail-logo img.avatar {
  width: 90%;
  height: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

.green-btn.detail {
  width: 90%;
  margin-top: 20px;
}

.link-contractor:hover {
  text-decoration: none;
}

.account-setting h3,
.verification h3 {
  border-bottom: 1px solid #ECECEC;
  margin: 15px 15px;
  padding-bottom: 15px;
}

.main-content label {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.account-setting {
  padding-bottom: 0px !important;
}

.account-setting input {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.account-setting input[type="submit"] {
  color: #FFFFFF;
}

#post-job {
  background: transparent;
  border: none;
}

#post-job h3 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 30px;
}

#post-job .form-horizontal label {
  margin-top: 8px;
  text-align: left;
}

#post-job .form-horizontal .has-error .help-block {
  margin-top: 50px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-top: 0;
  float: left;
}

@media (max-width: 767px) {
  #post-job .form-horizontal .has-error .help-block {
    margin-left: 30%;
    width: 66.66666667%;
    display: block;
  }
}

@media (min-width: 768px) {
  #post-job .form-horizontal .has-error .help-block {
    margin-left: 134px;
  }
}

@media (min-width: 992px) {
  #post-job .form-horizontal .has-error .help-block {
    margin-left: 132px;
  }
}

@media (min-width: 1200px) {
  #post-job .form-horizontal .has-error .help-block {
    margin-left: 155px;
  }
}

#post-job .form-horizontal .box-license.has-error .help-block {
  float: left;
  width: 100%;
  margin-top: 0;
  text-align: left;
  margin-left: 15px;
}

#post-job .icr-label.checked .type_checkbox:before,
#post-job .icr-label.checked .type_checkbox:after {
  background: #00AB86 !important;
}

#post-job .form-horizontal label.icr-label:hover {
  color: #00AB86;
}

#post-job .form-horizontal .icr-text {
  color: #777A8C;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 20px;
}

#post-job .form-horizontal .license-require .icr-text {
  margin-left: 10px;
}

.icr-label.checked .type_radio::after {
  background: #00AB86 !important;
}

.box-skill .select2.select2-container,
.skills .select2.select2-container {
  width: 100% !important;
}

.industry .select2.select2-container {
  width: 100% !important;
}

select.job_type {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.input-group #salary {
  border-right: none;
  box-shadow: none;
}

.input-group .aud {
  background: white;
  border-left: none;
  box-shadow: none;
}

.has-error .aud {
  border-color: #FF6564 !important;
  color: #FF6564 !important;
}

#post-job .form-group {
  margin-bottom: 30px;
}

.box-date .date {
  width: 100%;
}

.box-date .datepicker {
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  z-index: auto;
  text-align: left !important;
}

.box-date .input-group.date .input-group-addon {
  display: inline-block;
  position: absolute;
  background: transparent;
  border: none;
  right: 15px;
}

.box-date .input-group.date .input-group-addon.icon-datepicker {
  background: url("../img/icon/datepicker.png");
  width: 20px;
  height: 20px;
  top: 8px;
  padding: 0;
  z-index: 10;
}

.terms label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.select2-results__option {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.box-terms .help-block.form-error {
  display: inline-block !important;
  float: left;
  margin-top: 0px !important;
}

.detail-description ul > li > ul li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.nano {
  width: 100%;
  height: 490px;
}

.nano .nano-content {
  padding: 10px;
}

.nano .nano-pane {
  background: #f1f3f4;
}

.nano .nano-slider {
  background: #777A8C;
}

.box-job-description .general {
  border-bottom: none;
  padding-bottom: 0;
}

.box-job-description .detail-description ul li {
  border-bottom: none;
  padding-bottom: 0px;
}

.box-job-description .detail-description h3 {
  font-size: 13px;
  line-height: 20px;
}

.box-job-description .detail-description li span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.box-job-description .detail-description ul li p {
  margin-top: 10px;
}

.share-btn,
.share-btn:hover,
.share-btn:active,
.share-btn:focus,
.share-btn:active:hover,
.share-btn:active:focus {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #00AB86;
  color: #00AB86 !important;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600 !important;
  line-height: 19px !important;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  width: auto;
}

.project-description .popover.bottom {
  width: 300px !important;
}

@media (min-width: 768px) {
  .project-description .popover.bottom {
    left: -155px !important;
  }
}

@media (min-width: 992px) {
  .project-description .popover.bottom {
    left: -135px !important;
  }
}

@media (min-width: 1200px) {
  .project-description .popover.bottom {
    left: -125px !important;
  }
}

#applicants span.check {
  margin-left: 5px;
}

#applicants span.location {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 10px;
}

#applicants .badge-industry {
  margin-top: 10px;
}

#applicants .educations .icon-education {
  background: url("../img/icon/icon-education.png");
  width: 21px;
  height: 16px;
  display: inline-block;
}

#applicants .experience .icon-experience {
  background: url("../img/icon/icon-experience.png");
  width: 21px;
  height: 15px;
  display: inline-block;
}

#applicants .educations .institute-name,
#applicants .experience .position {
  margin-top: -1px;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  margin-left: 10px;
  color: #636b6f;
}

#applicants .educations .qualification,
#applicants .experience .number-years {
  color: #2C2C2C;
  font-size: 13px;
  line-height: 18px;
  opacity: 0.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}

.profile-info-edit .form-group {
  padding-left: 0px;
  padding-right: 0px;
}

.profile-info-edit .last-name,
.profile-info-edit .company {
  padding-right: 0px;
  padding-left: 15px;
}

.profile-info-edit .first-name,
.profile-info-edit .job-title {
  padding-left: 0px;
  padding-right: 15px;
}

.main-content a {
  cursor: pointer;
}

#edit-skills-description .green-btn.back,
#edit-section-education .green-btn.back,
#edit-section-licenses .green-btn.back {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

#edit-section-experience .green-btn.back {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

#section-skills .badge {
  display: inline-block;
  min-width: 10px;
  border: 1px solid #777A8C;
  opacity: 1;
  border-radius: 4px;
  background: #FFFFFF;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 10px;
}

#edit-bio-description textarea {
  border-radius: 4px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  border: 1px solid #ccd0d2;
}

.datepicker_work {
  border: none;
  border-bottom: 1px solid #00AB86;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 23px;
  color: #777A8C;
  box-shadow: none;
  border-radius: 0;
}

.datepicker_work:hover,
.datepicker_work:focus,
.datepicker_work:active,
.datepicker_work:visited,
.datepicker_work:active:hover,
.datepicker_work:active:focus {
  box-shadow: none;
}

.has-error .form-control.datepicker_work {
  box-shadow: none;
}

.work_from_date,
.education_from_date {
  padding-left: 0px;
}

.work_to_date,
.education_to_date {
  padding-right: 0px;
}

.work_from_date,
.work_to_date,
.education_from_date,
.education_to_date {
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

.work_from_date .help-block.form-error,
.work_to_date .help-block.form-error,
.education_from_date .help-block.form-error,
.education_to_date .help-block.form-error {
  text-align: left;
}

.has-success .form-control.datepicker_work,
.has-success .form-control.datepicker_work:visited,
.has-success .form-control.datepicker_work:focus {
  box-shadow: none;
  border-color: #00AB86;
}

.to-title {
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.license_to_date {
  padding-left: 0px;
}

.work_to_date .icr-label,
.education_to_date .icr-label,
.license_to_date .icr-label {
  float: left;
}

.work_to_date .icr-item,
.education_to_date .icr-item,
.license_to_date .icr-item {
  border: 1px solid #00AB86;
}

.work_to_date .icr-label:hover .icr-item,
.work_to_date .icr-label.checked .icr-item,
.education_to_date .icr-label:hover .icr-item,
.education_to_date .icr-label.checked .icr-item,
.license_to_date .icr-label:hover .icr-item,
.license_to_date .icr-label.checked .icr-item {
  border-color: #00AB86;
}

.work_to_date .icr-label.checked .type_checkbox:before,
.work_to_date .icr-label.checked .type_checkbox:after,
.education_to_date .icr-label.checked .type_checkbox:before,
.education_to_date .icr-label.checked .type_checkbox:after,
.license_to_date .icr-label.checked .type_checkbox:before,
.license_to_date .icr-label.checked .type_checkbox:after {
  background: #00AB86;
}

.edit-group {
  padding-left: 0px;
}

.popover.confirmation {
  width: 200px !important;
}

.btn-xs.btn-primary, .btn-group-xs > .btn-primary.btn {
  color: #FFFFFF;
}

.time-period {
  display: inline-block;
}

#section-licenses .project-name {
  margin-left: 0;
}

#section-licenses .project-name h3 {
  font-size: 13px;
}

#section-licenses .group-project {
  display: inline-block;
}

.popup-profile {
  margin: 0 !important;
  display: inline-block;
}

.popup-profile:hover,
.popup-profile:focus {
  background-color: transparent !important;
  cursor: pointer;
}

.add-new-member,
.list-team-member {
  padding-bottom: 0px !important;
}

.add-new-member h3,
.list-team-member h3 {
  margin: 15px 15px;
  padding-bottom: 15px;
}

.add-new-member input,
.list-team-member input {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}

.add-new-member input[type="submit"],
.list-team-member input[type="submit"] {
  color: #FFFFFF;
}

.add-new-member span,
.list-team-member span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #777A8C;
  font-weight: 300;
  line-height: 25px;
  margin-top: 10px;
}

.add-new-member a,
.list-team-member a {
  margin-top: 12px;
  color: #32A2E6;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 20px;
}

.list-team-member .table > thead > tr > th,
.list-team-member .table > thead > tr > td,
.table > tbody > tr > th,
.list-team-member .table > tbody > tr > td,
.table > tfoot > tr > th,
.list-team-member .table > tfoot > tr > td {
  border-top: none;
}

.hruler {
  border-bottom: 1px solid #ECECEC;
}

h3.title-head-popover {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.toggle.btn.btn-default,
.toggle.btn.btn-primary {
  margin-top: -10px;
  float: right;
}

.btn.toggle-off {
  background-color: #777A8C !important;
}

.toggle.btn.btn-default.off {
  border-color: transparent;
}

.toggle.btn.btn-primary {
  border-color: transparent;
  background-color: transparent;
}

.toggle.btn.btn-default.off:hover,
.toggle.btn.btn-default.off:focus,
.toggle.btn.btn-default.off:active,
.toggle.btn.btn-default.off:active:hover,
.toggle.btn.btn-default.off:active:focus {
  border-color: transparent;
  background-color: transparent;
}

.toggle-group {
  height: 30px;
}

.toggle-group .btn {
  border-color: transparent;
  border: none;
}

.toggle-handle.btn.btn-default {
  width: 29px;
  height: 26px;
  margin-top: 2px;
  background-color: #E8E8E1;
  box-shadow: inset 0 -1px 0 0 #535561, inset 0 1px 0 0 #FFFFFF;
  background: url("../img/icon/switch-button.png");
}

.toggle .toggle-handle.btn.btn-default {
  margin-left: -33px;
}

.toggle.off .toggle-handle.btn.btn-default {
  margin-left: 33px;
}

.toggle-off i {
  margin-left: 12px;
}

.toggle-on i {
  margin-left: -20px;
  color: #FFFFFF;
}

.btn.btn-primary.toggle-on {
  background-color: #00AB86;
}

.active.toggle-off.btn-default:hover,
.active.toggle-off.btn-default:focus,
.active.toggle-off.btn-default:active,
.active.toggle-off.btn-default:active:hover,
.active.toggle-off.btn-default:active:focus {
  background-color: transparent;
  border-color: transparent;
}

.popover ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0;
}

.popover-title {
  background-color: transparent;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
}

.popover-content .icr-label {
  margin-top: 10px;
  margin-bottom: 0px;
}

.popover-content .icr-text {
  margin-left: 10px;
  font-weight: 600;
}

.popover-content .icr-item,
.popover-content,
icr-text {
  margin-top: 0px;
}

#team-invite .popover,
.list-team-member .popover {
  width: 220px;
}

#team-invite .popover .popover-title,
.list-team-member .popover .popover-title {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0px;
}

.list-team-member .table tr td:first-child {
  padding-left: 15px;
}

.list-team-member .table tr td:last-child {
  padding-right: 15px;
}

.list-team-member .table tr td h3 {
  padding: 0px;
  margin: 0px;
}

.list-team-member .table tr td span > i {
  opacity: 0.5;
  cursor: pointer;
}

.list-team-member a.apply-change {
  color: #FFFFFF;
}

.green-btn.popup-btn {
  width: auto;
  display: inline-block;
}

.license-name .select2.select2-container {
  width: 100% !important;
}

.subscription h4 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.subscription p {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

.subscription a {
  width: auto;
  color: #32A2E6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.subscription .green-btn {
  width: auto;
  color: #FFFFFF;
  margin-top: 11px;
  margin-bottom: 0px;
}

.subscription .plans {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subscription .plans > div:first-child {
  padding-left: 0px;
}

.subscription .plans > div:last-child {
  padding-right: 0px;
}

.subscription .payments ul {
  display: inline-block;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}

.subscription .payments ul li {
  padding: 20px 15px;
  border: 1px solid #ECECEC;
  margin-top: 10px;
}

.subscription .payments ul li > span {
  display: inline-block;
  margin-left: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #777A8C;
}

@media (max-width: 768px) {
  .subscription .payments ul li > span {
    width: 45%;
  }
}

@media (min-width: 768px) {
  .subscription .payments ul li > span {
    width: 55%;
  }
}

@media (min-width: 1200px) {
  .subscription .payments ul li > span {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .subscription .address,
  .subscription .state {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .subscription .address,
  .subscription .state {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .subscription .address,
  .subscription .state {
    padding-left: 0px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .subscription .city,
  .subscription .zip {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .subscription .city,
  .subscription .zip {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .subscription .city,
  .subscription .zip {
    padding-right: 0px;
    padding-left: 15px;
  }
}

.subscription .billing {
  margin-top: 30px;
}

.subscription .billing > div:first-child {
  text-align: center;
}

.subscription .billing > div:first-child > img {
  margin-top: 10px;
}

.subscription .billing > div:first-child > p {
  margin-top: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}

#myCreditCardPopup ul {
  display: inline-block;
  list-style-type: none;
}

#myCreditCardPopup ul li {
  display: inline-block;
  border: none;
}

#myCreditCardPopup ul li img {
  width: 60px;
  height: 36px;
}

#myCreditCardPopup .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.subscription-plans h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
}

.subscription-plans table tr h3,
.subscription-plans table tr h4 {
  font-size: 14px;
  line-height: 30px;
}

.subscription-plans table tr h4 {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.subscription-plans table tr span {
  color: #777A8C;
  font-size: 13px;
}

.subscription-plans table tr td.bg-white,
.subscription-plans table tr th.bg-white {
  background: #FFFFFF;
  border-color: #f1f3f4;
  border-left-width: 30px;
  border-left-style: solid;
  border-right-width: 30px;
  border-right-style: solid;
}

.subscription-plans table tr th.bg-white {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.subscription-plans table tr th.bg-white > div {
  padding-top: 15px;
  padding-bottom: 15px;
}

.subscription-plans table tr td {
  padding-left: 10px;
  padding-right: 10px;
}

.subscription-plans table {
  margin-top: 30px;
}

.subscription-plans table thead th {
  text-align: center;
  vertical-align: middle;
}

.subscription-plans table tr th:first-child,
.subscription-plans table tr td:first-child {
  border: none;
  text-align: left;
  vertical-align: middle;
}

.subscription-plans table tbody tr td {
  text-align: center;
  vertical-align: middle;
}

.subscription-plans table .glyphicon-ok,
.subscription-plans table .glyphicon-remove {
  font-size: 30px;
}

.subscription-plans table .glyphicon-ok {
  color: #00AB86;
}

.subscription-plans .most-popular {
  background-color: #00AB86;
  display: inline-block;
  width: 100%;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 28px;
  vertical-align: middle;
  height: 28px;
}

.subscription-plans .green-btn {
  margin-top: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding: 10px 15px;
}

.detail-note {
  color: #777A8C;
  padding-left: 0px;
}

.detail-note h3 {
  font-size: 22px;
  line-height: 22px;
}

.detail-note h4 {
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.subscription-plans strong {
  color: #777A8C;
}

#blog-create .select2.select2-container {
  width: 100% !important;
}

#blog-create .green-btn.back {
  background-color: transparent;
  border: 1px solid #00AB86;
  color: #00AB86 !important;
  border-radius: 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  float: right;
}

.create-post {
  color: #FFFFFF !important;
  padding: 10px 5px;
}

.blogs h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ECECEC;
}

.blogs img {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .blogs img {
    width: 170px;
  }
}

@media (min-width: 768px) {
  .blogs img {
    width: 382px;
  }
}

@media (max-width: 767px) {
  .blogs .image-cropper {
    width: 170px;
    height: 91px;
  }
}

@media (min-width: 768px) {
  .blogs .image-cropper {
    width: 382px;
    height: 162px;
  }
}

.blogs .view-read-more b {
  color: #32A2E6;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blogs > .col-sm-12 > .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
  display: inline-block;
}

.blogs > .col-sm-12 > .col-sm-12 > img {
  width: 100%;
}

.blog-container .title-header {
  margin-bottom: 10px;
}

.blog-container .title-header h3 {
  margin-top: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777A8C;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}

#box-notify {
  margin-bottom: 20px;
}

#box-notify > h3 {
  padding-left: 10px;
}

#box-notify a:hover {
  text-decoration: none;
}

#box-notify ul {
  list-style-type: none;
  display: inline-block;
  padding-left: 0;
  width: 100%;
}

#box-notify li {
  padding: 10px 15px;
  border-bottom: 1px solid #ECECEC;
}

#box-notify li .group-item {
  display: inline-block;
  margin-left: 15px;
}

@media (max-width: 768px) {
  #box-notify li .group-item {
    width: 70%;
  }
}

@media (min-width: 768px) {
  #box-notify li .group-item {
    width: 300px;
  }
}

@media (min-width: 1200px) {
  #box-notify li .group-item {
    width: 350px;
  }
}

#box-notify li .group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

#box-notify li .group-item h3 {
  margin-top: 0px;
}

#box-notify li .time {
  display: inline-block;
}

@media (max-width: 768px) {
  #box-notify li .time {
    width: 10%;
  }
}

@media (min-width: 768px) {
  #box-notify li .time {
    width: 65px;
  }
}

@media (min-width: 1200px) {
  #box-notify li .time {
    width: 95px;
  }
}

#box-notify .notify a {
  width: 100% !important;
}

#box-notify li.unread {
  background: #edf2fa !important;
}

#box-notify .group-item .time {
  width: 100% !important;
  text-align: left !important;
}

#box-notify .group-item .time span {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}

#box-notify .group-item .time button {
  position: relative;
  float: right;
  margin: 0px !important;
  padding: 0px 20px !important;
  background-color: #00AB86;
  color: #FFFFFF;
  border: none;
}

#box-notify .group-item.full {
  width: 100% !important;
}

#box-notify .followed {
  letter-spacing: normal;
  color: #bec3c9 !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-family: Arial, sans-serif !important;
  line-height: 22px !important;
  float: right;
}

#project-following.project-posted .box-apply,
#project-posted .box-apply {
  border: 1px solid #ECECEC;
  padding-left: 15px;
  padding-right: 15px;
}

#applyModal .help-block.form-error {
  color: #FF6564 !important;
}

.li-company > .box-company img {
  width: 140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .li-company > .box-company img {
    width: 100px;
    height: 100px;
  }
}

.li-company > .box-company .txt-industry {
  white-space: nowrap;
  width: 140px;
}

@media (max-width: 767px) {
  .li-company > .box-company .txt-industry {
    width: 100px;
  }
}

@media (max-width: 415px) {
  .li-company > .box-company .txt-industry {
    width: 150px;
  }
}

@media (max-width: 376px) {
  .li-company > .box-company .txt-industry {
    width: 130px;
  }
}

@media (max-width: 321px) {
  .li-company > .box-company .txt-industry {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .li-company > .box-company .txt-industry {
    width: 110px;
  }
}

@media (min-width: 992px) {
  .li-company > .box-company .txt-industry {
    width: 140px;
  }
}

@media (max-width: 767px) {
  #profile-info-edit .job-title label {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  #profile-info-edit .job-title label {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .profile-info-edit .first-name,
  .profile-info-edit .job-title {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .profile-info-edit .first-name,
  .profile-info-edit .job-title {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .profile-info-edit .last-name,
  .profile-info-edit .company {
    padding-left: 0px;
  }
}

.profile-info-edit .company {
  margin-top: 12px;
}

@media (max-width: 767px) {
  .input-group.date {
    float: none;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .input-group.date {
    float: none;
    width: 100%;
  }
}

.main.container {
  overflow-y: hidden;
}

.box-company-profile h2 {
  display: block;
  text-align: left;
}

.image-cropper {
  position: relative;
  width: 215px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.right-banner .box-project-summary {
  text-align: left;
}

.right-banner .project-summary {
  margin-top: 0 !important;
}

.right-banner .project-summary .summary {
  font-size: 12px;
}

.right-banner .check {
  margin-right: 10px;
}

.group-verification,
.group-trade-license,
.group-upload-documents {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}

.group-verification .badge,
.group-trade-license .badge,
.group-upload-documents .badge {
  width: 100%;
  background-color: #00AB86;
  border-radius: 0px;
  padding: 10px 15px;
}

.group-verification .badge.pending,
.group-trade-license .badge.pending,
.group-upload-documents .badge.pending {
  background-color: #FFDF06;
}

.group-verification .badge.expired,
.group-trade-license .badge.expired,
.group-upload-documents .badge.expired {
  background-color: #FF2600;
}

.trade-license a.add-trade-license,
.upload-documents a.add-documents {
  float: none;
  margin-left: 20px;
}

.verification {
  margin-bottom: 20px;
}

.verification .green-btn {
  width: 100px;
  padding-top: 3px;
}

.verification .green-border-btn {
  background-color: transparent;
  border: 1px solid #00AB86;
  color: #00AB86 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  border-radius: 4px;
}

.upload-trade-license .datepicker {
  border: 1px solid rgba(119, 122, 140, 0.5);
  border-radius: 4px;
  background-color: #FFFFFF;
  position: relative;
  z-index: auto;
  text-align: left !important;
}

.upload-trade-license .input-group.date .input-group-addon.icon-datepicker {
  background: url("../img/icon/datepicker.png");
  width: 20px;
  height: 20px;
  top: 8px;
  padding: 0;
  display: inline-block;
  position: absolute;
  border: none;
  right: 15px;
}

.verification .list-file-upload h3 {
  padding-bottom: 0px;
  border-bottom: none;
}

.detail-description .group-verification .badge {
  border: none;
  color: #fff;
}

.detail-description .group-verification .badge.download {
  color: #000;
  background: #fff;
  border: 1px solid #cecece;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .detail-description .group-verification .badge.download {
    margin-top: 10px;
  }
}

.pop-verification .badge.download {
  color: #000;
  background: #fff;
  border: 1px solid #cecece;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .pop-verification .badge.download {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .pop-verification .col-sm-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.pop-verification .col-sm-6 a {
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 767px) {
  .pop-verification .col-sm-6 a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .documentModal .group-verification .col-sm-2 {
    margin-top: 10px;
  }
}

.documentModal .group-verification .col-sm-2 .badge {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
}

.documentModal h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.documentModal .section {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}

.documentModal .section:first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.documentModal .section:last-child {
  border-bottom: none;
}

@media (max-width: 767px) {
  .green-btn.download-all {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
  }
}

.upload-trade-license select#name {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.upload-trade-license .select2 {
  width: 100% !important;
}

.upload-trade-license .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid rgba(119, 122, 140, 0.5);
}

.ul-document-upload {
  border: none;
  margin-bottom: 30px;
}

.nav-tabs.ul-document-upload li a.tab-document-upload {
  padding-left: 0;
  padding-right: 0;
  color: #777A8C;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.nav-tabs.ul-document-upload li.active .tab-document-upload,
.nav-tabs.ul-document-upload li .tab-document-upload:hover {
  background: transparent;
  border: none;
  border-bottom: 3px solid #00AB86;
  color: #00AB86;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 24px;
  font-weight: 600;
}

.nav-tabs.ul-document-upload li:last-child a.tab-document-upload {
  margin-left: 30px;
}

.list-data .badge {
  background-color: #00AB86;
}

.list-data .badge.pending {
  background-color: #FFDF06;
}

.list-data .badge.expired {
  background-color: #FF2600;
}

.list-data .management {
  table-layout: fixed;
}

.list-data .management tbody tr > td {
  word-wrap: break-word;
}

.main-content .blogs h3,
.blog-container .blogs h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.main-content .blogs h3 > p,
.blog-container .blogs h3 > p {
  font-size: 13px;
  color: #777A8C;
  font-weight: 300;
  line-height: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.list-file-upload h3 {
  font-size: 14px;
  line-height: 22px;
}

footer .services ul li a {
  text-decoration: none !important;
}

footer .services ul li a:hover {
  text-decoration: underline !important;
}

.left-banner .company-profile-menu li a {
  text-decoration: none !important;
}

#start_date[disabled],
#expiry_date[disabled] {
  background-color: #eeeeee;
}

.start-date .icr-label:hover .icr-item,
.start-date .icr-label.checked .icr-item {
  border-color: #00AB86;
  border: 1px solid #00AB86;
}

.start-date .icr-label.checked .type_checkbox:before,
.start-date .icr-label.checked .type_checkbox:after {
  background: #00AB86;
}

.main-content-blog .blogs .col-sm-12 > h3 {
  margin-bottom: 11px;
}

@media (min-width: 1200px) {
  .main-content-blog .table-responsive {
    overflow: hidden;
  }
}

.line-through {
  width: 50%;
  height: 3px;
  position: absolute;
  display: inline-block;
  background: #777A8C;
  left: 66px;
  top: 35px;
}

.btn-redirect-post:hover {
  border-bottom: none !important;
}

.mobile-search.search-term {
  border: 1px solid #ccc !important;
  border-left: none !important;
}

.mobile-location.search-location {
  border: 1px solid #ccc !important;
  border-right: none !important;
}

/* Dung */
/* Signin Popup */
.custom-modal-form {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.custom-modal-form .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.custom-modal-form .modal-header {
  border: none;
  padding: 0px;
}

.custom-modal-form .modal-header img {
  margin: 0 auto;
}

.custom-modal-form .modal-body h2 {
  color: #262A2E;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 20px;
  text-align: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .custom-modal-form .modal-content {
    margin-right: 20px;
  }
}

.custom-modal-form form {
  width: 85%;
  margin: 0 auto;
}

.custom-modal-form label {
  color: #777A8C;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.custom-modal-form .forgot-password {
  color: #32A2E6;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  float: right;
  margin-top: 5px;
}

.custom-modal-form .password,
.custom-modal-form .email {
  margin-top: 15px;
}

.custom-modal-form input {
  border: 1px solid rgba(119, 122, 140, 0.5);
  border-radius: 4px;
}

.custom-modal-form .btn-login {
  border-radius: 4px;
  background-color: #00AB86;
  color: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0px !important;
}

.custom-modal-form .or-sign-in {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  margin-top: 23px;
}

.custom-modal-form .btn-social {
  display: inline-block;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background-color: #FFFFFF;
  height: 40px;
  width: 110px;
}

.custom-modal-form .btn-social.fb,
.custom-modal-form .btn-social.fb.reverse:hover {
  background: url("../img/btn/fb.png");
}

.custom-modal-form .btn-social.fb:hover,
.custom-modal-form .btn-social.fb.reverse {
  background: url("../img/btn/fb_hover.png");
}

.custom-modal-form .btn-social.gplus,
.custom-modal-form .btn-social.gplus.reverse:hover {
  background: url("../img/btn/gplus.png");
}

.custom-modal-form .btn-social.gplus:hover,
.custom-modal-form .btn-social.gplus.reverse {
  background: url("../img/btn/gplus_hover.png");
}

.custom-modal-form .btn-social.linkedin,
.custom-modal-form .btn-social.linkedin.reverse:hover {
  background: url("../img/btn/linkedin.png");
}

.custom-modal-form .btn-social.linkedin:hover,
.custom-modal-form .btn-social.linkedin.reverse {
  background: url("../img/btn/linkedin_hover.png");
}

@media (max-width: 767px) {
  .custom-modal-form .social-signin:nth-child(2) {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .custom-modal-form .social-signin:nth-child(2) {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .custom-modal-form .social-signin:nth-child(3) {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .custom-modal-form .social-signin:nth-child(3) {
    padding-left: 5px;
  }
}

.custom-modal-form .not-a-member {
  margin-top: 15px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
}

.custom-modal-form .not-a-member a {
  color: #32A2E6;
  font-weight: 600;
}

.has-error .form-control {
  border-color: #FF6564 !important;
}

.has-error .help-block {
  color: #FF6564;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .custom-modal-form .modal-dialog {
    width: 100% !important;
  }
}

.custom-modal-form .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  width: 100%;
  display: inline-block;
}

@media (min-width: 768px) {
  .custom-modal-form .modal-body {
    margin-left: 40px;
  }
}

.custom-modal-form #tab-sign-in,
.custom-modal-form #tab-forgot-password,
.custom-modal-form #tab-sign-up-nav,
.custom-modal-form #tab-sign-up-individual-step-1,
.custom-modal-form #tab-sign-up-individual-step-2,
.custom-modal-form #tab-sign-up-business-step-1,
.custom-modal-form #tab-sign-up-business-step-2 {
  margin: 10px 0px 0 0px;
  background-color: #FFFFFF;
  height: 500px;
  width: 450px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  box-shadow: 1px 1px 0 0 rgba(119, 122, 140, 0.5);
}

@media (max-width: 767px) {
  .custom-modal-form #tab-sign-in,
  .custom-modal-form #tab-forgot-password,
  .custom-modal-form #tab-sign-up-nav,
  .custom-modal-form #tab-sign-up-individual-step-1,
  .custom-modal-form #tab-sign-up-individual-step-2,
  .custom-modal-form #tab-sign-up-business-step-1,
  .custom-modal-form #tab-sign-up-business-step-2 {
    width: 100%;
    height: 100%;
  }
}

.custom-modal-form #tab-forgot-password {
  height: 340px;
}

#tab-forgot-password p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.custom-modal-form #tab-forgot-password .btn-login {
  margin-top: 20px;
}

#signupForm {
  overflow-x: hidden;
  overflow-y: auto;
}

#tab-forgot-password a {
  margin: 20px auto 0 auto;
  display: block;
  color: #32A2E6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
}

.custom-modal-form #tab-sign-up-nav {
  width: 100%;
  height: 470px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 0 0 rgba(119, 122, 140, 0.5);
  min-width: 470px;
  height: 100%;
}

@media (max-width: 767px) {
  .custom-modal-form #tab-sign-up-nav {
    height: 100%;
    min-width: 0px;
  }
}

#tab-sign-up-nav .card {
  border: 1px solid #ECECEC;
  border-radius: 4px;
  background-color: #FFFFFF;
  width: 80%;
  margin: 0 auto;
  padding: 15px;
  margin-top: 40px;
  cursor: pointer;
  min-width: 362px;
}

@media (max-width: 767px) {
  #tab-sign-up-nav .card {
    width: 100%;
    min-width: 0px;
  }
}

#tab-sign-up-nav .card:hover {
  background-color: #00AB86;
}

#tab-sign-up-nav .card.business {
  margin-top: 20px;
  margin-bottom: 30px;
}

.icon-individual {
  background: url("../img/icon/icon-individual.png") no-repeat center center;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.icon-business {
  background: url("../img/icon/icon-industry.png") no-repeat center center;
  width: 15px;
  height: 15px;
  display: inline-block;
}

#tab-sign-up-nav .card:hover .icon-individual {
  background: url("../img/icon/icon-individual_hover.png") no-repeat center center;
}

#tab-sign-up-nav .card:hover .icon-business {
  background: url("../img/icon/icon-industry_hover.png") no-repeat center center;
}

#tab-sign-up-nav .card ul {
  display: table;
  list-style: none;
  padding: 0;
  margin: 0;
}

#tab-sign-up-nav .card ul li {
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}

#tab-sign-up-nav .card ul li:nth-child(2) {
  padding-left: 6px;
  display: inline-block;
}

#tab-sign-up-nav .card ul .last-child::before {
  content: "•  ";
  font-size: 16px;
  color: #00AB86;
  padding-left: 10px;
  margin-right: 6px;
}

#tab-sign-up-nav .card:hover ul .last-child::before {
  color: #FFFFFF;
}

#tab-sign-up-nav .card .sign-up-type {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

#tab-sign-up-nav .card ul .last-child {
  display: inline-block;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

#tab-sign-up-nav .card p {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 12px;
}

#tab-sign-up-nav .card:hover p,
#tab-sign-up-nav .card:hover .sign-up-type,
#tab-sign-up-nav .card:hover ul .last-child {
  color: #FFFFFF;
}

.tab-sign-up-individual-step-1:hover,
.tab-sign-up-individual-step-1:active,
.tab-sign-up-individual-step-1:focus,
.tab-sign-up-individual-step-1:active:hover,
.tab-sign-up-individual-step-1:active:focus {
  text-decoration: none;
}

#signupForm.custom-modal-form form {
  width: 100%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  #signupForm.custom-modal-form form {
    padding-right: 60px;
    padding-left: 0px;
  }
}

@media (max-width: 766px) {
  #signupForm.custom-modal-form form {
    padding-right: 10%;
  }
}

@media (max-width: 736px) {
  #signupForm.custom-modal-form form {
    padding-right: 0%;
  }
}

@media (max-width: 499px) {
  #signupForm.custom-modal-form form {
    padding-right: 15%;
  }
}

@media (max-width: 400px) {
  #signupForm.custom-modal-form form {
    padding-right: 25%;
  }
}

@media (max-width: 374px) {
  #signupForm.custom-modal-form form {
    padding-right: 30%;
  }
}

@media (max-width: 321px) {
  #signupForm.custom-modal-form form {
    padding-right: 40%;
  }
}

.custom-modal-form .tab-content {
  display: inline-block;
}

@media (max-width: 767px) {
  .custom-modal-form .tab-content {
    width: 100%;
  }
}

.custom-modal-form #tab-sign-up-individual-step-1,
.custom-modal-form #tab-sign-up-business-step-1 {
  height: 690px;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 0 0 rgba(119, 122, 140, 0.5);
}

@media (max-width: 767px) {
  .custom-modal-form #tab-sign-up-individual-step-1,
  .custom-modal-form #tab-sign-up-business-step-1 {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .custom-modal-form #tab-sign-up-individual-step-1,
  .custom-modal-form #tab-sign-up-business-step-1 {
    width: 930px;
  }
}

.custom-modal-form #tab-sign-up-business-step-1 {
  height: auto !important;
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .custom-modal-form #tab-sign-up-business-step-1 {
    background-color: #F1F3F4;
  }
}

#tab-sign-up-individual-step-1 .individual-info,
#tab-sign-up-business-step-1 .individual-info {
  background-color: #F1F3F4;
  height: 100%;
}

.custom-modal-form #tab-sign-up-individual-step-1 h2,
.custom-modal-form #tab-sign-up-business-step-1 h2 {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .custom-modal-form #tab-sign-up-individual-step-1 h2,
  .custom-modal-form #tab-sign-up-business-step-1 h2 {
    margin-left: 0px;
  }
}

.custom-input {
  padding-left: 0px;
  padding-right: 0px;
}

.terms-of-use {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.terms-of-use a {
  font-weight: 600;
  color: #32A2E6;
}

#signupForm .create-new-account {
  min-width: 426px;
}

@media (max-width: 767px) {
  #signupForm .create-new-account {
    padding-bottom: 20px;
  }
}

#signupForm .create-new-account .has-arrow-down .arrow-down {
  display: none;
}

#signupForm #tab-sign-up-business-step-1 .create-new-account {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  #signupForm #tab-sign-up-business-step-1 .create-new-account {
    background-color: #fff;
  }
}

#signupForm #tab-sign-up-business-step-1 {
  height: 100%;
}

#signupForm .individual-info {
  width: 502px;
}

@media (max-width: 767px) {
  #signupForm .individual-info {
    width: 100%;
    padding-top: 1px;
  }
}

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

@media (max-width: 767px) {
  .social-signin {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-input .form-group {
  margin: 0px;
  margin-bottom: 8px;
}

.custom-input .form-group.first_name {
  padding-right: 5px;
}

.custom-input .form-group.last_name {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .custom-input .form-group.last_name {
    padding-left: 0px;
  }
}

.individual-info p {
  margin-left: 30px;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.individual-info ul {
  list-style: none;
  display: inline-block;
  margin-top: 30px;
}

.individual-info li::before {
  content: url("../img/icon/li-check-icon.png");
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.individual-info .let-us-help-you-find {
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.individual-info li {
  display: table;
}

.individual-info li span {
  display: table-cell;
  vertical-align: middle;
  color: #777A8C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
}

.admin select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.admin .account-actions-container {
  margin-bottom: 25px;
}

.admin .account-actions-container select.form-control {
  width: 100%;
}

.admin .badge-status {
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 4px;
}

.admin .badge-status.verified {
  background-color: #00AB86;
}

.admin .badge-status.unverified {
  background-color: #bf5329;
}

.admin .table > thead > tr > th {
  vertical-align: middle;
  padding: 5px 15px;
}

.admin .table tbody > tr > td:last-child {
  min-width: 15%;
}

.admin .td-actions a {
  color: inherit;
  margin-left: 15px;
}

.admin .td-actions a.repost .glyphicon {
  color: #00AB86;
}

.admin .td-actions a .glyphicon-ok {
  color: #00AB86;
}

.admin .td-actions a .glyphicon-edit {
  color: #3097D1;
}

.admin .td-actions a .glyphicon-trash {
  color: #bf5329;
}

.admin .td-actions a .glyphicon-ban-circle {
  color: #777A8C;
}

.admin .industry .select2 {
  width: 100% !important;
}

.admin .type .select2 {
  width: 100% !important;
}

.admin .brief-wrapper {
  display: table;
  border: 2px dotted #00AB86;
  padding: 10px 20px;
  margin: 10px auto;
}

.admin .brief-wrapper strong {
  vertical-align: middle;
  display: table-cell;
}

.admin .brief-icon {
  background: url(../img/icon/brief.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 24px;
  margin-right: 5px;
}

.admin #upload_project_brief_label {
  line-height: 2;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  color: #2ab27b;
}

.admin .upload-area {
  margin-top: 10px;
}

.admin #set-date-manual {
  margin-bottom: 15px;
}

.admin #select2-owner-container {
  padding-top: 3px;
  padding-bottom: 3px;
}

.admin .job-skill .select2, .admin .job-owner .select2, .admin .project-owner .select2 {
  width: 100% !important;
}

.admin .job-skill .select2-selection--single, .admin .job-owner .select2-selection--single, .admin .project-owner .select2-selection--single {
  height: auto;
}

.admin .job-skill .select2-selection__arrow, .admin .job-owner .select2-selection__arrow, .admin .project-owner .select2-selection__arrow {
  display: none;
}

.equal-height-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .modal-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.modal .btn {
  margin-left: 15px;
  padding: 6px 30px;
}

.modal .btn-green {
  background-color: #00AB86;
  color: #FFFFFF;
}

.margin-left-15 {
  margin-left: 15px;
}

#signupForm .modal-dialog {
  height: 470px;
}

#jobStartAppForm .modal-body, #signupFormJobApply .modal-body {
  background: #fff;
  margin-left: 0px;
  margin-top: 15px;
  padding-bottom: 15px;
}

#jobStartAppForm button, #signupFormJobApply button {
  margin-left: 0px;
  width: auto !important;
  margin: 0 auto;
}

#signupFormJobApply {
  overflow-x: hidden;
  overflow-y: auto;
}

.hyperlink-job-name:hover,
.hyperlink-job-name:focus,
.hyperlink-job-name:active,
.hyperlink-job-name:focus:hover .hyperlink-job-name:active:hover {
  text-decoration: none;
}

.filter-by.form-inline {
  display: inherit;
}

@media (min-width: 768px) {
  .filter-by.form-inline {
    margin-bottom: 50px;
  }
}

.form-group.search-by-job-name,
.form-group.search-by-job-location {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

.form-group.search-by-job-name {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .form-group.search-by-job-name {
    margin-right: 0px;
  }
}

.form-group.filter-status {
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .form-group.filter-status #filter-by {
    width: 100%;
  }
}

.job-new-status-badge {
  position: absolute;
  right: 20px;
  top: 25px;
  background: #00AB86;
  font-size: 14px;
}

.controls input.labelauty + label {
  display: inline-block !important;
}

.control-status-job, .control-bulk-status {
  position: relative;
}

.control-status-job .glyphicon-ok, .control-bulk-status .glyphicon-ok {
  border-radius: 100px;
  background: #00AB86;
  width: 30px;
  height: 30px;
  color: #fff;
  padding-right: 10px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.control-status-job .glyphicon-remove, .control-bulk-status .glyphicon-remove {
  border-radius: 100px;
  background: red;
  width: 30px;
  height: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.control-status-job .glyphicon-ok:before, .control-status-job .glyphicon-remove:before, .control-bulk-status .glyphicon-ok:before, .control-bulk-status .glyphicon-remove:before {
  top: 8px;
  position: relative;
}

.control-status-job .glyphicon-ok:before, .control-bulk-status .glyphicon-ok:before {
  left: 4px;
}

.control-status-job {
  top: 10px;
}

.control-bulk-status {
  position: relative;
  float: left;
  right: 0px;
  top: 0px;
  margin-top: 10px;
}

.control-bulk-status .box-ok, .control-bulk-status .box-remove {
  display: inline-block;
}

.control-bulk-status .box-ok {
  padding-right: 5px;
}

.control-bulk-status .box-remove {
  padding-left: 5px;
}

.control-bulk-status .glyphicon-ok:before, .control-bulk-status .glyphicon-remove:before {
  left: 8px;
}
