/* Minification failed. Returning unminified contents.
(19290,31): run-time error CSS1019: Unexpected token, found ' '
(19290,31): run-time error CSS1019: Unexpected token, found ' '
(19290,31): run-time error CSS1042: Expected function, found ' '
(19290,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(19291,28): run-time error CSS1019: Unexpected token, found ' '
(19291,28): run-time error CSS1019: Unexpected token, found ' '
(19291,28): run-time error CSS1042: Expected function, found ' '
(19291,28): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  /*font-size: 13px;*/
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  /*left: 0px;*/
  z-index: 1010;
  width: 100%;
  /*border: 1px solid #aaa;*/
  border:1px solid #c7c6c6;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-sizing:initial;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {  display: block;
  /*position: relative;

  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;*/
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') no-repeat 0px 2px;
      background-position: 0px 7px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  /*border: 1px solid #aaa;*/
  background: white url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -3px;
  margin-left: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi {
    padding:1px 4px 1px 4px !important;
}
.chosen-container a {
    color:black;
    text-decoration:none;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  /*border: 1px solid #aaa;*/
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);*/
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  /*border: 1px solid #aaa;*/
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  /*background-position: -18px 2px;*/
  background-position: -19px 7px;
}
.chosen-container-active .chosen-choices {
  /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/Templates/resources/js/Plugin/drpAUtoHelp/chosen-sprite.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/templates/resources/font-awesome-4.5.0/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff!important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd!important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer, blockquote small, blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before, blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1300px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table tr th a {
        color: #fff;
    }

    .table th.sorting_desc, .table th.sorting_asc {
        border-top: 1px solid #d3d3d3 !important;
    }

    .table thead .sorting_asc {
        background: url('/Templates/resources/AgencyResources/DimensionsUK/images/icons/sort_asc.png') no-repeat center right;
        background-color: #fff;
    }

    .table thead .sorting {
        background: url('/Templates/resources/AgencyResources/DimensionsUK/images/icons/sort_both.png') no-repeat center right;
    }

    .table thead .sorting_desc {
        background: url('/Templates/resources/AgencyResources/DimensionsUK/images/icons/sort_desc.png') no-repeat center right;
        background-color: #fff;
    }

        .table thead .sorting_desc a, .table thead .sorting_asc a {
            color: #656D78;
        }


    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media screen and (max-width:767px) {
    

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #777;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #777;
    }

    .form-control::-webkit-input-placeholder {
        color: #777;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

/*textarea.form-control {
    height: auto !important;
}*/

input[type=search] {
    -webkit-appearance: none;
}

input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

    input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px;
    }

    input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px;
    }

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
   position: relative;
    display: block;
    min-height: 20px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label, .checkbox label {
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block, .field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #fff;
        text-decoration: none;
        background-color: #E0E718;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3071a9;
        border-color: #285e8e;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
          color: #fff;
    text-decoration: none;
    background-color: #00397f;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block!important;
            height: auto!important;
            padding-bottom: 0;
            overflow: visible!important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
                padding-left: 2px;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    /*background-color: #f8f8f8;*/
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #00397f;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #00397f;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #29566d;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #777;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #777;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #777;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #777;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #428bca;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #2a6496;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #428bca;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

    .media, .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    /*margin-bottom: 20px;*/
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #e1edf7;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #428bca;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #428bca;
        }

        .panel-primary > .panel-heading .badge {
            color: #428bca;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #428bca;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0,-25%,0);
        -o-transform: translate3d(0,-25%,0);
        transform: translate3d(0,-25%,0);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right!important;
}

.pull-left {
    float: left!important;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none!important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important;
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md, td.visible-md {
        display: table-cell!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print, td.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }
}

@media print {
    .hidden-print {
        display: none!important;
    }
}

/**
==============================================================
 * Sentir - Responsive admin & dashboard template
 * Version 	1.2.0
 * Release	July 19, 2014
==============================================================
**/


/**
==================
TABLE OF CONTENT
==================
MAIN LAYOUT
	LOGIN, FORGOT PASS, REGISTER AND LOCK SCREEN
	NAVBAR
	TOP MAIN NAVIGATION
	SIDEBAR
	FOOTER
CSS ELEMENTS
	BOOTSTRAP CAROUSEL
	SINGLE OWL CAROUSEL
	FULL CALENDAR
	THE BOX
	TOGGLE SWITCH
	TYPOGRAPY
	BREADCRUMB
	PROGRESS BAR
	ICHECK
	INPUT FILE
	PANEL
	MODAL
	LIST GROUP
	MEDIA
	JUMBOTRON
	THUMBNAIL
	MASONRY
	PAGINATION
	TABLE
	FORM
	DROPDOWN
	BUTTON
	ALERT
	LABEL AND BADGE
	NAV
	NAVBAR
	3RD PARTIES
	FONT AWESOME
	MAGNIFIC POPUP
	OWL CAROUSEL
	RESPONSIVE IFRAME
	JQUERY FLOT
	EASY PIE CHART
	PRICING TABLE
	SEARCH PAGE
	MAIL APPS
	BLOG APPS
	SOCIAL APPS
	STORE APPS
	TILES
	CHART WIDGET
	TASK LIST
	WEATHER ICON SVG
	REAL ESTATE APPS
	MEDIA LIBRARY
	INVOICE
	BACK TO TOP
	ICON SHOWCASE
**/


/*@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700);*/

body {
    /*background: #fff;*/
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    color: #656D78;
    /*padding-top: 60px;*/
    overflow-x: hidden;
    height: 100%;
    /*background: url(/Templates/resources/AgencyResources/DimensionsUk/images/bgg.png) left top repeat-x #fff;*/
}

    body.no-padding-top {
        padding-top: 0px;
    }

    body.top-navigation {
        padding-top: 110px;
    }

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

    h1.bolded, h2.bolded, h3.bolded, h4.bolded, h5.bolded, h6.bolded {
        font-weight: 600;
    }

    h1.less-distance, h2.less-distance, h3.less-distance, h4.less-distance, h5.less-distance, h6.less-distance {
        padding: 2px 0;
        margin: 2px 0;
    }
/**+++++++++++++++++++++++++++++++++++++++++++MAIN LAYOUT+++++++++++++++++++++++++++++++++++++++++++**/ /**----------------------------------------------LOGIN, FORGOT PASS, REGISTER AND LOCK SCREEN----------------------------------------------**/

body.login {
    background: #37BC9B;
    padding: 0;
}

    body.login.bg-success {
        background: #8EC051;
    }

    body.login.bg-info {
        background: #3EAFDB;
    }

    body.login.bg-danger {
        background: #E7573E;
    }

    body.login.bg-warning {
        background: #F6BB43;
    }

    body.login.bg-dark {
        background: #434A54;
    }

body.lock {
    padding: 0;
}

.login-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
    /*background: transparent;*/
    background: #fff;
    /*background-image: url("/Templates/resources/AgencyResources/DimensionsUk/images/login_bg.png");*/
}

    .login-header.dark {
        background: rgba(0,0,0,0.2);
    }

    .login-header .logo {
        margin-top: 60px;
        /*width: auto;*/
        /*max-width: 210px;*/
    }

.login-wrapper {
    width: 100%;
    max-width: 300px;
    margin: 215px auto 0;
    color: #fff;
    padding: 0 0 30px 0;
}

    .login-wrapper a, .login-wrapper a:hover, .login-wrapper a:focus {
        color: #00397f;
    }

    .login-wrapper .avatar-lock {
        width: 110px;
        height: 110px;
    }

    .login-wrapper h4 {
        color: #fff;
    }

    .login-wrapper .error-number {
        color: #fff;
        font-size: 80px;
        text-align: center;
        font-weight: 700;
    }
/**-------------------------------------------NAVBAR-------------------------------------------**/

.wrapper {
    padding: 0;
    margin: 0;
    background: #fff;
    height: 100%;
    position: relative;
}

.top-navbar {
    /*position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    right: 0;*/
    /*background: #fff;*/
    z-index: 1024;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .top-navbar.hidden-to-top {
        top: -60px;
    }
    /** TOP NAV PRIMARY COLOR **/

    .top-navbar.primary-color {
        background: #34BC9B;
    }

        .top-navbar.primary-color .top-nav-content .navbar-form .form-control {
            background: #C6FFF1;
        }

            .top-navbar.primary-color .top-nav-content .navbar-form .form-control:focus {
                background: #fff;
            }

        .top-navbar.primary-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.primary-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.primary-color .top-nav-content .navbar-nav > li > a:focus {
                color: #C6FFF1;
            }

        .top-navbar.primary-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #fff;
        }

        .top-navbar.primary-color .btn-collapse-sidebar-left, .top-navbar.primary-color .btn-collapse-sidebar-right, .top-navbar.primary-color .btn-collapse-nav {
            color: #fff;
        }
    /** TOP NAV SUCCESS COLOR **/

    .top-navbar.success-color {
        background: #8EC051;
    }

        .top-navbar.success-color .label.label-success, .top-navbar.success-color .badge.badge-success {
            background: #75AB38;
        }

        .top-navbar.success-color .top-nav-content .navbar-form .form-control {
            background: #DEFDBE;
        }

            .top-navbar.success-color .top-nav-content .navbar-form .form-control:focus {
                background: #fff;
            }

        .top-navbar.success-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.success-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.success-color .top-nav-content .navbar-nav > li > a:focus {
                color: #DEFDBE;
            }

        .top-navbar.success-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #fff;
        }

        .top-navbar.success-color .btn-collapse-sidebar-left, .top-navbar.success-color .btn-collapse-sidebar-right, .top-navbar.success-color .btn-collapse-nav {
            color: #fff;
        }
    /** TOP NAV INFO COLOR **/

    .top-navbar.info-color {
        background: #3EAFDB;
    }

        .top-navbar.info-color .label.label-info, .top-navbar.info-color .badge.badge-info {
            background: #2A9CC8;
        }

        .top-navbar.info-color .top-nav-content .navbar-form .form-control {
            background: #BAEAFF;
        }

            .top-navbar.info-color .top-nav-content .navbar-form .form-control:focus {
                background: #fff;
            }

        .top-navbar.info-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.info-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.info-color .top-nav-content .navbar-nav > li > a:focus {
                color: #BAEAFF;
            }

        .top-navbar.info-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #fff;
        }

        .top-navbar.info-color .btn-collapse-sidebar-left, .top-navbar.info-color .btn-collapse-sidebar-right, .top-navbar.info-color .btn-collapse-nav {
            color: #fff;
        }
    /** TOP NAV DANGER COLOR **/

    .top-navbar.danger-color {
        background: #E7573E;
    }

        .top-navbar.danger-color .label.label-danger, .top-navbar.danger-color .badge.badge-danger {
            background: #D44732;
        }

        .top-navbar.danger-color .top-nav-content .navbar-form .form-control {
            background: #FFC6BD;
        }

            .top-navbar.danger-color .top-nav-content .navbar-form .form-control:focus {
                background: #fff;
            }

        .top-navbar.danger-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.danger-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.danger-color .top-nav-content .navbar-nav > li > a:focus {
                color: #FFC6BD;
            }

        .top-navbar.danger-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #fff;
        }

        .top-navbar.danger-color .btn-collapse-sidebar-left, .top-navbar.danger-color .btn-collapse-sidebar-right, .top-navbar.danger-color .btn-collapse-nav {
            color: #fff;
        }
    /** TOP NAV WARNING COLOR **/

    .top-navbar.warning-color {
        background: #F6BB43;
    }

        .top-navbar.warning-color .label.label-warning, .top-navbar.warning-color .badge.badge-warning {
            background: #E8A724;
        }

        .top-navbar.warning-color .top-nav-content .navbar-form .form-control {
            background: #FFE6B3;
        }

            .top-navbar.warning-color .top-nav-content .navbar-form .form-control:focus {
                background: #fff;
            }

        .top-navbar.warning-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.warning-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.warning-color .top-nav-content .navbar-nav > li > a:focus {
                color: #FFE6B3;
            }

        .top-navbar.warning-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #fff;
        }

        .top-navbar.warning-color .btn-collapse-sidebar-left, .top-navbar.warning-color .btn-collapse-sidebar-right, .top-navbar.warning-color .btn-collapse-nav {
            color: #fff;
        }
    /** TOP NAV DARK COLOR **/

    .top-navbar.dark-color {
        /*background: #242A34;*/
    }

        .top-navbar.dark-color .top-nav-content .navbar-nav > li > a {
            color: #fff;
        }

            .top-navbar.dark-color .top-nav-content .navbar-nav > li > a:hover, .top-navbar.dark-color .top-nav-content .navbar-nav > li > a:focus {
                color: #CBCCD1;
            }

        .top-navbar.dark-color ul.nav-user li.dropdown a.dropdown-toggle {
            color: #447190;
        }

        .top-navbar.dark-color .btn-collapse-sidebar-left, .top-navbar.dark-color .btn-collapse-sidebar-right, .top-navbar.dark-color .btn-collapse-nav {
            color: #447190;
        }

.top-navbar-inner {
    position: relative;
}

.logo-brand {
    width: 250px;
    height: 60px;
    position: absolute;
    left: 35px;
    top: 0px;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    text-align: center;
    /*background: #242A34;*/
    color: #fff;
}

    .logo-brand img.logo {
        /*width: auto;*/
        /*max-width: 114px;*/
        margin-top: 4px;
        /*margin-left: -160px;*/
        max-width: 300px;
    }

    .logo-brand.white-color {
        background: #fff;
        color: #434A54;
    }

    .logo-brand.primary-color {
        background: #34BC9B;
        color: #fff;
    }

    .logo-brand.success-color {
        background: #8EC051;
        color: #fff;
    }

    .logo-brand.info-color {
        background: #3EAFDB;
        color: #fff;
    }

    .logo-brand.danger-color {
        background: #E7573E;
        color: #fff;
    }

    .logo-brand.warning-color {
        background: #F6BB43;
        color: #fff;
    }

.top-nav-content {
    position: relative;
    margin-left: 250px;
    height: 60px;
    padding-left: 50px;
    padding-right: 50px;
}

    .top-nav-content.no-right-sidebar {
        padding-right: 0px;
    }

    .top-nav-content.no-left-sidebar {
        padding-left: 0px;
    }

    .top-nav-content .navbar-form {
        padding-top: 13px;
        padding-bottom: 13px;
        height: 60px;
        margin-bottom: 0;
        margin-top: 0;
    }

        .top-nav-content .navbar-form .form-control {
            border: none;
            background: #E6E9ED;
        }

            .top-nav-content .navbar-form .form-control:focus {
                background: #F5F7FA;
            }

    .top-nav-content .navbar-nav > li > a {
        padding-top: 19px;
        padding-bottom: 19px;
        height: 60px;
        color: #656D78;
        position: relative;
    }

        .top-nav-content .navbar-nav > li > a .icon-count {
            position: absolute;
            top: 13px;
            right: 0;
        }

        .top-nav-content .navbar-nav > li > a:hover, .top-nav-content .navbar-nav > li > a:focus {
            background-color: transparent;
            color: #434A54;
        }

    .top-nav-content .navbar-nav > .open > a, .top-nav-content .navbar-nav > .open > a:hover, .top-nav-content .navbar-nav > .open > a:focus {
        background-color: transparent;
    }

ul.nav-user {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    right: 50px;
}

    ul.nav-user.full {
        right: 0;
    }

    ul.nav-user li.dropdown a.dropdown-toggle {
        height: 60px;
        padding: 18px;
        display: block;
        color: #656D78;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 220px;
    }

.avatar {
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: -13px;
    margin-bottom: -11px;
    margin-right: 10px;
}

.nav-dropdown-heading {
    padding: 10px 20px;
    border-bottom: 1px solid #E6E9ED;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
}

.nav-dropdown-content {
    height: 350px;
    min-width: 320px;
    max-width: 320px;
    overflow-y: auto;
}

    .nav-dropdown-content ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .nav-dropdown-content ul li {
            display: block;
            border-bottom: 1px solid #F5F7FA;
        }

            .nav-dropdown-content.static-list ul li, .nav-dropdown-content ul li a {
                padding: 10px 20px 10px 60px;
                display: block;
                position: relative;
                height: 60px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                text-decoration: none;
                color: #656D78;
                background: #fff;
            }

                .nav-dropdown-content ul li a:hover {
                    color: #434A54;
                }

            .nav-dropdown-content ul li.unread a {
                background: #F5F7FA;
            }

            .nav-dropdown-content.static-list ul li .small-caps, .nav-dropdown-content ul li a .small-caps {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 12px;
                display: block;
                color: #AAB2BD;
            }

            .nav-dropdown-content.static-list ul li .btn-action, .nav-dropdown-content ul li a .btn-action {
                padding-top: 9px;
                padding-bottom: 9px;
            }

                .nav-dropdown-content.static-list ul li .btn-action .btn, .nav-dropdown-content ul li a .btn-action .btn {
                    margin: 0 2px;
                }

            .nav-dropdown-content.static-list ul li .absolute-left-content, .nav-dropdown-content ul li a .absolute-left-content {
                width: 40px;
                height: 40px;
                position: absolute;
                left: 10px;
                top: 10px;
            }

            .nav-dropdown-content.static-list ul li .icon-task, .nav-dropdown-content ul li a .icon-task {
                border-radius: 10px;
                color: #fff;
                font-size: 20px;
                text-align: center;
                padding: 10px 0;
            }

                .nav-dropdown-content ul li a .icon-task.completed {
                    background: #8CC152;
                }

                .nav-dropdown-content ul li a .icon-task.uncompleted {
                    background: #00397f;
                }

                .nav-dropdown-content ul li a .icon-task.progress {
                    background: #F6BB42;
                }

            .nav-dropdown-content ul li:last-child {
                border-bottom: none;
            }
/**-------------------------------------------TOP MAIN NAVIGATION-------------------------------------------**/

#top-main-navigation {
    float: right;
}

.top-main-navigation {
    /*height: auto;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;*/
    /*background: #000;*/
    z-index: 1023;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .top-main-navigation.full-top {
        top: 0px;
    }

    .top-main-navigation.toggle-left {
        left: -250px;
        right: 250px;
    }

    .top-main-navigation .navbar {
        margin-bottom: 0;
    }

        .top-main-navigation .navbar.navbar-default {
            /*background-color: #fff;*/
        }

.top-nav-content.main-top-nav-layout {
    padding-left: 0px;
}

.top-main-navigation .span-sidebar {
    margin-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
/**-------------------------------------------SIDEBAR-------------------------------------------**/

ul.sidebar-menu li.static.left-profile-summary {
    min-height: 20px;
    height: auto;
    padding: 29px 15px 0px 15px;
}

ul.sidebar-menu li.text-content.profile-summary {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.left-profile-summary h4 {
    color: #fff;
    padding: 0;
    margin: 0 0 5px;
    line-height: 120%;
}

.left-profile-summary .avatar {
    width: 70px;
    height: 70px;
    margin: 0 10px 20px 0;
}

.sidebar-left {
    /*position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;*/
    /*width: 250px;*/
    background: #fff;
    color: #AAB2BD;
    z-index: 10;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .sidebar-right.full-top, .sidebar-left.full-top {
        top: 0px;
    }

.sidebar-right {
    position: fixed;
    top: 60px;
    right: -250px;
    bottom: 0;
    width: 250px;
    background: #313940;
    color: #AAB2BD;
    z-index: 1;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.sidebar-right-heading {
    position: fixed;
    top: 0;
    right: 0px;
    height: 60px;
    background-color: #2C3439;
    width: 250px;
    z-index: 6;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .sidebar-right-heading.hidden-to-top {
        top: -60px;
    }

    .sidebar-right-heading .nav-tabs {
        border-bottom: none;
    }

        .sidebar-right-heading .nav-tabs > li {
            margin-bottom: 0px;
        }

            .sidebar-right-heading .nav-tabs > li > a {
                margin-right: 0px;
                border: none;
                height: 60px;
                padding: 20px 0;
                color: #656D78;
            }

        .sidebar-right-heading .nav-tabs.nav-justified > li {
            display: table-cell;
            width: 1%;
        }

            .sidebar-right-heading .nav-tabs.nav-justified > li > a {
                margin-bottom: 0;
            }

        .sidebar-right-heading .nav-tabs > li > a:hover {
            background-color: transparent;
            color: #E6E9ED;
        }

        .sidebar-right-heading .nav-tabs > li.active > a, .sidebar-right-heading .nav-tabs > li.active > a:hover, .sidebar-right-heading .nav-tabs > li.active > a:focus {
            color: #E6E9ED;
            cursor: default;
            border: none;
            background-color: #242C2E;
        }

.sidebar-left.toggle-left {
    left: -250px;
}

.sidebar-right.toggle-left {
    right: 0;
}

.sidebar-left.toggle {
    left: -250px;
}

.page-content.toggle {
    margin-left: 0px;
}

.top-navbar.toggle-left {
    left: -250px;
    right: 250px;
}

.page-content.toggle-left {
    margin-left: 0px;
    margin-right: 250px;
}

.page-content.no-left-sidebar {
    margin-left: 0px;
}

.page-content {
    padding: 0;
    margin-left: 250px;
    margin-top: 0;
    z-index: 2;
    background: #f7f7f7;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.btn-collapse-sidebar-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
}

.btn-collapse-main-navigation {
    position: absolute;
    left: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
    display: none;
}

.btn-collapse-sidebar-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
    color: #656D78;
    color: rgba(1,1,1,0.6);
}

.btn-collapse-nav {
    position: absolute;
    right: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
    display: none;
}

.icon-dinamic {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: All 0.4s ease;
    -moz-transition: All 0.4s ease;
    -o-transition: All 0.4s ease;
}

    .icon-dinamic.rotate-180 {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

ul.sidebar-menu {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

    ul.sidebar-menu li.static {
        display: block;
        color: #797E89;
        height: 60px;
        padding: 29px 15px 15px 15px;
        text-decoration: none;
        line-height: 120%;
        position: relative;
        font-size: 13px;
    }

    ul.sidebar-menu li.text-content {
        display: block;
        color: #AAB2BD;
        height: 40px;
        padding: 12px 60px 12px 15px;
        text-decoration: none;
        line-height: 120%;
        position: relative;
        font-size: 13px;
    }

        ul.sidebar-menu li.text-content .switch {
            position: absolute;
            right: 15px;
            top: 10px;
        }

    ul.sidebar-menu li {
        display: block;
        color: #AAB2BD;
    }
/** SIDEBAR LIGHT PRIMARY COLOR **/

.sidebar-left.light-color {
    background: #fff;
    color: #AAB2BD;
}

    .sidebar-left.light-color .left-profile-summary h4 {
        color: #656D78;
    }

    .sidebar-left.light-color ul.sidebar-menu li a {
        color: #AAB2BD;
        border-bottom-color: #F6F7F9;
    }

        .sidebar-left.light-color ul.sidebar-menu li a:hover, .sidebar-left.light-color ul.sidebar-menu li a:focus {
            color: #656D78;
            border-bottom-color: #F6F7F9;
        }

    .sidebar-left.light-color ul.sidebar-menu li.selected a, .sidebar-left.light-color ul.sidebar-menu li.selected a:hover, .sidebar-left.light-color ul.sidebar-menu li.selected a:focus, .sidebar-left.light-color ul.sidebar-menu li.active a, .sidebar-left.light-color ul.sidebar-menu li.active a:hover, .sidebar-left.light-color ul.sidebar-menu li.active a:focus {
        color: #656D78;
        background-color: #F6F7F9;
        border-bottom-color: #F6F7F9;
    }

    .sidebar-left.light-color ul.sidebar-menu li ul.submenu {
        background: #F6F7F9;
    }

        .sidebar-left.light-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #434A54;
        }

        .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.light-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #434A54;
            background-color: #D5DAE0;
        }
/** SIDEBAR LEFT PRIMARY COLOR **/

.sidebar-left.primary-color {
    background: #34BC9B;
    color: #C6FFF1;
}

    .sidebar-left.primary-color .left-profile-summary h4 {
        color: #fff;
    }

    .sidebar-left.primary-color ul.sidebar-menu li a {
        color: #C6FFF1;
        border-bottom-color: #28AA8B;
    }

        .sidebar-left.primary-color ul.sidebar-menu li a:active, .sidebar-left.primary-color ul.sidebar-menu li a:hover, .sidebar-left.primary-color ul.sidebar-menu li a:focus {
            color: #fff;
            border-bottom-color: #28AA8B;
        }

    .sidebar-left.primary-color ul.sidebar-menu li.selected a, .sidebar-left.primary-color ul.sidebar-menu li.selected a:hover, .sidebar-left.primary-color ul.sidebar-menu li.selected a:focus, .sidebar-left.primary-color ul.sidebar-menu li.active a, .sidebar-left.primary-color ul.sidebar-menu li.active a:hover, .sidebar-left.primary-color ul.sidebar-menu li.active a:focus {
        color: #fff;
        background-color: #28AA8B;
        border-bottom-color: #28AA8B;
    }

    .sidebar-left.primary-color ul.sidebar-menu li ul.submenu {
        background: #28AA8B;
    }

        .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li a:active, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #C6FFF1;
        }

        .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #C6FFF1;
            background-color: #28AA8B;
        }

    .sidebar-left.primary-color ul.sidebar-menu li.static, .sidebar-left.primary-color ul.sidebar-menu li.text-content {
        color: #fff;
    }

    .sidebar-left.primary-color ul.sidebar-menu li a .chevron-icon-sidebar, .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li a:before {
        color: #C6FFF1;
    }

    .sidebar-left.primary-color ul.sidebar-menu li ul.submenu li a {
        border-left-color: #C6FFF1;
    }
/** SIDEBAR LEFT SUCCESS COLOR **/

.sidebar-left.success-color {
    background: #8EC051;
    color: #DEFDBE;
}

    .sidebar-left.success-color .left-profile-summary h4 {
        color: #fff;
    }

    .sidebar-left.success-color ul.sidebar-menu li a {
        color: #DEFDBE;
        border-bottom-color: #75AB38;
    }

        .sidebar-left.success-color ul.sidebar-menu li a:active, .sidebar-left.success-color ul.sidebar-menu li a:hover, .sidebar-left.success-color ul.sidebar-menu li a:focus {
            color: #fff;
            border-bottom-color: #75AB38;
        }

    .sidebar-left.success-color ul.sidebar-menu li.selected a, .sidebar-left.success-color ul.sidebar-menu li.selected a:hover, .sidebar-left.success-color ul.sidebar-menu li.selected a:focus, .sidebar-left.success-color ul.sidebar-menu li.active a, .sidebar-left.success-color ul.sidebar-menu li.active a:hover, .sidebar-left.success-color ul.sidebar-menu li.active a:focus {
        color: #fff;
        background-color: #75AB38;
        border-bottom-color: #75AB38;
    }

    .sidebar-left.success-color ul.sidebar-menu li ul.submenu {
        background: #75AB38;
    }

        .sidebar-left.success-color ul.sidebar-menu li ul.submenu li a:active, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #DEFDBE;
        }

        .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #DEFDBE;
            background-color: #75AB38;
        }

    .sidebar-left.success-color ul.sidebar-menu li.static, .sidebar-left.success-color ul.sidebar-menu li.text-content {
        color: #fff;
    }

    .sidebar-left.success-color ul.sidebar-menu li a .chevron-icon-sidebar, .sidebar-left.success-color ul.sidebar-menu li ul.submenu li a:before {
        color: #DEFDBE;
    }

    .sidebar-left.success-color ul.sidebar-menu li ul.submenu li a {
        border-left-color: #DEFDBE;
    }

    .sidebar-left.success-color .onoffswitch-inner:before {
        background-color: #75AB38;
    }

    .sidebar-left.success-color .onoffswitch-inner:after {
        background-color: #00397f;
    }
/** SIDEBAR LEFT INFO COLOR **/

.sidebar-left.info-color {
    background: #3EAFDB;
    color: #BAEAFF;
}

    .sidebar-left.info-color .left-profile-summary h4 {
        color: #fff;
    }

    .sidebar-left.info-color ul.sidebar-menu li a {
        color: #BAEAFF;
        border-bottom-color: #2A9CC8;
    }

        .sidebar-left.info-color ul.sidebar-menu li a:active, .sidebar-left.info-color ul.sidebar-menu li a:hover, .sidebar-left.info-color ul.sidebar-menu li a:focus {
            color: #fff;
            border-bottom-color: #2A9CC8;
        }

    .sidebar-left.info-color ul.sidebar-menu li.selected a, .sidebar-left.info-color ul.sidebar-menu li.selected a:hover, .sidebar-left.info-color ul.sidebar-menu li.selected a:focus, .sidebar-left.info-color ul.sidebar-menu li.active a, .sidebar-left.info-color ul.sidebar-menu li.active a:hover, .sidebar-left.info-color ul.sidebar-menu li.active a:focus {
        color: #fff;
        background-color: #2A9CC8;
        border-bottom-color: #2A9CC8;
    }

    .sidebar-left.info-color ul.sidebar-menu li ul.submenu {
        background: #2A9CC8;
    }

        .sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:active, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #BAEAFF;
        }

        .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #BAEAFF;
            background-color: #2A9CC8;
        }

    .sidebar-left.info-color ul.sidebar-menu li.static, .sidebar-left.info-color ul.sidebar-menu li.text-content {
        color: #fff;
    }

    .sidebar-left.info-color ul.sidebar-menu li a .chevron-icon-sidebar, .sidebar-left.info-color ul.sidebar-menu li ul.submenu li a:before {
        color: #BAEAFF;
    }

    .sidebar-left.info-color ul.sidebar-menu li ul.submenu li a {
        border-left-color: #BAEAFF;
    }
/** SIDEBAR LEFT DANGER COLOR **/

.sidebar-left.danger-color {
    background: #E7573E;
    color: #FFC6BD;
}

    .sidebar-left.danger-color .left-profile-summary h4 {
        color: #fff;
    }

    .sidebar-left.danger-color ul.sidebar-menu li a {
        color: #FFC6BD;
        border-bottom-color: #D44732;
    }

        .sidebar-left.danger-color ul.sidebar-menu li a:active, .sidebar-left.danger-color ul.sidebar-menu li a:hover, .sidebar-left.danger-color ul.sidebar-menu li a:focus {
            color: #fff;
            border-bottom-color: #D44732;
        }

    .sidebar-left.danger-color ul.sidebar-menu li.selected a, .sidebar-left.danger-color ul.sidebar-menu li.selected a:hover, .sidebar-left.danger-color ul.sidebar-menu li.selected a:focus, .sidebar-left.danger-color ul.sidebar-menu li.active a, .sidebar-left.danger-color ul.sidebar-menu li.active a:hover, .sidebar-left.danger-color ul.sidebar-menu li.active a:focus {
        color: #fff;
        background-color: #D44732;
        border-bottom-color: #D44732;
    }

    .sidebar-left.danger-color ul.sidebar-menu li ul.submenu {
        background: #D44732;
    }

        .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li a:active, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #FFC6BD;
        }

        .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #FFC6BD;
            background-color: #D44732;
        }

    .sidebar-left.danger-color ul.sidebar-menu li.static, .sidebar-left.danger-color ul.sidebar-menu li.text-content {
        color: #fff;
    }

    .sidebar-left.danger-color ul.sidebar-menu li a .chevron-icon-sidebar, .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li a:before {
        color: #FFC6BD;
    }

    .sidebar-left.danger-color ul.sidebar-menu li ul.submenu li a {
        border-left-color: #FFC6BD;
    }

    .sidebar-left.danger-color .onoffswitch-inner:after {
        background-color: #D44732;
    }
/** SIDEBAR LEFT WARNING COLOR **/

.sidebar-left.warning-color {
    background: #F6BB43;
    color: #FFE6B3;
}

    .sidebar-left.warning-color .left-profile-summary h4 {
        color: #fff;
    }

    .sidebar-left.warning-color ul.sidebar-menu li a {
        color: #FFE6B3;
        border-bottom-color: #E8A724;
    }

        .sidebar-left.warning-color ul.sidebar-menu li a:active, .sidebar-left.warning-color ul.sidebar-menu li a:hover, .sidebar-left.warning-color ul.sidebar-menu li a:focus {
            color: #fff;
            border-bottom-color: #E8A724;
        }

    .sidebar-left.warning-color ul.sidebar-menu li.selected a, .sidebar-left.warning-color ul.sidebar-menu li.selected a:hover, .sidebar-left.warning-color ul.sidebar-menu li.selected a:focus, .sidebar-left.warning-color ul.sidebar-menu li.active a, .sidebar-left.warning-color ul.sidebar-menu li.active a:hover, .sidebar-left.warning-color ul.sidebar-menu li.active a:focus {
        color: #fff;
        background-color: #E8A724;
        border-bottom-color: #E8A724;
    }

    .sidebar-left.warning-color ul.sidebar-menu li ul.submenu {
        background: #E8A724;
    }

        .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li a:active, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li a:hover, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li a:focus {
            color: #FFE6B3;
        }

        .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.selected a, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.selected a:hover, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.selected a:focus, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.active a, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.active a:hover, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #FFE6B3;
            background-color: #E8A724;
        }

    .sidebar-left.warning-color ul.sidebar-menu li.static, .sidebar-left.warning-color ul.sidebar-menu li.text-content {
        color: #fff;
    }

    .sidebar-left.warning-color ul.sidebar-menu li a .chevron-icon-sidebar, .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li a:before {
        color: #FFE6B3;
    }

    .sidebar-left.warning-color ul.sidebar-menu li ul.submenu li a {
        border-left-color: #FFE6B3;
    }

ul.sidebar-menu li a {
    display: block;
    color: #2C3439;
    height: 45px;
    padding: 12px 20px 12px 50px;
    border-bottom: 1px solid #2C3439;
    text-decoration: none;
    line-height: 120%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    ul.sidebar-menu li a .icon-sidebar {
        width: 45px;
        height: 45px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        padding: 15px 0;
    }

    ul.sidebar-menu li a .span-sidebar {
        position: absolute;
        right: 10px;
        top: 13px;
    }

    ul.sidebar-menu li a .chevron-icon-sidebar {
        position: absolute;
        right: 15px;
        top: 14px;
        color: #656D78;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }

ul.sidebar-menu li.active a .chevron-icon-sidebar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    /*color: #E6E9ED;*/
    border-bottom: 1px solid #2C3439;
}

ul.sidebar-menu li.selected a, ul.sidebar-menu li.selected a:hover, ul.sidebar-menu li.selected a:focus, ul.sidebar-menu li.active a, ul.sidebar-menu li.active a:hover, ul.sidebar-menu li.active a:focus {
    color: #E6E9ED;
    background-color: #2C3439;
    border-bottom: 1px solid #2C3439;
}

ul.sidebar-menu li ul.submenu {
    background: #fff;
    padding: 0 0 0 50px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #fcb131;
    /*display: none;*/
}

    ul.sidebar-menu li ul.submenu.visible {
        display: block;
    }

    ul.sidebar-menu li ul.submenu li {
        display: block;
    }

        ul.sidebar-menu li ul.submenu li a {
            display: block;
            color: #fcb131;
            height: 35px;
            padding: 10px 15px 10px 0;
            border-bottom: none;
            text-decoration: none;
            line-height: 120%;
            position: relative;
            font-size: 14px;
            border-left: 1px solid #fcb131;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            ul.sidebar-menu li ul.submenu li a .span-sidebar {
                position: absolute;
                right: 10px;
                top: 10px;
            }

            ul.sidebar-menu li ul.submenu li a:hover, ul.sidebar-menu li ul.submenu li a:focus {
                color: #447190;
            }

        ul.sidebar-menu li ul.submenu li.selected a, ul.sidebar-menu li ul.submenu li.selected a:hover, ul.sidebar-menu li ul.submenu li.selected a:focus, ul.sidebar-menu li ul.submenu li.active a, ul.sidebar-menu li ul.submenu li.active a:hover, ul.sidebar-menu li ul.submenu li.active a:focus {
            color: #E6E9ED;
            background-color: #2C3439;
        }

        ul.sidebar-menu li ul.submenu li a:before {
            content: "\2014\00a0";
            margin-left: -1px;
            color: #fcb131;
        }

        ul.sidebar-menu li ul.submenu li.active a:before {
            margin-left: 0px;
            content: "\2014\00a0";
        }

ul.sidebar-menu.online-user li a {
    padding: 10px 20px 10px 60px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    ul.sidebar-menu.online-user li a .small-caps {
        font-size: 11px;
        color: #656D78;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    ul.sidebar-menu.online-user li a .ava-sidebar {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        margin: 10px;
        z-index: 1;
    }

    ul.sidebar-menu.online-user li a .user-status {
        width: 13px;
        height: 13px;
        position: absolute;
        z-index: 2;
        background: #F5F7FA;
        left: 35px;
        top: 7px;
        border-radius: 50%;
        border: 2px solid #313940;
    }

    ul.sidebar-menu.online-user li a .device-status {
        position: absolute;
        right: 15px;
        top: 20px;
        color: #656D78;
        font-size: 14px;
    }

    ul.sidebar-menu.online-user li a .user-status.success {
        background: #8CC152;
    }

    ul.sidebar-menu.online-user li a .user-status.danger {
        background: #00397f;
    }

    ul.sidebar-menu.online-user li a .user-status.warning {
        background: #F6BB42;
    }

    ul.sidebar-menu.online-user li a .user-status.info {
        background: #3BAFDA;
    }

    ul.sidebar-menu.online-user li a .user-status.primary {
        background: #37BC9B;
    }

ul.sidebar-menu.sidebar-notification {
    margin-bottom: 30px;
}

    ul.sidebar-menu.sidebar-notification li a {
        padding: 10px 20px 10px 60px;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
    }

        ul.sidebar-menu.sidebar-notification li a .activity {
            font-size: 13px;
            color: #AAB2BD;
            font-weight: 400;
        }

        ul.sidebar-menu.sidebar-notification li a .small-caps {
            font-size: 11px;
            color: #656D78;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-weight: 400;
        }

        ul.sidebar-menu.sidebar-notification li a .ava-sidebar {
            width: 35px;
            height: 35px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            margin: 10px;
            z-index: 1;
        }

ul.sidebar-menu.sidebar-task {
    margin-bottom: 30px;
}

    ul.sidebar-menu.sidebar-task li a {
        padding: 10px 20px 10px 60px;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        ul.sidebar-menu.sidebar-task li a .small-caps {
            font-size: 11px;
            color: #656D78;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        ul.sidebar-menu.sidebar-task li a .icon-task-sidebar {
            width: 35px;
            height: 35px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            margin: 10px;
            z-index: 1;
            border-radius: 10px;
            color: #fff;
            font-size: 20px;
            padding: 7px 0;
        }

            ul.sidebar-menu.sidebar-task li a .icon-task-sidebar.completed {
                background: #8CC152;
            }

            ul.sidebar-menu.sidebar-task li a .icon-task-sidebar.uncompleted {
                background: #00397f;
            }

            ul.sidebar-menu.sidebar-task li a .icon-task-sidebar.progress {
                background: #F6BB42;
            }

h1.page-heading {
    padding: 5px 0;
    margin: 15px 0 20px;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    /*text-transform: uppercase;*/
    color: #fff;
}

    h1.page-heading small {
        text-transform: none;
        color: #ACB5BE;
        color: #fff;
        padding-left: 10px;
        text-decoration: underline;
    }
/**-------------------------------------------FOOTER-------------------------------------------**/

footer {
    background: #fff;
    text-align: center;
    font-size: 13px;
    padding: 15px;
    /*margin-top: 20px;*/
    /*border-top: 1px solid #E6E9ED;*/
    line-height: 170%;
}
/**+++++++++++++++++++++++++++++++++++++++++++CSS ELEMENTS+++++++++++++++++++++++++++++++++++++++++++**/ /**-------------------------------------------BOOTSTRAP CAROUSEL-------------------------------------------**/

.carousel-caption.dark-bg {
    background: rgba(1,1,1,.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 50px;
}
/**-------------------------------------------SINGLE OWL CAROUSEL-------------------------------------------**/

#owl-carousel-single-1 .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-carousel-single-1 .owl-controls .owl-buttons {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: left;
    height: 50px;
    margin-top: -25px;
}

    #owl-carousel-single-1 .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 0;
        width: 40px;
        height: 40px;
        font-size: 44px;
        line-height: 70%;
        border-radius: 50%;
        background: transparent;
        text-align: center;
    }

#owl-carousel-single-1 .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
}

#owl-carousel-single-1 .owl-controls.clickable .owl-buttons div:last-child {
    position: absolute;
    right: 0;
}
/**-------------------------------------------FULL CALENDAR-------------------------------------------**/

.has-toolbar.fc {
    margin-top: 50px;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

.fc-header-center {
    text-align: left;
}

.fc-header-left {
    text-align: left;
    width: 18%;
}

.fc-view {
    width: 100%;
}

.fc-state-default, .fc-state-default .fc-button-inner {
    background: #fff !important;
    border-color: #DDDDDD;
    border-style: none solid;
    color: #646464;
}

.fc-state-active, .fc-state-active .fc-button-inner, .fc-state-active, .fc-button-today .fc-button-inner, .fc-state-hover, .fc-state-hover .fc-button-inner {
    background: #34BC9B !important;
    color: #fff !important;
}

.fc-event-skin {
    background-color: #3EAFDB !important;
    border-color: #3EAFDB !important;
    color: #FFFFFF !important;
}

.fc-grid th {
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #34BC9B !important;
    color: #fff;
    text-transform: uppercase;
}

.fc-widget-header {
    border-color: #62c6a0;
}

.fc-widget-content {
    border-color: #ebebeb;
    background: #fff;
}

.fc-header-title h2 {
    font-size: 18px !important;
    color: #474752;
    font-weight: 300;
    padding: 5px 10px;
}

.external-event {
    cursor: move;
    display: inline-block !important;
    margin-bottom: 6px !important;
    margin-right: 6px !important;
    padding: 8px;
}

#external-events p input[type="checkbox"] {
    margin: 0;
}

#external-events .external-event {
    font-size: 14px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-align: left;
}

.drg-event-title {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.fc-content .fc-event {
    border-radius: 4px;
    webkit-border-radius: 4px;
    padding: 4px 6px;
}

.drp-rmv {
    padding-top: 10px;
    margin-top: 10px;
}
/**-------------------------------------------THE BOX-------------------------------------------**/

.the-box {
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #D5DAE0;
    position: relative;
}

    .the-box.more-padding {
        padding: 20px;
    }

    .the-box.full-width {
        margin: 0 -15px;
        border: none;
    }

    .the-box.transparent {
        background: transparent;
        border: none;
    }

    .the-box.full {
        padding: 0;
    }

    .the-box.no-margin {
        margin: 0;
    }

    .the-box.no-border {
        border: none;
    }

    .the-box.rounded {
        border-radius: 10px;
    }

    .the-box .right-action {
        position: absolute;
        top: -1px;
        right: 0;
        z-index: 9;
    }

h4.small-title {
    font-size: 16px;
    color: #656D78;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.bg-dark .small-title, .bg-primary .small-title, .bg-success .small-title, .bg-info .small-title, .bg-danger .small-title, .bg-warning .small-title {
    color: #fff;
}
/**-------------------------------------------TOGGLE SWITCH-------------------------------------------**/

.onoffswitch {
    position: relative;
    width: 56px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.2s ease-in 0s;
    -webkit-transition: margin 0.2s ease-in 0s;
    -o-transition: margin 0.2s ease-in 0s;
    transition: margin 0.2s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        float: left;
        width: 50%;
        height: 20px;
        padding: 0;
        line-height: 20px;
        font-size: 13px;
        color: white;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #8CC152;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #00397f;
        color: #fff;
        text-align: right;
    }

.onoffswitch-switch {
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.onoffswitch.blank {
    width: 40px;
}

    .onoffswitch.blank .onoffswitch-inner:before {
        content: "\00a0";
    }

    .onoffswitch.blank .onoffswitch-inner:after {
        content: "\00a0";
    }

    .onoffswitch.blank .onoffswitch-switch {
        right: 20px;
    }

.sidebar-left.light-color .onoffswitch-switch {
    background-color: #E8E9EE;
}
/**-------------------------------------------TYPOGRAPY-------------------------------------------**/

.btn .fa, .btn .glyphicon {
    margin: 0 3px;
}

hr {
    margin: 30px 0;
}

a {
    color: #fcb131;
}

    a:hover {
        color: #00397f;
    }

    a:focus {
        color: #2a6496;
    }

.text-muted {
    color: #29566d;
}

h1.text-primary, h2.text-primary, h3.text-primary, h4.text-primary, h5.text-primary, h6.text-primary, .text-primary {
    color: #37BC9B;
}

h1.text-success, h2.text-success, h3.text-success, h4.text-success, h5.text-success, h6.text-success, .text-success {
    color: #B4E87E;
}

h1.text-info, h2.text-info, h3.text-info, h4.text-info, h5.text-info, h6.text-info, .text-info {
    color: #fcb131;
}

h1.text-warning, h2.text-warning, h3.text-warning, h4.text-warning, h5.text-warning, h6.text-warning, .text-warning {
    color: #F6BB42;
}

h1.text-danger, h2.text-danger, h3.text-danger, h4.text-danger, h5.text-danger, h6.text-danger, .text-danger {
    color: #00397f;
}

a.text-primary:hover {
    color: #29AF8E;
}

a.text-success:hover {
    color: #74AD3B;
}

a.text-info:hover {
    color: #5DCBF7;
}

a.text-warning:hover {
    color: #FCCB6A;
}

a.text-danger:hover {
    color: #fcb131;
}

.bg-dark, .bg-primary, .bg-success, .bg-info, .bg-danger, .bg-warning {
    color: #fff;
}

    .bg-primary .text-primary, .bg-success .text-success, .bg-info .text-info, .bg-danger .text-danger, .bg-warning .text-warning {
        color: #fff;
        color: rgba(0,0,0,0.4);
    }

    .bg-dark a, .bg-primary a, .bg-success a, .bg-info a, .bg-danger a, .bg-warning a {
        color: #fff;
        color: rgba(255,255,255,0.7);
    }

.bg-primary {
    background-color: #37BC9B;
}

a.bg-primary:hover {
    background-color: #29A0CB;
}

.bg-success {
    background-color: #8CC152;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #3BAFDA;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #F6BB42;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #00397f;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.bg-dark {
    background-color: #434A54;
}

a.bg-dark:hover {
    background-color: #434A54;
}

.bg-primary h1, .bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-success h1, .bg-success h2, .bg-success h3, .bg-success h4, .bg-success h5, .bg-success h6, .bg-info h1, .bg-info h2, .bg-info h3, .bg-info h4, .bg-info h5, .bg-info h6, .bg-danger h1, .bg-danger h2, .bg-danger h3, .bg-danger h4, .bg-danger h5, .bg-danger h6, .bg-warning h1, .bg-warning h2, .bg-warning h3, .bg-warning h4, .bg-warning h5, .bg-warning h6, .bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {
    color: #fff;
}

.bg-primary .form-control, .bg-success .form-control, .bg-info .form-control, .bg-danger .form-control, .bg-warning .form-control, .bg-dark .form-control {
    border: none;
}

.bg-primary .btn.btn-primary {
    background-color: #27A283;
    border-color: #27A283;
}

    .bg-primary .btn.btn-primary:hover, .bg-primary .btn.btn-primary:active, .bg-primary .btn.btn-primary:focus {
        background-color: #1C9376;
        border-color: #1C9376;
    }

.bg-success .btn.btn-success {
    background-color: #76AD3E;
    border-color: #76AD3E;
}

    .bg-success .btn.btn-success:hover, .bg-success .btn.btn-success:active, .bg-success .btn.btn-success:focus {
        background-color: #679D2E;
        border-color: #679D2E;
    }

.bg-info .btn.btn-info {
    background-color: #2998C1;
    border-color: #2998C1;
}

    .bg-info .btn.btn-info:hover, .bg-info .btn.btn-info:active, .bg-info .btn.btn-info:focus {
        background-color: #1C86AF;
        border-color: #1C86AF;
    }

.bg-danger .btn.btn-danger {
    background-color: #D1462C;
    border-color: #D1462C;
}

    .bg-danger .btn.btn-danger:hover, .bg-danger .btn.btn-danger:active, .bg-danger .btn.btn-danger:focus {
        background-color: #C1361F;
        border-color: #C1361F;
    }

.bg-warning .btn.btn-warning {
    background-color: #E0A52C;
    border-color: #E0A52C;
}

    .bg-warning .btn.btn-warning:hover, .bg-warning .btn.btn-warning:active, .bg-warning .btn.btn-warning:focus {
        background-color: #CB8E12;
        border-color: #CB8E12;
    }

.bg-primary .progress-bar-primary {
    background-color: #27A283;
}

.bg-success .progress-bar-success {
    background-color: #76AD3E;
}

.bg-info .progress-bar-info {
    background-color: #2998C1;
}

.bg-warning .progress-bar-warning {
    background-color: #E0A52C;
}

.bg-danger .progress-bar-danger {
    background-color: #D1462C;
}

.bg-primary hr {
    border-top-color: #27A283;
}

.bg-success hr {
    border-top-color: #76AD3E;
}

.bg-info hr {
    border-top-color: #2998C1;
}

.bg-warning hr {
    border-top-color: #E0A52C;
}

.bg-danger hr {
    border-top-color: #D1462C;
}
/**-------------------------------------------BREADCRUMB-------------------------------------------**/

.breadcrumb {
    background-color: #F5F7FA;
}

    .breadcrumb > li + li:before {
        color: #CCD1D9;
    }

    .breadcrumb > .active {
        color: #AAB2BD;
    }

    .breadcrumb.sm {
        padding: 8px 10px;
        border-radius: 2px;
        font-size: 13px;
    }

    .breadcrumb.lg {
        padding: 10px 20px;
        border-radius: 6px;
        font-size: 16px;
    }

    .breadcrumb.square {
        border-radius: 0px;
    }

    .breadcrumb.rsaquo > li + li:before {
        content: "\203A";
    }

    .breadcrumb.primary a, .breadcrumb.success a, .breadcrumb.info a, .breadcrumb.danger a, .breadcrumb.warning a, .breadcrumb.dark a {
        color: #fff;
    }

    .breadcrumb.primary > .active, .breadcrumb.success > .active, .breadcrumb.info > .active, .breadcrumb.danger > .active, .breadcrumb.warning > .active, .breadcrumb.dark > .active {
        color: #fff;
        color: rgba(255,255,255,0.7);
    }

    .breadcrumb.primary > li + li:before, .breadcrumb.success > li + li:before, .breadcrumb.info > li + li:before, .breadcrumb.danger > li + li:before, .breadcrumb.warning > li + li:before, .breadcrumb.dark > li + li:before {
        color: #F5F7FA;
    }

    .breadcrumb.default {
        background-color: #fff;
        border: 1px solid #D5DAE0;
    }

    .breadcrumb.primary {
        background-color: #37BC9B;
    }

    .breadcrumb.success {
        background-color: #8CC152;
    }

    .breadcrumb.info {
        background-color: #3BAFDA;
    }

    .breadcrumb.danger {
        background-color: #00397f;
    }

    .breadcrumb.warning {
        background-color: #F6BB42;
    }

    .breadcrumb.dark {
        background-color: #434A54;
    }
/**-------------------------------------------PROGRESS BAR-------------------------------------------**/

.progress {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}

    .progress.progress-sidebar {
        margin: 15px 0 0 0;
    }

    .progress.progress-sm {
        height: 10px;
    }

    .progress.progress-xs {
        height: 5px;
    }

    .progress.no-rounded {
        border-radius: 0px;
    }

.progress-bar {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

.progress.progress-sm.progress-striped .progress-bar {
    background-size: 20px 20px;
}

.progress.progress-xs.progress-striped .progress-bar {
    background-size: 10px 10px;
}

.progress-bar-primary {
    background-color: #37BC9B;
}

.progress-bar-success {
    background-color: #8CC152;
}

.progress-bar-info {
    background-color: #3BAFDA;
}

.progress-bar-warning {
    background-color: #F6BB42;
}

.progress-bar-danger {
    background-color: #00397f;
}
/**-------------------------------------------ICHECK-------------------------------------------**/

.icheckbox_minimal, .icheckbox_minimal-red, .icheckbox_minimal-green, .icheckbox_minimal-blue, .icheckbox_minimal-aero, .icheckbox_minimal-grey, .icheckbox_minimal-orange, .icheckbox_minimal-yellow, .icheckbox_minimal-pink, .icheckbox_minimal-purple, .iradio_minimal, .iradio_minimal-red, .iradio_minimal-green, .iradio_minimal-blue, .iradio_minimal-aero, .iradio_minimal-grey, .iradio_minimal-orange, .iradio_minimal-yellow, .iradio_minimal-pink, .iradio_minimal-purple {
    margin-top: -2px;
    margin-left: -20px;
    margin-right: 10px;
}

.icheckbox_square, .icheckbox_square-red, .icheckbox_square-green, .icheckbox_square-blue, .icheckbox_square-aero, .icheckbox_square-grey, .icheckbox_square-orange, .icheckbox_square-yellow, .icheckbox_square-pink, .icheckbox_square-purple, .iradio_square, .iradio_square-red, .iradio_square-green, .iradio_square-blue, .iradio_square-aero, .iradio_square-grey, .iradio_square-orange, .iradio_square-yellow, .iradio_square-pink, .iradio_square-purple {
    margin-top: -2px;
    margin-left: -20px;
    margin-right: 10px;
}

.icheckbox_flat, .icheckbox_flat-red, .icheckbox_flat-green, .icheckbox_flat-blue, .icheckbox_flat-aero, .icheckbox_flat-grey, .icheckbox_flat-orange, .icheckbox_flat-yellow, .icheckbox_flat-pink, .icheckbox_flat-purple, .iradio_flat, .iradio_flat-red, .iradio_flat-green, .iradio_flat-blue, .iradio_flat-aero, .iradio_flat-grey, .iradio_flat-orange, .iradio_flat-yellow, .iradio_flat-pink, .iradio_flat-purple {
    margin-top: -2px;
    margin-left: -20px;
    margin-right: 10px;
}
/**-------------------------------------------INPUT FILE-------------------------------------------**/

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 999px;
        text-align: left;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}
/**-------------------------------------------PANEL-------------------------------------------**/

.panel {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    margin-bottom: 30px;
}

    .panel.panel-no-border {
        border: none;
    }

.panel-body.full {
    padding: 0px;
}

.panel-footer {
    background-color: #F5F7FA;
    border-top: 1px solid #E6E9ED;
}

.panel-heading.lg {
    padding-top: 20px;
    padding-bottom: 20px;
}

.panel-no-border .panel-footer {
    background-color: #F5F7FA;
    border-top: none;
}

.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.panel-heading {
    position: relative;
}

    .panel-heading .right-content {
        position: absolute;
        right: 5px;
        top: 5px;
    }

        .panel-heading .right-content .btn {
            padding: 3px 5px;
        }

.with-nav-tabs .panel-heading .right-content .btn {
    padding: 5px 8px;
}

.with-nav-tabs .panel-heading .right-content {
    right: 10px;
    top: 8px;
}

.icon-collapse {
    padding: 6px 8px;
    font-size: 12px;
}

a.block-collapse {
    display: block;
    text-decoration: none;
    color: #656D78;
    padding: 10px 15px;
    margin: -10px -15px;
}

.panel-primary a.block-collapse, .panel-success a.block-collapse, .panel-info a.block-collapse, .panel-danger a.block-collapse, .panel-warning a.block-collapse {
    color: #fff;
}

.panel.panel-square {
    border-radius: 0;
}

.panel-square .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-square .panel-footer {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.panel-default {
    border-color: #D5DAE0;
}

    .panel-default > .panel-heading {
        color: #656D78;
        background-color: #F5F7FA;
        border-color: #E6E9ED;
    }

.panel-no-border.panel-default > .panel-heading {
    background-color: #F5F7FA;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #E6E9ED;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #E6E9ED;
}

.panel-transparent {
    border: none;
    border-color: #E6E9ED;
    border-bottom-width: 1px;
    margin: 0;
}

    .panel-transparent > .panel-heading {
        color: #656D78;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #E6E9ED;
        vertical-align: middle;
    }

    .panel-transparent .panel-footer {
        background-color: transparent;
        border: none;
        border-top: 1px dashed #ddd;
        border-bottom: 1px dashed #ddd;
    }

.panel-no-border.panel-transparent > .panel-heading {
    background-color: transparent;
}

.panel-transparent > .panel-heading + .panel-collapse .panel-body {
    border-top-color: transparent;
}

.panel-transparent > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: transparent;
}

.panel-primary {
    border-color: #37BC9B;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #37BC9B;
        border-color: #37BC9B;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #37BC9B;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #37BC9B;
    }

    .panel-primary.panel-block-color > .panel-footer {
        color: #fff;
        background-color: #37BC9B;
        border-top: none;
    }

    .panel-primary.panel-block-color > .panel-body.bg-primary {
        background-color: #48CFAD;
    }

.with-nav-tabs.panel-primary .nav-tabs > li > a, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-primary .nav-tabs > .open > a, .with-nav-tabs.panel-primary .nav-tabs > .open > a:hover, .with-nav-tabs.panel-primary .nav-tabs > .open > a:focus, .with-nav-tabs.panel-primary .nav-tabs > li > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #27A283;
        border-color: #27A283;
    }

.with-nav-tabs.panel-primary .nav-tabs > li.active > a, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
    color: #434A54;
    background-color: #fff;
    border-color: #37BC9B;
    border-bottom-color: transparent;
}

.panel-success {
    border-color: #8CC152;
}

    .panel-success > .panel-heading {
        color: #fff;
        background-color: #00397f;
        border-color: #00397f;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #8CC152;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #8CC152;
    }

    .panel-success.panel-block-color > .panel-footer {
        color: #fff;
        background-color: #8CC152;
        border-top: none;
    }

    .panel-success.panel-block-color > .panel-body.bg-success {
        background-color: #A0D468;
    }

.with-nav-tabs.panel-success .nav-tabs > li > a, .with-nav-tabs.panel-success .nav-tabs > li > a:hover, .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-success .nav-tabs > .open > a, .with-nav-tabs.panel-success .nav-tabs > .open > a:hover, .with-nav-tabs.panel-success .nav-tabs > .open > a:focus, .with-nav-tabs.panel-success .nav-tabs > li > a:hover, .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #76AD3E;
        border-color: #76AD3E;
    }

.with-nav-tabs.panel-success .nav-tabs > li.active > a, .with-nav-tabs.panel-success .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #434A54;
    background-color: #fff;
    border-color: #8CC152;
    border-bottom-color: transparent;
}

.panel-info {
    border-color: #3BAFDA;
}

    .panel-info > .panel-heading {
        color: #fff;
        background-color: #3BAFDA;
        border-color: #3BAFDA;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #3BAFDA;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #3BAFDA;
    }

    .panel-info.panel-block-color > .panel-footer {
        color: #fff;
        background-color: #3BAFDA;
        border-top: none;
    }

    .panel-info.panel-block-color > .panel-body.bg-info {
        background-color: #4FC1E9;
    }

.with-nav-tabs.panel-info .nav-tabs > li > a, .with-nav-tabs.panel-info .nav-tabs > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-info .nav-tabs > .open > a, .with-nav-tabs.panel-info .nav-tabs > .open > a:hover, .with-nav-tabs.panel-info .nav-tabs > .open > a:focus, .with-nav-tabs.panel-info .nav-tabs > li > a:hover, .with-nav-tabs.panel-info .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #2998C1;
        border-color: #2998C1;
    }

.with-nav-tabs.panel-info .nav-tabs > li.active > a, .with-nav-tabs.panel-info .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-info .nav-tabs > li.active > a:focus {
    color: #434A54;
    background-color: #fff;
    border-color: #3BAFDA;
    border-bottom-color: transparent;
}

.panel-warning {
    border-color: #F6BB42;
}

    .panel-warning > .panel-heading {
        color: #fff;
        background-color: #F6BB42;
        border-color: #F6BB42;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #F6BB42;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #F6BB42;
    }

    .panel-warning.panel-block-color > .panel-footer {
        color: #fff;
        background-color: #F6BB42;
        border-top: none;
    }

    .panel-warning.panel-block-color > .panel-body.bg-warning {
        background-color: #FFCE54;
    }

.with-nav-tabs.panel-warning .nav-tabs > li > a, .with-nav-tabs.panel-warning .nav-tabs > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-warning .nav-tabs > .open > a, .with-nav-tabs.panel-warning .nav-tabs > .open > a:hover, .with-nav-tabs.panel-warning .nav-tabs > .open > a:focus, .with-nav-tabs.panel-warning .nav-tabs > li > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #E0A52C;
        border-color: #E0A52C;
    }

.with-nav-tabs.panel-warning .nav-tabs > li.active > a, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-warning .nav-tabs > li.active > a:focus {
    color: #434A54;
    background-color: #fff;
    border-color: #F6BB42;
    border-bottom-color: transparent;
}

.panel-danger {
    border-color: #00397f;
}

    .panel-danger > .panel-heading {
        color: #fff;
        background-color: #00397f;
        border-color: #00397f;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #00397f;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #00397f;
    }

    .panel-danger.panel-block-color > .panel-footer {
        color: #fff;
        background-color: #00397f;
        border-top: none;
    }

    .panel-danger.panel-block-color > .panel-body.bg-danger {
        background-color: #FC6E51;
    }

.with-nav-tabs.panel-danger .nav-tabs > li > a, .with-nav-tabs.panel-danger .nav-tabs > li > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
    color: #fff;
}

    .with-nav-tabs.panel-danger .nav-tabs > .open > a, .with-nav-tabs.panel-danger .nav-tabs > .open > a:hover, .with-nav-tabs.panel-danger .nav-tabs > .open > a:focus, .with-nav-tabs.panel-danger .nav-tabs > li > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li > a:focus {
        color: #fff;
        background-color: #D1462C;
        border-color: #D1462C;
    }

.with-nav-tabs.panel-danger .nav-tabs > li.active > a, .with-nav-tabs.panel-danger .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-danger .nav-tabs > li.active > a:focus {
    color: #434A54;
    background-color: #fff;
    border-color: #00397f;
    border-bottom-color: transparent;
}
/**-------------------------------------------MODAL-------------------------------------------**/

.modal-content {
    position: relative;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: none;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

    .modal-content.modal-no-shadow {
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
    }

    .modal-content.modal-no-border {
        border: none;
    }

.modal-dialog.responsive-modal {
    width: 100%;
}

.bg-primary .modal-header, .bg-primary .modal-footer, .bg-info .modal-header, .bg-info .modal-footer, .bg-success .modal-header, .bg-success .modal-footer, .bg-danger .modal-header, .bg-danger .modal-footer, .bg-warning .modal-header, .bg-warning .modal-footer {
    border-color: rgba(255,255,255,0.2);
}

.modal-header.no-border {
    border-bottom: none;
}
/**-------------------------------------------LIST GROUP-------------------------------------------**/

.list-group-item {
    border-color: #D5DAE0;
}

.list-group.square .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group.square .list-group-item:last-child {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-item > .label, .list-group-item > .badge {
    float: right;
}

    .list-group-item > .label + .label, .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.list-group.no-border .list-group-item {
    border: none;
}

.list-group.no-side-border .list-group-item {
    border-left: none;
    border-right: none;
}

.list-group.success-block .list-group-item {
    background-color: #8CC152;
    border-color: #7EB446;
    color: #fff;
}

    .list-group.success-block .list-group-item .badge-success {
        background-color: #7EB446;
    }

    .list-group.success-block .list-group-item.active .badge {
        color: #7EB446;
        background-color: #fff;
    }

    .list-group.success-block .list-group-item:hover, .list-group.success-block .list-group-item:focus {
        background-color: #83B94D;
    }

    .list-group.success-block .list-group-item.active {
        background-color: #7EB446;
        border-color: #7EB446;
        color: #fff;
    }

.list-group.success .list-group-item.active {
    color: #fff;
    background-color: #fcb131;
    border-color: #fcb131;
}

    .list-group.success .list-group-item.active .label, .list-group.success .list-group-item.active .badge {
        color: #8CC152;
    }

.list-group.info-block .list-group-item {
    background-color: #3BAFDA;
    border-color: #299DCB;
    color: #fff;
}

    .list-group.info-block .list-group-item .badge-info {
        background-color: #299DCB;
    }

    .list-group.info-block .list-group-item.active .badge {
        background-color: #fff;
        color: #299DCB;
    }

    .list-group.info-block .list-group-item:hover, .list-group.info-block .list-group-item:focus {
        background-color: #2EA2D1;
    }

    .list-group.info-block .list-group-item.active {
        background-color: #299DCB;
        border-color: #299DCB;
        color: #fff;
    }

.list-group.info .list-group-item.active {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #3BAFDA;
}

    .list-group.info .list-group-item.active .label, .list-group.info .list-group-item.active .badge {
        color: #3BAFDA;
    }

.list-group.danger-block .list-group-item {
    background-color: #00397f;
    border-color: #DB462C;
    color: #fff;
}

    .list-group.danger-block .list-group-item .badge-danger {
        background-color: #DB462C;
    }

    .list-group.danger-block .list-group-item.active .badge {
        background-color: #fff;
        color: #DB462C;
    }

    .list-group.danger-block .list-group-item:hover, .list-group.danger-block .list-group-item:focus {
        background-color: #E54B31;
    }

    .list-group.danger-block .list-group-item.active {
        background-color: #DB462C;
        border-color: #DB462C;
        color: #fff;
    }

.list-group.danger .list-group-item.active {
    color: #fff;
    background-color: #00397f;
    border-color: #00397f;
}

    .list-group.danger .list-group-item.active .label, .list-group.danger .list-group-item.active .badge {
        color: #00397f;
    }

.list-group.warning-block .list-group-item {
    background-color: #F6BB42;
    border-color: #E8AA2E;
    color: #fff;
}

    .list-group.warning-block .list-group-item .badge-warning {
        background-color: #E8AA2E;
    }

    .list-group.warning-block .list-group-item.active .badge {
        background-color: #fff;
        color: #E8AA2E;
    }

    .list-group.warning-block .list-group-item:hover, .list-group.warning-block .list-group-item:focus {
        background-color: #F0B236;
    }

    .list-group.warning-block .list-group-item.active {
        background-color: #E8AA2E;
        border-color: #E8AA2E;
        color: #fff;
    }

.list-group.warning .list-group-item.active {
    color: #fff;
    background-color: #F6BB42;
    border-color: #F6BB42;
}

    .list-group.warning .list-group-item.active .label, .list-group.warning .list-group-item.active .badge {
        color: #F6BB42;
    }

a.list-group-item {
    color: #656D78;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #F5F7FA;
    }

    .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus, a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        background-color: #434A54;
        border-color: #434A54;
        color: #fff;
    }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7;
        }

.list-group-item-success {
    color: #fff;
    background-color: #8CC152;
}

a.list-group-item-success {
    color: #fff;
}

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #fff;
        background-color: #8CC152;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        background-color: #8CC152;
        border-color: #8CC152;
    }

.list-group-item-info {
    color: #fff;
    background-color: #3BAFDA;
}

a.list-group-item-info {
    color: #fff;
}

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #fff;
        background-color: #3BAFDA;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        background-color: #3BAFDA;
        border-color: #3BAFDA;
    }

.list-group-item-warning {
    color: #fff;
    background-color: #F6BB42;
}

a.list-group-item-warning {
    color: #fff;
}

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #fff;
        background-color: #F6BB42;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        background-color: #F6BB42;
        border-color: #F6BB42;
    }

.list-group-item-danger {
    color: #fff;
    background-color: #00397f;
}

a.list-group-item-danger {
    color: #fff;
}

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #fff;
        background-color: #00397f;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        background-color: #00397f;
        border-color: #00397f;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
/**-------------------------------------------MEDIA-------------------------------------------**/

.media-sm .media-object {
    width: 60px;
}

.media-sm .media {
    padding: 0px 0 15px 0;
}

    .media-sm .media .media {
        margin: 20px 0 10px;
    }

.media-xs .media-object {
    width: 40px;
}

.media-xs .media {
    padding: 0px 0 10px 0;
}

    .media-xs .media .media {
        margin: 10px 0 5px;
    }

.media-xs p.small {
    font-size: 13px;
}

.media-xs .media-heading {
    font-size: 16px;
}

.media-dotted .media {
    border-bottom: 1px dotted #E6E9ED;
}

    .media-dotted .media:last-child {
        border-bottom: none;
    }
/**-------------------------------------------JUMBOTRON-------------------------------------------**/

.jumbotron {
    background-color: #F5F7FA;
}

    .jumbotron.white-bg {
        background: #fff;
    }

    .jumbotron.bordered {
        border: 1px solid #E6E9ED;
    }

    .jumbotron.jumbotron-sm {
        padding: 15px;
        margin-bottom: 20px;
    }

        .jumbotron.jumbotron-sm h1, .jumbotron.jumbotron-sm .h1 {
            font-size: 35px;
        }

        .jumbotron.jumbotron-sm p {
            font-size: 18px;
            font-weight: 300;
        }

    .jumbotron p {
        font-weight: 300;
    }
/**-------------------------------------------THUMBNAIL-------------------------------------------**/

.thumbnail {
    padding: 5px;
    border-color: #E6E9ED;
}

    .thumbnail.square {
        border-radius: 0;
    }

    .thumbnail.no-border {
        border: none;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #E6E9ED;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.12);
}
/**-------------------------------------------MASONRY-------------------------------------------**/

.container-masonry ol {
    clear: both;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    margin-left: -10px;
}

    .container-masonry ol li.item-masonry {
        display: inline-block;
        list-style: none;
        width: 100%;
    }

.the-box.mansory-inner {
    margin: 10px;
}

    .the-box.mansory-inner img {
        width: 100%;
        margin: 0;
    }

    .the-box.mansory-inner.with-padding {
        padding: 10px;
    }
/**-------------------------------------------PAGINATION-------------------------------------------**/

.pager li > a, .pager li > span {
    color: #434A54;
    border-color: #CCD0DB;
}

.pager.square li > a, .pager.square li > span {
    border-radius: 0;
}

.pager li > a:hover, .pager li > a:focus {
    color: #434A54;
    background-color: #F5F7FA;
    border-color: #CCD0DB;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    color: #AAB2BD;
    border-color: #CCD0DB;
}

.pagination.square > li:first-child > a, .pagination.square > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination.square > li:last-child > a, .pagination.square > li:last-child > span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination.separated > li > a, .pagination.separated > li > span {
    margin: 0 2px;
    border-radius: 4px;
}

.pagination.separated-square > li > a, .pagination.separated-square > li > span {
    margin: 0 2px;
    border-radius: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: #434A54;
    border-color: #CCD0DB;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #434A54;
        background-color: #F5F7FA;
        border-color: #CCD0DB;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #014f74;
    border-color: #434A54;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #fff;
    border-color: #014f74;
}

.pager.primary > li > a, .pager.primary > li > span, .pagination.primary > li > a, .pagination.primary > li > span {
    color: #37BC9B;
}

.pagination.primary > .active > a, .pagination.primary > .active > span, .pagination.primary > .active > a:hover, .pagination.primary > .active > span:hover, .pagination.primary > .active > a:focus, .pagination.primary > .active > span:focus {
    background-color: #37BC9B;
    border-color: #37BC9B;
    color: #fff;
}

.pager.success > li > a, .pager.success > li > span, .pagination.success > li > a, .pagination.success > li > span {
    color: #8CC152;
}

.pagination.success > .active > a, .pagination.success > .active > span, .pagination.success > .active > a:hover, .pagination.success > .active > span:hover, .pagination.success > .active > a:focus, .pagination.success > .active > span:focus {
    background-color: #8CC152;
    border-color: #8CC152;
    color: #fff;
}

.pager.info > li > a, .pager.info > li > span, .pagination.info > li > a, .pagination.info > li > span {
    color: #3BAFDA;
}

.pagination.info > .active > a, .pagination.info > .active > span, .pagination.info > .active > a:hover, .pagination.info > .active > span:hover, .pagination.info > .active > a:focus, .pagination.info > .active > span:focus {
    background-color: #3BAFDA;
    border-color: #3BAFDA;
    color: #fff;
}

.pager.danger > li > a, .pager.danger > li > span, .pagination.danger > li > a, .pagination.danger > li > span {
    color: #00397f;
}

.pagination.danger > .active > a, .pagination.danger > .active > span, .pagination.danger > .active > a:hover, .pagination.danger > .active > span:hover, .pagination.danger > .active > a:focus, .pagination.danger > .active > span:focus {
    background-color: #00397f;
    border-color: #00397f;
    color: #fff;
}

.pager.warning > li > a, .pager.warning > li > span, .pagination.warning > li > a, .pagination.warning > li > span {
    color: #F6BB42;
}

.pagination.warning > .active > a, .pagination.warning > .active > span, .pagination.warning > .active > a:hover, .pagination.warning > .active > span:hover, .pagination.warning > .active > a:focus, .pagination.warning > .active > span:focus {
    background-color: #F6BB42;
    border-color: #F6BB42;
    color: #fff;
}

.pager.block-color > li > a, .pager.block-color > li > span, .pagination.block-color > li > a, .pagination.block-color > li > span {
    color: #fff;
    background-color: #434A54;
    border-color: #656D78;
}

    .pager.block-color > li > a:hover, .pager.block-color > li > span:hover, .pager.block-color > li > a:focus, .pager.block-color > li > span:focus, .pagination.block-color > li > a:hover, .pagination.block-color > li > span:hover, .pagination.block-color > li > a:focus, .pagination.block-color > li > span:focus {
        color: #fff;
        background-color: #3E434D;
        border-color: #656D78;
    }

.pagination.block-color > .active > a, .pagination.block-color > .active > span, .pagination.block-color > .active > a:hover, .pagination.block-color > .active > span:hover, .pagination.block-color > .active > a:focus, .pagination.block-color > .active > span:focus {
    background-color: #2E363E;
    border-color: #656D78;
    color: #fff;
}

.pager.block-color > .disabled > span, .pager.block-color > .disabled > span:hover, .pager.block-color > .disabled > span:focus, .pager.block-color > .disabled > a, .pager.block-color > .disabled > a:hover, .pager.block-color > .disabled > a:focus, .pagination.block-color > .disabled > span, .pagination.block-color > .disabled > span:hover, .pagination.block-color > .disabled > span:focus, .pagination.block-color > .disabled > a, .pagination.block-color > .disabled > a:hover, .pagination.block-color > .disabled > a:focus {
    color: #AAB2BD;
    border-color: #656D78;
}

.pager.primary.block-color > li > a, .pager.primary.block-color > li > span, .pagination.primary.block-color > li > a, .pagination.primary.block-color > li > span {
    color: #fff;
    background-color: #37BC9B;
    border-color: #48CFAD;
}

    .pager.primary.block-color > li > a:hover, .pager.primary.block-color > li > span:hover, .pager.primary.block-color > li > a:focus, .pager.primary.block-color > li > span:focus, .pagination.primary.block-color > li > a:hover, .pagination.primary.block-color > li > span:hover, .pagination.primary.block-color > li > a:focus, .pagination.primary.block-color > li > span:focus {
        background-color: #31B495;
    }

.pagination.primary.block-color > .active > a, .pagination.primary.block-color > .active > span, .pagination.primary.block-color > .active > a:hover, .pagination.primary.block-color > .active > span:hover, .pagination.primary.block-color > .active > a:focus, .pagination.primary.block-color > .active > span:focus {
    background-color: #29A789;
    border-color: #48CFAD;
    color: #fff;
}

.pager.primary.block-color > .disabled > span, .pager.primary.block-color > .disabled > span:hover, .pager.primary.block-color > .disabled > span:focus, .pager.primary.block-color > .disabled > a, .pager.primary.block-color > .disabled > a:hover, .pager.primary.block-color > .disabled > a:focus, .pagination.primary.block-color > .disabled > span, .pagination.primary.block-color > .disabled > span:hover, .pagination.primary.block-color > .disabled > span:focus, .pagination.primary.block-color > .disabled > a, .pagination.primary.block-color > .disabled > a:hover, .pagination.primary.block-color > .disabled > a:focus {
    color: #fff;
    color: rgba(255,255,255,0.5);
    border-color: #48CFAD;
    background-color: #37BC9B;
}

.pager.success.block-color > li > a, .pager.success.block-color > li > span, .pagination.success.block-color > li > a, .pagination.success.block-color > li > span {
    color: #fff;
    background-color: #8CC152;
    border-color: #A0D468;
}

    .pager.success.block-color > li > a:hover, .pager.success.block-color > li > span:hover, .pager.success.block-color > li > a:focus, .pager.success.block-color > li > span:focus, .pagination.success.block-color > li > a:hover, .pagination.success.block-color > li > span:hover, .pagination.success.block-color > li > a:focus, .pagination.success.block-color > li > span:focus {
        background-color: #83B94B;
    }

.pagination.success.block-color > .active > a, .pagination.success.block-color > .active > span, .pagination.success.block-color > .active > a:hover, .pagination.success.block-color > .active > span:hover, .pagination.success.block-color > .active > a:focus, .pagination.success.block-color > .active > span:focus {
    background-color: #74A73E;
    border-color: #A0D468;
    color: #fff;
}

.pager.success.block-color > .disabled > span, .pager.success.block-color > .disabled > span:hover, .pager.success.block-color > .disabled > span:focus, .pager.success.block-color > .disabled > a, .pager.success.block-color > .disabled > a:hover, .pager.success.block-color > .disabled > a:focus, .pagination.success.block-color > .disabled > span, .pagination.success.block-color > .disabled > span:hover, .pagination.success.block-color > .disabled > span:focus, .pagination.success.block-color > .disabled > a, .pagination.success.block-color > .disabled > a:hover, .pagination.success.block-color > .disabled > a:focus {
    color: #fff;
    color: rgba(255,255,255,0.5);
    border-color: #A0D468;
    background-color: #8CC152;
}

.pager.info.block-color > li > a, .pager.info.block-color > li > span, .pagination.info.block-color > li > a, .pagination.info.block-color > li > span {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #4FC1E9;
}

    .pager.info.block-color > li > a:hover, .pager.info.block-color > li > span:hover, .pager.info.block-color > li > a:focus, .pager.info.block-color > li > span:focus, .pagination.info.block-color > li > a:hover, .pagination.info.block-color > li > span:hover, .pagination.info.block-color > li > a:focus, .pagination.info.block-color > li > span:focus {
        background-color: #31A5D1;
    }

.pagination.info.block-color > .active > a, .pagination.info.block-color > .active > span, .pagination.info.block-color > .active > a:hover, .pagination.info.block-color > .active > span:hover, .pagination.info.block-color > .active > a:focus, .pagination.info.block-color > .active > span:focus {
    background-color: #2993BC;
    border-color: #4FC1E9;
    color: #fff;
}

.pager.info.block-color > .disabled > span, .pager.info.block-color > .disabled > span:hover, .pager.info.block-color > .disabled > span:focus, .pager.info.block-color > .disabled > a, .pager.info.block-color > .disabled > a:hover, .pager.info.block-color > .disabled > a:focus, .pagination.info.block-color > .disabled > span, .pagination.info.block-color > .disabled > span:hover, .pagination.info.block-color > .disabled > span:focus, .pagination.info.block-color > .disabled > a, .pagination.info.block-color > .disabled > a:hover, .pagination.info.block-color > .disabled > a:focus {
    color: #fff;
    color: rgba(255,255,255,0.5);
    border-color: #4FC1E9;
    background-color: #3BAFDA;
}

.pager.danger.block-color > li > a, .pager.danger.block-color > li > span, .pagination.danger.block-color > li > a, .pagination.danger.block-color > li > span {
    color: #fff;
    background-color: #00397f;
    border-color: #FC6E51;
}

    .pager.danger.block-color > li > a:hover, .pager.danger.block-color > li > span:hover, .pager.danger.block-color > li > a:focus, .pager.danger.block-color > li > span:focus, .pagination.danger.block-color > li > a:hover, .pagination.danger.block-color > li > span:hover, .pagination.danger.block-color > li > a:focus, .pagination.danger.block-color > li > span:focus {
        background-color: #DB5036;
    }

.pagination.danger.block-color > .active > a, .pagination.danger.block-color > .active > span, .pagination.danger.block-color > .active > a:hover, .pagination.danger.block-color > .active > span:hover, .pagination.danger.block-color > .active > a:focus, .pagination.danger.block-color > .active > span:focus {
    background-color: #CB462C;
    border-color: #FC6E51;
    color: #fff;
}

.pager.danger.block-color > .disabled > span, .pager.danger.block-color > .disabled > span:hover, .pager.danger.block-color > .disabled > span:focus, .pager.danger.block-color > .disabled > a, .pager.danger.block-color > .disabled > a:hover, .pager.danger.block-color > .disabled > a:focus, .pagination.danger.block-color > .disabled > span, .pagination.danger.block-color > .disabled > span:hover, .pagination.danger.block-color > .disabled > span:focus, .pagination.danger.block-color > .disabled > a, .pagination.danger.block-color > .disabled > a:hover, .pagination.danger.block-color > .disabled > a:focus {
    color: #fff;
    color: rgba(255,255,255,0.5);
    border-color: #FC6E51;
    background-color: #00397f;
}

.pager.warning.block-color > li > a, .pager.warning.block-color > li > span, .pagination.warning.block-color > li > a, .pagination.warning.block-color > li > span {
    color: #fff;
    background-color: #F6BB42;
    border-color: #FFCE54;
}

    .pager.warning.block-color > li > a:hover, .pager.warning.block-color > li > span:hover, .pager.warning.block-color > li > a:focus, .pager.warning.block-color > li > span:focus, .pagination.warning.block-color > li > a:hover, .pagination.warning.block-color > li > span:hover, .pagination.warning.block-color > li > a:focus, .pagination.warning.block-color > li > span:focus {
        background-color: #EDB239;
    }

.pagination.warning.block-color > .active > a, .pagination.warning.block-color > .active > span, .pagination.warning.block-color > .active > a:hover, .pagination.warning.block-color > .active > span:hover, .pagination.warning.block-color > .active > a:focus, .pagination.warning.block-color > .active > span:focus {
    background-color: #DEA531;
    border-color: #FFCE54;
    color: #fff;
}

.pager.warning.block-color > .disabled > span, .pager.warning.block-color > .disabled > span:hover, .pager.warning.block-color > .disabled > span:focus, .pager.warning.block-color > .disabled > a, .pager.warning.block-color > .disabled > a:hover, .pager.warning.block-color > .disabled > a:focus, .pagination.warning.block-color > .disabled > span, .pagination.warning.block-color > .disabled > span:hover, .pagination.warning.block-color > .disabled > span:focus, .pagination.warning.block-color > .disabled > a, .pagination.warning.block-color > .disabled > a:hover, .pagination.warning.block-color > .disabled > a:focus {
    color: #fff;
    color: rgba(255,255,255,0.5);
    border-color: #FFCE54;
    background-color: #F6BB42;
}
/**-------------------------------------------TABLE-------------------------------------------**/

.table-th-block {
}

    .table-th-block thead tr {
        background: #00397f;
        color: white;
    }

    .table-th-block > thead > tr > th {
        border-bottom: none;
    }

    .table-th-block > thead > tr > th, .table-th-block > tbody > tr > th, .table-th-block > tfoot > tr > th, .table-th-block > thead > tr > td, .table-th-block > tbody > tr > td, .table-th-block > tfoot > tr > td {
        vertical-align: middle;
        border-top-color: #E6E9ED;
    }

.top-align > thead > tr > th, .top-align > tbody > tr > th, .top-align > tfoot > tr > th, .top-align > thead > tr > td, .top-align > tbody > tr > td, .top-align > tfoot > tr > td {
    vertical-align: top;
}

.table .avatar {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.table-th-block.table-striped > tbody > tr:nth-child(odd) > td, .table-th-block.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e4e4e4;
    border: 1px solid #d3d3d3;
}

.table-th-block > thead > tr > td.active, .table-th-block > tbody > tr > td.active, .table-th-block > tfoot > tr > td.active, .table-th-block > thead > tr > th.active, .table-th-block > tbody > tr > th.active, .table-th-block > tfoot > tr > th.active, .table-th-block > thead > tr.active > td, .table-th-block > tbody > tr.active > td, .table-th-block > tfoot > tr.active > td, .table-th-block > thead > tr.active > th, .table-th-block > tbody > tr.active > th, .table-th-block > tfoot > tr.active > th {
    background-color: #e4e4e4;
}

.table-th-block.table-hover > tbody > tr:hover > td, .table-th-block.table-hover > tbody > tr:hover > th {
    background-color: #c7c7c7;
}

.table-th-block > thead > tr > td.primary, .table-th-block > tbody > tr > td.primary, .table-th-block > tfoot > tr > td.primary, .table-th-block > thead > tr > th.primary, .table-th-block > tbody > tr > th.primary, .table-th-block > tfoot > tr > th.primary, .table-th-block > thead > tr.primary > td, .table-th-block > tbody > tr.primary > td, .table-th-block > tfoot > tr.primary > td, .table-th-block > thead > tr.primary > th, .table-th-block > tbody > tr.primary > th, .table-th-block > tfoot > tr.primary > th {
    background-color: #48CFAD;
    color: #fff;
}

.table-th-block.table-hover > tbody > tr > td.primary:hover, .table-th-block.table-hover > tbody > tr > th.primary:hover, .table-th-block.table-hover > tbody > tr.primary:hover > td, .table-th-block.table-hover > tbody > tr.primary:hover > th {
    background-color: #37BC9B;
}

.table-th-block > thead > tr > td.success, .table-th-block > tbody > tr > td.success, .table-th-block > tfoot > tr > td.success, .table-th-block > thead > tr > th.success, .table-th-block > tbody > tr > th.success, .table-th-block > tfoot > tr > th.success, .table-th-block > thead > tr.success > td, .table-th-block > tbody > tr.success > td, .table-th-block > tfoot > tr.success > td, .table-th-block > thead > tr.success > th, .table-th-block > tbody > tr.success > th, .table-th-block > tfoot > tr.success > th {
    background-color: #A0D468;
    color: #fff;
}

.table-th-block.table-hover > tbody > tr > td.success:hover, .table-th-block.table-hover > tbody > tr > th.success:hover, .table-th-block.table-hover > tbody > tr.success:hover > td, .table-th-block.table-hover > tbody > tr.success:hover > th {
    background-color: #8CC152;
}

.table-th-block > thead > tr > td.info, .table-th-block > tbody > tr > td.info, .table-th-block > tfoot > tr > td.info, .table-th-block > thead > tr > th.info, .table-th-block > tbody > tr > th.info, .table-th-block > tfoot > tr > th.info, .table-th-block > thead > tr.info > td, .table-th-block > tbody > tr.info > td, .table-th-block > tfoot > tr.info > td, .table-th-block > thead > tr.info > th, .table-th-block > tbody > tr.info > th, .table-th-block > tfoot > tr.info > th {
    background-color: #4FC1E9;
    color: #fff;
}

.table-th-block.table-hover > tbody > tr > td.info:hover, .table-th-block.table-hover > tbody > tr > th.info:hover, .table-th-block.table-hover > tbody > tr.info:hover > td, .table-th-block.table-hover > tbody > tr.info:hover > th {
    background-color: #3BAFDA;
}

.table-th-block > thead > tr > td.warning, .table-th-block > tbody > tr > td.warning, .table-th-block > tfoot > tr > td.warning, .table-th-block > thead > tr > th.warning, .table-th-block > tbody > tr > th.warning, .table-th-block > tfoot > tr > th.warning, .table-th-block > thead > tr.warning > td, .table-th-block > tbody > tr.warning > td, .table-th-block > tfoot > tr.warning > td, .table-th-block > thead > tr.warning > th, .table-th-block > tbody > tr.warning > th, .table-th-block > tfoot > tr.warning > th {
    background-color: #FFCE54;
    color: #fff;
}

.table-th-block.table-hover > tbody > tr > td.warning:hover, .table-th-block.table-hover > tbody > tr > th.warning:hover, .table-th-block.table-hover > tbody > tr.warning:hover > td, .table-th-block.table-hover > tbody > tr.warning:hover > th {
    background-color: #F6BB42;
}

.table-th-block > thead > tr > td.danger, .table-th-block > tbody > tr > td.danger, .table-th-block > tfoot > tr > td.danger, .table-th-block > thead > tr > th.danger, .table-th-block > tbody > tr > th.danger, .table-th-block > tfoot > tr > th.danger, .table-th-block > thead > tr.danger > td, .table-th-block > tbody > tr.danger > td, .table-th-block > tfoot > tr.danger > td, .table-th-block > thead > tr.danger > th, .table-th-block > tbody > tr.danger > th, .table-th-block > tfoot > tr.danger > th {
    background-color: #FC6E51;
    color: #fff;
}

.table-th-block.table-hover > tbody > tr > td.danger:hover, .table-th-block.table-hover > tbody > tr > th.danger:hover, .table-th-block.table-hover > tbody > tr.danger:hover > td, .table-th-block.table-hover > tbody > tr.danger:hover > th {
    background-color: #00397f;
}

.table-th-block.table-striped > thead > tr > th, .table-th-block.table-striped > tbody > tr > th, .table-th-block.table-striped > tfoot > tr > th, .table-th-block.table-striped > thead > tr > td, .table-th-block.table-striped > tbody > tr > td, .table-th-block.table-striped > tfoot > tr > td {
    border-top: none;
    border: 1px solid #d3d3d3;
}

.table-th-block.table-primary thead tr {
    background: #37BC9B;
    color: #fff;
}

.table-th-block.table-success thead tr {
    background: #8CC152;
    color: #fff;
}

.table-th-block.table-info thead tr {
    background: #3BAFDA;
    color: #fff;
}

.table-th-block.table-danger thead tr {
    background: #00397f;
    color: #fff;
}

.table-th-block.table-warning thead tr {
    background: #F6BB42;
    color: #fff;
}

.table-th-block.table-dark thead tr {
    background: #434A54;
    color: #fff;
}

.table-th-block.table-primary > tbody > tr:first-child > td, .table-th-block.table-success > tbody > tr:first-child > td, .table-th-block.table-info > tbody > tr:first-child > td, .table-th-block.table-danger > tbody > tr:first-child > td, .table-th-block.table-warning > tbody > tr:first-child > td, .table-th-block.table-dark > tbody > tr:first-child > td {
    border-top: none;
}
/**-------------------------------------------FORM-------------------------------------------**/

.form-control {
    border: 1px solid #ddd;
    /*border-radius: 0;*/
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    -webkit-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    -moz-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

    .form-control:focus {
        border-color: #ccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0), 0 0 8px rgba(102, 175, 233, 0);
    }

    .form-control.bold-border {
        border-width: 2px;
    }

    .form-control.no-border {
        border: none;
    }

    .form-control.rounded {
        border-radius: 4px;
    }

textarea.no-resize {
    resize: none;
}

.input-group-addon.rounded {
    border-radius: 0px;
}

.input-group-addon.input-sm {
    border-radius: 0px;
}

.input-group-addon.input-lg {
    border-radius: 0px;
}

.help-block {
    font-size: 12px;
}

.bg-color-showcase {
    padding: 10px 20px;
}

.input-group-addon {
    border-radius: 0px;
    border: 1px solid #ddd;
}

.has-feedback.no-label .form-control-feedback {
    top: 0px;
}

.has-feedback.no-label.lg .form-control-feedback {
    top: 7px;
}

.has-feedback.left-feedback .form-control {
    padding-left: 35.5px;
    padding-right: 0px;
}

.has-feedback.left-feedback .form-control-feedback {
    left: 0;
    right: auto;
}

.has-feedback.left-feedback.lg .form-control-feedback {
    left: 3px;
}

.form-control-feedback {
    color: #AAB2BD;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #8CC152;
}

.has-success .form-control {
    border-color: #8CC152;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .has-success .form-control:focus {
        border-color: #8CC152;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #67b168;
    }

.has-success .input-group-addon {
    color: #8CC152;
    background-color: #dff0d8;
    border-color: #8CC152;
}

.has-success .form-control-feedback {
    color: #8CC152;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #F6BB42;
}

.has-warning .form-control {
    border-color: #F6BB42;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .has-warning .form-control:focus {
        border-color: #F6BB42;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #F6BB42;
    background-color: #fcf8e3;
    border-color: #F6BB42;
}

.has-warning .form-control-feedback {
    color: #F6BB42;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .field-validation-error {
    color: #00397f;
}

.login-wrapper span.field-validation-error {
    /*color: #fff;*/
    margin-left: 20px;
}

.has-error .form-control, .input-validation-error {
    border-color: #00397f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    border: 1px solid #00397f !important;
}

    .has-error .form-control:focus, .input-validation-error:focus {
        border-color: #00397f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 0px #ce8483;
    }

.has-error .input-group-addon {
    color: #00397f;
    background-color: #f2dede;
    border-color: #00397f;
}

.has-error .form-control-feedback {
    color: #00397f;
}

.input-group-addon.primary {
    border-color: #37BC9B;
    background-color: #37BC9B;
    color: #fff;
}

.input-group-addon.danger {
    border-color: #00397f;
    background-color: #00397f;
    color: #fff;
}

.input-group-addon.success {
    border-color: #8CC152;
    background-color: #8CC152;
    color: #fff;
}

.input-group-addon.info {
    border-color: #3BAFDA;
    background-color: #3BAFDA;
    color: #fff;
}

.input-group-addon.warning {
    border-color: #F6BB42;
    background-color: #F6BB42;
    color: #fff;
}
/**-------------------------------------------DROPDOWN-------------------------------------------**/

.dropdown-visible {
    display: block;
    position: relative;
}

.dropdown-menu > li > a {
    padding: 5px 15px;
}

.dropdown-menu.square {
    padding: 0;
    border-radius: 0px;
}

.dropdown-menu.no-border {
    border: none;
    -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .175);
    box-shadow: 0 0px 12px 0 rgba(0, 0, 0, .175);
}

.dropdown-menu.margin-list > li > a {
    margin: 5px;
}

.dropdown-menu.margin-list-rounded > li > a {
    margin: 5px;
    border-radius: 3px;
}

.dropdown-menu.with-triangle {
    top: 90%;
}

    .dropdown-menu.with-triangle:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .dropdown-menu.with-triangle:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

.navbar-right .dropdown-menu.with-triangle:before, .pull-right .dropdown-menu.with-triangle:before, .dropdown-menu.pull-right.with-triangle:before {
    right: 12px;
    left: auto;
}

.navbar-right .dropdown-menu.with-triangle:after, .pull-right .dropdown-menu.with-triangle:after, .dropdown-menu.pull-right.with-triangle:after {
    right: 13px;
    left: auto;
}

@media (max-width: 767px) {
    .dropdown-menu.with-triangle:before, .dropdown-menu.with-triangle:after {
        display: none;
    }
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #37BC9B;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus, .dropdown-menu.primary > .disabled > a, .dropdown-menu.primary > .disabled > a:hover, .dropdown-menu.primary > .disabled > a:focus, .dropdown-menu.success > .disabled > a, .dropdown-menu.success > .disabled > a:hover, .dropdown-menu.success > .disabled > a:focus, .dropdown-menu.info > .disabled > a, .dropdown-menu.info > .disabled > a:hover, .dropdown-menu.info > .disabled > a:focus, .dropdown-menu.danger > .disabled > a, .dropdown-menu.danger > .disabled > a:hover, .dropdown-menu.danger > .disabled > a:focus, .dropdown-menu.warning > .disabled > a, .dropdown-menu.warning > .disabled > a:hover, .dropdown-menu.warning > .disabled > a:focus {
    background-color: transparent;
    color: #D5DAE0;
}

.dropdown-menu.primary > li > a:hover, .dropdown-menu.primary > li > a:focus {
    color: #fff;
    background-color: #00397f;
}

.dropdown-menu.primary > .active > a, .dropdown-menu.primary > .active > a:hover, .dropdown-menu.primary > .active > a:focus {
    background-color: #37BC9B;
}

.dropdown-menu.success > li > a:hover, .dropdown-menu.success > li > a:focus {
    color: #fff;
    background-color: #A0D468;
}

.dropdown-menu.success > .active > a, .dropdown-menu.success > .active > a:hover, .dropdown-menu.success > .active > a:focus {
    background-color: #8CC152;
}

.dropdown-menu.info > li > a:hover, .dropdown-menu.info > li > a:focus {
    color: #fff;
    background-color: #4FC1E9;
}

.dropdown-menu.info > .active > a, .dropdown-menu.info > .active > a:hover, .dropdown-menu.info > .active > a:focus {
    background-color: #3BAFDA;
}

.dropdown-menu.danger > li > a:hover, .dropdown-menu.danger > li > a:focus {
    color: #fff;
    background-color: #FC6E51;
}

.dropdown-menu.danger > .active > a, .dropdown-menu.danger > .active > a:hover, .dropdown-menu.danger > .active > a:focus {
    background-color: #00397f;
}

.dropdown-menu.warning > li > a:hover, .dropdown-menu.warning > li > a:focus {
    color: #fff;
    background-color: #FFCE54;
}

.dropdown-menu.warning > .active > a, .dropdown-menu.warning > .active > a:hover, .dropdown-menu.warning > .active > a:focus {
    background-color: #F6BB42;
}
/**-------------------------------------------BUTTON-------------------------------------------**/

.btn {
    border-radius: 2px;
    background-color: #016E6D;
    color: white;
}

    .btn.no-border {
        border: none;
    }

.btn-toolbar.top-table {
    margin-bottom: 30px;
}

.btn.btn-square {
    border-radius: 0px;
}

.btn.btn-rounded-lg {
    border-radius: 10px;
}

.btn-group.btn-square > .btn, .btn-lg.btn-square, .btn-group-lg.btn-square > .btn, .btn-sm.btn-square, .btn-group-sm.btn-square > .btn, btn-xs.btn-square, .btn-group-xs.btn-square > .btn {
    border-radius: 0px;
}

.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 40px rgba(0, 0, 0, .1);
    box-shadow: inset 0 3px 40px rgba(0, 0, 0, .1);
}

.btn-perspective {
    -webkit-box-shadow: 0px 3px 0px #DBDBDB;
    -moz-box-shadow: 0px 3px 0px #DBDBDB;
    box-shadow: 0px 3px 0px #DBDBDB;
    top: 0;
    position: relative;
}

    .btn-perspective:active {
        top: 2px;
        -webkit-box-shadow: 0px 1px 0px #DBDBDB;
        -moz-box-shadow: 0px 1px 0px #DBDBDB;
        box-shadow: 0px 1px 0px #DBDBDB;
    }

.btn-default {
    color: #333;
    background-color: #F5F7FA;
    border-color: #E6E9ED;
}

    .btn-default.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #CCD1D9;
        -moz-box-shadow: 0px 3px 0px #CCD1D9;
        box-shadow: 0px 3px 0px #CCD1D9;
    }

        .btn-default.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #CCD1D9;
            -moz-box-shadow: 0px 1px 0px #CCD1D9;
            box-shadow: 0px 1px 0px #CCD1D9;
        }

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #E6E9ED;
        border-color: #E6E9ED;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #E6E9ED;
    }

.btn-primary {
    background-color: #37BC9B;
    border-color: #37BC9B;
}

    .btn-primary.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #279D81;
        -moz-box-shadow: 0px 3px 0px #279D81;
        box-shadow: 0px 3px 0px #279D81;
    }

        .btn-primary.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #279D81;
            -moz-box-shadow: 0px 1px 0px #279D81;
            box-shadow: 0px 1px 0px #279D81;
        }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #29AF8E;
        border-color: #29AF8E;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #5ADBBC;
        border-color: #5ADBBC;
    }

    .btn-primary .badge {
        color: #5ADBBC;
    }

.btn-success {
    background-color: #8CC152;
    border-color: #8CC152;
}

    .btn-success.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #629031;
        -moz-box-shadow: 0px 3px 0px #629031;
        box-shadow: 0px 3px 0px #629031;
    }

        .btn-success.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #629031;
            -moz-box-shadow: 0px 1px 0px #629031;
            box-shadow: 0px 1px 0px #629031;
        }

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #74AD3B;
        border-color: #74AD3B;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #B4E87E;
        border-color: #B4E87E;
    }

    .btn-success .badge {
        color: #B4E87E;
    }

.btn-info {
    /*background-color: #fcb131;
    border-color: #fcb131;*/
    background-color: #fcb131;
    border-color: #fcb131;
    box-shadow: 0 3px 0 #fcb131;
    /*-webkit-box-shadow: 0 3px 0 #00397f;*/
    /*-moz-box-shadow: 0 3px 0 #00397f;*/
    box-shadow: 0 3px 0 #fcb131;
    -webkit-box-shadow: 0 3px 0 #fcb131;
}

    .btn-info.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #00397f;
        -moz-box-shadow: 0px 3px 0px #00397f;
        box-shadow: 0px 3px 0px #00397f;
    }

        .btn-info.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #218BB2;
            -moz-box-shadow: 0px 1px 0px #218BB2;
            box-shadow: 0px 1px 0px #218BB2;
        }

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-color: #016E6D;
        border-color: #016E6D;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5DCBF7;
        border-color: #5DCBF7;
    }

    .btn-info .badge {
        color: #5DCBF7;
    }

.btn-warning {
    background-color: #00397f;
    border-color: #00397f;
}

    .btn-warning.btn-perspective {
        -webkit-box-shadow: 0px 4px 0px #76B7DA;
        -moz-box-shadow: 0px 4px 0px #76B7DA;
        box-shadow: 0px 4px 0px #76B7DA;
    }

        .btn-warning.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #183b4c;
            -moz-box-shadow: 0px 1px 0px #183b4c;
            box-shadow: 0px 1px 0px #183b4c;
        }

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-color: #76B7DA;
        border-color: #76B7DA;
    }

    .btn-warning.btn-perspective:hover, .btn-warning.btn-perspective:focus, .btn-warning.btn-perspective:active {
        -webkit-box-shadow: 0px 4px 0px #014F74;
        -moz-box-shadow: 0px 4px 0px #014F74;
        box-shadow: 0px 4px 0px #014F74;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #74bcdf;
        border-color: #74bcdf;
    }

    .btn-warning .badge {
        color: #74bcdf;
    }

.btn-danger {
    background-color: #00397f;
    border-color: #00397f;
}

    .btn-danger.btn-perspective {
        -webkit-box-shadow: 0px 3px 0px #C14029;
        -moz-box-shadow: 0px 3px 0px #C14029;
        box-shadow: 0px 3px 0px #C14029;
    }

        .btn-danger.btn-perspective:active {
            -webkit-box-shadow: 0px 1px 0px #C14029;
            -moz-box-shadow: 0px 1px 0px #C14029;
            box-shadow: 0px 1px 0px #C14029;
        }

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-color: #fcb131;
        border-color: #fcb131;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #FC7C64;
        border-color: #FC7C64;
    }

    .btn-danger .badge {
        color: #FC7C64;
    }

.btn-link {
    color: #37BC9B;
}

    .btn-link:hover, .btn-link:focus {
        color: #29AF8E;
    }
/** Button Facebook **/

.btn-facebook {
    background-color: #4B66A0;
    border-color: #4B66A0;
    color: #fff;
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
        background-color: #3B5A98;
        border-color: #3B5A98;
        color: #fff;
    }

    .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
        background-color: #6C89C1;
        border-color: #6C89C1;
        color: #fff;
    }

    .btn-facebook .badge {
        color: #3B5A98;
    }
/** Button Twitter **/

.btn-twitter {
    background-color: #55ACEE;
    border-color: #55ACEE;
    color: #fff;
}

    .btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        background-color: #3490D3;
        border-color: #3490D3;
        color: #fff;
    }

    .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
        background-image: none;
    }

    .btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
        background-color: #7CC1F5;
        border-color: #7CC1F5;
        color: #fff;
    }

    .btn-twitter .badge {
        color: #3490D3;
    }
/** Button Googleplus **/

.btn-google-plus {
    background-color: #D24333;
    border-color: #D24333;
    color: #fff;
}

    .btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        background-color: #BC2C1F;
        border-color: #BC2C1F;
        color: #fff;
    }

    .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
        background-image: none;
    }

    .btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
        background-color: #F0675A;
        border-color: #F0675A;
        color: #fff;
    }

    .btn-google-plus .badge {
        color: #BC2C1F;
    }
/** Button Dribbble **/

.btn-dribbble {
    background-color: #E04C86;
    border-color: #E04C86;
    color: #fff;
}

    .btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active, .open .dropdown-toggle.btn-dribbble {
        background-color: #D33471;
        border-color: #D33471;
        color: #fff;
    }

    .btn-dribbble:active, .btn-dribbble.active, .open .dropdown-toggle.btn-dribbble {
        background-image: none;
    }

    .btn-dribbble.disabled, .btn-dribbble[disabled], fieldset[disabled] .btn-dribbble, .btn-dribbble.disabled:hover, .btn-dribbble[disabled]:hover, fieldset[disabled] .btn-dribbble:hover, .btn-dribbble.disabled:focus, .btn-dribbble[disabled]:focus, fieldset[disabled] .btn-dribbble:focus, .btn-dribbble.disabled:active, .btn-dribbble[disabled]:active, fieldset[disabled] .btn-dribbble:active, .btn-dribbble.disabled.active, .btn-dribbble[disabled].active, fieldset[disabled] .btn-dribbble.active {
        background-color: #F571A5;
        border-color: #F571A5;
        color: #fff;
    }

    .btn-dribbble .badge {
        color: #D33471;
    }
/** Button Flickr **/

.btn-flickr {
    background-color: #0162DB;
    border-color: #0162DB;
    color: #fff;
}

    .btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
        background-color: #0555BF;
        border-color: #0555BF;
        color: #fff;
    }

    .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
        background-image: none;
    }

    .btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
        background-color: #2983F7;
        border-color: #2983F7;
        color: #fff;
    }

    .btn-flickr .badge {
        color: #0555BF;
    }
/** Button Pinterest **/

.btn-pinterest {
    background-color: #CC2127;
    border-color: #CC2127;
    color: #fff;
}

    .btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
        background-color: #B70F12;
        border-color: #B70F12;
        color: #fff;
    }

    .btn-pinterest:active, .btn-pinterest.active, .open .dropdown-toggle.btn-pinterest {
        background-image: none;
    }

    .btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
        background-color: #E53B3E;
        border-color: #E53B3E;
        color: #fff;
    }

    .btn-pinterest .badge {
        color: #B70F12;
    }
/** Button Youtube **/

.btn-youtube {
    background-color: #D92623;
    border-color: #D92623;
    color: #fff;
}

    .btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
        background-color: #C91212;
        border-color: #C91212;
        color: #fff;
    }

    .btn-youtube:active, .btn-youtube.active, .open .dropdown-toggle.btn-youtube {
        background-image: none;
    }

    .btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube, .btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube.active {
        background-color: #F04343;
        border-color: #F04343;
        color: #fff;
    }

    .btn-youtube .badge {
        color: #C91212;
    }
/** Button Dropbox **/

.btn-dropbox {
    background-color: #1473C3;
    border-color: #1473C3;
    color: #fff;
}

    .btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
        background-color: #0864B2;
        border-color: #0864B2;
        color: #fff;
    }

    .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
        background-image: none;
    }

    .btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
        background-color: #2E90E3;
        border-color: #2E90E3;
        color: #fff;
    }

    .btn-dropbox .badge {
        color: #0864B2;
    }
/** Button Foursquare **/

.btn-foursquare {
    background-color: #0086BE;
    border-color: #0086BE;
    color: #fff;
}

    .btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
        background-color: #0571A0;
        border-color: #0571A0;
        color: #fff;
    }

    .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
        background-image: none;
    }

    .btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
        background-color: #2CA0CE;
        border-color: #2CA0CE;
        color: #fff;
    }

    .btn-foursquare .badge {
        color: #0571A0;
    }
/** Button Github **/

.btn-github {
    background-color: #3B3B3B;
    border-color: #3B3B3B;
    color: #fff;
}

    .btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
        background-color: #212121;
        border-color: #212121;
        color: #fff;
    }

    .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
        background-image: none;
    }

    .btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
        background-color: #5F5F5F;
        border-color: #5F5F5F;
        color: #fff;
    }

    .btn-github .badge {
        color: #212121;
    }
/** Button Linkedin **/

.btn-linkedin {
    background-color: #0085AE;
    border-color: #0085AE;
    color: #fff;
}

    .btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        background-color: #036C8E;
        border-color: #036C8E;
        color: #fff;
    }

    .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
        background-image: none;
    }

    .btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
        background-color: #24A7D3;
        border-color: #24A7D3;
        color: #fff;
    }

    .btn-linkedin .badge {
        color: #036C8E;
    }
/** Button Tumblr **/

.btn-tumblr {
    background-color: #3E5A70;
    border-color: #3E5A70;
    color: #fff;
}

    .btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
        background-color: #2E485D;
        border-color: #2E485D;
        color: #fff;
    }

    .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
        background-image: none;
    }

    .btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
        background-color: #586F81;
        border-color: #586F81;
        color: #fff;
    }

    .btn-tumblr .badge {
        color: #2E485D;
    }
/** Button Vimeo **/

.btn-vimeo {
    background-color: #1BB6EC;
    border-color: #1BB6EC;
    color: #fff;
}

    .btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active, .open .dropdown-toggle.btn-vimeo {
        background-color: #0D9DD1;
        border-color: #0D9DD1;
        color: #fff;
    }

    .btn-vimeo:active, .btn-vimeo.active, .open .dropdown-toggle.btn-vimeo {
        background-image: none;
    }

    .btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
        background-color: #4BCBFA;
        border-color: #4BCBFA;
        color: #fff;
    }

    .btn-vimeo .badge {
        color: #0D9DD1;
    }
/**-------------------------------------------ALERT-------------------------------------------**/

.alert.square {
    border-radius: 0px;
}

.alert.alert-bold-border {
    border-radius: 0px;
    background: #fff;
    border: none;
    color: #434A54;
    border-left: 5px solid #fcb131;
    border-top: 1px solid #D5DAE0;
    border-right: 1px solid #D5DAE0;
    border-bottom: 1px solid #D5DAE0;
}

.alert-success {
    color: #629031;
    background-color: #CEF0AB;
    border-color: #B7E086;
}

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #218BB2;
    background-color: #96DDFA;
    border-color: #71C6E5;
}

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #C6901F;
    background-color: #FDDD9E;
    border-color: #EDC471;
}

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #C14029;
    background-color: #FDAA9A;
    border-color: #EA8676;
    z-index: 1;
}

    .alert-danger .alert-link {
        color: #843534;
    }

.alert-success.alert-block {
    color: #fff;
    background-color: #8CC152;
    border-color: #8CC152;
}

    .alert-success.alert-block .alert-link {
        color: #F2FFE0;
    }

.alert-info.alert-block {
    color: #fff;
    background-color: #3BAFDA;
    border-color: #3BAFDA;
}

    .alert-info.alert-block .alert-link {
        color: #D3F5FF;
    }

.alert-warning.alert-block {
    color: #fff;
    background-color: #F6BB42;
    border-color: #F6BB42;
}

    .alert-warning.alert-block .alert-link {
        color: #FFF5DB;
    }

.alert-danger.alert-block {
    color: #fff;
    background-color: #00397f;
    border-color: #00397f;
}

    .alert-danger.alert-block .alert-link {
        color: #FFAD9D;
    }

.alert-danger.alert-bold-border .alert-link {
    color: #FFE3DE;
}

.alert-success.alert-bold-border {
    border-left-color: #8CC152;
}

    .alert-success.alert-bold-border .alert-link {
        color: #8CC152;
    }

.alert-info.alert-bold-border {
    border-left-color: #3BAFDA;
}

    .alert-info.alert-bold-border .alert-link {
        color: #3BAFDA;
    }

+ .alert-warning.alert-bold-border {
    border-left-color: #014F74;
}

.alert-warning.alert-bold-border .alert-link {
    color: #F6BB42;
}

.alert-danger.alert-bold-border {
    border-left-color: #00397f;
}

    .alert-danger.alert-bold-border .alert-link {
        color: #00397f;
    }
/**-------------------------------------------LABEL AND BADGE-------------------------------------------**/

.label.square {
    border-radius: 0em;
}

.badge, .label-default, .label-default[href]:hover, .label-default[href]:focus {
    background-color: #AAB2BD;
}

.label-primary, .badge-primary, .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #37BC9B;
}

.label-success, .badge-success, .label-success[href]:hover, .label-success[href]:focus {
    background-color: #8CC152;
}

.label-info, .badge-info, .label-info[href]:hover, .label-info[href]:focus {
    background-color: #3BAFDA;
}

.label-warning, .badge-warning, .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #3BAFDA;
}

.label-danger, .badge-danger, .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #00397f;
}
/**-------------------------------------------NAV-------------------------------------------**/

.nav-pills.square > li > a {
    border-radius: 0px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: transparent;
}

.nav-tabs.left-position {
    border-right: 1px solid #ddd;
    border-bottom: none;
}

    .nav-tabs.left-position > li {
        float: none;
        margin-right: -1px;
        margin-bottom: 2px;
    }

        .nav-tabs.left-position > li > a {
            margin-right: 0px;
            border-radius: 4px 0 0 4px;
        }

            .nav-tabs.left-position > li > a:hover {
                border-color: transparent;
            }

        .nav-tabs.left-position.item-color > li.active > a, .nav-tabs.left-position.item-color > li.active > a:hover, .nav-tabs.left-position.item-color > li.active > a:focus, .nav-tabs.left-position.nav-primary.item-color > li.active > a, .nav-tabs.left-position.nav-primary.item-color > li.active > a:hover, .nav-tabs.left-position.nav-primary.item-color > li.active > a:focus, .nav-tabs.left-position.nav-success.item-color > li.active > a, .nav-tabs.left-position.nav-success.item-color > li.active > a:hover, .nav-tabs.left-position.nav-success.item-color > li.active > a:focus, .nav-tabs.left-position.nav-info.item-color > li.active > a, .nav-tabs.left-position.nav-info.item-color > li.active > a:hover, .nav-tabs.left-position.nav-info.item-color > li.active > a:focus, .nav-tabs.left-position.nav-danger.item-color > li.active > a, .nav-tabs.left-position.nav-danger.item-color > li.active > a:hover, .nav-tabs.left-position.nav-danger.item-color > li.active > a:focus, .nav-tabs.left-position.nav-warning.item-color > li.active > a, .nav-tabs.left-position.nav-warning.item-color > li.active > a:hover, .nav-tabs.left-position.nav-warning.item-color > li.active > a:focus, .nav-tabs.left-position.nav-primary > li.active > a, .nav-tabs.left-position.nav-primary > li.active > a:hover, .nav-tabs.left-position.nav-primary > li.active > a:focus, .nav-tabs.left-position.nav-success > li.active > a, .nav-tabs.left-position.nav-success > li.active > a:hover, .nav-tabs.left-position.nav-success > li.active > a:focus, .nav-tabs.left-position.nav-info > li.active > a, .nav-tabs.left-position.nav-info > li.active > a:hover, .nav-tabs.left-position.nav-info > li.active > a:focus, .nav-tabs.left-position.nav-danger > li.active > a, .nav-tabs.left-position.nav-danger > li.active > a:hover, .nav-tabs.left-position.nav-danger > li.active > a:focus, .nav-tabs.left-position.nav-warning > li.active > a, .nav-tabs.left-position.nav-warning > li.active > a:hover, .nav-tabs.left-position.nav-warning > li.active > a:focus, .nav-tabs.left-position > li.active > a, .nav-tabs.left-position > li.active > a:hover, .nav-tabs.left-position > li.active > a:focus {
            border: 1px solid #ddd;
            border-right-color: transparent;
        }

.nav-tabs.right-position {
    border-left: 1px solid #ddd;
    border-bottom: none;
}

    .nav-tabs.right-position > li {
        float: none;
        margin-left: -1px;
        margin-bottom: 2px;
        text-align: right;
    }

        .nav-tabs.right-position > li > a {
            margin-left: 0px;
            border-radius: 0 4px 4px 0;
        }

            .nav-tabs.right-position > li > a:hover {
                border-color: transparent;
            }

        .nav-tabs.right-position.item-color > li.active > a, .nav-tabs.right-position.item-color > li.active > a:hover, .nav-tabs.right-position.item-color > li.active > a:focus, .nav-tabs.right-position.nav-primary.item-color > li.active > a, .nav-tabs.right-position.nav-primary.item-color > li.active > a:hover, .nav-tabs.right-position.nav-primary.item-color > li.active > a:focus, .nav-tabs.right-position.nav-success.item-color > li.active > a, .nav-tabs.right-position.nav-success.item-color > li.active > a:hover, .nav-tabs.right-position.nav-success.item-color > li.active > a:focus, .nav-tabs.right-position.nav-info.item-color > li.active > a, .nav-tabs.right-position.nav-info.item-color > li.active > a:hover, .nav-tabs.right-position.nav-info.item-color > li.active > a:focus, .nav-tabs.right-position.nav-danger.item-color > li.active > a, .nav-tabs.right-position.nav-danger.item-color > li.active > a:hover, .nav-tabs.right-position.nav-danger.item-color > li.active > a:focus, .nav-tabs.right-position.nav-warning.item-color > li.active > a, .nav-tabs.right-position.nav-warning.item-color > li.active > a:hover, .nav-tabs.right-position.nav-warning.item-color > li.active > a:focus, .nav-tabs.right-position.nav-primary > li.active > a, .nav-tabs.right-position.nav-primary > li.active > a:hover, .nav-tabs.right-position.nav-primary > li.active > a:focus, .nav-tabs.right-position.nav-success > li.active > a, .nav-tabs.right-position.nav-success > li.active > a:hover, .nav-tabs.right-position.nav-success > li.active > a:focus, .nav-tabs.right-position.nav-info > li.active > a, .nav-tabs.right-position.nav-info > li.active > a:hover, .nav-tabs.right-position.nav-info > li.active > a:focus, .nav-tabs.right-position.nav-danger > li.active > a, .nav-tabs.right-position.nav-danger > li.active > a:hover, .nav-tabs.right-position.nav-danger > li.active > a:focus, .nav-tabs.right-position.nav-warning > li.active > a, .nav-tabs.right-position.nav-warning > li.active > a:hover, .nav-tabs.right-position.nav-warning > li.active > a:focus, .nav-tabs.right-position > li.active > a, .nav-tabs.right-position > li.active > a:hover, .nav-tabs.right-position > li.active > a:focus {
            border: 1px solid #ddd;
            border-left-color: transparent;
        }

.nav-tabs.bottom-position {
    border-top: 1px solid #ddd;
    border-bottom: none;
}

    .nav-tabs.bottom-position > li {
        margin-top: -1px;
        margin-right: 2px;
    }

        .nav-tabs.bottom-position > li > a {
            margin-top: 0px;
            border-radius: 0 0 4px 4px;
        }

            .nav-tabs.bottom-position > li > a:hover {
                border-color: transparent;
            }

        .nav-tabs.bottom-position.item-color.nav-primary > li.active > a, .nav-tabs.bottom-position.item-color.nav-primary > li.active > a:hover, .nav-tabs.bottom-position.item-color.nav-primary > li.active > a:focus, .nav-tabs.bottom-position.item-color.nav-success > li.active > a, .nav-tabs.bottom-position.item-color.nav-success > li.active > a:hover, .nav-tabs.bottom-position.item-color.nav-success > li.active > a:focus, .nav-tabs.bottom-position.item-color.nav-info > li.active > a, .nav-tabs.bottom-position.item-color.nav-info > li.active > a:hover, .nav-tabs.bottom-position.item-color.nav-info > li.active > a:focus, .nav-tabs.bottom-position.item-color.nav-danger > li.active > a, .nav-tabs.bottom-position.item-color.nav-danger > li.active > a:hover, .nav-tabs.bottom-position.item-color.nav-danger > li.active > a:focus, .nav-tabs.bottom-position.item-color.nav-warning > li.active > a, .nav-tabs.bottom-position.item-color.nav-warning > li.active > a:hover, .nav-tabs.bottom-position.item-color.nav-warning > li.active > a:focus, .nav-tabs.bottom-position.nav-primary > li.active > a, .nav-tabs.bottom-position.nav-primary > li.active > a:hover, .nav-tabs.bottom-position.nav-primary > li.active > a:focus, .nav-tabs.bottom-position.nav-success > li.active > a, .nav-tabs.bottom-position.nav-success > li.active > a:hover, .nav-tabs.bottom-position.nav-success > li.active > a:focus, .nav-tabs.bottom-position.nav-info > li.active > a, .nav-tabs.bottom-position.nav-info > li.active > a:hover, .nav-tabs.bottom-position.nav-info > li.active > a:focus, .nav-tabs.bottom-position.nav-danger > li.active > a, .nav-tabs.bottom-position.nav-danger > li.active > a:hover, .nav-tabs.bottom-position.nav-danger > li.active > a:focus, .nav-tabs.bottom-position.nav-warning > li.active > a, .nav-tabs.bottom-position.nav-warning > li.active > a:hover, .nav-tabs.bottom-position.nav-warning > li.active > a:focus, .nav-tabs.bottom-position > li.active > a, .nav-tabs.bottom-position > li.active > a:hover, .nav-tabs.bottom-position > li.active > a:focus {
            border: 1px solid #ddd;
            border-top-color: transparent;
        }

    .nav-tabs.left-position.square > li > a, .nav-tabs.right-position.square > li > a, .nav-tabs.bottom-position.square > li > a, .nav-tabs.square > li > a {
        border-radius: 0;
    }

.nav-tabs-showcase {
    margin-bottom: 20px;
}

.nav-pills-showcase {
    margin-bottom: 20px;
}

.nav.nav-primary > li.active > a, .nav.nav-success > li.active > a, .nav.nav-info > li.active > a, .nav.nav-danger > li.active > a, .nav.nav-warning > li.active > a, .nav.nav-primary > li.active > a:hover, .nav.nav-success > li.active > a:hover, .nav.nav-info > li.active > a:hover, .nav.nav-danger > li.active > a:hover, .nav.nav-warning > li.active > a:hover {
    color: #353535;
}

.nav.nav-pills > li.disabled > a, .nav.nav-tabs > li.disabled > a, .nav.nav-primary > li.disabled > a, .nav.nav-success > li.disabled > a, .nav.nav-info > li.disabled > a, .nav.nav-danger > li.disabled > a, .nav.nav-warning > li.disabled > a, .nav.nav-primary > li.disabled > a:hover, .nav.nav-success > li.disabled > a:hover, .nav.nav-info > li.disabled > a:hover, .nav.nav-danger > li.disabled > a:hover, .nav.nav-warning > li.disabled > a:hover {
    color: #D5DAE0;
    border-color: transparent;
    background: transparent;
    pointer-events: none;
}

.nav-tabs.nav-primary > li.active > a, .nav-tabs.nav-success > li.active > a, .nav-tabs.nav-info > li.active > a, .nav-tabs.nav-danger > li.active > a, .nav-tabs.nav-warning > li.active > a, .nav-tabs.nav-primary > li.active > a:hover, .nav-tabs.nav-success > li.active > a:hover, .nav-tabs.nav-info > li.active > a:hover, .nav-tabs.nav-danger > li.active > a:hover, .nav-tabs.nav-warning > li.active > a:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #434A54;
}

.nav-tabs.item-color > li > a {
    background: #434A54;
    color: #fff;
}

    .nav-tabs.item-color > li > a:hover, .nav-tabs.item-color > li > a:focus {
        background-color: #656D78;
        color: #fff;
        border-color: #656D78;
    }

.nav-tabs.item-color > li.active > a, .nav-tabs.item-color > li.active > a:hover, .nav-tabs.item-color > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav.nav-primary > li > a {
    color: #37BC9B;
}

    .nav.nav-primary > li > a:hover, .nav.nav-primary > li > a:focus {
        background-color: #37BC9B;
        color: #fff;
        border-color: #37BC9B;
    }

.nav-tabs.item-color.nav-primary > li > a {
    background: #29566d;
    color: #fff;
}

    .nav-tabs.item-color.nav-primary > li > a:hover, .nav-tabs.item-color.nav-primary > li > a:focus {
        background-color: #3BAFDA;
        color: #fff;
        border-color: #3BAFDA;
    }

.nav-tabs.item-color.nav-primary > li.active > a, .nav-tabs.item-color.nav-primary > li.active > a:hover, .nav-tabs.item-color.nav-primary > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav-tabs.item-color.nav-primary > li.disabled > a, .nav-tabs.item-color.nav-primary > li.disabled > a:hover, .nav-tabs.item-color.nav-primary > li.disabled > a:focus, .nav-tabs.item-color.nav-success > li.disabled > a, .nav-tabs.item-color.nav-success > li.disabled > a:hover, .nav-tabs.item-color.nav-success > li.disabled > a:focus, .nav-tabs.item-color.nav-info > li.disabled > a, .nav-tabs.item-color.nav-info > li.disabled > a:hover, .nav-tabs.item-color.nav-info > li.disabled > a:focus, .nav-tabs.item-color.nav-danger > li.disabled > a, .nav-tabs.item-color.nav-danger > li.disabled > a:hover, .nav-tabs.item-color.nav-danger > li.disabled > a:focus, .nav-tabs.item-color.nav-warning > li.disabled > a, .nav-tabs.item-color.nav-warning > li.disabled > a:hover, .nav-tabs.item-color.nav-warning > li.disabled > a:focus {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.nav-pills.nav-primary > li.active > a, .nav-pills.nav-primary > li.active > a:hover, .nav-pills.nav-primary > li.active > a:focus {
    background-color: #37BC9B;
    color: #fff;
}

.nav.nav-success > li > a {
    color: #8CC152;
}

    .nav.nav-success > li > a:hover, .nav.nav-success > li > a:focus {
        background-color: #8CC152;
        color: #fff;
        border-color: #8CC152;
    }

.nav-tabs.item-color.nav-success > li > a {
    background: #8CC152;
    color: #fff;
}

    .nav-tabs.item-color.nav-success > li > a:hover, .nav-tabs.item-color.nav-success > li > a:focus {
        background-color: #A0D468;
        color: #fff;
        border-color: #A0D468;
    }

.nav-tabs.item-color.nav-success > li.active > a, .nav-tabs.item-color.nav-success > li.active > a:hover, .nav-tabs.item-color.nav-success > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav-pills.nav-success > li.active > a, .nav-pills.nav-success > li.active > a:hover, .nav-pills.nav-success > li.active > a:focus {
    background-color: #8CC152;
    color: #fff;
}

.nav.nav-info > li > a {
    color: #3BAFDA;
}

    .nav.nav-info > li > a:hover, .nav.nav-info > li > a:focus {
        background-color: #3BAFDA;
        color: #fff;
        border-color: #3BAFDA;
    }

.nav-tabs.item-color.nav-info > li > a {
    background: #3BAFDA;
    color: #fff;
}

    .nav-tabs.item-color.nav-info > li > a:hover, .nav-tabs.item-color.nav-info > li > a:focus {
        background-color: #4FC1E9;
        color: #fff;
        border-color: #4FC1E9;
    }

.nav-tabs.item-color.nav-info > li.active > a, .nav-tabs.item-color.nav-info > li.active > a:hover, .nav-tabs.item-color.nav-info > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav-pills.nav-info > li.active > a, .nav-pills.nav-info > li.active > a:hover, .nav-pills.nav-info > li.active > a:focus {
    background-color: #3BAFDA;
    color: #fff;
}

.nav.nav-danger > li > a {
    color: #00397f;
}

    .nav.nav-danger > li > a:hover, .nav.nav-danger > li > a:focus {
        background-color: #00397f;
        color: #fff;
        border-color: #00397f;
    }

.nav-tabs.item-color.nav-danger > li > a {
    background: #00397f;
    color: #fff;
}

    .nav-tabs.item-color.nav-danger > li > a:hover, .nav-tabs.item-color.nav-danger > li > a:focus {
        background-color: #FC6E51;
        color: #fff;
        border-color: #FC6E51;
    }

.nav-tabs.item-color.nav-danger > li.active > a, .nav-tabs.item-color.nav-danger > li.active > a:hover, .nav-tabs.item-color.nav-danger > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav-pills.nav-danger > li.active > a, .nav-pills.nav-danger > li.active > a:hover, .nav-pills.nav-danger > li.active > a:focus {
    background-color: #00397f;
    color: #fff;
}

.nav.nav-warning > li > a {
    color: #F6BB42;
}

    .nav.nav-warning > li > a:hover, .nav.nav-warning > li > a:focus {
        background-color: #F6BB42;
        color: #fff;
        border-color: #F6BB42;
    }

.nav-tabs.item-color.nav-warning > li > a {
    background: #F6BB42;
    color: #fff;
}

    .nav-tabs.item-color.nav-warning > li > a:hover, .nav-tabs.item-color.nav-warning > li > a:focus {
        background-color: #FFCE54;
        color: #fff;
        border-color: #FFCE54;
    }

.nav-tabs.item-color.nav-warning > li.active > a, .nav-tabs.item-color.nav-warning > li.active > a:hover, .nav-tabs.item-color.nav-warning > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #353535;
}

.nav-pills.nav-warning > li.active > a, .nav-pills.nav-warning > li.active > a:hover, .nav-pills.nav-warning > li.active > a:focus {
    background-color: #F6BB42;
    color: #fff;
}
/**-------------------------------------------NAVBAR-------------------------------------------**/

.navbar.square {
    border-radius: 0;
}

.navbar.no-border {
    border: none;
}

.navbar-primary .form-control, .navbar-success .form-control, .navbar-info .form-control, .navbar-danger .form-control, .navbar-warning .form-control, .navbar-inverse .form-control {
    border: none;
}

.navbar-primary {
    background-color: #37BC9B;
    border-color: #2CAF90;
}

    .navbar-primary .btn.btn-primary {
        background-color: #27A283;
        border-color: #27A283;
    }

        .navbar-primary .btn.btn-primary:hover, .navbar-primary .btn.btn-primary:active, .navbar-primary .btn.btn-primary:focus {
            background-color: #1C9376;
            border-color: #1C9376;
        }

    .navbar-primary .navbar-brand {
        color: #fff;
    }

        .navbar-primary .navbar-brand:hover, .navbar-primary .navbar-brand:focus {
            color: #fff;
        }

    .navbar-primary .navbar-text {
        color: #fff;
    }

    .navbar-primary .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-primary .navbar-nav > li > a:hover, .navbar-primary .navbar-nav > li > a:focus {
            color: #E0FFF7;
            background-color: transparent;
        }

    .navbar-primary .navbar-nav > .active > a, .navbar-primary .navbar-nav > .active > a:hover, .navbar-primary .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #2CAF90;
    }

    .navbar-primary .navbar-toggle {
        border-color: #2CAF90;
    }

        .navbar-primary .navbar-toggle:hover, .navbar-primary .navbar-toggle:focus {
            background-color: #2CAF90;
        }

        .navbar-primary .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-primary .navbar-collapse, .navbar-primary .navbar-form {
        border-color: #2CAF90;
    }

    .navbar-primary .navbar-nav > .open > a, .navbar-primary .navbar-nav > .open > a:hover, .navbar-primary .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #2CAF90;
    }

@media (max-width: 767px) {
    .navbar-primary .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-primary .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #E0FFF7;
            background-color: transparent;
        }

    .navbar-primary .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #2CAF90;
    }

    .navbar-primary .navbar-nav .open .dropdown-menu > .active > a, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #2CAF90;
    }
}

.navbar-success {
    background-color: #8CC152;
    border-color: #7EB446;
}

    .navbar-success .btn.btn-success {
        background-color: #76AD3E;
        border-color: #76AD3E;
    }

        .navbar-success .btn.btn-success:hover, .navbar-success .btn.btn-success:active, .navbar-success .btn.btn-success:focus {
            background-color: #679D2E;
            border-color: #679D2E;
        }

    .navbar-success .navbar-brand {
        color: #fff;
    }

        .navbar-success .navbar-brand:hover, .navbar-success .navbar-brand:focus {
            color: #fff;
        }

    .navbar-success .navbar-text {
        color: #fff;
    }

    .navbar-success .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-success .navbar-nav > li > a:hover, .navbar-success .navbar-nav > li > a:focus {
            color: #F2FFE5;
            background-color: transparent;
        }

    .navbar-success .navbar-nav > .active > a, .navbar-success .navbar-nav > .active > a:hover, .navbar-success .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #7EB446;
    }

    .navbar-success .navbar-toggle {
        border-color: #7EB446;
    }

        .navbar-success .navbar-toggle:hover, .navbar-success .navbar-toggle:focus {
            background-color: #7EB446;
        }

        .navbar-success .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-success .navbar-collapse, .navbar-success .navbar-form {
        border-color: #7EB446;
    }

    .navbar-success .navbar-nav > .open > a, .navbar-success .navbar-nav > .open > a:hover, .navbar-success .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #7EB446;
    }

@media (max-width: 767px) {
    .navbar-success .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-success .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-success .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #F2FFE5;
            background-color: transparent;
        }

    .navbar-success .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #7EB446;
    }

    .navbar-success .navbar-nav .open .dropdown-menu > .active > a, .navbar-success .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-success .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #7EB446;
    }
}

.navbar-info {
    background-color: #3BAFDA;
    border-color: #299DCB;
}

    .navbar-info .btn.btn-info {
        background-color: #2998C1;
        border-color: #2998C1;
    }

        .navbar-info .btn.btn-info:hover, .navbar-info .btn.btn-info:active, .navbar-info .btn.btn-info:focus {
            background-color: #1C86AF;
            border-color: #1C86AF;
        }

    .navbar-info .navbar-brand {
        color: #fff;
    }

        .navbar-info .navbar-brand:hover, .navbar-info .navbar-brand:focus {
            color: #fff;
        }

    .navbar-info .navbar-text {
        color: #fff;
    }

    .navbar-info .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-info .navbar-nav > li > a:hover, .navbar-info .navbar-nav > li > a:focus {
            color: #E3F7FF;
            background-color: transparent;
        }

    .navbar-info .navbar-nav > .active > a, .navbar-info .navbar-nav > .active > a:hover, .navbar-info .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #299DCB;
    }

    .navbar-info .navbar-toggle {
        border-color: #299DCB;
    }

        .navbar-info .navbar-toggle:hover, .navbar-info .navbar-toggle:focus {
            background-color: #299DCB;
        }

        .navbar-info .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-info .navbar-collapse, .navbar-info .navbar-form {
        border-color: #299DCB;
    }

    .navbar-info .navbar-nav > .open > a, .navbar-info .navbar-nav > .open > a:hover, .navbar-info .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #299DCB;
    }

@media (max-width: 767px) {
    .navbar-info .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-info .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-info .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #E3F7FF;
            background-color: transparent;
        }

    .navbar-info .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #299DCB;
    }

    .navbar-info .navbar-nav .open .dropdown-menu > .active > a, .navbar-info .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-info .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #299DCB;
    }
}

.navbar-danger {
    background-color: #00397f;
    border-color: #DB462C;
}

    .navbar-danger .btn.btn-danger {
        background-color: #D1462C;
        border-color: #D1462C;
    }

        .navbar-danger .btn.btn-danger:hover, .navbar-danger .btn.btn-danger:active, .navbar-danger .btn.btn-danger:focus {
            background-color: #C1361F;
            border-color: #C1361F;
        }

    .navbar-danger .navbar-brand {
        color: #fff;
    }

        .navbar-danger .navbar-brand:hover, .navbar-danger .navbar-brand:focus {
            color: #fff;
        }

    .navbar-danger .navbar-text {
        color: #fff;
    }

    .navbar-danger .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-danger .navbar-nav > li > a:hover, .navbar-danger .navbar-nav > li > a:focus {
            color: #FFE8E3;
            background-color: transparent;
        }

    .navbar-danger .navbar-nav > .active > a, .navbar-danger .navbar-nav > .active > a:hover, .navbar-danger .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #DB462C;
    }

    .navbar-danger .navbar-toggle {
        border-color: #DB462C;
    }

        .navbar-danger .navbar-toggle:hover, .navbar-danger .navbar-toggle:focus {
            background-color: #DB462C;
        }

        .navbar-danger .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-danger .navbar-collapse, .navbar-danger .navbar-form {
        border-color: #DB462C;
    }

    .navbar-danger .navbar-nav > .open > a, .navbar-danger .navbar-nav > .open > a:hover, .navbar-danger .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #DB462C;
    }

@media (max-width: 767px) {
    .navbar-danger .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-danger .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-danger .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #FFE8E3;
            background-color: transparent;
        }

    .navbar-danger .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #DB462C;
    }

    .navbar-danger .navbar-nav .open .dropdown-menu > .active > a, .navbar-danger .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-danger .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #DB462C;
    }
}

.navbar-warning {
    background-color: #F6BB42;
    border-color: #E8AA2E;
}

    .navbar-warning .btn.btn-warning {
        background-color: #E0A52C;
        border-color: #E0A52C;
    }

        .navbar-warning .btn.btn-warning:hover, .navbar-warning .btn.btn-warning:active, .navbar-warning .btn.btn-warning:focus {
            background-color: #CB8E12;
            border-color: #CB8E12;
        }

    .navbar-warning .navbar-brand {
        color: #fff;
    }

        .navbar-warning .navbar-brand:hover, .navbar-warning .navbar-brand:focus {
            color: #fff;
        }

    .navbar-warning .navbar-text {
        color: #fff;
    }

    .navbar-warning .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-warning .navbar-nav > li > a:hover, .navbar-warning .navbar-nav > li > a:focus {
            color: #FFF2D8;
            background-color: transparent;
        }

    .navbar-warning .navbar-nav > .active > a, .navbar-warning .navbar-nav > .active > a:hover, .navbar-warning .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #E8AA2E;
    }

    .navbar-warning .navbar-toggle {
        border-color: #E8AA2E;
    }

        .navbar-warning .navbar-toggle:hover, .navbar-warning .navbar-toggle:focus {
            background-color: #E8AA2E;
        }

        .navbar-warning .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-warning .navbar-collapse, .navbar-warning .navbar-form {
        border-color: #E8AA2E;
    }

    .navbar-warning .navbar-nav > .open > a, .navbar-warning .navbar-nav > .open > a:hover, .navbar-warning .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #E8AA2E;
    }

@media (max-width: 767px) {
    .navbar-warning .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-warning .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-warning .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #FFF2D8;
            background-color: transparent;
        }

    .navbar-warning .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #E8AA2E;
    }

    .navbar-warning .navbar-nav .open .dropdown-menu > .active > a, .navbar-warning .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-warning .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #E8AA2E;
    }
}

.navbar-inverse {
    background-color: #434A54;
    border-color: #343B46;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
        }

    .navbar-inverse .navbar-text {
        color: #fff;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #E6E9ED;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #343B46;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #343B46;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #343B46;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #343B46;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #343B46;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #E6E9ED;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li.divider {
        background-color: #343B46;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #343B46;
    }
}

.navbar-primary .navbar-link {
    color: #777;
}

    .navbar-primary .navbar-link:hover {
        color: #333;
    }
/**+++++++++++++++++++++++++++++++++++++++++++3RD PARTIES+++++++++++++++++++++++++++++++++++++++++++**/ /**-------------------------------------------FONT AWESOME-------------------------------------------**/

p.icon-showcase i {
    margin: 3px;
}

.icon-circle {
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.icon-rounded {
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.icon-square {
    border-radius: 0px;
    text-align: center;
    display: inline-block;
}

.icon-xs {
    width: 30px;
    height: 30px;
    padding: 7px 0;
}

.icon-sm {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 10px 0;
}

.icon-md {
    width: 60px;
    height: 60px;
    font-size: 30px;
    padding: 15px 0;
}

.icon-lg {
    width: 90px;
    height: 90px;
    font-size: 45px;
    padding: 22px 0;
}

.icon-xl {
    width: 150px;
    height: 150px;
    font-size: 80px;
    padding: 34px 0;
}

.icon-sm-size {
    font-size: 20px;
    padding: 10px 0;
}

.icon-md-size {
    font-size: 30px;
    padding: 12px 0;
}

.icon-lg-size {
    font-size: 45px;
    padding: 15px 0;
}

.icon-xl-size {
    font-size: 80px;
    padding: 20px 0;
}

.icon-bordered.icon-default {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    -moz-box-shadow: inset 0px 0px 0px 2px #E6E9ED;
    box-shadow: inset 0px 0px 0px 2px #E6E9ED;
}

.icon-default {
    color: #434A54;
    background: #E6E9ED;
}

a .icon-primary, a .icon-success, a .icon-info, a .icon-danger, a .icon-warning, a .icon-dark, a:hover .icon-primary, a:hover .icon-success, a:hover .icon-info, a:hover .icon-danger, a:hover .icon-warning, a:hover .icon-dark, a:focus .icon-primary, a:focus .icon-success, a:focus .icon-info, a:focus .icon-danger, a:focus .icon-warning, a:focus .icon-dark, .icon-primary, .icon-success, .icon-info, .icon-danger, .icon-warning, .icon-dark {
    color: #fff;
    text-decoration: none;
}

.icon-primary {
    background: #37BC9B;
}

.icon-success {
    background: #8CC152;
}

.icon-info {
    background: #3BAFDA;
}

.icon-danger {
    background: #00397f;
}

.icon-warning {
    background: #F6BB42;
}

.icon-dark {
    background: #434A54;
}

.icon-facebook, a .icon-facebook, a:focus .icon-facebook {
    background-color: #4B66A0;
    color: #fff;
    text-decoration: none;
}

a .icon-twitter, a:focus .icon-twitter, .icon-twitter {
    background-color: #55ACEE;
    color: #fff;
    text-decoration: none;
}

.icon-google-plus, a .icon-google-plus, a:focus .icon-google-plus {
    background-color: #D24333;
    color: #fff;
    text-decoration: none;
}

.icon-dribbble, a .icon-dribbble, a:focus .icon-dribbble {
    background-color: #E04C86;
    color: #fff;
    text-decoration: none;
}

.icon-flickr, a .icon-flickr, a:focus .icon-flickr {
    background-color: #0162DB;
    color: #fff;
    text-decoration: none;
}

.icon-pinterest, a .icon-pinterest, a:focus .icon-pinterest {
    background-color: #CC2127;
    color: #fff;
    text-decoration: none;
}

.icon-bordered.icon-primary {
    background: #fff;
    color: #37BC9B;
    -webkit-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 2px #37BC9B;
    box-shadow: inset 0px 0px 0px 2px #37BC9B;
}

.icon-bordered.icon-success {
    background: #fff;
    color: #8CC152;
    -webkit-box-shadow: inset 0px 0px 0px 2px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 2px #8CC152;
    box-shadow: inset 0px 0px 0px 2px #8CC152;
}

.icon-bordered.icon-info {
    background: #fff;
    color: #3BAFDA;
    -webkit-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 2px #3BAFDA;
    box-shadow: inset 0px 0px 0px 2px #3BAFDA;
}

.icon-bordered.icon-danger {
    background: #fff;
    color: #00397f;
    -webkit-box-shadow: inset 0px 0px 0px 2px #00397f;
    -moz-box-shadow: inset 0px 0px 0px 2px #00397f;
    box-shadow: inset 0px 0px 0px 2px #00397f;
}

.icon-bordered.icon-warning {
    background: #fff;
    color: #F6BB42;
    -webkit-box-shadow: inset 0px 0px 0px 2px #F6BB42;
    -moz-box-shadow: inset 0px 0px 0px 2px #F6BB42;
    box-shadow: inset 0px 0px 0px 2px #F6BB42;
}

.icon-bordered.icon-dark {
    background: #fff;
    color: #434A54;
    -webkit-box-shadow: inset 0px 0px 0px 2px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 2px #434A54;
    box-shadow: inset 0px 0px 0px 2px #434A54;
}

.icon-md.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 3px #37BC9B;
    box-shadow: inset 0px 0px 0px 3px #37BC9B;
}

.icon-md.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 3px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 3px #8CC152;
    box-shadow: inset 0px 0px 0px 3px #8CC152;
}

.icon-md.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 3px #3BAFDA;
    box-shadow: inset 0px 0px 0px 3px #3BAFDA;
}

.icon-md.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 3px #00397f;
    -moz-box-shadow: inset 0px 0px 0px 3px #00397f;
    box-shadow: inset 0px 0px 0px 3px #00397f;
}

.icon-md.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 3px #F6BB42;
    -moz-box-shadow: inset 0px 0px 0px 3px #F6BB42;
    box-shadow: inset 0px 0px 0px 3px #F6BB42;
}

.icon-md.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 3px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 3px #434A54;
    box-shadow: inset 0px 0px 0px 3px #434A54;
}

.icon-lg.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 5px #37BC9B;
    box-shadow: inset 0px 0px 0px 5px #37BC9B;
}

.icon-lg.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 5px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 5px #8CC152;
    box-shadow: inset 0px 0px 0px 5px #8CC152;
}

.icon-lg.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 5px #3BAFDA;
    box-shadow: inset 0px 0px 0px 5px #3BAFDA;
}

.icon-lg.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 5px #00397f;
    -moz-box-shadow: inset 0px 0px 0px 5px #00397f;
    box-shadow: inset 0px 0px 0px 5px #00397f;
}

.icon-lg.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 5px #F6BB42;
    -moz-box-shadow: inset 0px 0px 0px 5px #F6BB42;
    box-shadow: inset 0px 0px 0px 5px #F6BB42;
}

.icon-lg.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 5px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 5px #434A54;
    box-shadow: inset 0px 0px 0px 5px #434A54;
}

.icon-xl.icon-bordered.icon-primary {
    -webkit-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    -moz-box-shadow: inset 0px 0px 0px 8px #37BC9B;
    box-shadow: inset 0px 0px 0px 8px #37BC9B;
}

.icon-xl.icon-bordered.icon-success {
    -webkit-box-shadow: inset 0px 0px 0px 8px #8CC152;
    -moz-box-shadow: inset 0px 0px 0px 8px #8CC152;
    box-shadow: inset 0px 0px 0px 8px #8CC152;
}

.icon-xl.icon-bordered.icon-info {
    -webkit-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    -moz-box-shadow: inset 0px 0px 0px 8px #3BAFDA;
    box-shadow: inset 0px 0px 0px 8px #3BAFDA;
}

.icon-xl.icon-bordered.icon-danger {
    -webkit-box-shadow: inset 0px 0px 0px 8px #00397f;
    -moz-box-shadow: inset 0px 0px 0px 8px #00397f;
    box-shadow: inset 0px 0px 0px 8px #00397f;
}

.icon-xl.icon-bordered.icon-warning {
    -webkit-box-shadow: inset 0px 0px 0px 8px #F6BB42;
    -moz-box-shadow: inset 0px 0px 0px 8px #F6BB42;
    box-shadow: inset 0px 0px 0px 8px #F6BB42;
}

.icon-xl.icon-bordered.icon-dark {
    -webkit-box-shadow: inset 0px 0px 0px 8px #434A54;
    -moz-box-shadow: inset 0px 0px 0px 8px #434A54;
    box-shadow: inset 0px 0px 0px 8px #434A54;
}
/**-------------------------------------------MAGNIFIC POPUP-------------------------------------------**/

.magnific-popup-wrap {
}

    .magnific-popup-wrap .item-gallery {
        margin-bottom: 30px;
    }

.mfp-fade.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    filter: alpha(opacity=0);
    opacity: 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

    .white-popup.wide {
        max-width: 1000px;
    }

.video-popup {
    position: relative;
    padding: 30px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
}

    .video-popup button.mfp-close {
        color: #fff;
    }
/*======Zoom effect======*/

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    filter: alpha(opacity=0);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
    filter: alpha(opacity=0);
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    filter: alpha(opacity=100);
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
    filter: alpha(opacity=0);
}
/**-------------------------------------------OWL CAROUSEL-------------------------------------------**/

.owl-carousel {
    padding: 0px;
    margin: 0;
}

    .owl-carousel .item {
        padding: 10px 0px;
        margin: 10px;
        color: #FFF;
        text-align: center;
    }

        .owl-carousel .item img {
            width: auto;
            max-width: 100%;
            display: block;
        }

        .owl-carousel .item.full {
            padding: 0px;
            margin: 0px;
        }

#Owlbar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
}

#OwlprogressBar {
    width: 100%;
    background: #EDEDED;
}
/**-------------------------------------------RESPONSIVE IFRAME-------------------------------------------**/

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}

    .video-wrapper.no-margin {
        margin-bottom: 0px;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

iframe {
    width: 100%;
    border: none;
}
/**-------------------------------------------JQUERY FLOT-------------------------------------------**/

#flotTip {
    padding: 5px;
    border: 2px solid #353535;
    background: rgba(1,1,1,.4);
    color: #fff;
}
/**-------------------------------------------EASY PIE CHART-------------------------------------------**/

.chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .chart.chart-widget-pie {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
    }

.percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2;
}

    .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em;
    }
/**-------------------------------------------PRICING TABLE-------------------------------------------**/

.pricing-table-wrap {
    margin: 80px auto;
}

    .pricing-table-wrap:before, .pricing-table-wrap:after {
        display: table;
        content: " ";
    }

    .pricing-table-wrap:after {
        clear: both;
    }

.table-item {
    width: 33.33333333%;
    float: left;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    padding: 0 0 30px 0;
    background: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #E6E9ED;
    -moz-box-shadow: inset 0px 0px 0px 3px #E6E9ED;
    box-shadow: inset 0px 0px 0px 3px #E6E9ED;
}

    .table-item .heading {
        padding: 15px 0;
        border-bottom: 1px solid #E6E9ED;
    }

    .table-item .circle-best {
        width: 80px;
        height: 80px;
        color: #fff;
        background: #00397f;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: -40px;
        right: 10px;
        z-index: 3;
        line-height: 120%;
        padding: 10px 0;
    }

    .table-item.best-choice {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .table-item:first-child {
        border-radius: 5px 0 0 5px;
    }

    .table-item:last-child {
        border-radius: 0 5px 5px 0;
    }

    .table-item ul.content-pricing {
        padding: 0;
        margin: 20px 0;
        list-style: none;
    }

        .table-item ul.content-pricing li {
            display: block;
            padding: 5px 10px;
        }

    .table-item.best-choice ul.content-pricing li {
        display: block;
        padding: 10px;
    }

.table-item-2 {
    border: 2px solid #CCD1D9;
    border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 20px;
    margin: 40px 0;
    position: relative;
}

    .table-item-2 .table-heading {
        border: 2px solid #434A54;
        margin: -22px -22px 0 -22px;
        background: #434A54;
        color: #F5F7FA;
        padding: 20px;
        overflow: hidden;
    }

        .table-item-2 .table-heading .plan-name {
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
        }

        .table-item-2 .table-heading h1 {
            color: #fff;
            font-size: 80px;
            font-weight: 700;
            margin-bottom: 30px;
        }

            .table-item-2 .table-heading h1 sup, .table-item-2 .table-heading h1 sub {
                font-size: 14px;
                top: -50px;
                font-weight: 400;
                color: #AAB2BD;
            }

            .table-item-2 .table-heading h1 sub {
                top: 0;
                bottom: -50px;
            }

    .table-item-2 .table-body {
        margin: 20px 0 10px;
    }

        .table-item-2 .table-body ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: left;
        }

            .table-item-2 .table-body ul li {
                display: block;
                padding: 10px 0;
                border-bottom: 1px solid #E6E9ED;
                height: 43px;
                padding-left: 50px;
                position: relative;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .table-item-2 .table-body ul li .icon-left {
                    position: absolute;
                    width: 43px;
                    height: 43px;
                    text-align: center;
                    padding: 10px 0;
                    color: #AAB2BD;
                    font-size: 20px;
                    left: 0;
                    top: 0;
                }

                .table-item-2 .table-body ul li:last-child {
                    border-bottom: none;
                }

.shape {
    border-style: solid;
    border-width: 0 55px 55px 0;
    position: absolute;
    top: -2px;
    right: -2px;
    height: 0px;
    width: 0px;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.shape-text {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    right: -25px;
    top: 0px;
    letter-spacing: 1px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(46deg); /* Safari and Chrome */
    transform: rotate(46deg);
}

.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
/**-------------------------------------------SEARCH PAGE-------------------------------------------**/

.search-page {
    margin: -15px -15px -40px -15px;
}

    .search-page .media {
        margin-bottom: 30px;
    }

    .search-page .image-thumb-result {
        width: 130px;
    }

#search-heading {
    padding: 20px;
}

    #search-heading form {
        margin: 15px 0;
    }

.search-page .logo {
    width: auto;
    max-width: 300px;
}
/**-------------------------------------------MAIL APPS-------------------------------------------**/

.mail-apps-wrap {
    margin: 0 -15px;
    background: #fff;
}

    .mail-apps-wrap .heading h1 {
        padding: 0;
        margin: 0;
        line-height: 100%;
    }

    .mail-apps-wrap .toolbar {
        background: #F5F7FA;
    }

    .mail-apps-wrap .list-group-item {
        vertical-align: middle;
    }

        .mail-apps-wrap .panel-heading .avatar, .mail-apps-wrap .list-group-item .avatar {
            width: 40px;
            height: 40px;
            margin: 0 10px;
        }

.list-group-item.mail-list {
    padding-left: 30px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

    .list-group-item.mail-list.read {
        background: #F5F7FA;
    }

    .list-group-item.mail-list span.name {
        width: 100px;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 700;
        margin: 0 10px;
    }

    .list-group-item.mail-list span.favorite {
        margin: 0 5px;
    }

    .list-group-item.mail-list span.subject {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 10px;
    }

    .list-group-item.mail-list span.label {
        margin: 0 10px;
    }

    .list-group-item.mail-list span.time {
        float: right;
        width: 80px;
        position: absolute;
        right: 16px;
        /*top: 20px;*/
        text-align: right;
        font-size: 13px;
    }

    .list-group-item.mail-list span.attachment {
        float: right;
        position: absolute;
        right: 110px;
        /*top: 20px;*/
        text-align: right;
    }

.mail-apps-wrap .panel-heading .time {
    padding: 15px 0;
    display: block;
    font-size: 13px;
}

.mail-info-detail {
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 300px;
}

    .mail-info-detail li {
        padding: 5px 10px;
    }

.attachment-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

    .attachment-list li {
        padding: 5px 0;
    }

.box-reply {
    padding: 20px;
    border: 1px solid #E6E9ED;
    margin-bottom: 40px;
}
/**-------------------------------------------BLOG APPS-------------------------------------------**/

.small-heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 10px 0;
    color: #A9B3BD;
}

.medium-heading {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 10px 0;
    color: #A9B3BD;
}

.more-margin-bottom {
    margin-bottom: 20px;
    margin-top: 0;
}

.carousel.blog-carousel {
    position: relative;
}

    .carousel.blog-carousel a {
        color: #fff;
    }

.search-blog {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 30px;
    z-index: 5;
}

    .search-blog .form-control {
        background: rgba(255,255,255,.8);
        font-weight: 700;
    }

.col-full-width {
    padding: 0;
}

.col-full-width-right {
    padding-right: 0;
}

.col-full-width-left {
    padding-left: 0;
}

.recent-post {
    margin: 30px 0 0 0;
}

.popular-video {
    margin: 30px 0 0 0;
}

.blog-detail-image {
    position: relative;
}

    .blog-detail-image img.img-blog {
        position: relative;
        width: auto;
        max-width: 100%;
        z-index: 1;
    }

    .blog-detail-image .blog-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        color: #fff;
        z-index: 2;
        padding: 20px 15px;
        text-align: center;
        opacity: .7;
        filter: alpha(opacity=70);
        background: rgba(1,1,1,0);
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
    }

    .blog-detail-image:hover .blog-title {
        opacity: 1;
        filter: alpha(opacity=100);
        background: rgba(1,1,1,.4);
    }

    .blog-detail-image .blog-title .avatar {
        width: 60px;
        height: 60px;
        margin: 0 0 20px 0;
    }

    .blog-detail-image .blog-title h1, .blog-detail-image .blog-title h2, .blog-detail-image .blog-title h3, .blog-detail-image .blog-title h4, .blog-detail-image .blog-title h5 {
        color: #fff;
    }

    .blog-detail-image .blog-title a {
        color: #fff;
    }

.blog-detail-content p {
    margin: 20px 0;
    line-height: 170%;
}

.blog-list {
    margin: 30px 0;
}

    .blog-list h4 a {
        color: #434A54;
        font-weight: 600;
    }

.featured-post-wide {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}

    .featured-post-wide img.featured-img {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .featured-post-wide .featured-text {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 300px;
        background: #fff;
        padding: 15px 15px 15px 40px;
        z-index: 3;
    }

        .featured-post-wide .featured-text h2, .featured-post-wide .featured-text h3, .featured-post-wide .featured-text h4 {
            padding: 0;
            margin: 0 0 20px;
        }

        .featured-post-wide .featured-text.relative {
            position: relative;
            width: 100%;
            padding: 15px;
        }

        .featured-post-wide .featured-text.relative-left {
            position: relative;
            width: 100%;
            padding: 15px 15px 15px 40px;
        }

    .featured-post-wide .option-action {
        position: absolute;
        left: 300px;
        top: 0;
        bottom: 0;
        background: rgba(1,1,1,0.5);
        padding: 15px;
        z-index: 2;
        color: #fff;
        font-size: 24px;
        text-align: center;
    }

        .featured-post-wide .option-action .count {
            font-size: 18px;
        }

    .featured-post-wide .featured-text h3 a {
        color: #434A54;
    }

    .featured-post-wide .featured-text p.date {
        font-size: 14px;
        color: #AAB2BD;
        margin-bottom: 10px;
    }

    .featured-post-wide .icon-type {
        position: absolute;
        left: 0;
        top: 30px;
        z-index: 4;
    }

p.additional-post-wrap {
    margin: 15px 0;
    font-size: 13px;
}

    p.additional-post-wrap a {
        color: #AAB2BD;
    }

.additional-post {
    padding: 10px 15px 10px 0;
    color: #AAB2BD;
}

    .additional-post a {
        color: #AAB2BD;
    }

    .additional-post i {
        margin-right: 5px;
    }

.tags-cloud h3, .signup-newsletter h3 {
    padding: 0;
    margin: 10px 0;
}

.signup-newsletter form {
    margin-top: 20px;
}

.tags-cloud {
    line-height: 250%;
}

    .tags-cloud span {
        margin: 5px;
        padding: 5px 10px 6px;
        font-size: 14px;
    }

    .tags-cloud a:hover {
        text-decoration: none;
    }

    .tags-cloud p {
        margin: 20px 0 0 0;
    }

p.date small {
    padding: 10px 0;
    margin-bottom: 15px;
    color: #A9B3BD;
    font-size: 11px;
    text-transform: uppercase;
}

.comment-action {
    margin-top: 20px;
}

.blog-list .blog-image {
    width: 200px;
}
/**-------------------------------------------SOCIAL APPS-------------------------------------------**/

.social-avatar {
    width: 80px;
    height: 80px;
}

    .social-avatar.xs {
        width: 50px;
        height: 50px;
        margin: 5px;
    }

    .social-avatar.absolute {
        position: absolute;
        left: 50%;
        margin-left: -40px;
    }

    .social-avatar.has-margin {
        margin: 10px 0;
    }

.has-dark-shadow {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.25);
}

.has-light-shadow {
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
    -moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,.45);
}

.has-white-shadow {
    -webkit-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
    box-shadow: 0px 0px 0px 3px rgba(255,255,255,1);
}

.has-black-shadow {
    -webkit-box-shadow: 0px 0px 0px 3px #434A54;
    -moz-box-shadow: 0px 0px 0px 3px #434A54;
    box-shadow: 0px 0px 0px 3px #434A54;
}

.media-team .media-body {
    padding: 5px 0;
}

.media-team .media {
    padding: 5px 0;
    margin: 0;
}

.card-wide {
    position: relative;
    overflow: hidden;
}

    .card-wide img.img-bg {
        width: 100%;
        position: absolute;
        z-index: 1;
    }

.card-info {
    position: relative;
    z-index: 2;
}

.text-white {
    color: #fff;
    padding: 20px;
}

    .text-white h4 {
        color: #fff;
    }

.profile-heading {
    position: relative;
}

    .profile-heading img.bg-cover {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .profile-heading img.avatar {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 20px;
        bottom: 30px;
        z-index: 3;
        -webkit-box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
        -moz-box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
        box-shadow: 0px 0px 0px 4px rgba(255,255,255,1);
    }

    .profile-heading .user-name {
        position: absolute;
        bottom: 70px;
        left: 140px;
        padding: 10px 0;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        z-index: 3;
    }

    .profile-heading .right-button {
        position: absolute;
        bottom: 15px;
        right: 15px;
        padding: 10px 0;
        z-index: 3;
    }

    .profile-heading .profile-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        padding-left: 140px;
        background: #fff;
        z-index: 2;
        height: 80px;
        -webkit-box-shadow: 0px -50px 29px -14px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px -50px 29px -14px rgba(0,0,0,0.4);
        box-shadow: 0px -50px 29px -14px rgba(0,0,0,0.4);
        line-height: 120%;
    }

.user-info {
    padding-top: 50px;
    position: relative;
}

    .user-info i {
        margin: 0 5px;
    }

p.bordered {
    border-top: 1px solid #EDF0F2;
    border-bottom: 1px solid #EDF0F2;
    padding: 10px 0;
    margin: 5px 0 20px;
}

p.bordered-sm {
    border-top: 1px dashed #EDF0F2;
    padding: 0;
    margin-top: 20px;
}

p.bordered.dashed {
    border-top: 1px dashed #EDF0F2;
    border-bottom: 1px dashed #EDF0F2;
}

.social-icon {
    margin: 30px 0 15px;
}

    .social-icon i {
        margin: 0 5px;
    }

.user-info .social-avatar.absolute {
    top: -40px;
}

.user-card-sm {
    position: relative;
}

    .user-card-sm .media-object {
        width: 50px;
        height: 50px;
    }

    .user-card-sm .right-button {
        position: absolute;
        right: 0;
        top: 10px;
    }

.chat-wrap {
    height: 330px;
    overflow-y: auto;
    padding: 20px;
}

.action-chat {
    margin-top: 30px;
}

.media-chat .media-body {
    background: #F6F8F9;
    padding: 10px;
    border-radius: 8px;
}

.media-chat .media {
    padding: 20px 0;
    margin: 0;
}

.media-chat p.name small {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.media-chat .media-body.me {
    background: #8EC051;
    color: #fff;
}

.post-form-timeline {
}

    .post-form-timeline textarea {
        resize: none;
    }

ul.timeline {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.timeline li.centering-line {
        position: absolute;
        width: 4px;
        background: rgba(1,1,1,.2);
        left: 50%;
        margin-left: -2px;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    ul.timeline li.center-timeline-cat {
        text-align: center;
        font-weight: bold;
        display: block;
        width: 100%;
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 0;
    }

        ul.timeline li.center-timeline-cat .inner {
            background: #1BBC9B;
            border-radius: 5px;
            color: #fff;
            width: 140px;
            margin: 20px auto;
            padding: 5px 10px;
        }

    ul.timeline li:first-child.center-timeline-cat .inner {
        margin: 0 auto 20px;
    }

    ul.timeline li:last-child.center-timeline-cat .inner {
        margin: 20px auto 0;
    }

    ul.timeline:before, ul.timeline:after {
        content: " ";
        display: table;
    }

    ul.timeline:after {
        clear: both;
    }

    ul.timeline li.item-timeline {
        display: inline-block;
        width: 50%;
        position: relative;
        z-index: 2;
    }

        ul.timeline li.item-timeline a:hover {
            text-decoration: underline;
        }

        ul.timeline li.item-timeline.highlight {
            display: block;
            width: 100%;
        }

            ul.timeline li.item-timeline.highlight:last-child .inner-content {
                margin-bottom: 0;
            }

        ul.timeline li.item-timeline .heading-timeline {
            padding: 15px 0;
            margin: -10px 0 10px 0;
            border-bottom: 1px solid #eee;
            position: relative;
            height: 60px;
        }

            ul.timeline li.item-timeline .heading-timeline .avatar {
                position: absolute;
                left: 0;
                top: 20px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
            }

            ul.timeline li.item-timeline .heading-timeline .user-timeline-info p {
                position: absolute;
                left: 50px;
                top: 10px;
                font-weight: bold;
                color: #353535;
                margin: 3px 0;
                padding: 0;
            }

                ul.timeline li.item-timeline .heading-timeline .user-timeline-info p small {
                    color: #909090;
                    font-weight: normal;
                    font-size: 12px;
                    display: block;
                }

        ul.timeline li.item-timeline .footer-timeline {
            padding: 0;
            margin: 10px -10px -10px -10px;
            border-top: 1px solid #eee;
            position: relative;
            min-height: 30px;
            background: #F6F8F9;
            border-radius: 0 0 8px 8px;
            font-size: 13px;
        }

ul.timeline-option {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.timeline-option li.option-row {
        border-bottom: 1px solid #F0F2F2;
        padding: 10px;
        display: block;
        position: relative;
        min-height: 40px;
    }

        ul.timeline-option li.option-row .avatar {
            position: absolute;
            left: 10px;
            top: 20px;
            width: 30px;
            height: 30px;
            border-radius: 50%;
        }

        ul.timeline-option li.option-row .reply {
            position: relative;
            left: 40px;
            top: 0px;
            margin-right: 40px;
            line-height: 120%;
            right: 0;
        }

            ul.timeline-option li.option-row .reply p.reply-time {
                padding: 0;
                margin: 0;
            }

ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol li {
        display: inline-block;
        margin: 0 5px;
    }

        ul.timeline li.item-timeline .footer-timeline ul.timeline-option li.option-row ol li i {
            font-size: 14px;
        }

ul.timeline li.item-timeline .footer-timeline ul.timeline-option li:last-child.option-row {
    border-bottom: none;
}

ul.timeline li:nth-child(even).item-timeline {
    float: left;
    clear: left;
}

ul.timeline li:nth-child(odd).item-timeline {
    float: right;
    clear: right;
}

ul.timeline li:nth-child(even).item-timeline .buletan {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    right: -6px;
    top: 35px;
    border: 2px solid #1BBC9B;
}

ul.timeline li:nth-child(odd).item-timeline .buletan {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    left: -6px;
    top: 55px;
    border: 2px solid #1BBC9B;
}

ul.timeline li.item-timeline .inner-content {
    margin: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: block;
    font-size: 15px;
    position: relative;
}

ul.timeline li.item-timeline:nth-child(even).highlight:before, ul.timeline li.item-timeline:nth-child(odd).highlight:before {
    position: absolute;
    top: -4px;
    right: auto;
    left: 50%;
    margin-left: -12px;
    display: inline-block;
    border-left: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-bottom-color: #fff;
    content: '';
}

ul.timeline li:nth-child(even).item-timeline.highlight .buletan, ul.timeline li:nth-child(odd).item-timeline.highlight .buletan {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    background: #fff;
    right: auto;
    top: -5px;
    border: 2px solid #1BBC9B;
}

ul.timeline li.item-timeline:nth-child(even):before {
    position: absolute;
    top: 30px;
    right: 8px;
    display: inline-block;
    border-top: 12px solid transparent;
    border-left: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-left-color: #fff;
    content: '';
}

ul.timeline li.item-timeline:nth-child(odd):before {
    position: absolute;
    top: 50px;
    left: 8px;
    display: inline-block;
    border-top: 12px solid transparent;
    border-right: 12px solid #fff;
    border-bottom: 12px solid transparent;
    border-right-color: #fff;
    content: '';
}

.img-wrap-col {
    margin: 5px -5px;
}

    .img-wrap-col:before, .img-wrap-col:after {
        content: " ";
        display: table;
    }

    .img-wrap-col:after {
        clear: both;
    }

    .img-wrap-col .img-col-2 {
        width: 50%;
        float: left;
    }

    .img-wrap-col .img-wrap {
        margin: 5px;
    }

        .img-wrap-col .img-wrap img {
            width: auto;
            max-width: 100%;
        }

    .img-wrap-col .img-col-3 {
        width: 33.33333333%;
        float: left;
        display: inline-block;
    }

    .img-wrap-col .img-col-4 {
        width: 25%;
        float: left;
        display: inline-block;
    }

    .img-wrap-col .img-col-5 {
        width: 20%;
        float: left;
        display: inline-block;
    }
/**-------------------------------------------STORE APPS-------------------------------------------**/

.store-item {
}

    .store-item img.item-image {
        width: 100%;
    }

    .store-item .item-des {
        border-top: 4px solid #8EC051;
    }

    .store-item .bg-primary.item-des {
        border-top-color: #1D9B7D;
    }

    .store-item .bg-success.item-des {
        border-top-color: #699B29;
    }

    .store-item .bg-info.item-des {
        border-top-color: #1F91BD;
    }

    .store-item .bg-danger.item-des {
        border-top-color: #BE351F;
    }

    .store-item .bg-warning.item-des {
        border-top-color: #DC9913;
    }

    .store-item .item-des .price {
        font-size: 28px;
        padding: 0;
        margin: 10px;
        color: #AAB2BD;
    }

    .store-item .bg-primary.item-des .price {
        color: #C6FFF1;
    }

    .store-item .bg-success.item-des .price {
        color: #DEFDBE;
    }

    .store-item .bg-info.item-des .price {
        color: #BAEAFF;
    }

    .store-item .bg-danger.item-des .price {
        color: #FFC6BD;
    }

    .store-item .bg-warning.item-des .price {
        color: #FFE6B3;
    }

p.brand {
    padding: 0;
    margin-bottom: 0px;
    color: #A9B3BD;
    font-size: 11px;
    text-transform: uppercase;
}

.media-popular-item {
    margin-bottom: 20px;
}

.media-object.sm {
    width: 95px;
}

.media p.price {
    font-size: 28px;
    padding: 0;
    margin: 5px 0;
}

.shop-carousel .item {
    color: #434A54;
    text-align: left;
}

    .shop-carousel .item .media .media-object {
        width: 80px;
    }

.item-lg {
    position: relative;
}

    .item-lg img.item-image {
        position: relative;
        width: 100%;
        z-index: 1;
    }

    .item-lg .item-des {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 250px;
        background: #fff;
        background: rgba(255,255,255,.98);
        z-index: 2;
        overflow-y: auto;
    }

        .item-lg .item-des h1 {
            font-size: 30px;
            padding: 0 0 20px;
            margin: 0 0 10px;
        }

        .item-lg .item-des .btn-add {
            margin-top: 30px;
        }

.item-des-text {
    margin: 20px 0;
}

.store-list .store-image {
    width: 200px;
}

.category-wrap {
    width: 100%;
    height: 300px;
    overflow-y: auto;
    padding: 5px 20px;
    border: 1px solid #CBCCD1;
}

    .category-wrap .list-unstyled ul {
        list-style: none;
    }
/**-------------------------------------------TILES-------------------------------------------**/

.tiles {
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
}

    .tiles.rounded {
        border-radius: 8px;
    }

    .tiles.facebook-tile {
        color: #fff;
        background-color: #4B66A0;
    }

    .tiles.twitter-tile {
        color: #fff;
        background-color: #55ACEE;
    }

    .tiles.linkedin-tile {
        color: #fff;
        background-color: #0085AE;
    }

    .tiles.dribbble-tile {
        color: #fff;
        background-color: #E04C86;
    }

    .tiles.horizontal {
        padding: 0;
    }

        .tiles.horizontal:before, .tiles.horizontal:after {
            content: " ";
            display: table;
        }

        .tiles.horizontal:after {
            clear: both;
        }

        .tiles.horizontal .icon {
            float: left;
            display: block;
            width: 60px;
            height: 60px;
            text-align: center;
            padding: 15px 0;
        }

        .tiles.horizontal .content {
            overflow: hidden;
            *zoom: 1;
            padding: 15px 10px;
            font-size: 20px;
            font-weight: 700;
        }

            .tiles a, .tiles.horizontal .content a {
                color: #fff;
                text-decoration: none;
            }

.tiles-information {
    overflow: hidden;
    position: relative;
}

    .tiles-information .progress {
        margin: 20px -15px;
    }

    .tiles-information .tiles-inner {
        position: relative;
        z-index: 2;
    }

    .tiles-information .icon-bg {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 100px;
        color: #fff;
        opacity: 0.08;
        filter: alpha(opacity=8);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.my-reminder .owl-controls {
    margin-top: 30px;
    text-align: center;
}

.my-reminder {
    padding-bottom: 30px;
}

    .my-reminder .owl-controls .owl-buttons div {
        color: #fff;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 7px 20px;
        font-size: 14px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        background: #EA563C;
        border: 1px solid #EE7256;
    }

    .my-reminder .owl-controls.clickable .owl-buttons div:hover {
        text-decoration: none;
        background: #BB321C;
    }

.tiles-carousel-color .item {
    position: relative;
    text-align: left;
    min-height: 250px;
}

.tiles-carousel .item {
    position: relative;
    text-align: left;
}

    .tiles-carousel-color .item .des, .tiles-carousel .item .des {
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        position: absolute;
        color: #fff;
        z-index: 2;
    }

.tiles-carousel-color .item .avatar-wrap {
    top: 5px;
    left: 5px;
    right: 5px;
    position: absolute;
    z-index: 2;
}

    .tiles-carousel-color .item .avatar-wrap .media {
        padding: 20px 10px;
    }

    .tiles-carousel-color .item .avatar-wrap .avatar {
        width: 50px;
        height: 50px;
        position: relative;
    }

.tiles-carousel .item .avatar {
    top: 30px;
    right: 20px;
    position: absolute;
    z-index: 2;
    width: 50px;
    height: 50px;
}

.tiles-carousel-color .item .des a, .tiles-carousel .item .des a {
    color: #fff;
    text-decoration: none;
}
/**-------------------------------------------CHART WIDGET-------------------------------------------**/

.chart-wrap {
}

.chart-des {
}

    .chart-des h3 {
        padding: 5px 0;
        margin: 0 0 10px 0;
    }

        .chart-des h3.text-success {
            color: #8EC051;
        }

        .chart-des h3 sup {
            font-size: 13px;
            top: -10px;
            right: 5px;
        }

#realtime-chart-widget {
    margin: 0;
}

#realtime-chart-container-widget {
    width: 100%;
    height: 140px;
    text-align: center;
}
/**-------------------------------------------TASK LIST-------------------------------------------**/

.task-list-wrap .list-group {
    margin: 0;
}

    .task-list-wrap .list-group .list-group-item {
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #E8E9EE;
        padding: 1px 20px 1px 40px;
    }

        .task-list-wrap .list-group .list-group-item:first-child {
            border-top: none;
        }

.task-list-wrap input[type=checkbox]:checked + label {
    text-decoration: line-through;
    color: #AAB2BD;
}
/**-------------------------------------------WEATHER ICON SVG-------------------------------------------**/

.weather-widget {
    padding: 20px 0;
}

    .weather-widget h1.degrees {
        font-size: 70px;
        margin: 0;
        padding: 0;
        line-height: 110%;
    }

    .weather-widget h1.weather-status {
        margin: 0;
        padding: 0;
        line-height: 110%;
        font-size: 30px;
    }

    .weather-widget h1.weather-time {
        margin: 0;
        padding: 0;
        line-height: 110%;
        font-size: 35px;
    }

i.icon-weather {
    width: 40px;
    height: 40px;
    font-size: 20px;
}

p.no-margin {
    margin: 0;
    padding: 3px 0;
}

h1.white-text, h2.white-text, h3.white-text, h4.white-text, h5.white-text, .white-text {
    color: #fff;
}
/**-------------------------------------------REAL ESTATE APPS-------------------------------------------**/

.property-search-wrap {
    text-align: center;
    padding: 10% 20px 7%;
    margin-bottom: 30px;
}

.property-type-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    padding: 14px 0;
    font-weight: 700;
}

.property-card h1 {
    padding: 0;
    margin: 0;
}

.property-card img {
    width: 100%;
}

.property-card p.has-margin {
    margin: 20px 0;
}

.property-card p.property-detail-wrap {
    margin: 0 0 15px 0;
    border-bottom: 1px solid #E6E9ED;
    color: #AAB2BD;
    padding: 10px 0 15px 0;
    line-height: 150%;
    text-align: center;
}

p.property-detail-wrap .item-detail {
    padding: 10px;
}

    p.property-detail-wrap .item-detail i {
        margin-right: 5px;
    }

#imagesync2 .item {
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
}

#imagesync2 .synced .item {
    filter: alpha(opacity=100);
    opacity: 1;
}

.property-list .property-image {
    width: 200px;
}
/**-------------------------------------------MEDIA LIBRARY-------------------------------------------**/

.media-menu {
}

    .media-menu form {
        padding: 7.5px 10px;
        margin: 0;
        height: 50px;
    }

    .media-menu ul.menus {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .media-menu ul.menus li.menu-item {
            display: inline-block;
            line-height: 120%;
        }

            .media-menu ul.menus li.menu-item .icon-menu {
                margin-right: 5px;
            }

            .media-menu ul.menus li.menu-item a {
                height: 50px;
                padding: 15px 20px;
                color: #969EAB;
                display: block;
                text-decoration: none;
                border-right: 1px solid #F3F8FE;
            }

                .media-menu ul.menus li.menu-item a:focus, .media-menu ul.menus li.menu-item a:hover {
                    color: #676B74;
                }

            .media-menu ul.menus li.menu-item.active a:hover, .media-menu ul.menus li.menu-item.active a:focus, .media-menu ul.menus li.menu-item.active a {
                color: #676B74;
            }

.media-lib-item {
    position: relative;
    overflow: hidden;
}

    .media-lib-item .checklist-left {
        position: absolute;
        left: 10px;
        top: 0px;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .media-lib-item .more-dropdown {
        position: absolute;
        right: 10px;
        top: 10px;
        -webkit-transition: All 0.3s ease;
        -moz-transition: All 0.3s ease;
        -o-transition: All 0.3s ease;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .media-lib-item:hover .checklist-left, .media-lib-item:hover .more-dropdown {
        opacity: 1;
        filter: alpha(opacity=100);
    }
/**-------------------------------------------INVOICE-------------------------------------------**/

.invoice {
}

    .invoice h1 {
        padding: 0;
        margin: 0;
        font-weight: 700;
    }

.logo-invoice {
    width: auto;
    max-width: 260px;
}

.invoice .table-responsive {
    margin: 30px 0;
}

.invoice .jumbotron {
    margin: 30px 0 0;
}
/**-------------------------------------------BACK TO TOP-------------------------------------------**/

#back-top {
    color: #fff;
    background: #434A54;
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10001;
}

    #back-top.primary {
        background: #34BC9B;
    }

    #back-top.success {
        background: #8EC051;
    }

    #back-top.warning {
        background: #F6BB43;
    }

    #back-top.danger {
        background: #E7573E;
    }

    #back-top.info {
        background: #3EAFDB;
    }

    #back-top a, #back-top a:hover, #back-top a:focus {
        color: #fff;
        padding: 10px;
        display: block;
    }
/**=====================================================ICON SHOWCASEYou can remove this style if you want c:=====================================================**/

.icon-showcase i {
    margin-right: 5px;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

    .bs-glyphicons li {
        float: left;
        width: 25%;
        height: 115px;
        padding: 10px;
        margin: 0 -1px -1px 0;
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
        border: 1px solid #ddd;
    }

    .bs-glyphicons .glyphicon {
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 24px;
    }

    .bs-glyphicons .glyphicon-class {
        display: block;
        text-align: center;
        word-wrap: break-word; /* Help out IE10+ with class names */
    }

    .bs-glyphicons li:hover {
        background-color: rgba(86,61,124,.1);
    }

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}
/** Weather icons **/

.iconExamples:before, .iconExamples:after {
    content: " ";
    display: table;
}

.iconExamples:after {
    clear: both;
}

.iconExamples:before, .iconExamples:after {
    content: " ";
    display: table;
}

.iconExamples:after {
    clear: both;
}

.iconExamples h2 {
    font-family: "aktiv-grotesk-std";
    font-weight: 200;
    color: #3b6ab5;
}

.iconExamples .example {
    text-align: center;
    margin: 10px 3px;
}

    .iconExamples .example:before, .iconExamples .example:after {
        content: " ";
        display: table;
    }

    .iconExamples .example:after {
        clear: both;
    }

    .iconExamples .example:before, .iconExamples .example:after {
        content: " ";
        display: table;
    }

    .iconExamples .example:after {
        clear: both;
    }

    .iconExamples .example .icon {
        font-size: 20px;
        float: left;
        width: 35px;
    }

    .iconExamples .example .class {
        text-align: center;
        font-size: 17px;
        float: left;
        margin-top: 0px;
        font-weight: 400;
        margin-left: 10px;
        color: #333333;
    }

.weatherseparator {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 50px;
}

    .weatherseparator:before, .weatherseparator:after {
        content: " ";
        display: table;
    }

    .weatherseparator:after {
        clear: both;
    }

    .weatherseparator:before, .weatherseparator:after {
        content: " ";
        display: table;
    }

    .weatherseparator:after {
        clear: both;
    }
/**======================================VERSION 1.2 CLASSES UPDATED======================================**/ /**-------------------------------------------LOGIN-------------------------------------------**/

body.login.bg-success .white-popup h4, body.login.bg-info .white-popup h4, body.login.bg-danger .white-popup h4, body.login.bg-warning .white-popup h4, body.login.bg-dark .white-popup h4, body.login.bg-success .white-popup, body.login.bg-info .white-popup, body.login.bg-danger .white-popup, body.login.bg-warning .white-popup, body.login.bg-dark .white-popup {
    color: #656D78;
}

    body.login.bg-success .white-popup hr, body.login.bg-info .white-popup hr, body.login.bg-danger .white-popup hr, body.login.bg-warning .white-popup hr, body.login.bg-dark .white-popup hr {
        border-color: #dcdcdc;
    }
/**-------------------------------------------TASK LIST-------------------------------------------**/

.task-list-wrap .list-group .list-group-item {
    padding: 1px 20px 1px 40px;
}

h1.tiles-number {
    margin: 0 0 15px 0;
    padding: 10px 0;
    font-size: 50px;
    line-height: 95%;
}
/**-------------------------------------------NEWSTICKER-------------------------------------------**/

.widget-newsticker {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .widget-newsticker li {
        padding: 10px 15px;
        margin: 0;
        height: 135px;
        overflow: hidden;
        border-bottom: 1px dotted #ddd;
    }

        .widget-newsticker li .media-object {
            width: 125px;
            margin-top: 3px;
        }

        .widget-newsticker li .media-body {
            overflow: hidden;
            text-overflow: ellipsis;
            height: 120px;
        }

            .widget-newsticker li .media-body h4 {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

.currency-rates li {
    height: 42px;
}
/**-------------------------------------------WEATHER ICON SVG-------------------------------------------**/

.weather-widget.horizontal {
    padding: 10px 0;
}

.weather-widget h2.degrees {
    font-size: 55px;
    margin: 0;
    padding: 0;
    line-height: 110%;
}

.tiles-carousel-color-2 .item {
    position: relative;
    text-align: left;
    min-height: 200px;
}

.tiles-carousel-2 .item {
    position: relative;
    text-align: left;
}

.tiles-carousel-color-2 .item .des {
    padding: 10px;
    color: #fff;
    z-index: 2;
}

    .tiles-carousel-color-2 .item .des a {
        color: #fff;
        text-decoration: none;
    }

.sidebar-left.toggle-left-2 {
    left: -250px;
}

.sidebar-left.toggle-2 {
    left: 0px;
}

.btn-collapse-sidebar-left-2 {
    position: absolute;
    left: 0;
    width: 50px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    padding: 17px 0;
}

.top-navbar.primary-color .btn-collapse-sidebar-left-2, .top-navbar.success-color .btn-collapse-sidebar-left-2, .top-navbar.info-color .btn-collapse-sidebar-left-2, .top-navbar.danger-color .btn-collapse-sidebar-left-2, .top-navbar.warning-color .btn-collapse-sidebar-left-2, .top-navbar.dark-color .btn-collapse-sidebar-left-2 {
    color: #fff;
}

.has-feedback.no-label.lg .fa.form-control-feedback {
    top: 0px;
}

.has-feedback.no-label .fa.form-control-feedback {
    top: 8px;
}

.has-feedback.left-feedback.lg .form-control {
    padding-left: 45.5px;
    padding-right: 0px;
}
/**-------------------------------------------TOP NOTIFICATION-------------------------------------------**/

body.has-top-notification {
    padding-top: 110px;
}

.sidebar-right-heading.has-top-notification, .top-navbar.has-top-notification {
    top: 50px;
}

.sidebar-left.has-top-notification, .sidebar-right.has-top-notification {
    top: 110px;
}

.top-notification {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 1023;
    padding: 15px;
    padding-right: 50px;
    overflow: hidden;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .top-notification.close-notification {
        top: -50px;
    }

    .top-notification .times-notification {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        padding: 12px 0;
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

        .top-notification .times-notification:hover, .top-notification .times-notification:focus {
            opacity: 1;
            filter: alpha(opacity=100);
        }
/**=================================TABLET < 1025px=================================**/

@media (max-width: 1025px) { /**-------------------------------------------TOP NOTIFICATION-------------------------------------------**/

    body.has-top-notification {
        padding-top: 60px;
    }

    .sidebar-right-heading.has-top-notification, .top-navbar.has-top-notification {
        top: 0px;
    }

    .sidebar-left.has-top-notification, .sidebar-right.has-top-notification {
        top: 60px;
    }

    .top-notification {
        display: none;
    }

        .top-notification.close-notification {
            top: -50px;
        }

        .top-notification .times-notification {
            display: none;
        }
}
/**=================================TABLET < 991px=================================**/

@media (max-width: 991px) { /**-------------------------------------------TOP NOTIFICATION-------------------------------------------**/

    .sidebar-left.has-top-notification {
        top: 0px;
    }
}
/**-------------------------------------------LAYOUT HIDDEN SIDEBAR LEFT-------------------------------------------**/

.sidebar-left.hsl-toggle {
    left: -250px;
}

.page-content.hsl-toggle {
    margin-left: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sidebar-left.hsl-toggle-left {
        left: 0px;
    }

    .sidebar-left.hsl-toggle {
        left: -250px;
    }

    .page-content.hsl-toggle {
        margin-left: 0;
    }

    .page-content.hsl-toggle-left {
        margin-left: 250px;
        margin-right: -250px;
    }
}

@media (max-width: 767px) {
    .sidebar-left.hsl-toggle-left {
        left: 0px;
    }

    .sidebar-left.hsl-toggle {
        left: -250px;
    }

    .page-content.hsl-toggle-left {
        margin-left: 250px;
        margin-right: -250px;
    }
}
/**=====================================================FOR DEMO PURPOSE=====================================================**/

.box-demo {
    position: fixed;
    top: 70px;
    right: -200px;
    background: #242A34;
    z-index: 1999;
    width: 200px;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

    .box-demo.tugel {
        right: 0;
    }

    .box-demo .inner-panel {
        position: relative;
        padding: 10px;
    }

.inner-panel .cog-panel {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #242A34;
    left: -39px;
    text-align: center;
    cursor: pointer;
    padding: 7px 0;
    font-size: 18px;
}

.xs-tiles {
    cursor: pointer;
    margin: 10px 0;
    border-radius: 3px;
    overflow: hidden;
}

    .xs-tiles .quarter-tiles {
        height: 6px;
    }

    .xs-tiles .half-tiles {
        height: 12px;
    }

    .xs-tiles .tigaperempat-tiles {
        height: 18px;
    }

.bg-white {
    background: #F6F8F9;
}

@media (max-width: 767px) {
    .box-demo {
        display: none;
    }
}


nav li a:hover {
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pageHeading h1 {
    padding: 5px 0;
    margin: 7px 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    /*text-transform: uppercase;*/
    color: #fff;
}

#toolbar {
    padding: 10px 0;
}


/**-------------------------------------------Left Folder Panel -------------------------------------------**/
#leftFolderPanel .sidebar-menu a.active {
    background-color: #e2e9ec;
    color: #29566d;
    border-bottom: 1px solid #29566d;
    font-weight: bold;
    border-left: solid 5px;
}

#leftFolderPanel ul.sidebar-menu li ul.submenu {
    background-color: #fff;
}

    #leftFolderPanel ul.sidebar-menu li ul.submenu li a, #leftFolderPanel ul.sidebar-menu li a {
        color: #29566d;
    }

    #leftFolderPanel ul.sidebar-menu li ul.submenu li.active a {
        background-color: #e2e9ec;
        color: #29566d;
        font-weight: bold;
        border-bottom: 0px;
        border-left: solid 5px;
    }

#leftFolderPanel .sidebar-menu a:hover {
    text-decoration: underline;
}

#leftFolderPanel .list-group {
    margin-bottom: 0px;
}

/**-------------------------------------------Page Main Content Area -------------------------------------------**/

#pageContentArea .tabs-above {
    margin-top: -1px;
    border-top: none;
}


/**-------------------------------------------Data Table  -------------------------------------------**/
table thead .sorting_desc {
    background: url('../images/icons/sort_desc.png') no-repeat center right;
}

table thead .sorting {
    background: url('../images/icons/sort_both.png') no-repeat center right;
}

table thead .sorting_asc {
    background: url('../images/icons/sort_asc.png') no-repeat center right;
}

#message {
    /* display: none; */
    margin: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999;
}


#loginPage, #emailVerification {
    background: #00397f !important;
    padding: 0;
}

    #loginPage .btn-warning, #emailVerification .btn-warning {
        background-color: #fcb131;
        border-color: #fcb131;
        color:#fff;
    }

.login-wrapper .btn-warning.btn-perspective {
    -webkit-box-shadow: 0px 4px 0px #fff;
    -moz-box-shadow: 0px 4px 0px #fff;
    box-shadow: 0px 4px 0px #fff;
}

.login-wrapper .btn-warning:hover, .login-wrapper .btn-warning:focus, .login-wrapper .btn-warning:active, .login-wrapper .btn-warning.active {
    background-color: #fcb131;
    border-color: #00397f;
}

.login-wrapper .btn-warning.btn-perspective:hover {
    -webkit-box-shadow: 0px 4px 0px #fff;
    -moz-box-shadow: 0px 4px 0px #fff;
    box-shadow: 0px 4px 0px #fff;
}

.topbar {
    background-color: #00397f;
}

.sentEmail .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
}


.bs-wizard {
    /*margin-top: 40px;*/
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #f5f5f5;
            top: 45px;
            right: -1px;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
            z-index: 99;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #f5f5f5;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }



        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #8cc152;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.panel.panel-success.task-list-wrap {
    border-color: transparent;
}

.progress.active, .progress.progressactive {
    background-color: #8cc152;
}

    .progress.active:after, .progress.progressactive:after {
        background-color: #8cc152 !important;
    }

.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot,
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot, .bs-wizard > .bs-wizard-step.progressactive > .bs-wizard-dot {
    background: #8cc152;
}

    .bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot:after,
    .bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after, .bs-wizard > .bs-wizard-step.progressactive > .bs-wizard-dot:after {
        background: #8cc152;
    }
/*END Form Wizard*/

/* complete job new design */

.CompleteApplicationPanel {
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.50);
    -webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.50);
    -moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.50);
    margin: 10px 0 20px;
    padding: 30px;
}

    .CompleteApplicationPanel:nth-child(even) {
        background-color: #e0e0e0;
    }

    .CompleteApplicationPanel h3 {
        margin: 0 0 20px;
        color: #134a80;
        font-size: 22px;
        font-weight: bold;
    }

    .CompleteApplicationPanel p {
        color: #29566d;
        font-size: 18px;
    }

    .CompleteApplicationPanel h4 {
        color: #29566d;
        font-size: 20px;
        margin: 0;
    }

    .CompleteApplicationPanel p.JOB-DETAIL-BUTTON {
        display: block;
        text-align: right;
        margin-bottom: 0px;
    }

    .CompleteApplicationPanel p a.JOB-DETAIL-ICON {
        display: block;
        margin-bottom: 26px;
    }


    .CompleteApplicationPanel p.JOB-DETAIL-BUTTON span {
        display: block;
    }

        .CompleteApplicationPanel p.JOB-DETAIL-BUTTON span a.BtnLink,
        .CompleteApplicationPanel p.JOB-DETAIL-BUTTON span a.JOB-DETAIL-ICON {
            display: inline-block;
        }


@media only screen and (max-device-width: 1024px) and (min-device-width: 200px) {

    .CompleteApplicationPanel {
        padding: 20px;
    }

        .CompleteApplicationPanel h4 {
            margin-bottom: 10px;
        }

        .CompleteApplicationPanel p.JOB-DETAIL-BUTTON {
            text-align: right;
            margin-top: 10px;
        }

        .CompleteApplicationPanel p a.JOB-DETAIL-ICON {
            display: inline-block;
            margin-bottom: 5px;
        }

        .CompleteApplicationPanel p.JOB-DETAIL-BUTTON a.btn {
            margin-bottom: 10px;
            padding: 6px 10px;
        }

        .CompleteApplicationPanel p.JOB-DETAIL-BUTTON span {
            display: inline-block;
        }
}


@media only screen and (max-device-width: 767px) and (min-device-width: 200px) {
    .CompleteApplicationPanel p.JOB-DETAIL-BUTTON a.btn {
        margin-left: 4px;
    }

    .CompleteApplicationPanel p a.JOB-DETAIL-ICON {
        margin-right: 40px;
    }

    .CompleteApplicationPanel p span a.JOB-DETAIL-ICON {
        margin-right: 0px;
    }

    .CompleteApplicationPanel {
        padding: 10px;
    }
}

/* esign button */
a.esign_btn {
    background: #444;
    padding: 4px;
    margin-top: 5px;
    float: left;
    border-radius: 3px;
}

    a.esign_btn img {
        width: 65px;
    }

/**
==============================================================
 * Sentir - Responsive admin & dashboard template
 * Version 	1.2.0
 * Release	July 19, 2014
==============================================================
**/



/**
=================================
LARGE DESKTOP > 1200px
=================================
**/
@media (min-width: 1200px)
{
}





/**
=================================
STANDARD DESKTOP 992px <> 1200px
=================================
**/
@media (min-width: 992px) and (max-width: 1199px)
{
    /**
	-------------------------------------------
	PRICING TABLE
	-------------------------------------------
	**/
    .pricing-table-wrap
    {
        margin: 60px;
    }

    .table-item .circle-best
    {
        width: 60px;
        height: 60px;
        font-size: 16px;
        top: -30px;
    }

    /**
	-------------------------------------------
	WEATHER ICON SVG
	-------------------------------------------
	**/
    .weather-widget h1.degrees
    {
        font-size: 50px;
    }
}




/**
=================================
TABLET < 1025px
=================================
**/
@media (max-width: 1025px)
{
    /**
	-------------------------------------------
	MAIN LAYOUT
	-------------------------------------------
	**/
    .sidebar-left,
    .sidebar-right
    {
        /*overflow-y: auto;
        overflow-x: hidden;*/
        -webkit-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        overflow-scrolling: touch;
    }
}





/**
=================================
SMALL DESKTOP 768px <> 991px
=================================
**/
@media (min-width: 768px) and (max-width: 991px)
{
    /**
	-------------------------------------------
	MAIN LAYOUT
	-------------------------------------------
	**/
    body
    {
        overflow-x: hidden;
    }

    .wrapper
    {
        overflow-x: hidden;
    }

    .top-navbar.toggle
    {
        left: 250px;
        right: -250px;
    }

    .sidebar-left
    {
        left: -250px;
        top: 0;
    }

        .sidebar-left.toggle
        {
            left: 0px;
        }

    .icon-dinamic
    {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .icon-dinamic.rotate-180
        {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .page-content
    {
        margin-left: 0px;
    }

        .page-content.toggle
        {
            margin-left: 250px;
            margin-right: -250px;
        }

        .page-content.toggle-left
        {
            margin-left: -250px;
            margin-right: 250px;
        }

    /**
	-------------------------------------------
	PRICING TABLE
	-------------------------------------------
	**/
    .pricing-table-wrap
    {
        margin: 60px 0;
    }

    .table-item .circle-best
    {
        width: 60px;
        height: 60px;
        font-size: 16px;
        top: -30px;
    }

    /**
	-------------------------------------------
	WEATHER ICON SVG
	-------------------------------------------
	**/
    .weather-widget h1.degrees
    {
        font-size: 50px;
    }
}




/**
=================================
TABLET < 800px
=================================
**/
@media (max-width: 800px)
{
    /**
	-------------------------------------------
	MAIN LAYOUT
	-------------------------------------------
	**/
    body
    {
        /*padding-top: 120px;*/
    }

    .wrapper
    {
        overflow-x: hidden;
    }

    .top-navbar
    {
        height: auto;
    }

    .logo-brand
    {
        width: 100%;
        height: 60px;
        position: relative;
        padding-left: 10px;
        text-align: left;
    }

    .top-nav-content
    {
        margin-left: 0px;
        height: 60px;
    }

    /**
	-------------------------------------------
	PRICING TABLE
	-------------------------------------------
	**/
    .table-item-2 .table-heading h1 sup,
    .table-item-2 .table-heading h1 sub
    {
        top: -5px;
        display: block;
    }

    .table-item-2 .table-heading h1 sub
    {
        top: 10px;
        bottom: 0px;
    }

    .table-item-2 .table-heading h1
    {
        font-size: 50px;
        margin-bottom: 20px;
        padding: 30px 0;
    }




    /**
	-------------------------------------------
	BLOG APPS
	-------------------------------------------
	**/
    .carousel.blog-carousel .carousel-caption p
    {
        display: none;
    }

    .carousel.blog-carousel .carousel-caption h2
    {
        font-size: 24px;
    }



    /**
	-------------------------------------------
	TOP MAIN NAVIGATION
	-------------------------------------------
	**/
    body.top-navigation
    {
        padding-top: 170px;
    }

    .top-main-navigation
    {
        top: 120px;
    }

        .top-main-navigation.full-top
        {
            top: 60px;
        }
}




/**
=================================
TABLET < 767px
=================================
**/
@media (max-width: 767px)
{
    /**
	-------------------------------------------
	MAIN LAYOUT
	-------------------------------------------
	**/
    body
    {
        /*padding-top: 120px;*/
    }

    .wrapper
    {
        overflow-x: hidden;
    }

    .top-navbar
    {
        height: auto;
    }

        .top-navbar.toggle
        {
            left: 250px;
            right: -250px;
        }

    .logo-brand
    {
        width: 100%;
        height: 60px;
        position: relative;
    }

    .top-nav-content {
        margin-left: 0px;
        height: auto;
        padding: 0;
        margin-top: 20px;
    }

    .sidebar-left
    {
        top: 0;
        left: -250px;
    }

    .sidebar-right
    {
        top: 60px;
        right: -250px;
        bottom: 0;
        width: 250px;
    }

    .sidebar-left.toggle
    {
        left: 0px;
    }

    .page-content
    {
        margin-left: 0px;
        left: 0;
    }

        .page-content.toggle
        {
            left: 0;
            margin-left: 250px;
            margin-right: -250px;
        }

        .page-content.toggle-left
        {
            margin-left: -250px;
            margin-right: 250px;
        }

    .sidebar-right.toggle-left
    {
        right: 0px;
    }

    .nav-dropdown-content
    {
        height: auto;
        max-width: 100%;
    }

    .btn-collapse-sidebar-right
    {
        top: -60px;
    }

    .btn-collapse-nav
    {
        display: block;
    }

    .icon-dinamic
    {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .icon-dinamic.rotate-180
        {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .icon-plus
    {
        -webkit-transition: All 0.2 ease;
        -moz-transition: All 0.2s ease;
        -o-transition: All 0.2s ease;
    }

        .icon-plus.rotate-45
        {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .top-nav-content .navbar-nav > li > a
    {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
    }

        .top-nav-content .navbar-nav > li > a .icon-count
        {
            top: 10px;
            right: auto;
            left: 40px;
        }

    ul.nav-user
    {
        right: 0px;
        left: 0px;
        text-align: center;
        position: relative;
        margin-left: 50px;
        margin-right: 50px;
    }

        ul.nav-user li.dropdown
        {
            display: block;
        }

            ul.nav-user li.dropdown .dropdown-menu
            {
                text-align: left;
                left: 0;
                right: 0;
            }

            ul.nav-user li.dropdown a.dropdown-toggle
            {
                height: 60px;
                max-width: 100%;
            }

    .navbar-collapse
    {
        max-height: 280px;
        margin-bottom: 20px;
    }

    /**
	-------------------------------------------
	MASONRY
	-------------------------------------------
	**/
    .container-masonry ol
    {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }



    /**
	-------------------------------------------
	BLOG APPS
	-------------------------------------------
	**/
    .col-full-width-right,
    .col-full-width-left
    {
        padding: 0 15px;
    }

    .blog-detail-image .blog-title,
    .blog-detail-image:hover .blog-title
    {
        position: relative;
        background: #fff;
        opacity: 1;
        color: #434A54;
    }

        .blog-detail-image .blog-title a
        {
            color: #37BC9B;
            text-decoration: none;
        }

        .blog-detail-image .blog-title h1,
        .blog-detail-image .blog-title h2,
        .blog-detail-image .blog-title h3,
        .blog-detail-image .blog-title h4,
        .blog-detail-image .blog-title h5
        {
            color: #656D78;
        }

    .featured-post-wide .featured-text
    {
        padding: 5px 5px 5px 40px;
    }




    /**
	-------------------------------------------
	REAL ESTATE APPS
	-------------------------------------------
	**/
    .store-list .store-image,
    .blog-list .blog-image,
    .property-list .property-image
    {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
    }

    .store-list .pull-left,
    .blog-list .pull-left,
    .property-list .pull-left
    {
        margin-right: 0;
    }




    /**
	-------------------------------------------
	PRICING TABLE
	-------------------------------------------
	**/
    .pricing-table-wrap
    {
        margin: 50px 0;
    }

    .table-item .circle-best
    {
        width: 60px;
        height: 60px;
        font-size: 16px;
        top: -30px;
    }

    .table-item-2 .table-heading h1
    {
        font-size: 80px;
        margin-bottom: 30px;
    }

        .table-item-2 .table-heading h1 sup,
        .table-item-2 .table-heading h1 sub
        {
            top: -50px;
            display: inline;
        }

        .table-item-2 .table-heading h1 sub
        {
            top: 0;
            bottom: -50px;
        }


    /**
	-------------------------------------------
	TOP MAIN NAVIGATION
	-------------------------------------------
	**/
    body.top-navigation
    {
        padding-top: 120px;
    }

    .top-main-navigation
    {
        top: 120px;
    }

        .top-main-navigation .navbar
        {
            min-height: 0px;
        }

    .btn-collapse-main-navigation
    {
        display: block;
    }

    .logo-brand {
        top: 0px;
        left: 0px;
        text-align: center;
    }

        .logo-brand img.logo {
            margin-left: 0px;
        }

    #top-main-navigation
    {
        float: left;
        width: 100%;
    }

    .breadcrumb
    {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, nav li a:hover
    {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    /**
	-------------------------------------------
	MEDIA LIBRARY
	-------------------------------------------
	**/
    .media-menu ul.menus li.menu-item
    {
        display: block;
    }

        .media-menu ul.menus li.menu-item a
        {
            border-right: none;
            border-bottom: 1px solid #F3F8FE;
        }
}




/**
=================================
PHONE < 640px
=================================
**/
@media (max-width: 640px)
{
}




/**
=================================
PHONE < 600px
=================================
**/
@media (max-width: 600px)
{

    /**
	-------------------------------------------
	SOCIAL APPS
	-------------------------------------------
	**/
    ul.timeline li.centering-line
    {
        left: 15px;
        margin-left: 0px;
    }

    ul.timeline li.item-timeline
    {
        width: 100%;
    }

    ul.timeline li:nth-child(even).item-timeline
    {
        float: left;
        clear: left;
    }

    ul.timeline li:nth-child(odd).item-timeline
    {
        float: left;
        clear: left;
    }

        ul.timeline li:nth-child(odd).item-timeline.highlight,
        ul.timeline li:nth-child(odd).item-timeline.highlight
        {
            float: left;
            clear: left;
        }

    ul.timeline li.item-timeline .inner-content
    {
        margin: 10px;
        margin-left: 35px;
    }

    ul.timeline li:nth-child(even).item-timeline.highlight .buletan,
    ul.timeline li:nth-child(odd).item-timeline.highlight .buletan,
    ul.timeline li:nth-child(even).item-timeline .buletan,
    ul.timeline li:nth-child(odd).item-timeline .buletan
    {
        left: 11px;
        top: 35px;
        margin-left: 0;
    }

    ul.timeline li.item-timeline:nth-child(even):before
    {
        top: 29px;
        right: auto;
        left: 25px;
        border-left: 0px solid #fff;
        border-right: 12px solid #fff;
        border-right-color: #fff;
    }

    ul.timeline li.item-timeline:nth-child(odd).highlight:before,
    ul.timeline li.item-timeline:nth-child(even).highlight:before,
    ul.timeline li.item-timeline:nth-child(odd):before
    {
        top: 29px;
        left: 25px;
        display: inline-block;
        border-top: 12px solid transparent;
        border-right: 12px solid #fff;
        border-bottom: 12px solid transparent;
        border-right-color: #fff;
        content: '';
    }

    ul.timeline li.center-timeline-cat .inner
    {
        border-radius: 0 5px 5px 0;
        margin: 20px 0 20px 19px;
    }

    ul.timeline li:first-child.center-timeline-cat .inner,
    ul.timeline li:last-child.center-timeline-cat .inner
    {
        margin: 20px 0 20px 19px;
    }

    .featured-post-wide .featured-text
    {
        position: relative;
        width: 100%;
        padding: 5px 15px 15px 15px;
    }
}



/**
=================================
PHONE < 548px
=================================
**/
@media (max-width: 548px)
{

    /**
	-------------------------------------------
	PRICING TABLE
	-------------------------------------------
	**/
    .pricing-table-wrap
    {
        margin: 40px 0;
    }

    .table-item
    {
        width: 100%;
        margin-bottom: 40px;
        margin-top: 0;
    }

        .table-item.best-choice
        {
            margin-left: 0;
            margin-right: 0;
            margin-top: 0px;
            margin-bottom: 40px;
        }

        .table-item:first-child,
        .table-item:last-child
        {
            border-radius: 5px;
        }
}



/**
=================================
PHONE < 480px
=================================
**/
@media (max-width: 480px)
{
    .login-header
    {
        height: 140px;
    }

        .login-header .logo
        {
            margin-top: 50px;
        }

    .login-wrapper
    {
        max-width: 250px;
        margin: 150px auto 0;
    }

    /**
	-------------------------------------------
	MASONRY
	-------------------------------------------
	**/
    .container-masonry ol
    {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    /**
	-------------------------------------------
	SOCIAL APPS
	-------------------------------------------
	**/
    .img-wrap-col .img-col-3,
    .img-wrap-col .img-col-4,
    .img-wrap-col .img-col-5
    {
        width: 50%;
    }

    .profile-heading img.avatar
    {
        left: 50%;
        margin-left: -35px;
        bottom: 190px;
        z-index: 3;
        width: 70px;
        height: 70px;
    }

    .profile-heading .user-name
    {
        position: relative;
        left: auto;
        bottom: auto;
        color: #434A54;
    }

    .profile-heading .right-button
    {
        position: relative;
        bottom: auto;
        right: auto;
    }

    .profile-heading .profile-info
    {
        position: relative;
        padding-left: 10px;
        padding-top: 40px;
        text-align: center;
        height: auto;
    }


    /**
	-------------------------------------------
	STORE APPS
	-------------------------------------------
	**/
    .item-lg .item-des
    {
        position: relative;
        width: 100%;
        overflow-y: none;
    }


    /**
	-------------------------------------------
	MAIL APPS
	-------------------------------------------
	**/
    .list-group-item.mail-list span.attachment,
    .list-group-item.mail-list span.subject
    {
        display: none;
    }
}




/**
=================================
PHONE < 360px
=================================
**/
@media (max-width: 360px)
{
}




/**
=================================
PHONE < 320px
=================================
**/
@media (max-width: 320px)
{
}



form i.fa-asterisk {
    color: red;
    font-size: 7px;
    vertical-align: text-top;
}

.actionsBtn {
    text-align: center;
}

    .actionsBtn a {
        color: #29566d;
    }

    .actionsBtn i {
        margin-right: 5px;
        font-size: 20px !important;
    }

.breadcrumb li {
    color: #fcb131;
}


/**Trash Folder Starts*/
#trash {
    background: #e2e9ec;
}


    #trash a {
        padding-left: 0;
        text-align: center;
        border-bottom: 0px solid #2c3439;
        overflow: visible;
        font-size: 100px;
        float: left;
        width: 100%;
    }

        #trash a i {
            color: red;
        }
/**Trash Folder Ends*/

ul.sidebar-menu {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}


.fixed-header {
    position: fixed;
    top: 10px;
}

.subHeading {
    color: #fff;
    background: #fcb131;
    padding: 10px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.subHeading1 {
    color: #00397f;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #00397f;
    font-weight: bold;
}


/**********************Drag Drop Class Starts***********************/
.ui-draggable-dragging {
    background: #243651;
    cursor: url(/Templates/resources/cursors/openhand.cur), auto !important;
    padding: 10px;
    margin: 10px;
    color: #fff;
}

.ui-draggable {
    cursor: url(/Templates/resources/cursors/openhand.cur),auto !important;
}

    .ui-draggable, .ui-draggable:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

.ui-draggable-dragging:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


.ui-state-hover {
    /*width: 84% !important;*/
    color: #243651 !important;
    font-weight: bold;
    background-color: #f5f7fa;
    /*padding-bottom: 10px;*/
}

/**********************Drag Drop Class Ends ***********************/


.starCandidate {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

i.yellowStar {
    color: yellow;
}

.candidateNotes, .candidateDocments {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
}

i.hasCandidateNotes, i.hascandidateDocuments {
    color: #3bafda;
}

.actions {
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    color: #3bafda;
}

    .actions a {
        color: #3bafda;
    }

    .actions i {
        padding-right: 5px;
    }

.candidateQuickView {
    text-align: center;
    cursor: pointer;
    font-size: 28px;
    color: #3bafda;
}




/********************** Popup Class Starts ***********************/
.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    opacity: .75;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    z-index: 888888888888888;
}

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
}
/********************** Popup Class Ends ***********************/


/********************** Dashboard Classes Starts ***********************/


.tiles-information .dashboardIcon-bg {
    font-size: 100px;
    color: #fff;
}

/*Jobs starts*/
.dashboardJobs .fa-briefcase {
    /*color: #134A80;*/
    opacity: 0.8;
    color: #fff;
}

.dashboardJobs p {
    font-size: 26px;
    color: #fff;
}

.dashboardJobs .progress-bar {
    /*background-color: #134A80;*/
    background-color: #fff;
}

.dashboardJobs:hover, .dashboardJobs {
    background-color: #fcb131;
}

    .dashboardJobs:hover .progress-bar {
        background-color: #fff;
    }

    .dashboardJobs:hover .fa-briefcase {
        opacity: 0.8;
        color: #fff;
    }

    .dashboardJobs:hover p, .dashboardJobs:hover h4, .dashboardJobs h4 {
        color: #fff;
    }

/*Jobs ends*/

/*search starts*/
.dashboardSearch {
    background-color: #00397f;
    color: #fff;
}

    .dashboardSearch .fa-search {
        opacity: 0.8;
        color: #fff;
    }

    .dashboardSearch p {
        font-size: 26px;
        color: #fff;
    }

    .dashboardSearch .progress-bar {
        background-color: #fff;
    }

    .dashboardSearch:hover {
    }

        .dashboardSearch:hover .progress-bar {
            background-color: #fff;
        }

        .dashboardSearch:hover .fa-search {
            opacity: 0.8;
            color: #fff;
        }

        .dashboardSearch:hover p, .dashboardSearch:hover h4 {
            color: #fff;
        }
/*search ends*/

/*Email Starts*/
.dashboardEmail .fa-envelope {
    opacity: 0.8;
    color: #fff;
}

.dashboardEmail p {
    font-size: 26px;
    color: #fff;
}

.dashboardEmail .progress-bar {
    background-color: #fff;
}

.dashboardEmail:hover, .dashboardEmail {
    background-color: #fcb131;
}

    .dashboardEmail:hover .progress-bar {
        background-color: #fff;
    }

    .dashboardEmail:hover .fa-envelope {
        opacity: 0.8;
        color: #fff;
    }

    .dashboardEmail:hover p, .dashboardEmail:hover h4 {
        color: #fff;
    }
/*Email Ends*/


/*My Profile Starts*/
.dashboardMyProfile .fa-user {
    opacity: 0.8;
    color: #fff;
}

.dashboardMyProfile p {
    font-size: 26px;
    color: #fff;
}

.dashboardMyProfile .progress-bar {
    background-color: #fff;
}

.dashboardMyProfile:hover, .dashboardMyProfile {
    background-color: #00397f;
}

    .dashboardMyProfile:hover .progress-bar {
        background-color: #fff;
    }

    .dashboardMyProfile:hover .fa-user {
        opacity: 0.8;
        color: #fff;
    }

    .dashboardMyProfile:hover p, .dashboardMyProfile:hover h4, .dashboardMyProfile h4 {
        color: #fff;
    }
/*My Profile Ends*/






/********************** Dashboard Classes Ends ***********************/

.btn-popUpClose {
    float: right;
    /*background-color: #fff;*/
    color: #fff;
    /*background-color: #014f74;
    border-color: #014f74;*/
    background-color: #fcb131;
    border-color: #fcb131;
}

    .btn-popUpClose:hover {
        background-color: #444;
        border-color: #444;
    }


#leftSettingMenu ul.sidebar-menu {
    height: auto;
}

form.bigForm label {
    font-weight: normal;
    font-size: 20px;
}

form.bigForm .form-control {
    height: 38px;
}

body#error404 {
    background: #00397f;
}

    body#error404 a {
        background: #fff;
        padding: 10px;
    }

h1.successHeading {
    font-weight: 800;
}

i.successTick {
    color: green;
    font-size: 100px;
}

i.infoCircle {
    color: #bce8f1;
    font-size: 100px;
}

.the-JobSearchBox i.successTick, i.jobDetails {
    color: green;
    font-size: 30px;
}

.the-JobSearchBox {
    background-color: #E2E9EC;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid #D5DAE0;
    position: relative;
}

.jobDetails span {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

.jobDetails i, .jobDetails b {
    color: #fcb131;
}

.popUpPageHeadingBackGround {
    background-color: #00397f;
}

.dashBoardMyRequestedDocuments, .dashBoardMyRecentlyAppliedJobs {
    border: 1px solid #fcb131;
    min-height: 400px;
}

    /*.dashBoardMyRequestedDocuments .list-group-item, .dashBoardMyRecentlyAppliedJobs .list-group-item {
        padding: 10px 0px 9px 20px !important;
    }*/

    .dashBoardMyRequestedDocuments .myRequestedDocumentheading, .dashBoardMyRecentlyAppliedJobs .myRecentlyAppliedJobsHeading {
        background-color: #fcb131 !important;
        color: #fff;
        opacity: 0.8;
        font-weight: bold;
    }

    .dashBoardMyRequestedDocuments li.list-group-item:nth-child(even), .dashBoardMyRecentlyAppliedJobs li.list-group-item:nth-child(even) {
        background-color: #e3e3e3;
    }

    .dashBoardMyRequestedDocuments li.list-group-item:nth-child(odd), .dashBoardMyRecentlyAppliedJobs li.list-group-item:nth-child(odd) {
        background-color: #FFFFFF;
    }

.emailModule {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    padding: 0;
    margin: 0 0 30px 0;
}

.btnRow {
    background: #e2e9ec;
    padding: 10px;
}

    .btnRow .btn {
        float: right;
    }

.sentEmailBody {
    background-color: #76B7DA;
    color: #fff;
}

.btn-toolbar {
    padding-bottom: 10px;
}

#sentEmailDetails {
    background-color: #DDEEA0;
}

    #sentEmailDetails td:hover {
        background-color: transparent;
    }


.subHeading2 {
    color: #fff;
    background: #1a4279;
    padding: 10px;
    margin-bottom: 25px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #1a4279;
}

.document_download {
    background-color: #d2d2d2;
    height: 274px;
}

    .document_download a {
        text-align: center;
        display: block;
        padding: 55px 0;
    }

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.document_download a span {
    font-size: 20px;
    font-weight: 800;
    line-height: 40px;
}


subHeading1.search-heading-panel {
    height: 45px;
    padding: 0 12px;
}

.subHeading1 {
    background: #fcb131;
    padding: 10px 12px;
    color: #fff;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.form-group .list-group.row.checkboxList {
    padding-left: 50px;
}

.subHeading1 .subHeadingTitle {
    padding-top: 10px;
}

.subHeading1 .form-control {
    width: 20%;
    float: right;
    margin: 5px;
}

.form-group .list-group.row.checkboxList {
    padding-left: 30px;
}

.checkboxList .list-group-item {
    border-color: transparent;
}

.subHeading1.search-heading-panel {
    height: 45px;
    padding: 0 12px;
}

.checkboxList label {
    width: calc(100% - 18px);
    width: -webkit-calc(100% - 18px);
    width: -moz-calc(100% - 18px);
}

.checkboxList input[type=checkbox] {
    vertical-align: top;
}

/* Share buttons - Job details */
.btn-twitter[data-network] {
    background-color: #55acee;
}

.btn-email[data-network] {
    background-color: #7d7d7d;
}

.btn-linkedin[data-network] {
    background-color: #0077b5;
}

.btn-facebook[data-network] {
    background-color: #3B5998;
}

.st-custom-button[data-network] {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
}

  .loginBox {
        padding: 10px;
        background-color: #fff;
        margin-top: 15px;
        min-height: 450px
    }

        .loginBox h4 {
            padding-bottom: 50px;
        }

    .registerBox .imgBox {
        width: 100%;
        text-align: center;
    }

    .login-wrapper .form-control {
        border: 1px solid #000;
    }

    .login-wrapper p.loginBoxHeading {
        color: #000;
        padding-left: 20px;
        font-family: sans-serif;
    }

    .login-wrapper h3 {
        color: #000;
        padding-left: 20px;
        font-family: sans-serif;
        font-size: 22px;
    }

    .login-wrapper h4 {
        color: #000;
        padding-left: 20px;
        font-family: sans-serif;
        font-size: 18px;
        margin-bottom: 10px;
    }
	

    .login-wrapper .field-validation-error span {
        color: red;
    }

    .login-wrapper {
        width: 100%;
        max-width: 300px;
        margin: 250px auto 0;
        color: #000;
        padding: 0 0 30px 0;
    }
	
	.divJobDescription {
    color: #000;
    padding-left: 20px;
    font-family: sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

        .login-wrapper form {
            padding-left: 20px;
            padding-right: 20px;
        }

    .registerBox {
        padding: 10px;
        background-color: #fff;
        margin-top: 15px;
        min-height: 480px;
    }

    .registerButton {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center
    }


.responsiveImage {
    width: 100%;
    height: auto;
}

.div-wrapper {
    position: relative;
}

    .div-wrapper img {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
    }
body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

/*Slider*/
#slides .slidesjs-navigation {
    margin-top: 5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    /*background-image: url(img/btns-next-prev.png);*/
    background-repeat: no-repeat;
    display: block;
    width: 12px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right: 5px;
}

a.slidesjs-next {
    margin-right: 10px;
    background-position: -12px 0;
}

a:hover.slidesjs-next {
    background-position: -12px -18px;
}

a.slidesjs-previous {
    background-position: 0 0;
}

a:hover.slidesjs-previous {
    background-position: 0 -18px;
}

a.slidesjs-play {
    width: 15px;
    background-position: -25px 0;
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
}

a.slidesjs-stop {
    width: 18px;
    background-position: -41px 0;
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
}

.slidesjs-pagination {
    margin: 0 auto;
    display: block;
    text-align: center;
    list-style: none;
    background-color: #f1f1f1;
    padding: 0px 0;
}

    .slidesjs-pagination li {
        display: inline-block;
        margin: 0 1px;
    }

        .slidesjs-pagination li a {
            display: block;
            width: 25px;
            height: 25px;
            /*padding-top: 13px;*/
            background-color: #333;
            border: 2px solid #333;
            float: left;
            overflow: hidden;
            border-radius: 50%;
        }

            .slidesjs-pagination li a.active,
            .slidesjs-pagination li a:hover.active {
                background-color: #134A80;
                border: 2px solid #134A80;
                color:#fff !important;
            }

            .slidesjs-pagination li a,
            .slidesjs-pagination li a:hover {
                background-color: transparent;
                border: 2px solid #333;
            }

#slides a:link,
#slides a:visited {
    color: #333;
}

#slides a:hover,
#slides a:active {
    color: #9e2020;
}

/*.navbar {
    overflow: hidden;
}*/


    div#slides .dashBoardMyRequestedDocuments {
        border: none;
    }

/*Slider End*/

/*6.2.2017*/
.slidesjs-pagination {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#slides{
    height:500px;
    overflow-y:scroll;
    overflow-x:hidden;
}
#slides .slidesjs-container{
    top:127px;
    height:1150px;
}
.radiduBorder{
    border: 1px solid #8cc152;
    border-radius: 5px;
    padding: 0 1px;
}

