/* Minification failed. Returning unminified contents.
(9777,1): run-time error CSS1019: Unexpected token, found '@import'
(9777,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600)'
(10499,65): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: cellSpacing
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */



/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /*-webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;*/
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}



/*
// Basic print styles
// --------------------------------------------------
// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css
*/

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}



/*
// Glyphicons for Bootstrap
//
// Since icons are fonts, they can be placed anywhere text is placed and are
// thus automatically sized to match the surrounding child. To use, create an
// inline element with the appropriate classes, like so:
//
// <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>

// Import the fonts*/

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../../fonts/glyphicons-halflings-regular.eot');
  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/* Catchall baseclass*/
.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;
}

/* Individual icons*/
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}




* {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
*:before,
*:after {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-2.control-label {
    clear: both;
  }
}
@media (min-width: 992px) {
  .col-sm-2.control-label {
    clear: none;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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-top: 3px;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-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.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn: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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(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-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 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;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(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 {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.bootstrap-select {
  /*width: 220px\9; IE8 and below*/

  width: 220px \0;
  /*IE9 and below*/

}
.bootstrap-select > .btn {
  width: 100%;
  padding-right: 25px;
}
.error .bootstrap-select .btn {
  border: 1px solid #b94a48;
}
.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row-fluid .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}
.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .btn .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  z-index: 1035;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a small {
  color: #64b1d8;
  color: rgba(100, 177, 216, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
}
.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 1036;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-bottom: 0;
  border-top-width: 7px;
  border-top-style: solid;
  border-top-color: #cccccc;
  border-top-color: rgba(204, 204, 204, 0.2);
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox input.form-control {
  margin-bottom: 0;
  width: 100%;
}
.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

.bootstrap-dialog {
  /* dialog types */
  /* dialog sizes */
  /**
     * Icon animation
     * Copied from font-awesome: http://fontawesome.io/
     **/
  /** End of icon animation **/
}
.bootstrap-dialog .modal-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.bootstrap-dialog .bootstrap-dialog-title {
  color: #fff;
  display: inline-block;
}
.bootstrap-dialog .bootstrap-dialog-button-icon {
  margin-right: 3px;
}
.bootstrap-dialog .bootstrap-dialog-close-button {
  float: right;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.bootstrap-dialog .bootstrap-dialog-close-button:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bootstrap-dialog.type-default .modal-header {
  background-color: #fff;
}
.bootstrap-dialog.type-default .bootstrap-dialog-title {
  color: #333;
}
.bootstrap-dialog.type-info .modal-header {
  background-color: #5bc0de;
}
.bootstrap-dialog.type-primary .modal-header {
  background-color: #428bca;
}
.bootstrap-dialog.type-success .modal-header {
  background-color: #5cb85c;
}
.bootstrap-dialog.type-warning .modal-header {
  background-color: #f0ad4e;
}
.bootstrap-dialog.type-danger .modal-header {
  background-color: #d9534f;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-title {
  font-size: 16px;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-close-button {
  font-size: 20px;
}
.bootstrap-dialog.size-normal .bootstrap-dialog-message {
  font-size: 14px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-title {
  font-size: 24px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-close-button {
  font-size: 30px;
}
.bootstrap-dialog.size-large .bootstrap-dialog-message {
  font-size: 18px;
}
.bootstrap-dialog .icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
 * @package bootstrap-fileinput
 * @version 2.0.0
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2013
 * For more Yii related demos visit http://demos.krajee.com
 */
.file-input {
    overflow-x: auto;
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}
.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    float: left;
    margin-top: 2px;
}

.file-caption-name {
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
}
.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}
.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
    cursor: not-allowed;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    display: table;
    margin: 8px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
}

.file-preview-frame:hover {
    background-color: #eee;
    box-shadow: 2px 2px 5px 0px #333;
}

.file-preview-image {
    height: 150px;
    vertical-align: text-center;
}

.file-preview-text {
    display: table-cell;
    width: 150px;
    height: 150px;
    color: #428bca;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-preview-other {
    display: table-cell;
    width: 150px;
    height: 150px;
    font-family: Monaco, Consolas, monospace;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button {
    display: none;
}

.loading {
    background: transparent url('../img/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 0.5s infinite linear;
  animation: fa-spin 0.5s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

@font-face {
    font-family: 'bentonsansbook';
    src: url('bentonsans-book-webfont.eot');
}

@font-face {
    font-family: 'bentonsansbook';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
         url('bentonsans-book-webfont.ttf') format('truetype'),
         url('bentonsans-book-webfont.svg#bentonsansbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bentonsansmedium';
    src: url('bentonsans-medium-webfont.eot');
    }

@font-face {
    font-family: 'bentonsansmedium';
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
         url('bentonsans-medium-webfont.ttf') format('truetype'),
         url('bentonsans-medium-webfont.svg#bentonsansmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

html{

}

body{
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: 300;
	background: #aeaeae;
}

a:link,a:visited, a:hover, a:active{
	text-decoration: none;
	color: #444;
}
a:hover {
    cursor: pointer;
}
/*ESTRUCTURA GENERAL*/
.header{
	height: 59px;
	background-color: #f4f4f4;
	position: relative;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    margin-bottom: 0;
}

.header h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 60px;
    margin-top: 0;
    margin-bottom: 0;
}

.header h1 a{
	text-decoration: none;
	font-size: 17px;
	color: #000;
	display: block;

    font-family: bentonsansbook;
    font-size:17px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.7);
    background: url(../img/logoApli.png) no-repeat 20px center;
    height: 60px;
    line-height:60px;
    margin-top: 0;
    padding-left: 75px;

}

.header .userOptions{
	width: auto;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;

	font-size: 13px;
	font-weight: normal;
}

.header .userOptions .name{
    font-family: 'Open Sans';
    font-weight: 400;
	color: #696868;
	padding-left: 30px;
	height: 59px;
	line-height: 60px;
    background: url(../img/userOptions.png) no-repeat;
    background-position: right 1px;
    margin-right: 40px;
    text-align: right;
    padding-right: 40px;
}
.header .userOptions .name button {
    padding-right: 40px;
    background-image: url(../img/userOptions.png);
    background-repeat: no-repeat;
    background-position: right -73px;
}

.content{
	overflow: hidden;
	background: #fff;
	position: relative;
}

.footer{
	position: relative;
	height: 60px;
	background-color: #383737;
}
.footer p{
	display: inline;
    line-height: 60px;
    padding-left: 30px;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.footer .spanish {
    width: 35px;
    height: 35px;
    display: block;
    float: right;
    background: url(../img/languages.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-right: 10px;
    margin-top: 13px;

}
.footer .english {
    width: 35px;
    height: 35px;
    display: block;
    float: right;
    background: url(../img/languages.png) no-repeat 0 -35px;
    text-indent: -9999px;
    margin-right: 30px;
    margin-top: 13px;
}
.content .lateralMenu{
	width: 190px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
    background: transparent;
    z-index: 1;
}
.content .breadCrumbs {
    height: 47px;
    background: #fff;
}

.content .mainContent{
	min-height: 500px;
}

.mainContent.Full{
	padding: 15px 0 0 0;
}

.mainContent h2 {
    padding-left: 220px;
}
.mainContent .appHeader {
    position: relative;
    padding-left: 220px;
    padding-right: 20px;
    margin-bottom: 40px;
    padding-top: 30px;
    min-height: 150px;
}
.mainContent .appHeader .decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f2f2 0, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f2f2 0,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f2f2 0,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f2f2 0,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f2f2 0,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.mainContent .appHeader .appLogo {
    width: 125px;
    height: 125px;
    display: inline-block;
    border-radius: 4px;
    background: #dcdcdc;
    position: absolute;
    top: 30px;
    left: 220px;
    z-index: 1;
}
.mainContent .appHeader .logoClip {
    background-color: #ffffff;
    width: 114px;
    height: 114px;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    top: 50%;
    margin-top: -57px;
    border-radius: 4px;
    background-image: url(../img/nologo.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.mainContent .appHeader h2{
	font-size: 22px;
    line-height: 26px;
	color: #313131;
    padding-left: 150px;
    font-family: bentonsansmedium;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    margin-top: 0;
}
.mainContent .appHeader h3{
    font-family: bentonsansmedium;
	font-size: 13px;
	color: #404040;
    padding-left: 150px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    margin-top: 0;
}
.mainContent .appHeader h3 span {
    font-family: bentonsansbook;
    font-size: 13px;
	color: #a6a6a6;
    margin-left: 10px;
}
.mainContent .appHeader p {
    font-family: bentonsansbook;
    font-size: 14px;
    line-height: 16px;
    color: #8b8b8b;
    padding-left: 150px;
    padding-top: 10px;
    position: relative;
    margin-bottom: 15px;
}
.mainContent .appHeader p::after {
    position: absolute;
    top: 0;
    left: 150px;
    right: 20px;
    height: 1px;
    content: '';
    background: #c5c5c5;
}

.mainContent .appHeader .buttons {
    padding-left: 150px;
    overflow: hidden;
}

.mainContent .appHeader .buttons a {
    font-family: bentonsansmedium;
    font-size: 13px;
    padding: 5px 12px;
    color: #ffffff;
    background-color: #939393;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}
.mainContent .appHeader .buttons a:hover {
    cursor: pointer;
    background-color: #555555;
}

.mainContent .tabContent,
.mainContent .backOfficeContent  {
    background: #eeeeee url(../img/content_bg.png) repeat 0 0;
    min-height: 200px;
    padding-left: 210px;
}

/*END ESTRUCTURA GENERAL*/

/*LATERAL MENU*/
.appsContainer, .backofficeContainer {
    box-shadow: 1px 1px 3px 0 rgba(50,50,50,0.5);
    margin-bottom: 20px;
}
.lateralMenu h3 {
    font-family: bentonsansbook;
    font-size: 17px;
    height: 48px;
    line-height: 48px;
    padding-left: 54px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}
.appsContainer h3 {
    background-color: #ff9900;
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 15px -156px;
}
.appsContainer li {
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 25px -200px;
}

.backofficeContainer h3 {
    background-color: #575757;
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 15px -116px;
}
.backofficeContainer .environments {
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 25px 0;
}
.backofficeContainer .platforms {
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 25px -40px;
}
.backofficeContainer .users {
    background-image: url(../img/lateralMenu.png);
    background-repeat: no-repeat;
    background-position: 25px -80px;
}

.lateralMenu ul {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #ffffff;
}
.lateralMenu ul li{
    padding-left: 60px;
    height: 40px;
    line-height: 40px;
}
.lateralMenu ul li.selected {
    background-color: #dbdbdb;
}
.lateralMenu ul li.selected a{
    color: #333;
}

.lateralMenu ul li:hover {
    background-color: #ececec;
}
.lateralMenu ul li.selected:hover {
    background-color: #dbdbdb;
}
.lateralMenu ul li a {
    font-size: 14px;
    color: #585858;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*END LATERAL MENU*/

/*BREADCRUMBS*/
.breadCrumbs {
    position: relative;
    border-bottom: 1px solid #cacaca;
}
.breadCrumbs ul {
    padding-left: 210px;
    margin-bottom: 0;
}
.breadCrumbs ul li{
    margin-top: 15px;
    height: 15px;
    float: left;
    background: url(../img/breadCrumbs.png) no-repeat left -14px;
    padding-left: 20px;
    padding-right: 5px;
}
.breadCrumbs ul li:first-child {
    background-position: 0 2px;
}
.breadCrumbs ul a{
    font-family: bentonsansbook;
    font-size: 12px;
    color: #585858;
}
.breadCrumbs .newAppBtn {
    position: absolute;
    right: 20px;
    top: 8px;
    float: right;
    font-family: bentonsansmedium;
    font-size: 13px;
    padding: 7px 15px;
    color: #ffffff;
    background-color: #ff9900;
    border-radius: 2px;
    border: none;
}
.breadCrumbs .newAppBtn:hover {
    cursor: pointer;
    background-color: #ff8400;
}
/*END BREADCRUMBS*/


/*FORMULARIOS*/
.criteriaContainer{
    padding: 8px;
    clear: both;
    position: relative;
    background: #ececec;
    margin-bottom: 10px;
    overflow: hidden;
}
.criteriaContainer .right{
	float: right;
}

.row{overflow: hidden;}
.row.onecol, .row.twocol{
	margin-bottom: 3px;
}
.row.twocol .col{
	overflow: hidden;
	width: 50%;
	float: left;
}
.row.threecol .col{
	overflow: hidden;
	width: 33.3%;
	float: left;
}
.row.bottomSeparator{
	border-bottom: 1px solid #c5c5c5;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 30px;
}
.row.bottomSeparator .value{
	padding-top: 3px;
}

.row .label{
	float: left;
	display:block;
	overflow: hidden;
}
.row .label label{
	display:block;
	padding: 4px 5px 3px 5px ;
	color: #666666;
	font-size: 12px;

}
.row .label span{
	display: block;
	padding: 0 5px 0 5px ;
	color: #566c0f;
	font-size: 11px;
}

.row .label.top{float: none;width: 260px;margin-bottom: 5px;}
.row .label.top label{display: block;}
.row .label.checkbox{float: right;}
.row .value{float: left;display:block;}
.row .value input{
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #444444;
	padding: 3px 5px 2px 5px;
	height: 14px;
	background: #fff;
	border: 1px solid #6f6f6f;
	float: left;
}
.row .value input:focus{
	border: 1px solid #000000;
}
.row .value.inputText input.text{
	width: auto;
}
.row .value.inputText label.metrics{
	float:left;
	padding: 4px 5px 3px 5px ;
	color: #666666;
	font-size: 12px;
}
.row .value.inputText span.headerName{
	background: #6e6e70;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 5px;
	float: left;
	text-align: center;
}
.row .value.inputText span.headerName.normal{
	text-transform: none;
	width: 60px;
	height: 25px;
	padding-top: 5px;
	margin-right: 2px;
	vertical-align: middle;
}
.row .value.inputText span.headerName.normal span{
	font-weight: normal;
	font-size: 9px;
}

.row .value.inputText select{
	float: left;
	color: #666666;
	padding: 2px 0 1px 5px;
	font-size: 12px;
	margin-right: 5px;
}
.row .value.inputText textarea{
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	float: left;
	color: #666666;
	padding: 2px 0 1px 5px;
	font-size: 12px;
	margin-right: 5px;
}
.row .value.inputFile input[type="file"]{
	float: none;
	height: auto;
	margin-bottom: 3px;
}


.row .value.inputPass input.password{
	width: auto;
}
.row .value.inputSubmit input.submit, a.submit{
	background: #c1d82e;
	color: #495a0d;
	border: 1px solid #8db110;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 12px;
	width: auto;
	float: right;
	margin-top: 10px;
}
.row .value.inputRadio{
	overflow: hidden;
}
.row .value.inputRadio .radioPair{
	float: left;
	margin-right: 8px;
}
.row .value.inputRadio .radioPair label{
	padding: 5px 5px 3px 5px ;
	color: #666666;
	font-size: 12px;
	float: right;
}
.row .value.inputRadio .radioPair input{
	padding: 4px 5px;
	float: right;
	background: transparent;
}

.row .value.inputCheck{
	overflow: hidden;
	float: left;
	margin-right: 8px;
}
.row .value.inputCheck .checkPair{
	float: left;
	margin-right: 8px;
}
.row .value.inputCheck .checkPair label{
	padding: 5px 5px 3px 5px ;
	color: #666666;
	font-size: 12px;
	float: right;
}
.row .value.inputCheck .checkPair input{
	padding: 4px 5px;
	float: right;
	background: transparent;
	border: none;
	height: auto;
}
.row .value input.submit:hover{
	cursor: pointer;
}
.row .value.inputSubmit{float: right;}


/*END FORMULARIOS*/


.tabNav{
    padding-left: 220px;
    height: 39px;
    border-bottom: 1px solid #9b9b99;
    margin-bottom: 0;
}
.tabNav li{
	height: 38px;
	float: left;
	margin-right: 10px;
	line-height: 38px;
	padding: 0 25px 0 15px;
	background: transparent;
	border-bottom: none;
}
.tabNav li.selected{
    border-bottom: 2px solid #ff9900;
    background: url(../img/userOptions.png) no-repeat right -129px;
}
.tabNav li a{
    font-family: bentonsansmedium;
	font-size: 15px;
	color: #6a6a6a;

}
.tabNav li.selected a{
	color: #ff9900;
}


.tabContent,
.backOfficeContent{
	clear:both;
	border-top: 1px solid #ffffff;
	padding: 25px 25px 25px 220px;
	margin-bottom: 0;
}

.row.styled{
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 10px;
}
.row.styled label{
	text-align: center;
	color: #566c0f;
	padding-left: 20px;
	margin-bottom: 10px;
}

.grey{
	background: #ececec !important;
}
.green{
	background: #bee3be !important;

}
.orange{
	background: #edc38d !important;
}
.red{
	background: #ef9d9d !important;
}

.grey input, .green input, .orange input, .red input{
	width: 50px;
	display: block;
}

.remember{
	margin-top: 20px;
	border: 1px solid #c1d72f;
	padding: 30px 15px 15px 100px;
	font-size: 14px;
	color: #555;
	height: 25px;
	background: url(../img/ico-info.png) no-repeat 30px center;
}

input.right{text-align: right;}

.inputRadio.value .radioPair input{border: none;}

.tableContainer{
    clear: both;
    position: relative;
}
table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: top;
    *border-collapse: expression('separate', cellSpacing = '0px'); /*ie fix*/
    table-layout: fixed; /*ie fix*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
}
table thead tr{}
table thead tr th{color: #6e6e70;padding-top: 7px; height: 16px;font-size: 12px;text-align: left;}
table thead tr th span{padding-left: 8px; padding-right: 8px;color: #000; font-size: 11px; font-weight: bold;text-transform: uppercase;}
table thead tr th a{color: #fff !important;}

table tbody{}
table tbody tr{}
table tbody tr:first-child td{border-top: 1px solid #c5c5c5;}
table tbody tr td{padding-top:5px;height: 40px;padding-bottom: 2px;background: #fff;text-align: left;border-bottom: 1px solid #c5c5c5;vertical-align: middle;font-size: 13px;}
table tbody tr td span{padding-left: 8px;padding-right: 8px;display: block;}
table tbody tr.even td{background: #f3f3f3;}
table tbody tr td.color{background:#f2f2f2;}
table tbody tr td.firstCol{border-left: 1px solid #ececec;}
table input[type="checkbox"] {margin-top: 1px;}
table th.left,
table th.left a{text-align: left;}
table th.center,
table th.center a{text-align: center;}
table td.center{text-align: center;}
table td.left{text-align: left;}
table td.right{text-align: right;}

.envName {
    font-family: bentonsansmedium;
    font-size: 13px;
    color: #3d3d3d;
}
.deployStatus span,
.environmentStatus span,
.platformStatus span,
.userStatus span  {
    display: inline;
    color: #fff;
    border-radius: 3px;
    padding: 5px 15px 3px 15px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
}

.deployStatus.Draft span {
    background: #3f89de;
}
.deployStatus.Published span,
.environmentStatus.Active span,
.platformStatus.Active span,
.userStatus.Active span {
    background: #9bb921;
}
.deployStatus.Inactive span,
.environmentStatus.Inactive span,
.platformStatus.Inactive span,
.userStatus.Inactive span {
    background: #dc6343;
}
.deployVersion {
    font-family: bentonsansbook;
    color: #737373;
    font-size: 12px;
}
.platform span {
    width: 9px;/*Mas padding-right: 8px padding-left: 8px*/
    height: 25px;
    background-image: url(../img/platforms.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    text-align: center;
    display: inline-block;
}
.platform.iOS span {
    background-position: center -7px;
}
.platform.Android span {
    background-position: center -47px;
}
.platform.WP7 span {
    background-position: center -87px;
}

table td .edit {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 0;
    text-indent: -9999px;
}
table td .publish {
    width: 20px;
    height: 20px;
    float:left;
    margin-right: 5px;
    background: url(../img/gridButtons.png) no-repeat 0 -20px;
    text-indent: -9999px;
}
table td .deactivate,
table td .delete {
    width: 20px;
    height: 20px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 -40px;
    text-indent: -9999px;
}
table td .view {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 -60px;
    text-indent: -9999px;
}
table td .activate {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 -80px;
    text-indent: -9999px;
}
table td .instUrl {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 -100px;
    text-indent: -9999px;
}
/*LOGIN***************************************************************************************************************************/
#Login,
#ForgottenPassword,
#GeneralError {
    background: url(../img/login-bg.png) repeat 0 0;
}
#LoginSection,
#UnathorizedSection,
#ForgottenPasswordSection{
    width: 360px;
    margin:0 auto;
    position:absolute;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -170px;

}
#ForgottenPasswordSection {
    margin-top: -215px;
    margin-left: -165px;
}
.resetPassword {
    margin-top: -250px !important;
}
.passExpired,
.linkExpired {
    text-align: center;
    color: red;
    padding-left: 50px;
}
.backToLogin {
    text-align: center;
    margin-top: -15px;
}
.backToLogin a{
    text-align: center;
    color: #eaeaea;
    font-size: 13px;
}
.backToLogin a:hover {
    color: #ffffff;
    text-decoration: underline;
}
#LoginSection .row.onecol {
    margin: 0;
}
#UnathorizedSection .infoText{
    position: absolute;
    top: 220px;
    right: 50px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #626a99;
    color: #555555;
    width: 320px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#UnathorizedSection .alertImage{
    width: 234px;
    height: 141px;
    display: block;
    position: absolute;
    top: 180px;
    left: 80px;
    background-image: url(../img/unauthorized.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
#LoginSection .loginForm,
#ForgottenPasswordSection .forgottenPassForm{
    position: relative;
}
#LoginSection .loginForm h2,
#ForgottenPasswordSection .forgottenPassForm h2,
#GeneralError h2{
    font-family: bentonsansbook;
    font-size:1.2em;
    font-weight: 300;
    padding-top: 15px;
    color:rgba(255,255,255,0.8);
    padding-left:160px;
    margin-bottom:20px;
    background: url(../img/logoInStore.png) no-repeat 92px center;
    height: 55px;
    line-height:1.3em;
    margin-top: 0;
}
#GeneralError h2 {
    margin: 15px auto;
    width: 200px;
    padding-top: 30px !important;
    height: 35px !important;
    line-height: 15px !important;
    margin-bottom: 20px;
}
.resetPassFormContainer h2 {
    padding-top: 15px !important;
    height: 50px !important;
    line-height: 15px !important;
}
#ForgottenPasswordSection .forgottenPassForm h3,
.resetPassFormContainer h3{
    font-family: bentonsansmedium;
    font-size:1.5em;
    font-weight: 300;
    padding-top: 15px;
    color:rgba(255,255,255,0.9);
    padding-left:58px;
    margin-bottom:0;
    height: 50px;
    line-height:1.3em;
    margin-top: 0;
}
.resetPassFormContainer h3 {
    padding-left: 120px;
}
#LoginSection .loginForm h2 strong,
#ForgottenPasswordSection .forgottenPassForm h2 strong{
    font-family: bentonsansmedium;
    font-size: 1.2em;
    display: block;
}
#LoginSection .loginForm .label,
#ForgottenPasswordSection .forgottenPassForm .label {
    float: left;
    width: 50px;
    margin: 0;
    padding: 0;
}
#ForgottenPasswordSection .bootstrap-select button{
    color: #666666;
}
.userBox label {
    height: 38px;
    background: url(../img/login.png) no-repeat 0 1px;
    text-indent: -9999px;
    padding: 0 !important;
}
.passwordBox label {
    height: 38px;
    background: url(../img/login.png) no-repeat 0 -39px;
    text-indent: -9999px;
    padding: 0 !important;
}
.emailBox {
    margin-bottom: 1px !important;
}
.emailBox label {
    height: 38px;
    background: url(../img/login.png) no-repeat 0 -79px;
    text-indent: -9999px;
    padding: 0 !important;
}
.securityBox {
    overflow: visible;
    margin-bottom: 0 !important;
}
.securityBox label {
    height: 38px;
    background: url(../img/login.png) no-repeat 0 -119px;
    text-indent: -9999px;
    padding: 0 !important;
    margin-bottom: 0;
}
.answerBox label {
    height: 38px;
    background: url(../img/login.png) no-repeat 0 -159px;
    text-indent: -9999px;
    padding: 0 !important;
}

#LoginSection .loginForm label,
#ForgottenPasswordSection .forgottenPassForm label{
    color:#676767;
    font-size:10px;
    font-weight:bold;
    padding-left: 0;
}
#LoginSection .inputPass,
#ForgottenPasswordSection .inputPass {
    position: relative;
}
#LoginSection .forgottenPass{
    width: 50px;
    height: 13px;
    background: #f2f2f2;
    color: #555;
    font-size: 10px;
    border-radius: 3px;
    text-align: center;
    padding: 4px 4px 0 4px;
    position: absolute;
    bottom: 12px;
    right: 10px;
    margin-bottom: 0;
}
.resetPassFormContainer .readOnlyInput {
    background: transparent;
    width:278px;
    height: 21px;
    border-radius: 4px;
    font-size: 15px;
    padding: 9px 15px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
    background: rgba(255,255,255,0.1);
}
#LoginSection .forgottenPass:hover{
    cursor: pointer;
    text-decoration: underline;
}
#LoginSection input[type='text'],
#LoginSection input[type='password'],
#ForgottenPasswordSection input[type='text']{
    width:278px;
    height: 38px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0 15px;
    color: #666666;
}
#LoginSection input[type='password'] {
    padding-right: 75px;
    width: 218px;
}

#LoginSection input[type='text'],
#ForgottenPasswordSection input[type='text'] {
    margin-bottom: 0;
}
#LoginSection input[type='submit'],
#ForgottenPasswordSection a.button {
    font-size: 15px;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    width: 310px;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    background: #ffb648; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffb648 0, #ff9900 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ffb648), color-stop(100%,#ff9900)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffb648 0,#ff9900 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffb648 0,#ff9900 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffb648 0,#ff9900 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffb648 0,#ff9900 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb648', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */
}
#ForgottenPasswordSection a.button {
    display: inline-block;
    text-align: center;
    padding: 9px 15px;
    height: auto;
    width: 280px;
    margin-left: 50px;
}
#LoginSection input[type='submit']:hover,
#ForgottenPasswordSection a.button:hover{
    background: #ffb648; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9900 0, #ffb648 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#ff9900), color-stop(100%,#ffb648)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9900 0,#ffb648 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9900 0,#ffb648 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9900 0,#ffb648 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff9900 0,#ffb648 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffb648',GradientType=0 ); /* IE6-9 */
}
#LoginSection .validation-summary-errors{
    background: #f6f6f6;
    border: 1px solid #ce7f7f;
    position:absolute;
    top:270px;
    left:75px;
    width:220px;
    max-height:50px;
    padding: 15px 10px 15px 10px;
}
#LoginSection .validation-summary-errors ul {
    padding-left: 20px;
    margin: 0;
}
#LoginSection .validation-summary-errors li{
    font-size: 11px;
    list-style-type: disc;
    color: #c76060;
}

#LoginSection .language,
#ForgottenPasswordSection .language {
    margin-top: 30px;
    padding-left: 50px;
}
#ForgottenPasswordSection .language {
    padding-left: 35px;
}

#LoginSection .language h5,
#ForgottenPasswordSection .language h5 {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
#ForgottenPasswordSection .language h5 {
    padding-right: 15px;
}

#LoginSection .language h5 .decoLeft,
#ForgottenPasswordSection .language h5 .decoLeft {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30%;
    height: 1px;
    background: #202020;
    border-bottom: 1px solid #303030;
}
#LoginSection .language h5 .decoRight,
#ForgottenPasswordSection .language h5 .decoRight {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30%;
    height: 1px;
    background: #202020;
    border-bottom: 1px solid #303030;
}
#ForgottenPasswordSection .language h5 .decoRight {
    right: 15px;
}
#LoginSection .language .spanish,
#ForgottenPasswordSection .language .spanish {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    background: url(../img/languages.png) no-repeat 0 0;
    text-indent: -9999px;
    margin-left: 110px;
}
#LoginSection .language .english,
#ForgottenPasswordSection .language .english {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    background: url(../img/languages.png) no-repeat 0 -35px;
    text-indent: -9999px;
    margin-left: 20px;
}
.error404 {
    font-size: 60px;
    line-height: 120px;
    color: rgba(255,255,255,0.8);
    text-align: center;
}
.errorDescription {
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-size: 20px;
}

/*END LOGIN*/

/*VALIDACION************************************************************************************************************/
.inputError{
    border: 1px solid #d0103a !important;
    background:#ffecef !important;
}
.inputBorderNormal{
    border: 1px solid #6f6f6f !important;
}
.divBorderNormal{
    border: none !important;
}
/*VALIDACION*/

/*RESUMEN*/
#DeploymentSummaryContainer h3,
h3.iOS, h3.WP7, h3.Android, h3.platforms, h3.environments, h3.users {
    font-family: bentonsansmedium;
    font-size: 16px;
    color: #525252;
    line-height: 40px;
    border-bottom: 1px solid #aeaeae;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 45px;
    position: relative;
}
#DeploymentSummaryContainer h3 {
}
h3.iOS, h3.WP7, h3.Android, h3.platforms, h3.environments, h3.users {
    background-image: url(../img/platforms.png);
    background-repeat: no-repeat;
}
h3.iOS {
    background-position: 2px 0;
}
h3.iOS::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 180px;
    background: #000;
}
h3.WP7 {
    background-position: 2px -80px;
}
h3.WP7::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 220px;
    background: #00adef;
}
h3.Android{
    background-position: 2px -40px;
}

h3.Android::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 250px;
    background: #95c03c;
}
h3.environments {
    background-image: url(../img/heading.png);
    background-position: 2px 0;
}
h3.platforms {
    background-image: url(../img/heading.png);
    background-position: 2px -40px;
}
h3.users {
    background-image: url(../img/heading.png);
    background-position: 2px -80px;
}

h3.users .btn,
h3.platforms .btn {
    float: right;
}
h3.users .btn a,
h3.platforms .btn a{
}
/*END RESUMEN*/
#EnvironmentListContainer,
#PlatformListContainer {
    padding-left: 210px;
    min-height: 455px;
}
#UserSearchForm,
#UserListContainer {
}
.form-control {
    height: auto;
}
.control-label {
    padding-top: 6px;
}
.radio-inline, .checkbox-inline {
    color: #555;
}

/*FILE INPUT*/
#ExistingFilesContainer{
    margin: -15px -15px 0 -15px;
}
#UploadFilesContainer {
    margin: 0 -15px -15px -15px;
}
#ExistingFilesContainer .fileRow,
#UploadFilesContainer .fileRow {
    /*height: 30px;*/
    /*border-bottom: 1px solid #c5c5c5;*/
    background-color: #f5f5f5;
    overflow: hidden;
}
#ExistingFilesContainer .fileRow .innerFileRow,
#UploadFilesContainer .fileRow .innerFileRow {
    height: 30px;
    border-bottom: 1px solid #c5c5c5;
    background-color: #f5f5f5;
    overflow: hidden;
}
#ExistingFilesContainer .fileRow:last-of-type .innerFileRow,
#UploadFilesContainer .fileRow:last-of-type .innerFileRow {
    border-bottom: none;
}
#UploadFilesContainer .fileRow .innerFileRow {
    background: #ebf6fb;
    position: relative;
    clear: both;
    overflow: hidden;
    height: auto;
    min-height: 30px;
}

#UploadFilesContainer .fileRow {
    background: #ebf6fb;
    position: relative;
    clear: both;
    overflow: hidden;
    height: auto;
    /*min-height: 30px;*/
}
#UploadFilesContainer .fileRow:first-child {
    border-top: 1px solid #c5c5c5;
}
#UploadFilesContainer .fileRow:last-child {
    border-bottom: none;
}

#ExistingFilesContainer .fileRow:last-child {
    border-bottom: none;
}
#ExistingFilesContainer .fileRow .fileIco {
    width: 25px;
    height: 30px;
    display: block;
    float: left;
    background-image: url(../img/icoExtensions.png);
    background-repeat: no-repeat;
    background-position: center 0;
}
#ExistingFilesContainer .fileRow .fileIco.txt {
    background-position: center -30px;
}
#ExistingFilesContainer .fileRow .fileIco.doc,
#ExistingFilesContainer .fileRow .fileIco.docx,
#ExistingFilesContainer .fileRow .fileIco.docm {
    background-position: center -60px;
}
#ExistingFilesContainer .fileRow .fileIco.xls,
#ExistingFilesContainer .fileRow .fileIco.xlsx,
#ExistingFilesContainer .fileRow .fileIco.xlsm {
    background-position: center -90px;
}
#ExistingFilesContainer .fileRow .fileIco.ppt,
#ExistingFilesContainer .fileRow .fileIco.pptx,
#ExistingFilesContainer .fileRow .fileIco.pptm {
    background-position: center -120px;
}
#ExistingFilesContainer .fileRow .fileIco.pdf {
    background-position: center -150px;
}
#ExistingFilesContainer .fileRow .fileIco.jpg,
#ExistingFilesContainer .fileRow .fileIco.png,
#ExistingFilesContainer .fileRow .fileIco.bmp,
#ExistingFilesContainer .fileRow .fileIco.jpeg,
#ExistingFilesContainer .fileRow .fileIco.gif {
    background-position: center -150px;
}
#ExistingFilesContainer .fileRow .fileIco.zip,
#ExistingFilesContainer .fileRow .fileIco.rar {
    background-position: center -210px;
}
#ExistingFilesContainer .fileRow .fileIco.ipa,
#ExistingFilesContainer .fileRow .fileIco.plist {
    background-position: center -240px;
}
#ExistingFilesContainer .fileRow .fileIco.apk {
    background-position: center -270px;
}
#ExistingFilesContainer .fileRow .fileIco.xap {
    background-position: center -300px;
}
#ExistingFilesContainer .fileRow .fileName,
#UploadFilesContainer .fileRow .fileName{
    padding-left: 0;
    width: 270px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    font-weight: normal;
    font-size: 13px;
    color: #666;
}
#UploadFilesContainer .fileRow .fileName {
    padding-left: 25px;
    background-image: url(../img/icoExtensions.png);
    background-repeat: no-repeat;
    background-position: 4px 0;
}
#UploadFilesContainer .fileRow .fileName[title$='.txt'] {
    background-position: 4px -30px;
}
#UploadFilesContainer .fileRow .fileName[title$='.doc'],
#UploadFilesContainer .fileRow .fileName[title$='.docx'],
#UploadFilesContainer .fileRow .fileName[title$='.docm'] {
    background-position: 4px -60px;
}
#UploadFilesContainer .fileRow .fileName[title$='.xls'],
#UploadFilesContainer .fileRow .fileName[title$='.xlsx'],
#UploadFilesContainer .fileRow .fileName[title$='.xlsm'] {
    background-position: 4px -90px;
}
#UploadFilesContainer .fileRow .fileName[title$='.ppt'],
#UploadFilesContainer .fileRow .fileName[title$='.pptx'],
#UploadFilesContainer .fileRow .fileName[title$='.pptm'] {
    background-position: 4px -120px;
}
#UploadFilesContainer .fileRow .fileName[title$='.pdf'] {
    background-position: 4px -150px;
}
#UploadFilesContainer .fileRow .fileName[title$='.jpg'],
#UploadFilesContainer .fileRow .fileName[title$='.png'],
#UploadFilesContainer .fileRow .fileName[title$='.bmp'],
#UploadFilesContainer .fileRow .fileName[title$='.jpeg'],
#UploadFilesContainer .fileRow .fileName[title$='.gif'] {
    background-position: 4px -180px;
}
#UploadFilesContainer .fileRow .fileName[title$='.zip'],
#UploadFilesContainer .fileRow .fileName[title$='.rar'] {
    background-position: 4px -210px;
}
#UploadFilesContainer .fileRow .fileName[title$='.ipa'],
#UploadFilesContainer .fileRow .fileName[title$='.plist'] {
    background-position: 4px -240px;
}
#UploadFilesContainer .fileRow .fileName[title$='.apk'] {
    background-position: 4px -270px;
}
#UploadFilesContainer .fileRow .fileName[title$='.xap'] {
    background-position: 4px -300px;
}

#ExistingFilesContainer .fileRow .fileSize {
    padding-left: 0;
    width: 99px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-weight: normal;
    font-size: 12px;
    color: #999;
}
#ExistingFilesContainer .fileRow .deleteFile,
#UploadFilesContainer .fileRow .removeFiles {
    width: 20px;
    height: 20px;
    float:left;
    background: url(../img/gridButtons.png) no-repeat 0 -40px;
    text-indent: -9999px;
    margin-top: 5px;
}
#UploadFilesContainer .fileRow .removeFiles {
    float: none;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 5px;
    right: 7px;
    margin-top: 0;
    cursor: pointer;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
    visibility: hidden;
}

.editFile {
    overflow: hidden;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

/*END FILE INPUT*/


.modal-body .col-sm-9 {
    width: 71%;
}
.buttonRow {
    background: #ececec;
    border-bottom: 1px solid #c5c5c5;
    display: block;
    padding: 3px 15px;
    overflow: hidden;
}
.buttonRow a,
.buttonRow button {
    float: right;
    margin-left: 10px;
}
.fRight {
    float: right;
    padding-right: 0;
}
#buttonSearch {
    float: right;
}
.form-group-select {
    clear: both;
    margin-right: -15px;
    margin-left: -15px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
}


/*LOADING ICON*/
.modal-content .loading {
    min-height: 80px;
    text-align: center;
    padding-top: 110px;
    color: #888888;
    font-size: 14px;
}
.modal-content .fa-spin {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -30px;
    color: #666666;

}
.spin:before {
    width: 14px;
    height: 14px;
    content: "\e031";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    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;
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin:50% 58%;
    -ms-transform-origin:50% 58%;
}
.resetPass {
    font-size: 13px;
}
.resetPass .fa{
    padding-right: 10px;
}
.AppRoles {
    padding: 10px 15px 15px 15px !important;
}
.AppRoles td {
    height: 25px !important;
}
#GeneratedLinkContainer {
    display: none;
}
#CopyLink {
    color: #fff;
}
#linkToCopy {
    max-width: 235px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #3f89de;
    text-decoration: underline;
}
/*#ModalDeployment .modal-body:before {
    width: 14px;
    height: 14px;
    content: "\e031";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    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;
    -webkit-animation: spin .5s infinite linear;
    -moz-animation: spin .5s infinite linear;
    -o-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    -webkit-transform-origin: 50% 58%;
    transform-origin:50% 58%;
    -ms-transform-origin:50% 58%;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}*/
/*LOADING ICON*/


.bootstrap-dialog.type-danger .bootstrap-dialog-message li {
    margin-left: 25px;
}


/*TAMAÑOS*/

.FS07EM{font-size:0.7em !important;}
.FS075EM{font-size:0.75em !important;}
.FS08EM{font-size:0.8em !important;}
.FS098EM{font-size:0.98em !important;}
.FS110EM{font-size:1.1em !important;}
.FS8{font-size:8px !important;}
.FS9{font-size:9px !important;}
.FS10{font-size:10px !important;}

/*en pixeles*/
.P0 {padding: 0 !important;}

.PT0{padding-top:0 !important;}
.PT2{padding-top:2px !important;}
.PT5{padding-top:5px !important;}
.PT6{padding-top:6px !important;}
.PT7{padding-top:7px !important;}
.PT8{padding-top:8px !important;}
.PT9{padding-top:9px !important;}
.PT10{padding-top:10px !important;}
.PT20{padding-top:20px !important;}
.PT200{padding-top:200px !important;}

.PL0{padding-left:0 !important;}
.PL8{padding-left:8px !important;}
.PL10{padding-left:10px !important;}
.PL12{padding-left:12px !important;}
.PL16{padding-left:16px !important;}
.PL20{padding-left:20px !important;}
.PL40{padding-left:40px !important;}
.PL50{padding-left:50px !important;}
.PL60{padding-left:60px !important;}
.PL70{padding-left:70px !important;}
.PL80{padding-left:80px !important;}
.PL90{padding-left:90px !important;}
.PL100{padding-left:100px !important;}
.PL110{padding-left:110px !important;}
.PL120{padding-left:120px !important;}
.PL130{padding-left:130px !important;}
.PL140{padding-left:140px !important;}
.PL150{padding-left:150px !important;}
.PL160{padding-left:160px !important;}
.PL170{padding-left:170px !important;}
.PL180{padding-left:180px !important;}
.PL190{padding-left:190px !important;}
.PL200{padding-left:200px !important;}
.PL210{padding-left:210px !important;}
.PL250{padding-left:250px !important;}
.PL270{padding-left:270px !important;}
.PL280{padding-left:280px !important;}

.PR0{padding-right:0 !important;}
.PR5{padding-right:5px !important;}
.PR12{padding-right:12px !important;}
.PR16{padding-right:16px !important;}
.PR20{padding-right:20px !important;}

.PB0{padding-bottom:0 !important;}
.PB5{padding-bottom:5px !important;}

.M-1{margin: -1px !important;}
.M0{margin: 0 !important;}
.M4{margin: 4px !important;}
.M8{margin: 8px !important;}
.M9{margin: 9px !important;}
.M15{margin: 15px !important;}

.ML0{margin-left: 0 !important;}
.ML1{margin-left: 1px !important;}
.ML2{margin-left: 2px !important;}
.ML3{margin-left: 3px !important;}
.ML4{margin-left: 4px !important;}
.ML5{margin-left: 5px !important;}
.ML6{margin-left: 6px !important;}
.ML7{margin-left: 7px !important;}
.ML8{margin-left: 8px !important;}
.ML9{margin-left: 9px !important;}
.ML10{margin-left: 10px !important;}
.ML15{margin-left: 15px !important;}
.ML17{margin-left: 17px !important;}
.ML19{margin-left: 19px !important;}
.ML20{margin-left: 20px !important;}
.ML22{margin-left: 22px !important;}
.ML24{margin-left: 24px !important;}
.ML30{margin-left: 30px !important;}
.ML40{margin-left: 40px !important;}
.ML45{margin-left: 45px !important;}
.ML46{margin-left: 46px !important;}
.ML47{margin-left: 47px !important;}
.ML48{margin-left: 48px !important;}
.ML49{margin-left: 49px !important;}
.ML50{margin-left: 50px !important;}
.ML70{margin-left: 70px !important;}
.ML80{margin-left: 80px !important;}
.ML95{margin-left: 95px !important;}
.ML96{margin-left: 96px !important;}
.ML100{margin-left: 100px !important;}
.ML104{margin-left: 104px !important;}
.ML105{margin-left: 105px !important;}
.ML106{margin-left: 106px !important;}
.ML107{margin-left: 107px !important;}
.ML108{margin-left: 108px !important;}
.ML112{margin-left: 112px !important;}
.ML118{margin-left: 118px !important;}
.ML125{margin-left: 125px !important;}
.ML145{margin-left: 145px !important;}
.ML150{margin-left: 150px !important;}
.ML170{margin-left: 170px !important;}
.ML175{margin-left: 175px !important;}
.ML182{margin-left: 182px !important;}
.ML185{margin-left: 185px !important;}
.ML215{margin-left: 215px !important;}
.ML255{margin-left: 255px !important;}

.MT-2{margin-top:-2px !important;}
.MT-1{margin-top:-1px !important;}
.MT0{margin-top:0 !important;}
.MT1{margin-top:1px !important;}
.MT2{margin-top:2px !important;}
.MT3{margin-top:3px !important;}
.MT4{margin-top:4px !important;}
.MT5{margin-top:5px !important;}
.MT6{margin-top:6px !important;}
.MT7{margin-top:7px !important;}
.MT8{margin-top:8px !important;}
.MT9{margin-top:9px !important;}
.MT10{margin-top:10px !important;}
.MT11{margin-top:11px !important;}
.MT12{margin-top:12px !important;}
.MT13{margin-top:13px !important;}
.MT14{margin-top:14px !important;}
.MT15{margin-top:15px !important;}
.MT16{margin-top:16px !important;}
.MT17{margin-top:17px !important;}
.MT18{margin-top:18px !important;}
.MT19{margin-top:19px !important;}
.MT20{margin-top:20px !important;}
.MT30{margin-top:30px !important;}
.MT40{margin-top:40px !important;}

.MR0{margin-right:0 !important;}
.MR5{margin-right:5px !important;}
.MR10{margin-right:10px !important;}
.MR17{margin-right:17px !important;}
.MR19{margin-right:19px !important;}
.MR20{margin-right:20px !important;}
.MR40{margin-right:40px !important;}
.MR50{margin-right:50px !important;}

.MB-1{margin-bottom:-1px !important;}
.MB0{margin-bottom:0 !important;}
.MB1{margin-bottom:1px !important;}
.MB2{margin-bottom:2px !important;}
.MB5{margin-bottom:5px !important;}
.MB10{margin-bottom:10px !important;}

.MW50{min-width:50px !important;}

.MXW300{max-width:300px !important;}
.MXW350{max-width:350px !important;}
.MXW400{max-width:400px !important;}
.MXW450{max-width:450px !important;}
.MXW458{max-width:458px !important;}
.MXW500{max-width:500px !important;}
.MXW535{max-width:535px !important;}

.W1PC{width: 1% !important;}
.W2PC{width: 2% !important;}
.W3PC{width: 3% !important;}
.W4PC{width: 4% !important;}
.W5PC{width: 5% !important;}
.W6PC{width: 6% !important;}
.W7PC{width: 7% !important;}
.W8PC{width: 8% !important;}
.W9PC{width: 9% !important;}
.W10PC{width: 10% !important;}
.W11PC{width: 11% !important;}
.W12PC{width: 12% !important;}
.W13PC{width: 13% !important;}
.W14PC{width: 14% !important;}
.W15PC{width: 15% !important;}
.W16PC{width: 16% !important;}
.W17PC{width: 17% !important;}
.W18PC{width: 18% !important;}
.W19PC{width: 19% !important;}
.W20PC{width: 20% !important;}
.W30PC{width: 60% !important;}
.W40PC{width: 40% !important;}
.W50PC{width: 50% !important;}
.W60PC{width: 60% !important;}
.W70PC{width: 70% !important;}
.W80PC{width: 80% !important;}
.W81PC{width: 81% !important;}
.W82PC{width: 82% !important;}
.W83PC{width: 83% !important;}
.W84PC{width: 84% !important;}
.W90PC{width: 90% !important;}
.W100PC{width: 100% !important;}

.Wfull{width:100% !important;}
.WAuto{width:auto !important;display: inline-block;}
.W1{width: 1px !important;}
.W2{width: 2px !important;}
.W3{width: 3px !important;}
.W4{width: 4px !important;}
.W5{width: 5px !important;}
.W6{width: 6px !important;}
.W7{width: 7px !important;}
.W8{width: 8px !important;}
.W9{width: 9px !important;}
.W10{width: 10px !important;}
.W11{width: 11px !important;}
.W12{width: 12px !important;}
.W13{width: 13px !important;}
.W14{width: 14px !important;}
.W15{width: 15px !important;}
.W16{width: 16px !important;}
.W17{width: 17px !important;}
.W18{width: 18px !important;}
.W19{width: 18px !important;}
.W20{width: 20px !important;}
.W21{width: 21px !important;}
.W22{width: 22px !important;}
.W23{width: 23px !important;}
.W24{width: 24px !important;}
.W25{width: 25px !important;}
.W26{width: 26px !important;}
.W27{width: 27px !important;}
.W28{width: 28px !important;}
.W29{width: 29px !important;}
.W30{width: 30px !important;}
.W31{width: 31px !important;}
.W32{width: 32px !important;}
.W33{width: 33px !important;}
.W34{width: 34px !important;}
.W35{width: 35px !important;}
.W36{width: 36px !important;}
.W37{width: 37px !important;}
.W38{width: 38px !important;}
.W39{width: 39px !important;}
.W40{width: 40px !important;}
.W41{width: 41px !important;}
.W42{width: 42px !important;}
.W43{width: 43px !important;}
.W44{width: 44px !important;}
.W45{width: 45px !important;}
.W46{width: 46px !important;}
.W47{width: 47px !important;}
.W48{width: 48px !important;}
.W49{width: 49px !important;}
.W50{width: 50px !important;}
.W51{width: 51px !important;}
.W52{width: 52px !important;}
.W53{width: 53px !important;}
.W54{width: 54px !important;}
.W55{width: 55px !important;}
.W56{width: 56px !important;}
.W57{width: 57px !important;}
.W58{width: 58px !important;}
.W59{width: 59px !important;}
.W60{width: 60px !important;}
.W61{width: 61px !important;}
.W62{width: 62px !important;}
.W63{width: 63px !important;}
.W64{width: 64px !important;}
.W65{width: 65px !important;}
.W66{width: 66px !important;}
.W67{width: 67px !important;}
.W68{width: 68px !important;}
.W69{width: 69px !important;}
.W70{width: 70px !important;}
.W71{width: 71px !important;}
.W72{width: 72px !important;}
.W73{width: 73px !important;}
.W74{width: 74px !important;}
.W75{width: 75px !important;}
.W76{width: 76px !important;}
.W77{width: 77px !important;}
.W78{width: 78px !important;}
.W79{width: 79px !important;}
.W80{width: 80px !important;}
.W81{width: 81px !important;}
.W82{width: 82px !important;}
.W83{width: 83px !important;}
.W84{width: 84px !important;}
.W85{width: 85px !important;}
.W86{width: 86px !important;}
.W87{width: 87px !important;}
.W88{width: 88px !important;}
.W89{width: 89px !important;}
.W90{width: 90px !important;}
.W91{width: 91px !important;}
.W92{width: 92px !important;}
.W93{width: 93px !important;}
.W94{width: 94px !important;}
.W95{width: 95px !important;}
.W96{width: 96px !important;}
.W97{width: 97px !important;}
.W98{width: 98px !important;}
.W99{width: 99px !important;}
/************************************/
.W100{width: 100px !important;}
.W101{width: 101px !important;}
.W102{width: 102px !important;}
.W103{width: 103px !important;}
.W104{width: 104px !important;}
.W105{width: 105px !important;}
.W106{width: 106px !important;}
.W107{width: 107px !important;}
.W108{width: 108px !important;}
.W109{width: 109px !important;}
.W110{width: 110px !important;}
.W111{width: 111px !important;}
.W112{width: 112px !important;}
.W113{width: 113px !important;}
.W114{width: 114px !important;}
.W115{width: 115px !important;}
.W116{width: 116px !important;}
.W117{width: 117px !important;}
.W118{width: 118px !important;}
.W119{width: 119px !important;}
.W120{width: 120px !important;}
.W121{width: 121px !important;}
.W122{width: 122px !important;}
.W123{width: 123px !important;}
.W124{width: 124px !important;}
.W125{width: 125px !important;}
.W126{width: 126px !important;}
.W127{width: 127px !important;}
.W128{width: 128px !important;}
.W129{width: 129px !important;}
.W130{width: 130px !important;}
.W131{width: 131px !important;}
.W132{width: 132px !important;}
.W133{width: 133px !important;}
.W134{width: 134px !important;}
.W135{width: 135px !important;}
.W136{width: 136px !important;}
.W137{width: 137px !important;}
.W138{width: 138px !important;}
.W139{width: 139px !important;}
.W140{width: 140px !important;}
.W141{width: 141px !important;}
.W142{width: 142px !important;}
.W143{width: 143px !important;}
.W144{width: 144px !important;}
.W145{width: 145px !important;}
.W146{width: 146px !important;}
.W147{width: 147px !important;}
.W148{width: 148px !important;}
.W149{width: 149px !important;}
.W150{width: 150px !important;}
.W151{width: 151px !important;}
.W152{width: 152px !important;}
.W153{width: 153px !important;}
.W154{width: 154px !important;}
.W155{width: 155px !important;}
.W156{width: 156px !important;}
.W157{width: 157px !important;}
.W158{width: 158px !important;}
.W159{width: 159px !important;}
.W160{width: 160px !important;}
.W161{width: 161px !important;}
.W162{width: 162px !important;}
.W163{width: 163px !important;}
.W164{width: 164px !important;}
.W165{width: 165px !important;}
.W166{width: 166px !important;}
.W167{width: 167px !important;}
.W168{width: 168px !important;}
.W169{width: 169px !important;}
.W170{width: 170px !important;}
.W171{width: 171px !important;}
.W172{width: 172px !important;}
.W173{width: 173px !important;}
.W174{width: 174px !important;}
.W175{width: 175px !important;}
.W176{width: 176px !important;}
.W177{width: 177px !important;}
.W178{width: 178px !important;}
.W179{width: 179px !important;}
.W180{width: 180px !important;}
.W181{width: 181px !important;}
.W182{width: 182px !important;}
.W183{width: 183px !important;}
.W184{width: 184px !important;}
.W185{width: 185px !important;}
.W186{width: 186px !important;}
.W187{width: 187px !important;}
.W188{width: 188px !important;}
.W189{width: 189px !important;}
.W190{width: 190px !important;}
.W191{width: 191px !important;}
.W192{width: 192px !important;}
.W193{width: 193px !important;}
.W194{width: 194px !important;}
.W195{width: 195px !important;}
.W196{width: 196px !important;}
.W197{width: 197px !important;}
.W198{width: 198px !important;}
.W199{width: 199px !important;}
/************************************/
.W200{width: 200px !important;}
.W201{width: 201px !important;}
.W202{width: 202px !important;}
.W203{width: 203px !important;}
.W204{width: 204px !important;}
.W205{width: 205px !important;}
.W206{width: 206px !important;}
.W207{width: 207px !important;}
.W208{width: 208px !important;}
.W209{width: 209px !important;}
.W210{width: 210px !important;}
.W211{width: 211px !important;}
.W212{width: 212px !important;}
.W213{width: 213px !important;}
.W214{width: 214px !important;}
.W215{width: 215px !important;}
.W216{width: 216px !important;}
.W217{width: 217px !important;}
.W218{width: 218px !important;}
.W219{width: 219px !important;}
.W220{width: 220px !important;}
.W221{width: 221px !important;}
.W222{width: 222px !important;}
.W223{width: 223px !important;}
.W224{width: 224px !important;}
.W225{width: 225px !important;}
.W226{width: 226px !important;}
.W227{width: 227px !important;}
.W228{width: 228px !important;}
.W229{width: 229px !important;}
.W230{width: 230px !important;}
.W231{width: 231px !important;}
.W232{width: 232px !important;}
.W233{width: 233px !important;}
.W234{width: 234px !important;}
.W235{width: 235px !important;}
.W236{width: 236px !important;}
.W237{width: 237px !important;}
.W238{width: 238px !important;}
.W239{width: 239px !important;}
.W240{width: 240px !important;}
.W241{width: 241px !important;}
.W242{width: 242px !important;}
.W243{width: 243px !important;}
.W244{width: 244px !important;}
.W245{width: 245px !important;}
.W246{width: 246px !important;}
.W247{width: 247px !important;}
.W248{width: 248px !important;}
.W249{width: 249px !important;}
.W250{width: 250px !important;}
.W251{width: 251px !important;}
.W252{width: 252px !important;}
.W253{width: 253px !important;}
.W254{width: 254px !important;}
.W255{width: 255px !important;}
.W256{width: 256px !important;}
.W257{width: 257px !important;}
.W258{width: 258px !important;}
.W259{width: 259px !important;}
.W260{width: 260px !important;}
.W261{width: 261px !important;}
.W262{width: 262px !important;}
.W263{width: 263px !important;}
.W264{width: 264px !important;}
.W265{width: 265px !important;}
.W266{width: 266px !important;}
.W267{width: 267px !important;}
.W268{width: 268px !important;}
.W269{width: 269px !important;}
.W270{width: 270px !important;}
.W271{width: 271px !important;}
.W272{width: 272px !important;}
.W273{width: 273px !important;}
.W274{width: 274px !important;}
.W275{width: 275px !important;}
.W276{width: 276px !important;}
.W277{width: 277px !important;}
.W278{width: 278px !important;}
.W279{width: 279px !important;}
.W280{width: 280px !important;}
.W281{width: 281px !important;}
.W282{width: 282px !important;}
.W283{width: 283px !important;}
.W284{width: 284px !important;}
.W285{width: 285px !important;}
.W286{width: 286px !important;}
.W287{width: 287px !important;}
.W288{width: 288px !important;}
.W289{width: 289px !important;}
.W290{width: 290px !important;}
.W291{width: 291px !important;}
.W292{width: 292px !important;}
.W293{width: 293px !important;}
.W294{width: 294px !important;}
.W295{width: 295px !important;}
.W296{width: 296px !important;}
.W297{width: 297px !important;}
.W298{width: 298px !important;}
.W299{width: 299px !important;}
.W300{width: 300px !important;}
/************************************/
.W301{width: 301px !important;}
.W302{width: 302px !important;}
.W303{width: 303px !important;}
.W304{width: 304px !important;}
.W305{width: 305px !important;}
.W306{width: 306px !important;}
.W307{width: 307px !important;}
.W308{width: 308px !important;}
.W309{width: 309px !important;}
.W310{width: 310px !important;}
.W311{width: 311px !important;}
.W312{width: 312px !important;}
.W313{width: 313px !important;}
.W314{width: 314px !important;}
.W315{width: 315px !important;}
.W316{width: 316px !important;}
.W317{width: 317px !important;}
.W318{width: 318px !important;}
.W319{width: 319px !important;}
.W320{width: 320px !important;}
.W321{width: 321px !important;}
.W322{width: 322px !important;}
.W323{width: 323px !important;}
.W324{width: 324px !important;}
.W325{width: 325px !important;}
.W326{width: 326px !important;}
.W327{width: 327px !important;}
.W328{width: 328px !important;}
.W329{width: 329px !important;}
.W330{width: 330px !important;}
.W331{width: 331px !important;}
.W332{width: 330px !important;}
.W333{width: 333px !important;}
.W334{width: 334px !important;}
.W335{width: 335px !important;}
.W336{width: 336px !important;}
.W337{width: 337px !important;}
.W338{width: 338px !important;}
.W339{width: 339px !important;}
.W340{width: 340px !important;}
.W341{width: 341px !important;}
.W342{width: 342px !important;}
.W343{width: 343px !important;}
.W344{width: 344px !important;}
.W345{width: 345px !important;}
.W346{width: 346px !important;}
.W347{width: 347px !important;}
.W348{width: 348px !important;}
.W349{width: 349px !important;}
.W350{width: 350px !important;}
.W351{width: 351px !important;}
.W352{width: 352px !important;}
.W353{width: 353px !important;}
.W354{width: 354px !important;}
.W355{width: 355px !important;}
.W356{width: 356px !important;}
.W357{width: 357px !important;}
.W358{width: 358px !important;}
.W359{width: 359px !important;}
.W360{width: 360px !important;}
.W361{width: 361px !important;}
.W362{width: 362px !important;}
.W363{width: 363px !important;}
.W364{width: 364px !important;}
.W365{width: 365px !important;}
.W366{width: 366px !important;}
.W367{width: 367px !important;}
.W368{width: 368px !important;}
.W369{width: 369px !important;}
.W370{width: 370px !important;}
.W371{width: 371px !important;}
.W372{width: 372px !important;}
.W373{width: 373px !important;}
.W374{width: 374px !important;}
.W375{width: 375px !important;}
.W376{width: 376px !important;}
.W377{width: 377px !important;}
.W378{width: 378px !important;}
.W379{width: 379px !important;}
.W380{width: 380px !important;}
.W381{width: 381px !important;}
.W382{width: 382px !important;}
.W383{width: 383px !important;}
.W384{width: 384px !important;}
.W385{width: 385px !important;}
.W386{width: 386px !important;}
.W387{width: 387px !important;}
.W388{width: 388px !important;}
.W389{width: 389px !important;}
.W390{width: 390px !important;}
.W391{width: 391px !important;}
.W392{width: 392px !important;}
.W393{width: 393px !important;}
.W394{width: 394px !important;}
.W395{width: 395px !important;}
.W396{width: 396px !important;}
.W397{width: 397px !important;}
.W398{width: 398px !important;}
.W399{width: 399px !important;}
/************************************/
.W400{width: 400px !important;}
.W401{width: 401px !important;}
.W402{width: 402px !important;}
.W403{width: 403px !important;}
.W404{width: 404px !important;}
.W405{width: 405px !important;}
.W406{width: 406px !important;}
.W407{width: 407px !important;}
.W408{width: 408px !important;}
.W409{width: 409px !important;}
.W410{width: 410px !important;}
.W411{width: 411px !important;}
.W412{width: 412px !important;}
.W413{width: 413px !important;}
.W414{width: 414px !important;}
.W415{width: 415px !important;}
.W416{width: 416px !important;}
.W417{width: 417px !important;}
.W418{width: 418px !important;}
.W419{width: 419px !important;}
.W420{width: 420px !important;}
.W421{width: 421px !important;}
.W422{width: 422px !important;}
.W423{width: 423px !important;}
.W424{width: 424px !important;}
.W425{width: 425px !important;}
.W426{width: 426px !important;}
.W427{width: 427px !important;}
.W428{width: 428px !important;}
.W429{width: 429px !important;}
.W430{width: 430px !important;}
.W431{width: 431px !important;}
.W432{width: 432px !important;}
.W433{width: 433px !important;}
.W434{width: 434px !important;}
.W435{width: 435px !important;}
.W436{width: 436px !important;}
.W437{width: 437px !important;}
.W438{width: 438px !important;}
.W439{width: 439px !important;}
.W440{width: 440px !important;}
.W441{width: 441px !important;}
.W442{width: 442px !important;}
.W443{width: 443px !important;}
.W444{width: 444px !important;}
.W445{width: 445px !important;}
.W446{width: 446px !important;}
.W447{width: 447px !important;}
.W448{width: 448px !important;}
.W449{width: 449px !important;}
.W450{width: 450px !important;}
.W451{width: 451px !important;}
.W452{width: 452px !important;}
.W453{width: 453px !important;}
.W454{width: 454px !important;}
.W455{width: 455px !important;}
.W456{width: 456px !important;}
.W457{width: 457px !important;}
.W458{width: 458px !important;}
.W459{width: 459px !important;}
.W460{width: 460px !important;}
.W461{width: 461px !important;}
.W462{width: 462px !important;}
.W463{width: 463px !important;}
.W464{width: 464px !important;}
.W465{width: 465px !important;}
.W466{width: 466px !important;}
.W467{width: 467px !important;}
.W468{width: 468px !important;}
.W469{width: 469px !important;}
.W470{width: 470px !important;}
.W471{width: 471px !important;}
.W472{width: 472px !important;}
.W473{width: 473px !important;}
.W474{width: 474px !important;}
.W475{width: 475px !important;}
.W476{width: 476px !important;}
.W477{width: 477px !important;}
.W478{width: 478px !important;}
.W479{width: 479px !important;}
.W480{width: 480px !important;}
.W481{width: 481px !important;}
.W482{width: 482px !important;}
.W483{width: 483px !important;}
.W484{width: 484px !important;}
.W485{width: 485px !important;}
.W486{width: 486px !important;}
.W487{width: 487px !important;}
.W488{width: 488px !important;}
.W489{width: 489px !important;}
.W490{width: 490px !important;}
.W491{width: 491px !important;}
.W492{width: 492px !important;}
.W493{width: 493px !important;}
.W494{width: 494px !important;}
.W495{width: 495px !important;}
.W496{width: 496px !important;}
.W497{width: 497px !important;}
.W498{width: 498px !important;}
.W499{width: 499px !important;}
/************************************/
.W500{width: 500px !important;}
.W501{width: 501px !important;}
.W502{width: 502px !important;}
.W503{width: 503px !important;}
.W504{width: 504px !important;}
.W505{width: 505px !important;}
.W506{width: 506px !important;}
.W507{width: 507px !important;}
.W508{width: 508px !important;}
.W509{width: 509px !important;}
.W510{width: 510px !important;}
.W511{width: 511px !important;}
.W512{width: 512px !important;}
.W513{width: 513px !important;}
.W514{width: 514px !important;}
.W515{width: 515px !important;}
.W516{width: 516px !important;}
.W517{width: 517px !important;}
.W518{width: 518px !important;}
.W519{width: 519px !important;}
.W520{width: 520px !important;}
.W521{width: 521px !important;}
.W522{width: 522px !important;}
.W523{width: 523px !important;}
.W524{width: 524px !important;}
.W525{width: 525px !important;}
.W526{width: 526px !important;}
.W527{width: 527px !important;}
.W528{width: 528px !important;}
.W529{width: 529px !important;}
.W530{width: 530px !important;}
.W531{width: 531px !important;}
.W532{width: 532px !important;}
.W533{width: 533px !important;}
.W534{width: 534px !important;}
.W535{width: 535px !important;}
.W536{width: 536px !important;}
.W537{width: 537px !important;}
.W538{width: 538px !important;}
.W539{width: 539px !important;}
.W540{width: 540px !important;}
.W541{width: 541px !important;}
.W542{width: 542px !important;}
.W543{width: 543px !important;}
.W544{width: 544px !important;}
.W545{width: 545px !important;}
.W546{width: 546px !important;}
.W547{width: 547px !important;}
.W548{width: 548px !important;}
.W549{width: 549px !important;}
.W550{width: 550px !important;}
.W551{width: 551px !important;}
.W552{width: 552px !important;}
.W553{width: 553px !important;}
.W554{width: 554px !important;}
.W555{width: 555px !important;}
.W556{width: 556px !important;}
.W557{width: 557px !important;}
.W558{width: 558px !important;}
.W559{width: 559px !important;}
.W560{width: 560px !important;}
.W561{width: 561px !important;}
.W562{width: 562px !important;}
.W563{width: 563px !important;}
.W564{width: 564px !important;}
.W565{width: 565px !important;}
.W566{width: 566px !important;}
.W567{width: 567px !important;}
.W568{width: 568px !important;}
.W569{width: 569px !important;}
.W570{width: 570px !important;}
.W571{width: 571px !important;}
.W572{width: 572px !important;}
.W573{width: 573px !important;}
.W574{width: 574px !important;}
.W575{width: 575px !important;}
.W576{width: 576px !important;}
.W577{width: 577px !important;}
.W578{width: 578px !important;}
.W579{width: 579px !important;}
.W580{width: 580px !important;}
.W581{width: 581px !important;}
.W582{width: 582px !important;}
.W583{width: 583px !important;}
.W584{width: 584px !important;}
.W585{width: 585px !important;}
.W586{width: 586px !important;}
.W587{width: 587px !important;}
.W588{width: 588px !important;}
.W589{width: 589px !important;}
.W590{width: 590px !important;}
.W591{width: 591px !important;}
.W592{width: 592px !important;}
.W593{width: 593px !important;}
.W594{width: 594px !important;}
.W595{width: 595px !important;}
.W596{width: 596px !important;}
.W597{width: 597px !important;}
.W598{width: 598px !important;}
.W599{width: 599px !important;}
/************************************/
.W600{width: 600px !important;}
.W601{width: 601px !important;}
.W602{width: 602px !important;}
.W603{width: 603px !important;}
.W604{width: 604px !important;}
.W605{width: 605px !important;}
.W606{width: 606px !important;}
.W607{width: 607px !important;}
.W608{width: 608px !important;}
.W609{width: 609px !important;}
.W610{width: 610px !important;}
.W611{width: 611px !important;}
.W612{width: 612px !important;}
.W613{width: 613px !important;}
.W614{width: 614px !important;}
.W615{width: 615px !important;}
.W616{width: 616px !important;}
.W617{width: 617px !important;}
.W618{width: 618px !important;}
.W619{width: 619px !important;}
.W620{width: 620px !important;}
.W621{width: 621px !important;}
.W622{width: 622px !important;}
.W623{width: 623px !important;}
.W624{width: 624px !important;}
.W625{width: 625px !important;}
.W626{width: 626px !important;}
.W627{width: 627px !important;}
.W628{width: 628px !important;}
.W629{width: 629px !important;}
.W630{width: 630px !important;}
.W631{width: 631px !important;}
.W632{width: 632px !important;}
.W633{width: 633px !important;}
.W634{width: 634px !important;}
.W635{width: 635px !important;}
.W636{width: 636px !important;}
.W637{width: 637px !important;}
.W638{width: 638px !important;}
.W639{width: 639px !important;}
.W640{width: 640px !important;}
.W641{width: 641px !important;}
.W642{width: 642px !important;}
.W643{width: 643px !important;}
.W644{width: 644px !important;}
.W645{width: 645px !important;}
.W646{width: 646px !important;}
.W647{width: 647px !important;}
.W648{width: 648px !important;}
.W649{width: 649px !important;}
.W650{width: 650px !important;}
.W651{width: 651px !important;}
.W652{width: 652px !important;}
.W653{width: 653px !important;}
.W654{width: 654px !important;}
.W655{width: 655px !important;}
.W656{width: 656px !important;}
.W657{width: 657px !important;}
.W658{width: 658px !important;}
.W659{width: 659px !important;}
.W660{width: 660px !important;}
.W661{width: 661px !important;}
.W662{width: 662px !important;}
.W663{width: 663px !important;}
.W664{width: 664px !important;}
.W665{width: 665px !important;}
.W666{width: 666px !important;}
.W667{width: 667px !important;}
.W668{width: 668px !important;}
.W669{width: 669px !important;}
.W670{width: 670px !important;}
.W671{width: 671px !important;}
.W672{width: 672px !important;}
.W673{width: 673px !important;}
.W674{width: 674px !important;}
.W675{width: 675px !important;}
.W676{width: 676px !important;}
.W677{width: 677px !important;}
.W678{width: 678px !important;}
.W679{width: 679px !important;}
.W680{width: 680px !important;}
.W681{width: 681px !important;}
.W682{width: 682px !important;}
.W683{width: 683px !important;}
.W684{width: 684px !important;}
.W685{width: 685px !important;}
.W686{width: 686px !important;}
.W687{width: 687px !important;}
.W688{width: 688px !important;}
.W689{width: 689px !important;}
.W690{width: 690px !important;}
.W691{width: 691px !important;}
.W692{width: 692px !important;}
.W693{width: 693px !important;}
.W694{width: 694px !important;}
.W695{width: 695px !important;}
.W696{width: 696px !important;}
.W697{width: 697px !important;}
.W698{width: 698px !important;}
.W699{width: 699px !important;}
/************************************/
.W700{width: 700px !important;}
.W701{width: 701px !important;}
.W702{width: 702px !important;}
.W703{width: 703px !important;}
.W704{width: 704px !important;}
.W705{width: 705px !important;}
.W706{width: 706px !important;}
.W707{width: 707px !important;}
.W708{width: 708px !important;}
.W709{width: 709px !important;}
.W710{width: 710px !important;}
.W711{width: 711px !important;}
.W712{width: 712px !important;}
.W713{width: 713px !important;}
.W714{width: 714px !important;}
.W715{width: 715px !important;}
.W716{width: 716px !important;}
.W717{width: 717px !important;}
.W718{width: 718px !important;}
.W719{width: 719px !important;}
.W720{width: 720px !important;}
.W721{width: 721px !important;}
.W722{width: 722px !important;}
.W723{width: 723px !important;}
.W724{width: 724px !important;}
.W725{width: 725px !important;}
.W726{width: 726px !important;}
.W727{width: 727px !important;}
.W728{width: 728px !important;}
.W729{width: 729px !important;}
.W730{width: 730px !important;}
.W731{width: 731px !important;}
.W732{width: 732px !important;}
.W733{width: 733px !important;}
.W734{width: 734px !important;}
.W735{width: 735px !important;}
.W736{width: 736px !important;}
.W737{width: 737px !important;}
.W738{width: 738px !important;}
.W739{width: 739px !important;}
.W740{width: 740px !important;}
.W741{width: 741px !important;}
.W742{width: 742px !important;}
.W743{width: 743px !important;}
.W744{width: 744px !important;}
.W745{width: 745px !important;}
.W746{width: 746px !important;}
.W747{width: 747px !important;}
.W748{width: 748px !important;}
.W749{width: 749px !important;}
.W750{width: 750px !important;}
.W751{width: 751px !important;}
.W752{width: 752px !important;}
.W753{width: 753px !important;}
.W754{width: 754px !important;}
.W755{width: 755px !important;}
.W756{width: 756px !important;}
.W757{width: 757px !important;}
.W758{width: 758px !important;}
.W759{width: 759px !important;}
.W760{width: 760px !important;}
.W761{width: 761px !important;}
.W762{width: 762px !important;}
.W763{width: 763px !important;}
.W764{width: 764px !important;}
.W765{width: 765px !important;}
.W766{width: 766px !important;}
.W767{width: 767px !important;}
.W768{width: 768px !important;}
.W769{width: 769px !important;}
.W770{width: 770px !important;}
.W771{width: 771px !important;}
.W772{width: 772px !important;}
.W773{width: 773px !important;}
.W774{width: 774px !important;}
.W775{width: 775px !important;}
.W776{width: 776px !important;}
.W777{width: 777px !important;}
.W778{width: 778px !important;}
.W779{width: 779px !important;}
.W780{width: 780px !important;}
.W781{width: 781px !important;}
.W782{width: 782px !important;}
.W783{width: 783px !important;}
.W784{width: 784px !important;}
.W785{width: 785px !important;}
.W786{width: 786px !important;}
.W787{width: 787px !important;}
.W788{width: 788px !important;}
.W789{width: 789px !important;}
.W790{width: 790px !important;}
.W791{width: 791px !important;}
.W792{width: 792px !important;}
.W793{width: 793px !important;}
.W794{width: 794px !important;}
.W795{width: 795px !important;}
.W796{width: 796px !important;}
.W797{width: 797px !important;}
.W798{width: 798px !important;}
.W799{width: 799px !important;}
/************************************/
.W800{width: 800px !important;}
.W801{width: 801px !important;}
.W802{width: 802px !important;}
.W803{width: 803px !important;}
.W804{width: 804px !important;}
.W805{width: 805px !important;}
.W806{width: 806px !important;}
.W807{width: 807px !important;}
.W808{width: 808px !important;}
.W809{width: 809px !important;}
.W810{width: 810px !important;}
.W811{width: 811px !important;}
.W812{width: 812px !important;}
.W813{width: 813px !important;}
.W814{width: 814px !important;}
.W815{width: 815px !important;}
.W816{width: 816px !important;}
.W817{width: 817px !important;}
.W818{width: 818px !important;}
.W819{width: 819px !important;}
.W820{width: 820px !important;}
.W821{width: 821px !important;}
.W822{width: 822px !important;}
.W823{width: 823px !important;}
.W824{width: 824px !important;}
.W825{width: 825px !important;}
.W826{width: 826px !important;}
.W827{width: 827px !important;}
.W828{width: 828px !important;}
.W829{width: 829px !important;}
.W830{width: 830px !important;}
.W831{width: 831px !important;}
.W832{width: 832px !important;}
.W833{width: 833px !important;}
.W834{width: 834px !important;}
.W835{width: 835px !important;}
.W836{width: 836px !important;}
.W837{width: 837px !important;}
.W838{width: 838px !important;}
.W839{width: 839px !important;}
.W840{width: 840px !important;}
.W841{width: 841px !important;}
.W842{width: 842px !important;}
.W843{width: 843px !important;}
.W844{width: 844px !important;}
.W845{width: 845px !important;}
.W846{width: 846px !important;}
.W847{width: 847px !important;}
.W848{width: 848px !important;}
.W849{width: 849px !important;}
.W850{width: 850px !important;}
.W851{width: 851px !important;}
.W852{width: 852px !important;}
.W853{width: 853px !important;}
.W854{width: 854px !important;}
.W855{width: 855px !important;}
.W856{width: 856px !important;}
.W857{width: 857px !important;}
.W858{width: 858px !important;}
.W859{width: 859px !important;}
.W860{width: 860px !important;}
.W861{width: 861px !important;}
.W862{width: 862px !important;}
.W863{width: 863px !important;}
.W864{width: 864px !important;}
.W865{width: 865px !important;}
.W866{width: 866px !important;}
.W867{width: 867px !important;}
.W868{width: 868px !important;}
.W869{width: 869px !important;}
.W870{width: 870px !important;}
.W871{width: 871px !important;}
.W872{width: 872px !important;}
.W873{width: 873px !important;}
.W874{width: 874px !important;}
.W875{width: 875px !important;}
.W876{width: 876px !important;}
.W877{width: 877px !important;}
.W878{width: 878px !important;}
.W879{width: 879px !important;}
.W880{width: 880px !important;}
.W881{width: 881px !important;}
.W882{width: 882px !important;}
.W883{width: 883px !important;}
.W884{width: 884px !important;}
.W885{width: 885px !important;}
.W886{width: 886px !important;}
.W887{width: 887px !important;}
.W888{width: 888px !important;}
.W889{width: 889px !important;}
.W890{width: 890px !important;}
.W891{width: 891px !important;}
.W892{width: 892px !important;}
.W893{width: 893px !important;}
.W894{width: 894px !important;}
.W895{width: 895px !important;}
.W896{width: 896px !important;}
.W897{width: 897px !important;}
.W898{width: 898px !important;}
.W899{width: 899px !important;}
/************************************/
.W900{width: 900px !important;}
.W901{width: 901px !important;}
.W902{width: 902px !important;}
.W903{width: 903px !important;}
.W904{width: 904px !important;}
.W905{width: 905px !important;}
.W906{width: 906px !important;}
.W907{width: 907px !important;}
.W908{width: 908px !important;}
.W909{width: 909px !important;}
.W910{width: 910px !important;}
.W911{width: 911px !important;}
.W912{width: 912px !important;}
.W913{width: 913px !important;}
.W914{width: 914px !important;}
.W915{width: 915px !important;}
.W916{width: 916px !important;}
.W917{width: 917px !important;}
.W918{width: 918px !important;}
.W919{width: 919px !important;}
.W920{width: 920px !important;}
.W921{width: 921px !important;}
.W922{width: 922px !important;}
.W923{width: 923px !important;}
.W924{width: 924px !important;}
.W925{width: 925px !important;}
.W926{width: 926px !important;}
.W927{width: 927px !important;}
.W928{width: 928px !important;}
.W929{width: 929px !important;}
.W930{width: 930px !important;}
.W931{width: 931px !important;}
.W932{width: 932px !important;}
.W933{width: 933px !important;}
.W934{width: 934px !important;}
.W935{width: 935px !important;}
.W936{width: 936px !important;}
.W937{width: 937px !important;}
.W938{width: 938px !important;}
.W939{width: 939px !important;}
.W940{width: 940px !important;}
.W941{width: 941px !important;}
.W942{width: 942px !important;}
.W943{width: 943px !important;}
.W944{width: 944px !important;}
.W945{width: 945px !important;}
.W946{width: 946px !important;}
.W947{width: 947px !important;}
.W948{width: 948px !important;}
.W949{width: 949px !important;}
.W950{width: 950px !important;}
.W951{width: 951px !important;}
.W952{width: 952px !important;}
.W953{width: 953px !important;}
.W954{width: 954px !important;}
.W955{width: 955px !important;}
.W956{width: 956px !important;}
.W957{width: 957px !important;}
.W958{width: 958px !important;}
.W959{width: 959px !important;}
.W960{width: 960px !important;}
.W961{width: 961px !important;}
.W962{width: 962px !important;}
.W963{width: 963px !important;}
.W964{width: 964px !important;}
.W965{width: 965px !important;}
.W966{width: 966px !important;}
.W967{width: 967px !important;}
.W968{width: 968px !important;}
.W969{width: 969px !important;}
.W970{width: 970px !important;}
.W971{width: 971px !important;}
.W972{width: 972px !important;}
.W973{width: 973px !important;}
.W974{width: 974px !important;}
.W975{width: 975px !important;}
.W976{width: 976px !important;}
.W977{width: 977px !important;}
.W978{width: 978px !important;}
.W979{width: 979px !important;}
.W980{width: 980px !important;}
.W981{width: 981px !important;}
.W982{width: 982px !important;}
.W983{width: 983px !important;}
.W984{width: 984px !important;}
.W985{width: 985px !important;}
.W986{width: 986px !important;}
.W987{width: 987px !important;}
.W988{width: 988px !important;}
.W989{width: 989px !important;}
.W990{width: 990px !important;}
.W991{width: 991px !important;}
.W992{width: 992px !important;}
.W993{width: 993px !important;}
.W994{width: 994px !important;}
.W995{width: 995px !important;}
.W996{width: 996px !important;}
.W997{width: 997px !important;}
.W998{width: 998px !important;}
.W999{width: 999px !important;}

.W1000{width: 1000px !important;}

/*Alturas específicas del modo lectura*/
.RO .ROH25{height: 25px !important;}


.H19{height: 19px !important;}
.H25{height: 25px !important;}
.H30{height: 30px !important;}
.H32{height: 32px !important;}
.H34{height: 34px !important;}
.H35{height: 35px !important;}
.H36{height: 36px !important;}
.H40{height: 40px !important;}
.H50{height: 50px !important;}
.H54{height: 54px !important;}
.H60{height: 60px !important;}
.H70{height: 70px !important;}
.H95{height: 95px !important;}
.H100{height: 100px !important;}
.H120{height: 120px !important;}
.H130{height: 130px !important;}
.H140{height: 140px !important;}
.H145{height: 145px !important;}
.H146{height: 146px !important;}
.H147{height: 147px !important;}
.H148{height: 148px !important;}
.H149{height: 149px !important;}
.H150{height: 150px !important;}
.H175{height: 175px !important;}
.H200{height: 200px !important;}
.H210{height: 210px !important;}
.H220{height: 220px !important;}
.H230{height: 230px !important;}
.H240{height: 240px !important;}
.H250{height: 250px !important;}
.H260{height: 260px !important;}
.H270{height: 270px !important;}
.H277{height: 277px !important;}
.H280{height: 280px !important;}
.H290{height: 290px !important;}
.H300{height: 300px !important;}
.H400{height: 400px !important;}
.H500{height: 500px !important;}
.H540{height: 540px !important;}
.H600{height: 600px !important;}
		
		
		
/*porcentajes*/
.W29percent{width: 29% !important;}
.W33percent{width: 33% !important;}
.W49percent{width: 49% !important;}
.W50percent{width: 50% !important;}
.W60percent{width: 60% !important;}
.W65percent{width: 65% !important;}
.W66percent{width: 66% !important;}
.W70percent{width: 70% !important;}
.W72percent{width: 72% !important;}
.W74percent{width: 74% !important;}
.W84percent{width: 84% !important;}
.W97percent{width: 97% !important;}
.W98percent{width: 98% !important;}
		
/*en pixeles*/
	
/*en porcentajes con respecto a los padres de los objetos, no vale para cualquier sitio, son específicos*/
.W35percent{width: 4.593% !important;} /*35px / 762px = 0.04593px x 100 = 4.593%*/		
.W143percent{width: 18.766% !important;} /*143px / 762px = 0.18766px x 100 = 18.766%*/
.W200percent{width: 26.246% !important;} /*200px / 762px = 0.26246px x 100 = 26.246%*/
.W210percent{width: 27.559% !important;} /*210px / 762px = 0.27559px x 100 = 27.559%*/
/*en porcentajes con respecto a los padres de los objetos, no vale para cualquier sitio, son específicos*/

/*TAMAÑOS*/

.noBB{border-bottom:none !important;}

.MH40{max-height:40px !important; overflow:auto;}
.MH56{max-height:56px !important; overflow:auto;}
.MH60{max-height:60px !important; overflow:auto;}
.MH100{max-height:100px !important; overflow:auto;}



/*TABLE SIZES*/
.WT50{width:50px;min-width:50px;}
.WT70{width:70px;min-width:70px;}
.WT80{width:80px;min-width:80px;}
.WT110{width:110px;min-width:110px;}
.WT160{width:160px;min-width:160px;}
/*TABLE SIZES*/

/* TEX-ALIGN */
.justify{ text-align:justify !important;}

.OH {
    overflow: hidden;
}
.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
/* For IE 6/7 only */  
.clearfix {  
    *zoom: 1;  
}
.float {
    float: left;
}

