

/* Start:/bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/style.css?15312243572775*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


/*===========================================================================*/

/* .sorting .sort{
	margin-bottom: 0;
	padding-top: 3px;
	padding-bottom: 3px;
} */
.sorting input[type="submit"] {
    font-family: 'gas' !important;
    /* padding: 0.3rem; */
    font-size: 1.1rem;
	color: #2461AA;
	border-color: transparent;
	background: transparent;
	font-weight: normal;
	border-radius: 2px;
}
.sorting input:hover{
	color:#FF1300;
}
.sorting input.active{
	color:#ffffff;
	background: #2461AA;
}

.boot-wrapper .sorting ul{
	margin-bottom: 0! important;
}

.product-item-label-availability, .product-item-label-notavailability{
	    top: 1px;
	    right: -16px;	    
}
.product-item-label-availability span, .product-item-label-notavailability span{
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.product-item-label-availability span {
	background: #2461AA! important;
}
.product-item-label-notavailability span {
	background: #9F9F9F! important;
}


.product-item-compare .button.compare-button, .product-item-detail-compare .button.compare-button{
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
}
.product-item-compare .button.compare-button .icon, .product-item-detail-compare .button.compare-button .icon{
	font-size: 20px;
	line-height: 26px;
}

@media screen and (max-width: 1020px) {
	.display-hide-for-small {
		display: none! important;
	}
}




.bx-section-desc-post h2 {
	font-size: 14px! important;
    font-weight: bold! important;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000;
}
.bx-section-desc-post p{
	font-size: 0.9rem;
}
/* End */


/* Start:/local/css/bootstrap.css?1502461737181462*/
.boot-wrapper {
 /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.boot-wrapper html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.boot-wrapper body {
  margin: 0;
}
.boot-wrapper article,
.boot-wrapper aside,
.boot-wrapper details,
.boot-wrapper figcaption,
.boot-wrapper figure,
.boot-wrapper footer,
.boot-wrapper header,
.boot-wrapper hgroup,
.boot-wrapper main,
.boot-wrapper menu,
.boot-wrapper nav,
.boot-wrapper section,
.boot-wrapper summary {
  display: block;
}
.boot-wrapper audio,
.boot-wrapper canvas,
.boot-wrapper progress,
.boot-wrapper video {
  display: inline-block;
  vertical-align: baseline;
}
.boot-wrapper audio:not([controls]) {
  display: none;
  height: 0;
}
.boot-wrapper [hidden],
.boot-wrapper template {
  display: none;
}
.boot-wrapper a {
  background-color: transparent;
}
.boot-wrapper a:active,
.boot-wrapper a:hover {
  outline: 0;
}
.boot-wrapper abbr[title] {
  border-bottom: 1px dotted;
}
.boot-wrapper b,
.boot-wrapper strong {
  font-weight: bold;
}
.boot-wrapper dfn {
  font-style: italic;
}
.boot-wrapper h1 {
  margin: .67em 0;
  font-size: 2em;
}
.boot-wrapper mark {
  color: #000;
  background: #ff0;
}
.boot-wrapper small {
  font-size: 80%;
}
.boot-wrapper sub,
.boot-wrapper sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.boot-wrapper sup {
  top: -.5em;
}
.boot-wrapper sub {
  bottom: -.25em;
}
.boot-wrapper img {
  border: 0;
}
.boot-wrapper svg:not(:root) {
  overflow: hidden;
}
.boot-wrapper figure {
  margin: 1em 40px;
}
.boot-wrapper hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.boot-wrapper pre {
  overflow: auto;
}
.boot-wrapper code,
.boot-wrapper kbd,
.boot-wrapper pre,
.boot-wrapper samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.boot-wrapper button,
.boot-wrapper input,
.boot-wrapper optgroup,
.boot-wrapper select,
.boot-wrapper textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.boot-wrapper button {
  overflow: visible;
}
.boot-wrapper button,
.boot-wrapper select {
  text-transform: none;
}
.boot-wrapper button,
.boot-wrapper html input[type="button"],
.boot-wrapper input[type="reset"],
.boot-wrapper input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.boot-wrapper button[disabled],
.boot-wrapper html input[disabled] {
  cursor: default;
}
.boot-wrapper button::-moz-focus-inner,
.boot-wrapper input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.boot-wrapper input {
  line-height: normal;
}
.boot-wrapper input[type="checkbox"],
.boot-wrapper input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.boot-wrapper input[type="number"]::-webkit-inner-spin-button,
.boot-wrapper input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.boot-wrapper input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.boot-wrapper input[type="search"]::-webkit-search-cancel-button,
.boot-wrapper input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.boot-wrapper fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.boot-wrapper legend {
  padding: 0;
  border: 0;
}
.boot-wrapper textarea {
  overflow: auto;
}
.boot-wrapper optgroup {
  font-weight: bold;
}
.boot-wrapper table {
  border-spacing: 0;
  border-collapse: collapse;
}
.boot-wrapper td,
.boot-wrapper th {
  padding: 0;
}
@media print {
  .boot-wrapper *,
  .boot-wrapper *:before,
  .boot-wrapper *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .boot-wrapper a,
  .boot-wrapper a:visited {
    text-decoration: underline;
  }
  .boot-wrapper a[href]:after {
    content: " (" attr(href) ")";
  }
  .boot-wrapper abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .boot-wrapper a[href^="#"]:after,
  .boot-wrapper a[href^="javascript:"]:after {
    content: "";
  }
  .boot-wrapper pre,
  .boot-wrapper blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .boot-wrapper thead {
    display: table-header-group;
  }
  .boot-wrapper tr,
  .boot-wrapper img {
    page-break-inside: avoid;
  }
  .boot-wrapper img {
    max-width: 100% !important;
  }
  .boot-wrapper p,
  .boot-wrapper h2,
  .boot-wrapper h3 {
    orphans: 3;
    widows: 3;
  }
  .boot-wrapper h2,
  .boot-wrapper h3 {
    page-break-after: avoid;
  }
  .boot-wrapper .navbar {
    display: none;
  }
  .boot-wrapper .btn > .caret,
  .boot-wrapper .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .boot-wrapper .label {
    border: 1px solid #000;
  }
  .boot-wrapper .table {
    border-collapse: collapse !important;
  }
  .boot-wrapper .table td,
  .boot-wrapper .table th {
    background-color: #fff !important;
  }
  .boot-wrapper .table-bordered th,
  .boot-wrapper .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  .boot-wrapper {
    font-family: 'Glyphicons Halflings';
    src: url("/local/css/../fonts/glyphicons-halflings-regular.eot");
    src: url("/local/css/../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/local/css/../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("/local/css/../fonts/glyphicons-halflings-regular.woff") format("woff"), url("/local/css/../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/local/css/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
  }
}
.boot-wrapper .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;
}
.boot-wrapper .glyphicon-asterisk:before {
  content: "\002a";
}
.boot-wrapper .glyphicon-plus:before {
  content: "\002b";
}
.boot-wrapper .glyphicon-euro:before,
.boot-wrapper .glyphicon-eur:before {
  content: "\20ac";
}
.boot-wrapper .glyphicon-minus:before {
  content: "\2212";
}
.boot-wrapper .glyphicon-cloud:before {
  content: "\2601";
}
.boot-wrapper .glyphicon-envelope:before {
  content: "\2709";
}
.boot-wrapper .glyphicon-pencil:before {
  content: "\270f";
}
.boot-wrapper .glyphicon-glass:before {
  content: "\e001";
}
.boot-wrapper .glyphicon-music:before {
  content: "\e002";
}
.boot-wrapper .glyphicon-search:before {
  content: "\e003";
}
.boot-wrapper .glyphicon-heart:before {
  content: "\e005";
}
.boot-wrapper .glyphicon-star:before {
  content: "\e006";
}
.boot-wrapper .glyphicon-star-empty:before {
  content: "\e007";
}
.boot-wrapper .glyphicon-user:before {
  content: "\e008";
}
.boot-wrapper .glyphicon-film:before {
  content: "\e009";
}
.boot-wrapper .glyphicon-th-large:before {
  content: "\e010";
}
.boot-wrapper .glyphicon-th:before {
  content: "\e011";
}
.boot-wrapper .glyphicon-th-list:before {
  content: "\e012";
}
.boot-wrapper .glyphicon-ok:before {
  content: "\e013";
}
.boot-wrapper .glyphicon-remove:before {
  content: "\e014";
}
.boot-wrapper .glyphicon-zoom-in:before {
  content: "\e015";
}
.boot-wrapper .glyphicon-zoom-out:before {
  content: "\e016";
}
.boot-wrapper .glyphicon-off:before {
  content: "\e017";
}
.boot-wrapper .glyphicon-signal:before {
  content: "\e018";
}
.boot-wrapper .glyphicon-cog:before {
  content: "\e019";
}
.boot-wrapper .glyphicon-trash:before {
  content: "\e020";
}
.boot-wrapper .glyphicon-home:before {
  content: "\e021";
}
.boot-wrapper .glyphicon-file:before {
  content: "\e022";
}
.boot-wrapper .glyphicon-time:before {
  content: "\e023";
}
.boot-wrapper .glyphicon-road:before {
  content: "\e024";
}
.boot-wrapper .glyphicon-download-alt:before {
  content: "\e025";
}
.boot-wrapper .glyphicon-download:before {
  content: "\e026";
}
.boot-wrapper .glyphicon-upload:before {
  content: "\e027";
}
.boot-wrapper .glyphicon-inbox:before {
  content: "\e028";
}
.boot-wrapper .glyphicon-play-circle:before {
  content: "\e029";
}
.boot-wrapper .glyphicon-repeat:before {
  content: "\e030";
}
.boot-wrapper .glyphicon-refresh:before {
  content: "\e031";
}
.boot-wrapper .glyphicon-list-alt:before {
  content: "\e032";
}
.boot-wrapper .glyphicon-lock:before {
  content: "\e033";
}
.boot-wrapper .glyphicon-flag:before {
  content: "\e034";
}
.boot-wrapper .glyphicon-headphones:before {
  content: "\e035";
}
.boot-wrapper .glyphicon-volume-off:before {
  content: "\e036";
}
.boot-wrapper .glyphicon-volume-down:before {
  content: "\e037";
}
.boot-wrapper .glyphicon-volume-up:before {
  content: "\e038";
}
.boot-wrapper .glyphicon-qrcode:before {
  content: "\e039";
}
.boot-wrapper .glyphicon-barcode:before {
  content: "\e040";
}
.boot-wrapper .glyphicon-tag:before {
  content: "\e041";
}
.boot-wrapper .glyphicon-tags:before {
  content: "\e042";
}
.boot-wrapper .glyphicon-book:before {
  content: "\e043";
}
.boot-wrapper .glyphicon-bookmark:before {
  content: "\e044";
}
.boot-wrapper .glyphicon-print:before {
  content: "\e045";
}
.boot-wrapper .glyphicon-camera:before {
  content: "\e046";
}
.boot-wrapper .glyphicon-font:before {
  content: "\e047";
}
.boot-wrapper .glyphicon-bold:before {
  content: "\e048";
}
.boot-wrapper .glyphicon-italic:before {
  content: "\e049";
}
.boot-wrapper .glyphicon-text-height:before {
  content: "\e050";
}
.boot-wrapper .glyphicon-text-width:before {
  content: "\e051";
}
.boot-wrapper .glyphicon-align-left:before {
  content: "\e052";
}
.boot-wrapper .glyphicon-align-center:before {
  content: "\e053";
}
.boot-wrapper .glyphicon-align-right:before {
  content: "\e054";
}
.boot-wrapper .glyphicon-align-justify:before {
  content: "\e055";
}
.boot-wrapper .glyphicon-list:before {
  content: "\e056";
}
.boot-wrapper .glyphicon-indent-left:before {
  content: "\e057";
}
.boot-wrapper .glyphicon-indent-right:before {
  content: "\e058";
}
.boot-wrapper .glyphicon-facetime-video:before {
  content: "\e059";
}
.boot-wrapper .glyphicon-picture:before {
  content: "\e060";
}
.boot-wrapper .glyphicon-map-marker:before {
  content: "\e062";
}
.boot-wrapper .glyphicon-adjust:before {
  content: "\e063";
}
.boot-wrapper .glyphicon-tint:before {
  content: "\e064";
}
.boot-wrapper .glyphicon-edit:before {
  content: "\e065";
}
.boot-wrapper .glyphicon-share:before {
  content: "\e066";
}
.boot-wrapper .glyphicon-check:before {
  content: "\e067";
}
.boot-wrapper .glyphicon-move:before {
  content: "\e068";
}
.boot-wrapper .glyphicon-step-backward:before {
  content: "\e069";
}
.boot-wrapper .glyphicon-fast-backward:before {
  content: "\e070";
}
.boot-wrapper .glyphicon-backward:before {
  content: "\e071";
}
.boot-wrapper .glyphicon-play:before {
  content: "\e072";
}
.boot-wrapper .glyphicon-pause:before {
  content: "\e073";
}
.boot-wrapper .glyphicon-stop:before {
  content: "\e074";
}
.boot-wrapper .glyphicon-forward:before {
  content: "\e075";
}
.boot-wrapper .glyphicon-fast-forward:before {
  content: "\e076";
}
.boot-wrapper .glyphicon-step-forward:before {
  content: "\e077";
}
.boot-wrapper .glyphicon-eject:before {
  content: "\e078";
}
.boot-wrapper .glyphicon-chevron-left:before {
  content: "\e079";
}
.boot-wrapper .glyphicon-chevron-right:before {
  content: "\e080";
}
.boot-wrapper .glyphicon-plus-sign:before {
  content: "\e081";
}
.boot-wrapper .glyphicon-minus-sign:before {
  content: "\e082";
}
.boot-wrapper .glyphicon-remove-sign:before {
  content: "\e083";
}
.boot-wrapper .glyphicon-ok-sign:before {
  content: "\e084";
}
.boot-wrapper .glyphicon-question-sign:before {
  content: "\e085";
}
.boot-wrapper .glyphicon-info-sign:before {
  content: "\e086";
}
.boot-wrapper .glyphicon-screenshot:before {
  content: "\e087";
}
.boot-wrapper .glyphicon-remove-circle:before {
  content: "\e088";
}
.boot-wrapper .glyphicon-ok-circle:before {
  content: "\e089";
}
.boot-wrapper .glyphicon-ban-circle:before {
  content: "\e090";
}
.boot-wrapper .glyphicon-arrow-left:before {
  content: "\e091";
}
.boot-wrapper .glyphicon-arrow-right:before {
  content: "\e092";
}
.boot-wrapper .glyphicon-arrow-up:before {
  content: "\e093";
}
.boot-wrapper .glyphicon-arrow-down:before {
  content: "\e094";
}
.boot-wrapper .glyphicon-share-alt:before {
  content: "\e095";
}
.boot-wrapper .glyphicon-resize-full:before {
  content: "\e096";
}
.boot-wrapper .glyphicon-resize-small:before {
  content: "\e097";
}
.boot-wrapper .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.boot-wrapper .glyphicon-gift:before {
  content: "\e102";
}
.boot-wrapper .glyphicon-leaf:before {
  content: "\e103";
}
.boot-wrapper .glyphicon-fire:before {
  content: "\e104";
}
.boot-wrapper .glyphicon-eye-open:before {
  content: "\e105";
}
.boot-wrapper .glyphicon-eye-close:before {
  content: "\e106";
}
.boot-wrapper .glyphicon-warning-sign:before {
  content: "\e107";
}
.boot-wrapper .glyphicon-plane:before {
  content: "\e108";
}
.boot-wrapper .glyphicon-calendar:before {
  content: "\e109";
}
.boot-wrapper .glyphicon-random:before {
  content: "\e110";
}
.boot-wrapper .glyphicon-comment:before {
  content: "\e111";
}
.boot-wrapper .glyphicon-magnet:before {
  content: "\e112";
}
.boot-wrapper .glyphicon-chevron-up:before {
  content: "\e113";
}
.boot-wrapper .glyphicon-chevron-down:before {
  content: "\e114";
}
.boot-wrapper .glyphicon-retweet:before {
  content: "\e115";
}
.boot-wrapper .glyphicon-shopping-cart:before {
  content: "\e116";
}
.boot-wrapper .glyphicon-folder-close:before {
  content: "\e117";
}
.boot-wrapper .glyphicon-folder-open:before {
  content: "\e118";
}
.boot-wrapper .glyphicon-resize-vertical:before {
  content: "\e119";
}
.boot-wrapper .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.boot-wrapper .glyphicon-hdd:before {
  content: "\e121";
}
.boot-wrapper .glyphicon-bullhorn:before {
  content: "\e122";
}
.boot-wrapper .glyphicon-bell:before {
  content: "\e123";
}
.boot-wrapper .glyphicon-certificate:before {
  content: "\e124";
}
.boot-wrapper .glyphicon-thumbs-up:before {
  content: "\e125";
}
.boot-wrapper .glyphicon-thumbs-down:before {
  content: "\e126";
}
.boot-wrapper .glyphicon-hand-right:before {
  content: "\e127";
}
.boot-wrapper .glyphicon-hand-left:before {
  content: "\e128";
}
.boot-wrapper .glyphicon-hand-up:before {
  content: "\e129";
}
.boot-wrapper .glyphicon-hand-down:before {
  content: "\e130";
}
.boot-wrapper .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.boot-wrapper .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.boot-wrapper .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.boot-wrapper .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.boot-wrapper .glyphicon-globe:before {
  content: "\e135";
}
.boot-wrapper .glyphicon-wrench:before {
  content: "\e136";
}
.boot-wrapper .glyphicon-tasks:before {
  content: "\e137";
}
.boot-wrapper .glyphicon-filter:before {
  content: "\e138";
}
.boot-wrapper .glyphicon-briefcase:before {
  content: "\e139";
}
.boot-wrapper .glyphicon-fullscreen:before {
  content: "\e140";
}
.boot-wrapper .glyphicon-dashboard:before {
  content: "\e141";
}
.boot-wrapper .glyphicon-paperclip:before {
  content: "\e142";
}
.boot-wrapper .glyphicon-heart-empty:before {
  content: "\e143";
}
.boot-wrapper .glyphicon-link:before {
  content: "\e144";
}
.boot-wrapper .glyphicon-phone:before {
  content: "\e145";
}
.boot-wrapper .glyphicon-pushpin:before {
  content: "\e146";
}
.boot-wrapper .glyphicon-usd:before {
  content: "\e148";
}
.boot-wrapper .glyphicon-gbp:before {
  content: "\e149";
}
.boot-wrapper .glyphicon-sort:before {
  content: "\e150";
}
.boot-wrapper .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.boot-wrapper .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.boot-wrapper .glyphicon-sort-by-order:before {
  content: "\e153";
}
.boot-wrapper .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.boot-wrapper .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.boot-wrapper .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.boot-wrapper .glyphicon-unchecked:before {
  content: "\e157";
}
.boot-wrapper .glyphicon-expand:before {
  content: "\e158";
}
.boot-wrapper .glyphicon-collapse-down:before {
  content: "\e159";
}
.boot-wrapper .glyphicon-collapse-up:before {
  content: "\e160";
}
.boot-wrapper .glyphicon-log-in:before {
  content: "\e161";
}
.boot-wrapper .glyphicon-flash:before {
  content: "\e162";
}
.boot-wrapper .glyphicon-log-out:before {
  content: "\e163";
}
.boot-wrapper .glyphicon-new-window:before {
  content: "\e164";
}
.boot-wrapper .glyphicon-record:before {
  content: "\e165";
}
.boot-wrapper .glyphicon-save:before {
  content: "\e166";
}
.boot-wrapper .glyphicon-open:before {
  content: "\e167";
}
.boot-wrapper .glyphicon-saved:before {
  content: "\e168";
}
.boot-wrapper .glyphicon-import:before {
  content: "\e169";
}
.boot-wrapper .glyphicon-export:before {
  content: "\e170";
}
.boot-wrapper .glyphicon-send:before {
  content: "\e171";
}
.boot-wrapper .glyphicon-floppy-disk:before {
  content: "\e172";
}
.boot-wrapper .glyphicon-floppy-saved:before {
  content: "\e173";
}
.boot-wrapper .glyphicon-floppy-remove:before {
  content: "\e174";
}
.boot-wrapper .glyphicon-floppy-save:before {
  content: "\e175";
}
.boot-wrapper .glyphicon-floppy-open:before {
  content: "\e176";
}
.boot-wrapper .glyphicon-credit-card:before {
  content: "\e177";
}
.boot-wrapper .glyphicon-transfer:before {
  content: "\e178";
}
.boot-wrapper .glyphicon-cutlery:before {
  content: "\e179";
}
.boot-wrapper .glyphicon-header:before {
  content: "\e180";
}
.boot-wrapper .glyphicon-compressed:before {
  content: "\e181";
}
.boot-wrapper .glyphicon-earphone:before {
  content: "\e182";
}
.boot-wrapper .glyphicon-phone-alt:before {
  content: "\e183";
}
.boot-wrapper .glyphicon-tower:before {
  content: "\e184";
}
.boot-wrapper .glyphicon-stats:before {
  content: "\e185";
}
.boot-wrapper .glyphicon-sd-video:before {
  content: "\e186";
}
.boot-wrapper .glyphicon-hd-video:before {
  content: "\e187";
}
.boot-wrapper .glyphicon-subtitles:before {
  content: "\e188";
}
.boot-wrapper .glyphicon-sound-stereo:before {
  content: "\e189";
}
.boot-wrapper .glyphicon-sound-dolby:before {
  content: "\e190";
}
.boot-wrapper .glyphicon-sound-5-1:before {
  content: "\e191";
}
.boot-wrapper .glyphicon-sound-6-1:before {
  content: "\e192";
}
.boot-wrapper .glyphicon-sound-7-1:before {
  content: "\e193";
}
.boot-wrapper .glyphicon-copyright-mark:before {
  content: "\e194";
}
.boot-wrapper .glyphicon-registration-mark:before {
  content: "\e195";
}
.boot-wrapper .glyphicon-cloud-download:before {
  content: "\e197";
}
.boot-wrapper .glyphicon-cloud-upload:before {
  content: "\e198";
}
.boot-wrapper .glyphicon-tree-conifer:before {
  content: "\e199";
}
.boot-wrapper .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.boot-wrapper .glyphicon-cd:before {
  content: "\e201";
}
.boot-wrapper .glyphicon-save-file:before {
  content: "\e202";
}
.boot-wrapper .glyphicon-open-file:before {
  content: "\e203";
}
.boot-wrapper .glyphicon-level-up:before {
  content: "\e204";
}
.boot-wrapper .glyphicon-copy:before {
  content: "\e205";
}
.boot-wrapper .glyphicon-paste:before {
  content: "\e206";
}
.boot-wrapper .glyphicon-alert:before {
  content: "\e209";
}
.boot-wrapper .glyphicon-equalizer:before {
  content: "\e210";
}
.boot-wrapper .glyphicon-king:before {
  content: "\e211";
}
.boot-wrapper .glyphicon-queen:before {
  content: "\e212";
}
.boot-wrapper .glyphicon-pawn:before {
  content: "\e213";
}
.boot-wrapper .glyphicon-bishop:before {
  content: "\e214";
}
.boot-wrapper .glyphicon-knight:before {
  content: "\e215";
}
.boot-wrapper .glyphicon-baby-formula:before {
  content: "\e216";
}
.boot-wrapper .glyphicon-tent:before {
  content: "\26fa";
}
.boot-wrapper .glyphicon-blackboard:before {
  content: "\e218";
}
.boot-wrapper .glyphicon-bed:before {
  content: "\e219";
}
.boot-wrapper .glyphicon-apple:before {
  content: "\f8ff";
}
.boot-wrapper .glyphicon-erase:before {
  content: "\e221";
}
.boot-wrapper .glyphicon-hourglass:before {
  content: "\231b";
}
.boot-wrapper .glyphicon-lamp:before {
  content: "\e223";
}
.boot-wrapper .glyphicon-duplicate:before {
  content: "\e224";
}
.boot-wrapper .glyphicon-piggy-bank:before {
  content: "\e225";
}
.boot-wrapper .glyphicon-scissors:before {
  content: "\e226";
}
.boot-wrapper .glyphicon-bitcoin:before {
  content: "\e227";
}
.boot-wrapper .glyphicon-btc:before {
  content: "\e227";
}
.boot-wrapper .glyphicon-xbt:before {
  content: "\e227";
}
.boot-wrapper .glyphicon-yen:before {
  content: "\00a5";
}
.boot-wrapper .glyphicon-jpy:before {
  content: "\00a5";
}
.boot-wrapper .glyphicon-ruble:before {
  content: "\20bd";
}
.boot-wrapper .glyphicon-rub:before {
  content: "\20bd";
}
.boot-wrapper .glyphicon-scale:before {
  content: "\e230";
}
.boot-wrapper .glyphicon-ice-lolly:before {
  content: "\e231";
}
.boot-wrapper .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.boot-wrapper .glyphicon-education:before {
  content: "\e233";
}
.boot-wrapper .glyphicon-option-horizontal:before {
  content: "\e234";
}
.boot-wrapper .glyphicon-option-vertical:before {
  content: "\e235";
}
.boot-wrapper .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.boot-wrapper .glyphicon-modal-window:before {
  content: "\e237";
}
.boot-wrapper .glyphicon-oil:before {
  content: "\e238";
}
.boot-wrapper .glyphicon-grain:before {
  content: "\e239";
}
.boot-wrapper .glyphicon-sunglasses:before {
  content: "\e240";
}
.boot-wrapper .glyphicon-text-size:before {
  content: "\e241";
}
.boot-wrapper .glyphicon-text-color:before {
  content: "\e242";
}
.boot-wrapper .glyphicon-text-background:before {
  content: "\e243";
}
.boot-wrapper .glyphicon-object-align-top:before {
  content: "\e244";
}
.boot-wrapper .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.boot-wrapper .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.boot-wrapper .glyphicon-object-align-left:before {
  content: "\e247";
}
.boot-wrapper .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.boot-wrapper .glyphicon-object-align-right:before {
  content: "\e249";
}
.boot-wrapper .glyphicon-triangle-right:before {
  content: "\e250";
}
.boot-wrapper .glyphicon-triangle-left:before {
  content: "\e251";
}
.boot-wrapper .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.boot-wrapper .glyphicon-triangle-top:before {
  content: "\e253";
}
.boot-wrapper .glyphicon-console:before {
  content: "\e254";
}
.boot-wrapper .glyphicon-superscript:before {
  content: "\e255";
}
.boot-wrapper .glyphicon-subscript:before {
  content: "\e256";
}
.boot-wrapper .glyphicon-menu-left:before {
  content: "\e257";
}
.boot-wrapper .glyphicon-menu-right:before {
  content: "\e258";
}
.boot-wrapper .glyphicon-menu-down:before {
  content: "\e259";
}
.boot-wrapper .glyphicon-menu-up:before {
  content: "\e260";
}
.boot-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boot-wrapper *:before,
.boot-wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boot-wrapper html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
.boot-wrapper body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.boot-wrapper input,
.boot-wrapper button,
.boot-wrapper select,
.boot-wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.boot-wrapper a {
  text-decoration: none;
}
.boot-wrapper a:hover,
.boot-wrapper a:focus {
  color: #FF1300;
  text-decoration: underline;
}
.boot-wrapper a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.boot-wrapper figure {
  margin: 0;
}
.boot-wrapper img {
  vertical-align: middle;
}
.boot-wrapper .img-responsive,
.boot-wrapper .thumbnail > img,
.boot-wrapper .thumbnail a > img,
.boot-wrapper .carousel-inner > .item > img,
.boot-wrapper .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.boot-wrapper .img-rounded {
  border-radius: 6px;
}
.boot-wrapper .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.boot-wrapper .img-circle {
  border-radius: 50%;
}
.boot-wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.boot-wrapper .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.boot-wrapper .sr-only-focusable:active,
.boot-wrapper .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.boot-wrapper [role="button"] {
  cursor: pointer;
}
.boot-wrapper h1,
.boot-wrapper h2,
.boot-wrapper h3,
.boot-wrapper h4,
.boot-wrapper h5,
.boot-wrapper h6,
.boot-wrapper .h1,
.boot-wrapper .h2,
.boot-wrapper .h3,
.boot-wrapper .h4,
.boot-wrapper .h5,
.boot-wrapper .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.boot-wrapper h1 small,
.boot-wrapper h2 small,
.boot-wrapper h3 small,
.boot-wrapper h4 small,
.boot-wrapper h5 small,
.boot-wrapper h6 small,
.boot-wrapper .h1 small,
.boot-wrapper .h2 small,
.boot-wrapper .h3 small,
.boot-wrapper .h4 small,
.boot-wrapper .h5 small,
.boot-wrapper .h6 small,
.boot-wrapper h1 .small,
.boot-wrapper h2 .small,
.boot-wrapper h3 .small,
.boot-wrapper h4 .small,
.boot-wrapper h5 .small,
.boot-wrapper h6 .small,
.boot-wrapper .h1 .small,
.boot-wrapper .h2 .small,
.boot-wrapper .h3 .small,
.boot-wrapper .h4 .small,
.boot-wrapper .h5 .small,
.boot-wrapper .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.boot-wrapper h1,
.boot-wrapper .h1,
.boot-wrapper h2,
.boot-wrapper .h2,
.boot-wrapper h3,
.boot-wrapper .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.boot-wrapper h1 small,
.boot-wrapper .h1 small,
.boot-wrapper h2 small,
.boot-wrapper .h2 small,
.boot-wrapper h3 small,
.boot-wrapper .h3 small,
.boot-wrapper h1 .small,
.boot-wrapper .h1 .small,
.boot-wrapper h2 .small,
.boot-wrapper .h2 .small,
.boot-wrapper h3 .small,
.boot-wrapper .h3 .small {
  font-size: 65%;
}
.boot-wrapper h4,
.boot-wrapper .h4,
.boot-wrapper h5,
.boot-wrapper .h5,
.boot-wrapper h6,
.boot-wrapper .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.boot-wrapper h4 small,
.boot-wrapper .h4 small,
.boot-wrapper h5 small,
.boot-wrapper .h5 small,
.boot-wrapper h6 small,
.boot-wrapper .h6 small,
.boot-wrapper h4 .small,
.boot-wrapper .h4 .small,
.boot-wrapper h5 .small,
.boot-wrapper .h5 .small,
.boot-wrapper h6 .small,
.boot-wrapper .h6 .small {
  font-size: 75%;
}
.boot-wrapper h1,
.boot-wrapper .h1 {
  font-size: 36px;
}
.boot-wrapper h2,
.boot-wrapper .h2 {
  font-size: 30px;
}
.boot-wrapper h3,
.boot-wrapper .h3 {
  font-size: 24px;
}
.boot-wrapper h4,
.boot-wrapper .h4 {
  font-size: 18px;
}
.boot-wrapper h5,
.boot-wrapper .h5 {
  font-size: 14px;
}
.boot-wrapper h6,
.boot-wrapper .h6 {
  font-size: 12px;
}
.boot-wrapper p {
  margin: 0 0 10px;
}
.boot-wrapper .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .boot-wrapper .lead {
    font-size: 21px;
  }
}
.boot-wrapper small,
.boot-wrapper .small {
  font-size: 85%;
}
.boot-wrapper mark,
.boot-wrapper .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.boot-wrapper .text-left {
  text-align: left;
}
.boot-wrapper .text-right {
  text-align: right;
}
.boot-wrapper .text-center {
  text-align: center;
}
.boot-wrapper .text-justify {
  text-align: justify;
}
.boot-wrapper .text-nowrap {
  white-space: nowrap;
}
.boot-wrapper .text-lowercase {
  text-transform: lowercase;
}
.boot-wrapper .text-uppercase {
  text-transform: uppercase;
}
.boot-wrapper .text-capitalize {
  text-transform: capitalize;
}
.boot-wrapper .text-muted {
  color: #777;
}
.boot-wrapper .text-primary {
  color: #2461AA;
}
.boot-wrapper a.text-primary:hover,
.boot-wrapper a.text-primary:focus {
  color: #286090;
}
.boot-wrapper .text-success {
  color: #3c763d;
}
.boot-wrapper a.text-success:hover,
.boot-wrapper a.text-success:focus {
  color: #2b542c;
}
.boot-wrapper .text-info {
  color: #31708f;
}
.boot-wrapper a.text-info:hover,
.boot-wrapper a.text-info:focus {
  color: #245269;
}
.boot-wrapper .text-warning {
  color: #8a6d3b;
}
.boot-wrapper a.text-warning:hover,
.boot-wrapper a.text-warning:focus {
  color: #66512c;
}
.boot-wrapper .text-danger {
  color: #a94442;
}
.boot-wrapper a.text-danger:hover,
.boot-wrapper a.text-danger:focus {
  color: #843534;
}
.boot-wrapper .bg-primary {
  color: #fff;
  background-color: #2461AA;
}
.boot-wrapper a.bg-primary:hover,
.boot-wrapper a.bg-primary:focus {
  background-color: #286090;
}
.boot-wrapper .bg-success {
  background-color: #dff0d8;
}
.boot-wrapper a.bg-success:hover,
.boot-wrapper a.bg-success:focus {
  background-color: #c1e2b3;
}
.boot-wrapper .bg-info {
  background-color: #d9edf7;
}
.boot-wrapper a.bg-info:hover,
.boot-wrapper a.bg-info:focus {
  background-color: #afd9ee;
}
.boot-wrapper .bg-warning {
  background-color: #fcf8e3;
}
.boot-wrapper a.bg-warning:hover,
.boot-wrapper a.bg-warning:focus {
  background-color: #f7ecb5;
}
.boot-wrapper .bg-danger {
  background-color: #f2dede;
}
.boot-wrapper a.bg-danger:hover,
.boot-wrapper a.bg-danger:focus {
  background-color: #e4b9b9;
}
.boot-wrapper .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.boot-wrapper ul,
.boot-wrapper ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.boot-wrapper ul ul,
.boot-wrapper ol ul,
.boot-wrapper ul ol,
.boot-wrapper ol ol {
  margin-bottom: 0;
}
.boot-wrapper .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.boot-wrapper .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.boot-wrapper .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.boot-wrapper dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.boot-wrapper dt,
.boot-wrapper dd {
  line-height: 1.42857143;
}
.boot-wrapper dt {
  font-weight: bold;
}
.boot-wrapper dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .boot-wrapper .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .boot-wrapper .dl-horizontal dd {
    margin-left: 180px;
  }
}
.boot-wrapper abbr[title],
.boot-wrapper abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.boot-wrapper .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.boot-wrapper blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.boot-wrapper blockquote p:last-child,
.boot-wrapper blockquote ul:last-child,
.boot-wrapper blockquote ol:last-child {
  margin-bottom: 0;
}
.boot-wrapper blockquote footer,
.boot-wrapper blockquote small,
.boot-wrapper blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.boot-wrapper blockquote footer:before,
.boot-wrapper blockquote small:before,
.boot-wrapper blockquote .small:before {
  content: '\2014 \00A0';
}
.boot-wrapper .blockquote-reverse,
.boot-wrapper blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.boot-wrapper .blockquote-reverse footer:before,
.boot-wrapper blockquote.pull-right footer:before,
.boot-wrapper .blockquote-reverse small:before,
.boot-wrapper blockquote.pull-right small:before,
.boot-wrapper .blockquote-reverse .small:before,
.boot-wrapper blockquote.pull-right .small:before {
  content: '';
}
.boot-wrapper .blockquote-reverse footer:after,
.boot-wrapper blockquote.pull-right footer:after,
.boot-wrapper .blockquote-reverse small:after,
.boot-wrapper blockquote.pull-right small:after,
.boot-wrapper .blockquote-reverse .small:after,
.boot-wrapper blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.boot-wrapper address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.boot-wrapper code,
.boot-wrapper kbd,
.boot-wrapper pre,
.boot-wrapper samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.boot-wrapper code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.boot-wrapper kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.boot-wrapper kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boot-wrapper 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;
}
.boot-wrapper pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.boot-wrapper .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.boot-wrapper .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .boot-wrapper .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .boot-wrapper .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .container {
    width: 1170px;
  }
}
.boot-wrapper .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.boot-wrapper .row {
  margin-right: -15px;
  margin-left: -15px;
}
.boot-wrapper .col-xs-1, .boot-wrapper .col-sm-1, .boot-wrapper .col-md-1, .boot-wrapper .col-lg-1, .boot-wrapper .col-xs-2, .boot-wrapper .col-sm-2, .boot-wrapper .col-md-2, .boot-wrapper .col-lg-2, .boot-wrapper .col-xs-3, .boot-wrapper .col-sm-3, .boot-wrapper .col-md-3, .boot-wrapper .col-lg-3, .boot-wrapper .col-xs-4, .boot-wrapper .col-sm-4, .boot-wrapper .col-md-4, .boot-wrapper .col-lg-4, .boot-wrapper .col-xs-5, .boot-wrapper .col-sm-5, .boot-wrapper .col-md-5, .boot-wrapper .col-lg-5, .boot-wrapper .col-xs-6, .boot-wrapper .col-sm-6, .boot-wrapper .col-md-6, .boot-wrapper .col-lg-6, .boot-wrapper .col-xs-7, .boot-wrapper .col-sm-7, .boot-wrapper .col-md-7, .boot-wrapper .col-lg-7, .boot-wrapper .col-xs-8, .boot-wrapper .col-sm-8, .boot-wrapper .col-md-8, .boot-wrapper .col-lg-8, .boot-wrapper .col-xs-9, .boot-wrapper .col-sm-9, .boot-wrapper .col-md-9, .boot-wrapper .col-lg-9, .boot-wrapper .col-xs-10, .boot-wrapper .col-sm-10, .boot-wrapper .col-md-10, .boot-wrapper .col-lg-10, .boot-wrapper .col-xs-11, .boot-wrapper .col-sm-11, .boot-wrapper .col-md-11, .boot-wrapper .col-lg-11, .boot-wrapper .col-xs-12, .boot-wrapper .col-sm-12, .boot-wrapper .col-md-12, .boot-wrapper .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.boot-wrapper .col-xs-1, .boot-wrapper .col-xs-2, .boot-wrapper .col-xs-3, .boot-wrapper .col-xs-4, .boot-wrapper .col-xs-5, .boot-wrapper .col-xs-6, .boot-wrapper .col-xs-7, .boot-wrapper .col-xs-8, .boot-wrapper .col-xs-9, .boot-wrapper .col-xs-10, .boot-wrapper .col-xs-11, .boot-wrapper .col-xs-12 {
  float: left;
}
.boot-wrapper .col-xs-12 {
  width: 100%;
}
.boot-wrapper .col-xs-11 {
  width: 91.66666667%;
}
.boot-wrapper .col-xs-10 {
  width: 83.33333333%;
}
.boot-wrapper .col-xs-9 {
  width: 75%;
}
.boot-wrapper .col-xs-8 {
  width: 66.66666667%;
}
.boot-wrapper .col-xs-7 {
  width: 58.33333333%;
}
.boot-wrapper .col-xs-6 {
  width: 50%;
}
.boot-wrapper .col-xs-5 {
  width: 41.66666667%;
}
.boot-wrapper .col-xs-4 {
  width: 33.33333333%;
}
.boot-wrapper .col-xs-3 {
  width: 25%;
}
.boot-wrapper .col-xs-2 {
  width: 16.66666667%;
}
.boot-wrapper .col-xs-1 {
  width: 8.33333333%;
}
.boot-wrapper .col-xs-pull-12 {
  right: 100%;
}
.boot-wrapper .col-xs-pull-11 {
  right: 91.66666667%;
}
.boot-wrapper .col-xs-pull-10 {
  right: 83.33333333%;
}
.boot-wrapper .col-xs-pull-9 {
  right: 75%;
}
.boot-wrapper .col-xs-pull-8 {
  right: 66.66666667%;
}
.boot-wrapper .col-xs-pull-7 {
  right: 58.33333333%;
}
.boot-wrapper .col-xs-pull-6 {
  right: 50%;
}
.boot-wrapper .col-xs-pull-5 {
  right: 41.66666667%;
}
.boot-wrapper .col-xs-pull-4 {
  right: 33.33333333%;
}
.boot-wrapper .col-xs-pull-3 {
  right: 25%;
}
.boot-wrapper .col-xs-pull-2 {
  right: 16.66666667%;
}
.boot-wrapper .col-xs-pull-1 {
  right: 8.33333333%;
}
.boot-wrapper .col-xs-pull-0 {
  right: auto;
}
.boot-wrapper .col-xs-push-12 {
  left: 100%;
}
.boot-wrapper .col-xs-push-11 {
  left: 91.66666667%;
}
.boot-wrapper .col-xs-push-10 {
  left: 83.33333333%;
}
.boot-wrapper .col-xs-push-9 {
  left: 75%;
}
.boot-wrapper .col-xs-push-8 {
  left: 66.66666667%;
}
.boot-wrapper .col-xs-push-7 {
  left: 58.33333333%;
}
.boot-wrapper .col-xs-push-6 {
  left: 50%;
}
.boot-wrapper .col-xs-push-5 {
  left: 41.66666667%;
}
.boot-wrapper .col-xs-push-4 {
  left: 33.33333333%;
}
.boot-wrapper .col-xs-push-3 {
  left: 25%;
}
.boot-wrapper .col-xs-push-2 {
  left: 16.66666667%;
}
.boot-wrapper .col-xs-push-1 {
  left: 8.33333333%;
}
.boot-wrapper .col-xs-push-0 {
  left: auto;
}
.boot-wrapper .col-xs-offset-12 {
  margin-left: 100%;
}
.boot-wrapper .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.boot-wrapper .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.boot-wrapper .col-xs-offset-9 {
  margin-left: 75%;
}
.boot-wrapper .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.boot-wrapper .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.boot-wrapper .col-xs-offset-6 {
  margin-left: 50%;
}
.boot-wrapper .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.boot-wrapper .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.boot-wrapper .col-xs-offset-3 {
  margin-left: 25%;
}
.boot-wrapper .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.boot-wrapper .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.boot-wrapper .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .boot-wrapper .col-sm-1, .boot-wrapper .col-sm-2, .boot-wrapper .col-sm-3, .boot-wrapper .col-sm-4, .boot-wrapper .col-sm-5, .boot-wrapper .col-sm-6, .boot-wrapper .col-sm-7, .boot-wrapper .col-sm-8, .boot-wrapper .col-sm-9, .boot-wrapper .col-sm-10, .boot-wrapper .col-sm-11, .boot-wrapper .col-sm-12 {
    float: left;
  }
  .boot-wrapper .col-sm-12 {
    width: 100%;
  }
  .boot-wrapper .col-sm-11 {
    width: 91.66666667%;
  }
  .boot-wrapper .col-sm-10 {
    width: 83.33333333%;
  }
  .boot-wrapper .col-sm-9 {
    width: 75%;
  }
  .boot-wrapper .col-sm-8 {
    width: 66.66666667%;
  }
  .boot-wrapper .col-sm-7 {
    width: 58.33333333%;
  }
  .boot-wrapper .col-sm-6 {
    width: 50%;
  }
  .boot-wrapper .col-sm-5 {
    width: 41.66666667%;
  }
  .boot-wrapper .col-sm-4 {
    width: 33.33333333%;
  }
  .boot-wrapper .col-sm-3 {
    width: 25%;
  }
  .boot-wrapper .col-sm-2 {
    width: 16.66666667%;
  }
  .boot-wrapper .col-sm-1 {
    width: 8.33333333%;
  }
  .boot-wrapper .col-sm-pull-12 {
    right: 100%;
  }
  .boot-wrapper .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .boot-wrapper .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .boot-wrapper .col-sm-pull-9 {
    right: 75%;
  }
  .boot-wrapper .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .boot-wrapper .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .boot-wrapper .col-sm-pull-6 {
    right: 50%;
  }
  .boot-wrapper .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .boot-wrapper .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .boot-wrapper .col-sm-pull-3 {
    right: 25%;
  }
  .boot-wrapper .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .boot-wrapper .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .boot-wrapper .col-sm-pull-0 {
    right: auto;
  }
  .boot-wrapper .col-sm-push-12 {
    left: 100%;
  }
  .boot-wrapper .col-sm-push-11 {
    left: 91.66666667%;
  }
  .boot-wrapper .col-sm-push-10 {
    left: 83.33333333%;
  }
  .boot-wrapper .col-sm-push-9 {
    left: 75%;
  }
  .boot-wrapper .col-sm-push-8 {
    left: 66.66666667%;
  }
  .boot-wrapper .col-sm-push-7 {
    left: 58.33333333%;
  }
  .boot-wrapper .col-sm-push-6 {
    left: 50%;
  }
  .boot-wrapper .col-sm-push-5 {
    left: 41.66666667%;
  }
  .boot-wrapper .col-sm-push-4 {
    left: 33.33333333%;
  }
  .boot-wrapper .col-sm-push-3 {
    left: 25%;
  }
  .boot-wrapper .col-sm-push-2 {
    left: 16.66666667%;
  }
  .boot-wrapper .col-sm-push-1 {
    left: 8.33333333%;
  }
  .boot-wrapper .col-sm-push-0 {
    left: auto;
  }
  .boot-wrapper .col-sm-offset-12 {
    margin-left: 100%;
  }
  .boot-wrapper .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .boot-wrapper .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .boot-wrapper .col-sm-offset-9 {
    margin-left: 75%;
  }
  .boot-wrapper .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .boot-wrapper .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .boot-wrapper .col-sm-offset-6 {
    margin-left: 50%;
  }
  .boot-wrapper .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .boot-wrapper .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .boot-wrapper .col-sm-offset-3 {
    margin-left: 25%;
  }
  .boot-wrapper .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .boot-wrapper .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .boot-wrapper .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .boot-wrapper .col-md-1, .boot-wrapper .col-md-2, .boot-wrapper .col-md-3, .boot-wrapper .col-md-4, .boot-wrapper .col-md-5, .boot-wrapper .col-md-6, .boot-wrapper .col-md-7, .boot-wrapper .col-md-8, .boot-wrapper .col-md-9, .boot-wrapper .col-md-10, .boot-wrapper .col-md-11, .boot-wrapper .col-md-12 {
    float: left;
  }
  .boot-wrapper .col-md-12 {
    width: 100%;
  }
  .boot-wrapper .col-md-11 {
    width: 91.66666667%;
  }
  .boot-wrapper .col-md-10 {
    width: 83.33333333%;
  }
  .boot-wrapper .col-md-9 {
    width: 75%;
  }
  .boot-wrapper .col-md-8 {
    width: 66.66666667%;
  }
  .boot-wrapper .col-md-7 {
    width: 58.33333333%;
  }
  .boot-wrapper .col-md-6 {
    width: 50%;
  }
  .boot-wrapper .col-md-5 {
    width: 41.66666667%;
  }
  .boot-wrapper .col-md-4 {
    width: 33.33333333%;
  }
  .boot-wrapper .col-md-3 {
    width: 25%;
  }
  .boot-wrapper .col-md-2 {
    width: 16.66666667%;
  }
  .boot-wrapper .col-md-1 {
    width: 8.33333333%;
  }
  .boot-wrapper .col-md-pull-12 {
    right: 100%;
  }
  .boot-wrapper .col-md-pull-11 {
    right: 91.66666667%;
  }
  .boot-wrapper .col-md-pull-10 {
    right: 83.33333333%;
  }
  .boot-wrapper .col-md-pull-9 {
    right: 75%;
  }
  .boot-wrapper .col-md-pull-8 {
    right: 66.66666667%;
  }
  .boot-wrapper .col-md-pull-7 {
    right: 58.33333333%;
  }
  .boot-wrapper .col-md-pull-6 {
    right: 50%;
  }
  .boot-wrapper .col-md-pull-5 {
    right: 41.66666667%;
  }
  .boot-wrapper .col-md-pull-4 {
    right: 33.33333333%;
  }
  .boot-wrapper .col-md-pull-3 {
    right: 25%;
  }
  .boot-wrapper .col-md-pull-2 {
    right: 16.66666667%;
  }
  .boot-wrapper .col-md-pull-1 {
    right: 8.33333333%;
  }
  .boot-wrapper .col-md-pull-0 {
    right: auto;
  }
  .boot-wrapper .col-md-push-12 {
    left: 100%;
  }
  .boot-wrapper .col-md-push-11 {
    left: 91.66666667%;
  }
  .boot-wrapper .col-md-push-10 {
    left: 83.33333333%;
  }
  .boot-wrapper .col-md-push-9 {
    left: 75%;
  }
  .boot-wrapper .col-md-push-8 {
    left: 66.66666667%;
  }
  .boot-wrapper .col-md-push-7 {
    left: 58.33333333%;
  }
  .boot-wrapper .col-md-push-6 {
    left: 50%;
  }
  .boot-wrapper .col-md-push-5 {
    left: 41.66666667%;
  }
  .boot-wrapper .col-md-push-4 {
    left: 33.33333333%;
  }
  .boot-wrapper .col-md-push-3 {
    left: 25%;
  }
  .boot-wrapper .col-md-push-2 {
    left: 16.66666667%;
  }
  .boot-wrapper .col-md-push-1 {
    left: 8.33333333%;
  }
  .boot-wrapper .col-md-push-0 {
    left: auto;
  }
  .boot-wrapper .col-md-offset-12 {
    margin-left: 100%;
  }
  .boot-wrapper .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .boot-wrapper .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .boot-wrapper .col-md-offset-9 {
    margin-left: 75%;
  }
  .boot-wrapper .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .boot-wrapper .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .boot-wrapper .col-md-offset-6 {
    margin-left: 50%;
  }
  .boot-wrapper .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .boot-wrapper .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .boot-wrapper .col-md-offset-3 {
    margin-left: 25%;
  }
  .boot-wrapper .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .boot-wrapper .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .boot-wrapper .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .col-lg-1, .boot-wrapper .col-lg-2, .boot-wrapper .col-lg-3, .boot-wrapper .col-lg-4, .boot-wrapper .col-lg-5, .boot-wrapper .col-lg-6, .boot-wrapper .col-lg-7, .boot-wrapper .col-lg-8, .boot-wrapper .col-lg-9, .boot-wrapper .col-lg-10, .boot-wrapper .col-lg-11, .boot-wrapper .col-lg-12 {
    float: left;
  }
  .boot-wrapper .col-lg-12 {
    width: 100%;
  }
  .boot-wrapper .col-lg-11 {
    width: 91.66666667%;
  }
  .boot-wrapper .col-lg-10 {
    width: 83.33333333%;
  }
  .boot-wrapper .col-lg-9 {
    width: 75%;
  }
  .boot-wrapper .col-lg-8 {
    width: 66.66666667%;
  }
  .boot-wrapper .col-lg-7 {
    width: 58.33333333%;
  }
  .boot-wrapper .col-lg-6 {
    width: 50%;
  }
  .boot-wrapper .col-lg-5 {
    width: 41.66666667%;
  }
  .boot-wrapper .col-lg-4 {
    width: 33.33333333%;
  }
  .boot-wrapper .col-lg-3 {
    width: 25%;
  }
  .boot-wrapper .col-lg-2 {
    width: 16.66666667%;
  }
  .boot-wrapper .col-lg-1 {
    width: 8.33333333%;
  }
  .boot-wrapper .col-lg-pull-12 {
    right: 100%;
  }
  .boot-wrapper .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .boot-wrapper .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .boot-wrapper .col-lg-pull-9 {
    right: 75%;
  }
  .boot-wrapper .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .boot-wrapper .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .boot-wrapper .col-lg-pull-6 {
    right: 50%;
  }
  .boot-wrapper .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .boot-wrapper .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .boot-wrapper .col-lg-pull-3 {
    right: 25%;
  }
  .boot-wrapper .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .boot-wrapper .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .boot-wrapper .col-lg-pull-0 {
    right: auto;
  }
  .boot-wrapper .col-lg-push-12 {
    left: 100%;
  }
  .boot-wrapper .col-lg-push-11 {
    left: 91.66666667%;
  }
  .boot-wrapper .col-lg-push-10 {
    left: 83.33333333%;
  }
  .boot-wrapper .col-lg-push-9 {
    left: 75%;
  }
  .boot-wrapper .col-lg-push-8 {
    left: 66.66666667%;
  }
  .boot-wrapper .col-lg-push-7 {
    left: 58.33333333%;
  }
  .boot-wrapper .col-lg-push-6 {
    left: 50%;
  }
  .boot-wrapper .col-lg-push-5 {
    left: 41.66666667%;
  }
  .boot-wrapper .col-lg-push-4 {
    left: 33.33333333%;
  }
  .boot-wrapper .col-lg-push-3 {
    left: 25%;
  }
  .boot-wrapper .col-lg-push-2 {
    left: 16.66666667%;
  }
  .boot-wrapper .col-lg-push-1 {
    left: 8.33333333%;
  }
  .boot-wrapper .col-lg-push-0 {
    left: auto;
  }
  .boot-wrapper .col-lg-offset-12 {
    margin-left: 100%;
  }
  .boot-wrapper .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .boot-wrapper .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .boot-wrapper .col-lg-offset-9 {
    margin-left: 75%;
  }
  .boot-wrapper .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .boot-wrapper .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .boot-wrapper .col-lg-offset-6 {
    margin-left: 50%;
  }
  .boot-wrapper .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .boot-wrapper .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .boot-wrapper .col-lg-offset-3 {
    margin-left: 25%;
  }
  .boot-wrapper .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .boot-wrapper .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .boot-wrapper .col-lg-offset-0 {
    margin-left: 0;
  }
}
.boot-wrapper table {
  background-color: transparent;
}
.boot-wrapper caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.boot-wrapper th {
  text-align: left;
}
.boot-wrapper .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.boot-wrapper .table > thead > tr > th,
.boot-wrapper .table > tbody > tr > th,
.boot-wrapper .table > tfoot > tr > th,
.boot-wrapper .table > thead > tr > td,
.boot-wrapper .table > tbody > tr > td,
.boot-wrapper .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.boot-wrapper .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.boot-wrapper .table > caption + thead > tr:first-child > th,
.boot-wrapper .table > colgroup + thead > tr:first-child > th,
.boot-wrapper .table > thead:first-child > tr:first-child > th,
.boot-wrapper .table > caption + thead > tr:first-child > td,
.boot-wrapper .table > colgroup + thead > tr:first-child > td,
.boot-wrapper .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.boot-wrapper .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.boot-wrapper .table .table {
  background-color: #fff;
}
.boot-wrapper .table-condensed > thead > tr > th,
.boot-wrapper .table-condensed > tbody > tr > th,
.boot-wrapper .table-condensed > tfoot > tr > th,
.boot-wrapper .table-condensed > thead > tr > td,
.boot-wrapper .table-condensed > tbody > tr > td,
.boot-wrapper .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.boot-wrapper .table-bordered {
  border: 1px solid #ddd;
}
.boot-wrapper .table-bordered > thead > tr > th,
.boot-wrapper .table-bordered > tbody > tr > th,
.boot-wrapper .table-bordered > tfoot > tr > th,
.boot-wrapper .table-bordered > thead > tr > td,
.boot-wrapper .table-bordered > tbody > tr > td,
.boot-wrapper .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.boot-wrapper .table-bordered > thead > tr > th,
.boot-wrapper .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.boot-wrapper .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.boot-wrapper .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.boot-wrapper table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.boot-wrapper table td[class*="col-"],
.boot-wrapper table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.boot-wrapper .table > thead > tr > td.active,
.boot-wrapper .table > tbody > tr > td.active,
.boot-wrapper .table > tfoot > tr > td.active,
.boot-wrapper .table > thead > tr > th.active,
.boot-wrapper .table > tbody > tr > th.active,
.boot-wrapper .table > tfoot > tr > th.active,
.boot-wrapper .table > thead > tr.active > td,
.boot-wrapper .table > tbody > tr.active > td,
.boot-wrapper .table > tfoot > tr.active > td,
.boot-wrapper .table > thead > tr.active > th,
.boot-wrapper .table > tbody > tr.active > th,
.boot-wrapper .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.boot-wrapper .table-hover > tbody > tr > td.active:hover,
.boot-wrapper .table-hover > tbody > tr > th.active:hover,
.boot-wrapper .table-hover > tbody > tr.active:hover > td,
.boot-wrapper .table-hover > tbody > tr:hover > .active,
.boot-wrapper .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.boot-wrapper .table > thead > tr > td.success,
.boot-wrapper .table > tbody > tr > td.success,
.boot-wrapper .table > tfoot > tr > td.success,
.boot-wrapper .table > thead > tr > th.success,
.boot-wrapper .table > tbody > tr > th.success,
.boot-wrapper .table > tfoot > tr > th.success,
.boot-wrapper .table > thead > tr.success > td,
.boot-wrapper .table > tbody > tr.success > td,
.boot-wrapper .table > tfoot > tr.success > td,
.boot-wrapper .table > thead > tr.success > th,
.boot-wrapper .table > tbody > tr.success > th,
.boot-wrapper .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.boot-wrapper .table-hover > tbody > tr > td.success:hover,
.boot-wrapper .table-hover > tbody > tr > th.success:hover,
.boot-wrapper .table-hover > tbody > tr.success:hover > td,
.boot-wrapper .table-hover > tbody > tr:hover > .success,
.boot-wrapper .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.boot-wrapper .table > thead > tr > td.info,
.boot-wrapper .table > tbody > tr > td.info,
.boot-wrapper .table > tfoot > tr > td.info,
.boot-wrapper .table > thead > tr > th.info,
.boot-wrapper .table > tbody > tr > th.info,
.boot-wrapper .table > tfoot > tr > th.info,
.boot-wrapper .table > thead > tr.info > td,
.boot-wrapper .table > tbody > tr.info > td,
.boot-wrapper .table > tfoot > tr.info > td,
.boot-wrapper .table > thead > tr.info > th,
.boot-wrapper .table > tbody > tr.info > th,
.boot-wrapper .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.boot-wrapper .table-hover > tbody > tr > td.info:hover,
.boot-wrapper .table-hover > tbody > tr > th.info:hover,
.boot-wrapper .table-hover > tbody > tr.info:hover > td,
.boot-wrapper .table-hover > tbody > tr:hover > .info,
.boot-wrapper .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.boot-wrapper .table > thead > tr > td.warning,
.boot-wrapper .table > tbody > tr > td.warning,
.boot-wrapper .table > tfoot > tr > td.warning,
.boot-wrapper .table > thead > tr > th.warning,
.boot-wrapper .table > tbody > tr > th.warning,
.boot-wrapper .table > tfoot > tr > th.warning,
.boot-wrapper .table > thead > tr.warning > td,
.boot-wrapper .table > tbody > tr.warning > td,
.boot-wrapper .table > tfoot > tr.warning > td,
.boot-wrapper .table > thead > tr.warning > th,
.boot-wrapper .table > tbody > tr.warning > th,
.boot-wrapper .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.boot-wrapper .table-hover > tbody > tr > td.warning:hover,
.boot-wrapper .table-hover > tbody > tr > th.warning:hover,
.boot-wrapper .table-hover > tbody > tr.warning:hover > td,
.boot-wrapper .table-hover > tbody > tr:hover > .warning,
.boot-wrapper .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.boot-wrapper .table > thead > tr > td.danger,
.boot-wrapper .table > tbody > tr > td.danger,
.boot-wrapper .table > tfoot > tr > td.danger,
.boot-wrapper .table > thead > tr > th.danger,
.boot-wrapper .table > tbody > tr > th.danger,
.boot-wrapper .table > tfoot > tr > th.danger,
.boot-wrapper .table > thead > tr.danger > td,
.boot-wrapper .table > tbody > tr.danger > td,
.boot-wrapper .table > tfoot > tr.danger > td,
.boot-wrapper .table > thead > tr.danger > th,
.boot-wrapper .table > tbody > tr.danger > th,
.boot-wrapper .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.boot-wrapper .table-hover > tbody > tr > td.danger:hover,
.boot-wrapper .table-hover > tbody > tr > th.danger:hover,
.boot-wrapper .table-hover > tbody > tr.danger:hover > td,
.boot-wrapper .table-hover > tbody > tr:hover > .danger,
.boot-wrapper .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.boot-wrapper .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .boot-wrapper .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .boot-wrapper .table-responsive > .table {
    margin-bottom: 0;
  }
  .boot-wrapper .table-responsive > .table > thead > tr > th,
  .boot-wrapper .table-responsive > .table > tbody > tr > th,
  .boot-wrapper .table-responsive > .table > tfoot > tr > th,
  .boot-wrapper .table-responsive > .table > thead > tr > td,
  .boot-wrapper .table-responsive > .table > tbody > tr > td,
  .boot-wrapper .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .boot-wrapper .table-responsive > .table-bordered {
    border: 0;
  }
  .boot-wrapper .table-responsive > .table-bordered > thead > tr > th:first-child,
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .boot-wrapper .table-responsive > .table-bordered > thead > tr > td:first-child,
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .boot-wrapper .table-responsive > .table-bordered > thead > tr > th:last-child,
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .boot-wrapper .table-responsive > .table-bordered > thead > tr > td:last-child,
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .boot-wrapper .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .boot-wrapper .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.boot-wrapper fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.boot-wrapper 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;
}
.boot-wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.boot-wrapper input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.boot-wrapper input[type="radio"],
.boot-wrapper input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
}
.boot-wrapper input[type="file"] {
  display: block;
}
.boot-wrapper input[type="range"] {
  display: block;
  width: 100%;
}
.boot-wrapper select[multiple],
.boot-wrapper select[size] {
  height: auto;
}
.boot-wrapper input[type="file"]:focus,
.boot-wrapper input[type="radio"]:focus,
.boot-wrapper input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.boot-wrapper output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.boot-wrapper .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.boot-wrapper .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.boot-wrapper .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.boot-wrapper .form-control:-ms-input-placeholder {
  color: #999;
}
.boot-wrapper .form-control::-webkit-input-placeholder {
  color: #999;
}
.boot-wrapper .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.boot-wrapper .form-control[disabled],
.boot-wrapper .form-control[readonly],
.boot-wrapper fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.boot-wrapper .form-control[disabled],
.boot-wrapper fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.boot-wrapper textarea.form-control {
  height: auto;
}
.boot-wrapper input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .boot-wrapper input[type="date"].form-control,
  .boot-wrapper input[type="time"].form-control,
  .boot-wrapper input[type="datetime-local"].form-control,
  .boot-wrapper input[type="month"].form-control {
    line-height: 34px;
  }
  .boot-wrapper input[type="date"].input-sm,
  .boot-wrapper input[type="time"].input-sm,
  .boot-wrapper input[type="datetime-local"].input-sm,
  .boot-wrapper input[type="month"].input-sm,
  .boot-wrapper .input-group-sm input[type="date"],
  .boot-wrapper .input-group-sm input[type="time"],
  .boot-wrapper .input-group-sm input[type="datetime-local"],
  .boot-wrapper .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .boot-wrapper input[type="date"].input-lg,
  .boot-wrapper input[type="time"].input-lg,
  .boot-wrapper input[type="datetime-local"].input-lg,
  .boot-wrapper input[type="month"].input-lg,
  .boot-wrapper .input-group-lg input[type="date"],
  .boot-wrapper .input-group-lg input[type="time"],
  .boot-wrapper .input-group-lg input[type="datetime-local"],
  .boot-wrapper .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.boot-wrapper .form-group {
  margin-bottom: 15px;
}
.boot-wrapper .radio,
.boot-wrapper .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.boot-wrapper .radio label,
.boot-wrapper .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.boot-wrapper .radio input[type="radio"],
.boot-wrapper .radio-inline input[type="radio"],
.boot-wrapper .checkbox input[type="checkbox"],
.boot-wrapper .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.boot-wrapper .radio + .radio,
.boot-wrapper .checkbox + .checkbox {
  margin-top: -5px;
}
.boot-wrapper .radio-inline,
.boot-wrapper .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.boot-wrapper .radio-inline + .radio-inline,
.boot-wrapper .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.boot-wrapper input[type="radio"][disabled],
.boot-wrapper input[type="checkbox"][disabled],
.boot-wrapper input[type="radio"].disabled,
.boot-wrapper input[type="checkbox"].disabled,
.boot-wrapper fieldset[disabled] input[type="radio"],
.boot-wrapper fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.boot-wrapper .radio-inline.disabled,
.boot-wrapper .checkbox-inline.disabled,
.boot-wrapper fieldset[disabled] .radio-inline,
.boot-wrapper fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.boot-wrapper .radio.disabled label,
.boot-wrapper .checkbox.disabled label,
.boot-wrapper fieldset[disabled] .radio label,
.boot-wrapper fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.boot-wrapper .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.boot-wrapper .form-control-static.input-lg,
.boot-wrapper .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.boot-wrapper .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot-wrapper select.input-sm {
  height: 30px;
  line-height: 30px;
}
.boot-wrapper textarea.input-sm,
.boot-wrapper select[multiple].input-sm {
  height: auto;
}
.boot-wrapper .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot-wrapper .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.boot-wrapper .form-group-sm textarea.form-control,
.boot-wrapper .form-group-sm select[multiple].form-control {
  height: auto;
}
.boot-wrapper .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.boot-wrapper .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.boot-wrapper select.input-lg {
  height: 46px;
  line-height: 46px;
}
.boot-wrapper textarea.input-lg,
.boot-wrapper select[multiple].input-lg {
  height: auto;
}
.boot-wrapper .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.boot-wrapper .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.boot-wrapper .form-group-lg textarea.form-control,
.boot-wrapper .form-group-lg select[multiple].form-control {
  height: auto;
}
.boot-wrapper .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.boot-wrapper .has-feedback {
  position: relative;
}
.boot-wrapper .has-feedback .form-control {
  padding-right: 42.5px;
}
.boot-wrapper .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.boot-wrapper .input-lg + .form-control-feedback,
.boot-wrapper .input-group-lg + .form-control-feedback,
.boot-wrapper .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.boot-wrapper .input-sm + .form-control-feedback,
.boot-wrapper .input-group-sm + .form-control-feedback,
.boot-wrapper .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.boot-wrapper .has-success .help-block,
.boot-wrapper .has-success .control-label,
.boot-wrapper .has-success .radio,
.boot-wrapper .has-success .checkbox,
.boot-wrapper .has-success .radio-inline,
.boot-wrapper .has-success .checkbox-inline,
.boot-wrapper .has-success.radio label,
.boot-wrapper .has-success.checkbox label,
.boot-wrapper .has-success.radio-inline label,
.boot-wrapper .has-success.checkbox-inline label {
  color: #3c763d;
}
.boot-wrapper .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.boot-wrapper .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.boot-wrapper .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.boot-wrapper .has-success .form-control-feedback {
  color: #3c763d;
}
.boot-wrapper .has-warning .help-block,
.boot-wrapper .has-warning .control-label,
.boot-wrapper .has-warning .radio,
.boot-wrapper .has-warning .checkbox,
.boot-wrapper .has-warning .radio-inline,
.boot-wrapper .has-warning .checkbox-inline,
.boot-wrapper .has-warning.radio label,
.boot-wrapper .has-warning.checkbox label,
.boot-wrapper .has-warning.radio-inline label,
.boot-wrapper .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.boot-wrapper .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.boot-wrapper .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.boot-wrapper .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.boot-wrapper .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.boot-wrapper .has-error .help-block,
.boot-wrapper .has-error .control-label,
.boot-wrapper .has-error .radio,
.boot-wrapper .has-error .checkbox,
.boot-wrapper .has-error .radio-inline,
.boot-wrapper .has-error .checkbox-inline,
.boot-wrapper .has-error.radio label,
.boot-wrapper .has-error.checkbox label,
.boot-wrapper .has-error.radio-inline label,
.boot-wrapper .has-error.checkbox-inline label {
  color: #a94442;
}
.boot-wrapper .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.boot-wrapper .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.boot-wrapper .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.boot-wrapper .has-error .form-control-feedback {
  color: #a94442;
}
.boot-wrapper .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.boot-wrapper .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.boot-wrapper .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .boot-wrapper .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .boot-wrapper .form-inline .form-control-static {
    display: inline-block;
  }
  .boot-wrapper .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .boot-wrapper .form-inline .input-group .input-group-addon,
  .boot-wrapper .form-inline .input-group .input-group-btn,
  .boot-wrapper .form-inline .input-group .form-control {
    width: auto;
  }
  .boot-wrapper .form-inline .input-group > .form-control {
    width: 100%;
  }
  .boot-wrapper .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .form-inline .radio,
  .boot-wrapper .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .form-inline .radio label,
  .boot-wrapper .form-inline .checkbox label {
    padding-left: 0;
  }
  .boot-wrapper .form-inline .radio input[type="radio"],
  .boot-wrapper .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .boot-wrapper .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.boot-wrapper .form-horizontal .radio,
.boot-wrapper .form-horizontal .checkbox,
.boot-wrapper .form-horizontal .radio-inline,
.boot-wrapper .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.boot-wrapper .form-horizontal .radio,
.boot-wrapper .form-horizontal .checkbox {
  min-height: 27px;
}
.boot-wrapper .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .boot-wrapper .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.boot-wrapper .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .boot-wrapper .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .boot-wrapper .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.boot-wrapper .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;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
  -moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
  -ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
  -o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
  transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
}
.boot-wrapper .btn:focus,
.boot-wrapper .btn:active:focus,
.boot-wrapper .btn.active:focus,
.boot-wrapper .btn.focus,
.boot-wrapper .btn:active.focus,
.boot-wrapper .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.boot-wrapper .btn:hover,
.boot-wrapper .btn:focus,
.boot-wrapper .btn.focus {
  color: #333;
  text-decoration: none;
}
.boot-wrapper .btn:active,
.boot-wrapper .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.boot-wrapper .btn.disabled,
.boot-wrapper .btn[disabled],
.boot-wrapper fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.boot-wrapper a.btn.disabled,
.boot-wrapper fieldset[disabled] a.btn {
  pointer-events: none;
}
.boot-wrapper .btn-default {
  color: #fafafa;
  /*background-color: #2461AA! important;*/
  background: -webkit-linear-gradient(top, #4277B7, #2461AA);
  border: none;
  box-shadow: 0 4px 0 0 #083872;
  font-weight: 600;
  text-shadow: 0 0 1px #083872, 0 0 1px #083872;

}
.boot-wrapper .btn-default:focus,
.boot-wrapper .btn-default.focus {
  color: #fafafa;
  background: -webkit-linear-gradient(top, #6896CC, #2461AA)! important;
  
}
.boot-wrapper .btn-default:hover {
  color: #fafafa;
  background: -webkit-linear-gradient(top, #6896CC, #2461AA)! important;
}
.boot-wrapper .btn-default:active,
.boot-wrapper .btn-default.active,
.boot-wrapper .open > .dropdown-toggle.btn-default {
  /*color: #6896CC;*/
  transform: translate(0px, 3px);
  -webkit-transform: translate(0px, 3px);
  box-shadow: 0px 1px 0px 0px;

}
.boot-wrapper .btn-default:active:hover,
.boot-wrapper .btn-default.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-default:hover,
.boot-wrapper .btn-default:active:focus,
.boot-wrapper .btn-default.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-default:focus,
.boot-wrapper .btn-default:active.focus,
.boot-wrapper .btn-default.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-default.focus {
  /*color: #6896CC;*/
  background-color: #d4d4d4;
  box-shadow: none! important;
  margin-bottom: -4px;
  margin-top: 4px;
}
.boot-wrapper .btn-default:active,
.boot-wrapper .btn-default.active,
.boot-wrapper .open > .dropdown-toggle.btn-default {
  background-image: none;
  box-shadow: none;
  margin-bottom: -4px;
  margin-top: 4px;
}
.boot-wrapper .btn-default.disabled:hover,
.boot-wrapper .btn-default[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-default:hover,
.boot-wrapper .btn-default.disabled:focus,
.boot-wrapper .btn-default[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-default:focus,
.boot-wrapper .btn-default.disabled.focus,
.boot-wrapper .btn-default[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.boot-wrapper .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.boot-wrapper .btn-primary {
  color: #fff;
  background-color: #2461AA;
  border-color: #2e6da4;
}
.boot-wrapper .btn-primary:focus,
.boot-wrapper .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.boot-wrapper .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.boot-wrapper .btn-primary:active,
.boot-wrapper .btn-primary.active,
.boot-wrapper .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.boot-wrapper .btn-primary:active:hover,
.boot-wrapper .btn-primary.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-primary:hover,
.boot-wrapper .btn-primary:active:focus,
.boot-wrapper .btn-primary.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-primary:focus,
.boot-wrapper .btn-primary:active.focus,
.boot-wrapper .btn-primary.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.boot-wrapper .btn-primary:active,
.boot-wrapper .btn-primary.active,
.boot-wrapper .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.boot-wrapper .btn-primary.disabled:hover,
.boot-wrapper .btn-primary[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-primary:hover,
.boot-wrapper .btn-primary.disabled:focus,
.boot-wrapper .btn-primary[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-primary:focus,
.boot-wrapper .btn-primary.disabled.focus,
.boot-wrapper .btn-primary[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-primary.focus {
  background-color: #2461AA;
  border-color: #2e6da4;
}
.boot-wrapper .btn-primary .badge {
  color: #2461AA;
  background-color: #fff;
}
.boot-wrapper .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.boot-wrapper .btn-success:focus,
.boot-wrapper .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.boot-wrapper .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.boot-wrapper .btn-success:active,
.boot-wrapper .btn-success.active,
.boot-wrapper .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.boot-wrapper .btn-success:active:hover,
.boot-wrapper .btn-success.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-success:hover,
.boot-wrapper .btn-success:active:focus,
.boot-wrapper .btn-success.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-success:focus,
.boot-wrapper .btn-success:active.focus,
.boot-wrapper .btn-success.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.boot-wrapper .btn-success:active,
.boot-wrapper .btn-success.active,
.boot-wrapper .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.boot-wrapper .btn-success.disabled:hover,
.boot-wrapper .btn-success[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-success:hover,
.boot-wrapper .btn-success.disabled:focus,
.boot-wrapper .btn-success[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-success:focus,
.boot-wrapper .btn-success.disabled.focus,
.boot-wrapper .btn-success[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.boot-wrapper .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.boot-wrapper .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.boot-wrapper .btn-info:focus,
.boot-wrapper .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.boot-wrapper .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.boot-wrapper .btn-info:active,
.boot-wrapper .btn-info.active,
.boot-wrapper .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.boot-wrapper .btn-info:active:hover,
.boot-wrapper .btn-info.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-info:hover,
.boot-wrapper .btn-info:active:focus,
.boot-wrapper .btn-info.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-info:focus,
.boot-wrapper .btn-info:active.focus,
.boot-wrapper .btn-info.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.boot-wrapper .btn-info:active,
.boot-wrapper .btn-info.active,
.boot-wrapper .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.boot-wrapper .btn-info.disabled:hover,
.boot-wrapper .btn-info[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-info:hover,
.boot-wrapper .btn-info.disabled:focus,
.boot-wrapper .btn-info[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-info:focus,
.boot-wrapper .btn-info.disabled.focus,
.boot-wrapper .btn-info[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.boot-wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.boot-wrapper .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boot-wrapper .btn-warning:focus,
.boot-wrapper .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.boot-wrapper .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.boot-wrapper .btn-warning:active,
.boot-wrapper .btn-warning.active,
.boot-wrapper .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.boot-wrapper .btn-warning:active:hover,
.boot-wrapper .btn-warning.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-warning:hover,
.boot-wrapper .btn-warning:active:focus,
.boot-wrapper .btn-warning.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-warning:focus,
.boot-wrapper .btn-warning:active.focus,
.boot-wrapper .btn-warning.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.boot-wrapper .btn-warning:active,
.boot-wrapper .btn-warning.active,
.boot-wrapper .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.boot-wrapper .btn-warning.disabled:hover,
.boot-wrapper .btn-warning[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-warning:hover,
.boot-wrapper .btn-warning.disabled:focus,
.boot-wrapper .btn-warning[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-warning:focus,
.boot-wrapper .btn-warning.disabled.focus,
.boot-wrapper .btn-warning[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.boot-wrapper .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.boot-wrapper .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boot-wrapper .btn-danger:focus,
.boot-wrapper .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.boot-wrapper .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.boot-wrapper .btn-danger:active,
.boot-wrapper .btn-danger.active,
.boot-wrapper .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.boot-wrapper .btn-danger:active:hover,
.boot-wrapper .btn-danger.active:hover,
.boot-wrapper .open > .dropdown-toggle.btn-danger:hover,
.boot-wrapper .btn-danger:active:focus,
.boot-wrapper .btn-danger.active:focus,
.boot-wrapper .open > .dropdown-toggle.btn-danger:focus,
.boot-wrapper .btn-danger:active.focus,
.boot-wrapper .btn-danger.active.focus,
.boot-wrapper .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.boot-wrapper .btn-danger:active,
.boot-wrapper .btn-danger.active,
.boot-wrapper .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.boot-wrapper .btn-danger.disabled:hover,
.boot-wrapper .btn-danger[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-danger:hover,
.boot-wrapper .btn-danger.disabled:focus,
.boot-wrapper .btn-danger[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-danger:focus,
.boot-wrapper .btn-danger.disabled.focus,
.boot-wrapper .btn-danger[disabled].focus,
.boot-wrapper fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.boot-wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.boot-wrapper .btn-link {
  font-weight: normal;
  color: #2461AA;
  border-radius: 0;
}
.boot-wrapper .btn-link,
.boot-wrapper .btn-link:active,
.boot-wrapper .btn-link.active,
.boot-wrapper .btn-link[disabled],
.boot-wrapper fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boot-wrapper .btn-link,
.boot-wrapper .btn-link:hover,
.boot-wrapper .btn-link:focus,
.boot-wrapper .btn-link:active {
  border-color: transparent;
}
.boot-wrapper .btn-link:hover,
.boot-wrapper .btn-link:focus {
  color: #FF1300;
  text-decoration: underline;
  background-color: transparent;
}
.boot-wrapper .btn-link[disabled]:hover,
.boot-wrapper fieldset[disabled] .btn-link:hover,
.boot-wrapper .btn-link[disabled]:focus,
.boot-wrapper fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.boot-wrapper .btn-lg,
.boot-wrapper .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.boot-wrapper .btn-sm,
.boot-wrapper .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot-wrapper .btn-xs,
.boot-wrapper .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot-wrapper .im-phone-btn-block {
  display: block;
  width: 100%;
}
.boot-wrapper .im-phone-btn-block + .im-phone-btn-block {
  margin-top: 5px;
}
.boot-wrapper input[type="submit"].im-phone-btn-block,
.boot-wrapper input[type="reset"].im-phone-btn-block,
.boot-wrapper input[type="button"].im-phone-btn-block {
  width: 100%;
}
.boot-wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.boot-wrapper .fade.in {
  opacity: 1;
}
.boot-wrapper .collapse {
  display: none;
}
.boot-wrapper .collapse.in {
  display: block;
}
.boot-wrapper tr.collapse.in {
  display: table-row;
}
.boot-wrapper tbody.collapse.in {
  display: table-row-group;
}
.boot-wrapper .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.boot-wrapper .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.boot-wrapper .dropup,
.boot-wrapper .dropdown {
  position: relative;
}
.boot-wrapper .dropdown-toggle:focus {
  outline: 0;
}
.boot-wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.boot-wrapper .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.boot-wrapper .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.boot-wrapper .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.boot-wrapper .dropdown-menu > li > a:hover,
.boot-wrapper .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.boot-wrapper .dropdown-menu > .active > a,
.boot-wrapper .dropdown-menu > .active > a:hover,
.boot-wrapper .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #2461AA;
  outline: 0;
}
.boot-wrapper .dropdown-menu > .disabled > a,
.boot-wrapper .dropdown-menu > .disabled > a:hover,
.boot-wrapper .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.boot-wrapper .dropdown-menu > .disabled > a:hover,
.boot-wrapper .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.boot-wrapper .open > .dropdown-menu {
  display: block;
}
.boot-wrapper .open > a {
  outline: 0;
}
.boot-wrapper .dropdown-menu-right {
  right: 0;
  left: auto;
}
.boot-wrapper .dropdown-menu-left {
  right: auto;
  left: 0;
}
.boot-wrapper .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.boot-wrapper .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.boot-wrapper .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.boot-wrapper .dropup .caret,
.boot-wrapper .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.boot-wrapper .dropup .dropdown-menu,
.boot-wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .boot-wrapper .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.boot-wrapper .btn-group,
.boot-wrapper .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.boot-wrapper .btn-group > .btn,
.boot-wrapper .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.boot-wrapper .btn-group > .btn:hover,
.boot-wrapper .btn-group-vertical > .btn:hover,
.boot-wrapper .btn-group > .btn:focus,
.boot-wrapper .btn-group-vertical > .btn:focus,
.boot-wrapper .btn-group > .btn:active,
.boot-wrapper .btn-group-vertical > .btn:active,
.boot-wrapper .btn-group > .btn.active,
.boot-wrapper .btn-group-vertical > .btn.active {
  z-index: 2;
}
.boot-wrapper .btn-group .btn + .btn,
.boot-wrapper .btn-group .btn + .btn-group,
.boot-wrapper .btn-group .btn-group + .btn,
.boot-wrapper .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.boot-wrapper .btn-toolbar {
  margin-left: -5px;
}
.boot-wrapper .btn-toolbar .btn,
.boot-wrapper .btn-toolbar .btn-group,
.boot-wrapper .btn-toolbar .input-group {
  float: left;
}
.boot-wrapper .btn-toolbar > .btn,
.boot-wrapper .btn-toolbar > .btn-group,
.boot-wrapper .btn-toolbar > .input-group {
  margin-left: 5px;
}
.boot-wrapper .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.boot-wrapper .btn-group > .btn:first-child {
  margin-left: 0;
}
.boot-wrapper .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.boot-wrapper .btn-group > .btn:last-child:not(:first-child),
.boot-wrapper .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .btn-group > .btn-group {
  float: left;
}
.boot-wrapper .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.boot-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.boot-wrapper .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.boot-wrapper .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .btn-group .dropdown-toggle:active,
.boot-wrapper .btn-group.open .dropdown-toggle {
  outline: 0;
}
.boot-wrapper .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.boot-wrapper .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.boot-wrapper .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.boot-wrapper .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.boot-wrapper .btn .caret {
  margin-left: 0;
}
.boot-wrapper .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.boot-wrapper .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.boot-wrapper .btn-group-vertical > .btn,
.boot-wrapper .btn-group-vertical > .btn-group,
.boot-wrapper .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.boot-wrapper .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.boot-wrapper .btn-group-vertical > .btn + .btn,
.boot-wrapper .btn-group-vertical > .btn + .btn-group,
.boot-wrapper .btn-group-vertical > .btn-group + .btn,
.boot-wrapper .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.boot-wrapper .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.boot-wrapper .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.boot-wrapper .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.boot-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.boot-wrapper .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boot-wrapper .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.boot-wrapper .btn-group-justified > .btn,
.boot-wrapper .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.boot-wrapper .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.boot-wrapper .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.boot-wrapper [data-toggle="buttons"] > .btn input[type="radio"],
.boot-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.boot-wrapper [data-toggle="buttons"] > .btn input[type="checkbox"],
.boot-wrapper [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.boot-wrapper .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.boot-wrapper .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.boot-wrapper .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.boot-wrapper .input-group .form-control:focus {
  z-index: 3;
}
.boot-wrapper .input-group-lg > .form-control,
.boot-wrapper .input-group-lg > .input-group-addon,
.boot-wrapper .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.boot-wrapper select.input-group-lg > .form-control,
.boot-wrapper select.input-group-lg > .input-group-addon,
.boot-wrapper select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.boot-wrapper textarea.input-group-lg > .form-control,
.boot-wrapper textarea.input-group-lg > .input-group-addon,
.boot-wrapper textarea.input-group-lg > .input-group-btn > .btn,
.boot-wrapper select[multiple].input-group-lg > .form-control,
.boot-wrapper select[multiple].input-group-lg > .input-group-addon,
.boot-wrapper select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.boot-wrapper .input-group-sm > .form-control,
.boot-wrapper .input-group-sm > .input-group-addon,
.boot-wrapper .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.boot-wrapper select.input-group-sm > .form-control,
.boot-wrapper select.input-group-sm > .input-group-addon,
.boot-wrapper select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.boot-wrapper textarea.input-group-sm > .form-control,
.boot-wrapper textarea.input-group-sm > .input-group-addon,
.boot-wrapper textarea.input-group-sm > .input-group-btn > .btn,
.boot-wrapper select[multiple].input-group-sm > .form-control,
.boot-wrapper select[multiple].input-group-sm > .input-group-addon,
.boot-wrapper select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.boot-wrapper .input-group-addon,
.boot-wrapper .input-group-btn,
.boot-wrapper .input-group .form-control {
  display: table-cell;
}
.boot-wrapper .input-group-addon:not(:first-child):not(:last-child),
.boot-wrapper .input-group-btn:not(:first-child):not(:last-child),
.boot-wrapper .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.boot-wrapper .input-group-addon,
.boot-wrapper .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.boot-wrapper .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;
}
.boot-wrapper .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.boot-wrapper .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.boot-wrapper .input-group-addon input[type="radio"],
.boot-wrapper .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.boot-wrapper .input-group .form-control:first-child,
.boot-wrapper .input-group-addon:first-child,
.boot-wrapper .input-group-btn:first-child > .btn,
.boot-wrapper .input-group-btn:first-child > .btn-group > .btn,
.boot-wrapper .input-group-btn:first-child > .dropdown-toggle,
.boot-wrapper .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.boot-wrapper .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.boot-wrapper .input-group-addon:first-child {
  border-right: 0;
}
.boot-wrapper .input-group .form-control:last-child,
.boot-wrapper .input-group-addon:last-child,
.boot-wrapper .input-group-btn:last-child > .btn,
.boot-wrapper .input-group-btn:last-child > .btn-group > .btn,
.boot-wrapper .input-group-btn:last-child > .dropdown-toggle,
.boot-wrapper .input-group-btn:first-child > .btn:not(:first-child),
.boot-wrapper .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .input-group-addon:last-child {
  border-left: 0;
}
.boot-wrapper .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.boot-wrapper .input-group-btn > .btn {
  position: relative;
}
.boot-wrapper .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.boot-wrapper .input-group-btn > .btn:hover,
.boot-wrapper .input-group-btn > .btn:focus,
.boot-wrapper .input-group-btn > .btn:active {
  z-index: 2;
}
.boot-wrapper .input-group-btn:first-child > .btn,
.boot-wrapper .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.boot-wrapper .input-group-btn:last-child > .btn,
.boot-wrapper .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.boot-wrapper .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.boot-wrapper .nav > li {
  position: relative;
  display: block;
}
.boot-wrapper .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.boot-wrapper .nav > li > a:hover,
.boot-wrapper .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.boot-wrapper .nav > li.disabled > a {
  color: #777;
}
.boot-wrapper .nav > li.disabled > a:hover,
.boot-wrapper .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.boot-wrapper .nav .open > a,
.boot-wrapper .nav .open > a:hover,
.boot-wrapper .nav .open > a:focus {
  background-color: #eee;
  border-color: #2461AA;
}
.boot-wrapper .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.boot-wrapper .nav > li > a > img {
  max-width: none;
}
.boot-wrapper .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.boot-wrapper .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.boot-wrapper .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.boot-wrapper .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.boot-wrapper .nav-tabs > li.active > a,
.boot-wrapper .nav-tabs > li.active > a:hover,
.boot-wrapper .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.boot-wrapper .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.boot-wrapper .nav-tabs.nav-justified > li {
  float: none;
}
.boot-wrapper .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.boot-wrapper .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .boot-wrapper .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .boot-wrapper .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.boot-wrapper .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.boot-wrapper .nav-tabs.nav-justified > .active > a,
.boot-wrapper .nav-tabs.nav-justified > .active > a:hover,
.boot-wrapper .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .boot-wrapper .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .boot-wrapper .nav-tabs.nav-justified > .active > a,
  .boot-wrapper .nav-tabs.nav-justified > .active > a:hover,
  .boot-wrapper .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.boot-wrapper .nav-pills > li {
  float: left;
}
.boot-wrapper .nav-pills > li > a {
  border-radius: 4px;
}
.boot-wrapper .nav-pills > li + li {
  margin-left: 2px;
}
.boot-wrapper .nav-pills > li.active > a,
.boot-wrapper .nav-pills > li.active > a:hover,
.boot-wrapper .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2461AA;
}
.boot-wrapper .nav-stacked > li {
  float: none;
}
.boot-wrapper .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.boot-wrapper .nav-justified {
  width: 100%;
}
.boot-wrapper .nav-justified > li {
  float: none;
}
.boot-wrapper .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.boot-wrapper .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .boot-wrapper .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .boot-wrapper .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.boot-wrapper .nav-tabs-justified {
  border-bottom: 0;
}
.boot-wrapper .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.boot-wrapper .nav-tabs-justified > .active > a,
.boot-wrapper .nav-tabs-justified > .active > a:hover,
.boot-wrapper .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .boot-wrapper .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .boot-wrapper .nav-tabs-justified > .active > a,
  .boot-wrapper .nav-tabs-justified > .active > a:hover,
  .boot-wrapper .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.boot-wrapper .tab-content > .tab-pane {
  display: none;
}
.boot-wrapper .tab-content > .active {
  display: block;
}
.boot-wrapper .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boot-wrapper .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-header {
    float: left;
  }
}
.boot-wrapper .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.boot-wrapper .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .boot-wrapper .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .boot-wrapper .navbar-collapse.in {
    overflow-y: visible;
  }
  .boot-wrapper .navbar-fixed-top .navbar-collapse,
  .boot-wrapper .navbar-static-top .navbar-collapse,
  .boot-wrapper .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.boot-wrapper .navbar-fixed-top .navbar-collapse,
.boot-wrapper .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .boot-wrapper .navbar-fixed-top .navbar-collapse,
  .boot-wrapper .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.boot-wrapper .container > .navbar-header,
.boot-wrapper .container-fluid > .navbar-header,
.boot-wrapper .container > .navbar-collapse,
.boot-wrapper .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .boot-wrapper .container > .navbar-header,
  .boot-wrapper .container-fluid > .navbar-header,
  .boot-wrapper .container > .navbar-collapse,
  .boot-wrapper .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.boot-wrapper .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-static-top {
    border-radius: 0;
  }
}
.boot-wrapper .navbar-fixed-top,
.boot-wrapper .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-fixed-top,
  .boot-wrapper .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.boot-wrapper .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.boot-wrapper .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.boot-wrapper .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.boot-wrapper .navbar-brand:hover,
.boot-wrapper .navbar-brand:focus {
  text-decoration: none;
}
.boot-wrapper .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar > .container .navbar-brand,
  .boot-wrapper .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.boot-wrapper .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;
}
.boot-wrapper .navbar-toggle:focus {
  outline: 0;
}
.boot-wrapper .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.boot-wrapper .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-toggle {
    display: none;
  }
}
.boot-wrapper .navbar-nav {
  margin: 7.5px -15px;
}
.boot-wrapper .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .boot-wrapper .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;
  }
  .boot-wrapper .navbar-nav .open .dropdown-menu > li > a,
  .boot-wrapper .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .boot-wrapper .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .boot-wrapper .navbar-nav .open .dropdown-menu > li > a:hover,
  .boot-wrapper .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-nav {
    float: left;
    margin: 0;
  }
  .boot-wrapper .navbar-nav > li {
    float: left;
  }
  .boot-wrapper .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.boot-wrapper .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .boot-wrapper .navbar-form .form-control-static {
    display: inline-block;
  }
  .boot-wrapper .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .boot-wrapper .navbar-form .input-group .input-group-addon,
  .boot-wrapper .navbar-form .input-group .input-group-btn,
  .boot-wrapper .navbar-form .input-group .form-control {
    width: auto;
  }
  .boot-wrapper .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .boot-wrapper .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .navbar-form .radio,
  .boot-wrapper .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .boot-wrapper .navbar-form .radio label,
  .boot-wrapper .navbar-form .checkbox label {
    padding-left: 0;
  }
  .boot-wrapper .navbar-form .radio input[type="radio"],
  .boot-wrapper .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .boot-wrapper .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .boot-wrapper .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .boot-wrapper .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .boot-wrapper .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;
  }
}
.boot-wrapper .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boot-wrapper .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.boot-wrapper .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.boot-wrapper .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.boot-wrapper .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.boot-wrapper .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .boot-wrapper .navbar-left {
    float: left !important;
  }
  .boot-wrapper .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .boot-wrapper .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.boot-wrapper .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.boot-wrapper .navbar-default .navbar-brand {
  color: #777;
}
.boot-wrapper .navbar-default .navbar-brand:hover,
.boot-wrapper .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.boot-wrapper .navbar-default .navbar-text {
  color: #777;
}
.boot-wrapper .navbar-default .navbar-nav > li > a {
  color: #777;
}
.boot-wrapper .navbar-default .navbar-nav > li > a:hover,
.boot-wrapper .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.boot-wrapper .navbar-default .navbar-nav > .active > a,
.boot-wrapper .navbar-default .navbar-nav > .active > a:hover,
.boot-wrapper .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.boot-wrapper .navbar-default .navbar-nav > .disabled > a,
.boot-wrapper .navbar-default .navbar-nav > .disabled > a:hover,
.boot-wrapper .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.boot-wrapper .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.boot-wrapper .navbar-default .navbar-toggle:hover,
.boot-wrapper .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.boot-wrapper .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.boot-wrapper .navbar-default .navbar-collapse,
.boot-wrapper .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.boot-wrapper .navbar-default .navbar-nav > .open > a,
.boot-wrapper .navbar-default .navbar-nav > .open > a:hover,
.boot-wrapper .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .boot-wrapper .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.boot-wrapper .navbar-default .navbar-link {
  color: #777;
}
.boot-wrapper .navbar-default .navbar-link:hover {
  color: #333;
}
.boot-wrapper .navbar-default .btn-link {
  color: #777;
}
.boot-wrapper .navbar-default .btn-link:hover,
.boot-wrapper .navbar-default .btn-link:focus {
  color: #333;
}
.boot-wrapper .navbar-default .btn-link[disabled]:hover,
.boot-wrapper fieldset[disabled] .navbar-default .btn-link:hover,
.boot-wrapper .navbar-default .btn-link[disabled]:focus,
.boot-wrapper fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.boot-wrapper .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.boot-wrapper .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.boot-wrapper .navbar-inverse .navbar-brand:hover,
.boot-wrapper .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.boot-wrapper .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.boot-wrapper .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.boot-wrapper .navbar-inverse .navbar-nav > li > a:hover,
.boot-wrapper .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.boot-wrapper .navbar-inverse .navbar-nav > .active > a,
.boot-wrapper .navbar-inverse .navbar-nav > .active > a:hover,
.boot-wrapper .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.boot-wrapper .navbar-inverse .navbar-nav > .disabled > a,
.boot-wrapper .navbar-inverse .navbar-nav > .disabled > a:hover,
.boot-wrapper .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.boot-wrapper .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.boot-wrapper .navbar-inverse .navbar-toggle:hover,
.boot-wrapper .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.boot-wrapper .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.boot-wrapper .navbar-inverse .navbar-collapse,
.boot-wrapper .navbar-inverse .navbar-form {
  border-color: #101010;
}
.boot-wrapper .navbar-inverse .navbar-nav > .open > a,
.boot-wrapper .navbar-inverse .navbar-nav > .open > a:hover,
.boot-wrapper .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .boot-wrapper .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.boot-wrapper .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.boot-wrapper .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.boot-wrapper .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.boot-wrapper .navbar-inverse .btn-link:hover,
.boot-wrapper .navbar-inverse .btn-link:focus {
  color: #fff;
}
.boot-wrapper .navbar-inverse .btn-link[disabled]:hover,
.boot-wrapper fieldset[disabled] .navbar-inverse .btn-link:hover,
.boot-wrapper .navbar-inverse .btn-link[disabled]:focus,
.boot-wrapper fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.boot-wrapper .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.boot-wrapper .breadcrumb > li {
  display: inline-block;
}
.boot-wrapper .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.boot-wrapper .breadcrumb > .active {
  color: #777;
}
.boot-wrapper .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.boot-wrapper .pagination > li {
  display: inline;
}
.boot-wrapper .pagination > li > a,
.boot-wrapper .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2461AA;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.boot-wrapper .pagination > li:first-child > a,
.boot-wrapper .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.boot-wrapper .pagination > li:last-child > a,
.boot-wrapper .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.boot-wrapper .pagination > li > a:hover,
.boot-wrapper .pagination > li > span:hover,
.boot-wrapper .pagination > li > a:focus,
.boot-wrapper .pagination > li > span:focus {
  z-index: 2;
  color: #FF1300;
  background-color: #eee;
  border-color: #ddd;
}
.boot-wrapper .pagination > .active > a,
.boot-wrapper .pagination > .active > span,
.boot-wrapper .pagination > .active > a:hover,
.boot-wrapper .pagination > .active > span:hover,
.boot-wrapper .pagination > .active > a:focus,
.boot-wrapper .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #2461AA;
  border-color: #2461AA;
}
.boot-wrapper .pagination > .disabled > span,
.boot-wrapper .pagination > .disabled > span:hover,
.boot-wrapper .pagination > .disabled > span:focus,
.boot-wrapper .pagination > .disabled > a,
.boot-wrapper .pagination > .disabled > a:hover,
.boot-wrapper .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.boot-wrapper .pagination-lg > li > a,
.boot-wrapper .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.boot-wrapper .pagination-lg > li:first-child > a,
.boot-wrapper .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.boot-wrapper .pagination-lg > li:last-child > a,
.boot-wrapper .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.boot-wrapper .pagination-sm > li > a,
.boot-wrapper .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.boot-wrapper .pagination-sm > li:first-child > a,
.boot-wrapper .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boot-wrapper .pagination-sm > li:last-child > a,
.boot-wrapper .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.boot-wrapper .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.boot-wrapper .pager li {
  display: inline;
}
.boot-wrapper .pager li > a,
.boot-wrapper .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.boot-wrapper .pager li > a:hover,
.boot-wrapper .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.boot-wrapper .pager .next > a,
.boot-wrapper .pager .next > span {
  float: right;
}
.boot-wrapper .pager .previous > a,
.boot-wrapper .pager .previous > span {
  float: left;
}
.boot-wrapper .pager .disabled > a,
.boot-wrapper .pager .disabled > a:hover,
.boot-wrapper .pager .disabled > a:focus,
.boot-wrapper .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.boot-wrapper .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;
}
.boot-wrapper a.label:hover,
.boot-wrapper a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.boot-wrapper .label:empty {
  display: none;
}
.boot-wrapper .btn .label {
  position: relative;
  top: -1px;
}
.boot-wrapper .label-default {
  background-color: #777;
}
.boot-wrapper .label-default[href]:hover,
.boot-wrapper .label-default[href]:focus {
  background-color: #5e5e5e;
}
.boot-wrapper .label-primary {
  background-color: #2461AA;
}
.boot-wrapper .label-primary[href]:hover,
.boot-wrapper .label-primary[href]:focus {
  background-color: #286090;
}
.boot-wrapper .label-success {
  background-color: #5cb85c;
}
.boot-wrapper .label-success[href]:hover,
.boot-wrapper .label-success[href]:focus {
  background-color: #449d44;
}
.boot-wrapper .label-info {
  background-color: #5bc0de;
}
.boot-wrapper .label-info[href]:hover,
.boot-wrapper .label-info[href]:focus {
  background-color: #31b0d5;
}
.boot-wrapper .label-warning {
  background-color: #f0ad4e;
}
.boot-wrapper .label-warning[href]:hover,
.boot-wrapper .label-warning[href]:focus {
  background-color: #ec971f;
}
.boot-wrapper .label-danger {
  background-color: #d9534f;
}
.boot-wrapper .label-danger[href]:hover,
.boot-wrapper .label-danger[href]:focus {
  background-color: #c9302c;
}
.boot-wrapper .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: middle;
  background-color: #777;
  border-radius: 10px;
}
.boot-wrapper .badge:empty {
  display: none;
}
.boot-wrapper .btn .badge {
  position: relative;
  top: -1px;
}
.boot-wrapper .btn-xs .badge,
.boot-wrapper .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.boot-wrapper a.badge:hover,
.boot-wrapper a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.boot-wrapper .list-group-item.active > .badge,
.boot-wrapper .nav-pills > .active > a > .badge {
  color: #2461AA;
  background-color: #fff;
}
.boot-wrapper .list-group-item > .badge {
  float: right;
}
.boot-wrapper .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.boot-wrapper .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.boot-wrapper .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.boot-wrapper .jumbotron h1,
.boot-wrapper .jumbotron .h1 {
  color: inherit;
}
.boot-wrapper .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.boot-wrapper .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.boot-wrapper .container .jumbotron,
.boot-wrapper .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.boot-wrapper .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .boot-wrapper .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .boot-wrapper .container .jumbotron,
  .boot-wrapper .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .boot-wrapper .jumbotron h1,
  .boot-wrapper .jumbotron .h1 {
    font-size: 63px;
  }
}
.boot-wrapper .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.boot-wrapper .thumbnail > img,
.boot-wrapper .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.boot-wrapper a.thumbnail:hover,
.boot-wrapper a.thumbnail:focus,
.boot-wrapper a.thumbnail.active {
  border-color: #2461AA;
}
.boot-wrapper .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.boot-wrapper .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.boot-wrapper .alert h4 {
  margin-top: 0;
  color: inherit;
}
.boot-wrapper .alert .alert-link {
  font-weight: bold;
}
.boot-wrapper .alert > p,
.boot-wrapper .alert > ul {
  margin-bottom: 0;
}
.boot-wrapper .alert > p + p {
  margin-top: 5px;
}
.boot-wrapper .alert-dismissable,
.boot-wrapper .alert-dismissible {
  padding-right: 35px;
}
.boot-wrapper .alert-dismissable .close,
.boot-wrapper .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.boot-wrapper .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.boot-wrapper .alert-success hr {
  border-top-color: #c9e2b3;
}
.boot-wrapper .alert-success .alert-link {
  color: #2b542c;
}
.boot-wrapper .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.boot-wrapper .alert-info hr {
  border-top-color: #a6e1ec;
}
.boot-wrapper .alert-info .alert-link {
  color: #245269;
}
.boot-wrapper .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.boot-wrapper .alert-warning hr {
  border-top-color: #f7e1b5;
}
.boot-wrapper .alert-warning .alert-link {
  color: #66512c;
}
.boot-wrapper .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.boot-wrapper .alert-danger hr {
  border-top-color: #e4b9c0;
}
.boot-wrapper .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;
  }
}
.boot-wrapper .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.boot-wrapper .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2461AA;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.boot-wrapper .progress-striped .progress-bar,
.boot-wrapper .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.boot-wrapper .progress.active .progress-bar,
.boot-wrapper .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;
}
.boot-wrapper .progress-bar-success {
  background-color: #5cb85c;
}
.boot-wrapper .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.boot-wrapper .progress-bar-info {
  background-color: #5bc0de;
}
.boot-wrapper .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.boot-wrapper .progress-bar-warning {
  background-color: #f0ad4e;
}
.boot-wrapper .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.boot-wrapper .progress-bar-danger {
  background-color: #d9534f;
}
.boot-wrapper .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.boot-wrapper .media {
  margin-top: 15px;
}
.boot-wrapper .media:first-child {
  margin-top: 0;
}
.boot-wrapper .media,
.boot-wrapper .media-body {
  overflow: hidden;
  zoom: 1;
}
.boot-wrapper .media-body {
  width: 10000px;
}
.boot-wrapper .media-object {
  display: block;
}
.boot-wrapper .media-object.img-thumbnail {
  max-width: none;
}
.boot-wrapper .media-right,
.boot-wrapper .media > .pull-right {
  padding-left: 10px;
}
.boot-wrapper .media-left,
.boot-wrapper .media > .pull-left {
  padding-right: 10px;
}
.boot-wrapper .media-left,
.boot-wrapper .media-right,
.boot-wrapper .media-body {
  display: table-cell;
  vertical-align: top;
}
.boot-wrapper .media-middle {
  vertical-align: middle;
}
.boot-wrapper .media-bottom {
  vertical-align: bottom;
}
.boot-wrapper .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.boot-wrapper .media-list {
  padding-left: 0;
  list-style: none;
}
.boot-wrapper .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.boot-wrapper .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.boot-wrapper .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.boot-wrapper .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.boot-wrapper a.list-group-item,
.boot-wrapper button.list-group-item {
  color: #555;
}
.boot-wrapper a.list-group-item .list-group-item-heading,
.boot-wrapper button.list-group-item .list-group-item-heading {
  color: #333;
}
.boot-wrapper a.list-group-item:hover,
.boot-wrapper button.list-group-item:hover,
.boot-wrapper a.list-group-item:focus,
.boot-wrapper button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.boot-wrapper button.list-group-item {
  width: 100%;
  text-align: left;
}
.boot-wrapper .list-group-item.disabled,
.boot-wrapper .list-group-item.disabled:hover,
.boot-wrapper .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.boot-wrapper .list-group-item.disabled .list-group-item-heading,
.boot-wrapper .list-group-item.disabled:hover .list-group-item-heading,
.boot-wrapper .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.boot-wrapper .list-group-item.disabled .list-group-item-text,
.boot-wrapper .list-group-item.disabled:hover .list-group-item-text,
.boot-wrapper .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.boot-wrapper .list-group-item.active,
.boot-wrapper .list-group-item.active:hover,
.boot-wrapper .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2461AA;
  border-color: #2461AA;
}
.boot-wrapper .list-group-item.active .list-group-item-heading,
.boot-wrapper .list-group-item.active:hover .list-group-item-heading,
.boot-wrapper .list-group-item.active:focus .list-group-item-heading,
.boot-wrapper .list-group-item.active .list-group-item-heading > small,
.boot-wrapper .list-group-item.active:hover .list-group-item-heading > small,
.boot-wrapper .list-group-item.active:focus .list-group-item-heading > small,
.boot-wrapper .list-group-item.active .list-group-item-heading > .small,
.boot-wrapper .list-group-item.active:hover .list-group-item-heading > .small,
.boot-wrapper .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.boot-wrapper .list-group-item.active .list-group-item-text,
.boot-wrapper .list-group-item.active:hover .list-group-item-text,
.boot-wrapper .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.boot-wrapper .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.boot-wrapper a.list-group-item-success,
.boot-wrapper button.list-group-item-success {
  color: #3c763d;
}
.boot-wrapper a.list-group-item-success .list-group-item-heading,
.boot-wrapper button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.boot-wrapper a.list-group-item-success:hover,
.boot-wrapper button.list-group-item-success:hover,
.boot-wrapper a.list-group-item-success:focus,
.boot-wrapper button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.boot-wrapper a.list-group-item-success.active,
.boot-wrapper button.list-group-item-success.active,
.boot-wrapper a.list-group-item-success.active:hover,
.boot-wrapper button.list-group-item-success.active:hover,
.boot-wrapper a.list-group-item-success.active:focus,
.boot-wrapper button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.boot-wrapper .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.boot-wrapper a.list-group-item-info,
.boot-wrapper button.list-group-item-info {
  color: #31708f;
}
.boot-wrapper a.list-group-item-info .list-group-item-heading,
.boot-wrapper button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.boot-wrapper a.list-group-item-info:hover,
.boot-wrapper button.list-group-item-info:hover,
.boot-wrapper a.list-group-item-info:focus,
.boot-wrapper button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.boot-wrapper a.list-group-item-info.active,
.boot-wrapper button.list-group-item-info.active,
.boot-wrapper a.list-group-item-info.active:hover,
.boot-wrapper button.list-group-item-info.active:hover,
.boot-wrapper a.list-group-item-info.active:focus,
.boot-wrapper button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.boot-wrapper .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.boot-wrapper a.list-group-item-warning,
.boot-wrapper button.list-group-item-warning {
  color: #8a6d3b;
}
.boot-wrapper a.list-group-item-warning .list-group-item-heading,
.boot-wrapper button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.boot-wrapper a.list-group-item-warning:hover,
.boot-wrapper button.list-group-item-warning:hover,
.boot-wrapper a.list-group-item-warning:focus,
.boot-wrapper button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.boot-wrapper a.list-group-item-warning.active,
.boot-wrapper button.list-group-item-warning.active,
.boot-wrapper a.list-group-item-warning.active:hover,
.boot-wrapper button.list-group-item-warning.active:hover,
.boot-wrapper a.list-group-item-warning.active:focus,
.boot-wrapper button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.boot-wrapper .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.boot-wrapper a.list-group-item-danger,
.boot-wrapper button.list-group-item-danger {
  color: #a94442;
}
.boot-wrapper a.list-group-item-danger .list-group-item-heading,
.boot-wrapper button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.boot-wrapper a.list-group-item-danger:hover,
.boot-wrapper button.list-group-item-danger:hover,
.boot-wrapper a.list-group-item-danger:focus,
.boot-wrapper button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.boot-wrapper a.list-group-item-danger.active,
.boot-wrapper button.list-group-item-danger.active,
.boot-wrapper a.list-group-item-danger.active:hover,
.boot-wrapper button.list-group-item-danger.active:hover,
.boot-wrapper a.list-group-item-danger.active:focus,
.boot-wrapper button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.boot-wrapper .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.boot-wrapper .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.boot-wrapper .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.boot-wrapper .panel-body {
  padding: 15px;
}
.boot-wrapper .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.boot-wrapper .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.boot-wrapper .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.boot-wrapper .panel-title > a,
.boot-wrapper .panel-title > small,
.boot-wrapper .panel-title > .small,
.boot-wrapper .panel-title > small > a,
.boot-wrapper .panel-title > .small > a {
  color: inherit;
}
.boot-wrapper .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boot-wrapper .panel > .list-group,
.boot-wrapper .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.boot-wrapper .panel > .list-group .list-group-item,
.boot-wrapper .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.boot-wrapper .panel > .list-group:first-child .list-group-item:first-child,
.boot-wrapper .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.boot-wrapper .panel > .list-group:last-child .list-group-item:last-child,
.boot-wrapper .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boot-wrapper .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.boot-wrapper .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.boot-wrapper .list-group + .panel-footer {
  border-top-width: 0;
}
.boot-wrapper .panel > .table,
.boot-wrapper .panel > .table-responsive > .table,
.boot-wrapper .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.boot-wrapper .panel > .table caption,
.boot-wrapper .panel > .table-responsive > .table caption,
.boot-wrapper .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.boot-wrapper .panel > .table:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.boot-wrapper .panel > .table:first-child > thead:first-child > tr:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.boot-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.boot-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.boot-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.boot-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.boot-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.boot-wrapper .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.boot-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.boot-wrapper .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.boot-wrapper .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.boot-wrapper .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.boot-wrapper .panel > .table:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boot-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.boot-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.boot-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.boot-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.boot-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.boot-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.boot-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.boot-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.boot-wrapper .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.boot-wrapper .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.boot-wrapper .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.boot-wrapper .panel > .panel-body + .table,
.boot-wrapper .panel > .panel-body + .table-responsive,
.boot-wrapper .panel > .table + .panel-body,
.boot-wrapper .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.boot-wrapper .panel > .table > tbody:first-child > tr:first-child th,
.boot-wrapper .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.boot-wrapper .panel > .table-bordered,
.boot-wrapper .panel > .table-responsive > .table-bordered {
  border: 0;
}
.boot-wrapper .panel > .table-bordered > thead > tr > th:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.boot-wrapper .panel > .table-bordered > tbody > tr > th:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.boot-wrapper .panel > .table-bordered > tfoot > tr > th:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.boot-wrapper .panel > .table-bordered > thead > tr > td:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.boot-wrapper .panel > .table-bordered > tbody > tr > td:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.boot-wrapper .panel > .table-bordered > tfoot > tr > td:first-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.boot-wrapper .panel > .table-bordered > thead > tr > th:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.boot-wrapper .panel > .table-bordered > tbody > tr > th:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.boot-wrapper .panel > .table-bordered > tfoot > tr > th:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.boot-wrapper .panel > .table-bordered > thead > tr > td:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.boot-wrapper .panel > .table-bordered > tbody > tr > td:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.boot-wrapper .panel > .table-bordered > tfoot > tr > td:last-child,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.boot-wrapper .panel > .table-bordered > thead > tr:first-child > td,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.boot-wrapper .panel > .table-bordered > tbody > tr:first-child > td,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.boot-wrapper .panel > .table-bordered > thead > tr:first-child > th,
.boot-wrapper .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.boot-wrapper .panel > .table-bordered > tbody > tr:first-child > th,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.boot-wrapper .panel > .table-bordered > tbody > tr:last-child > td,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.boot-wrapper .panel > .table-bordered > tfoot > tr:last-child > td,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.boot-wrapper .panel > .table-bordered > tbody > tr:last-child > th,
.boot-wrapper .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.boot-wrapper .panel > .table-bordered > tfoot > tr:last-child > th,
.boot-wrapper .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.boot-wrapper .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.boot-wrapper .panel-group {
  margin-bottom: 20px;
}
.boot-wrapper .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.boot-wrapper .panel-group .panel + .panel {
  margin-top: 5px;
}
.boot-wrapper .panel-group .panel-heading {
  border-bottom: 0;
}
.boot-wrapper .panel-group .panel-heading + .panel-collapse > .panel-body,
.boot-wrapper .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.boot-wrapper .panel-group .panel-footer {
  border-top: 0;
}
.boot-wrapper .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.boot-wrapper .panel-default {
  border-color: #ddd;
}
.boot-wrapper .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.boot-wrapper .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.boot-wrapper .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.boot-wrapper .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.boot-wrapper .panel-primary {
  border-color: #2461AA;
}
.boot-wrapper .panel-primary > .panel-heading {
  color: #fff;
  background-color: #2461AA;
  border-color: #2461AA;
}
.boot-wrapper .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2461AA;
}
.boot-wrapper .panel-primary > .panel-heading .badge {
  color: #2461AA;
  background-color: #fff;
}
.boot-wrapper .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2461AA;
}
.boot-wrapper .panel-success {
  border-color: #d6e9c6;
}
.boot-wrapper .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.boot-wrapper .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.boot-wrapper .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.boot-wrapper .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.boot-wrapper .panel-info {
  border-color: #bce8f1;
}
.boot-wrapper .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.boot-wrapper .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.boot-wrapper .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.boot-wrapper .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.boot-wrapper .panel-warning {
  border-color: #faebcc;
}
.boot-wrapper .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.boot-wrapper .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.boot-wrapper .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.boot-wrapper .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.boot-wrapper .panel-danger {
  border-color: #ebccd1;
}
.boot-wrapper .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.boot-wrapper .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.boot-wrapper .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.boot-wrapper .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.boot-wrapper .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.boot-wrapper .embed-responsive .embed-responsive-item,
.boot-wrapper .embed-responsive iframe,
.boot-wrapper .embed-responsive embed,
.boot-wrapper .embed-responsive object,
.boot-wrapper .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.boot-wrapper .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.boot-wrapper .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.boot-wrapper .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.boot-wrapper .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.boot-wrapper .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.boot-wrapper .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.boot-wrapper .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;
}
.boot-wrapper .close:hover,
.boot-wrapper .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.boot-wrapper button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.boot-wrapper .modal-open {
  overflow: hidden;
}
.boot-wrapper .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.boot-wrapper .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.boot-wrapper .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.boot-wrapper .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.boot-wrapper .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.boot-wrapper .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.boot-wrapper .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.boot-wrapper .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.boot-wrapper .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.boot-wrapper .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.boot-wrapper .modal-header .close {
  margin-top: -2px;
}
.boot-wrapper .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.boot-wrapper .modal-body {
  position: relative;
  padding: 15px;
}
.boot-wrapper .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.boot-wrapper .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.boot-wrapper .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.boot-wrapper .modal-footer .im-phone-btn-block + .im-phone-btn-block {
  margin-left: 0;
}
.boot-wrapper .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .boot-wrapper .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .boot-wrapper .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .boot-wrapper .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .boot-wrapper .modal-lg {
    width: 900px;
  }
}
.boot-wrapper .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: inherit; /*"Helvetica Neue", Helvetica, Arial, sans-serif*/
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.boot-wrapper .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.boot-wrapper .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.boot-wrapper .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.boot-wrapper .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.boot-wrapper .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.boot-wrapper .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.boot-wrapper .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.boot-wrapper .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.boot-wrapper .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.boot-wrapper .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.boot-wrapper .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.boot-wrapper .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.boot-wrapper .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.boot-wrapper .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.boot-wrapper .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.boot-wrapper .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.boot-wrapper .popover.top {
  margin-top: -10px;
}
.boot-wrapper .popover.right {
  margin-left: 10px;
}
.boot-wrapper .popover.bottom {
  margin-top: 10px;
}
.boot-wrapper .popover.left {
  margin-left: -10px;
}
.boot-wrapper .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.boot-wrapper .popover-content {
  padding: 9px 14px;
}
.boot-wrapper .popover > .arrow,
.boot-wrapper .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.boot-wrapper .popover > .arrow {
  border-width: 11px;
}
.boot-wrapper .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.boot-wrapper .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.boot-wrapper .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.boot-wrapper .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.boot-wrapper .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.boot-wrapper .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.boot-wrapper .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.boot-wrapper .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.boot-wrapper .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.boot-wrapper .carousel {
  position: relative;
}
.boot-wrapper .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.boot-wrapper .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;
}
.boot-wrapper .carousel-inner > .item > img,
.boot-wrapper .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .boot-wrapper .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .boot-wrapper .carousel-inner > .item.next,
  .boot-wrapper .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .boot-wrapper .carousel-inner > .item.prev,
  .boot-wrapper .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .boot-wrapper .carousel-inner > .item.next.left,
  .boot-wrapper .carousel-inner > .item.prev.right,
  .boot-wrapper .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.boot-wrapper .carousel-inner > .active,
.boot-wrapper .carousel-inner > .next,
.boot-wrapper .carousel-inner > .prev {
  display: block;
}
.boot-wrapper .carousel-inner > .active {
  left: 0;
}
.boot-wrapper .carousel-inner > .next,
.boot-wrapper .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.boot-wrapper .carousel-inner > .next {
  left: 100%;
}
.boot-wrapper .carousel-inner > .prev {
  left: -100%;
}
.boot-wrapper .carousel-inner > .next.left,
.boot-wrapper .carousel-inner > .prev.right {
  left: 0;
}
.boot-wrapper .carousel-inner > .active.left {
  left: -100%;
}
.boot-wrapper .carousel-inner > .active.right {
  left: 100%;
}
.boot-wrapper .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}
.boot-wrapper .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.boot-wrapper .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.boot-wrapper .carousel-control:hover,
.boot-wrapper .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.boot-wrapper .carousel-control .icon-prev,
.boot-wrapper .carousel-control .icon-next,
.boot-wrapper .carousel-control .glyphicon-chevron-left,
.boot-wrapper .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.boot-wrapper .carousel-control .icon-prev,
.boot-wrapper .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.boot-wrapper .carousel-control .icon-next,
.boot-wrapper .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.boot-wrapper .carousel-control .icon-prev,
.boot-wrapper .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.boot-wrapper .carousel-control .icon-prev:before {
  content: '\2039';
}
.boot-wrapper .carousel-control .icon-next:before {
  content: '\203a';
}
.boot-wrapper .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;
}
.boot-wrapper .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.boot-wrapper .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.boot-wrapper .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.boot-wrapper .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .boot-wrapper .carousel-control .glyphicon-chevron-left,
  .boot-wrapper .carousel-control .glyphicon-chevron-right,
  .boot-wrapper .carousel-control .icon-prev,
  .boot-wrapper .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .boot-wrapper .carousel-control .glyphicon-chevron-left,
  .boot-wrapper .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .boot-wrapper .carousel-control .glyphicon-chevron-right,
  .boot-wrapper .carousel-control .icon-next {
    margin-right: -10px;
  }
  .boot-wrapper .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .boot-wrapper .carousel-indicators {
    bottom: 20px;
  }
}
.boot-wrapper .clearfix:before,
.boot-wrapper .clearfix:after,
.boot-wrapper .dl-horizontal dd:before,
.boot-wrapper .dl-horizontal dd:after,
.boot-wrapper .container:before,
.boot-wrapper .container:after,
.boot-wrapper .container-fluid:before,
.boot-wrapper .container-fluid:after,
.boot-wrapper .row:before,
.boot-wrapper .row:after,
.boot-wrapper .form-horizontal .form-group:before,
.boot-wrapper .form-horizontal .form-group:after,
.boot-wrapper .btn-toolbar:before,
.boot-wrapper .btn-toolbar:after,
.boot-wrapper .btn-group-vertical > .btn-group:before,
.boot-wrapper .btn-group-vertical > .btn-group:after,
.boot-wrapper .nav:before,
.boot-wrapper .nav:after,
.boot-wrapper .navbar:before,
.boot-wrapper .navbar:after,
.boot-wrapper .navbar-header:before,
.boot-wrapper .navbar-header:after,
.boot-wrapper .navbar-collapse:before,
.boot-wrapper .navbar-collapse:after,
.boot-wrapper .pager:before,
.boot-wrapper .pager:after,
.boot-wrapper .panel-body:before,
.boot-wrapper .panel-body:after,
.boot-wrapper .modal-header:before,
.boot-wrapper .modal-header:after,
.boot-wrapper .modal-footer:before,
.boot-wrapper .modal-footer:after {
  display: table;
  content: " ";
}
.boot-wrapper .clearfix:after,
.boot-wrapper .dl-horizontal dd:after,
.boot-wrapper .container:after,
.boot-wrapper .container-fluid:after,
.boot-wrapper .row:after,
.boot-wrapper .form-horizontal .form-group:after,
.boot-wrapper .btn-toolbar:after,
.boot-wrapper .btn-group-vertical > .btn-group:after,
.boot-wrapper .nav:after,
.boot-wrapper .navbar:after,
.boot-wrapper .navbar-header:after,
.boot-wrapper .navbar-collapse:after,
.boot-wrapper .pager:after,
.boot-wrapper .panel-body:after,
.boot-wrapper .modal-header:after,
.boot-wrapper .modal-footer:after {
  clear: both;
}
.boot-wrapper .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.boot-wrapper .pull-right {
  float: right !important;
}
.boot-wrapper .pull-left {
  float: left !important;
}
.boot-wrapper .hide {
  display: none !important;
}
.boot-wrapper .show {
  display: block !important;
}
.boot-wrapper .invisible {
  visibility: hidden;
}
.boot-wrapper .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.boot-wrapper .hidden {
  display: none !important;
}
.boot-wrapper .affix {
  position: fixed;
}
@-ms-viewport {
  .boot-wrapper {
    width: device-width;
  }
}
.boot-wrapper .visible-xs,
.boot-wrapper .visible-sm,
.boot-wrapper .visible-md,
.boot-wrapper .visible-lg {
  display: none !important;
}
.boot-wrapper .visible-xs-block,
.boot-wrapper .visible-xs-inline,
.boot-wrapper .visible-xs-inline-block,
.boot-wrapper .visible-sm-block,
.boot-wrapper .visible-sm-inline,
.boot-wrapper .visible-sm-inline-block,
.boot-wrapper .visible-md-block,
.boot-wrapper .visible-md-inline,
.boot-wrapper .visible-md-inline-block,
.boot-wrapper .visible-lg-block,
.boot-wrapper .visible-lg-inline,
.boot-wrapper .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .boot-wrapper .visible-xs {
    display: block !important;
  }
  .boot-wrapper table.visible-xs {
    display: table !important;
  }
  .boot-wrapper tr.visible-xs {
    display: table-row !important;
  }
  .boot-wrapper th.visible-xs,
  .boot-wrapper td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .boot-wrapper .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .boot-wrapper .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .boot-wrapper .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boot-wrapper .visible-sm {
    display: block !important;
  }
  .boot-wrapper table.visible-sm {
    display: table !important;
  }
  .boot-wrapper tr.visible-sm {
    display: table-row !important;
  }
  .boot-wrapper th.visible-sm,
  .boot-wrapper td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boot-wrapper .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boot-wrapper .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boot-wrapper .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boot-wrapper .visible-md {
    display: block !important;
  }
  .boot-wrapper table.visible-md {
    display: table !important;
  }
  .boot-wrapper tr.visible-md {
    display: table-row !important;
  }
  .boot-wrapper th.visible-md,
  .boot-wrapper td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boot-wrapper .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boot-wrapper .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boot-wrapper .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .visible-lg {
    display: block !important;
  }
  .boot-wrapper table.visible-lg {
    display: table !important;
  }
  .boot-wrapper tr.visible-lg {
    display: table-row !important;
  }
  .boot-wrapper th.visible-lg,
  .boot-wrapper td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .boot-wrapper .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .boot-wrapper .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .boot-wrapper .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .boot-wrapper .hidden-lg {
    display: none !important;
  }
}
.boot-wrapper .visible-print {
  display: none !important;
}
@media print {
  .boot-wrapper .visible-print {
    display: block !important;
  }
  .boot-wrapper table.visible-print {
    display: table !important;
  }
  .boot-wrapper tr.visible-print {
    display: table-row !important;
  }
  .boot-wrapper th.visible-print,
  .boot-wrapper td.visible-print {
    display: table-cell !important;
  }
}
.boot-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .boot-wrapper .visible-print-block {
    display: block !important;
  }
}
.boot-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .boot-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.boot-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .boot-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .boot-wrapper .hidden-print {
    display: none !important;
  }
}

/* End */


/* Start:/bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/bitrix/catalog.element/.default/style.css?170178647330336*/
/* Sidebar */
.product-item-detail-info-section{padding:0 20px;}
/*@media (max-width: 767px){
	.product-item-detail-info-section{padding:0;}
}*/
@media (max-width: 992px){
	.product-item-detail-info-section{padding:0;}
	.product-item-detail-slider-container {
		margin-bottom: 10px;
	}
	.bx-catalog-element h1.bx-title{
		font-size: 24px;
	}
}
.product-item-detail-info-container{
	/*outline:1px dashed #ff3c00;*/
	margin-bottom:20px;
	font-family: inherit;/*"Helvetica Neue", Helvetica, Arial, sans-serif*/
}
.product-item-detail-info-container-title{
	font-weight: bold;
	color: #000;
	font-size:13px;
	margin-bottom: 3px;
}

.product-item-detail-pay-block{
	border:1px solid #d5d5d5;/*e4e4e4*/

	padding:20px 20px 0;
	border-radius:3px;
	/*background-color: #fff;*/
	background: #fff3b5;
	position: relative;
	margin-bottom: 15px;

}
.bx-retina .product-item-detail-pay-block{border-width:.5px;}


/*Compare*/
.product-item-detail-compare-container{
	font-size: 12px! important;
	padding: 4px 15px;
	border-top: 1px solid #e4e4e4;
	position: relative;
	margin: 0 -20px;
	background: #F3F3F3;
	line-height: 20px;
	vertical-align: middle;
	min-height: 30px;
	box-shadow: inset 0 1px 1px 0 #eee;
	/*box-shadow: 0 1px 1px 0 #eee;*/
	color: #4e4e4e;
}
.product-item-detail-compare .checkbox{
	margin: 0;
	padding:0;
}
.product-item-detail-compare .checkbox label{
	font-size: 12px! important;
}
/* Price */
.product-item-detail-price-current{
	font-size:30px;
	color: #D0021B;
	line-height:33px;
	font-weight: bold;
	white-space: nowrap;
	-webkit-transition: font-size 200ms ease;
	   -moz-transition: font-size 200ms ease;
		-ms-transition: font-size 200ms ease;
		 -o-transition: font-size 200ms ease;
			transition: font-size 200ms ease;
}
.product-item-detail-price-old{
	color: #404040;/*BDBDBD*/
	font-size:14px;
	line-height: 17px;
	font-weight: bold;
	white-space: nowrap;
	text-decoration: line-through;
}

/* SCU */
.product-item-scu-container{ padding: 0 0 2px;}
.product-item-scu-container-title{
	font-size:12px;
	color: #333;
}
.product-item-scu-block{}
.product-item-scu-list{margin: 0;}
.product-item-scu-item-list{
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0 0 0 -2px;
}
.product-item-scu-item-color-container,
.product-item-scu-item-text-container{
	float: left;
	padding: 5px 3px;
	box-sizing: border-box;
}
.product-item-scu-item-text-container{min-width:48px;}
.product-item-scu-item-color-container{
	max-width:60px;
	width:25%;
}
.product-item-scu-item-color-block{
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	outline: 1px solid #c0cfda;
}
.bx-no-touch .product-item-scu-item-color-block{
	transition: outline 200ms ease;
}
.bx-retina 	.product-item-scu-item-color-block{outline-width: .5px;}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width: 1px;}

.product-item-scu-item-color{
	position: absolute;
	top:   2px;
	right: 2px;
	left:  2px;
	bottom:2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.product-item-scu-item-text-block{
	position: relative;
	cursor: pointer;
	outline: 1px solid #c0cfda;
	padding: 0 5px;
}
.bx-no-touch .product-item-scu-item-text-block{
	transition: outline 300ms ease;
}
.bx-retina 	.product-item-scu-item-text-block {outline-width: .5px;}
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width: 2px;}
.bx-retina  .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width: 1px;}
.product-item-scu-item-text{
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block{
	position: relative;
	outline-color: #A9ADB4 !important;
	overflow: hidden;
}
.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed  .product-item-scu-item-text-block:after{
	position: absolute;
	top:   -2px;
	right: -2px;
	bottom:-2px;
	left:  -2px;
	content:"";
	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
	background-size:80% 80%;
}

.product-item-selected-scu-container{word-spacing: 1px}
.product-item-selected-scu{
	display: inline-block;
	outline: 1px solid #c0cfda;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	line-height: 22px;
	height:22px;
	min-width:22px;
	white-space: nowrap;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 5px;
}
.bx-retina .product-item-selected-scu {outline-width: .5px;}
.product-item-selected-scu-color{
	background-position: center;
	background-size:20px 20px;
	background-repeat:no-repeat;
}

/*Amount*/
.product-item-amount{
	text-align: center;
	padding:0 0 2px;
}
.product-item-amount-field-container{}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus{
	height:22px;
	min-width:22px;
	display: inline-block;
	vertical-align: middle;
	background-color: #f2f2f2;
	color: #fff;
	text-align: center;
	border-radius:2px;
	cursor: pointer;
	position: relative;
	transition: background 300ms ease, opacity 300ms ease;
}
.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus{ border-width:.5px;}
.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover{background: #d3d3d3;}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after{
	position: absolute;
	top:   0;
	right: 0;
	bottom:0;
	left:  0;
	content:"";
	opacity:.8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{
	opacity:.3 !important;
	cursor: default;
}
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after{
	position: absolute;
	top:   0;
	right: 0;
	bottom:0;
	left:  0;
	content:"";
	opacity:.8;
	transition: opacity 300ms ease;
}
.product-item-amount-field-btn-plus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-minus:after{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size:10px;
}
.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after{opacity: 1;}

.product-item-amount-field{
	max-width:50px;
	width:auto;
	color: #000;
	font-weight: bold;
	display: inline-block;
	line-height:22px;
	vertical-align: middle;
	height:22px;
	padding: 0;
	font-size:19px;
	text-align: center;
	background: transparent !important;
	border: 1px solid transparent;
	border-radius:2px;
	transition: border 300ms ease;
}
.bx-retina .product-item-amount-field{ border-width:.5px;}
.product-item-amount-field:focus{outline: none !important;}
.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0
}
.product-item-amount-description-container{
	color: #404040;/*a5a5a5*/
	font-size: 12px;
	white-space: nowrap;
}
.product-item-amount-description-container strong{
	color: #333;
	white-space: nowrap;
}
.product-item-amount-label-container{
	font-weight: bold;
	color: #a5a5a5;
	font-size: 12px;
	margin: 5px 0;
}

/**/
.product-item-quantity{
	color: #333;
	font-size: 12px;
	font-weight: normal;
}


/*Buy button*/
/*.btn.product-item-detail-buy-button:before{
	background-image: url(/bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/bitrix/catalog.element/.default/<?$templateFolder?>/images/basketm.png) !important;
    background-repeat: no-repeat;
    content: " ";
    width: 26px;
    height: 24px;
    top: 50%;
    margin-top: -14px;
    left: 10px;
    position: absolute;
}*/
.btn.product-item-detail-buy-button{
	width:100%;
	max-width: 250px;
	display: block;
	font-weight: 800;
	font-family: inherit;/*"Helvetica Neue", Helvetica, Arial, sans-serif*/
	font-size:12px;
	height:50px;
	text-transform: uppercase;
	position: relative;
	margin: 0 auto 20px;
	
}
.product-item-detail-short-card-btn .btn.product-item-detail-buy-button{ margin: 0;}
.btn.product-item-detail-buy-button span{
	line-height:16px;
	display: inline-block;
	min-height:16px;
	position: absolute;
	top:   50%;
	right: 0;
	left:  0;
	max-width: 100%;
	white-space: normal;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.btn-link.product-item-detail-buy-button{height:25px;}

/* Slider */
.product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background:transparent;
	-webkit-transition: background 800ms ease;
	   -moz-transition: background 800ms ease;
		-ms-transition: background 800ms ease;
		 -o-transition: background 800ms ease;
			transition: background 800ms ease;
}
.product-item-detail-slider-block{
	position: relative;
	box-sizing: border-box;
	padding-top:56.25%;
	height: 0;
	/*added*/
	border: 4px double #d5d5d5;
	border-radius: 3px;
}
.product-item-detail-slider-block.product-item-detail-slider-block-square{
	padding-top: 100%;
}
.product-item-detail-slider-images-container{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.product-item-detail-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	   -moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		 -o-transition: opacity 250ms linear;
			transition: opacity 250ms linear;
}
.product-item-detail-slider-image.active{
	opacity: 1;
	z-index:10;
}
.product-item-detail-slider-image img{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);

	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	   -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		 -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
			transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	background-repeat: no-repeat;
	background-position: center;

	position: absolute;
	top:  50%;
	left: 50%;
	height:auto;
	width:auto;
	max-height: 100%;
	max-width:100%;
	outline: 1px solid transparent;
}
.product-item-detail-slider-progress-bar{
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:180;
}

/*Slider Controls*/
.product-item-detail-slider-controls-block{
	padding: 10px 0;
	text-align: center;
}
.product-item-detail-slider-controls-image{
	width: 65px;
	height:65px;
	background-color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	outline: 1px solid #c0cfda;
	cursor: pointer;
	overflow: hidden;
}
.bx-retina 	  .product-item-detail-slider-controls-image{outline-width: .5px;}
.bx-no-retina .product-item-detail-slider-controls-image.active{outline-width:2px;}
.bx-retina 	  .product-item-detail-slider-controls-image.active{outline-width:1px;}

.product-item-detail-slider-controls-image img{
	max-width: 65px;
	max-height:65px;
	height: auto;
	width: auto;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top:  50%;
	left: 50%;
}

.product-item-detail-slider-left,
.product-item-detail-slider-right{
	display: block;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .57;
	background: rgba(255,255,255,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	z-index:111;
	top: 0;
	bottom: 0;
	width:25%;
}
.product-item-detail-slider-left{left:0;}
.product-item-detail-slider-right{
	right:0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover{ 
	opacity:.8;
	background-color: rgba(255,255,255,.4);
}

.product-item-detail-slider-close{ display: none;}
.product-item-detail-slider-container.popup .product-item-detail-slider-close{
	width:50px;
	height: 50px;
	right:110px;
	top:4px;
	opacity: .27;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	bottom: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index:150;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{ opacity:1;}

.product-item-detail-slider-container.popup .product-item-detail-slider-right{right:105px;}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{ z-index:100;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {outline-color:#ddd;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50;}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring{opacity: 0;}


/*	>>>	popup*/
.product-item-detail-slider-container.popup{
	position: fixed;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	background: #fff;
	z-index: 999999;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{ right: 105px;}
.product-item-detail-slider-container.popup .product-item-detail-slider-block{
	height:100vh;
	padding-top:0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image{
	max-height: 100vh;
	position: absolute;
	top: 50%;
	width:calc(100% - 150px);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
@keyframes imgPopupShow {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	width:auto;
	max-width: 100%;
	cursor: default;
	max-height: 90vh
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
	border-left:1px solid #d3d3d3;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding:20px;
	overflow-y: auto;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
	display: block;
	margin-bottom:20px;
}



/* Slider Mobile*/
@media (max-width: 767px){
	.product-item-detail-slider-container.popup .product-item-detail-slider-images-container{ right: 0;}
	.product-item-detail-slider-container.popup .product-item-detail-slider-block{
		height:calc(100vh - 111px);
		padding-top:0;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image{
		width:90%;
	}

	.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
		width:auto;
		max-width: 100%;
		cursor: default;
		max-height:calc(100vh - 115px);
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
		border-left:none;
		border-top:1px solid #d3d3d3;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		max-height:111px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
		display: inline-block;
		margin-bottom:0;
	}
	.product-item-detail-slider-container.popup .product-item-detail-slider-close{
		right:10px;
		z-index:200;
	}

	.product-item-detail-slider-left,
	.product-item-detail-slider-right{max-width:75px;}
	.product-item-detail-slider-container.popup .product-item-detail-slider-right {right: 0;}

}

/*Label*/
.product-item-label-text,
.product-item-label-ring{
	position: absolute;
	z-index:100;/*190*/
	opacity: 1;
	-webkit-transition: opacity 450ms ease;
  	   -moz-transition: opacity 450ms ease;
		-ms-transition: opacity 450ms ease;
		 -o-transition: opacity 450ms ease;
			transition: opacity 450ms ease;
}
.product-item-label-text span,
.product-item-label-ring{
	margin-bottom: 2px;
	color: #fff;
	display: inline-block;
	clear: both;
	background: #F42C2C;
	text-align: center;
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring{background-color: #fba90c;}
.product-item-label-text > div,
.product-item-label-ring > div{ line-height: 0;}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring{ display: none;}

/* TEXT */
.product-item-label-text span{
	padding:2px 5px;
	font-weight: bold;
	vertical-align: middle;
}
.product-item-label-text.product-item-label-small span{
	line-height: 14px;
	font-size: 13px;
	padding: 2px 7px;
	margin-bottom:1px;
	font-weight: normal;
}
.product-item-label-text.product-item-label-big span{
	line-height: 17px;
	font-size: 13px;
	padding: 4px 10px;
}

@media (max-width: 767px){
	.product-item-label-text>div{ line-height: 0;}

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
		line-height: 14px;
		font-size: 10px;
		padding: 2px 7px;
		margin-bottom:1px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{
		margin-bottom:1px;
		line-height: 16px;
		font-size: 14px;
		padding: 3px 12px;
	}
	.product-item-big-card .product-item-label-text.product-item-label-big span{
		line-height: 25px;
		font-size: 20px;
		padding: 3px 12px;
	}
}

/*RING*/
.product-item-label-ring{
	border-radius:50%;
	font-weight: bold;
	box-sizing: border-box;
}
.product-item-label-ring.product-item-label-small{
	width: 40px;
	height:40px;
	line-height: 40px;
	font-size: 14px;
}
.product-item-label-ring.product-item-label-big{
	width: 50px;
	height:50px;
	line-height: 50px;
	font-size: 18px;
}

@media (max-width: 767px){
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{
		width: 20px;
		height:20px;
		line-height: 20px;
		font-size: 13px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{
		width: 35px;
		height:35px;
		line-height: 35px;
		font-size: 12px;
	}
	.product-item-big-card .product-item-label-ring.product-item-label-big{
		width: 70px;
		height:70px;
		line-height: 70px;
		font-size:24px;
	}
}

.product-item-label-top   { top:   -5px;}
.product-item-label-center{ left:  50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		 -o-transform: translateX(-50%);
			transform: translateX(-50%);
}
.product-item-label-center>div{ text-align: center;}
.product-item-label-left  { left:  -5px;}
.product-item-label-left>div{ text-align: left;}
.product-item-label-bottom{ bottom:-5px;}
.product-item-label-middle{ top:   50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.product-item-label-right { right: -5px;}
.product-item-label-right>div{ text-align: right;}
.product-item-label-center.product-item-label-middle{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}

/* Tabs */
.product-item-detail-tabs-container{
	min-height:60px;
	background: #fff;
	border-bottom:1px solid #ededed;
}
.product-item-detail-tabs-list{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
.product-item-detail-tabs-list:after{
	content:"";
	clear: both;
	display: table;
}
.product-item-detail-tab{
	float: left;
	min-height:60px;
}

.product-item-detail-tab-link{
	height: 60px;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding:10px 25px;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
	line-height:45px;
	font-weight: bold;
	font-size:13px;
	text-transform: uppercase;
	color: #2461AA;/*#039BE5*/
	vertical-align: middle;
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link{color: #000;}

.product-item-detail-tab-link:after{
	content:"";
	height: 0;
	position: absolute;
	left:  0;
	right: 0;
	bottom:0;
	background: #2461AA;/*#1485CE*/
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
		-ms-transition: all 250ms ease;
		 -o-transition: all 250ms ease;
			transition: all 250ms ease;
}
.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after{height: 3px;}
.product-item-detail-tab-link:active:after{height: 6px;}

.product-item-detail-tab-content{padding:25px 0;}
@media (max-width: 991px){
	.product-item-detail-tabs-container{ display: none !important;}
	.product-item-detail-tab-content{ display: block !important;}
	.product-item-detail-slider-block{
			padding-top: 100%! important;
		}
}

/*Tab fixed*/
.product-item-detail-tabs-container-fixed{
	position: fixed;
	top:-100px;
	left: 0;
	right: 0;
	z-index:1000;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32,54,74,.23);
	-webkit-transition: top 350ms linear;
	   -moz-transition: top 350ms linear;
		-ms-transition: top 350ms linear;
		 -o-transition: top 350ms linear;
			transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed{
	min-height:45px;
	background: #fff;
}
.product-item-detail-tabs-container-fixed.active{
	opacity: 1;
	top:0;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list{
	max-width:1048px;
	margin: 0 auto;
}
.product-item-detail-tabs-container-fixed .product-item-detail-tab{min-height:45px;}
.product-item-detail-tabs-container-fixed .product-item-detail-tab-link{
	height: 45px;
	padding:10px 25px;
	line-height:25px;
}
.bx-touch .product-item-detail-tabs-container-fixed{ display: none !important;}

/*Small Card*/
.product-item-detail-short-card-fixed{
	position: fixed;
	top:-85px;
	left: 0;
	right: 0;
	z-index:1010;
	background-color: #fff;
	box-shadow: 0 4px 14px 0 rgba(32,54,74,.23);
	-webkit-transition: top 220ms linear;
  	   -moz-transition: top 220ms linear;
		-ms-transition: top 220ms linear;
		 -o-transition: top 220ms linear;
			transition: top 220ms linear;
	height:85px;
	box-sizing: border-box;
	padding:7px 0 8px;
}
.product-item-detail-short-card-fixed.active{
	opacity: 1;
	top:0;
}
.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active{
	top:85px;
}
.bx-touch .product-item-detail-short-card-fixed{ display: none !important;}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container{
	max-width:1048px;
	margin: 0 auto;
}
.product-item-detail-short-card-content-container table{
	border-collapse: collapse;
	min-width:100%;
}

.product-item-detail-short-card-image{
	vertical-align: middle;
	text-align: left;
	width:80px;
	padding-right:15px;
}
.product-item-detail-short-card-image img{
	height: 65px;
	max-width: none;
}
.product-item-detail-short-title-container{
	max-width: 650px
}

.product-item-detail-short-title-text{
	display: block;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #000;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.product-item-detail-short-card-price{
	text-align: right;
	vertical-align: middle;
	padding:0 10px;
}
.product-item-detail-short-card-btn{
	padding-left:10px;
	min-width:120px;
}

/*Properties */
.product-item-detail-tab-content{ display: none;}
.product-item-detail-tab-content.active{display: block;}

.product-item-detail-tab-content h3{
	font-size:1rem! important;
	font-weight: bold;
	margin-bottom:5px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 7px;
}
.product-item-detail-properties{
	color: #0a0a0a;/*a5a5a5*/
	font-size: 13px;
	margin: 0;
	display: block;
	overflow: hidden;
	max-width:560px;
}
.product-item-detail-properties dl{
	clear: both;
}
.product-item-detail-properties dt{
	clear: both;
	float: left;
	font-weight: normal;
}
.product-item-detail-properties dd{
	margin-bottom:3px;
	float: right;
	margin-left:5px;
	color: #000;
}

/*.product-item-detail-info-container.vote-wrapper {
	padding: 0 3px;
	background-color: #fefefe;
	border: 1px solid #d5d5d5;
}
.product-item-detail-info-container.vote-wrapper .bx_item_detail_rating{
	margin-bottom: 0! important;
}
table.bx_item_detail_rating  tbody {
	border: none! important;
}*/


.product-item-top-detail-buy-button{
	margin-left: 20px;
}


/*=================================================ADDED STYLES==============================================================*/
.product-item-detail-tab-content.item-detail-description {
	font-size: 0.9rem;
}
.product-item-detail-tab-content h2{
	font-size: 1rem! important;
	line-height: 1.4! important;
	margin-top: 0px! important;
    margin-bottom: 10px;
}
.product-item-detail-tab-content h2 span{
	color: #b2b2b2;
}
.product-item-detail-tab-content a{
	font-size: 0.9rem;
}

.product-item-detail-tab-content.video-content{
	padding: 1rem;
	background: #1C1B1B;
}
@media screen and (min-width: 48em) {
	.product-item-detail-tab-content.video-content {
		padding: 5rem 8rem;
	}
}
.product-item-detail-tab-content.video-content .video-item:not(:last-child){
	margin-bottom: 3rem;
}
.product-item-detail-tab-content.video-content h2 {
	color: #ccc;
	margin-bottom: 2rem;
}


.specials-installers.callout {
	border-radius: 4px;
	border-color: #2360AA;/*#fb3f4c*/
	color: #2360AA;/*#fb3f4c*/
	font-weight: 600;
	border-width: 2px;
	font-size: 1rem;
	display: block;
}
.specials-installers.callout:hover, .specials-installers.callout:active{
	color: #fff;
	background: #2360AA;/*#fb3f4c*/
}

.files-block{
	padding: 1rem;
}
.files-block .one-file{
	padding: 0.7rem;;
	background: #fff;
	/* border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; */
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}
.files-block .one-file .file-link{
	text-align: center;
}
.files-block .one-file .file-name{
	text-align: center;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 48em) {
	.files-block .one-file .file-link{
		text-align: right;
	}
	.files-block .one-file .file-name{
		text-align: left;
		margin-bottom: 0;
	}
}

/*ADDED FOR QUICK ORDER*/
.product-item-detail-pay-block .q-order{
	padding: 0 0 1rem;
	text-align: center;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15024617351816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/templates/autogasmarket/components/bitrix/form/quick_order_v2/bitrix/form.result.new/.default/style.css?1531145104366*/
#quickOrder{
    padding: 2rem;
} 

#quickOrder .close-button{
    right: 0.5rem;
    top: 0.2rem;
}

#quickOrder .quick-captcha{
    padding-top: 1rem;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/templates/autogasmarket/components/bitrix/form/quick_order_v2/bitrix/form.result.new/.default/images/icon_warn.gif);
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?150246173064*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1502461734515*/
.catalog-element-popup-wrapper {
	position: absolute;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0,0,0, .77);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
	/*color: #fff;*/
}

.catalog-element-popup-element {
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #ffa801;
}
/* End */


/* Start:/bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/bitrix/catalog.element/.default/themes/blue/style.css?15312243571509*/
/*******************************************************************************
 * Project:------------modules
 * Component---------catalog.element
 * File Path-----------/iblock/install/components/bitrix/catalog.element/templates/.default/themes/blue/style.css
 * Bootstrap:----------
 * Color-------------blue
 * Last Modified:------17.11.16 13:33
 *
 * @version:---------16.11.17
 ******************************************************************************/

/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}
.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active{outline-color: #006cc0;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar{ background-color: #006cc0;}
/* End */
/* /bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/style.css?15312243572775 */
/* /local/css/bootstrap.css?1502461737181462 */
/* /bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/bitrix/catalog.element/.default/style.css?170178647330336 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15024617351816 */
/* /bitrix/templates/autogasmarket/components/bitrix/form/quick_order_v2/bitrix/form.result.new/.default/style.css?1531145104366 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?150246173064 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1502461734515 */
/* /bitrix/templates/autogasmarket/components/bitrix/catalog/autogas-7_v7_quick_order/bitrix/catalog.element/.default/themes/blue/style.css?15312243571509 */
