/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  /*max-width: 100%;*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 27px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  /*width: 940px;*/
    max-width: 1400px;
    min-width: 940px;
    padding-left: 20px;
    padding-right: 20px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.spanF {
  width: 171px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
  font-weight: normal;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 15px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 15px;
}

dt,
dd {
  line-height: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.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;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 10px; 
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 15px;
  padding: 4px 6px;
  /*margin-bottom: 10px;*/
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /*border-color: rgba(82, 168, 236, 0.8);*/
  border-color: rgba(150, 188, 51, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 188, 51, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 188, 51, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(150, 188, 51, 0.6); 
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0; 
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px; 
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info > label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 15px 20px 5px;
  /*margin-top: 20px;
  margin-bottom: 20px;*/
  background-color: #FFFFFF;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  text-align: center;
}

.form-actions .btn {
	margin-right: 5px;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn,
.input-append select + .btn-group .btn,
.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
  background-color: rgba(0, 0, 0, 0.05);
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 210px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .control-label-small {
  float: left;
  width: 150px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls span {
	font-size: 12px;
}
	
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 230px;
  *margin-left: 0;
} 

.form-horizontal .controls:first-child {
  *padding-left: 230px;
}

.form-horizontal .controls-small {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 170px;
  *margin-left: 0;
}

.form-horizontal .controls-small:first-child {
  *padding-left: 170px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  /*padding-left: 150px;*/
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  /*border-top: 0;*/
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child,
.table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child,
.table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.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 td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

/* usuniete ikony */

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color: #333333;
  text-decoration: none;
  /*background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  /*background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
  outline: 0;
}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}

.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 45px;
  /*left: 100%;*/
  left: 0px;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 0 0 0 0;
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  /*-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
  -webkit-border-radius: 0px !important;
     -moz-border-radius: 0px !important;
          border-radius: 0px !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 2px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini {
  padding: 1px 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  margin-top: 3px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #fafafa; 
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 8px; 
  padding-left: 8px;  
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
  color: #777777;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 23px;
  font-weight: bold; 
  letter-spacing: -1px;  
  color: #FFFFFF;
  text-shadow: 0 2px 3px #333333;
}

.navbar .brand:hover {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 9px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  /*border-width: 0 0 1px;*/
  border-width: 0 0 0px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  /*width: 940px;*/
  max-width: 1400px;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); 
     -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.45);
     -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.45);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.45);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 12px 10px; 
  color: #FFFFFF;
  text-decoration: none;
  line-height: 20px;
  text-shadow: 0 1px 2px #333333;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #EEEEEE; 
  text-decoration: none;
  background-color: transparent;
  text-shadow: 0 2px 3x #333333;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu: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: '';
}

.navbar .nav > li > .dropdown-menu: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-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse {
  color: #999999;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 4px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.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 > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

/* usuniete modal */

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  margin-top: -3px;
}

.tooltip.right {
  margin-left: 3px;
}

.tooltip.bottom {
  margin-top: 3px;
}

.tooltip.left {
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          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-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 3px;
  line-height: 15px; 
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  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 {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* usuniete progress */

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}


.carousel .item > img {
  display: block;
  line-height: 1;
	width: 100%; 
	height: 450px;
}

.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}

.carousel .active {
  left: 0;
}

.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .next {
  left: 100%;
}

.carousel .prev {
  left: -100%;
}

.carousel .next.left,
.carousel .prev.right {
  left: 0;
}

.carousel .active.left {
  left: -100%;
}

.carousel .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 60px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 25px; 
  left: auto;
}

.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    bottom: 0; 
    left: 217px;
    padding: 15px;
    position: absolute;  
    right: 0;
    top: 207px;
    width: 480px;
  /*background-color: rgba(0, 0, 0, 0);
    margin-top: 200px;
    max-width: 550px;
    padding: 0 20px;
    position: static;*/ 
}


.carousel-caption h1, .carousel-caption .lead {
    color: #FFFFFF;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
} 

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*****************************************************************************************/

#map { height: 500px; line-height: 14px; }

.fileupload-content { display: none; }
.fileupload-buttonbar .ui-widget-header { border: 0px !important; background: none !important; }
.ui-fileupload .ui-widget .ui-widget-header { border: 0px !important; background: none !important; } 
.ui-widget-header { border: 0px !important; background: none !important; } 

.form-actions .ui-widget-content a { color: #FFFFFF; }
.form-actions a { color: #FFFFFF; } 
.ui-dialog.ui-widget-content .ui-dialog-content { border-top: 1px solid #C8CCCE; }
.ui-dialog.ui-widget-content .ui-dialog-title { font-size: 18px; }
.ui-dialog.ui-widget-content .ui-dialog-titlebar { background-color: #FFFFFF !important; border-bottom: 0 solid #EEEEEE !important; padding: 6px 15px; }

.ui-dialog.ui-widget-content { border-radius: 3px; } 

.ui-dialog .ui-dialog-titlebar-close span, .ui-dialog .ui-dialog-titlebar-minimize span, .ui-dialog .ui-dialog-titlebar-maximize span { margin: -5px 0 0; }

.ui-widget-content a { color: #ffffff; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { background-color: #85A232; background-image: none; }
.fc-event-skin { background-color: #7A9A32; border-color: #7A9A32; } 
.fc-header-title h2 { font-size: 24px; }

.facebook-share { font-size: 14px !important; height: 17px; padding-top: 2px !important; }

.center { text-align: center; margin: 0 auto;}
.gall-caption { margin-top: 3px; }

.ui-messages-info-icon, .ui-messages-warn-icon, .ui-messages-error-icon, .ui-messages-fatal-icon, .ui-message-info-icon, .ui-message-warn-icon, .ui-message-error-icon, .ui-message-fatal-icon { display: none; }
.ui-messages-error, .ui-message-error { border: 0px; background-color: #FFFFFF !important; margin: 2px -10px; }
.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary { margin-left: 0px;}

/* kalendarz */
.fc-header-title h2 { margin-bottom: 0; margin-top: -6px; white-space: nowrap; font-size: 18px; }
.fc-event-time, .fc-event-title { line-height: 12px; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { background-image: none !important; border-radius: 1px !important; }

#album {
    padding-left: 0;
    padding-top: 0;
}
#album ul {
    margin: 0;
    padding: 0;
}
#album li {
    display: inline-block;
    float: left;
    text-align: center;
    text-decoration: none;
    width: 107px;
}
#album a {
}
#album img {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    padding: 3px;
}
#picture img {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
}
.picture {
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    margin: 2px auto;
    padding: 2px;
    text-align: center;
}
/*** -----------------------------------------------------------------------------------------------

  ADMIN TEMPLATE | BOO Admin Template
  ----------------------------------------

  BOO.css - DEFAULT stylesheed
  
  web           : http://www.wrapbootstrap.net/
  filename      : asset/css/boo.css
  version       : 16.11.2012
  copyright     : (c) 2012 Petr Marasek
  contact       : gootoboo@gmail.com
  
  -------------------------------------------------------------------------------------------- ***/


/* RESET 
 ---------------------------------------------------------------------------- */

a:focus {
  outline: 0;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.fix {
  display: inline-block;
}

/* MIXINS 
 ---------------------------------------------------------------------------- */
 
/* SCAFFOLDING 
 ---------------------------------------------------------------------------- */

html,
body {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  /*background: url("../img/background/body-bg-01.jpg") repeat scroll 0 0 #ECEDEF;*/
  /*background: url("../img/background/body-bg-b.png") repeat-x scroll 0 0 #FFFFFF;*/ 
  /*background: url("../img/background/body-bg-c.png") repeat-x scroll 0 0 #FFFFFF;*/
  background-color: #FFFFFF;  
}

body {
  font-size: 12px; 
}

a {
  /*color: #333333;*/
  color: #555555; 
  text-decoration: none;
}

h2 a {  
	color: #555555;
}

a:hover {
  color: #444444;
}

/* GRID 
 ---------------------------------------------------------------------------- */ 
 
/* LAYOUTS 
 ---------------------------------------------------------------------------- */
 
/* TYPOGRAPHY 
 ---------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.6);
}

h1 small,
h2 small,
h3 small {
  font-weight: bold;
  color: #77a170;
}

h4 small,
h5 small,
h6 small {
  color: #878A92;
}

h1 small {
  font-size: 24px;
}

h2 small {
  font-size: 22px;
}

h3 small {
  font-size: 18px;
}

h4 small {
  font-size: 14px;
}

h1.replace {
  font-size: 34px;
}

h2.replace {
  font-size: 28px;
}

h3.replace {
  font-size: 20px;
}

h4.replace {
  font-size: 16px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}

.page-header {
  padding-bottom: 3px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #c8ccce;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin-bottom: 0;
}

.well-black .page-header {
  border-bottom-color: #222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}

.simple-header {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
  line-height: 30px;
  border-bottom: 1px solid #c8ccce;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

h1.simple-header,
h2.simple-header,
h3.simple-header,
h4.simple-header,
h5.simple-header {
  padding-bottom: 5px;
  line-height: 30px;
  /*color: #6A8A22 !important;*/
  /*color: #576E21;*/
  color: #222222;
}
h1.simple-header a,
h2.simple-header a,
h3.simple-header a,
h4.simple-header a,
h5.simple-header a{
  /*color: #576E21;*/
  color: #222222;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline li,
ol.inline li {
  float: left;
}

ul.inline:before,
ul.inline:after {
  display: table;
  content: "";
}

ul.inline:after {
  clear: both;
}

hr {
  border-top: 1px solid #d1d2d3;
  border-bottom: 1px solid #fff;
}

hr.strong {
  border-top-color: #bbb;
}

hr.dotted {
  border-top: 1px dotted #c3c5c8;
}

hr.dashed {
  border-top: 1px dashed #c3c5c8;
}

.well-black hr {
  border-top-color: #222;
  border-bottom-color: #616161;
}

/* CODE 
 ---------------------------------------------------------------------------- */
 

.well-black code {
  background-color: #303335;
  border: 1px solid #2a2c2e;
  color: #ff6666;
}

/* FORM 902
 ---------------------------------------------------------------------------- */
 

legend {
  border-color: #c8ccce;
}

legend.section-form {
  padding: 9px 0 0;
}

label, .label-field {
  display: inline; 
  min-height: 20px;
  font-weight: bold;
  font-size: 12px;
  margin-right: 15px;
}

.label-field.left {
  display: inline-block;
  float: left;
*display: inline;
*z-index: 1;
}

.label-field.right {
  display: inline-block;
  float: right;
*display: inline;
*z-index: 1;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid;
  border-color: #a8abba #b5b7c5 #c5c7d2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;*/
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20), 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20), 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20), 0 1px 2px rgba(0, 0, 0, 0.10) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.20), 0 1px 2px rgba(0, 0, 0, 0.10) inset;
}

.well-black select,
.well-black textarea,
.well-black input[type="text"],
.well-black input[type="password"],
.well-black input[type="datetime"],
.well-black input[type="datetime-local"],
.well-black input[type="date"],
.well-black input[type="month"],
.well-black input[type="time"],
.well-black input[type="week"],
.well-black input[type="number"],
.well-black input[type="email"],
.well-black input[type="url"],
.well-black input[type="search"],
.well-black input[type="tel"],
.well-black input[type="color"],
.well-black .uneditable-input {
  color: #f1f1f1;
  background-color: #313538;
  border-color: #272727 #252525 #222222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

input[disabled],
select[disabled],
textarea[disabled],
 input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  border: 1px solid #c5c7d2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
*margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-append .btn,
.input-prepend .btn {
  border-color: #a8abba #b5b7c5 #c5c7d2;
  border-color: rgba(0, 0, 0, 0.30) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.20);
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.form-condensed label {
  margin-bottom: 0;
}

.form-condensed select,
.form-condensed textarea,
.form-condensed input[type="text"],
.form-condensed input[type="password"],
.form-condensed input[type="datetime"],
.form-condensed input[type="datetime-local"],
.form-condensed input[type="date"],
.form-condensed input[type="month"],
.form-condensed input[type="time"],
.form-condensed input[type="week"],
.form-condensed input[type="number"],
.form-condensed input[type="email"],
.form-condensed input[type="url"],
.form-condensed input[type="search"],
.form-condensed input[type="tel"],
.form-condensed input[type="color"],
.form-condensed .uneditable-input {
  margin-bottom: 0;
}

legend + .control-group,
legend + .section-form-content {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-condensed .control-group {
  margin-bottom: 5px;
}

.form-dark select,
.form-dark textarea,
.form-dark input[type="text"],
.form-dark input[type="password"],
.form-dark input[type="datetime"],
.form-dark input[type="datetime-local"],
.form-dark input[type="date"],
.form-dark input[type="month"],
.form-dark input[type="time"],
.form-dark input[type="week"],
.form-dark input[type="number"],
.form-dark input[type="email"],
.form-dark input[type="url"],
.form-dark input[type="search"],
.form-dark input[type="tel"],
.form-dark input[type="color"],
.form-dark .uneditable-input {
  background-color: #f2f2f2; /*ie*/ 
 /* background-color: rgba(0, 0, 0, 0.05);*/
 color: #333333; 
}

.form-dark input[disabled],
.form-dark select[disabled],
.form-dark textarea[disabled],
.form-dark input[readonly],
.form-dark select[readonly],
.form-dark textarea[readonly] {
  cursor: not-allowed;
  background-color: #f1f1f1;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

label.label-left,
.label-left label,
.label-left .label-field,
.form-horizontal.label-left .control-label,
.form-horizontal .label-left .control-label {
  text-align: left;
}

.mini-labels .control-group > label {
  width: 70px;
}

.mini-labels .controls {
  margin-left: 80px;
}

.mini-labels .form-actions {
  padding-left: 80px;
}

.small-labels .control-group > label {
  width: 110px;
}

.small-labels .controls {
  margin-left: 120px;
}

.small-labels .form-actions {
  padding-left: 120px;
}

.help-block,
.help-inline,
.info-block,
.info-inline {
  color: #75788b;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.help-icon {
  padding: 5px;
  cursor: pointer;
}

.well-black .help-block,
.well-black .help-inline,
.well-black .info-block,
.well-black .info-inline {
  color: #b8bac7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.help-block i,
.help-inline i {
  font-size: 14px;
}

a.help-block,
a.help-inline {
  text-decoration: none
}

.help-block,
.info-block {
  margin-bottom: 5px;
}

.control-group.warning label {
  color: #c09853;
}

.control-group.error label {
  color: #b94a48;
}

.control-group.success label {
  color: #468847;
}

.control-group.info label {
  color: #3a87ad;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

/* wrapper for corection uniform checkbox */

.checkbox-wrap {
  display: inline-block;
  padding-left: 18px
}

.clear-icon-wrap {
  position: relative;
  top: 0;
  left: 0
}

/* Form list --------------------- */

.form-list {
  list-style: none;
  margin-left: 0;
}

.list-bordered .control-group {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  border-bottom: 1px solid #c8ccce;
  border-top: 1px solid #fff;
}

.list-bordered.dotted .control-group {
  border-bottom: 1px dotted #bec2c4;
  border-top: 1px solid #fff;
}

.well-black .list-bordered.dotted .control-group {
  border-bottom-color: #111111;
  border-top-color: #515356;
}

.form-condensed .list-bordered .control-group {
  padding: 5px 0
}

.list-bordered .section-form {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c8ccce;
}

.section-form {
  min-height: 30px;
  padding: 9px 0;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #3399ff;
}

.section-form:before,
.section-form:after {
  display: table;
  content: "";
}

.section-form:after {
  clear: both;
}

.section-form h4 {
  margin: 10px 0 0;
  font-weight: normal
}

.list-bordered .control-group:first-child,
.list-bordered .section-form:first-child {
  border-top: none;
}

.list-bordered .control-group:last-child {
  border-bottom: none;
}

/* TABLE 
 ---------------------------------------------------------------------------- */

.table {
  font-size: 12px
}

.table a {
  text-decoration: none
}

.table caption {
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 4px;
  text-align: left;
  text-transform: uppercase;
  color: #333;
}

.table caption small {
  text-transform: none;
  color: #868a98;
}

.table caption span {
  color: #868a98;
}

.table caption h3,
.table caption h4 {
  margin: 0 0 5px;
  text-transform: none;
}

.table th,
.table td {
  border-top-color: #d5d5d5;
}

.table thead th {
  /*background: #e1e4ea;*/
  border-bottom: 2px solid #dddddd; 
  /*background-color: #FAFAFA;*/
  background: none repeat scroll 0 0 #FAFAFA !important;
}

.table caption,
.table thead th,
.table tfoot th,
.table tbody {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.table-bordered {
  border-color: #d5d5d5
}

.table-bordered th,
.table-bordered td {
  border-left-color: #d5d5d5;
}

.table-bordered thead + tbody tr:first-child th,
.table-bordered thead + tbody tr:first-child td,
.table-bordered tfoot + tbody tr:first-child th,
.table-bordered tfoot + tbody tr:first-child td {
  border-top: 0;
}

.table-content {
  margin: 0;
}

.table-content {
  margin: 0;
  border-collapse: separate;
*border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.table-content th,
.table-content td {
  border-left: 1px solid #d5d5d5;
}

.table-content th:first-child,
.table-content td:first-child {
  border-left: none;
}

.table-content thead + tbody tr:first-child th,
.table-content thead + tbody tr:first-child td,
.table-content tfoot + tbody tr:first-child th,
.table-content tfoot + tbody tr:first-child td,
.table-content caption + thead tr:first-child th,
.table-content caption + tbody tr:first-child th,
.table-content caption + tbody tr:first-child td,
.table-content colgroup + thead tr:first-child th,
.table-content colgroup + tbody tr:first-child th,
.table-content colgroup + tbody tr:first-child td,
.table-content thead:first-child tr:first-child th,
.table-content tbody:first-child tr:first-child th,
.table-content tbody:first-child tr:first-child td {
  border-top: 0;
}

.table tr.condensed th {
  padding: 4px 8px;
}

.table-light th,
.table-light td {
  border-top: none !important;
  border-left: none !important;
}

.table-light thead th,
.table-light thead td {
  background: transparent !important;
  border-bottom: 1px solid #d1d2d5;
}

/* Checkbox
 ------------------------------------------- */

.table .check-col {
  width: 20px;
}

/* Zebra
 ------------------------------------------- */

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f7f7f7;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background: #e5fecb;
  border-top-color: #b3d58f;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.success td {
  background-color: #dff0d8;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

/* Table Tool 
 ------------------------------------------- */

.table-tool {
  border-top: 1px solid #b4b7be;
  font-weight: bold;
  padding: 4px 10px;
  position: relative;
  background: #d3d5da;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(2%, #ebedf2), color-stop(85%, #d3d5da));
  background: -webkit-linear-gradient(top, #ffffff 0%, #ebedf2 2%, #d3d5da 85%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ebedf2 2%, #d3d5da 85%);
  background: -ms-linear-gradient(top, #ffffff 0%, #ebedf2 2%, #d3d5da 85%);
  background: -o-linear-gradient(top, #ffffff 0%, #ebedf2 2%, #d3d5da 85%);
  background: linear-gradient(top, #ffffff 0%, #ebedf2 2%, #d3d5da 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffd3d5da', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.table-tool:before,
.table-tool:after {
  display: table;
  content: "";
}

.table-tool:after {
  clear: both;
}

.table-tool .btn-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}

.well-box .table-tool,
.widget .widget-header + .table-tool {
  border-top: none;
}

/* Table Action column
 ------------------------------------------- */

th.action {
  text-align: center;
}

td.action {
  text-align: right;
}

td.action a.icon {
  display: inline-block;
*display: inline;
  padding-left: 4px;
  padding-right: 4px;
*zoom: 1;
}

td.text-center,
.total th.text-center {
  text-align: center;
}

td.text-right,
.total th.text-right {
  text-align: right;
}

/* Table Action block
 ------------------------------------------- */

.action-table {
  padding: 5px 10px;
  border-top: 1px solid #d1d2d5;
}

.action-table:before,
.action-table:after {
  display: table;
  content: "";
}

.action-table:after {
  clear: both;
}

.action-select-wraper {
  margin-bottom: 0;
}

.action-select-wraper select {
  margin: 0 4px 0 0;
  width: auto;
}

span.arrow-table-action {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  background: url('../img/table/arrow-table-action.png') no-repeat 50% 50%;
}

.action-table .pagination {
  margin: 0 0 0 5px;
  padding: 0;
  float: right;
}

/* Table Message info
 ------------------------------------------- */

.table-message-info {
  border: none;
  color: #333;
  font-size: 12px;
  line-height: 2.16em;
  text-align: left;
  vertical-align: middle;
}

.well-box .table-message-info,
.widget .table-message-info {
  background-color: #fffae9;
  padding: 0 8px;
  border-top: 1px solid #d9b751;
}

.well-box .table-message-info:last-child,
.widget-table .table-message-info:last-child {
  border-bottom: 1px solid #c9c9c9;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.widget-box .table-message-info:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.widget .widget-footer .table-message-info {
  background-color: transparent;
  padding-left: 0;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
}

/* BOO-TABLE 
 ---------------------------------------------------------------------------- */

.boo-table.table-bordered {
  border-color: #c8ccce
}

.boo-table.table-bordered thead th,
.boo-table.table-bordered thead td {
  border-left-color: #d5d5d5;
}

.boo-table.table-content tbody th,
.boo-table.table-content tbody td,
.boo-table.table-bordered tbody th,
.boo-table.table-bordered tbody td {
  border-left-color: #d5d5d5;
  border-left-style: dotted;
}

.boo-table.table-content th:first-child,
.boo-table.table-content td:first-child {
  border-left: none;
}

.boo-table.table-bordered tr th:first-child,
.boo-table.table-bordered tr td:first-child {
  border-left: 1px solid #c8ccce;
}

/* Boo-table Caption 
 ------------------------------------------- */

.caption,
.boo-table caption {
  display: table-caption;
  padding: 3px 10px 4px;
  margin: 0;
  color: white;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  background: #2b2d38;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464a56), color-stop(100%, #2b2d38));
  background: -webkit-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -moz-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -ms-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -o-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: linear-gradient(top, #464a56 0%, #2b2d38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff464a56', endColorstr='#ff2b2d38', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border-top: 1px solid #2B2D38;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.boo-table caption.caption-m {
  margin-left: -1px;
  margin-right: -1px;
}

.widget-table .boo-table caption {
  border-left: 1px solid #2B2D38;
  border-right: 1px solid #2B2D38;
}

/* Boo-table theed & tfoot  
 ------------------------------------------- */

.boo-table thead th,
.boo-table thead td,
.boo-table tfoot th,
.boo-table tfoot td {
  color: #2E3038;
  vertical-align: top;
  background: #e5e7ec;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #f5f6fa), color-stop(85%, #e5e7ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5f6fa', endColorstr='#ffe5e7ec', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.boo-table thead th,
.boo-table thead td {
  border-left-color: #b4b7be;
  border-bottom: 1px solid #b4b7be;
}

.boo-table tfoot th,
.boo-table tfoot td {
  border-left-color: #b4b7be;
  border-top: 1px solid #b4b7be;
}

.boo-table tfoot.total th,
.boo-table tfoot.total td,
.boo-table tfoot .total th,
.boo-table tfoot .total td {
  background: #ffdf7d;
  border-top-color: #d9b751;
  border-left-color: #d9b751;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* table-bordered */

.boo-table.table-bordered caption + thead th,
.boo-table.table-bordered caption + thead td {
  border-bottom-color: #d5d5d5;
}

/* table-light */

.boo-table.table-light thead th,
.boo-table.table-light thead td {
  border-bottom-color: #d1d2d5;
}

/* Boo-table tbody  
 ------------------------------------------- */

.boo-table tbody td {
  border-color-top: #d5d5d5;
}

.boo-table.table-hover tbody tr:first-child td,
.boo-table.table-hover tbody tr:first-child:hover td {
  border-top: 1px solid white;
}

/*
.boo-table tbody:first-child tr:first-child td,
.boo-table tbody:first-child tr:first-child:hover td {
  border-top: none;
}
*/

/* DATA-TABLE
 ---------------------------------------------------------------------------- */
/* Boo-table columb filter (datatable)
 ------------------------------------------- */

.boo-table thead .filter th,
.boo-table.table-bordered thead .filter th {
  color: #484b55;
  background: #d1d6dd;
  border-top: none;
  border-bottom-color: #b4b7be;
  border-left-color: #c1c5ce;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.boo-table .filter th .filter_wrap {
  position: relative;
  display: block;
  vertical-align: top;
}

.boo-table .filter th .filterColumn,
.boo-table .filter th .filter_column {
  display: inline-block;
*display: inline;
  float: left;
  width: 100%;
*z-index: 1;
}

.boo-table .filter,
.boo-table .filter input,
.boo-table .filter select {
  font-size: 13px
}

.boo-table .filter th .text_filter,
.boo-table .filter th .number_filter {
  padding-left: 0;
  padding-right: 0;
  text-indent: 4px;
  width: 99.59%;
}

.boo-table .filter th .select_filter {
  width: 100%;
  cursor: pointer;
}
.boo-table .filter th .filter_date_range input, .boo-table .filter th .filter_number_range input, {
float: right;
margin-bottom: 1px;
width: 60%;
}

.boo-table .filterColumn .range-label-to,
.boo-table .filterColumn .range-label-from {
  float: left;
  display: inline-block;
*display: inline;
*z-index: 1;
}

/* Placeholder
 ------------------------------------------- */

table .search_init {
  color: #aaafbd !important;
}

/* Pagination 
 ------------------------------------------- */

.paging_two_button,
.paging_full_numbers {
  float: right;
  font-size: 12px;
  margin: 0 0 0 9px;
}

.paging_full_numbers.btn-group span {
  margin-right: -1px;
}

.paging_full_numbers.btn-group span .btn {
  margin-left: -1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

/* Length and Global filter
 -------------------------------------------  */	

.length label,
.table-global-filter label {
  display: inline-block;
  margin: 0;
}

.length select,
.table-global-filter input {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  width: auto;
}

.length select {
  cursor: pointer;
}

.length .select2-container {
  font-weight: normal
}

/* Sorting (use table or datatable) 
 -------------------------------------------  */

thead th.sorting,
thead th.sorting_asc,
thead th.sorting_desc,
thead td.sorting,
thead td.sorting_asc,
thead td.sorting_desc {
  cursor: pointer;
}

thead th.sorting .column-sorter,
thead th.sorting_asc .column-sorter,
thead th.sorting_desc .column-sorter,
thead th.sorting_disabled .column-sorter {
  display: inline-block;
  float: right;
*display:inline;
  width: 9px;
  height: 16px;
  margin: 0 0 0 0.208em;
*z-index:1;
}

thead th.sorting_asc,
thead th.sorting_desc {
  color: #3795EA !important;
  background-color: #d9dde4;
}

.boo-table thead th.sorting_asc,
.boo-table thead th.sorting_desc {
  color: #3795EA !important;
  background-image: -webkit-linear-gradient(bottom, rgb(215,219,224) 15%, rgb(237,239,245) 99%, rgb(255,255,255) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(215,219,224) 15%, rgb(237,239,245) 99%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(215,219,224) 15%, rgb(237,239,245) 99%, rgb(255,255,255) 100%);
  background-image: -o-linear-gradient(bottom, rgb(215,219,224) 15%, rgb(237,239,245) 99%, rgb(255,255,255) 100%);
  background-image: linear-gradient(bottom, rgb(215,219,224) 15%, rgb(237,239,245) 99%, rgb(255,255,255) 100%);
}

thead th.sorting .column-sorter {
  background: url('../img/table/arrow-sorting.png') no-repeat right center;
  filter: alpha(opacity=50);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
  opacity: 0.5;
}

thead th.sorting_asc .column-sorter {
  background: url('../img/table/arrow-sorting-asc.png') no-repeat right center;
}

thead th.sorting_desc .column-sorter {
  background: url('../img/table/arrow-sorting-desc.png') no-repeat right center;
}

thead th.sorting_disabled,
thead td.sorting_disabled {
  cursor: default !important;
  color: #666666
}

thead th.sorting_disabled .column-sorter {
  background: none;
}

.boo-table tbody tr.odd th.sorting_1,
.boo-table tbody tr.odd td.sorting_1 {
  background: #f4f8fd; /* ie */
}

.boo-table tbody tr.odd:hover th.sorting_1,
.boo-table tbody tr.odd:hover td.sorting_1,
.boo-table tbody tr.even:hover th.sorting_1,
.boo-table tbody tr.even:hover td.sorting_1 {
  background: #d9f7ba; /* ie */
}

.boo-table tbody tr:nth-child(odd) th.sorting_1,
.boo-table tbody tr:nth-child(odd) td.sorting_1 {
  background: #f4f8fd;
}

.boo-table tbody tr:nth-child(odd):hover th.sorting_1,
.boo-table tbody tr:nth-child(odd):hover td.sorting_1,
.boo-table tbody tr:nth-child(even):hover th.sorting_1,
.boo-table tbody tr:nth-child(even):hover td.sorting_1 {
  background: #E0fAC5;
}

.boo-table td.dataTables_empty {
  color: #cc0000;
  text-align: center;
  line-height: 4em;
}

/* DATATABLE - DTS (DataTables Scroller)
 -------------------------------------------  */

div.DTS .table {
  margin-bottom: 0;
}

div.DTS .table-bordered {
  border: none;
}

div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}

div.DTS tbody tr.even {
  background-color: white;
}

div.DTS div.DTS_Loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 20px;
  margin-top: -20px;
  margin-left: -100px;
  z-index: 1;
  border: 1px solid #999;
  padding: 20px 0;
  text-align: center;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

div.DTS div.dataTables_scrollHead {
  background: #e5e7ec;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjZjVmNmZhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjZTVlN2VjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(1%, #f5f6fa), color-stop(85%, #e5e7ec));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: -o-linear-gradient(top, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f6fa 1%, #e5e7ec 85%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e7ec', GradientType=0 );
}

div.DTS div.dataTables_scrollHead .boo-table thead tr:last-child > *:first-child,
div.DTS div.dataTables_scrollHead .boo-table thead tr:last-child > *:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.DTS div.dataTables_scrollBody {
  z-index: 2;
}

div.DTS div.dataTables_scroll {
  background: url('../img/table/loading-background.png') repeat 0 0;
}

/* TABLE - DATA ROWLINK
 ---------------------------------------------------------------------------- */

tr.rowlink td {
  cursor: pointer;
}

tr.rowlink td.nolink {
  cursor: auto;
}

.table tbody tr.rowlink:hover td {
  background-color: #dce7f2;
  border-top-color: #a0c2e5;
}

a.rowlink {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}

/* WRAPPED TABLE
 ---------------------------------------------------------------------------- */
/* TABLE IN WELL-BLACK
 ------------------------------------------- */

.well-black .table a {
  color: #3399ff;
}

.well-black .table a:hover {
  color: #99ccff;
}

.well-black .table caption {
  color: #d6d8db;
}

.well-black .table caption small {
  color: #77a170;
}

.well-black .table caption span {
  color: #77a170;
}

.well-black .table th,
.well-black .table td,
.well-black .table-content th,
.well-black .table-content td {
  border-top-color: #555a5e;
}

.well-black .table thead th {
  background: #2d3033;
  color: #a2a5b8
}

.well-black .table-bordered,
.well-black .boo-table.table-bordered {
  border-color: #555a5e
}

.well-black .table-bordered th,
.well-black .table-bordered td,
.well-black .table-content th,
.well-black .table-content td,
.well-black .boo-table.table-bordered th,
.well-black .boo-table.table-bordered td,
.well-black .boo-table.table-content th,
.well-black .boo-table.table-content td {
  border-left-color: #555a5e;
}

.well-black .table-bordered thead th,
.well-black .table-bordered thead td,
.well-black .table-content thead th,
.well-black .table-content thead td,
.well-black .boo-table thead th,
.well-black .boo-table thead td {
  border-left-color: #45484b;
}

.well-black .boo-table.table-bordered tr th:first-child,
.well-black .boo-table.table-bordered tr td:first-child {
  border-left: 1px solid #555a5e;
}

.well-black .boo-table thead th,
.well-black .boo-table thead td,
.well-black .boo-table.table-bordered caption + thead th, 
.well-black .boo-table.table-bordered caption + thead td {
  border-bottom-color: #222222;
}

.well-black .table caption,
.well-black .table thead th,
.well-black .table tfoot th,
.well-black .table tbody {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.well-black .boo-table caption {
  border: none;
  background: none;
}

.well-black .boo-table tfoot.total th,
.well-black .boo-table tfoot.total td,
.well-black .boo-table tfoot .total th,
.well-black .boo-table tfoot .total td {
  color: #fed147;
  background-color: #5f5947;
  border-top-color: #aa9247;
  border-left-color: #837753;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.well-black .table-light thead th,
.well-black .table-light thead td {
  border-bottom-color: #555a5e;
}

/* Well-black zebra
 ------------------------------------------- */

.well-black .table-striped tbody tr:nth-child(odd) td,
.well-black .table-striped tbody tr:nth-child(odd) th {
  background-color: #35383b;
}

.well-black .table-hover tbody tr:hover td,
.well-black .table-hover tbody tr:hover th {
  background: #2f3235;
  border-top-color: #b3d58f;
}

.well-black .boo-table.table-hover tbody tr:first-child th,
.well-black .boo-table.table-hover tbody tr:first-child td {
  border-top-color: #444444;
}

.well-black .boo-table.table-hover tbody tr:first-child:hover th,
.well-black .boo-table.table-hover tbody tr:first-child:hover td {
  border-top-color: #b3d58f;
}

/* TABLE IN WRAPPER 
 ------------------------------------------- */

.table-wrapper {
  border: 1px solid #c8ccce;
  margin-bottom: 18px;
}

.table-wrapper {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.table-wrapper {
  position: relative;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.table-wrapper.wrap-strong {
  border-color: #b5b9c4;
}

.table-wrapper:before,
.table-wrapper:after {
  display: table;
  content: "";
}

.table-wrapper:after {
  clear: both;
}

/* TABLE IN WIDGET 
 ---------------------------------------------------------------------------- */ 

.widget > .table,
.widget > .datatable-wrapper > .table {
  margin-bottom: 0;
}

/*
.widget-simple > .datatable-wrapper  {
  margin-bottom: 10px;
}


.widget .boo-table.table-bordered tr > *:first-child,
.widget .boo-table.table-bordered tr > *:first-child {
  border-left: 0;
}
*/
/*
.widget-table.widget-simple {
  padding-bottom: 15px;
}

.widget-table .datatable-wrapper {
  padding-top: 15px;
}
*/

.widget-box.widget-table .datatable-wrapper {
  padding-top: 0;
}

.widget-content > .table,
.widget-body > .table {
  margin-bottom: 0px
}

/* GENERAL RADIUS FOR TABLE 
 ---------------------------------------------------------------------------- */ 
/* top-left */

.table-wrapper .table-content,
.table-wrapper .table-content.boo-table caption,
.table-wrapper .table-content thead:first-child tr:first-child th:first-child,
.table-wrapper .table-content tbody:first-child tr:first-child th:first-child,
.table-wrapper .table-content tbody:first-child tr:first-child td:first-child,
.table-wrapper .table-content colgroup + thead tr:first-child th:first-child,
.table-wrapper .table-content colgroup + tbody,
.table-wrapper .table-content colgroup + tbody tr:first-child th:first-child,
.table-wrapper .table-content colgroup + tbody tr:first-child td:first-child,
.table-wrapper .table-content colgroup + tfoot + tbody tr:first-child th:first-child,
.table-wrapper .table-content colgroup + tfoot + tbody tr:first-child td:first-child,
.table-wrapper .table-content > tfoot:first-child + tbody tr:first-child th:first-child,
.table-wrapper .table-content > tfoot:first-child + tbody tr:first-child td:first-child,
.boo-table.table-bordered caption,
.well .table-bordered,
.well .table-bordered thead:first-child tr:first-child th:first-child,
.well .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
}

/* top-right */

.table-wrapper .table-content,
.table-wrapper .table-content.boo-table caption,
.table-wrapper .table-content thead:first-child tr:first-child th:last-child,
.table-wrapper .table-content tbody:first-child tr:first-child th:last-child,
.table-wrapper .table-content tbody:first-child tr:first-child td:last-child,
.table-wrapper .table-content colgroup + thead tr:first-child th:last-child,
.table-wrapper .table-content colgroup + tbody,
.table-wrapper .table-content colgroup + tbody tr:first-child th:last-child,
.table-wrapper .table-content colgroup + tbody tr:first-child td:last-child,
.table-wrapper .table-content colgroup + tfoot + tbody tr:first-child th:last-child,
.table-wrapper .table-content colgroup + tfoot + tbody tr:first-child td:last-child,
.table-wrapper .table-content > tfoot:first-child + tbody tr:first-child th:last-child,
.table-wrapper .table-content > tfoot:first-child + tbody tr:first-child td:last-child,
.boo-table.table-bordered caption,
.well .table-bordered,
.well .table-bordered thead:first-child tr:first-child th:last-child,
.well .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
}

/* bottom-right */

.table-wrapper .table-content,
.table-wrapper .table-content tfoot tr:last-child th:last-child,
.table-wrapper .table-content tfoot tr:last-child td:last-child,
.table-wrapper .table-content tbody:last-child tr:last-child td:last-child,
.table-wrapper .table-content tbody:last-child tr:last-child td:last-child,
.well-box .table-content,
.well-box .table-content tfoot tr:last-child th:last-child,
.well-box .table-content tfoot tr:last-child td:last-child,
.well-box .table-content tbody:last-child tr:last-child td:last-child,
.well-box .table-content tbody:last-child tr:last-child td:last-child,
.boo-table.table-bordered tfoot,
.boo-table.table-bordered tfoot tr:last-child th:last-child,
.well .table-bordered,
.well .table-bordered tfoot:last-child tr:last-child th:last-child,
.well .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
}

/* bottom-left */

.table-wrapper .table-content,
.table-wrapper .table-content tfoot tr:last-child th:first-child,
.table-wrapper .table-content tfoot tr:last-child td:first-child,
.table-wrapper .table-content tbody:last-child tr:last-child td:first-child,
.table-wrapper .table-content tbody:last-child tr:last-child td:first-child,
.well-box .table-content,
.well-box .table-content tfoot tr:last-child th:first-child,
.well-box .table-content tfoot tr:last-child td:first-child,
.well-box .table-content tbody:last-child tr:last-child td:first-child,
.well-box .table-content tbody:last-child tr:last-child td:first-child,
.boo-table.table-bordered tfoot,
.boo-table.table-bordered tfoot tr:last-child th:first-child,
.well .table-bordered,
.well .table-bordered tfoot:last-child tr:last-child th:first-child,
.well .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
}

.boo-table.table-bordered caption + tbody,
.boo-table.table-bordered caption + tbody tr:first-child th:first-child,
.boo-table.table-bordered caption + thead tr:first-child th:first-child,
.table-wrapper .boo-table.table-content caption + thead tr:first-child th:first-child,
.table-wrapper .boo-table.table-content caption + thead tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
}

.boo-table.table-bordered caption + tbody,
.boo-table.table-bordered caption + tbody tr:first-child th:last-child,
.boo-table.table-bordered caption + thead tr:first-child th:last-child,
.table-wrapper .boo-table.table-content caption + thead tr:first-child th:last-child,
.table-wrapper .boo-table.table-content caption + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
}

.boo-table.table-bordered tfoot + tbody,
.boo-table.table-bordered tfoot + tbody tr:last-child td:last-child,
.table-wrapper .table-content tfoot + tbody tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
}

.boo-table.table-bordered tfoot + tbody,
.boo-table.table-bordered tfoot + tbody tr:last-child td:first-child,
.table-wrapper .table-content tfoot + tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
}

/** RADIUS IN WIDGET
 -------------------------------------------  


.boo-table thead tr > *:first-child,
.widget > *:first-child,
.widget > .boo-table:first-child caption,
.widget > .boo-table tbody:only-child tr:first-child > *:first-child,
.widget > .datatable-wrapper,
.widget > .datatable-wrapper > *:first-child,
.widget > .datatable-wrapper > .row-fluid:first-child > *:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
      -moz-border-radius-topleft: 4px;
}

.boo-table thead tr > *:last-child,
.widget > *:first-child,
.widget > .boo-table:first-child caption,
.widget > .boo-table tbody:only-child tr:first-child > *:last-child,
.widget > .datatable-wrapper,
.widget > .datatable-wrapper > *:first-child,
.widget > .datatable-wrapper > .row-fluid:first-child > *:first-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
      -moz-border-radius-topright: 4px;
}

.boo-table tfoot tr > *:last-child,
.widget > *:last-child,
.widget > *:last-child tr:last-child > *:last-child,
.widget > .boo-table tbody:only-child tr:last-child > *:last-child,
.widget > .datatable-wrapper,
.widget > .datatable-wrapper > *:last-child,
.widget > .datatable-wrapper > .row-fluid:last-child > *:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
      -moz-border-radius-bottomright: 4px;
}

.boo-table tfoot tr > *:first-child,
.widget > *:last-child,
.widget > *:last-child tr:last-child > *:first-child,
.widget > .boo-table tbody:only-child tr:last-child > *:first-child,
.widget > .datatable-wrapper,
.widget > .datatable-wrapper > *:last-child,
.widget > .datatable-wrapper > .row-fluid:last-child > *:last-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
}

.widget > .widget-header + .boo-table thead tr:first-child > *:first-child,
.widget > .widget-content > .boo-table thead tr:first-child > *:first-child,
.widget > .boo-table caption + thead tr:first-child > *:first-child,
.widget > .datatable-wrapper > .boo-table,
.widget > .datatable-wrapper > .table-bordered,
.widget- > .datatable-wrapper > .table-bordered tr:first-child > *:first-child,
.widget > .datatable-wrapper > .widget-footer:last-child {
  -webkit-border-top-left-radius: 0px;
          border-top-left-radius: 0px;
      -moz-border-radius-topleft: 0px;
}

.widget > .widget-header + .boo-table thead tr:first-child > *:last-child,
.widget > .widget-content > .boo-table thead tr:first-child > *:last-child,
.widget > .boo-table caption + thead tr:first-child > *:last-child,
.widget > .datatable-wrapper > .boo-table,
.widget > .datatable-wrapper > .table-bordered,
.widget > .datatable-wrapper > .table-bordered tr:first-child > *:last-child,
.widget > .datatable-wrapper > .widget-footer:last-child {
  -webkit-border-top-right-radius: 0px;
          border-top-right-radius: 0px;
      -moz-border-radius-topright: 0px;
}

.widget > .boo-table thead tr:last-child > *:last-child,
.widget > .datatable-wrapper > .boo-table,
.widget > .datatable-wrapper > .table-bordered,
.widget > .datatable-wrapper > .table-bordered tr:last-child > *:last-child,
.widget > .datatable-wrapper > .widget-header:first-child,
.widget > .datatable-wrapper > .row-fluid:first-child > .table-tool,
.widget > .datatable-wrapper .boo-table thead:last-child tr:last-child > *:last-child {
  -webkit-border-bottom-right-radius: 0px;
          border-bottom-right-radius: 0px;
      -moz-border-radius-bottomright: 0px;
}

.widget > .boo-table thead tr:last-child > *:first-child,
.widget > .datatable-wrapper > .boo-table,
.widget > .datatable-wrapper > .table-bordered,
.widget > .datatable-wrapper > .table-bordered tr:last-child > *:first-child,
.widget > .datatable-wrapper > .widget-header:first-child,
.widget > .datatable-wrapper > .row-fluid:first-child > .table-tool,
.widget > .datatable-wrapper .boo-table thead:last-child tr:last-child > *:first-child {
  -webkit-border-bottom-left-radius: 0px;
          border-bottom-left-radius: 0px;
      -moz-border-radius-bottomleft: 0px;
}
*/

/* SPRITES 
 ---------------------------------------------------------------------------- */
[class^="icon-"], [class*=" icon-"] {
background-image: url("../img/glyphicons-halflings.png");
}
 
/* ARROW ICON
 ---------------------------------------------------------------------------- */
[class^="arrowicon-"] {
 display: inline-block;
 width: 16px;
 height: 16px;
 line-height: 16px;
 vertical-align: text-top;
 background-image: url('../icons/arrows/arrows.png');
 background-position: 16px 16px;
 background-repeat: no-repeat;
 *margin-right: .3em;
}

[class^="arrowicon-"]:last-child,
[class^=" arrowicon-"]:last-child {
*margin-left: 0;
}

.arrowicon-l-black {
  background-position: 0px 0px;
}

.arrowicon-r-black {
  background-position: 0px -18px;
}

.arrowicon-l-grey {
  background-position: 0px -36px;
}

.arrowicon-r-grey {
  background-position: 0px -54px;
}

.arrowicon-l-transp {
  background-position: 0px -72px;
}

.arrowicon-r-transp {
  background-position: 0px -90px;
}

.arrowicon-l-blue {
  background-position: 0px -108px;
}

.arrowicon-r-blue {
  background-position: 0px -126px;
}

.arrowicon-d-black {
  background-position: 0px -144px;
}

.arrowicon-t-black {
  background-position: 0px -162px;
}

.arrowicon-d-grey {
  background-position: 0px -180px;
}

.arrowicon-t-grey {
  background-position: 0px -198px;
}

.arrowicon-d-transp {
  background-position: 0px -216px;
}

.arrowicon-t-transp {
  background-position: 0px -234px;
}

.arrowicon-d-blue {
  background-position: 0px -252px;
}

.arrowicon-t-blue {
  background-position: 0px -270px;
}

/* DROPDOWNS 
 ---------------------------------------------------------------------------- */

.dropdown-menu {
  font-size: 13px;
  z-index: 1100;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  /*color: #ffffff;*/
  color: #000000; 
  text-decoration: none;
  /*background-color: #EEEEEE;*/ 
  /*background-color: #208120; 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208120), to(#408140));
  background-image: -webkit-linear-gradient(top, #208120, #408140);
  background-image: -moz-linear-gradient(top, #208120, #408140);
  background-image: -o-linear-gradient(top, #208120, #408140);
  background-image: linear-gradient(to bottom, #208120, #408140);
  background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208120', endColorstr='#ff408140', GradientType=0);*/
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #208120;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#208120), to(#408140));
  background-image: -moz-linear-gradient(top, #208120, #408140);
  background-image: -webkit-linear-gradient(top, #208120, #408140);
  background-image: -o-linear-gradient(top, #208120, #408140);
  background-image: linear-gradient(to bottom, #208120, #408140);
  background-repeat: repeat-x;
  outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff208120', endColorstr='#ff408140', GradientType=0);
}

.typeahead {
  margin-top: 2px;
  font-size: 12px
}

.typeahead.dropdown-menu li > a strong {
  color: #981E1E;
}

.typeahead.dropdown-menu li > a:hover,
.typeahead.dropdown-menu li > a:focus,
.typeahead.dropdown-menu .active > a,
.typeahead.dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.typeahead.dropdown-menu li > a:hover strong,
.typeahead.dropdown-menu li > a:focus strong,
.typeahead.dropdown-menu .active > a strong,
.typeahead.dropdown-menu .active > a:hover strong {
  color: #EB5656;
}

/* WELLS 
 ---------------------------------------------------------------------------- */

.well { /*position: relative;*/
  color: #333;
  background-color: #FFFFFF;
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.1);
}

.well-nice {
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
}

.well-black {
  color: #eeeeee;
  background: #373b3e;
  border-color: #3e4144;
}

.well-box {
  padding: 0;
}

.well-impressed {
  border-color: #cbccd0;
  -webkit-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 8px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 1);
}

/*
.well-black a { 
  color: #a4c7d5;
}
*/

/* For well content -------- */

.well-content {
  margin: 0 -19px;
  border-top: 1px solid #fff;
}

.well .well-nice {
  border-color: #f5f6f9;
}

.well-black.well-impressed {
  border: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.7), inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 1px 0 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 1);
}

.well .well:before,
.well .well:after {
  display: table;
  content: "";
}

.well .well:after {
  clear: both;
}

.well-nice .well-nice {
  border-color: #e9ebf2;
  background-color: #edeef5;
  box-shadow: none;
}

.well-nice .well-nice.well-impressed {
  border-color: #ffffff;
  background-color: #edeef5;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
}

.well-black .well-black {
  border-color: #2e3134;
  background-color: #323538;
  box-shadow: none;
}

.well-black .well-nice {
  border: none;
}

.well-black .well-black.well-impressed {
  border: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.07), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.07), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.4), inset 0 1px 1px rgba(0, 0, 0, 0.15), inset 1px 0 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.15);
}

.well-black h1,
.well-black h2,
.well-black h3,
.well-black h4,
.well-black h5,
.well-black h6,
h1.well-black,
h2.well-black,
h3.well-black,
h4.well-black,
h5.well-black,
h6.well-black {
  color: #e6e8eb;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.8);
}

.well-black .well-nice h1,
.well-black .well-nice h2,
.well-black .well-nice h3,
.well-black .well-nice h4,
.well-black .well-nice h5,
.well-black .well-nice h6 {
  color: #333;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.well-mini {
  padding: 5px;
  min-height: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.well-mini.well-impressed {
  border-color: #cbccd0;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05), inset 0 1px 1px rgba(0, 0, 0, 0.05), inset 1px 0 2px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 1);
}

.well > .simple-header:first-child {
  margin-top: -10px;
}

.well-black .simple-header {
  border-bottom-color: #222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

ul li a.well,
ol li a.well {
  display: block;
}

/* COMPONENT ANIMATIONS 
 ---------------------------------------------------------------------------- */

/* CLOSE 
 ---------------------------------------------------------------------------- */

/* BUTTONS 
 ---------------------------------------------------------------------------- */

.btn {
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: lowercase;
}

.btn:focus {
  outline: 0;
}

.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn-small {
  padding: 3px 5px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px;
}
.btn-mini [class^="fontello-icon-"]:before, [class*=" fontello-icon-"]:before {
	margin-right: 0px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-glyph {
  cursor: pointer;
  padding-right: 2px;
  padding-left: 2px;
}

.btn-glyph,
.btn-glyph:hover,
.btn-glyph:active {
  color: #333;
}

.btn-glyph,
.btn-glyph:hover,
.btn-glyph:active,
.btn-glyph[disabled] {
  text-decoration: none;
}

.btn.btn-glyph {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-mini.btn-glyph {
  padding-right: 6px;
  padding-left: 6px;
}

.btn-small.btn-glyph {
  padding-right: 7px;
  padding-left: 7px;
}

.btn-large.btn-glyph {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-glyph[class^="fontello-icon-"]:before,
.btn-glyph[class*=" fontello-icon-"]:before,
.btn-glyph[class^="aweso-icon-"]:before,
.btn-glyph[class*=" aweso-icon-"]:before,
.btn-glyph [class^="fontello-icon-"]:before,
.btn-glyph [class*=" fontello-icon-"]:before,
.btn-glyph [class^="aweso-icon-"]:before,
.btn-glyph [class*=" aweso-icon-"]:before {
  margin-right: 0;
  font-size: 1.2em;
}

.btn-mini[class^="fontello-icon-"]:before,
.btn-mini[class*=" fontello-icon-"]:before,
.btn-mini[class^="aweso-icon-"]:before,
.btn-mini[class*=" aweso-icon-"]:before,
.btn-mini [class^="fontello-icon-"]:before,
.btn-mini [class*=" fontello-icon-"]:before,
.btn-mini [class^="aweso-icon-"]:before,
.btn-mini [class*=" aweso-icon-"]:before,
.btn-small[class^="fontello-icon-"]:before,
.btn-small[class*=" fontello-icon-"]:before,
.btn-small[class^="aweso-icon-"]:before,
.btn-small[class*=" aweso-icon-"]:before,
.btn-small [class^="fontello-icon-"]:before,
.btn-small [class*=" fontello-icon-"]:before,
.btn-small [class^="aweso-icon-"]:before,
.btn-small [class*=" aweso-icon-"]:before,
.btn-large[class^="fontello-icon-"]:before,
.btn-large[class*=" fontello-icon-"]:before,
.btn-large[class^="aweso-icon-"]:before,
.btn-large[class*=" aweso-icon-"]:before,
.btn-large [class^="fontello-icon-"]:before,
.btn-large [class*=" fontello-icon-"]:before,
.btn-large [class^="aweso-icon-"]:before,
.btn-large [class*=" aweso-icon-"]:before {
  font-size: 1.1em;
}

.btn-well {
  color: #878a92 !important;
  background-color: #f6f7fe;
  background-image: none;
  border-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.30);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.itext,
.futon {
  display: inline-block;
*display: inline;
  line-height: 20px;
  cursor: pointer;
  background: none;
  border: none;
  box-shadow: none;
  text-align: center;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, .75);
  vertical-align: middle;
*zoom: 1;
}

.itext {
  padding: 3px 3px;
  margin-bottom: 0;
*margin-left: .3em;
  font-size: 13px;
  color: #333333;
}

.futon {
  padding: 4px 6px 6px;
  margin-bottom: 0;
*margin-left: .3em;
  font-size: 12px;
  font-weight: normal;
}

.btn-toolbar .futon:hover {
  background-color: #d3d5da;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.4);
}

.futon [class*=" fugue-uicon-"],
.futon [class^="fugue-uicon-"] {
  margin-top: -1px;
*margin-top: -2px;
}

/* BUTTON GROUPS 
 ---------------------------------------------------------------------------- */

.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 12px;
}

.btn-group > .btn-large {
  font-size: 16px;
}

.btn-group > .btn-small {
  font-size: 12px;
}

.btn-group > .btn-mini {
  font-size: 11px;
}

.btn-group > .btn:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.btn-group > .btn-large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
}

.btn-group > .btn-large:last-child,
.btn-group > .btn-large.dropdown-toggle {
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}

.btn-mini .caret {
  margin-top: 7px;
  margin-left: 3px; 
}

.btn-small .caret {
  margin-top: 7px;
}

.btn-large .caret {
  margin-top: 8px;
}

.btn-group.open .btn-boo.dropdown-toggle {
  background-color: #cbd0da;
}

.btn-group.open .btn-blue.dropdown-toggle {
  background-color: #006bb7;
}

.btn-group.open .btn-turgu.dropdown-toggle {
  background-color: #1080a2;
}

.btn-group.open .btn-green.dropdown-toggle {
  background-color: #3b9b28;
}

.btn-group.open .btn-yellow.dropdown-toggle {
  background-color: #d6b200;
}

.btn-group.open .btn-red.dropdown-toggle {
  background-color: #981e1e;
}

.btn-group.open .btn-black.dropdown-toggle {
  background-color: #141414;
}

.btn-group.open .btn-navi.dropdown-toggle {
  background-color: #353839;
}

.btn-group.open .btn-sky.dropdown-toggle {
  background-color: #3594E9;
}

.btn-group.open .btn-orange.dropdown-toggle {
  background-color: #d07107;
}

.btn-group.open .btn-slategray.dropdown-toggle {
  background-color: #3b5b6c;
}

.btn-group.open .btn-redlight.dropdown-toggle {
  background-color: #a80005;
}

.btn-blue .caret,
.btn-turgu .caret,
.btn-green .caret,
.btn-red .caret,
.btn-black .caret,
.btn-navi .caret,
.btn-sky .caret,
.btn-orange .caret,
.btn-slategray .caret,
.btn-redlight .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
*display: inline;
*zoom: 1;
}

.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* selectpicker css */

.selectpicker-block .bootstrap-select.btn-group {
  display: block;
}

.bootstrap-select.btn-group .btn {
  display: block;
}

.bootstrap-select.btn-group .caret {
  margin-left: 6px;
}

/* btn-toolbar */

ul.btn-toolbar {
  margin-left: 0;
  list-style: none;
}

ul.btn-toolbar > li {
  display: block;
  float: left;
  padding-right: 2px;
  padding-left: 2px;
  list-style: none;
}

ul.btn-toolbar > li.divider-vertical {
  height: 30px;
  padding: 0;
  margin: 0 6px;
  border-right: 1px solid #fff;
  border-left: 1px solid #bbb;
}

.navbar ul.btn-toolbar > li.divider-vertical {
  height: 40px;
}

ul.btn-toolbar > li.divider-vertical.small,
.header-small ul.btn-toolbar > li.divider-vertical {
  height: 26px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: "";
}

.btn-toolbar:after {
  clear: both;
}

/* ALERTS 
 ---------------------------------------------------------------------------- */

.alert-content {
  margin: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.modal-body .alert {
  margin: -16px -15px 10px -15px;
  border-radius: 0;
}

/* NAVS 
 ---------------------------------------------------------------------------- */

.nav > li > .btn-toolbar {
  margin-top: 5px;
  margin-bottom: 2px;
}

.nav-inline,
.nav-center {
  font-size: 0;
  margin-bottom: 15px;
}

.nav-inline li {
  float: left;
}

.nav-inline > li,
.nav-center > li {
  font-size: 14px;
  display: inline-block;
*display: inline;
  margin-left: 5px;
*zoom: 1;
}

.nav-inline li:first-child,
.nav-center li:first-child {
  margin-left: 0
}

.nav-center {
  text-align: center;
}

.nav-well > li {
  margin-bottom: 5px;
}

.nav-well > li > .well {
  padding: 9px;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.nav-well > li > .well:hover {
  color: #3399ff;
}

.nav-well > li > .well-black:hover {
  color: #99ccff;
  background-color: #2d3032;
}

/* sidebar nav */

.nav .chevron {
  float: right;
}

.nav-right .chevron {
  float: left;
}

.nav-right .item-icon {
  float: right;
}

/* TABS
 ---------------------------------------------------------------------------- */

.nav-tabs > li > a, .nav-pills > li > a {
  font-size: 12px;
  /*font-weight: bold;*/
  outline: none;
}

.nav-tabs {
  border-bottom-color: #babecc;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #babecc;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  /*background-color: #f5f5f5;*/
  border: 1px solid #babecc;
  border-bottom-color: transparent;
}

.nav-tabs > li.disabled > a {
  color: #aaaaaa;
  cursor: not-allowed;
}

.nav-pills > li > a {
  margin-top: 3px;
  margin-bottom: 2px;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 1);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  color: #333;
  background-color: #e3e4e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.nav-small > li > a {
  padding: 4px 8px 3px;
}

.nav-small > li.active > a {
  padding: 4px 8px 3px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a,
.nav > li.dropdown.open.active > a:hover {
  color: #333;
  background-color: #e3e4e8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.8);
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabbable {
  border-color: #babecc;
  border-style: solid;
  border-width: 0;
  *zoom: 1;
}

.tabbable > .nav-tabs {
  margin: 0;
}

.tab-content {
  border-color: #babecc;
  border-style: solid;
  border-width: 1px;
  overflow: auto;
  padding: 18px 0 0 0;
}

.tab-content-visible {
  overflow: visible;
}

.tabbable-bordered {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tabbable-bordered > .tab-content {
  /*background-color: #f5f5f5;
  border-width: 0 1px 1px 1px;*/
  padding: 18px 18px 9px 18px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  
  margin-top: -1px;
}

/* Tabs Bottom
 ---------------------------------------- */

.tabs-below > .nav-tabs {
  border-top-color: #babecc;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #babecc;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #babecc #babecc #babecc;
}

.tabs-below > .tab-content {
  padding: 0 0 9px 0;
}

.tabs-below.tabbable-bordered > .tab-content {
  padding: 18px 18px 9px 18px;
  border-width: 1px 1px 0 1px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Tabs Left & Right
 ---------------------------------------- */

.tabs-left,
.tabs-right {
  margin-bottom: 20px;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.tabs-left > .tab-content,
.tabs-right > .tab-content {
  overflow: hidden;
}

/* Tabs Left
 ---------------------------------------- */

.tabs-left > .nav-tabs {
  border-right-color: #babecc;
  left: 1px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #babecc #eee #eee;
}

.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover {
  border-color: #babecc transparent #babecc #babecc;
*border-right-color: #ffffff;
}

.tabs-left > .tab-content {
  border-left-width: 1px;
  padding: 0 0 0 18px;
}

.tabs-left.tabbable-bordered {
  border-width: 0 1px 0 0;
}

.tabs-left.tabbable-bordered > .tab-content {
  border-width: 1px 0 1px 1px;
  padding: 18px 18px 9px 18px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* Tabs Right
 ---------------------------------------- */

.tabs-right > .nav-tabs {
  border-left-color: #babecc;
  right: 1px;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #babecc;
}

.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover {
  border-color: #babecc #babecc #babecc transparent;
*border-left-color: #ffffff;
}

.tabs-right > .tab-content {
  border-right-width: 1px;
  padding: 0 19px 0 0;
}

.tabs-right.tabbable-bordered {
  border-width: 0 0 0 1px;
}

.tabs-right.tabbable-bordered > .tab-content {
  border-width: 1px 1px 1px 0;
  padding: 20px 20px 10px 20px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

/* TABS IN BOX
 ---------------------------------------- */

.widget-box .tabbable {
  margin-bottom: 0;
}

.widget-box .tabbable > .tab-content {
  background-color: #fcfcfc;
}

.widget-box .nav-tabs > .active > a,
.widget-box .nav-tabs > .active > a:hover {
  background-color: #fcfcfc;
}

.widget-box .box-header + .tabbable {
  border-top: 1px solid #babecc;
}

/* Tabs Top in Box
 ---------------------------------------- */

.widget-box .tabs-top > .nav-tabs > li > a {
  border-top: none;
}

.widget-box .tabs-top > .nav-tabs > li > a:hover {
  border-color: #eee #eee #babecc #eee;
}

.widget-box .tabs-top > .nav-tabs > .active > a,
.widget-box .tabs-top > .nav-tabs > .active > a:hover {
  border-color: #babecc #babecc transparent #babecc;
}

.widget-box .tabs-top > .nav-tabs > li:first-child > a {
  border-left: none;
}

.widget-box .tabs-top > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 -5px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Bottom in Box
 ---------------------------------------- */

.widget-box.tabs-below > .nav-tabs {
  margin-bottom: 0;
}

.widget-box .tabs-below > .nav-tabs > li > a {
  border-bottom: none;
}

.widget-box .tabs-below > .nav-tabs > li > a:hover {
  border-color: #babecc #eee #eee #eee;
}

.widget-box.tabs-below > .nav-tabs > .active > a,
.widget-box.tabs-below > .nav-tabs > .active > a:hover {
  border-color: transparent #babecc #babecc #babecc;
  border-bottom: none;
}

.widget-box .tabs-below > .nav-tabs > li:first-child > a {
  border-left: none;
}

.widget-box .tabs-below > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Left & Right in Box
 ---------------------------------------- */

.widget-box .tabs-left > .nav-tabs > li > a,
.widget-box .tabs-right > .nav-tabs > li > a {
  margin-bottom: 1px;
}

/* Tabs Left in Box 
 ---------------------------------------- */

.widget-box .tabs-left > .nav-tabs > li > a {
  border-left: none;
  margin-left: -1px;
}

.widget-box .tabs-left > .nav-tabs > li:first-child > a {
  border-top: none;
}

.widget-box.tabs-left > .nav-tabs > li > a:hover {
  border-color: #eee #babecc #eee #eee;
}

.widget-box.tabs-left > .nav-tabs .active > a,
.widget-box.tabs-left > .nav-tabs .active > a:hover {
  border-color: #babecc transparent #babecc #babecc;
*border-right-color: #fcfcfc;
}

.widget-box .tabs-left > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: -5px 0px 8px -3px rgba(0, 0, 0, 0.10);
}

/* Tabs Right in Box 
 ---------------------------------------- */

.widget-box .tabs-right > .nav-tabs > li > a {
  border-right: none;
  margin-right: -1px;
}

.widget-box .tabs-right > .nav-tabs > li:first-child > a {
  border-top: none;
}

.widget-box.tabs-right > .nav-tabs > li > a:hover {
  border-color: #eee #eee #eee #babecc;
}

.widget-box.tabs-right > .nav-tabs .active > a,
.widget-box.tabs-right > .nav-tabs .active > a:hover {
  border-color: #babecc #babecc #babecc transparent;
*border-left-color: #fcfcfc;
}

.widget-box .tabs-right > .tab-content {
  padding: 9px 18px 9px 18px;
  -webkit-box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
  box-shadow: 5px 0px 8px -3px rgba(0, 0, 0, 0.10);
}

.well .tabs-left,
.well .tabs-right {
  margin-bottom: 0;
}

/* TABS IN BOX COLORING
 ---------------------------------------- */
/* Blue
 ---------------------------------------- */

.tabbable.bg-blue {
  background-color: #d4e6f9;
}

.tabbable.bg-blue .tab-content {
  background-color: #f4f9fd;
}

.tabbable.bg-blue .nav-tabs > .active > a,
.tabbable.bg-blue .nav-tabs > .active > a:hover {
  background-color: #f4f9fd;
}

/* Green
 ---------------------------------------- */

.tabbable.bg-green {
  background-color: #d1eed0;
}

.tabbable.bg-green .tab-content {
  background-color: #f3fbf3;
}

.tabbable.bg-green .nav-tabs > .active > a,
.tabbable.bg-green .nav-tabs > .active > a:hover {
  background-color: #f3fbf3;
}

/* Grey
 ---------------------------------------- */

.tabbable.bg-grey {
  background-color: #e2e4e8;
}

.tabbable.bg-grey .tab-content {
  background-color: #f1f3f7;
}

.tabbable.bg-grey .nav-tabs > .active > a,
.tabbable.bg-grey .nav-tabs > .active > a:hover {
  background-color: #f1f3f7;
}

/* Yellow
 ---------------------------------------- */

.tabbable.bg-yellow {
  background-color: #fdf7d5;
}

.tabbable.bg-yellow .tab-content {
  background-color: #fefdf4;
}

.tabbable.bg-yellow .nav-tabs > .active > a,
.tabbable.bg-yellow .nav-tabs > .active > a:hover {
  background-color: #fefdf4;
}

/*** TABS IN BOX RADIUS
 ---------------------------------------- */

.widget-box .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.widget-box .tab-content:first-child,
.widget-box > .tabs-right > .tab-content,
.widget-box > .tabs-top .nav-tabs > li:first-child > a,
.widget-box > .tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.widget-box .tab-content:first-child,
.widget-box > .tabs-left > .tab-content,
.widget-box > .tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.widget-box .tab-content:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.widget-box .tab-content:last-child,
.widget-box > .tabs-below .nav-tabs > li:first-child > a {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.widget-box .box-header + .tabbable > .tab-content,
.widget-box .box-header + .tabs-left .nav-tabs > li:first-child > a {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
}

.widget-box .box-header + .tabbable > .tab-content,
.widget-box .box-header + .tabs-right .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
}

.widget-box .tabs-right > .tab-content {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.widget-box .tabs-left > .tab-content {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

/* NAVBAR 
 ---------------------------------------------------------------------------- */

.navbar {
  font-weight: bold;
  font-size: 15px;   
}

/*
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f2fa));
  background-image: -webkit-linear-gradient(top, #ffffff, #f1f2fa);
  background-image: -moz-linear-gradient(top, #ffffff, #f1f2fa);
  background-image: -o-linear-gradient(top, #ffffff, #f1f2fa);
  background-image: linear-gradient(to bottom, #ffffff, #f1f2fa);
  background-repeat: repeat-x;
  border: 1px solid #C8CCCE;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f2fa', GradientType=0);
*zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
}
*/
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-image: none;
  background-color: #96ac33;

/*  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#81A931), to(#607D22));
  background-image: -webkit-linear-gradient(top, #81A931, #607D22);
  background-image: -moz-linear-gradient(top, #81A931, #607D22);
  background-image: -o-linear-gradient(top, #81A931, #607D22);
  background-image: linear-gradient(to bottom, #81A931, #607D22);*/
  
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#719921), to(#506D12));
  background-image: -webkit-linear-gradient(top, #719921, #506D12);
  background-image: -moz-linear-gradient(top, #719921, #506D12);
  background-image: -o-linear-gradient(top, #719921, #506D12);
  background-image: linear-gradient(to bottom, #719921, #506D12);
  background-repeat: repeat-x;*/
  
  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96bc33), to(#6a8a22));
  background-image: -webkit-linear-gradient(top, #96bc33, #6a8a22);
  background-image: -moz-linear-gradient(top, #96bc33, #6a8a22);
  background-image: -o-linear-gradient(top, #96bc33, #6a8a22);
  background-image: linear-gradient(to bottom, #96bc33, #6a8a22);*/

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96ac33), to(#839F32));
  background-image: -webkit-linear-gradient(top, #96ac33, #839F32);
  background-image: -moz-linear-gradient(top, #96ac33, #839F32);
  background-image: -o-linear-gradient(top, #96ac33, #839F32);
  background-image: linear-gradient(to bottom, #96ac33, #839F32);


  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96bc33), to(#6a8a22));
  background-image: -webkit-linear-gradient(left, #96bc33, #6a8a22);
  background-image: -moz-linear-gradient(left, #96bc33, #6a8a22);
  background-image: -o-linear-gradient(top, #96bc33, #6a8a22);
  background-image: linear-gradient(to right, #96bc33, #6a8a22);*/

  /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#96bc33), to(#789A27));
  background-image: -webkit-linear-gradient(left, #96bc33, #789A27);
  background-image: -moz-linear-gradient(left, #96bc33, #789A27);
  background-image: -o-linear-gradient(top, #96bc33, #789A27);
  background-image: linear-gradient(to right, #96bc33, #789A27);*/
  
  background-repeat: repeat-x;
  border: 1px solid #C8CCCE;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px; 
  border-radius: 4px;
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff81A931', endColorstr='#ff607D22', GradientType=0);*/
*zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.065);
}

.navbar .brand {
  background: url("../img/logo.png") no-repeat scroll 4px 4px / 35px 35px transparent;	
  padding: 10px 15px 0 40px;
  margin-left: 0px;
  height: 30px;
}

.navbar-inner .title {
  float: left;
  margin: 0 0 0 -15px;
  padding: 9px 15px 9px;
  font-size: 18px
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: relative;
  margin-bottom: 0;
}

.navbar .btn-navbar {
  padding: 8px 10px 7px;
  margin-top: 4px;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(255, 255, 255, 0.15), 0 1px 0 rgba(255, 255, 255, 0.2);
}

.navbar .btn-navbar .icon-bar {
  background-color: #D6B200;
}

.navbar-inverse .navbar-inner {
  background-color: #131516;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33393E), to(#1C1F21));
  background-image: -webkit-linear-gradient(top, #33393E, #1C1F21);
  background-image: -moz-linear-gradient(top, #33393E, #1C1F21);
  background-image: -o-linear-gradient(top, #33393E, #1C1F21);
  background-image: linear-gradient(to bottom, #33393E, #1C1F21);
  background-repeat: repeat-x;
  border-color: #252525;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff33393E', endColorstr='#ff1C1F21', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.navbar-inverse .brand,
.navbar-inverse .title,
.navbar-inverse .nav > li > a {
  color: #7d828a;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111;
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
*background-color: #040404;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
*background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.well-box .navbar {
  margin-bottom: 0;
}

.well-box .navbar-inner {
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  border-bottom: 1px solid #d1d2d5;
  /*background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);*/
  background-image: none;
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.well-box.well-black .navbar-inner {
  border-bottom: 1px solid #222222;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.well-box.well-black .navbar-inner .title,
.well-box .navbar-inverse .navbar-inner .title {
  color: #e6e8eb;
}

.well-box .section-content {
  padding: 16px;
  border-top: 1px solid #ffffff;
}

.well-box .section-content.item {
  border-bottom: 1px solid #d1d2d5;
}

.well-box .section-content-table {
  padding: 0;
  border-top: 1px solid #ffffff;
}

.well-box .navbar-inner .title {
  /*color: #222222;*/
  /*color: #576E21;*/
  color: #222222; 
  /*color: #6A8A22 !important;*/
}

.well-box .navbar .nav > li > a {
  padding: 10px;
}

.well-box .navbar .divider-vertical {
  margin: 0 6px;
  border-left-color: #d1d2d5;
  border-right-color: #ffffff;
}

.well-box .navbar-inverse .divider-vertical {
  border-left-color: #222222;
  border-right-color: #515356;
}

.well-box .btn-toolbar {
  margin: 0px;
}

/* navbar - user menu
 ---------------------------------------- */

.navbar .user-menu {
  float: right;
}

.navbar .user-menu > li > a {
  position: relative;
  padding: 12px 6px 0px; 
  color: #FFFFFF;
  font-size: 15px;
  /*text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);*/  
}

.navbar .user-menu > li > a span {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0 6px 1px 5px;
}

/* Search 
 ---------------------------------------- */

.search-global {
  position: relative;
  float: right;
}

.search-global .search,
.search-global input[type="search"] {
  margin: 4px 0 0;
  color: eee;
  background: #181a1d;
  border-color: #131517;
}

.search-global .search-button {
  position: absolute;
  right: 4px;
  top: 9px;
  font-size: 14px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.search-global:hover .search-button {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.search-global .search-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.search-global input[type="search"]:focus {
  border-color: rgba(82, 168, 236, 0.8)
}

/* BREADCRUMBS 
 ---------------------------------------------------------------------------- */

.breadcrumb {
  padding: 6px 15px;
  margin: 0 0 20px;
  background: transparent;
  border-radius: 0;
}

.breadcrumb li {
  display: inline-block;
*display: inline;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
*zoom: 1;
}

.breadcrumb a {
  font-weight: bold;
  font-size: 13px;
  color: #296025
}

.breadcrumb a:hover {
  text-decoration: none;
  color: #003300
}

.breadcrumb .divider {
  color: #99ff99;
}

.breadcrumb .active {
  font-weight: bold;
  font-size: 13px;
  color: #ccffcc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.breadcrumb > li > .dropdown-menu {
  position: absolute;
  top: 97%;
}

.breadcrumb > li > .dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

.breadcrumb > li > .dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.breadcrumb > li > .dropdown-menu > li {
  display: block;
}

/* PAGINATION 
 ---------------------------------------------------------------------------- */
/* pagination for list */

.pagination ul > li > div.page {
  display: inline;
}

.pagination ul > li > div > a,
.pagination ul > li > div > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > div > a:hover,
.pagination ul > li > div > a.active,
.pagination ul > li > div > span.active {
  background-color: #f5f5f5;
}

.pagination ul > li > div > a.active,
.pagination ul > li > div > span.active {
  color: #999999;
  cursor: default;
}

.pagination ul > li:first-child > div > a,
.pagination ul > li:first-child > div > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > div > a,
.pagination ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-large ul > li > div > a,
.pagination-large ul > li > div > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > div > a,
.pagination-large ul > li:first-child > div > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > div > a,
.pagination-large ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > div > a,
.pagination-small ul > li:first-child > div > a,
.pagination-mini ul > li:first-child > div > span,
.pagination-small ul > li:first-child > div > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > div > a,
.pagination-small ul > li:last-child > div > a,
.pagination-mini ul > li:last-child > div > span,
.pagination-small ul > li:last-child > div > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > div > a,
.pagination-small ul > li > div > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > div > a,
.pagination-mini ul > li > div > span {
  padding: 1px 6px;
  font-size: 10.5px;
}

/* Pagination btn 
 ---------------------------------------- */

.pagination-btn ul > li > a,
.pagination-btn > li > span,
.pagination-btn ul > li > div > a,
.pagination-btn > li > div > span {
  color: #333;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
*background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #a2a2a2;
*border: 0;
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.pagination-btn ul > .active > a,
.pagination-btn ul > .active > span,
.pagination-btn ul > .active > div > a,
.pagination-btn ul > .active > div > span,
.pagination-btn ul > li > a:hover,
.pagination-btn ul > li > div > a:hover,
.pagination-btn ul > li > div > a.active,
.pagination-btn ul > li > div > span.active {
  background-color: #e6e6e6;
*background-color: #d9d9d9;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.pagination-btn ul > .active > a,
.pagination-btn ul > .active > span,
.pagination-btn ul > .active > div > a,
.pagination-btn ul > .active > div > span,
.pagination-btn ul > li > div > a.active,
.pagination-btn ul > li > div > span.active {
  color: #0066CC;
  background: #f0f0f0;
  border-top-color: #c0c0c0;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.10), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination-btn ul > .disabled > a,
.pagination-btn ul > .disabled > a:hover,
.pagination-btn ul > .disabled > span,
.pagination-btn ul > .disabled > div > a,
.pagination-btn ul > .disabled > div > a:hover,
.pagination-btn ul > .disabled > div > span {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Pagination btn 
 ---------------------------------------- */

.pagination-boo ul > li > a,
.pagination-boo ul > li > span,
.pagination-boo ul > li > div > a,
.pagination-boo ul > li > div > span {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #d4d9e1;
*background-color: #cbd0da;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cbd0da));
  background-image: -webkit-linear-gradient(top, #ffffff, #cbd0da);
  background-image: -moz-linear-gradient(top, #ffffff, #cbd0da);
  background-image: -o-linear-gradient(top, #ffffff, #cbd0da);
  background-image: linear-gradient(to bottom, #ffffff, #cbd0da);
  background-repeat: repeat-x;
  border-color: #c3c9d3 #c3c9d3 #bac1cb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.30);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcbd0da', GradientType=0);
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.pagination-boo ul > .active > a,
.pagination-boo ul > .active > span,
.pagination-boo ul > .active > div > a,
.pagination-boo ul > .active > div > span,
.pagination-boo ul > li > a:hover,
.pagination-boo ul > li > div > a:hover,
.pagination-boo ul > li > div > a.active,
.pagination-boo ul > li > div > span.active {
  background: #d7dbe3;
*background: #d7dbe3;
}

.pagination-boo ul > .active > a,
.pagination-boo ul > .active > span,
.pagination-boo ul > .active > div > a,
.pagination-boo ul > .active > div > span,
.pagination-boo ul > li > div > a.active,
.pagination-boo ul > li > div > span.active {
  color: #0066CC;
  background: #e1e5ec;
  border-top-color: #b8bec8;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), inset 1px -1px 2px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination-boo ul > .disabled > a,
.pagination-boo ul > .disabled > a:hover,
.pagination-boo ul > .disabled > span,
.pagination-boo ul > .disabled > div > a,
.pagination-boo ul > .disabled > div > a:hover,
.pagination-boo ul > .disabled > div > span {
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.widget-footer .pagination {
  margin: 0;
}

/* PAGER 
 ---------------------------------------------------------------------------- */

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 4px 14px;
  background-color: #f0f1f8;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}



/* THUMBNAILS 
 ---------------------------------------------------------------------------- */

.thumbnails .well {
  margin-bottom: 0;
}

.well-black .thumbnail {
  border-color: #55585b;
}

/* BOO THUMB
------------------------------------------------------------------------- ***/	

.img-shadow {
  position: relative;
  float: left;/*max-width: 100%;*/
}

/*
.ie8 .img-shadow,
.ie8 .img-shadow .thumb { 
  width: 100%;
}*/


.img-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

.img-shadow img {
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* MEDIA 
 ---------------------------------------------------------------------------- */

.media-overflow,
.media-overflow .media,
.media-overflow .media-body {
  overflow: visible;
}

.media-left {
  float: left;
  margin-right: 10px;
}

.media-right {
  float: right;
  margin-left: 10px;
}

/* LABELS and BADGES 
 ---------------------------------------------------------------------------- */

.label,
.badge {
  font-size: 11.225px;
}

.label span,
.badge span {
  padding: 0 2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.label-tag,
.badge-tag {
  font-weight: bold;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.label-tag,
.badge-tag {
  background-color: #e1e1e1;
}

.label-tag[href],
.badge-tag[href] {
  background-color: #c5c5c5;
}

.well-black .label,
.well-black .badge {
  padding-top: 2px;
}

.label-positive,
.badge-positive {
  background-color: #57A957;
}

.label-positive[href],
.badge-positive[href] {
  background-color: #57A957;
}

.label-negative,
.badge-negative {
  background-color: #DB6464;
}

.label-negative[href],
.badge-negative[href] {
  background-color: #DB6464;
}

.label-notification,
.badge-notification {
  background-color: #ED7A53;
}

.label-notification[href],
.badge-notification[href] {
  background-color: #ED7A53;
}

.label-white,
.badge-white {
  background-color: #FFF;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.label-white[href],
.badge-white[href] {
  background-color: #FFF;
  color: #333;
}



/* ACCORDION 
 ---------------------------------------------------------------------------- */

.accordion-heading:before,
.accordion-heading:after,
.accordion-content:before,
.accordion-content:after {
  display: table;
  content: "";
}

.accordion-heading:after,
.accordion-content:after {
  clear: both;
}

/* CAROUSEL 
 ---------------------------------------------------------------------------- */

/* HERO UNIT 
 ---------------------------------------------------------------------------- */

/*** ADMIN STYLE 
 ---------------------------------------------------------------------------- */
/** Header 
 ------------------------------------------- */

#header-container {
  /*height: 76px;*/
  height: 70px;   
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9009;
}

#header .header-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1001;
}

#header .header-drawer {
  position: absolute;
  top: 0px;
  height: 34px;
  margin-top: 41px;
  width: 100%;
  border-bottom: 1px solid #64be5a;
  background-color: #3b4042;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#59B14F), to(#78C876));
  background-image: -webkit-linear-gradient(top, #59B14F, #78C876);
  background-image: -moz-linear-gradient(top, #59B14F, #78C876 );
  background-image: -o-linear-gradient(top, #59B14F, #78C876);
  background-image: linear-gradient(to bottom, #59B14F, #78C876);
  background-repeat: repeat-x;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff59B14F', endColorstr='#ff78C876', GradientType=0);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.mobile-nav {
  text-align: center;
}

.mobile-btn {
  display: block;
  padding: 7px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #3b8f32;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  text-align: center;
}

.mobile-btn:hover {
  color: #31722a;
  text-decoration: none
}

.nav-page > li {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-page > li > a {
  padding: 9px;
}

/** Sidebar 
 ------------------------------------------- */

.sidebar {
  position: fixed;
  top: 76px;
  /*width: 270px;*/
  background: url("../img/background/body-bg-02-15.jpg") repeat scroll 0 0 #c5c6ca;
  background-color: rgba(0, 0, 0, 0.15);
  /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 -2px 6px -1px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.3), 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
}

.sidebar-left .sidebar {
  left: 0;
  bottom: 0;
}

.sidebar-left .sidebar {
  border-right: 1px solid #ffffff;
  -webkit-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
}

.sidebar-right .sidebar {
  right: 0;
  bottom: 0;
}

.sidebar-right .sidebar {
  border-left: 1px solid #ffffff;
  -webkit-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  -o-box-shadow: -5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 5px 0 15px -5px rgba(0, 0, 0, 0.15) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.2) inset;
}

.sidebar-inverse {
  background-color: #272B2E;
  background-image: none;
}

.sidebar-left .sidebar-inverse {
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
}

.sidebar-right .sidebar-inverse {
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 1) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 5px 0 20px -5px rgba(0, 0, 0, 1) inset, 2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
}

.sidebar-item .profile {
  padding: 15px;
  height: 85px;
  /*background: url("../img/background/body-bg-02a.jpg") repeat 0 0;*/
  /*background-color: #777777;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5) inset, -2px 0 10px -2px rgba(0, 0, 0, 0.5) inset;*/
  
  background-color: #E6E6E6;
  /*-webkit-box-shadow: 0 -7px 15px -10px rgba(0, 0, 0, 0.5) inset, 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -7px 15px -10px rgba(0, 0, 0, 0.5) inset, 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -7px 15px -10px rgba(0, 0, 0, 0.5) inset, 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -7px 15px -10px rgba(0, 0, 0, 0.5) inset, 0 0 10px 5px rgba(0, 0, 0, 0.1) inset;*/
}

.sidebar-item .profile .media-heading {
  margin: 0;
  /*color: #e1e1e1;
  font-weight: normal;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
  color: #222222;
  font-weight: bold;
}

.sidebar-item .profile .media-heading small {
  display: block;
  font-size: 12px;
  margin-top: 2px;
}

.sidebar-item .profile .data {
  margin-top: 8px;
  font-size: 11px;
  font-weight: normal;
  /*color: #e1e1e1;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);*/
  color: #444444;
  line-height: 14px; 
   
}

.profile {
	background-color: #f7f7f7;
	padding: 7px 7px 3px 7px;
} 
.profile .data {
  margin-top: 8px;
  font-size: 11px; 
  font-weight: normal;
  color: #444444;
  line-height: 14px; 
}

.sidebar-item .profile .thumb {
  /*border: 5px solid #222;*/
}

.profile .media-thumb .img-shadow {
  height: 75px;
  width: 75px;
}

/* Nav sidebar 
 ---------------------------------------- */

.nav-side {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.nav-side .collapse {
  overflow: hidden
}

.nav-side .accordion-group {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background-color: #F5F5F5;
}

.nav-side .accordion-group > .active {
  background: url("../img/background/body-bg-01.jpg") repeat scroll 0 0;
}

.sidebar-left .nav-side .accordion-group > .active {
  margin-right: -1px; /* only works if you do not scroll to sidebar */
}

.sidebar-right .nav-side .accordion-group > .active {
  margin-left: -1px; /* only works if you do not scroll to sidebar */
}

.nav-side .accordion-heading {
  margin: 0;
}

.nav-side .accordion-toggle {
  display: block;
  padding: 13px 14px;
  color: #333;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.nav-side .accordion-toggle:hover {
  background: url("../img/background/transparent-25.png") repeat scroll 0 0; /* ie */
  background: rgba(0,0,0, 0.05);
}

.nav-side .accordion-toggle .chevron {
  color: #949598;
  font-size: 0.886em;
  opacity: 0.30;
  filter: alpha(opacity=30);
}

.nav-side .active .accordion-toggle,
.nav-side .active .accordion-toggle:hover {
  background: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.sidebar-left .nav-side .accordion-toggle .chevron {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
}

.sidebar-right .nav-side .accordion-toggle .chevron {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}

.nav-side .accordion-toggle .item-icon {
  color: #949598;
}

.sidebar-right .nav-side .accordion-toggle .item-icon {
  float: right;
  margin-right: -6px;
}

.nav-side .active .chevron,
.nav-side .accordion-toggle:hover .chevron,
.nav-side .accordion-toggle:hover .item-icon,
.nav-side .active .accordion-toggle:hover .chevron {
  color: #6a8a22;
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav-side .active .accordion-toggle .item-icon {
  color: #333;
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-inverse .nav-side {
  border-bottom: 1px solid #3D4143; /* ie */
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.sidebar-inverse .nav-side .accordion-group {
  border-top-color: #3D4143; /* ie */
  border-bottom-color: #131517; /* ie */
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.sidebar-inverse .nav-side .accordion-toggle,
.sidebar-inverse .nav-side .accordion-toggle:hover {
  color: #bbb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1)
}

.sidebar-inverse .nav-side .accordion-toggle .item-icon {
  color: #191b1c;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

.sidebar-inverse .nav-side .accordion-toggle:hover .chevron,
.sidebar-inverse .nav-side .accordion-toggle:hover .item-icon {
  color: #bbb;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.sidebar-inverse .nav-side .active .accordion-toggle,
.sidebar-inverse .nav-side .active .accordion-toggle:hover {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  background: none;
}

.sidebar-inverse .nav-side .active .accordion-toggle:hover .chevron {
  color: #3399ff;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.sidebar-inverse .nav-side .active .accordion-toggle:hover .item-icon {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Sub nav sidebar
 ---------------------------------------- */

.nav-side .accordion-content {
  background: url("../img/background/body-bg-02-25.jpg") repeat scroll 0 0; /* ie */
  /*background: rgba(0, 0, 0, 0.15);*/
  background: rgba(0, 0, 0, 0.05); 
  /*-webkit-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 6px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 6px -1px rgba(0, 0, 0, 0.1);*/
  -webkit-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3), inset 0 -2px 2px -1px rgba(0, 0, 0, 0.1);
}

.nav-side .accordion-content > li:first-child,
.nav-side .accordion-content > li.first-child {
  margin-top: 10px;
}

.nav-side .accordion-content > li:last-child,
.nav-side .accordion-content > li.last-child {
  margin-bottom: 10px;
}

.sidebar-inverse .nav-side .accordion-content {
  background: #212527;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -2px 2px 6px -1px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 6px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -2px 2px 6px -1px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 6px -1px rgba(0, 0, 0, 0.1);
  box-shadow: inset -2px 2px 6px -1px rgba(0, 0, 0, 0.7), inset 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 -1px 6px -1px rgba(0, 0, 0, 0.1);
}

.nav-side ul > li > a {
  padding: 8px 15px 6px 30px;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
}

.nav-side ul > li > a:hover {
  color: #111;
  background: rgba(0, 0, 0, 0.1);
}

.nav-side ul > .active > a,
.nav-side ul > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  /*background-color: #373B3E;*/
  /*background-color: #777777;*/
  /*background-color: #789232;*/
  background-color: #999999;
}

.sidebar-inverse .nav-side ul > li > a {
  color: #777;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

.sidebar-inverse .nav-side ul > li > a:hover {
  color: #ffffff;
  background: url("../img/background/transparent-25.png") repeat scroll 0 0; /* ie */
  background: rgba(0, 0, 0, 0.1);
}

.sidebar-inverse .nav-side ul > .active > a,
.sidebar-inverse .nav-side ul > .active > a:hover {
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  background: url("../img/background/body-bg-02-25.jpg") repeat scroll 0 0;
  background: rgba(255, 255, 255, 0.6);
}

/** Content 
 ---------------------------------------- */

.main-content {
  padding-bottom: 70px;
}

.sidebar-left .main-content {
  margin-left: 270px;
  margin-right: 0;
}

.sidebar-right .main-content {
  margin-right: 270px;
  margin-left: 0;
}

.sidebar-hidden .main-content {
  margin-right: 0;
  margin-left: 0;
}

/** Footer-Fix 
 ---------------------------------------- */

#footer-fix {
  position: fixed;
  height: 40px;
  width: 100%;
  bottom: 0;
  background: url("../img/background/transparent-foo-fix.png") repeat scroll 0 0;
  background: rgba(43, 45, 48, 0.95);
  z-index: 9005;
}

#footer-fix .btn-toolbar,
#footer-fix .navbar {
  margin-top: 0;
  margin-bottom: 0;
}

/** Footer-Fix navbar 
 ---------------------------------------- */

#footer-fix .navbar {
  font-size: 16px
}

#footer-fix .navbar .divider-vertical {
  margin: 0;
  border-left-color: #4a4c4f;
  border-right-color: #1b1c1d;
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(255, 255, 255, 0.1);
}

#footer-fix .navbar-inverse .navbar-inner {
  padding-right: 18px;
  padding-left: 18px;
  background: none;
  border: none;
  border-radius: 0;
}

#footer-fix .navbar-inverse .nav > li > a {
  color: #aaa;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer-fix .navbar-inverse .nav > li > a:hover {
  color: #FFF;
}

#footer-fix .navbar-inverse .nav > li > .active {
  color: #D6B200; /*3399ff */
}

/* Footer-Fix sidebar 
 ---------------------------------------- */

.footer-sidebar {
  position: absolute;
  bottom: 0;
  min-height: 40px;
  width: 270px;
  background: #16171a; /*ie*/
  background: rgba(22, 23, 26, 1);
}

.sidebar-left .footer-sidebar {
  left: 0;
}

.sidebar-right .footer-sidebar {
  right: 0;
}

.footer-sidebar .btn-toolbar {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.footer-sidebar .btn-toolbar .btn-glyph {
  font-size: 16px;
  color: #aaa;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}

/* Footer-Fix content 
 ---------------------------------------- */

.sidebar-left .footer-content {
  margin-left: 270px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-right .footer-content {
  margin-right: 270px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-hidden .footer-content {
  margin-right: 0;
  margin-left: 0;
}

/** Page Head 
 ---------------------------------------- */

.page-head {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
  min-height: 100px;
  border-bottom: 1px solid #babecc;
  background: url("../img/background/body-bg-02-15.jpg") repeat scroll 0 0;
}

.page-head .page-title {
  margin-bottom: 0px;
}

.page-title h1 {
}

.pagedesc {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.well-black .pagedesc {
  text-shadow: 0 -1px 0 rgba(0,0, 0, 0.8);
}

.page-title + .pagedesc {
  margin-top: -5px;
}

/* Page Bar 
 ---------------------------------------- */

.page-bar {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: -1px;
  margin: auto;
  padding: 0;
}

.page-bar .btn-toolbar {
  margin: 0;
}

.page-bar .nav-tabs {
  margin: 0;
}

.page-bar .nav-tabs > li > a {
  color: #333;
}

.page-bar .nav-tabs > .active > a,
.page-bar .nav-tabs > .active > a:hover {
  color: #3399ff;
  background: url("../img/background/body-bg-02.jpg") repeat scroll 0 0 #f5f5f5;
}

/** Page Content 
 ---------------------------------------- */

.page-content { /*padding-top: 20px;*/
  padding-bottom: 20px
}

.wrap-shadow {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
}

.wrap-padding {
  padding: 0 15px
}

.wrap-border-grey {
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.wrap-border-white {
  border: 1px solid #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.bg-white {
  background-color: #fafafa;
}

.toggle-btn {
  float: right;
}

legend .toggle-btn[class^="fontello-icon-"]:before,
legend .toggle-btn[class*=" fontello-icon-"]:before,
legend .toggle-btn[class^="aweso-icon-"]:before,
legend .toggle-btn[class*=" aweso-icon-"]:before {
  font-size: 1em;
  color: #999;
}

/*** WIDGETS 
 ---------------------------------------------------------------------------- */

.widget {
  position: relative;
  margin-bottom: 20px;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.widget:before,
.widget:after {
  display: table;
  content: "";
}

.widget:after {
  clear: both;
}

.widget-box {
  /*border: 1px solid #c9c9c9;*/
  border: 1px solid #e5e5e5;
}

.widget-simple {
  padding: 0 15px;
/*  background-color: #f5f6f9;*/
/*  background-color: #ffffff;*/ 
  border: 0px solid #DDDDDD; 
  /*-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);*/
}

.widget-table {
  border: 1px solid #c8ccce;
}

.widget-table.strong {
  border: 1px solid #b4b7be;
}

.widget-simple.widget-table {
  padding: 0;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

/** widget header 
 ---------------------------------------- */

.widget-header {
  position: relative;
  min-height: 30px;
  padding: 5px 0 4px;
  border-bottom: 1px solid #bbb;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
}

.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  float: left;
  margin: 0;
}

.widget-header h3,
.widget-header h4 {
  line-height: 30px;
  /*color: #6A8A22 !important;*/
  /*color: #576E21;*/
  color: #222222; 
}

.widget-header h3,
.widget-header h4 a {
  line-height: 30px;
  /*color: #6A8A22 !important;*/
  /*color: #576E21;*/
  color: #222222;
}

.widget-header h6 {
  margin-top: 2px;
}

.widget-header h3 small,
.widget-header h4 small,
.widget-header h5 small,
.widget-header h6 small {
  font-weight: bold;
  color: #979fa5;
  text-transform: uppercase;
}

.widget-header .nav > li > a:hover {
  border: none;
}

.header-small {
  min-height: 20px
}

.header-small .btn-glyph.btn-link [class^="fontello-icon-"]:before,
.header-small .btn-glyph.btn-link [class*=" fontello-icon-"]:before,
.header-small .btn-glyph.btn-link [class^="aweso-icon-"]:before,
.header-small .btn-glyph.btn-link [class*=" aweso-icon-"]:before {
  font-size: 1.233em;
}

.widget-header .nav {
  margin-bottom: 0;
}

.widget-box .widget-header.collapsed,
.widget-simple .widget-header.collapsed,
.widget-table .widget-header.collapsed {
  border-bottom: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.well-black .widget-header {
  border-bottom-color: #222;
}

.well-black .widget-body {
  border-top-color: #616161;
}

/** widget title 
 ------------------------------------------- */

.widget-title {
  border-top: 1px solid #2b2d38;
  color: white;
  margin-right: -1px;
  margin-left: -1px;
  padding: 3px 10px 4px;
  background: #2b2d38;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464a56), color-stop(100%, #2b2d38));
  background: -webkit-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -moz-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -ms-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: -o-linear-gradient(top, #464a56 0%, #2b2d38 100%);
  background: linear-gradient(top, #464a56 0%, #2b2d38 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464a56', endColorstr='#2b2d38', GradientType=0 );
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.widget-title h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.widget-title span {
  color: #bbb
}

.widget-title small {
  font-size: 1em;
  font-weight: bold;
}

.widget-title h6,
.widget-title span {
  text-transform: uppercase;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 1);
}

/** widget content 
 ------------------------------------------- */

.widget-content {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.widget-header + .widget-content {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

/** widget body 
 ------------------------------------------- */

.widget-body {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}

.widget-content .widget-body:last-child {
  border-bottom: none;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.widget-box > .widget-content .widget-body {
  border-bottom: none;
}

/** widget bar 
 ------------------------------------------- */

.widget-bar {
  padding: 5px 0; /*background-color: #ebedf2;*/
  border-bottom: 1px solid #c9c9c9;
}

/*
.widget-bordered { 
  margin: 5px 0 0;
  background-color: #ebedf2; 
  border-bottom: 1px solid #c9c9c9; 
  -webkit-border-radius: 4px 4px 0 0; 
        -moz-border-radius: 4px 4px 0 0; 
                    border-radius: 4px 4px 0 0;
}
*/


.widget-box .widget-bar {
  padding: 5px 15px;
  background: #e4e5e9; /*d9dbdf*/
  border-top: 1px solid #c9c9c9;
}

.widget-simple .widget-bar {
  padding: 5px;
}

.widget-bar .nav,
.widget-bar .btn-toolbar {
  margin: 0;
}

/** widget row 
 ------------------------------------------- */

.widget-row {
  padding: 9px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #c9c9c9;
}

.widget-row:first-child {
  padding-top: 0;
  border-top: none;
}

.widget-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/** widget footer 
 ------------------------------------------- */

.widget-footer {
  min-height: 20px;
  padding: 6px 0 10px;
  border-top: 1px solid #c9c9c9;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.widget-table .widget-footer {
  padding: 6px 0 6px;
}

.well > .widget,
.widget-box > .widget,
.widget-wrap > .widget,
.widget-wrap-out > .widget,
.widget-wrap-in > .widget {
  margin-bottom: 0px
}

.widget > .widget-header {
  background: none;
}

.widget .widget-body {
  padding: 9px 0;
}

.widget-box .widget-header {
  background: #e5e7eb;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e7eb), color-stop(100%, #d8dade));
  background: -webkit-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -moz-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -ms-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: -o-linear-gradient(top, #e5e7eb 0%, #d8dade 100%);
  background: linear-gradient(to bottom, #e5e7eb 0%, #d8dade 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5e7eb', endColorstr='#ffd8dade', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1);
}

.widget-box .widget-body,
.widget-box .widget-content {
  background-color: #fafafa;
}

.widget-box .widget-footer {
  border-top-color: #b4b7be;
  background: #dee3e7;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dee3e7), color-stop(100%, #f5f6f7));
  background: -webkit-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -moz-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -ms-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: -o-linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
  background: linear-gradient(top, #dee3e7 0%, #f5f6f7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdee3e7', endColorstr='#fff5f6f7', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.widget-box .widget-header,
.widget-box .widget-body,
.widget-box .widget-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.widget-table .widget-header,
.widget-table .widget-footer {
  padding-left: 10px;
  padding-right: 10px;
}

.widget-box > .widget-body > .widget-row {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-header .btn-toolbar,
.widget-footer .btn-toolbar,
.widget-header p,
.widget-footer p {
  margin: 0;
}

.widget-tool {
  float: right;
  color: #333;
  text-align: left;
  line-height: 30px;
}

.header-small .widget-tool {
  line-height: 20px;
}

.widget-body + .widget-footer {
  border-top-color: #ffffff;
}

.widget-box .widget-body + .widget-footer {
  border-top-color: #b4b7be;
}

.widget-footer.box-shadow-in {
  border-top: none;
  -webkit-box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15);
}

.widget.well,
.widget-box.well {
  padding-top: 0px;
  padding-bottom: 0px;
}

.widget form {
  margin-bottom: 0;
}

[class*="wrap-"] .widget,
[class*="wrap-"] .widget-box {
  margin-bottom: 0;
}

.widget:before,
.widget:after,
.widget-header:before,
.widget-header:after,
.widget-title:before,
.widget-title:after,
.widget-bar:before,
.widget-bar:after,
.widget-content:before,
.widget-content:after,
.widget-body:before,
.widget-body:after,
.widget-bar:after,
.widget-bar:before,
.widget-row:before,
.widget-row:after,
.widget-footer:before,
.widget-footer:after {
  display: table;
  content: "";
}

.widget:after,
.widget-header:after,
.widget-title:after,
.widget-bar:after,
.widget-content:after,
.widget-body:after,
.widget-bar:after,
.widget-row:after,
.widget-footer:after {
  clear: both;
}

.widget-header .nav-pills > li > a {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.widget-block {
  background-color: #f1f1f1;
}

.widget-block-top {
}

.widget-block-content {
  padding: 15px;
}

.widget-block-top .widget-block-content { /*border-top: 1px solid #ffffff;*/
  border-bottom: 1px solid #c9c9c9;
}

/* WIDGET-LIST
 ------------------------------------------- */

.widget-list {
  margin: 0;
  list-style: none;
}

.widget-list a {
  text-decoration: none;
}

.widget-list > li {
  position: relative;
  padding: 8px 0;
  border-top: 1px solid #c4c4c4;
}

.widget-list.list-dotted > li {
  border-top-style: dotted
}

.widget-list > li:before,
.widget-list > li:after {
  display: table;
  content: "";
}

.widget-list > li:after {
  clear: both;
}

.widget-list > li:first-child {
  border-top: none;
}

.widget-list > .media {
  margin-top: 0;
}

.widget-list .media-heading {
  text-overflow: ellipsis;
}

.widget-list h4.media-heading {
  font-size: 16px;
  font-weight: bold;
}

.widget-list h5.media-heading {
  font-size: 16px;
  font-weight: normal;
}

.widget-list h6.media-heading {
  font-size: 12px;
  font-weight: bold;
}

.widget-list .media-heading small {
  font-size: 13px;
}

.widget-list h6.media-heading small {
  font-size: 12px;
}

.widget-list li .well {
  margin-bottom: 5px
}

.widget-list .date {
  font-size: 12px;
}

.widget-list .note,
.widget-list .post {
  line-height: 18px;
  font-size: 13px;
  margin-bottom: 5px
}

.widget-list .data,
.widget-list .meta {
  margin: 0;
  list-style: none;
}

.widget-list .data > .divider-vertical,
.widget-list .meta > .divider-vertical {
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

.widget-list .data {
  font-size: 12px;
}

.widget-list .data > .divider-vertical {
  height: 16px;
  margin: 2px 6px 0;
}

.widget-list .meta,
.widget-list .meta > li {
  font-size: 11px;
  line-height: 16px;
  color: #777;
}

.widget-list .meta a {
  color: #00315d;
  font-weight: bold
}

.widget-list .meta strong {
  color: #111;
}

.widget-list .meta > .divider-vertical {
  height: 14px;
  margin: 1px 6px 0;
}

/* quick menu */

.widget-list .quick-menu-icon {
  font-size: 14px;
}

.widget-list .quick-menu-icon a {
  color: #333;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.widget-list .quick-menu-icon a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.widget-list .menu-right {
  float: right;
  margin-left: 10px;
}

.widget-list .menu-left {
  float: left;
  margin-right: 10px;
}

.widget-list .quick-menu-icon.menu-right,
.widget-list .quick-menu.menu-right {
  margin-left: 5px;
  margin-bottom: 5px;
}

/* style widget list for table */

.table h4.media-heading,
.table h5.media-heading,
.table h6.media-heading {
  margin: 0;
  font-weight: bold;
}

/* REMEMBER
 ------------------------------------------- */

.widget-remember .priority-label {
  float: left;
}

.widget-remember .priority-label .label {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 4px 10px 0 0;
  background-color: #bbb;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.55), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.15), inset 0px 1px 0 rgba(255, 255, 255, 0.75);
}

.widget-remember .quick-menu-icon {
  float: right;
  margin-bottom: 0;
}

.widget-remember .widget-list .tags .label {
  margin: 3px 0 0 5px;
  color: #0066cc;
  font-weight: normal;
  background-color: #d7e3fb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

.widget-remember .widget-list .tags .label + .label {
  margin-left: 3px;
}

.widget-remember .widget-list .category {
  font-weight: bold;
  font-size: 12px;
  color: #999;
}

.widget-remember .widget-list .date {
  float: right;
  margin-left: 10px;
  color: #3399ff;
  font-size: 12px;
  font-weight: normal;
}

.widget-remember .widget-list .today .date {
  color: #0066cc;
  font-weight: bold;
}

.today .priority-label .label {
  background: #a4db8c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a4db8c), color-stop(100%, #61c419));
  background: -webkit-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -moz-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -ms-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: -o-linear-gradient(top, #a4db8c 0%, #61c419 100%);
  background: linear-gradient(to bottom, #a4db8c 0%, #61c419 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa4db8c', endColorstr='#ff61c419', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.routime ..priority-label .label {
 background: #7db9e8;
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(100%, #4f85dd));
 background: -webkit-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:    -moz-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:     -ms-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:      -o-linear-gradient(top, #7db9e8 0%, #4f85dd 100%);
 background:   linear-gradient(to bottom, #7db9e8 0%, #4f85dd 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7db9e8', endColorstr='#ff4f85dd', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.urgent .priority-label .label {
  background: #fc942d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc942d), color-stop(100%, #ff572d));
  background: -webkit-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -moz-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -ms-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: -o-linear-gradient(top, #fc942d 0%, #ff572d 100%);
  background: linear-gradient(to bottom, #fc942d 0%, #ff572d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc942d', endColorstr='#ffff572d', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.high .priority-label .label {
  background: #ff5b5b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ff5b5b), color-stop(100%, #c93838));
  background: -webkit-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -moz-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -ms-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: -o-linear-gradient(top, #ff5b5b 1%, #c93838 100%);
  background: linear-gradient(to bottom, #ff5b5b 1%, #c93838 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff5b5b', endColorstr='#ffc93838', GradientType=0 );
 filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.widget-remember .widget-list .completed span,
.widget-remember .widget-list .completed .title,
.widget-remember .widget-list .completed a,
.widget-remember .widget-list .completed .tags .label {
  color: #999 !important;
}

.widget-remember .widget-list .completed .tags .label {
  background-color: #ededed !important;
}

.widget-remember .widget-list .completed .priority-label .label {
  background: #d4d4d4;
  box-shadow: none;
}




.widget-remember .widget-list .completed .quick-menu .edit {
  display: none;
}

/* NOTES
 ------------------------------------------- */

.widget-notes {
  background-color: #f6f5df;
}

.widget-notes .quick-menu-icon {
  float: right;
  margin-bottom: 0;
}

.widget-notes .date {
  font-weight: bold;
  color: #3399FF;
}

.widget-list .note {
  margin-bottom: 0;
}

/* WIDGET MEDIA THUMB
 ------------------------------------------- */ 

.thumb-bordereb .thumb {
  border: 5px solid #eee;
}

.thumb-mini .media-thumb .thumb,
.thumb-mini .media-thumb .img-shadow {
  height: 25px;
  width: 25px;
}

.thumb-small .media-thumb .thumb,
.thumb-small .media-thumb .img-shadow {
  height: 35px;
  width: 35px;
}

.media-thumb .thumb,
.media-thumb .img-shadow { 
  background-color:#eeeeee;  
  height: 74px;
  width: 74px; 
}

.thumb-large .media-thumb .thumb,
.thumb-large .media-thumb .img-shadow {
  height: 55px;
  width: 55px;
}

.thumb-xlarge .media-thumb .thumb,
.thumb-xlarge .media-thumb .img-shadow {
  height: 70px;
  width: 70px;
}

.thumb-xxlarge .media-thumb .thumb,
.thumb-xxlarge .media-thumb .img-shadow {
  height: 96px;
  width: 96px;
}

.thumb-mini .media-thumb [class^="fontello-icon-"]:before,
.thumb-mini .media-thumb [class^="aweso-icon-"]:before {
  font-size: 1.3em;
}

.thumb-small .media-thumb [class^="fontello-icon-"]:before,
.thumb-small .media-thumb [class^="aweso-icon-"]:before {
  font-size: 1.7em;
}

.media-thumb [class^="fontello-icon-"]:before,
.media-thumb [class^="aweso-icon-"]:before {
  /*font-size: 2.2em;*/
  color: #CCCCCC;
  font-size: 76px;
  margin-top: 1px;   
}

.thumb-large .media-thumb [class^="fontello-icon-"]:before,
.thumb-large .media-thumb [class^="aweso-icon-"]:before {
  font-size: 2.7em;
}

.thumb-xlarge .media-thumb [class^="fontello-icon-"]:before,
.thumb-xlarge .media-thumb [class^="aweso-icon-"]:before {
  /*font-size: 3.4em;*/
  color: #CCCCCC;
  font-size: 71px;  
  margin-top: 1px;  
}

.thumb-xxlarge .media-thumb [class^="fontello-icon-"]:before,
.thumb-xxlarge .media-thumb [class^="aweso-icon-"]:before {
  font-size: 4.2em;
}

/* USER-LIST
 ------------------------------------------- */

.user-list .title a {
  text-decoration: none;
}

.user-list .title a:hover {
  color: #333;
}

.user-list .title small,
.user-list .title small {
  font-size: 12px;
  font-weight: normal;
}

.user-list .data {
  line-height: 16px;
  font-size: 12px;
}

.user-list .data > li {
  font-size: 12px;
}

.user-list .data > .divider-vertical {
  height: 16px;
  margin: 2px 6px 0;
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

.user-list .meta {
  margin: 0;
  font-size: 11px;
  line-height: 16px;
  color: #777;
}

.user-list .meta a {
  color: #00315d;
  font-weight: bold
}

.user-list .meta strong {
  color: #111;
}

.user-list .meta > li {
}

.user-list .meta > .divider-vertical {
  height: 14px;
  margin: 3px 6px 0;
  padding: 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #bdbdbd;
}

/*** MEDIAGRID
 ---------------------------------------------------------------------------- */

.mediagrid {
  margin-left: -30px;
  list-style: none;
*zoom: 1;
}

.mediagrid:before,
.mediagrid:after {
  display: table;
  content: "";
}

.mediagrid:after {
  clear: both;
}

.mediagrid > li {
  display: inline-block;
  margin-bottom: 19px;
  vertical-align: middle;
}

.mediagrid > li {
  margin-right: 2.2820%; /*1.8641%;*/
}

.mediagrid.media-item-940 > li {
  width: 940px;
}

.mediagrid.media-item-860 > li {
  width: 860px;
}

.mediagrid.media-item-780 > li {
  width: 780px;
}

.mediagrid.media-item-700 > li {
  width: 700px;
}

.mediagrid.media-item-620 > li {
  width: 620px;
}

.mediagrid.media-item-540 > li {
  width: 540px;
}

.mediagrid.media-item-460 > li {
  width: 460px;
}

.mediagrid.media-item-380 > li {
  width: 380px;
}

.mediagrid.media-item-300 > li {
  width: 300px;
}

.mediagrid.media-item-220 > li {
  width: 220px;
}

.mediagrid.media-item-140 > li {
  width: 140px;
}

.mediagrid.media-item-60 > li {
  width: 60px;
}

/*
.mediagrid.media-item-6 > li { width: 776px; }
.mediagrid.media-item-5 > li { width: 640px; }
.mediagrid.media-item-4 > li { width: 504px; }
.mediagrid.media-item-3 > li { width: 368px; }
.mediagrid.media-item-2 > li { width: 232px; }
.mediagrid.media-item-1 > li { width: 95px; }
*/


.row-fluid .mediagrid {
  margin-left: 0;
}

.media-item {
  display: block;
  line-height: 1;
  width: 220px
}

.mediagrid-center {
  text-align: center;
}

/* STATISTIC BOX
 ---------------------------------------------------------------------------- */

.statistic-box {
  padding: 0;
}

.statistic-box .section-title {
  padding: 0 10px;
  border-bottom: 1px solid #d1d2d5;
  text-align: left;
}

.well-black .section-title,
.statistic-box.well-black .section-title {
  border-bottom: 1px solid #222;
}

.statistic-box .section-content {
  padding: 9px 10px;
  border-top: 1px solid #ffffff;
}

.well-black .section-content,
.well-black.statistic-box .section-content {
  border-top: 1px solid #515356;
}

.statistic-box .section-content.item {
  border-bottom: 1px solid #d1d2d5;
}

.well-black .section-content.item,
.well-black.statistic-box .section-content.item {
  border-bottom-color: #222222;
}

.statistic-box .section-right,
.statistic-box .section-left {
  float: left;
  padding: 9px 10px;
}

.statistic-box .section-wrapper-left {
  float: left;
  border-right: 1px solid #515356;
}

.statistic-box .section-wrapper-left .section-left {
  border-right: 1px solid #222;
}

.statistic-box .section-wrapper-right {
  float: left;
  border-left: 1px solid #222;
}

.statistic-box .section-wrapper-right .section-right {
  border-left: 1px solid #515356;
}

.statistic-box .section-icon .item-icon {
  display: block;
  height: 25px;
  font-size: 1.26em;
  padding: 9px 0 9px 7px;
  position: relative;
  text-align: center;
  width: 25px;
}

/* STATISTIC VALUES
 ------------------------------------------- */

.statistic-values {
  position: relative;
  margin: 0;
}

.nav .statistic-values {
  display: inline-block;
}

.statistic-values .indicator[class*="icon-"]:before,
.statistic-values .indicator[class*="fontello-icon-"]:before,
.statistic-values .indicator[class*="aweso-icon-"]:before,
.statistic-values .indicator[class*="fugue-icon-"]:before {
  margin-right: 0.1em;
  font-size: 1.226em;
  width: 0.6em;
}

.statistic-values sub,
.statistic-values sup {
  font-size: 55%;
}

.statistic-values sup {
  top: -0.6em;
}

.statistic-values sub {
  bottom: 0;
}

.statistic-group {
  position: relative;
}

.statistic-group h1.statistic-values,
.statistic-group h2.statistic-values,
.statistic-group h3.statistic-values,
.statistic-group h4.statistic-values,
.statistic-group h5.statistic-values,
.statistic-group h6.statistic-values {
  line-height: 1.4;
}

.positive,
.statistic-values.positive {
  color: #57A957
}

.negative,
.statistic-values.negative {
  color: #db6464
}

.statistic-group .progress {
  margin-bottom: 9px;
}

.statistic-group .bar-info {
  float: right;
  font-size: 12px;
}

.statistic-group:before,
.statistic-group:after {
  display: table;
  content: "";
}

.statistic-group:after {
  clear: both;
}

/* STATISTIC */

.stat-infobox .thumbnails {
  margin-bottom: 0
}

.stat-infobox .thumbnails > li {
  margin-bottom: 0
}

/* WIZARD
 ---------------------------------------------------------------------------- */

.wizard form {
  margin-bottom: 0;
}

.wizard .navbar,
.wizard .progress {
  margin-bottom: 10px;
}

.wizard .tab-content {
  padding-top: 5px
}

.wizard .tab-content .pager {
  margin: 5px 0;
}

.number-page {
  display: inline-block;
*display: inline;
*z-index: 1;
}

.navbar .number-page {
  padding: 10px 15px;
  margin: 3px 2px 2px;
  line-height: 14px;
  font-size: 12px;
  color: #333333;
  background-color: rtansparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.navbar-inverse .number-page {
  color: #f1f1f1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.35), inset 0px 2px 5px -3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

.wizard-indicator {
  float: right;
  width: 150px;
}

.navbar .wizard-indicator .progress {
  margin-top: 10px;
}

.navbar .wizard-indicator .progress-small {
  margin-top: 14px;
}

.navbar .wizard-indicator .progress-mini {
  margin-top: 15px;
}

.wizard legend {
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}

.wizard legend small {
  font-weight: normal;
}

.wizard legend span {
  font-size: 15px;
  color: #3399FF;
  font-weight: normal;
}

.wizard-action {
  margin: 10px 0;
  padding-top: 10px;
  border-top: 1px solid #c8ccce;
  list-style: none;
*zoom: 1;
}

.well-black .wizard-action {
  border-top-color: #515356;
}

.wizard-action.center {
  text-align: center;
}

.wizard-pager {
  margin: 5px 0 10px;
  text-align: center;
  list-style: none;
*zoom: 1;
}

.wizard-action:before,
.wizard-action:after,
.wizard-pager:before,
.wizard-pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.wizard-action:after,
.wizard-pager:after {
  clear: both;
}

.wizard-action li,
.wizard-pager li {
  display: inline;
}

.wizard-action li .btn,
.wizard-pager li .btn {
  margin: 0 2px;
}

.wizard-pager .next,
.wizard-pager .next {
  float: right;
}

.wizard-pager .previous,
.wizard-pager .previous {
  float: left;
}

.wizard h1,
.wizard h2,
.wizard h3,
.wizard h4,
.wizard h5,
.wizard h6 {
  margin: 0 0 10px;
}

.summary-list {
  list-style: none;
  margin-left: 0;
}

.summary-list p {
  margin-bottom: 0px;
  font-size: 13px;
}

.summary-list .label-field {
  display: inline-block;
*display: inline;
  margin-right: 20px;
  width: 160px;
  text-align: right;
  font-weight: normal;
*z-index:1;
}

.summary .label-small .label-field {
  width: 110px;
}

.summary .label-left .label-field {
  text-align: left;
}



/****************************************************/

.footer {
    /*background-color: #DDDDDD;*/
    background: url('/img/background/footer-bg-gradient.png') top center repeat-x; 	
    background-color: #FFFFFF;
    border-top: 1px solid #BBBBBB; 
    margin-top: 10px;
    padding: 10px 0;
    height: 170px;   
    color: #666;   
}
.footer p {
    color: #666;
    margin-bottom: 0;
}
.footer h4 {
    font-size: 15px;
    line-height: 15px;
    margin: 5px 0px;
}
.footer a {
    color: #666; 
} 
.footer-links {
    /*margin: 10px 0;*/
}
.footer-links li {
    /*display: inline;*/ 
    padding: 0 2px;
    line-height: 16px; 
}
.footer-links li:first-child {
   /* padding-left: 0;*/
}
.footer-gradient {
	background: url('/img/background/footer-bg-gradient.png') center center repeat-x; 	
    background-color: #FFFFFF;
    height: 400px;  
}
/*** -----------------------------------------------------------------------------------------------

	ADMIN TEMPLATE | BOO Admin Template
	----------------------------------------

	UTILITY CLASS - Utility stylesheed
	
  filename      : asset/css/boo-utility.css
  version       : 16.11.2012
  copyright     : (c) 2012 Petr Marasek
  contact       : gootoboo@gmail.com
	
	-------------------------------------------------------------------------------------------- ***/

/*** ONLY DEMO
------------------------------------------------------------------------- ***/    
.btn-demo .btn { 
  width: 90px; 
  margin: 5px 10px;
}

.color-scheme,
.btn-icon-demo {
  margin-left: 0;
  list-style: none;;
}

.btn-icon-demo li {
  margin-bottom: 10px;
  display: inline-block;
}

.color-scheme li {
  margin: 5px;
  padding: 5px;
  display: inline-block;
  width: 60px;
  height: 20px;
  text-align: center;
  text-transform:lowercase;
}
.color-scheme li span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
}

.color-scheme li:hover span {
  opacity: 100;
  filter: alpha(opacity=100);
}

.btn-icon-demo .icoclass {
  display: inline-block;
  width: 300px;
  margin-left: 10px;
  font-size: 13px;
}

#iconSet.icoclass-hidden .icoclass {
  display:none;
}

.btn-toolbar-demo .btn,
.btn-group-demo .btn-group { 
  margin-bottom: 5px;
}

.the-icons {
	list-style: none outside none;
	margin-left: 0;
}

.the-icons li {
	font-size: 14px;
	line-height: 25px;
	height: 25px;
}
    
/*** TEXT
------------------------------------------------------------------------- ***/
.f10 { font-size:10px; }
.f11 { font-size:11px; }
.f12 { font-size:12px; }
.f13 { font-size:13px; }
.f14 { font-size:14px; }
.f16 { font-size:16px; }
.f18 { font-size:18px; }
.f20 { font-size:20px; }
.f22 { font-size:22px; }
.f24 { font-size:24px; }
.f26 { font-size:26px; }
.f28 { font-size:28px; }
.f30 { font-size:30px; }
.f32 { font-size:32px; }
.f34 { font-size:34px; }
.f36 { font-size:36px; }
.f38 { font-size:38px; }
.f40 { font-size:40px; }
.f42 { font-size:42px; }

strong 				{ color: #333333 }
.well-black strong 	{ color: #fff } 

.bold 				{ font-weight:bold; }
.normal 			{ font-weight:normal; }
.upper 				{ text-transform:uppercase;}
.em                 { font-style: italic; } 

.clickable 			{ cursor:pointer; }

.va-top             { vertical-align: top !important}
.va-middle          { vertical-align: middle !important}

/*** ALIGNMENT
------------------------------------------------------------------------- ***/
.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*** CLEARINGING ELEMENTS
------------------------------------------------------------------------- ***/
.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

/*** DISPLAY
------------------------------------------------------------------------- ***/
.block {
  display:block !important;
}

.overflow { 
  overflow:visible;
}

.overflow-x { 
  overflow-x:visible;
}

.overflow-y { 
  overflow-y:visible;
}

.inline-block {
  display:inline-block;
  *display:inline;
  *z-index:1 !important;
}

/*** POSITION
------------------------------------------------------------------------- ***/
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

/*** SHADOW
------------------------------------------------------------------------- ***/
.box-shadow {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25) !important;
}

.box-shadow-inset {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25), inset 0px 10px 30px 0px rgba(255, 255, 255, 0.4);
}

.no-shadow {
  box-shadow: none !important;
}

/*** WRAP
------------------------------------------------------------------------- ***/
.image-wrap-out {
  background: #f3f3f3;
  border:1px solid #e3e3e3;
}

.image-wrap-in {
  border:1px solid #fff;
}

/*** RADIUS
------------------------------------------------------------------------- ***/
.radius4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
}

.radius-top4 {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bototm4 {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
  -webkit-background-clip: padding-box;
}

.radius3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}

.radius-top3 {
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bottom3 {
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  -webkit-background-clip: padding-box;
}

.radius2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
}

.radius-top2 {
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-radius: 2px 2px 0px 0px;
  border-radius: 2px 2px 0px 0px;
  -webkit-background-clip: padding-box;
}

.radius-bottom2 {
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
  -webkit-background-clip: padding-box;
}

.no-radius { 
  border-radius: none !important;
}

/*** OPACITY
------------------------------------------------------------------------- ***/
.opaci15 {
  opacity: 0.15;
  filter: alpha(opacity=15);
}

.opaci25 {
  opacity: 0.25;
  filter: alpha(opacity=25);
}

.opaci35 {
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.opaci45 {
  opacity: 0.45;
  filter: alpha(opacity=45);
}

.opaci55 {
  opacity: 0.55;
  filter: alpha(opacity=55);
}

.opaci65 {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

.opaci75 {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.opaci85 {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

/*** REMOVING
------------------------------------------------------------------------- ***/
/* Remove Border */
.no-border {
  border: none;
}

.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

/* Remove Background */
.no-bg {
  background:none !important;
}

/* No Wrap */
.no-wrap {
  white-space: nowrap
}

/*** CORRECTION GAP and SPACE (2px 4px 8px 16px)
------------------------------------------------------------------------- ***/
/* Margin */
.margin2 {
  margin: 2px !important;
}

.margin5 {
  margin: 5px !important;
}

.margin10 {
  margin: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.margin20 {
  margin: 20px !important;
}

.margin25 {
  margin: 25px !important;
}

.margin30 {
  margin: 30px !important;
}

/* Margin top */
.margin-top2 {
  margin-top: 2px !important;
}

.margin-top5 {
  margin-top: 5px !important;
}

.margin-top10 {
  margin-top: 10px !important;
}

.margin-top15 {
  margin-top: 15px !important;
}

.margin-top20 {
  margin-top: 20px !important;
}

.margin-top25 {
  margin-top: 25px !important;
}

.margin-top30 {
  margin-top: 30px !important;
}

/* Margin left */
.margin-left2 {
  margin-left: 2px !important;
}

.margin-left5 {
  margin-left: 5px !important;
}

.margin-left10 {
  margin-left: 10px !important;
}

.margin-left15 {
  margin-left: 15px !important;
}

.margin-left20 {
  margin-left: 20px !important;
}

.margin-left25 {
  margin-left: 25px !important;
}

.margin-left30 {
  margin-left: 30px !important;
}

/* Margin bottom */
.margin-bottom2 {
  margin-bottom: 2px !important;
}

.margin-bottom5 {
  margin-bottom: 5px !important;
}

.margin-bottom10 {
  margin-bottom: 10px !important;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom20 {
  margin-bottom: 20px !important;
}

.margin-bttm25 {
  margin-bottom: 25px !important;
}

.margin-bottom30 {
  margin-bottom: 30px !important;
}

/* Margin right */
.margin-right2 {
  margin-right: 2px !important;
}

.margin-right5 {
  margin-right: 5px !important;
}

.margin-right10 {
  margin-right: 10px !important;
}

.margin-right15 {
  margin-right: 15px !important;
}

.margin-right20 {
  margin-right: 20px !important;
}

.margin-right25 {
  margin-right: 25px !important;
}

.margin-right30 {
  margin-right: 30px !important;
}

/* Margin Remove */
.no-margin {
  margin: 0px !important;
}

.no-margin-top {
  margin-top: 0px !important;
}

.no-margin-left {
  margin-left: 0px !important;
}

.no-margin-bootom {
  margin-bottom: 0px !important;
}

.no-margin-right {
  margin-right: 0px !important;
}

.margin-side {
  margin-left: 15px;
  margin-right: 15px;
}

.margin-btn .btn {
  margin-bottom: 5px;
}

/* Use an element especially for correcting top and bottom gaps (a combination of size 0 s m x) */
.margin-00 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-ss {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.margin-0s {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.margin-s0 {
  margin-top: 5px !important;
  margin-bottom: 0 !important;
}

.margin-mm {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.margin-0m {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.margin-m0 {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.margin-0x {
  margin-top: 0 !important;
  margin-bottom:20px !important;
}

.margin-x0 {
  margin-top: 20px !important;
  margin-bottom:0 !important;
}

.margin-ms {
  margin-top: 10px !important;
  margin-bottom:5px !important;
}

.margin-sm {
  margin-top: 5px !important;
  margin-bottom:10px !important;
}

.margin-xm {
  margin-top: 20px !important;
  margin-bottom:10px !important;
}

.margin-mx {
  margin-top: 10px !important;
  margin-bottom:20px;
}

.margin-xs {
  margin-top: 20px !important;
  margin-bottom:5px !important;
}

.margin-sx {
  margin-top: 5px !important;
  margin-bottom:20px !important;
}

.margin-xx {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.margin-xxx {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* Padding */
/* 2 4 6 8 - use for progress bar */
.padding2 {
  padding: 2px !important;
}

.padding4 {
  padding: 4px !important;
}

.padding5 {
  padding: 5px !important;
}

.padding6 {
  padding: 6px !important;
}

.padding8 {
  padding: 8px !important;
}

.padding10 {
  padding: 10px !important;
}

.padding15 {
  padding: 15px !important;
}

.padding20 {
  padding: 20px !important;
}

.padding25 {
  padding: 25px !important;
}

.padding30 {
  padding: 30px !important;
}

/* Padding top */
.padding-top2 {
  padding-top: 2px;
}

.padding-top5 {
  padding-top: 5px;
}

.padding-top10 {
  padding-top: 10px;
}

.padding-top15 {
  padding-top: 15px;
}

.padding-top20 {
  padding-top: 20px;
}

.padding-top25 {
  padding-top: 25px;
}

.padding-top30 {
  padding-top: 30px;
}

/* Padding right */
.padding-right2 {
  padding-right: 2px;
}

.padding-right5 {
  padding-right: 5px;
}

.padding-right10 {
  padding-right: 10px;
}

.padding-right15 {
  padding-right: 15px;
}

.padding-right20 {
  padding-right: 20px;
}

.padding-right25 {
  padding-right: 25px;
}

.padding-right30 {
  padding-right: 30px;
}

/* Padding bottom */
.padding-bottom2 {
  padding-bottom: 2px;
}

.padding-bottom5 {
  padding-bottom: 5px;
}

.padding-bottom10 {
  padding-bottom: 10px;
}

.padding-bottom15 {
  padding-bottom: 15px;
}

.padding-bottom20 {
  padding-bottom: 20px;
}

.padding-bottom25 {
  padding-bottom: 25px;
}

.padding-bottom30 {
  padding-bottom: 30px;
}

/* Padding left */
.padding-left2 {
  padding-left: 2px;
}

.padding-left5 {
  padding-left: 5px;
}

.padding-left10 {
  padding-left: 10px;
}

.padding-left15 {
  padding-left: 15px;
}

.padding-left20 {
  padding-left: 20px;
}

.padding-left25 {
  padding-left: 25px;
}

.padding-left30 {
  padding-left: 30px;
}

/* Padding side */
.padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

/* Padding Remove */
.no-padding {
  padding: 0px;
}

.no-padding-top {
  padding-top: 0px;
}

.no-padding-left {
  padding-left: 0px;
}

.no-padding-bootom {
  padding-bottom: 0px;
}

.no-padding-right {
  padding-right: 0px;
}

/* width table column - use to <colgroup><col class=""><colgroup> */
.col2  { width: 2% }
.col5  { width: 5% }
.col10 { width: 10% }
.col15 { width: 15% }
.col20 { width: 20% }
.col25 { width: 25% }
.col30 { width: 30% }
.col35 { width: 35% }
.col40 { width: 40% }
.col45 { width: 45% }
.col50 { width: 50% }
.col55 { width: 55% }
.col60 { width: 60% }
.col65 { width: 65% }
.col70 { width: 70% }
.col75 { width: 75% }
.col80 { width: 80% }
.col85 { width: 85% }
.col90 { width: 90% }
.col95 { width: 95% }

/*** -----------------------------------------------------------------------------------------------

	ADMIN TEMPLATE | BOO Admin Template
	----------------------------------------

	COLORING STYLE - Color stylesheed
	
	filename			:	asset/css/boo-coloring.css
	version				:	16.11.2012
	copyright			:	(c) 2012 Petr Marasek
	contact				:	gootoboo@gmail.com
	
	-------------------------------------------------------------------------------------------- ***/



/*** BASE COLOR
------------------------------------------------------------------------- ***/ 
.aliceblue 		{ color:#f0f8ff}
.antiquewhite 	{ color:#faebd7}
.aqua 			{ color:#00ffff}
.aquamarine 	{ color:#7fffd4}
.azure 			{ color:#f0ffff}
.beige 			{ color:#f5f5dc}
.bisque 		{ color:#ffe4c4}
.black 			{ color:#000000}
.blanchedalmond { color:#ffebcd}
.blue 			{ color:#0000ff}
.blueviolet 	{ color:#8a2be2}
.brown 			{ color:#a52a2a}
.burlywood 		{ color:#deb887}
.cadetblue 		{ color:#5f9ea0}
.chartreuse 	{ color:#7fff00}
.chocolate 		{ color:#d2691e}
.coral 			{ color:#ff7f50}
.cornflowerblue { color:#6495ed}
.cornsilk 		{ color:#fff8dc}
.crimson 		{ color:#dc143c}
.cyan 			{ color:#00ffff}
.darkblue 		{ color:#00008b}
.darkcyan 		{ color:#008b8b}
.darkgoldenrod 	{ color:#b8860b}
.darkgray 		{ color:#a9a9a9}
.darkgreen 		{ color:#006400}
.darkgrey 		{ color:#a9a9a9}
.darkkhaki 		{ color:#bdb76b}
.darkmagenta 	{ color:#8b008b}
.darkolivegreen { color:#556b2f}
.darkorange 	{ color:#ff8c00}
.darkorchid 	{ color:#9932cc}
.darkred 		{ color:#8b0000}
.darksalmon 	{ color:#e9967a}
.darkseagreen 	{ color:#8fbc8f}
.darkslateblue 	{ color:#483d8b}
.darkslategray 	{ color:#2f4f4f}
.darkslategrey 	{ color:#2f4f4f}
.darkturquoise 	{ color:#00ced1}
.darkviolet 	{ color:#9400d3}
.deeppink 		{ color:#ff1493}
.deepskyblue 	{ color:#00bfff}
.dimgray 		{ color:#696969}
.dodgerblue 	{ color:#1e90ff}
.firebrick 		{ color:#b22222}
.floralwhite 	{ color:#fffaf0}
.forestgreen 	{ color:#228b22}
.fuchsia 		{ color:#ff00ff}
.gainsboro 		{ color:#dcdcdc}
.ghostwhite 	{ color:#f8f8ff}
.gold 			{ color:#ffd700}
.goldenrod 		{ color:#daa520}
.gray 			{ color:#808080}
.green 			{ color:#008000}
.greenyellow 	{ color:#adff2f}
.grey 			{ color:#808080}
.honeydew 		{ color:#f0fff0}
.hotpink 		{ color:#ff69b4}
.indianred 		{ color:#cd5c5c}
.indigo 		{ color:#4b0082}
.ivory 			{ color:#fffff0}
.khaki 			{ color:#f0e68c}
.lavender 		{ color:#e6e6fa}
.lavenderblush 	{ color:#fff0f5}
.lawngreen 		{ color:#7cfc00}
.lemonchiffon 	{ color:#fffacd}
.lightblue 		{ color:#add8e6}
.lightcoral 	{ color:#f08080}
.lightcyan 		{ color:#e0ffff}
.lightgoldenrodyellow { color:#fafad2}
.lightgray 		{ color:#d3d3d3}
.lightgreen 	{ color:#90ee90}
.lightgrey 		{ color:#d3d3d3}
.lightpink 		{ color:#ffb6c1}
.lightsalmon 	{ color:#ffa07a}
.lightseagreen 	{ color:#20b2aa}
.lightskyblue 	{ color:#87cefa}
.lightslategray { color:#778899}
.lightslategrey { color:#778899}
.lightsteelblue { color:#b0c4de}
.lightyellow 	{ color:#ffffe0}
.lime 			{ color:#00ff00}
.limegreen 		{ color:#32cd32}
.linen 			{ color:#faf0e6}
.magenta 		{ color:#ff00ff}
.maroon 		{ color:#800000}
.mediumaquamarine { color:#66cdaa}
.mediumblue 	{ color:#0000cd}
.mediumorchid 	{ color:#ba55d3}
.mediumpurple 	{ color:#9370d8}
.mediumseagreen { color:#3cb371}
.mediumslateblue { color:#7b68ee}
.mediumspringgreen { color:#00fa9a}
.mediumturquoise { color:#48d1cc}
.mediumvioletred { color:#c71585}
.midnightblue 	{ color:#191970}
.mintcream 		{ color:#f5fffa}
.mistyrose 		{ color:#ffe4e1}
.moccasin 		{ color:#ffe4b5}
.navajowhite 	{ color:#ffdead}
.navy 			{ color:#000080}
.oldlace 		{ color:#fdf5e6}
.olive 			{ color:#808000}
.olivedrab 		{ color:#6b8e23}
.orange 		{ color:#ffa500}
.orangered 		{ color:#ff4500}
.orchid 		{ color:#da70d6}
.palegoldenrod 	{ color:#eee8aa}
.palegreen 		{ color:#98fb98}
.paleturquoise 	{ color:#afeeee}
.palevioletred 	{ color:#d87093}
.papayawhip 	{ color:#ffefd5}
.peachpuff 		{ color:#ffdab9}
.peru 			{ color:#cd853f}
.pink 			{ color:#ffc0cb}
.plum 			{ color:#dda0dd}
.powderblue 	{ color:#b0e0e6}
.purple 		{ color:#800080}
.red 			{ color:#ff0000}
.rosybrown 		{ color:#bc8f8f}
.royalblue 		{ color:#4169e1}
.saddlebrown 	{ color:#8b4513}
.salmon 		{ color:#fa8072}
.sandybrown 	{ color:#f4a460}
.seagreen 		{ color:#2e8b57}
.seashell 		{ color:#fff5ee}
.sienna 		{ color:#a0522d}
.silver 		{ color:#c0c0c0}
.skyblue 		{ color:#87ceeb}
.slateblue 		{ color:#6a5acd}
.slategray 		{ color:#708090}
.slategrey 		{ color:#708090}
.snow 			{ color:#fffafa}
.springgreen 	{ color:#00ff7f}
.steelblue 		{ color:#4682b4}
.tan 			{ color:#d2b48c}
.teal 			{ color:#008080}
.thistle 		{ color:#d8bfd8}
.tomato 		{ color:#ff6347}
.turquoise 		{ color:#40e0d0}
.violet 		{ color:#ee82ee}
.wheat 			{ color:#f5deb3}
.white 			{ color:#ffffff}
.whitesmoke 	{ color:#f5f5f5}
.yellow 		{ color:#ffff00}
.yellowgreen 	{ color:#9acd32}

.lightslategrey   { color:#778899}	
a.lightslategrey  { color:#778899}

.forest-green 	{ color:#228B22}
.boo-green		{ color:#77A170}

.warning 	{ color:#F89406}
.important 	{ color:#B94A48}

/*** COLORING BORDER
------------------------------------------------------------------------- ***/
.border-white { border-color: white; }

/* BACKGROUND COLOR
------------------------------------------------------------------------- ***/
.bg-white	 		{ background-color: white !important; }
.bg-white25			{ background-color: rgba(255, 255, 255, .25); }
.bg-white50			{ background-color: rgba(255, 255, 255, .50); }
.bg-white75			{ background-color: rgba(255, 255, 255, .75); }

.bg-gray-light 		{ background-color: #EDEFF2 !important; }
.bg-gray-medium 	{ background-color: #e2e4e8 !important; }
.bg-gray-strong 	{ background-color: #dadce1 !important; }

.bg-yellow-light 	{ background-color: #FEFBEA !important; }
.bg-yellow-medium 	{ background-color: #FDF7D5 !important; }
.bg-yellow-strong 	{ background-color: #FDF3BF !important; }

.bg-blue-light 		{ background-color: #E9F3FD !important; }
.bg-blue-medium 	{ background-color: #D4E6F9 !important; }
.bg-blue-strong 	{ background-color: #BFD9F4 !important; }

.bg-green-light 	{ background-color: #E6F6E5 !important; }
.bg-green-medium 	{ background-color: #D1EED0 !important; }
.bg-green-strong 	{ background-color: #BCE5BB !important; }

/* HR coloring */
.bg-gray-light hr 	 { border-top-color: #d9dadc; }
.bg-gray-medium hr 	 { border-top-color: #cbced2; border-bottom-color: #f3f4f4; }
.bg-gray-strong hr 	 { border-top-color: #c2c3c7; border-bottom-color: #eeefef; }
.bg-yellow-light hr  { border-top-color: #f0eaca; border-bottom-color: #ffffff; }
.bg-yellow-medium hr { border-top-color: #ede19a; border-bottom-color: #ffffff; }
.bg-yellow-strong hr { border-top-color: #ecd978; border-bottom-color: #ffffff; }
.bg-blue-light hr 	 { border-top-color: #ccd9e3; }
.bg-blue-medium hr 	 { border-top-color: #c2d3e0; border-bottom-color: #f3f8fd; }
.bg-blue-strong hr 	 { border-top-color: #b1c5d8; border-bottom-color: #eef4fb; }
.bg-green-light hr	 { border-top-color: #c7ddc4; }
.bg-green-medium hr	 { border-top-color: #bfd7bc; border-bottom-color: #f2fbee; }
.bg-green-strong hr	 { border-top-color: #adc9ad; border-bottom-color: #e9f5e4; }


/*** BACKGROUND GRADIENT
------------------------------------------------------------------------- ***/
.bgr-blue {
		background: #1b6db5;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiOGNlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYjZkYjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b8ce2), color-stop(100%,#1b6db5));
		background: -webkit-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background:    -moz-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 	-ms-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 	 -o-linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		background: 		linear-gradient(top, #2b8ce2 0%, #1b6db5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b8ce2', endColorstr='#1b6db5',GradientType=0 );
		border-top-color:#1b6db5;
}
.bgr-black {
		background: #202020;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkM2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDIwMjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#202020));
		background: -webkit-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background:   -moz-linear-gradient(top,  #3d3d3d 0%, #202020 100%);
		background:     -ms-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background: 	 -o-linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		background: 		linear-gradient(top,  #3d3d3d 0%,#202020 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#202020',GradientType=0 );
		border-top-color:#202020;
}
.bgr-green {
		background: #1d7813;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjOWMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDc4MTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3c9c29), color-stop(100%,#1d7813));
		background: -webkit-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background:    -moz-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background: 	-ms-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background: 	 -o-linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		background:         linear-gradient(top, #3c9c29 0%, #1d7813 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c9c29', endColorstr='#1d7813',GradientType=0 );
		border-top-color:#1d7813;
}
.bgr-orange {
		background: #d47301;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0OWEzOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDczMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f49a39), color-stop(100%,#d47301));
		background: -webkit-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background:    -moz-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background: 	-ms-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background:	 	 -o-linear-gradient(top, #f49a39 0%, #d47301 100%);
		background: 		linear-gradient(top, #f49a39 0%, #d47301 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49a39', endColorstr='#d47301',GradientType=0 );
		border-top-color:#d47301;
}
.bgr-red {
		background: #b51c23;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5M2QzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNTFjMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e93d3d), color-stop(100%,#b51c23));
		background: -webkit-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background:    -moz-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 	-ms-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 	 -o-linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		background: 		linear-gradient(top, #e93d3d 0%, #b51c23 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e93d3d', endColorstr='#b51c23',GradientType=0 );
		border-top-color:#b51c23;
}
.bgr-yellow {
		background: #d7b302;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZGY1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2IzMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fddf55), color-stop(100%,#d7b302));
		background: -webkit-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background:    -moz-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background: 	-ms-linear-gradient(top, #fddf55 0% ,#d7b302 100%);
		background: 	 -o-linear-gradient(top, #fddf55 0%, #d7b302 100%);
		background: 		linear-gradient(top, #fddf55 0%, #d7b302 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fddf55', endColorstr='#d7b302',GradientType=0 );
		border-top-color:#d7b302;
}

/*** MY BUTTON
------------------------------------------------------------------------- ***/
/* btn boo 
 --------------------------- */
.btn-boo {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
  background-color: #d4d9e1;
  *background-color: #cbd0da;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #ffffff, #eaeaea);
  background-image:    -moz-linear-gradient(top, #ffffff, #eaeaea);
  background-image:      -o-linear-gradient(top, #ffffff, #eaeaea);
  background-image:   linear-gradient(to bottom, #ffffff, #eaeaea);
  background-repeat: repeat-x;
  border-color: #c3c9d3 #c3c9d3 #bac1cb;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.30);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeaeaea', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); 
}

.btn-boo:hover,
.btn-boo:active,
.btn-boo.active,
.btn-boo.disabled,
.btn-boo[disabled] {
  color: #333333;
  background: #e3e7ee;
  *background: #ced3db;
}

.btn-boo:active,
.btn-boo.active {
  background: #cbd0da \9;
}

.btn-boo:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e3e7ee;
  *background-color: #ced3db;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

/* btn blue 
 --------------------------- */
.btn-blue {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #2b96e2;
  *background-color: #006bb7;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#32aaff), to(#006bb7));
  background-image: -webkit-linear-gradient(top, #32aaff, #006bb7);
  background-image:    -moz-linear-gradient(top, #32aaff, #006bb7);
  background-image:      -o-linear-gradient(top, #32aaff, #006bb7);
  background-image:   linear-gradient(to bottom, #32aaff, #006bb7);
  background-repeat: repeat-x;
  border-color: #006bb7 #006bb7 #0166ae;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff32aaff', endColorstr='#ff006bb7', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #ffffff;
  background: #006bb7;
  *background: #0a78c6;
}

.btn-blue:active,
.btn-blue.active {
  background: #006bb7 \9;
}



/* btn yellow 
 --------------------------- */
.btn-yellow {
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background-color: #e7c106;
  *background-color: #d6b200;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EDD45E), to(#E8C82A));
  background-image: -webkit-linear-gradient(top, #EDD45E, #E8C82A);
  background-image:    -moz-linear-gradient(top, #EDD45E, #E8C82A);
  background-image:      -o-linear-gradient(top, #EDD45E, #E8C82A);
  background-image:   linear-gradient(to bottom, #EDD45E, #E8C82A);
  background-repeat: repeat-x;
  border-color: #efda74 #efda74 #c5a402;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffEDD45E', endColorstr='#ffE8C82A', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
/*.btn-yellow {
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  background-color: #e7c106;
  *background-color: #d6b200;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efda74), to(#e6c210));
  background-image: -webkit-linear-gradient(top, #efda74, #e6c210);
  background-image:    -moz-linear-gradient(top, #efda74, #e6c210);
  background-image:      -o-linear-gradient(top, #efda74, #e6c210);
  background-image:   linear-gradient(to bottom, #efda74, #e6c210);
  background-repeat: repeat-x;
  border-color: #efda74 #efda74 #c5a402;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.35);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffefda74', endColorstr='#ffe6c210', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}*/
/*  background-image: -webkit-linear-gradient(top, #ffea84, #d6b200);*/

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow.active,
.btn-yellow.disabled,
.btn-yellow[disabled] {
  color: #222222;
  background: #d6b200;
  *background: #3186d3;
}

.btn-yellow:active,
.btn-yellow.active {
  background: #d6b200 \9;
}

/* btn red 
 --------------------------- */
.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #ba3737;
  *background-color: #981E1e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eb5656), to(#981e1e));
  background-image: -webkit-linear-gradient(top, #eb5656, #981e1e);
  background-image:    -moz-linear-gradient(top, #eb5656, #981e1e);
  background-image:      -o-linear-gradient(top, #eb5656, #981e1e);
  background-image:   linear-gradient(to bottom, #eb5656, #981e1e);
  background-repeat: repeat-x;
  border-color: #981e1e #981e1e #7d1717;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.5);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffeb5656', endColorstr='#ff981e1e', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-red:hover,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background: #981E1e;
  *background: #a82020;
}

.btn-red:active,
.btn-red.active {
  background: #981E1e \9;
}


/* btn navime 
 --------------------------- */
.btn-navime {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #84A535;
  *background-color: #528036;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9DC23F), to(#84A535));
  background-image: -webkit-linear-gradient(top, #9DC23F, #84A535);
  background-image:    -moz-linear-gradient(top, #9DC23F, #84A535);
  background-image:      -o-linear-gradient(top, #9DC23F, #84A535);
  background-image:   linear-gradient(to bottom, #9DC23F, #84A535);
  background-repeat: repeat-x;
  border-color: #528036 #528036 #4b7632;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#9DC23F', endColorstr='#84A535', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
/*.btn-navime {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #6da44c;
  *background-color: #528036;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6cc43), to(#7a9a32));
  background-image: -webkit-linear-gradient(top, #a6cc43, #7a9a32);
  background-image:    -moz-linear-gradient(top, #a6cc43, #7a9a32);
  background-image:      -o-linear-gradient(top, #a6cc43, #7a9a32);
  background-image:   linear-gradient(to bottom, #a6cc43, #7a9a32);
  background-repeat: repeat-x;
  border-color: #528036 #528036 #4b7632;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#a6cc43', endColorstr='#7a9a32', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}*/

.btn-navime:hover,
.btn-navime:active,
.btn-navime.active,
.btn-navime.disabled,
.btn-navime[disabled] {
  color: #ffffff;
  background: #789830;
  *background: #789830;
}

.btn-navime:active,
.btn-navime.active {
  background: #789830 \9;
}

/* btn facebook 
 --------------------------- */
.btn-facebook {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  background-color: #5675b6 !important;
  *background-color: #3b5998 !important; 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7bac5c), to(#3b5998));
  background-image: -webkit-linear-gradient(top, #7bac5c, #528036);
  background-image:    -moz-linear-gradient(top, #7bac5c, #528036);
  background-image:      -o-linear-gradient(top, #7bac5c, #528036);
  background-image:   linear-gradient(to bottom, #6c8ccf, #3b5998); 
  background-repeat: repeat-x;
  border-color: #3b5998 #3b5998 #37538e !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.45);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff7bac5c', endColorstr='#ff3b5998', GradientType=0); 
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active,
.btn-facebook.disabled,
.btn-facebook[disabled] {
  color: #ffffff;
  background: #3b5998;
  *background: #37538e;
}

.btn-facebook:active,
.btn-facebook.active {
  background: #3b5998 \9;
}




.btn-group .btn-blue .caret,
.btn-group .btn-turgu .caret,
.btn-group .btn-green .caret,
.btn-orange .caret,
.btn-red .caret,
.btn-black .caret,
.btn-sky .caret,
.btn-slategray .caret,
.btn-redlight .caret,
.btn-navi .caret,
.btn-behance .caret,
.btn-dribbble .caret,
.btn-envato .caret,
.btn-facebook .caret,
.btn-flickr .caret,
.btn-github .caret,
.btn-googlea .caret,
.btn-html .caret,
.btn-lastfm .caret,
.btn-linkedin .caret,
.btn-paypal .caret,
.btn-skype .caret,
.btn-wordpress .caret,
.btn-youtube .caret {
 border-top-color: #fff;
}





@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot");
  src: url("font/fontello.eot?#iefix") format('embedded-opentype'), url("font/fontello.woff") format('woff'), url("font/fontello.ttf") format('truetype'), url("font/fontello.svg#fontello") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="fontello-icon-"]:before,
[class*=" fontello-icon-"]:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  /*margin-right: 0.2em;*/
  margin-right: 5px;   
  text-align: center;
/* opacity: 0.7; */

/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

/* fix buttons height */
  line-height: 1em;
  
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/*  boo add font size */
	font-size: 1.166em;
}

.fontello-icon-windy-rain-inv:before { content: '\21'; } /* '!' */
.fontello-icon-snow-inv:before { content: '\22'; } /* '&quot;' */
.fontello-icon-hash:before { content: '\23'; } /* '#' */
.fontello-icon-snow-heavy-inv:before { content: '\e9e8'; } /* '' */
.fontello-icon-hail-inv:before { content: '\24'; } /* '$' */
.fontello-icon-clouds-inv:before { content: '\25'; } /* '%' */
.fontello-icon-clouds-flash-inv:before { content: '\26'; } /* '&amp;' */
.fontello-icon-temperature:before { content: '\27'; } /* ''' */
.fontello-icon-compass-2:before { content: '\28'; } /* '(' */
.fontello-icon-na:before { content: '\29'; } /* ')' */
.fontello-icon-celcius:before { content: '\2a'; } /* '*' */
.fontello-icon-plus:before { content: '\2b'; } /* '+' */
.fontello-icon-plus-1:before { content: '\e80f'; } /* '' */
.fontello-icon-plus-2:before { content: '\e87d'; } /* '' */
.fontello-icon-plus-3:before { content: '\e8c0'; } /* '' */
.fontello-icon-plus-4:before { content: '\e913'; } /* '' */
.fontello-icon-fahrenheit:before { content: '\e9e9'; } /* '' */
.fontello-icon-minus:before { content: '\2d'; } /* '-' */
.fontello-icon-minus-1:before { content: '\e811'; } /* '' */
.fontello-icon-minus-2:before { content: '\e87f'; } /* '' */
.fontello-icon-minus-3:before { content: '\e8c1'; } /* '' */
.fontello-icon-clouds-flash-alt:before { content: '\30'; } /* '0' */
.fontello-icon-progress:before { content: '\e7ab'; } /* '' */
.fontello-icon-sun-inv-1:before { content: '\31'; } /* '1' */
.fontello-icon-progress-4:before { content: '\ea28'; } /* '' */
.fontello-icon-moon-inv-1:before { content: '\32'; } /* '2' */
.fontello-icon-progress-5:before { content: '\ea29'; } /* '' */
.fontello-icon-cloud-sun-inv:before { content: '\33'; } /* '3' */
.fontello-icon-progress-6:before { content: '\ea2a'; } /* '' */
.fontello-icon-cloud-moon-inv:before { content: '\34'; } /* '4' */
.fontello-icon-progress-7:before { content: '\ea2b'; } /* '' */
.fontello-icon-cloud-inv:before { content: '\35'; } /* '5' */
.fontello-icon-progress-8:before { content: '\ea2c'; } /* '' */
.fontello-icon-cloud-flash-inv:before { content: '\36'; } /* '6' */
.fontello-icon-progress-9:before { content: '\ea2d'; } /* '' */
.fontello-icon-drizzle-inv:before { content: '\37'; } /* '7' */
.fontello-icon-progress-10:before { content: '\ea2e'; } /* '' */
.fontello-icon-rain-inv:before { content: '\38'; } /* '8' */
.fontello-icon-windy-inv:before { content: '\39'; } /* '9' */
.fontello-icon-colon:before { content: '\3a'; } /* ':' */
.fontello-icon-semicolon:before { content: '\3b'; } /* ';' */
.fontello-icon-eq:before { content: '\3d'; } /* '=' */
.fontello-icon-at:before { content: '\40'; } /* '@' */
.fontello-icon-at-1:before { content: '\e90b'; } /* '' */
.fontello-icon-sunrise:before { content: '\41'; } /* 'A' */
.fontello-icon-sun-2:before { content: '\42'; } /* 'B' */
.fontello-icon-moon-2:before { content: '\43'; } /* 'C' */
.fontello-icon-eclipse:before { content: '\44'; } /* 'D' */
.fontello-icon-mist:before { content: '\45'; } /* 'E' */
.fontello-icon-wind:before { content: '\46'; } /* 'F' */
.fontello-icon-snowflake:before { content: '\47'; } /* 'G' */
.fontello-icon-cloud-sun:before { content: '\48'; } /* 'H' */
.fontello-icon-cloud-moon:before { content: '\49'; } /* 'I' */
.fontello-icon-fog-sun:before { content: '\4a'; } /* 'J' */
.fontello-icon-fog-moon:before { content: '\4b'; } /* 'K' */
.fontello-icon-fog-cloud:before { content: '\4c'; } /* 'L' */
.fontello-icon-fog:before { content: '\4d'; } /* 'M' */
.fontello-icon-cloud-4:before { content: '\4e'; } /* 'N' */
.fontello-icon-cloud-flash:before { content: '\4f'; } /* 'O' */
.fontello-icon-cloud-flash-alt:before { content: '\50'; } /* 'P' */
.fontello-icon-drizzle:before { content: '\51'; } /* 'Q' */
.fontello-icon-windy:before { content: '\53'; } /* 'S' */
.fontello-icon-windy-rain:before { content: '\54'; } /* 'T' */
.fontello-icon-snow:before { content: '\55'; } /* 'U' */
.fontello-icon-snow-alt:before { content: '\56'; } /* 'V' */
.fontello-icon-snow-heavy:before { content: '\57'; } /* 'W' */
.fontello-icon-hail:before { content: '\58'; } /* 'X' */
.fontello-icon-clouds:before { content: '\59'; } /* 'Y' */
.fontello-icon-clouds-flash:before { content: '\5a'; } /* 'Z' */
.fontello-icon-flask:before { content: '\68'; } /* 'h' */
.fontello-icon-pilcrow:before { content: '\b6'; } /* '¶' */
.fontello-icon-info:before { content: '\2139'; } /* 'ℹ' */
.fontello-icon-info-1:before { content: '\e882'; } /* '' */
.fontello-icon-info-2:before { content: '\e8c3'; } /* '' */
.fontello-icon-left:before { content: '\2190'; } /* '←' */
.fontello-icon-left-1:before { content: '\e83b'; } /* '' */
.fontello-icon-left-2:before { content: '\e86f'; } /* '' */
.fontello-icon-left-3:before { content: '\e8dd'; } /* '' */
.fontello-icon-up:before { content: '\2191'; } /* '↑' */
.fontello-icon-up-1:before { content: '\e83d'; } /* '' */
.fontello-icon-up-2:before { content: '\e893'; } /* '' */
.fontello-icon-up-3:before { content: '\e8b2'; } /* '' */
.fontello-icon-up-4:before { content: '\e906'; } /* '' */
.fontello-icon-right:before { content: '\2192'; } /* '→' */
.fontello-icon-right-1:before { content: '\e83c'; } /* '' */
.fontello-icon-right-2:before { content: '\e892'; } /* '' */
.fontello-icon-right-3:before { content: '\e8b1'; } /* '' */
.fontello-icon-down:before { content: '\2193'; } /* '↓' */
.fontello-icon-down-1:before { content: '\e83a'; } /* '' */
.fontello-icon-down-2:before { content: '\e86e'; } /* '' */
.fontello-icon-down-3:before { content: '\e8dc'; } /* '' */
.fontello-icon-down-4:before { content: '\e905'; } /* '' */
.fontello-icon-back-alt:before { content: '\e707'; } /* '' */
.fontello-icon-level-down:before { content: '\21b3'; } /* '↳' */
.fontello-icon-undo:before { content: '\21b6'; } /* '↶' */
.fontello-icon-exchange:before { content: '\21c4'; } /* '⇄' */
.fontello-icon-switch:before { content: '\21c6'; } /* '⇆' */
.fontello-icon-infinity-1:before { content: '\e9be'; } /* '' */
.fontello-icon-infinity:before { content: '\221e'; } /* '∞' */
.fontello-icon-minus-squared:before { content: '\229f'; } /* '⊟' */
.fontello-icon-home:before { content: '\2302'; } /* '⌂' */
.fontello-icon-home-1:before { content: '\e815'; } /* '' */
.fontello-icon-home-2:before { content: '\e883'; } /* '' */
.fontello-icon-home-3:before { content: '\e8c4'; } /* '' */
.fontello-icon-home-4:before { content: '\e8ef'; } /* '' */
.fontello-icon-keyboard:before { content: '\2328'; } /* '⌨' */
.fontello-icon-erase:before { content: '\232b'; } /* '⌫' */
.fontello-icon-split:before { content: '\2387'; } /* '⎇' */
.fontello-icon-pause:before { content: '\2389'; } /* '⎉' */
.fontello-icon-pause-1:before { content: '\e842'; } /* '' */
.fontello-icon-pause-2:before { content: '\e872'; } /* '' */
.fontello-icon-eject-1:before { content: '\23cf'; } /* '⏏' */
.fontello-icon-eject-2:before { content: '\e8b7'; } /* '' */
.fontello-icon-fast-fw:before { content: '\23e9'; } /* '⏩' */
.fontello-icon-fast-fw-1:before { content: '\e845'; } /* '' */
.fontello-icon-fast-bw:before { content: '\23ea'; } /* '⏪' */
.fontello-icon-fast-bw-1:before { content: '\e846'; } /* '' */
.fontello-icon-to-end:before { content: '\23ed'; } /* '⏭' */
.fontello-icon-to-end-1:before { content: '\e843'; } /* '' */
.fontello-icon-to-end-2:before { content: '\e874'; } /* '' */
.fontello-icon-to-start:before { content: '\23ee'; } /* '⏮' */
.fontello-icon-to-start-1:before { content: '\e844'; } /* '' */
.fontello-icon-to-start-2:before { content: '\e873'; } /* '' */
.fontello-icon-hourglass:before { content: '\23f3'; } /* '⏳' */
.fontello-icon-stop:before { content: '\25aa'; } /* '▪' */
.fontello-icon-stop-1:before { content: '\e841'; } /* '' */
.fontello-icon-stop-2:before { content: '\e871'; } /* '' */
.fontello-icon-up-dir:before { content: '\25b4'; } /* '▴' */
.fontello-icon-up-dir-1:before { content: '\e9dc'; } /* '' */
.fontello-icon-glyph78:before { content: '\e904'; } /* '' */
.fontello-icon-play:before { content: '\25b6'; } /* '▶' */
.fontello-icon-play-1:before { content: '\e840'; } /* '' */
.fontello-icon-play-2:before { content: '\e870'; } /* '' */
.fontello-icon-right-dir:before { content: '\25b8'; } /* '▸' */
.fontello-icon-right-dir-3:before { content: '\e9da'; } /* '' */
.fontello-icon-right-dir-1:before { content: '\e903'; } /* '' */
.fontello-icon-right-dir-2:before { content: '\e95c'; } /* '' */
.fontello-icon-down-dir:before { content: '\25be'; } /* '▾' */
.fontello-icon-down-dir-3:before { content: '\e9dd'; } /* '' */
.fontello-icon-down-dir-1:before { content: '\e926'; } /* '' */
.fontello-icon-down-dir-2:before { content: '\e95b'; } /* '' */
.fontello-icon-left-dir:before { content: '\25c2'; } /* '◂' */
.fontello-icon-left-dir-2:before { content: '\e9db'; } /* '' */
.fontello-icon-left-dir-1:before { content: '\e902'; } /* '' */
.fontello-icon-sun-inv:before { content: '\2600'; } /* '☀' */
.fontello-icon-cloud:before { content: '\2601'; } /* '☁' */
.fontello-icon-cloud-3:before { content: '\e9e3'; } /* '' */
.fontello-icon-cloud-1:before { content: '\e897'; } /* '' */
.fontello-icon-cloud-2:before { content: '\e962'; } /* '' */
.fontello-icon-umbrella-1:before { content: '\e9e5'; } /* '' */
.fontello-icon-umbrella:before { content: '\2602'; } /* '☂' */
.fontello-icon-star:before { content: '\2605'; } /* '★' */
.fontello-icon-star-1:before { content: '\e804'; } /* '' */
.fontello-icon-star-2:before { content: '\e84f'; } /* '' */
.fontello-icon-star-3:before { content: '\e89d'; } /* '' */
.fontello-icon-star-4:before { content: '\e8eb'; } /* '' */
.fontello-icon-star-5:before { content: '\e931'; } /* '' */
.fontello-icon-star-empty:before { content: '\2606'; } /* '☆' */
.fontello-icon-star-empty-1:before { content: '\e805'; } /* '' */
.fontello-icon-check:before { content: '\2611'; } /* '☑' */
.fontello-icon-trash:before { content: '\e729'; } /* '' */
.fontello-icon-left-hand:before { content: '\261c'; } /* '☜' */
.fontello-icon-up-hand:before { content: '\261d'; } /* '☝' */
.fontello-icon-right-hand:before { content: '\261e'; } /* '☞' */
.fontello-icon-down-hand:before { content: '\261f'; } /* '☟' */
.fontello-icon-th-list:before { content: '\2630'; } /* '☰' */
.fontello-icon-th-list-1:before { content: '\e80b'; } /* '' */
.fontello-icon-th-list-2:before { content: '\e8bd'; } /* '' */
.fontello-icon-th-list-3:before { content: '\e90f'; } /* '' */
.fontello-icon-th-list-4:before { content: '\e937'; } /* '' */
.fontello-icon-sun:before { content: '\263c'; } /* '☼' */
.fontello-icon-sun-1:before { content: '\e8e4'; } /* '' */
.fontello-icon-moon:before { content: '\263d'; } /* '☽' */
.fontello-icon-moon-1:before { content: '\263e'; } /* '☾' */
.fontello-icon-heart-empty:before { content: '\2661'; } /* '♡' */
.fontello-icon-heart-empty-1:before { content: '\e803'; } /* '' */
.fontello-icon-heart-empty-2:before { content: '\e84e'; } /* '' */
.fontello-icon-heart-empty-3:before { content: '\e930'; } /* '' */
.fontello-icon-heart:before { content: '\2665'; } /* '♥' */
.fontello-icon-heart-1:before { content: '\e802'; } /* '' */
.fontello-icon-heart-2:before { content: '\e84d'; } /* '' */
.fontello-icon-heart-3:before { content: '\e89c'; } /* '' */
.fontello-icon-heart-4:before { content: '\e8ea'; } /* '' */
.fontello-icon-heart-5:before { content: '\e92f'; } /* '' */
.fontello-icon-music:before { content: '\266a'; } /* '♪' */
.fontello-icon-note-beamed:before { content: '\e9d7'; } /* '' */
.fontello-icon-music-1:before { content: '\266b'; } /* '♫' */
.fontello-icon-music-2:before { content: '\e899'; } /* '' */
.fontello-icon-th:before { content: '\268f'; } /* '⚏' */
.fontello-icon-th-1:before { content: '\e80a'; } /* '' */
.fontello-icon-th-2:before { content: '\e8bc'; } /* '' */
.fontello-icon-th-3:before { content: '\e90e'; } /* '' */
.fontello-icon-th-4:before { content: '\e936'; } /* '' */
.fontello-icon-flag:before { content: '\2691'; } /* '⚑' */
.fontello-icon-flag-1:before { content: '\e81b'; } /* '' */
.fontello-icon-flag-2:before { content: '\e8a7'; } /* '' */
.fontello-icon-tools:before { content: '\2692'; } /* '⚒' */
.fontello-icon-cog:before { content: '\2699'; } /* '⚙' */
.fontello-icon-cog-1:before { content: '\e82b'; } /* '' */
.fontello-icon-cog-2:before { content: '\e866'; } /* '' */
.fontello-icon-cog-3:before { content: '\e8ad'; } /* '' */
.fontello-icon-cog-4:before { content: '\e968'; } /* '' */
.fontello-icon-attention:before { content: '\26a0'; } /* '⚠' */
.fontello-icon-attention-1:before { content: '\e826'; } /* '' */
.fontello-icon-attention-2:before { content: '\e8cf'; } /* '' */
.fontello-icon-attention-3:before { content: '\e91b'; } /* '' */
.fontello-icon-attention-4:before { content: '\e949'; } /* '' */
.fontello-icon-flash:before { content: '\26a1'; } /* '⚡' */
.fontello-icon-flash-3:before { content: '\e9e4'; } /* '' */
.fontello-icon-flash-1:before { content: '\e898'; } /* '' */
.fontello-icon-flash-2:before { content: '\e8e7'; } /* '' */
.fontello-icon-record:before { content: '\26ab'; } /* '⚫' */
.fontello-icon-key-1:before { content: '\26bf'; } /* '⚿' */
.fontello-icon-rain:before { content: '\26c6'; } /* '⛆' */
.fontello-icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
.fontello-icon-scissors-1:before { content: '\e9e1'; } /* '' */
.fontello-icon-scissors:before { content: '\2702'; } /* '✂' */
.fontello-icon-tape:before { content: '\2707'; } /* '✇' */
.fontello-icon-flight:before { content: '\2708'; } /* '✈' */
.fontello-icon-flight-1:before { content: '\e849'; } /* '' */
.fontello-icon-mail:before { content: '\2709'; } /* '✉' */
.fontello-icon-mail-1:before { content: '\e801'; } /* '' */
.fontello-icon-mail-2:before { content: '\e84c'; } /* '' */
.fontello-icon-mail-3:before { content: '\e89b'; } /* '' */
.fontello-icon-mail-4:before { content: '\e8e9'; } /* '' */
.fontello-icon-mail-5:before { content: '\e92e'; } /* '' */
.fontello-icon-edit:before { content: '\270d'; } /* '✍' */
.fontello-icon-edit-1:before { content: '\e8cc'; } /* '' */
.fontello-icon-edit-2:before { content: '\e917'; } /* '' */
.fontello-icon-pencil:before { content: '\270e'; } /* '✎' */
.fontello-icon-pencil-1:before { content: '\e821'; } /* '' */
.fontello-icon-pencil-2:before { content: '\e887'; } /* '' */
.fontello-icon-pencil-3:before { content: '\e8cb'; } /* '' */
.fontello-icon-pencil-4:before { content: '\e8f8'; } /* '' */
.fontello-icon-pencil-neg:before { content: '\270f'; } /* '✏' */
.fontello-icon-pencil-alt:before { content: '\2710'; } /* '✐' */
.fontello-icon-pencil-alt-1:before { content: '\e916'; } /* '' */
.fontello-icon-feather:before { content: '\2712'; } /* '✒' */
.fontello-icon-ok:before { content: '\2713'; } /* '✓' */
.fontello-icon-ok-1:before { content: '\e80c'; } /* '' */
.fontello-icon-ok-2:before { content: '\e854'; } /* '' */
.fontello-icon-ok-3:before { content: '\e8be'; } /* '' */
.fontello-icon-ok-4:before { content: '\e910'; } /* '' */
.fontello-icon-ok-5:before { content: '\e938'; } /* '' */
.fontello-icon-ok-circle:before { content: '\2714'; } /* '✔' */
.fontello-icon-ok-circle-1:before { content: '\e855'; } /* '' */
.fontello-icon-ok-circle-2:before { content: '\e939'; } /* '' */
.fontello-icon-cancel:before { content: '\2715'; } /* '✕' */
.fontello-icon-cancel-1:before { content: '\e80d'; } /* '' */
.fontello-icon-cancel-2:before { content: '\e87b'; } /* '' */
.fontello-icon-cancel-3:before { content: '\e8bf'; } /* '' */
.fontello-icon-cancel-4:before { content: '\e911'; } /* '' */
.fontello-icon-cancel-5:before { content: '\e93a'; } /* '' */
.fontello-icon-cancel-circle:before { content: '\2716'; } /* '✖' */
.fontello-icon-cancel-circle-1:before { content: '\e80e'; } /* '' */
.fontello-icon-cancel-circle-2:before { content: '\e87c'; } /* '' */
.fontello-icon-cancel-circle-3:before { content: '\e912'; } /* '' */
.fontello-icon-cancel-circle-4:before { content: '\e93b'; } /* '' */
.fontello-icon-asterisk:before { content: '\2731'; } /* '✱' */
.fontello-icon-cancel-squared:before { content: '\274e'; } /* '❎' */
.fontello-icon-help:before { content: '\2753'; } /* '❓' */
.fontello-icon-help-1:before { content: '\e881'; } /* '' */
.fontello-icon-help-2:before { content: '\e8c2'; } /* '' */
.fontello-icon-attention-circle:before { content: '\2757'; } /* '❗' */
.fontello-icon-quote-left-alt:before { content: '\275b'; } /* '❛' */
.fontello-icon-quote-right-alt:before { content: '\275c'; } /* '❜' */
.fontello-icon-quote-left:before { content: '\275d'; } /* '❝' */
.fontello-icon-quote-right:before { content: '\275e'; } /* '❞' */
.fontello-icon-quote-right-1:before { content: '\e886'; } /* '' */
.fontello-icon-plus-circle:before { content: '\2795'; } /* '➕' */
.fontello-icon-plus-circle-1:before { content: '\e810'; } /* '' */
.fontello-icon-plus-circle-2:before { content: '\e87e'; } /* '' */
.fontello-icon-plus-circle-3:before { content: '\e93c'; } /* '' */
.fontello-icon-minus-circle:before { content: '\2796'; } /* '➖' */
.fontello-icon-minus-circle-1:before { content: '\e812'; } /* '' */
.fontello-icon-minus-circle-2:before { content: '\e880'; } /* '' */
.fontello-icon-minus-circle-3:before { content: '\e93d'; } /* '' */
.fontello-icon-right-thin:before { content: '\27a1'; } /* '➡' */
.fontello-icon-direction:before { content: '\27a2'; } /* '➢' */
.fontello-icon-direction-1:before { content: '\e8a9'; } /* '' */
.fontello-icon-forward:before { content: '\27a6'; } /* '➦' */
.fontello-icon-forward-1:before { content: '\e81f'; } /* '' */
.fontello-icon-forward-2:before { content: '\e8c9'; } /* '' */
.fontello-icon-forward-3:before { content: '\e943'; } /* '' */
.fontello-icon-ccw:before { content: '\27f2'; } /* '⟲' */
.fontello-icon-ccw-1:before { content: '\e9de'; } /* '' */
.fontello-icon-cw:before { content: '\27f3'; } /* '⟳' */
.fontello-icon-cw-1:before { content: '\e83e'; } /* '' */
.fontello-icon-cw-2:before { content: '\e894'; } /* '' */
.fontello-icon-cw-3:before { content: '\e8b3'; } /* '' */
.fontello-icon-cw-4:before { content: '\e907'; } /* '' */
.fontello-icon-arrow-curved:before { content: '\2935'; } /* '⤵' */
.fontello-icon-left-thin:before { content: '\2b05'; } /* '⬅' */
.fontello-icon-up-thin:before { content: '\2b06'; } /* '⬆' */
.fontello-icon-down-thin:before { content: '\2b07'; } /* '⬇' */
.fontello-icon-resize-vertical:before { content: '\2b0c'; } /* '⬌' */
.fontello-icon-resize-vertical-1:before { content: '\e86b'; } /* '' */
.fontello-icon-resize-horizontal:before { content: '\2b0d'; } /* '⬍' */
.fontello-icon-resize-horizontal-1:before { content: '\e86c'; } /* '' */
.fontello-icon-eject:before { content: '\2ecf'; } /* '⻏' */
.fontello-icon-list-add:before { content: '\e003'; } /* '' */
.fontello-icon-list-4:before { content: '\e005'; } /* '' */
.fontello-icon-play-circle2-1:before { content: '\e048'; } /* '' */
.fontello-icon-left-circle:before { content: '\e4a1'; } /* '' */
.fontello-icon-left-circle-1:before { content: '\e958'; } /* '' */
.fontello-icon-right-circle:before { content: '\e4a2'; } /* '' */
.fontello-icon-right-circle-1:before { content: '\e959'; } /* '' */
.fontello-icon-up-circle:before { content: '\e4a3'; } /* '' */
.fontello-icon-up-circle-1:before { content: '\e95a'; } /* '' */
.fontello-icon-down-circle:before { content: '\e4a4'; } /* '' */
.fontello-icon-down-circle-1:before { content: '\e957'; } /* '' */
.fontello-icon-left-bold:before { content: '\e4ad'; } /* '' */
.fontello-icon-right-bold:before { content: '\e4ae'; } /* '' */
.fontello-icon-up-bold:before { content: '\e4af'; } /* '' */
.fontello-icon-down-bold:before { content: '\e4b0'; } /* '' */
.fontello-icon-user-add:before { content: '\e700'; } /* '' */
.fontello-icon-star-half:before { content: '\e701'; } /* '' */
.fontello-icon-ok-circle2:before { content: '\e702'; } /* '' */
.fontello-icon-cancel-circle2:before { content: '\e703'; } /* '' */
.fontello-icon-help-circle:before { content: '\e704'; } /* '' */
.fontello-icon-help-circle-1:before { content: '\e813'; } /* '' */
.fontello-icon-info-circle:before { content: '\e705'; } /* '' */
.fontello-icon-info-circle-1:before { content: '\e814'; } /* '' */
.fontello-icon-th-large:before { content: '\e708'; } /* '' */
.fontello-icon-lock-empty:before { content: '\e859'; } /* '' */
.fontello-icon-th-large-1:before { content: '\e935'; } /* '' */
.fontello-icon-lock-open-empty:before { content: '\e709'; } /* '' */
.fontello-icon-eye:before { content: '\e70a'; } /* '' */
.fontello-icon-eye-1:before { content: '\e818'; } /* '' */
.fontello-icon-eye-2:before { content: '\e85c'; } /* '' */
.fontello-icon-eye-3:before { content: '\e8a4'; } /* '' */
.fontello-icon-eye-4:before { content: '\e8f2'; } /* '' */
.fontello-icon-eye-off:before { content: '\e70b'; } /* '' */
.fontello-icon-tag:before { content: '\e70c'; } /* '' */
.fontello-icon-tag-1:before { content: '\e819'; } /* '' */
.fontello-icon-tag-2:before { content: '\e85d'; } /* '' */
.fontello-icon-tag-3:before { content: '\e8a5'; } /* '' */
.fontello-icon-tag-4:before { content: '\e8f3'; } /* '' */
.fontello-icon-tag-5:before { content: '\e940'; } /* '' */
.fontello-icon-tags:before { content: '\e70d'; } /* '' */
.fontello-icon-tag-empty:before { content: '\e70e'; } /* '' */
.fontello-icon-camera-alt:before { content: '\e70f'; } /* '' */
.fontello-icon-download-cloud:before { content: '\e710'; } /* '' */
.fontello-icon-upload-cloud:before { content: '\e711'; } /* '' */
.fontello-icon-upload-cloud-1:before { content: '\e885'; } /* '' */
.fontello-icon-reply:before { content: '\e712'; } /* '' */
.fontello-icon-reply-1:before { content: '\e8c8'; } /* '' */
.fontello-icon-reply-2:before { content: '\e941'; } /* '' */
.fontello-icon-reply-all:before { content: '\e713'; } /* '' */
.fontello-icon-reply-all-1:before { content: '\e942'; } /* '' */
.fontello-icon-code:before { content: '\e714'; } /* '' */
.fontello-icon-code-1:before { content: '\e944'; } /* '' */
.fontello-icon-export:before { content: '\e715'; } /* '' */
.fontello-icon-export-1:before { content: '\e820'; } /* '' */
.fontello-icon-export-2:before { content: '\e8ca'; } /* '' */
.fontello-icon-export-3:before { content: '\e8f7'; } /* '' */
.fontello-icon-print:before { content: '\e716'; } /* '' */
.fontello-icon-print-1:before { content: '\e822'; } /* '' */
.fontello-icon-print-2:before { content: '\e919'; } /* '' */
.fontello-icon-retweet:before { content: '\e717'; } /* '' */
.fontello-icon-retweet-1:before { content: '\e823'; } /* '' */
.fontello-icon-retweet-2:before { content: '\e945'; } /* '' */
.fontello-icon-comment:before { content: '\e718'; } /* '' */
.fontello-icon-comment-1:before { content: '\e824'; } /* '' */
.fontello-icon-comment-2:before { content: '\e85f'; } /* '' */
.fontello-icon-comment-3:before { content: '\e8cd'; } /* '' */
.fontello-icon-comment-4:before { content: '\e946'; } /* '' */
.fontello-icon-comment-inv:before { content: '\e719'; } /* '' */
.fontello-icon-comment-alt:before { content: '\e71a'; } /* '' */
.fontello-icon-comment-alt-1:before { content: '\e947'; } /* '' */
.fontello-icon-comment-inv-alt:before { content: '\e71b'; } /* '' */
.fontello-icon-comment-alt2:before { content: '\e71c'; } /* '' */
.fontello-icon-comment-inv-alt2:before { content: '\e71d'; } /* '' */
.fontello-icon-chat:before { content: '\e720'; } /* '' */
.fontello-icon-chat-1:before { content: '\e825'; } /* '' */
.fontello-icon-chat-2:before { content: '\e860'; } /* '' */
.fontello-icon-chat-3:before { content: '\e8ce'; } /* '' */
.fontello-icon-chat-4:before { content: '\e918'; } /* '' */
.fontello-icon-chat-5:before { content: '\e948'; } /* '' */
.fontello-icon-chat-inv:before { content: '\e721'; } /* '' */
.fontello-icon-vcard:before { content: '\e722'; } /* '' */
.fontello-icon-address:before { content: '\e723'; } /* '' */
.fontello-icon-address-1:before { content: '\e8d0'; } /* '' */
.fontello-icon-location:before { content: '\e724'; } /* '' */
.fontello-icon-location-1:before { content: '\e827'; } /* '' */
.fontello-icon-location-2:before { content: '\e861'; } /* '' */
.fontello-icon-location-3:before { content: '\e8d1'; } /* '' */
.fontello-icon-location-4:before { content: '\e91c'; } /* '' */
.fontello-icon-location-5:before { content: '\e94a'; } /* '' */
.fontello-icon-location-inv:before { content: '\e725'; } /* '' */
.fontello-icon-location-alt:before { content: '\e726'; } /* '' */
.fontello-icon-map:before { content: '\e727'; } /* '' */
.fontello-icon-compass:before { content: '\e728'; } /* '' */
.fontello-icon-compass-1:before { content: '\e888'; } /* '' */
.fontello-icon-trash-5:before { content: '\e99b'; } /* '' */
.fontello-icon-trash-1:before { content: '\e828'; } /* '' */
.fontello-icon-trash-2:before { content: '\e889'; } /* '' */
.fontello-icon-trash-3:before { content: '\e8aa'; } /* '' */
.fontello-icon-trash-4:before { content: '\e91d'; } /* '' */
.fontello-icon-trash-empty:before { content: '\e72a'; } /* '' */
.fontello-icon-doc:before { content: '\e730'; } /* '' */
.fontello-icon-doc-2:before { content: '\e88a'; } /* '' */
.fontello-icon-doc-4:before { content: '\e94b'; } /* '' */
.fontello-icon-doc-text-inv:before { content: '\e9d5'; } /* '' */
.fontello-icon-doc-inv:before { content: '\e731'; } /* '' */
.fontello-icon-doc-alt:before { content: '\e732'; } /* '' */
.fontello-icon-doc-inv-alt:before { content: '\e733'; } /* '' */
.fontello-icon-article:before { content: '\e734'; } /* '' */
.fontello-icon-article-1:before { content: '\e91f'; } /* '' */
.fontello-icon-article-alt:before { content: '\e735'; } /* '' */
.fontello-icon-article-alt-1:before { content: '\e8f9'; } /* '' */
.fontello-icon-docs:before { content: '\e736'; } /* '' */
.fontello-icon-docs-landscape:before { content: '\e737'; } /* '' */
.fontello-icon-docs-landscape-1:before { content: '\e94c'; } /* '' */
.fontello-icon-archive:before { content: '\e738'; } /* '' */
.fontello-icon-archive-1:before { content: '\e94e'; } /* '' */
.fontello-icon-rss:before { content: '\e73a'; } /* '' */
.fontello-icon-rss-1:before { content: '\e865'; } /* '' */
.fontello-icon-rss-2:before { content: '\e8ab'; } /* '' */
.fontello-icon-rss-3:before { content: '\e8fa'; } /* '' */
.fontello-icon-rss-4:before { content: '\e94f'; } /* '' */
.fontello-icon-rss-alt:before { content: '\e73b'; } /* '' */
.fontello-icon-rss-alt-1:before { content: '\e950'; } /* '' */
.fontello-icon-share:before { content: '\e73c'; } /* '' */
.fontello-icon-share-1:before { content: '\e867'; } /* '' */
.fontello-icon-basket-1:before { content: '\e82c'; } /* '' */
.fontello-icon-basket-2:before { content: '\e8fc'; } /* '' */
.fontello-icon-shareable:before { content: '\e99a'; } /* '' */
.fontello-icon-calendar-inv:before { content: '\e73e'; } /* '' */
.fontello-icon-calendar-alt-1:before { content: '\e8fe'; } /* '' */
.fontello-icon-login-1:before { content: '\e998'; } /* '' */
.fontello-icon-login:before { content: '\e740'; } /* '' */
.fontello-icon-logout-2:before { content: '\e999'; } /* '' */
.fontello-icon-logout:before { content: '\e741'; } /* '' */
.fontello-icon-logout-1:before { content: '\e969'; } /* '' */
.fontello-icon-volume:before { content: '\e742'; } /* '' */
.fontello-icon-resize-full:before { content: '\e744'; } /* '' */
.fontello-icon-resize-full-1:before { content: '\e832'; } /* '' */
.fontello-icon-resize-full-2:before { content: '\e869'; } /* '' */
.fontello-icon-resize-full-3:before { content: '\e8d5'; } /* '' */
.fontello-icon-resize-full-4:before { content: '\e921'; } /* '' */
.fontello-icon-resize-full-5:before { content: '\e953'; } /* '' */
.fontello-icon-resize-full-alt:before { content: '\e745'; } /* '' */
.fontello-icon-resize-small:before { content: '\e746'; } /* '' */
.fontello-icon-resize-small-1:before { content: '\e833'; } /* '' */
.fontello-icon-resize-small-2:before { content: '\e86a'; } /* '' */
.fontello-icon-resize-small-3:before { content: '\e922'; } /* '' */
.fontello-icon-resize-small-alt:before { content: '\e747'; } /* '' */
.fontello-icon-move-1:before { content: '\e74a'; } /* '' */
.fontello-icon-popup:before { content: '\e74c'; } /* '' */
.fontello-icon-popup-1:before { content: '\e86d'; } /* '' */
.fontello-icon-popup-2:before { content: '\e8d9'; } /* '' */
.fontello-icon-popup-3:before { content: '\e925'; } /* '' */
.fontello-icon-popup-4:before { content: '\e954'; } /* '' */
.fontello-icon-publish:before { content: '\e74d'; } /* '' */
.fontello-icon-window:before { content: '\e74e'; } /* '' */
.fontello-icon-arrow-combo:before { content: '\e74f'; } /* '' */
.fontello-icon-zoom-in:before { content: '\e750'; } /* '' */
.fontello-icon-zoom-in-1:before { content: '\e8d7'; } /* '' */
.fontello-icon-zoom-in-2:before { content: '\e923'; } /* '' */
.fontello-icon-chart-pie-3:before { content: '\e9a4'; } /* '' */
.fontello-icon-zoom-out:before { content: '\e751'; } /* '' */
.fontello-icon-zoom-out-1:before { content: '\e8d8'; } /* '' */
.fontello-icon-zoom-out-2:before { content: '\e924'; } /* '' */
.fontello-icon-air:before { content: '\e753'; } /* '' */
.fontello-icon-database:before { content: '\e754'; } /* '' */
.fontello-icon-drive:before { content: '\e755'; } /* '' */
.fontello-icon-bucket:before { content: '\e756'; } /* '' */
.fontello-icon-thermometer:before { content: '\e757'; } /* '' */
.fontello-icon-down-circle2:before { content: '\e758'; } /* '' */
.fontello-icon-down-circle2-1:before { content: '\e834'; } /* '' */
.fontello-icon-left-circle2:before { content: '\e759'; } /* '' */
.fontello-icon-right-circle2:before { content: '\e75a'; } /* '' */
.fontello-icon-up-circle2:before { content: '\e75b'; } /* '' */
.fontello-icon-up-circle2-1:before { content: '\e835'; } /* '' */
.fontello-icon-down-open:before { content: '\e75c'; } /* '' */
.fontello-icon-down-open-1:before { content: '\e836'; } /* '' */
.fontello-icon-left-open:before { content: '\e75d'; } /* '' */
.fontello-icon-left-open-1:before { content: '\e837'; } /* '' */
.fontello-icon-left-open-2:before { content: '\e8da'; } /* '' */
.fontello-icon-left-open-3:before { content: '\e955'; } /* '' */
.fontello-icon-right-open:before { content: '\e75e'; } /* '' */
.fontello-icon-right-open-1:before { content: '\e838'; } /* '' */
.fontello-icon-right-open-2:before { content: '\e8db'; } /* '' */
.fontello-icon-right-open-3:before { content: '\e956'; } /* '' */
.fontello-icon-up-open:before { content: '\e75f'; } /* '' */
.fontello-icon-up-open-1:before { content: '\e839'; } /* '' */
.fontello-icon-down-open-mini:before { content: '\e99c'; } /* '' */
.fontello-icon-arrows-cw:before { content: '\e760'; } /* '' */
.fontello-icon-arrows-cw-1:before { content: '\e8b4'; } /* '' */
.fontello-icon-arrows-cw-2:before { content: '\e95d'; } /* '' */
.fontello-icon-left-open-mini:before { content: '\e99d'; } /* '' */
.fontello-icon-play-circle2:before { content: '\e761'; } /* '' */
.fontello-icon-right-open-mini:before { content: '\e99e'; } /* '' */
.fontello-icon-to-end-alt:before { content: '\e762'; } /* '' */
.fontello-icon-up-open-mini:before { content: '\e99f'; } /* '' */
.fontello-icon-to-start-alt:before { content: '\e763'; } /* '' */
.fontello-icon-down-open-big:before { content: '\e9a0'; } /* '' */
.fontello-icon-award-empty:before { content: '\e764'; } /* '' */
.fontello-icon-left-open-big:before { content: '\e9a1'; } /* '' */
.fontello-icon-list-1:before { content: '\e765'; } /* '' */
.fontello-icon-right-open-big:before { content: '\e9a2'; } /* '' */
.fontello-icon-list-nested:before { content: '\e766'; } /* '' */
.fontello-icon-up-open-big:before { content: '\e767'; } /* '' */
.fontello-icon-progress-0:before { content: '\e768'; } /* '' */
.fontello-icon-progress-1:before { content: '\e769'; } /* '' */
.fontello-icon-progress-2:before { content: '\e76a'; } /* '' */
.fontello-icon-progress-3:before { content: '\e76b'; } /* '' */
.fontello-icon-signal-3:before { content: '\e908'; } /* '' */
.fontello-icon-back-in-time:before { content: '\e771'; } /* '' */
.fontello-icon-bat-empty:before { content: '\e772'; } /* '' */
.fontello-icon-bat-empty-1:before { content: '\e8de'; } /* '' */
.fontello-icon-bat-half:before { content: '\e773'; } /* '' */
.fontello-icon-bat-half-1:before { content: '\e8df'; } /* '' */
.fontello-icon-bat-full:before { content: '\e774'; } /* '' */
.fontello-icon-bat-full-1:before { content: '\e8e0'; } /* '' */
.fontello-icon-bat-charge:before { content: '\e775'; } /* '' */
.fontello-icon-bat-charge-1:before { content: '\e8e1'; } /* '' */
.fontello-icon-net:before { content: '\e776'; } /* '' */
.fontello-icon-inbox:before { content: '\e777'; } /* '' */
.fontello-icon-inbox-1:before { content: '\e848'; } /* '' */
.fontello-icon-install:before { content: '\e778'; } /* '' */
.fontello-icon-font:before { content: '\e779'; } /* '' */
.fontello-icon-font-1:before { content: '\e95e'; } /* '' */
.fontello-icon-bold:before { content: '\e77a'; } /* '' */
.fontello-icon-italic:before { content: '\e77b'; } /* '' */
.fontello-icon-text-height:before { content: '\e77c'; } /* '' */
.fontello-icon-text-width:before { content: '\e77d'; } /* '' */
.fontello-icon-align-left:before { content: '\e77e'; } /* '' */
.fontello-icon-align-center:before { content: '\e77f'; } /* '' */
.fontello-icon-align-right:before { content: '\e780'; } /* '' */
.fontello-icon-align-justify:before { content: '\e781'; } /* '' */
.fontello-icon-list:before { content: '\e782'; } /* '' */
.fontello-icon-list-2:before { content: '\e8b8'; } /* '' */
.fontello-icon-list-3:before { content: '\e95f'; } /* '' */
.fontello-icon-indent-left:before { content: '\e783'; } /* '' */
.fontello-icon-indent-left-1:before { content: '\e960'; } /* '' */
.fontello-icon-indent-right:before { content: '\e784'; } /* '' */
.fontello-icon-indent-right-1:before { content: '\e961'; } /* '' */
.fontello-icon-lifebuoy:before { content: '\e788'; } /* '' */
.fontello-icon-mouse:before { content: '\e789'; } /* '' */
.fontello-icon-dot:before { content: '\e78b'; } /* '' */
.fontello-icon-dot-2:before { content: '\e78c'; } /* '' */
.fontello-icon-dot-3:before { content: '\e78d'; } /* '' */
.fontello-icon-suitcase:before { content: '\e9c1'; } /* '' */
.fontello-icon-off:before { content: '\e78e'; } /* '' */
.fontello-icon-road:before { content: '\e78f'; } /* '' */
.fontello-icon-flow-cascade:before { content: '\e9b4'; } /* '' */
.fontello-icon-list-alt:before { content: '\e790'; } /* '' */
.fontello-icon-flow-branch:before { content: '\e9b3'; } /* '' */
.fontello-icon-qrcode:before { content: '\e791'; } /* '' */
.fontello-icon-flow-tree:before { content: '\e9b2'; } /* '' */
.fontello-icon-barcode:before { content: '\e792'; } /* '' */
.fontello-icon-flow-line:before { content: '\e9b1'; } /* '' */
.fontello-icon-ajust:before { content: '\e793'; } /* '' */
.fontello-icon-ajust-1:before { content: '\e8e5'; } /* '' */
.fontello-icon-flow-parallel:before { content: '\e9c4'; } /* '' */
.fontello-icon-tint:before { content: '\e794'; } /* '' */
.fontello-icon-equalizer:before { content: '\e795'; } /* '' */
.fontello-icon-cursor:before { content: '\e796'; } /* '' */
.fontello-icon-aperture:before { content: '\e797'; } /* '' */
.fontello-icon-aperture-alt:before { content: '\e798'; } /* '' */
.fontello-icon-steering-wheel:before { content: '\e799'; } /* '' */
.fontello-icon-brush-1:before { content: '\e9c0'; } /* '' */
.fontello-icon-brush:before { content: '\e79a'; } /* '' */
.fontello-icon-paper-plane:before { content: '\e9c3'; } /* '' */
.fontello-icon-brush-alt:before { content: '\e79b'; } /* '' */
.fontello-icon-eyedropper:before { content: '\e79c'; } /* '' */
.fontello-icon-layers:before { content: '\e79d'; } /* '' */
.fontello-icon-layers-alt:before { content: '\e79e'; } /* '' */
.fontello-icon-moon-inv:before { content: '\e7a0'; } /* '' */
.fontello-icon-magnet-1:before { content: '\e9bf'; } /* '' */
.fontello-icon-magnet:before { content: '\e7a1'; } /* '' */
.fontello-icon-gauge:before { content: '\e9a7'; } /* '' */
.fontello-icon-chart-pie:before { content: '\e7a2'; } /* '' */
.fontello-icon-chart-pie-1:before { content: '\e8ba'; } /* '' */
.fontello-icon-chart-pie-2:before { content: '\e92c'; } /* '' */
.fontello-icon-traffic-cone:before { content: '\e9a8'; } /* '' */
.fontello-icon-chart-pie-alt:before { content: '\e7a3'; } /* '' */
.fontello-icon-dial:before { content: '\e7a4'; } /* '' */
.fontello-icon-cc:before { content: '\e7a5'; } /* '' */
.fontello-icon-cc-by:before { content: '\e9a9'; } /* '' */
.fontello-icon-resize-full-circle:before { content: '\e7a6'; } /* '' */
.fontello-icon-cc-nc:before { content: '\e9aa'; } /* '' */
.fontello-icon-down-micro:before { content: '\e7a7'; } /* '' */
.fontello-icon-cc-nc-eu:before { content: '\e9ab'; } /* '' */
.fontello-icon-up-micro:before { content: '\e7a8'; } /* '' */
.fontello-icon-cc-nc-jp:before { content: '\e9ac'; } /* '' */
.fontello-icon-cw-circle:before { content: '\e7a9'; } /* '' */
.fontello-icon-cc-sa:before { content: '\e9ad'; } /* '' */
.fontello-icon-updown-circle:before { content: '\e7aa'; } /* '' */
.fontello-icon-cc-nd:before { content: '\e9ae'; } /* '' */
.fontello-icon-cc-pd:before { content: '\e9af'; } /* '' */
.fontello-icon-terminal:before { content: '\e7ac'; } /* '' */
.fontello-icon-cc-zero:before { content: '\e9ba'; } /* '' */
.fontello-icon-list-numbered:before { content: '\e7ad'; } /* '' */
.fontello-icon-cc-share:before { content: '\e9b9'; } /* '' */
.fontello-icon-basket-alt:before { content: '\e7ae'; } /* '' */
.fontello-icon-cc-remix:before { content: '\e9b8'; } /* '' */
.fontello-icon-bat-third:before { content: '\e7af'; } /* '' */
.fontello-icon-mobile-alt:before { content: '\e7b0'; } /* '' */
.fontello-icon-tablet:before { content: '\e7b1'; } /* '' */
.fontello-icon-ipod:before { content: '\e7b2'; } /* '' */
.fontello-icon-stop-3:before { content: '\e7b3'; } /* '' */
.fontello-icon-grid:before { content: '\e7b4'; } /* '' */
.fontello-icon-easel:before { content: '\e7b5'; } /* '' */
.fontello-icon-puzzle:before { content: '\e7b6'; } /* '' */
.fontello-icon-cancel-alt:before { content: '\e7b7'; } /* '' */
.fontello-icon-emo-happy:before { content: '\e8ed'; } /* '' */
.fontello-icon-aboveground-rail:before { content: '\e9ea'; } /* '' */
.fontello-icon-emo-wink:before { content: '\e914'; } /* '' */
.fontello-icon-airfield:before { content: '\e9eb'; } /* '' */
.fontello-icon-emo-unhappy:before { content: '\e97c'; } /* '' */
.fontello-icon-airport:before { content: '\e9ec'; } /* '' */
.fontello-icon-emo-sleep:before { content: '\e97d'; } /* '' */
.fontello-icon-art-gallery:before { content: '\e9ed'; } /* '' */
.fontello-icon-emo-thumbsup:before { content: '\e97e'; } /* '' */
.fontello-icon-bar:before { content: '\e9ee'; } /* '' */
.fontello-icon-emo-devil:before { content: '\e97f'; } /* '' */
.fontello-icon-emo-surprised:before { content: '\e981'; } /* '' */
.fontello-icon-baseball:before { content: '\e9ef'; } /* '' */
.fontello-icon-emo-tongue:before { content: '\e980'; } /* '' */
.fontello-icon-basketball:before { content: '\e9f0'; } /* '' */
.fontello-icon-emo-coffee:before { content: '\e982'; } /* '' */
.fontello-icon-beer:before { content: '\e9f1'; } /* '' */
.fontello-icon-emo-sunglasses:before { content: '\e983'; } /* '' */
.fontello-icon-belowground-rail:before { content: '\e9f2'; } /* '' */
.fontello-icon-emo-displeased:before { content: '\e984'; } /* '' */
.fontello-icon-bicycle:before { content: '\e9f3'; } /* '' */
.fontello-icon-emo-beer:before { content: '\e985'; } /* '' */
.fontello-icon-bus:before { content: '\e9f4'; } /* '' */
.fontello-icon-emo-grin:before { content: '\e987'; } /* '' */
.fontello-icon-cafe:before { content: '\e9f5'; } /* '' */
.fontello-icon-emo-angry:before { content: '\e986'; } /* '' */
.fontello-icon-campsite:before { content: '\e9fd'; } /* '' */
.fontello-icon-emo-saint:before { content: '\e988'; } /* '' */
.fontello-icon-cemetery:before { content: '\e9fc'; } /* '' */
.fontello-icon-emo-cry:before { content: '\e989'; } /* '' */
.fontello-icon-cinema:before { content: '\e9fb'; } /* '' */
.fontello-icon-emo-shoot:before { content: '\e98a'; } /* '' */
.fontello-icon-college:before { content: '\e9fa'; } /* '' */
.fontello-icon-emo-squint:before { content: '\e98b'; } /* '' */
.fontello-icon-commerical-building:before { content: '\e9f9'; } /* '' */
.fontello-icon-emo-laugh:before { content: '\e98c'; } /* '' */
.fontello-icon-credit-card-2:before { content: '\e9f8'; } /* '' */
.fontello-icon-emo-wink2:before { content: '\e915'; } /* '' */
.fontello-icon-cricket:before { content: '\e9f7'; } /* '' */
.fontello-icon-embassy:before { content: '\e9f6'; } /* '' */
.fontello-icon-fast-food:before { content: '\ea0f'; } /* '' */
.fontello-icon-ferry:before { content: '\ea13'; } /* '' */
.fontello-icon-fire-station:before { content: '\ea0e'; } /* '' */
.fontello-icon-football:before { content: '\ea0d'; } /* '' */
.fontello-icon-fuel:before { content: '\ea0c'; } /* '' */
.fontello-icon-garden:before { content: '\ea0b'; } /* '' */
.fontello-icon-giraffe:before { content: '\ea0a'; } /* '' */
.fontello-icon-golf:before { content: '\ea09'; } /* '' */
.fontello-icon-grocery-store:before { content: '\ea08'; } /* '' */
.fontello-icon-harbor:before { content: '\ea07'; } /* '' */
.fontello-icon-heliport:before { content: '\ea06'; } /* '' */
.fontello-icon-hospital:before { content: '\ea05'; } /* '' */
.fontello-icon-industrial-building:before { content: '\ea04'; } /* '' */
.fontello-icon-library:before { content: '\ea03'; } /* '' */
.fontello-icon-lodging:before { content: '\ea02'; } /* '' */
.fontello-icon-london-underground:before { content: '\ea01'; } /* '' */
.fontello-icon-minefield:before { content: '\ea00'; } /* '' */
.fontello-icon-monument:before { content: '\e9ff'; } /* '' */
.fontello-icon-museum:before { content: '\e9fe'; } /* '' */
.fontello-icon-pitch:before { content: '\ea10'; } /* '' */
.fontello-icon-police:before { content: '\ea11'; } /* '' */
.fontello-icon-post:before { content: '\ea12'; } /* '' */
.fontello-icon-prison:before { content: '\ea14'; } /* '' */
.fontello-icon-rail:before { content: '\ea17'; } /* '' */
.fontello-icon-religious-christian:before { content: '\ea16'; } /* '' */
.fontello-icon-spin1:before { content: '\e98d'; } /* '' */
.fontello-icon-religious-islam:before { content: '\ea18'; } /* '' */
.fontello-icon-spin2:before { content: '\e98e'; } /* '' */
.fontello-icon-religious-jewish:before { content: '\ea19'; } /* '' */
.fontello-icon-spin3:before { content: '\e98f'; } /* '' */
.fontello-icon-restaurant:before { content: '\ea1a'; } /* '' */
.fontello-icon-roadblock:before { content: '\ea1b'; } /* '' */
.fontello-icon-spin4:before { content: '\e990'; } /* '' */
.fontello-icon-school:before { content: '\ea1c'; } /* '' */
.fontello-icon-shop:before { content: '\ea1d'; } /* '' */
.fontello-icon-skiing:before { content: '\ea1e'; } /* '' */
.fontello-icon-soccer:before { content: '\ea1f'; } /* '' */
.fontello-icon-spin5:before { content: '\e991'; } /* '' */
.fontello-icon-swimming:before { content: '\ea20'; } /* '' */
.fontello-icon-spin6:before { content: '\e992'; } /* '' */
.fontello-icon-tennis:before { content: '\ea21'; } /* '' */
.fontello-icon-theatre:before { content: '\ea23'; } /* '' */
.fontello-icon-toilet:before { content: '\ea22'; } /* '' */
.fontello-icon-town-hall:before { content: '\ea24'; } /* '' */
.fontello-icon-trash-6:before { content: '\ea15'; } /* '' */
.fontello-icon-tree-1:before { content: '\ea26'; } /* '' */
.fontello-icon-tree-2:before { content: '\ea25'; } /* '' */
.fontello-icon-firefox:before { content: '\e993'; } /* '' */
.fontello-icon-warehouse:before { content: '\ea27'; } /* '' */
.fontello-icon-chrome:before { content: '\e994'; } /* '' */
.fontello-icon-opera:before { content: '\e995'; } /* '' */
.fontello-icon-ie:before { content: '\e996'; } /* '' */
.fontello-icon-move:before { content: '\f047'; } /* '' */
.fontello-icon-move-2:before { content: '\e8d6'; } /* '' */
.fontello-icon-link-1:before { content: '\e816'; } /* '' */
.fontello-icon-check-empty:before { content: '\f096'; } /* '' */
.fontello-icon-bookmark-empty:before { content: '\f097'; } /* '' */
.fontello-icon-phone-squared:before { content: '\f098'; } /* '' */
.fontello-icon-twitter-4:before { content: '\f099'; } /* '' */
.fontello-icon-facebook-4:before { content: '\f09a'; } /* '' */
.fontello-icon-github-3:before { content: '\f09b'; } /* '' */
.fontello-icon-rss-5:before { content: '\f09e'; } /* '' */
.fontello-icon-hdd:before { content: '\f0a0'; } /* '' */
.fontello-icon-certificate:before { content: '\f0a3'; } /* '' */
.fontello-icon-left-circled:before { content: '\f0a8'; } /* '' */
.fontello-icon-right-circled:before { content: '\f0a9'; } /* '' */
.fontello-icon-up-circled:before { content: '\f0aa'; } /* '' */
.fontello-icon-down-circled:before { content: '\f0ab'; } /* '' */
.fontello-icon-tasks:before { content: '\f0ae'; } /* '' */
.fontello-icon-filter:before { content: '\f0b0'; } /* '' */
.fontello-icon-beaker:before { content: '\f0c3'; } /* '' */
.fontello-icon-docs-1:before { content: '\f0c5'; } /* '' */
.fontello-icon-blank:before { content: '\f0c8'; } /* '' */
.fontello-icon-menu:before { content: '\f0c9'; } /* '' */
.fontello-icon-list-bullet:before { content: '\f0ca'; } /* '' */
.fontello-icon-list-numbered-1:before { content: '\f0cb'; } /* '' */
.fontello-icon-strike:before { content: '\f0cc'; } /* '' */
.fontello-icon-underline:before { content: '\f0cd'; } /* '' */
.fontello-icon-table:before { content: '\f0ce'; } /* '' */
.fontello-icon-magic:before { content: '\f0d0'; } /* '' */
.fontello-icon-pinterest-circled-1:before { content: '\f0d2'; } /* '' */
.fontello-icon-pinterest-squared:before { content: '\f0d3'; } /* '' */
.fontello-icon-gplus-squared:before { content: '\f0d4'; } /* '' */
.fontello-icon-gplus-1:before { content: '\f0d5'; } /* '' */
.fontello-icon-money:before { content: '\f0d6'; } /* '' */
.fontello-icon-columns:before { content: '\f0db'; } /* '' */
.fontello-icon-sort:before { content: '\f0dc'; } /* '' */
.fontello-icon-sort-down:before { content: '\f0dd'; } /* '' */
.fontello-icon-sort-up:before { content: '\f0de'; } /* '' */
.fontello-icon-mail-alt:before { content: '\f0e0'; } /* '' */
.fontello-icon-linkedin-3:before { content: '\f0e1'; } /* '' */
.fontello-icon-gauge-1:before { content: '\f0e4'; } /* '' */
.fontello-icon-comment-empty:before { content: '\f0e5'; } /* '' */
.fontello-icon-chat-empty:before { content: '\f0e6'; } /* '' */
.fontello-icon-sitemap:before { content: '\f0e8'; } /* '' */
.fontello-icon-paste:before { content: '\f0ea'; } /* '' */
.fontello-icon-user-md:before { content: '\f200'; } /* '' */
.fontello-icon-github-2:before { content: '\e9b7'; } /* '' */
.fontello-icon-github:before { content: '\f300'; } /* '' */
.fontello-icon-facebook-1:before { content: '\e90c'; } /* '' */
.fontello-icon-facebook-2:before { content: '\e96c'; } /* '' */
.fontello-icon-github-circled:before { content: '\e9b6'; } /* '' */
.fontello-icon-facebook-rect:before { content: '\f301'; } /* '' */
.fontello-icon-facebook-rect-2:before { content: '\e96d'; } /* '' */
.fontello-icon-facebook-rect-1:before { content: '\e963'; } /* '' */
.fontello-icon-twitter-1:before { content: '\f302'; } /* '' */
.fontello-icon-twitter-2:before { content: '\e96e'; } /* '' */
.fontello-icon-flickr:before { content: '\e9bb'; } /* '' */
.fontello-icon-twitter-bird:before { content: '\f303'; } /* '' */
.fontello-icon-twitter-bird-2:before { content: '\e96f'; } /* '' */
.fontello-icon-twitter-bird-1:before { content: '\e964'; } /* '' */
.fontello-icon-flickr-circled:before { content: '\e9bc'; } /* '' */
.fontello-icon-twitter:before { content: '\f304'; } /* '' */
.fontello-icon-icq:before { content: '\e976'; } /* '' */
.fontello-icon-yandex:before { content: '\f305'; } /* '' */
.fontello-icon-vimeo-1:before { content: '\e9b5'; } /* '' */
.fontello-icon-yandex-rect:before { content: '\f306'; } /* '' */
.fontello-icon-vimeo-circled:before { content: '\e9c5'; } /* '' */
.fontello-icon-github-text:before { content: '\f307'; } /* '' */
.fontello-icon-facebook:before { content: '\f308'; } /* '' */
.fontello-icon-github-1:before { content: '\e974'; } /* '' */
.fontello-icon-twitter-3:before { content: '\e9c6'; } /* '' */
.fontello-icon-googleplus-rect-1:before { content: '\e972'; } /* '' */
.fontello-icon-googleplus-rect:before { content: '\f309'; } /* '' */
.fontello-icon-twitter-circled:before { content: '\e9c7'; } /* '' */
.fontello-icon-vkontakte-rect-1:before { content: '\e977'; } /* '' */
.fontello-icon-vkontakte-rect:before { content: '\f30a'; } /* '' */
.fontello-icon-skype-1:before { content: '\e975'; } /* '' */
.fontello-icon-skype:before { content: '\f30b'; } /* '' */
.fontello-icon-facebook-3:before { content: '\e9c8'; } /* '' */
.fontello-icon-linkedin:before { content: '\f30c'; } /* '' */
.fontello-icon-odnoklassniki:before { content: '\e978'; } /* '' */
.fontello-icon-facebook-circled:before { content: '\e9c9'; } /* '' */
.fontello-icon-odnoklassniki-rect-1:before { content: '\e979'; } /* '' */
.fontello-icon-odnoklassniki-rect:before { content: '\f30d'; } /* '' */
.fontello-icon-facebook-squared:before { content: '\e9ca'; } /* '' */
.fontello-icon-vimeo-rect-1:before { content: '\e970'; } /* '' */
.fontello-icon-vimeo-rect:before { content: '\f30e'; } /* '' */
.fontello-icon-gplus:before { content: '\e9cb'; } /* '' */
.fontello-icon-vimeo:before { content: '\f30f'; } /* '' */
.fontello-icon-gplus-circled:before { content: '\f310'; } /* '' */
.fontello-icon-tumblr-rect-1:before { content: '\e971'; } /* '' */
.fontello-icon-tumblr-rect:before { content: '\e965'; } /* '' */
.fontello-icon-tumblr:before { content: '\f311'; } /* '' */
.fontello-icon-pinterest:before { content: '\e9cc'; } /* '' */
.fontello-icon-friendfeed:before { content: '\e97a'; } /* '' */
.fontello-icon-linkedin-rect:before { content: '\f312'; } /* '' */
.fontello-icon-pinterest-circled:before { content: '\e9cd'; } /* '' */
.fontello-icon-friendfeed-rect:before { content: '\e97b'; } /* '' */
.fontello-icon-youtube:before { content: '\f313'; } /* '' */
.fontello-icon-twitter-rect:before { content: '\f314'; } /* '' */
.fontello-icon-blogger:before { content: '\e973'; } /* '' */
.fontello-icon-tumblr-1:before { content: '\e9ce'; } /* '' */
.fontello-icon-blogger-rect:before { content: '\f315'; } /* '' */
.fontello-icon-tumblr-circled:before { content: '\e9cf'; } /* '' */
.fontello-icon-deviantart:before { content: '\f316'; } /* '' */
.fontello-icon-jabber:before { content: '\f317'; } /* '' */
.fontello-icon-linkedin-2:before { content: '\e9d0'; } /* '' */
.fontello-icon-lastfm:before { content: '\f318'; } /* '' */
.fontello-icon-linkedin-circled:before { content: '\e9d1'; } /* '' */
.fontello-icon-lastfm-rect:before { content: '\f319'; } /* '' */
.fontello-icon-linkedin-1:before { content: '\f31a'; } /* '' */
.fontello-icon-dribbble:before { content: '\e9d2'; } /* '' */
.fontello-icon-linkedin-rect-1:before { content: '\f31b'; } /* '' */
.fontello-icon-dribbble-circled:before { content: '\e9d3'; } /* '' */
.fontello-icon-picasa:before { content: '\f31c'; } /* '' */
.fontello-icon-wordpress:before { content: '\f31d'; } /* '' */
.fontello-icon-stumbleupon:before { content: '\f31e'; } /* '' */
.fontello-icon-instagram:before { content: '\ea30'; } /* '' */
.fontello-icon-stumbleupon-circled:before { content: '\f31f'; } /* '' */
.fontello-icon-instagram-filled:before { content: '\ea2f'; } /* '' */
.fontello-icon-lastfm-1:before { content: '\f321'; } /* '' */
.fontello-icon-lastfm-circled:before { content: '\f322'; } /* '' */
.fontello-icon-rdio:before { content: '\f324'; } /* '' */
.fontello-icon-rdio-circled:before { content: '\f325'; } /* '' */
.fontello-icon-spotify:before { content: '\f327'; } /* '' */
.fontello-icon-spotify-circled:before { content: '\f328'; } /* '' */
.fontello-icon-qq:before { content: '\f32a'; } /* '' */
.fontello-icon-instagrem:before { content: '\f32d'; } /* '' */
.fontello-icon-dropbox:before { content: '\f330'; } /* '' */
.fontello-icon-evernote:before { content: '\f333'; } /* '' */
.fontello-icon-flattr:before { content: '\f336'; } /* '' */
.fontello-icon-skype-2:before { content: '\f339'; } /* '' */
.fontello-icon-skype-circled:before { content: '\f33a'; } /* '' */
.fontello-icon-renren:before { content: '\f33c'; } /* '' */
.fontello-icon-sina-weibo:before { content: '\f33f'; } /* '' */
.fontello-icon-paypal:before { content: '\f342'; } /* '' */
.fontello-icon-picasa-1:before { content: '\f345'; } /* '' */
.fontello-icon-soundcloud:before { content: '\f348'; } /* '' */
.fontello-icon-mixi:before { content: '\f34b'; } /* '' */
.fontello-icon-behance:before { content: '\f34e'; } /* '' */
.fontello-icon-google-circles:before { content: '\f351'; } /* '' */
.fontello-icon-vkontakte:before { content: '\f354'; } /* '' */
.fontello-icon-smashing:before { content: '\f357'; } /* '' */
.fontello-icon-logo-entypo:before { content: '\f600'; } /* '' */
.fontello-icon-flag-sw:before { content: '\f601'; } /* '' */
.fontello-icon-logo-db:before { content: '\f603'; } /* '' */
.fontello-icon-globe-1:before { content: '\e8e6'; } /* '' */
.fontello-icon-picture:before { content: '🌄'; } /* '\1f304' */
.fontello-icon-picture-1:before { content: '\e808'; } /* '' */
.fontello-icon-picture-2:before { content: '\e852'; } /* '' */
.fontello-icon-picture-3:before { content: '\e934'; } /* '' */
.fontello-icon-globe:before { content: '𝌍'; } /* '\1d30d' */
.fontello-icon-globe-alt:before { content: '🌐'; } /* '\1f310' */
.fontello-icon-globe-2:before { content: '\e929'; } /* '' */
.fontello-icon-leaf:before { content: '🍂'; } /* '\1f342' */
.fontello-icon-leaf-1:before { content: '\e84a'; } /* '' */
.fontello-icon-lemon:before { content: '🍋'; } /* '\1f34b' */
.fontello-icon-glass:before { content: '🍸'; } /* '\1f378' */
.fontello-icon-gift:before { content: '🎁'; } /* '\1f381' */
.fontello-icon-graduation-cap:before { content: '🎓'; } /* '\1f393' */
.fontello-icon-mic:before { content: '🎤'; } /* '\1f3a4' */
.fontello-icon-mic-1:before { content: '\e88c'; } /* '' */
.fontello-icon-mic-2:before { content: '\e8af'; } /* '' */
.fontello-icon-videocam:before { content: '🎥'; } /* '\1f3a5' */
.fontello-icon-videocam-1:before { content: '\e8ee'; } /* '' */
.fontello-icon-video-alt:before { content: '🎦'; } /* '\1f3a6' */
.fontello-icon-headphones:before { content: '🎧'; } /* '\1f3a7' */
.fontello-icon-headphones-1:before { content: '\e88f'; } /* '' */
.fontello-icon-palette:before { content: '🎨'; } /* '\1f3a8' */
.fontello-icon-ticket:before { content: '🎫'; } /* '\1f3ab' */
.fontello-icon-video:before { content: '🎬'; } /* '\1f3ac' */
.fontello-icon-video-1:before { content: '\e807'; } /* '' */
.fontello-icon-video-2:before { content: '\e851'; } /* '' */
.fontello-icon-video-4:before { content: '\e933'; } /* '' */
.fontello-icon-target:before { content: '🎯'; } /* '\1f3af' */
.fontello-icon-target-1:before { content: '\e847'; } /* '' */
.fontello-icon-target-2:before { content: '\e875'; } /* '' */
.fontello-icon-target-3:before { content: '\e8e2'; } /* '' */
.fontello-icon-target-4:before { content: '\e96a'; } /* '' */
.fontello-icon-music-alt:before { content: '🎵'; } /* '\1f3b5' */
.fontello-icon-top-list:before { content: '🏆'; } /* '\1f3c6' */
.fontello-icon-award:before { content: '🏉'; } /* '\1f3c9' */
.fontello-icon-award-1:before { content: '\e896'; } /* '' */
.fontello-icon-award-2:before { content: '\e909'; } /* '' */
.fontello-icon-videocam-alt:before { content: '🏹'; } /* '\1f3f9' */
.fontello-icon-thumbs-up:before { content: '👍'; } /* '\1f44d' */
.fontello-icon-thumbs-up-1:before { content: '\e81c'; } /* '' */
.fontello-icon-thumbs-up-2:before { content: '\e8a8'; } /* '' */
.fontello-icon-thumbs-up-3:before { content: '\e8f4'; } /* '' */
.fontello-icon-thumbs-down-3:before { content: '\e997'; } /* '' */
.fontello-icon-thumbs-down:before { content: '👎'; } /* '\1f44e' */
.fontello-icon-thumbs-down-1:before { content: '\e8c6'; } /* '' */
.fontello-icon-thumbs-down-2:before { content: '\e8f5'; } /* '' */
.fontello-icon-basket:before { content: '\e73d'; } /* '' */
.fontello-icon-user:before { content: '👤'; } /* '\1f464' */
.fontello-icon-user-1:before { content: '\e806'; } /* '' */
.fontello-icon-user-2:before { content: '\e850'; } /* '' */
.fontello-icon-user-3:before { content: '\e89e'; } /* '' */
.fontello-icon-user-4:before { content: '\e8ec'; } /* '' */
.fontello-icon-user-5:before { content: '\e932'; } /* '' */
.fontello-icon-users:before { content: '👥'; } /* '\1f465' */
.fontello-icon-users-2:before { content: '\e9e7'; } /* '' */
.fontello-icon-users-1:before { content: '\e89f'; } /* '' */
.fontello-icon-user-woman:before { content: '👩'; } /* '\1f469' */
.fontello-icon-user-pair:before { content: '👫'; } /* '\1f46b' */
.fontello-icon-lamp:before { content: '💡'; } /* '\1f4a1' */
.fontello-icon-lamp-1:before { content: '\e891'; } /* '' */
.fontello-icon-water:before { content: '💦'; } /* '\1f4a6' */
.fontello-icon-droplet:before { content: '💧'; } /* '\1f4a7' */
.fontello-icon-credit-card:before { content: '💳'; } /* '\1f4b3' */
.fontello-icon-credit-card-1:before { content: '\e9e0'; } /* '' */
.fontello-icon-dollar:before { content: '💵'; } /* '\1f4b5' */
.fontello-icon-monitor:before { content: '💻'; } /* '\1f4bb' */
.fontello-icon-bag:before { content: '\e78a'; } /* '' */
.fontello-icon-briefcase:before { content: '💼'; } /* '\1f4bc' */
.fontello-icon-floppy:before { content: '💾'; } /* '\1f4be' */
.fontello-icon-floppy-1:before { content: '\e9df'; } /* '' */
.fontello-icon-cd:before { content: '💿'; } /* '\1f4bf' */
.fontello-icon-cd-1:before { content: '\e877'; } /* '' */
.fontello-icon-cd-2:before { content: '\e927'; } /* '' */
.fontello-icon-folder:before { content: '📁'; } /* '\1f4c1' */
.fontello-icon-folder-1:before { content: '\e82a'; } /* '' */
.fontello-icon-folder-2:before { content: '\e863'; } /* '' */
.fontello-icon-folder-3:before { content: '\e94d'; } /* '' */
.fontello-icon-folder-open:before { content: '📂'; } /* '\1f4c2' */
.fontello-icon-folder-empty:before { content: '\e864'; } /* '' */
.fontello-icon-doc-text:before { content: '📄'; } /* '\1f4c4' */
.fontello-icon-doc-1:before { content: '\e829'; } /* '' */
.fontello-icon-doc-3:before { content: '\e91e'; } /* '' */
.fontello-icon-calendar:before { content: '📅'; } /* '\1f4c5' */
.fontello-icon-calendar-1:before { content: '\e82d'; } /* '' */
.fontello-icon-calendar-2:before { content: '\e88b'; } /* '' */
.fontello-icon-calendar-3:before { content: '\e8fd'; } /* '' */
.fontello-icon-calendar-alt:before { content: '📆'; } /* '\1f4c6' */
.fontello-icon-chart-line:before { content: '\e9a5'; } /* '' */
.fontello-icon-chart:before { content: '📈'; } /* '\1f4c8' */
.fontello-icon-chart-1:before { content: '\e92a'; } /* '' */
.fontello-icon-chart-bar-4:before { content: '\e9a6'; } /* '' */
.fontello-icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.fontello-icon-chart-bar-1:before { content: '\e879'; } /* '' */
.fontello-icon-chart-bar-2:before { content: '\e8b9'; } /* '' */
.fontello-icon-chart-bar-3:before { content: '\e92b'; } /* '' */
.fontello-icon-clipboard:before { content: '📋'; } /* '\1f4cb' */
.fontello-icon-pin:before { content: '📌'; } /* '\1f4cc' */
.fontello-icon-pin-1:before { content: '\e85b'; } /* '' */
.fontello-icon-pin-2:before { content: '\e8a3'; } /* '' */
.fontello-icon-attach:before { content: '📎'; } /* '\1f4ce' */
.fontello-icon-attach-3:before { content: '\e9e6'; } /* '' */
.fontello-icon-attach-1:before { content: '\e857'; } /* '' */
.fontello-icon-attach-2:before { content: '\e966'; } /* '' */
.fontello-icon-bookmarks:before { content: '📑'; } /* '\1f4d1' */
.fontello-icon-book-alt:before { content: '📔'; } /* '\1f4d4' */
.fontello-icon-book-3:before { content: '\e9d4'; } /* '' */
.fontello-icon-book:before { content: '📕'; } /* '\1f4d5' */
.fontello-icon-book-1:before { content: '\e878'; } /* '' */
.fontello-icon-book-2:before { content: '\e928'; } /* '' */
.fontello-icon-book-open:before { content: '📖'; } /* '\1f4d6' */
.fontello-icon-book-open-1:before { content: '\e862'; } /* '' */
.fontello-icon-phone:before { content: '📞'; } /* '\1f4de' */
.fontello-icon-phone-2:before { content: '\e9d8'; } /* '' */
.fontello-icon-phone-1:before { content: '\e8ac'; } /* '' */
.fontello-icon-megaphone:before { content: '\e9b0'; } /* '' */
.fontello-icon-megaphone-1:before { content: '\e9e2'; } /* '' */
.fontello-icon-bullhorn:before { content: '📣'; } /* '\1f4e3' */
.fontello-icon-upload:before { content: '📤'; } /* '\1f4e4' */
.fontello-icon-upload-1:before { content: '\e81e'; } /* '' */
.fontello-icon-upload-2:before { content: '\e884'; } /* '' */
.fontello-icon-download:before { content: '📥'; } /* '\1f4e5' */
.fontello-icon-download-1:before { content: '\e81d'; } /* '' */
.fontello-icon-download-2:before { content: '\e85e'; } /* '' */
.fontello-icon-download-3:before { content: '\e8c7'; } /* '' */
.fontello-icon-download-4:before { content: '\e8f6'; } /* '' */
.fontello-icon-box-1:before { content: '\e9d6'; } /* '' */
.fontello-icon-box:before { content: '📦'; } /* '\1f4e6' */
.fontello-icon-newspaper:before { content: '📰'; } /* '\1f4f0' */
.fontello-icon-mobile:before { content: '📱'; } /* '\1f4f1' */
.fontello-icon-mobile-1:before { content: '\e876'; } /* '' */
.fontello-icon-mobile-2:before { content: '\e8e3'; } /* '' */
.fontello-icon-mobile-3:before { content: '\e90a'; } /* '' */
.fontello-icon-signal:before { content: '\e770'; } /* '' */
.fontello-icon-signal-1:before { content: '📶'; } /* '\1f4f6' */
.fontello-icon-signal-2:before { content: '\e895'; } /* '' */
.fontello-icon-signal-4:before { content: '\e96b'; } /* '' */
.fontello-icon-camera:before { content: '📷'; } /* '\1f4f7' */
.fontello-icon-camera-1:before { content: '\e809'; } /* '' */
.fontello-icon-camera-2:before { content: '\e853'; } /* '' */
.fontello-icon-camera-3:before { content: '\e8a0'; } /* '' */
.fontello-icon-camera-4:before { content: '\e90d'; } /* '' */
.fontello-icon-shuffle:before { content: '🔀'; } /* '\1f500' */
.fontello-icon-shuffle-1:before { content: '\e83f'; } /* '' */
.fontello-icon-shuffle-2:before { content: '\e8b6'; } /* '' */
.fontello-icon-loop-2:before { content: '\e9c2'; } /* '' */
.fontello-icon-loop-alt:before { content: '🔁'; } /* '\1f501' */
.fontello-icon-loop-1:before { content: '\e8b5'; } /* '' */
.fontello-icon-arrows-ccw:before { content: '\e9a3'; } /* '' */
.fontello-icon-loop:before { content: '🔄'; } /* '\1f504' */
.fontello-icon-light-down:before { content: '🔅'; } /* '\1f505' */
.fontello-icon-light-up:before { content: '🔆'; } /* '\1f506' */
.fontello-icon-volume-off:before { content: '🔇'; } /* '\1f507' */
.fontello-icon-volume-off-1:before { content: '\e82e'; } /* '' */
.fontello-icon-volume-off-2:before { content: '\e88d'; } /* '' */
.fontello-icon-volume-off-3:before { content: '\e8b0'; } /* '' */
.fontello-icon-volume-off-4:before { content: '\e8ff'; } /* '' */
.fontello-icon-volume-down:before { content: '🔉'; } /* '\1f509' */
.fontello-icon-volume-down-1:before { content: '\e900'; } /* '' */
.fontello-icon-volume-up:before { content: '🔊'; } /* '\1f50a' */
.fontello-icon-volume-up-1:before { content: '\e82f'; } /* '' */
.fontello-icon-volume-up-2:before { content: '\e88e'; } /* '' */
.fontello-icon-volume-up-3:before { content: '\e8d2'; } /* '' */
.fontello-icon-volume-up-4:before { content: '\e901'; } /* '' */
.fontello-icon-battery:before { content: '🔋'; } /* '\1f50b' */
.fontello-icon-search:before { content: '🔍'; } /* '\1f50d' */
.fontello-icon-search-1:before { content: '\e800'; } /* '' */
.fontello-icon-search-3:before { content: '\e89a'; } /* '' */
.fontello-icon-search-4:before { content: '\e8e8'; } /* '' */
.fontello-icon-search-5:before { content: '\e92d'; } /* '' */
.fontello-icon-search-2:before { content: '\e84b'; } /* '' */
.fontello-icon-key-3:before { content: '\e9bd'; } /* '' */
.fontello-icon-key:before { content: '🔑'; } /* '\1f511' */
.fontello-icon-key-inv:before { content: '\e87a'; } /* '' */
.fontello-icon-key-2:before { content: '\e8bb'; } /* '' */
.fontello-icon-lock:before { content: '🔒'; } /* '\1f512' */
.fontello-icon-lock-1:before { content: '\e817'; } /* '' */
.fontello-icon-lock-2:before { content: '\e858'; } /* '' */
.fontello-icon-lock-3:before { content: '\e8a1'; } /* '' */
.fontello-icon-lock-4:before { content: '\e8f0'; } /* '' */
.fontello-icon-lock-5:before { content: '\e967'; } /* '' */
.fontello-icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.fontello-icon-lock-open-1:before { content: '\e85a'; } /* '' */
.fontello-icon-lock-open-2:before { content: '\e8a2'; } /* '' */
.fontello-icon-lock-open-3:before { content: '\e8f1'; } /* '' */
.fontello-icon-lock-open-4:before { content: '\e93f'; } /* '' */
.fontello-icon-bell:before { content: '🔔'; } /* '\1f514' */
.fontello-icon-bell-2:before { content: '\e9d9'; } /* '' */
.fontello-icon-bell-1:before { content: '\e91a'; } /* '' */
.fontello-icon-bookmark:before { content: '🔖'; } /* '\1f516' */
.fontello-icon-bookmark-1:before { content: '\e81a'; } /* '' */
.fontello-icon-bookmark-2:before { content: '\e8a6'; } /* '' */
.fontello-icon-link:before { content: '🔗'; } /* '\1f517' */
.fontello-icon-link-2:before { content: '\e856'; } /* '' */
.fontello-icon-link-3:before { content: '\e8c5'; } /* '' */
.fontello-icon-link-4:before { content: '\e93e'; } /* '' */
.fontello-icon-back:before { content: '\e706'; } /* '' */
.fontello-icon-fire:before { content: '🔥'; } /* '\1f525' */
.fontello-icon-search-alt:before { content: '🔎'; } /* '\1f50e' */
.fontello-icon-wrench:before { content: '🔧'; } /* '\1f527' */
.fontello-icon-wrench-1:before { content: '\e8ae'; } /* '' */
.fontello-icon-wrench-2:before { content: '\e8fb'; } /* '' */
.fontello-icon-hammer:before { content: '🔨'; } /* '\1f528' */
.fontello-icon-chart-area:before { content: '🔾'; } /* '\1f53e' */
.fontello-icon-clock-alt:before { content: '🕓'; } /* '\1f553' */
.fontello-icon-clock:before { content: '🕔'; } /* '\1f554' */
.fontello-icon-clock-1:before { content: '\e830'; } /* '' */
.fontello-icon-clock-2:before { content: '\e890'; } /* '' */
.fontello-icon-clock-3:before { content: '\e8d3'; } /* '' */
.fontello-icon-clock-4:before { content: '\e920'; } /* '' */
.fontello-icon-clock-5:before { content: '\e951'; } /* '' */
.fontello-icon-rocket:before { content: '🚀'; } /* '\1f680' */
.fontello-icon-truck:before { content: '🚚'; } /* '\1f69a' */
.fontello-icon-block:before { content: '🚫'; } /* '\1f6ab' */
.fontello-icon-block-1:before { content: '\e831'; } /* '' */
.fontello-icon-block-2:before { content: '\e868'; } /* '' */
.fontello-icon-block-3:before { content: '\e8d4'; } /* '' */
.fontello-icon-block-4:before { content: '\e952'; } /* '' */



.ui-messages-info-detail, .ui-messages-warn-detail, .ui-messages-error-detail, .ui-messages-fatal-detail, .ui-message-info-detail, .ui-message-warn-detail, .ui-message-error-detail, .ui-message-fatal-detail { font-size: 12px; }

.ui-inputfield.ui-state-focus, .ui-widget-content .ui-inputfield.ui-state-focus, .ui-widget-header .ui-inputfield.ui-state-focus { border-color: none !important; box-shadow: none !important; }  

.ui-datatable table { table-layout: unset; }
.ui-fileupload-content { border: 0px; }