/* dandelion/bootstrap.css */

/*!
 * 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.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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 {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  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"] {
  -webkit-appearance: button;
  cursor: pointer;
}
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;
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #a9ca60;
  text-decoration: none;
}
a:hover {
  color: #84a637;
  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;
  content: "";
  line-height: 0;
}
.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;
}
.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;
}
.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;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.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;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
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: 9px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 18px;
  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: 36px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 18px 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 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  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: 18px;
  font-style: normal;
  line-height: 18px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  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: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 18px;
  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: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 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;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(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,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(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: 15px;
  -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: 10.2px;
  -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: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 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: #9bca60;
  background-image: -moz-linear-gradient(top, #a9ca60, #86ca60);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9ca60), to(#86ca60));
  background-image: -webkit-linear-gradient(top, #a9ca60, #86ca60);
  background-image: -o-linear-gradient(top, #a9ca60, #86ca60);
  background-image: linear-gradient(to bottom, #a9ca60, #86ca60);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9ca60', endColorstr='#ff86ca60', GradientType=0);
  border-color: #86ca60 #86ca60 #5fa637;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #86ca60;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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: #86ca60;
  *background-color: #77c44d;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #6ab93e \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  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);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  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);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  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);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  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);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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-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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  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);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  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 {
  border-color: transparent;
  cursor: pointer;
  color: #a9ca60;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #84a637;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.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: 12px;
}
.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-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 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-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #86ca60;
}
.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-left-width: 5px;
  border-right-width: 5px;
  border-top-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-left: 0;
  margin-top: -1px;
}
.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;
}
.pagination {
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -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 12px;
  line-height: 18px;
  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;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 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: 15px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 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-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 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;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 10.2px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 1px 6px;
  font-size: 9px;
}
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.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;
  background-color: #fff;
  cursor: default;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  width: 236px;
  padding: 1px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  content: "";
  z-index: -1;
}
.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px 10px 0;
  border-top-color: #ffffff;
}
.popover.top .arrow:after {
  border-width: 11px 11px 0;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -1px;
  left: -11px;
}
.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-width: 10px 10px 10px 0;
  border-right-color: #ffffff;
}
.popover.right .arrow:after {
  border-width: 11px 11px 11px 0;
  border-right-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: -1px;
}
.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
  border-bottom-color: #ffffff;
}
.popover.bottom .arrow:after {
  border-width: 0 11px 11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -1px;
  left: -11px;
}
.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-width: 10px 0 10px 10px;
  border-left-color: #ffffff;
}
.popover.left .arrow:after {
  border-width: 11px 0 11px 11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  right: -1px;
}
.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: 8px 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: 18px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #a5c758;
  background-image: -moz-linear-gradient(top, #a9ca60, #9fc44d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a9ca60), to(#9fc44d));
  background-image: -webkit-linear-gradient(top, #a9ca60, #9fc44d);
  background-image: -o-linear-gradient(top, #a9ca60, #9fc44d);
  background-image: linear-gradient(to bottom, #a9ca60, #9fc44d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9ca60', endColorstr='#ff9fc44d', GradientType=0);
}
.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: default;
}
.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: 0;
  left: 100%;
  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;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.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-left: 20px;
  padding-right: 20px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.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;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  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;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .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: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 710px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 648px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 586px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 524px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 462px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 400px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 338px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 276px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 214px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 152px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 90px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 28px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 956px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 856px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 756px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 656px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 556px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 456px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 356px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 256px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 156px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
/* dandelion/dandelion.theme.css */

body
{
	background-image:url(/images/dashboard/bg/whitey.png);
}

div#da-header #da-header-top
{
	background-image:url(/images/dashboard/headers/whitey.png);
}/* dandelion/dandelion.css */

/*
 * Dandelion Admin v2.0 - Main Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

@import url("shared.css");
@import url("core.css");
@import url("panel.css");
@import url("form.css");
@import url("button.css");
@import url("table.css");
@import url("elements.css");
@import url("gallery.css");
@import url("icons.css");
@import url("statistic.css");
@import url("panel-toolbar.css");
@import url("error.css");
@import url("lt-ie9.css");

/* Customizer stylesheet, remove if not needed */
@import url("customizer.css");
/* dandelion/shared.css */

/*
 * Dandelion Admin v2.0 - Shared Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

@font-face {
	font-family: 'caret';
	src:url('dandelion/caret.eot');
}
@font-face {
	font-family: 'caret';
	src: url(data:font/svg;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiID4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWV0YWRhdGE+ClRoaXMgaXMgYSBjdXN0b20gU1ZHIGZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uCjAKPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJjYXJldCIgaG9yaXotYWR2LXg9IjUxMiIgPgo8Zm9udC1mYWNlIHVuaXRzLXBlci1lbT0iNTEyIiBhc2NlbnQ9IjQ4MCIgZGVzY2VudD0iLTMyIiAvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgo8Z2x5cGggdW5pY29kZT0iJiN4ZjBkNzsiIGQ9Ik0gMS41MCwyNzMuNzVxIDUuMDAsMTEuNzUgMTguMDAsMTEuNzVsIDI2OC43NSwwLjAwIHEgMTIuNTAsMC4wMCAxNy41MC0xMS43NXQtNC4yNS0yMS4wMGwtMTM0LjAwLTEzNC4yNXEtNi43NS01Ljc1IC0xNC4wMC01LjUwcS03LjI1LDAuMDAgLTEzLjc1LDUuNTBsLTEzNC4wMCwxMzQuMjVxLTkuMjUsOS4yNSAtNC4yNSwyMS4wMHoiIGhvcml6LWFkdi14PSIzMDciIC8+CjxnbHlwaCB1bmljb2RlPSImI3hmMGQ4OyIgZD0iTSAxLjUwLDE1Ni43NXEtNS4wMCwxMS43NSA0LjI1LDIxLjAwbCAxMzQuMDAsMTM0LjAwcSA1Ljc1LDUuNzUgMTMuNzUsNS43NXEgNy43NSwwLjAwIDEzLjUwLTUuNzVsIDEzNC41MC0xMzQuMDBxIDkuMjUtOS4yNSA0LjI1LTIxLjAwdC0xNy41MC0xMS43NWwtMjY5LjI1LDAuMDAgcS0xMi41MCwwLjAwIC0xNy41MCwxMS43NXoiIGhvcml6LWFkdi14PSIzMDciIC8+CjxnbHlwaCB1bmljb2RlPSImI3hmMGQ5OyIgZD0iTTAuMDAsMjI0LjAwcTAuMDAsOC4yNSA1Ljc1LDEzLjc1bCAxMzQuNTAsMTM0LjI1cSA0LjAwLDQuMDAgOS41MCw1LjI1dCAxMS4wMC0xLjI1cSA1Ljc1LTIuMDAgOS4wMC02Ljg3NXQgMy4yNS0xMC4zNzVsMC4wMC0yNjkuMDAgcTAuMDAtNi4yNSAtMy4yNS0xMC43NXQtOS4wMC03LjAwdC0xMS4wMC0xLjI1dC05LjUwLDUuMjVsLTEzNC41MCwxMzQuNzVxLTUuNzUsNS43NSAtNS43NSwxMy4yNXoiIGhvcml6LWFkdi14PSIxNzMiIC8+CjxnbHlwaCB1bmljb2RlPSImI3hmMGRhOyIgZD0iTTAuMDAsODkuNzVsMC4wMCwyNjkuMDAgcTAuMDAsMTIuMjUgMTEuNzUsMTcuMjV0IDIxLjAwLTQuMDBsIDEzNC43NS0xMzQuMjVxIDUuNzUtNS43NSA1LjUwLTEzLjc1cTAuMDAtNy43NSAtNS41MC0xMy4yNWwtMTM0Ljc1LTEzNC43NXEtOS4yNS05LjI1IC0yMS4wMC00LjAwcS0xMS43NSw1LjAwIC0xMS43NSwxNy43NXoiIGhvcml6LWFkdi14PSIxNzMiIC8+CjxnbHlwaCBjbGFzcz0iaGlkZGVuIiB1bmljb2RlPSImI3hmMDAwOyIgZD0iTTAsNDgwTCA1MTIgLTMyTDAgLTMyIHoiIGhvcml6LWFkdi14PSIwIiAvPgo8L2ZvbnQ+PC9kZWZzPjwvc3ZnPg==) format('svg'),
		 url(data:font/ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWMN0QoAAAYkAAAAHEdERUYANQAGAAAGBAAAACBPUy8yP7rb6QAAAVgAAABWY21hcPAU9LEAAAHQAAABUmdhc3D//wADAAAF/AAAAAhnbHlmnP6FugAAAzgAAAD4aGVhZPqjopUAAADcAAAANmhoZWEEEP/pAAABFAAAACRobXR4BmoAAgAAAbAAAAAgbG9jYQDqAKIAAAMkAAAAEm1heHAASwAVAAABOAAAACBuYW1lDwqJlQAABDAAAAFucG9zdGw+hkMAAAWgAAAAWgABAAAAAQAATU+7ZF8PPPUACwIAAAAAAMzCMOwAAAAAzMIw7AAA/+ACAAHgAAAACAACAAAAAAAAAAEAAAHg/+AALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAIAAEAAAAIABIAAQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQDwAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA8ADw2gHg/+AALgHgACCAAAABAAAAAAAAAgAAAAAAAAAAqgAAATMAAQEzAAEArQAAAK0AAAAAAAAAAAADAAAAAwAAABwAAQAAAAAATAADAAEAAAAcAAQAMAAAAAgACAACAAAAAPAA8Nr//wAAAADwAPDX//8AABAHDywAAQAAAAAAAAAAAAABBgAAAQAAAAAAAAABAgAAAAIAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGgA0AFQAbgB8AAAAAQABAHEBMgEeAAwAAAI2MyEyFg8BBiMiLwEECg4BDA0KCYYHBwgGhgEGGBgJhwUFhwAAAAEAAQCRATIBPgAMAAA2Jj8BNjMyHwEWBiMhBgoKhgYIBwaHCQoN/vORFwqGBgaGChcAAAABAAAARgCtAXoAEQAANTQ/AT4BFx4BFREUDgEmLwEmBoYECwYFBwcLCwSGBuAIBoYEAgICCgX+8wYKBAIEhwUAAQAAAEgArQF4AA0AADURNDYfARYVFA8BBicmGAmHBQWHCQwMWgENDAoJhgYICAWHCQUFAAEAAP/gAgAB4AACAAARASECAP4AAeD+AAAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBjAGEAcgBlAHQAAGNhcmV0AABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAGMAYQByAGUAdAAgADoAIAA5AC0AMQAxAC0AMgAwADEAMgAARm9udEZvcmdlIDIuMCA6IGNhcmV0IDogOS0xMS0yMDEyAABjAGEAcgBlAHQAAGNhcmV0AABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABjAGEAcgBlAHQAAGNhcmV0AAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACAAAAAEAAgECAQMBBAEFAQYHdW5pRjBENwd1bmlGMEQ4B3VuaUYwRDkHdW5pRjBEQQd1bmlGMDAwAAAAAAAB//8AAgABAAAADgAAABgAAAAAAAIAAQADAAcAAQAEAAAAAgAAAAAAAQAAAADJiW8xAAAAAMzCMOwAAAAAzMIw7A==) format('truetype');
	font-weight: normal;
	font-style: normal;
}

[class^="caret-"],
[class*=" caret-"] {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

[class^="caret-"]:before,
[class*=" caret-"]:before {
	font-family: 'caret';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.caret-down:before{content:"\f0d7";}
.caret-up:before{content:"\f0d8";}
.caret-left:before{content:"\f0d9";}
.caret-right:before{content:"\f0da";}
/* dandelion/core.css */

/*
 * Dandelion Admin v2.0 - Core Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Colors
================================================== */

.da-highlight {
    color: #d44d24;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* Selection Colors
================================================== */

::-moz-selection {
    color: #fff;
    background: #a9ca60;
}

::selection {
    color: #fff;
    background: #a9ca60;
}

/* HTML & Body
================================================== */

html, body {
    height: 100%;
}

body {
    background-color: #f2f2f2;
    padding: 0;
}

/* Main Wrapper
================================================== */

#da-wrapper {
    min-height: 100%;
    min-width: 960px;
    /* gilm position: relative; */
    width: 80%;
    margin: 0px auto;
}

#da-wrapper .da-container {
    width: 96%;
    margin: auto;
}

#da-wrapper.fixed {
    min-width: 960px;
}

#da-wrapper.fixed .da-container {
    width: 960px;
}

/* Header
================================================== */

#da-header {
    z-index: 200;
    position: relative;
    margin-bottom: 20px;
}

/* Top Header
================================================== */

#da-header-top {
    position: relative;
}

#da-logo-wrap {
    float: left;
}

#da-logo {
    width: 230px;
    height: 55px;
    display: table-cell;
    vertical-align: middle;
}

#da-logo-img a,
#da-logo-img span {
    display: block;
}

#da-logo-img a img,
#da-logo-img span img {
    max-height: 40px;
    vertical-align: top;
}

/* Top Header Toolbar
================================================== */

#da-header-toolbar {
    float: right;
    border-left: 1px solid #161616;
    border-left: 1px solid rgba(0, 0, 0, 0.6);
}

#da-user-profile-wrap,
#da-header-button-container {
    float: left;
    position: relative;
}

#da-user-profile-wrap {
    border-left: 1px solid #535353;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid #161616;
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#da-user-profile {
    padding: 0 24px 0 12px;
}

#da-user-profile:before {
    font-family: 'caret';
    content: "\f0d7";
    color: #fff;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -6px;
}

#da-user-avatar,
#da-user-info {
    float: left;
}

#da-user-avatar {
    height: 32px;
    padding: 12px 0;
    margin-right: 12px;
}

#da-user-avatar img {
    max-width: 32px;
    max-height: 32px;
}

#da-user-info {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 20px 0; /* gilm */
    font-weight: bold;
    position: relative;
}

#da-user-info .da-user-title {
    color: #eaeaea;
    font-size: 11px;
    margin-top: 6px;
    font-weight: normal;
    display: block;
}

/* Top Header Buttons
================================================== */

#da-header-button-container {
    border-left: 1px solid #535353;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
}

#da-header-button-container > ul,
#da-header-button-container > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#da-header-button-container .da-header-button-wrap {
    float: left;
    position: relative;
    margin-left: 8px;
}

#da-header-button-container .da-header-button-wrap .da-header-button {
    display: block;
    width: 36px;
    height: 36px;
    background: url(/images/dashboard/toolbar-button.png) no-repeat center top;
}

#da-header-button-container .da-header-button-wrap .da-header-button:active {
    background-position: center bottom;
}

#da-header-button-container .da-header-button-wrap .da-header-button a {
    text-decoration: none;
    display: block;
    margin: auto;
    cursor: pointer;
    width: 36px;
    height: 36px;
    outline: none;
    text-align: center;
}

#da-header-button-container .da-header-button-wrap .da-header-button a [class^="icon-"],
#da-header-button-container .da-header-button-wrap .da-header-button a [class*=" icon-"] {
    color: #fff;
    line-height: 36px;
}

#da-header-button-container .da-header-button-wrap .da-header-button .btn-count {
    position: absolute;
    color: #fff;
    left: 100%;
    margin-left: -12px;
    top: -4px;
    font-size: 10px;
    display: block;
    padding: 4px;
    line-height: 1;
    z-index: 250;
    min-width: 10px;
    text-align: center;
    background: #e15656;
    border: 1px solid #900;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#da-header-button-container .da-header-button-wrap .da-header-button.active .btn-count {
    top: -3px;
}

#da-header-toolbar .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: '';
}

#da-header-toolbar .dropdown-menu:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: '';
}

#da-header-toolbar .dropdown-menu.pull-right:before {
    left: auto;
    right: 9px;
}

#da-header-toolbar .dropdown-menu.pull-right:after {
    left: auto;
    right: 10px;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub-title {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: bold;
    padding: 10px 15px;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 1px solid #ddd;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub {
    margin: 0;
    padding: 0;
    list-style: none;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a {
    padding: 8px 15px;
    line-height: 1;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e9e9e9;
    *zoom: 1;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a:before,
#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a:after {
    display: table;
    content: "";
    line-height: 0;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a:after {
    clear: both;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub-footer:hover,
#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a:hover {
    border-color: #84a637;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .thumbnail {
    width: 48px; height: 48px;
    float: left;
    padding: 2px;
    background-color: #fff;
    margin-right: 8px;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .info {
    display: block;
    overflow: hidden;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .name,
#da-header-toolbar .dropdown-menu .da-dropdown-sub .message,
#da-header-toolbar .dropdown-menu .da-dropdown-sub .time {
    display: block;
    font-size: 11px;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .name {
    font-weight: bold;
    margin-bottom: 8px;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .message {
    max-width: 240px;
    overflow: hidden;
    margin-bottom: 6px;
    text-overflow: ellipsis;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub li > a:hover .time {
    color: #fff;
}

#da-header-toolbar .dropdown-menu .da-dropdown-sub .time {
    color: #999;
}

/* Bottom Header
================================================== */

#da-header-bottom {
    background: url(/images/dashboard/header-bottom.png) repeat-x left top;
    padding-bottom: 9px;
}

/* Search
================================================== */

#da-search {
    float: left;
    width: 180px;
    padding-top: 9px;
    padding-bottom: 5px;
    position: relative;
}

#da-search .search-query {
    width: 100%;
    background-color: #f0f0f0;
    background-image: url(/images/dashboard/search-icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    border-color: #cecece;
    padding: 4px 12px;
    padding-right: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#da-search input[type="text"]:focus {
    background-color: inherit;
}

/* Breadcrumbs
================================================== */

#da-breadcrumb {
    margin-left: 250px;
}

#da-breadcrumb ul,
#da-breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#da-breadcrumb ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 8px 0 9px;
    position: relative;
    margin-right: 24px;
}

#da-breadcrumb li [class^="icon-"],
#da-breadcrumb li [class*=" icon-"] {
    margin-right: 3px;
    font-size: 14px;
}

#da-breadcrumb li a,
#da-breadcrumb li span {
    text-decoration: none;
    color: #444;
    line-height: 16px;
}

#da-breadcrumb li span {
    cursor: default;
}

#da-breadcrumb .active {
    border-top: 5px solid #a9ca60;
}

#da-breadcrumb .active:after,
#da-breadcrumb .active:before {
    content: '';
    left: 50%;
    position: absolute;
    border: solid transparent;
}

#da-breadcrumb .active:after {
    border-width: 9px;
    border-top-color: #fff;
    bottom: -18px;
    margin-left: -9px;
}

#da-breadcrumb .active:before {
    border-width: 10px;
    border-top-color: #bbb;
    bottom: -20px;
    margin-left: -10px;
}

/* Main Content
================================================== */

#da-content {
    clear: both;
}

/* Sidebar Separator
================================================== */

#da-sidebar-separator {
    position: absolute;
    left: 180px;
    width: 50px;
    margin-left: 2%;
    top: 0;
    bottom: 0;
    background: url(/images/dashboard/container-separator.png) repeat-y center top;
}

.fixed #da-sidebar-separator {
    left: 50%;
    margin-left: -300px;
}

/* Sidebar
================================================== */

#da-sidebar {
    position: relative;
    float: left;
    z-index: 150;
    width: 180px;
}

#da-sidebar-toggle {
    display: none;
}

#da-sidebar .btn-container {
    padding: 2px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background-color: #fff;
    background-image: linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
    background-image: -moz-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
    background-image: -webkit-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #f1f1f1));
}

/* Main Navigation
================================================== */

#da-main-nav ul,
#da-main-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#da-main-nav a,
#da-main-nav span {
    display: block;
    color: #444;
    outline: none;
    position: relative;
    text-decoration: none;
}

#da-main-nav > ul {
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#da-main-nav > ul > li > a,
#da-main-nav > ul > li > span {
    padding: 18px 32px 18px 48px;
    background: #fdfdfd url(/images/dashboard/menu-bulb-off.png) right center no-repeat;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cbcbcb;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

#da-main-nav > ul > li.active > a,
#da-main-nav > ul > li.active > span {
    background-image: url(/images/dashboard/menu-bulb-on.png);
}

#da-main-nav > ul > li:first-child > a,
#da-main-nav > ul > li:first-child > span {
    border-top: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

#da-main-nav > ul > li:last-child > a,
#da-main-nav > ul > li:last-child > span {
    border-bottom: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

#da-main-nav > ul > li .da-nav-count {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    background: #f0f0f0;
    border: 1px solid #bbb;
    min-width: 10px;
    padding: 2px 4px;
    border-left: 0;
    border-top: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 0 0 2px 0;
    -moz-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

#da-main-nav > ul > li .da-nav-icon {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 8px;
    top: 50%;
    text-align: center;
    margin-top: -16px;
}

#da-main-nav > ul > li .da-nav-icon [class*="icon-"] {
    text-align: center;
    line-height: 32px;
    font-size: 21px;
}

/* Sub Navigation
================================================== */

#da-main-nav ul ul {
    background-color: #e9e9e9;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.015);
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.015);
    border-bottom: 1px solid #cacaca;
}

#da-main-nav ul ul.closed {
    display: none;
}

#da-main-nav ul ul li {
    font-size: 12px;
}

#da-main-nav ul ul li:hover {
    background-color: #dadada;
}

#da-main-nav ul ul li a,
#da-main-nav ul ul li span {
    padding: 6px 0;
    padding-left: 48px;
}

/* Main Container
================================================== */

#da-content-wrap {
    margin-left: 250px;
    padding-bottom: 20px;
}

#da-content-area {
    float: left;
    width: 100%;
	min-height: 480px;
}

/* Footer
================================================== */

#da-footer {
    background: #fff;
    border-top: 1px solid #d0d0d0;
    padding: 20px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#da-footer p {
    margin: 0;
}

/* Media Queries
================================================== */

/* Smaller than 1024px
 *
 * 1. Ignore fixed layout
 *
================================================== */

@media only screen and (max-width: 1023px) {

    /* Main Container
    ================================================== */

    #da-wrapper.fixed {
        min-width: 0;
    }

    #da-wrapper.fixed .da-container {
        width: 96%;
    }
}

/*
 * 1. Move breadcrumb's position
 * 2. Resize sidebar menu
 *
================================================== */

@media only screen and (min-width: 481px) and (max-width: 979px) {
    /* Search
    ================================================== */

    #da-search {
        width: 115px;
    }

    /* Breadcrumbs
    ================================================== */

    #da-breadcrumb {
        margin-left: 165px;
    }

    /* Sidebar
    ================================================== */

    #da-sidebar {
        width: 115px;
    }

    #da-sidebar-separator,
    #da-wrapper.fixed #da-sidebar-separator {
        left: 115px;
    }

    #da-wrapper.fixed #da-sidebar-separator {
        margin-left: 2%;
    }

    /* Main Navigation
    ================================================== */

    #da-main-nav > ul > li .da-nav-icon {
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        text-align: center;
        margin: 0 0 4px 0;
    }

    #da-main-nav > ul > li .da-nav-icon [class*="icon-"] {
        font-size: 28px;
    }

    #da-main-nav > ul > li > a,
    #da-main-nav > ul > li > span {
        padding: 16px;
        text-align: center;
        background-position: right top;
    }

    #da-main-nav ul ul li a,
    #da-main-nav ul ul li span {
        padding: 6px 0;
        text-align: center;
    }

    /* Main Container
    ================================================== */

    #da-content-wrap {
        margin-left: 165px;
    }
}

/*
 * 1. Remove user avatar's margin
 * 2. Hide username
 *
================================================== */

@media only screen and (max-width: 767px) {
    #da-user-avatar {
        margin: 0;
    }

    #da-user-info {
        display: none;
    }
}

/*
 * 1. Remove margins on all container
 * 2. Center header logo
 * 3. Fix positions for header toolbar
 * 4. Move header dropdown menu's caret position
 * 5. Hide search
 * 6. Hide breadcrumbs
 * 7. Hide sidebar separator
 * 8. Hide main navigation, make it collapsible
 * 9. Hide customizer
 *
================================================== */

@media only screen and (max-width: 480px) {

    /* Main Container
    ================================================== */

    #da-wrapper .da-container {
        width: 100%;
    }

    /* Header
    ================================================== */

    #da-header {
        margin: 0;
    }

    #da-header-bottom {
        height: auto;
        padding: 0;
    }

    #da-logo-wrap {
        float: none;
        position: absolute;
        width: 100%;
        height: 55px;
        border-bottom: 1px solid #161616;
    }

    #da-logo {
        position: absolute;
        left: 50%;
        text-align: center;
        margin-left: -115px;
    }

    /* Header Toolbar
    ================================================== */

    #da-header-toolbar {
        border: 0;
        float: none;
        display: block;
        margin-top: 56px;
        border-top: 1px solid #535353;
    }

    #da-user-profile-wrap {
        border: 0;
        margin-left: 8px;
        float: left;
    }

    #da-user-profile {
        padding: 0 24px 0 0;
    }

    #da-header-button-container {
        border: 0;
        margin-right: 8px;
        float: right;
    }

    /* Search
    ================================================== */

    #da-search {
        display: none;
    }

    /* Breadcrumbs
    ================================================== */

    #da-breadcrumb {
        display: none;
    }

    /* Sidebar
    ================================================== */

    #da-sidebar-separator {
        display: none;
    }

    #da-sidebar {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }

    #da-sidebar-toggle {
        display: block;
        height: 40px;
        width: 100%;
        position: relative;
        cursor: pointer;
        background: url(/images/dashboard/header-bottom.png) repeat-x left top;
        border-bottom: 1px solid #cbcbcb;
    }

    #da-sidebar-toggle:after,
    #da-sidebar-toggle:before {
        content: '';
        width: 16px;
        border-bottom: 1px solid #777;
        position: absolute;
        left: 50%; margin-left: -8px;
        top: 50%;
    }

    #da-sidebar-toggle:after {
        border-top: 1px solid #777;
        height: 2px;
        margin-top: -1px;
    }

     #da-sidebar-toggle:before {
        margin-top: 5px;
     }

    #da-main-nav.btn-container {
        width: 100%;
        padding: 0;
        background: none;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        box-shadow: 0;
    }

    #da-main-nav > ul {
        border: 0;
        padding-bottom: 5px;
        background-color: #fff;
        border-bottom: 1px solid #d0d0d0;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
        box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    }

    #da-main-nav > ul,
    #da-main-nav > ul > li,
    #da-main-nav > ul > li:last-child,
    #da-main-nav > ul > li:first-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    #da-main-nav > ul > li:last-child {
        border-bottom: 1px solid #d0d0d0;
    }

    /* Main Navigation
    ================================================== */

    #da-main-nav {
        display: none;
        top: 41px;
    }

    #da-main-nav.open {
        display: block;
    }

    /* Main Content
    ================================================== */

    #da-content {
        margin-top: auto;
    }

    /* Main Container
    ================================================== */

    #da-content-wrap {
        margin: 0 2%;
    }

    /* Customizer
    ================================================== */

    #da-customizer {
        display: none;
    }
}
/* dandelion/panel.css */

/*
 * Dandelion Admin v2.0 - Panel Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Panel
================================================== */

.da-panel {
    margin-bottom: 20px;
    position: relative;
}

.ui-dialog .ui-dialog-content.form-container {
    padding: 0;
}

/* Panel Header
================================================== */

.da-panel .da-panel-header {
    display: block;
    position: relative;
    border: 1px solid #cacaca;
    background-image: url(/images/dashboard/panel-header.png);
    padding: 16px 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
}

.da-panel.collapsed .da-panel-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.da-panel .da-panel-header .da-panel-title {
    font-size: 14px;
    display: block;
    line-height: 20px;
    padding-left: 16px;
}

.da-panel .da-panel-header .da-panel-title [class^="icon-"],
.da-panel .da-panel-header .da-panel-title [class*=" icon-"],
.da-panel .da-panel-header .da-panel-title [class^="icol-"],
.da-panel .da-panel-header .da-panel-title [class*=" icol-"] {
    line-height: 16px;
    margin-right: 4px;
    font-size: 16px;
    vertical-align: text-top;
}

/* Panel Toggler
================================================== */

.da-panel .da-panel-header .da-panel-toggler {
    border-left: 1px solid #cacaca;
    right: 0; top: 0; bottom: 0;
    width: 48px;
    cursor: pointer;
    position: absolute;
    display: block;
    overflow: hidden;
}

.da-panel .da-panel-header .da-panel-toggler span {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.da-panel .da-panel-header .da-panel-toggler span:after {
    font-family: 'caret';
    content: '\f0d8';
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #555;
    left: 0; top: 0;
    width: 100%;
    margin-top: 2px;
    text-align: center;
    position: absolute;
    line-height: 48px;
}

.da-panel.collapsed .da-panel-header .da-panel-toggler span:after {
    content: '\f0d7';
}

.da-panel.collapsed > .da-panel-inner-wrap {
    display: none;
}

/* Panel Content
================================================== */

.da-panel .da-panel-content {
    border: 1px solid #cacaca;
    border-top: none;
    padding: 16px;
    position: relative;
    background-color: #fff;
}

.da-panel .da-panel-content:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.da-panel > .da-panel-content:first-child {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-top: 1px solid #cacaca;
}

.da-panel .da-panel-header + .da-panel-content,
.da-panel .da-panel-inner-wrap > .da-panel-content:first-child
{
    border-top: 0;
}

.da-panel .da-panel-content.da-form-container,
.da-panel .da-panel-content .da-form-container
{
    padding: 0;
}

.da-panel .da-panel-content.da-table-container,
.da-panel .da-panel-content .da-table-container
{
    border: 0;
    padding: 0;
}

.da-panel .da-panel-content.no-padding
{
    padding: 0;
}

.da-panel .da-panel-content.no-border
{
    border: 0;
}

.da-panel .da-table-container .da-table {
    border-top: 0;
}

/* Panel Elements
================================================== */

.da-panel .ui-tabs .ui-tabs-nav {
    background-color: #fff;
    border: solid #ccc;
    border-width: 0 1px;
}

.da-panel .ui-tabs .ui-tabs-nav,
.da-panel .ui-tabs .ui-tabs-nav li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.da-panel .ui-tabs .ui-tabs-nav li {
    margin: 0;
    border-top: 0;
}

.da-panel .ui-tabs .ui-tabs-nav li:first-child {
    border-left-width: 0;
}

.da-panel .ui-accordion .ui-accordion-header:first-child {
    border-top-width: 0;
}
/* dandelion/form.css */

/*
 * Dandelion Admin v2.0 - Form Structure Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Form Clearfix
================================================== */

.da-form .btn-row,
.da-form .da-form-row,
.da-form .da-form-item {
    *zoom: 1;
}

.da-form .btn-row:before,
.da-form .btn-row:after,
.da-form .da-form-row:before,
.da-form .da-form-row:after,
.da-form .da-form-item:before,
.da-form .da-form-item:after {
    display: table;
    content: '';
    line-height: 0;
}

.da-form .btn-row:after,
.da-form .da-form-row:after,
.da-form .da-form-item:after {
    clear: both;
}

/* Form Row
================================================== */

.da-form .da-form-row {
    padding: 20px 24px;
    display: block;
    border-top: 1px solid #d3d3d3;
}

.da-form legend:first-child + .da-form-row,
.da-form .da-form-row:first-child {
    border-top: none;
}

/* Button Row
================================================== */

.da-form .btn-row {
    background-color: #f2f0f0;
    border-top: 1px solid #d3d3d3;
    margin: 0;
    padding: 16px;
    text-align: right;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.da-form .btn-row .btn + .btn {
    margin-left: 5px;
}

/* Form Column
================================================== */

.da-form .da-form-cols {
    *zoom: 1;
}

.da-form .da-form-cols:before,
.da-form .da-form-cols:after {
    display: table;
    content: "";
    line-height: 0;
}

.da-form .da-form-cols:after {
    clear: both;
}

.da-form.da-form-inline .da-form-cols [class*="col-"] .da-form-label,
.da-form .da-form-inline .da-form-cols [class*="col-"] .da-form-label,
.da-form .da-form-cols [class*="col-"] .da-form-label {
    white-space: nowrap;
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.da-form .da-form-cols [class*="col-"] {
    float: left;
    margin-left: 1.8181818181818181%;
}

.da-form .da-form-cols [class*="col-"]:first-child {
    margin-left: 0;
}

.da-form .da-form-cols [class*="col-"] select,
.da-form .da-form-cols [class*="col-"] textarea,
.da-form .da-form-cols [class*="col-"] input[type="text"],
.da-form .da-form-cols [class*="col-"] input[type="password"],
.da-form .da-form-cols [class*="col-"] input[type="datetime"],
.da-form .da-form-cols [class*="col-"] input[type="datetime-local"],
.da-form .da-form-cols [class*="col-"] input[type="date"],
.da-form .da-form-cols [class*="col-"] input[type="month"],
.da-form .da-form-cols [class*="col-"] input[type="time"],
.da-form .da-form-cols [class*="col-"] input[type="week"],
.da-form .da-form-cols [class*="col-"] input[type="number"],
.da-form .da-form-cols [class*="col-"] input[type="email"],
.da-form .da-form-cols [class*="col-"] input[type="url"],
.da-form .da-form-cols [class*="col-"] input[type="search"],
.da-form .da-form-cols [class*="col-"] input[type="tel"],
.da-form .da-form-cols [class*="col-"] input[type="color"] {
    width: 100%;
}

.da-form .da-form-cols [class*="col-"] .btn {
    margin-top: 28px;
}

.da-form .da-form-cols .col-8-8 {
    width: 100%;
}

.da-form .da-form-cols .col-7-8 {
    width: 87.27272727272727%;
}

.da-form .da-form-cols .col-6-8 {
    width: 74.54545454545455%;
}

.da-form .da-form-cols .col-5-8 {
    width: 61.81818181818181%;
}

.da-form .da-form-cols .col-4-8 {
    width: 49.090909090909086%;
}

.da-form .da-form-cols .col-3-8 {
    width: 36.36363636363636%;
}

.da-form .da-form-cols .col-2-8 {
    width: 23.636363636363633%;
}

.da-form .da-form-cols .col-1-8 {
    width: 10.909090909090908%;
}

/* Form List
================================================== */

.da-form .da-form-list,
.da-form .da-form-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.da-form .da-form-list li {
    margin-bottom: 4px;
}

.da-form .da-form-list li:last-child {
    margin-bottom: 0;
}

.da-form .da-form-list.inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.da-form .da-form-list li > input,
.da-form .da-form-list li > label {
    padding: 0;
    margin: 0 1px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

/* Form Labels
================================================== */

.da-form .da-form-label {
    cursor: pointer;
    display: block;
}

.da-form .da-form-row.da-column-row > .da-form-label {
    margin-top: 28px;
}

.da-form .da-form-label .required {
    color: #ff0000;
}

/* Form Fieldset
================================================== */

.da-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.da-form fieldset:first-child legend {
    border-top: 0;
}

.da-form fieldset legend {
    margin: 0;
    border: solid #ddd;
    border-width: 1px 0;
    background: #fafafa repeat-x left bottom;
    background-image: -ms-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: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    font-size: 12px;
    font-weight: bold;
    color: #555;
    line-height: 20px;
    padding: 8px;
    padding-left: 20px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.da-form fieldset:first-child {
    border-top: 0;
}

/* Inline Form Message
================================================== */

.da-form .da-form-item .errorMessage,
.da-form .da-form-item label.error {
    display: block;
    color: #d44d24;
    font-size: 11px;
    margin-top: 1px;
}

/* Inline Form Note
================================================== */

.da-form .da-form-item .form-help {
    display: block;
    color: #999;
    padding-top: 4px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.da-form .da-form-item a.form-help {
    color: #73991f;
}

/* Inline Form Layout
================================================== */

.da-form.da-form-inline .da-form-row .da-form-label,
.da-form .da-form-inline .da-form-row .da-form-label {
    float: left;
    width: 120px;
    padding: 5px 0;
}

.da-form.da-form-inline .da-form-row .da-form-item,
.da-form .da-form-inline .da-form-row .da-form-item {
    margin-left: 136px;
}

/* Block Form Layout
================================================== */

.da-form .da-form-label,
.da-form .da-form-block .da-form-row .da-form-label,
.da-form.da-form-block .da-form-row .da-form-label {
    padding: 0 6px 6px 0;
}

/* Inputs
================================================== */

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"] {
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    outline: none;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

select:focus,
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 {
    border-color: #bbc1c9;
    background-color: #fff;
}

select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error {
    border-color: #e48c85;
}

select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
    background: #f0f0f0;
}

textarea {
    height: 10em;
    resize: none;
}

/* External Elements
================================================== */

.da-form .da-form-row .ui-slider {
    margin-top: 11px;
}

.da-form .da-form-row .ui-slider + .ui-slider {
    margin-top: 24px;
}

.da-form .da-form-row .ui-progressbar {
    margin-top: 6px;
}

.da-form .da-form-row .ui-progressbar + .ui-progressbar {
    margin-top: 20px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    min-height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/* General Message Styling
================================================== */

.da-message {
    font-size: 12px;
    border: 1px solid #d2d2d2;
    padding: 15px 8px 15px 45px;
    position: relative;
    cursor: pointer;
    background-color: #f8f8f8;
    background-position: 12px 12px;
    background-repeat: no-repeat;
}

.da-message + .da-message {
    margin-top: 10px;
}

.da-message p,
.da-message ul,
.da-message ol {
    margin: 0;
}

.da-message ul li,
.da-message ol li {
    list-style-position: inside;
    list-style-type: inherit;
    margin: 0;
}

.ui-dialog .ui-dialog-content.form-container .da-message,
.da-panel .da-panel-content.da-form-container .da-message {
    border-width: 0 0 1px 0;
}

.ui-dialog .ui-dialog-content.form-container .da-message:last-child,
.da-panel .da-panel-content.da-form-container .da-message:last-child {
    border-bottom: 0;
}

/* Error Message Styling
================================================== */

.da-message.error {
    background-color: #ffcbca;
    background-image: url(/images/icons/message-error.png);
    border-color: #eb979b;
    color: #9b4449;
}

/* Success Message Styling
================================================== */

.da-message.success {
    background-color: #e1f1c0;
    background-image: url(/images/icons/message-success.png);
    border-color: #b5d56d;
    color: #62a426;
}

/* Warning Message Styling
================================================== */

.da-message.warning {
    background-color: #fef0b1;
    background-image: url(/images/icons/message-warning.png);
    border-color: #ddca76;
    color: #a98b15;
}

/* Info Message Styling
================================================== */

.da-message.info {
    background-color: #bce5f7;
    background-image: url(/images/icons/message-info.png);
    border-color: #a6d3e8;
    color: #11689E;
}

/* Media Queries
================================================== */

@media only screen and (max-width: 767px) {
    .da-form .da-form-inline .da-form-row .da-form-label,
    .da-form.da-form-inline .da-form-row .da-form-label {
        float: none;
        width: auto;
        padding: 0 6px 6px 0;
    }

    .da-form .da-form-inline .da-form-row .da-form-item,
    .da-form.da-form-inline .da-form-row .da-form-item {
        margin: 0;
    }

    .da-form .da-form-cols [class*="col-"] {
        width: 100%;
        margin-left: 0;
        margin-bottom: 9px;
    }

    .da-form .da-form-cols [class*="col-"] .btn,
    .da-form .da-form-row.da-column-row > .da-form-label {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .da-form .da-form-row {
        padding: 16px;
    }
}
/* dandelion/button.css */

/*
 * Dandelion Admin v2.0 - Button Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Default Button
================================================== */

.btn {
    border-color: #bbb;
}

.btn [class^="icon-"] {
    font-size: 14px;
}

.btn-large .caret {
    margin-top: 8px;
}

.btn-primary,
.btn-info,
.btn-danger,
.btn-success,
.btn-warning,
.btn-inverse {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* Primary Button
================================================== */

.btn-primary {
    border-color: #21629c;
    background-image: -ms-linear-gradient(top, #78b4ec, #61a4e4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#78b4ec), to(#61a4e4));
    background-image: -webkit-linear-gradient(top, #78b4ec, #61a4e4);
    background-image: -o-linear-gradient(top, #78b4ec, #61a4e4);
    background-image: -moz-linear-gradient(top, #78b4ec, #61a4e4);
    background-image: linear-gradient(top, #78b4ec, #61a4e4);
    background-color: #61a4e4;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #61a4e4;
}

/* Warning Button
================================================== */

.btn-warning {
    border-color: #cc731e;
    background-image: -moz-linear-gradient(top, #ffcb72, #fab341);
    background-image: -ms-linear-gradient(top, #ffcb72, #fab341);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcb72), to(#fab341));
    background-image: -webkit-linear-gradient(top, #ffcb72, #fab341);
    background-image: -o-linear-gradient(top, #ffcb72, #fab341);
    background-image: linear-gradient(top, #ffcb72, #fab341);
    background-color: #fab341;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #fab341;
}

/* Danger Button
================================================== */

.btn-danger {
    border-color: #bb2929;
    background-image: -moz-linear-gradient(top, #f77272, #e15656);
    background-image: -ms-linear-gradient(top, #f77272, #e15656);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f77272), to(#e15656));
    background-image: -webkit-linear-gradient(top, #f77272, #e15656);
    background-image: -o-linear-gradient(top, #f77272, #e15656);
    background-image: linear-gradient(top, #f77272, #e15656);
    background-color: #e15656;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #e15656;
}

/* Success Button
================================================== */

.btn-success {
    border-color: #779625;
    background-image: -ms-linear-gradient(top, #c8e342, #a7d037);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c8e342), to(#a7d037));
    background-image: -webkit-linear-gradient(top, #c8e342, #a7d037);
    background-image: -o-linear-gradient(top, #c8e342, #a7d037);
    background-image: -moz-linear-gradient(top, #c8e342, #a7d037);
    background-image: linear-gradient(top, #c8e342, #a7d037);
    background-color: #a7d037;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #a7d037;
}

/* Info Button
================================================== */

.btn-info {
    border-color: #b04264;
    background-image: -ms-linear-gradient(top, #eea3bc, #ea799b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eea3bc), to(#ea799b));
    background-image: -webkit-linear-gradient(top, #eea3bc, #ea799b);
    background-image: -o-linear-gradient(top, #eea3bc, #ea799b);
    background-image: -moz-linear-gradient(top, #eea3bc, #ea799b);
    background-image: linear-gradient(top, #eea3bc, #ea799b);
    background-color: #ea799b;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #ea799b;
}

/* Inverse Button
================================================== */

.btn-inverse {
    border-color: #000;
    background-image: -ms-linear-gradient(top, #5a5858, #464646);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5a5858), to(#464646));
    background-image: -webkit-linear-gradient(top, #5a5858, #464646);
    background-image: -o-linear-gradient(top, #5a5858, #464646);
    background-image: -moz-linear-gradient(top, #5a5858, #464646);
    background-image: linear-gradient(top, #5a5858, #464646);
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #464646;
}

/* Color Icons
================================================== */

.btn-large [class^="icol-"] {
    margin-top: 2px;
}

.btn-small [class^="icol-"] {
    margin-top: 0;
}
/* dandelion/table.css */

/*
 * Dandelion Admin v2.0 - Table Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* General Table Styling
================================================== */

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.da-table {
    width: 100%;
    border: 1px solid #cacaca;
    border-collapse: separate;
}

.da-table td,
.da-table th {
    padding: 7px 20px;
    text-align: left;
    outline: none;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    border-left: 1px solid #cacaca;
}

.da-table th {
    position: relative;
    font-weight: bold;
    padding: 11px 20px;
    background-color: #f4f6f9;
    color: #777;
}

.da-table thead tr th:first-child,
.da-table tbody tr td:first-child {
    border-left: 0;
}

.da-table thead:first-child tr:first-child th,
.da-table tbody:first-child tr:first-child th,
.da-table tbody:first-child tr:first-child td {
    border-top: 0;
}

.da-table tr td.da-icon-column {
    text-align: center;
    width: 80px;
}

.da-table tr td.da-icon-column img {
    margin: 0 2px;
}

.da-table tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.da-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

/* Checkable Table
================================================== */

.da-table.checkable .checkbox-column {
    text-align: center;
    width: 24px;
}

/* Detail View Table
================================================== */

.da-table.da-detail-view tbody th {
    width: 120px;
    border: 1px solid #cacaca;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(3%, #f7f7f7), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 3%, #eee 100%);
}

.da-table.da-detail-view tbody tr th,
.da-table.da-detail-view tbody tr td {
    border-bottom: none;
    border-left: none;
}

.da-table.da-detail-view .null {
    color: #f2618c;
}

/* Data Table Styling
================================================== */

.dataTables_wrapper {
    background-color: #fcfcfc;
    border: 1px solid #cacaca;
    border-top: 0;
}

.dataTables_wrapper {
    *zoom: 1;
}

.dataTables_wrapper:before,
.dataTables_wrapper:after {
    display: table;
    content: "";
    line-height: 0;
}

.dataTables_wrapper:after {
    clear: both;
}

.dataTables_wrapper .da-table {
    border: none;
    border-bottom: 1px solid #cacaca;
}

.dataTables_wrapper .da-table thead:first-child tr:first-child th,
.dataTables_wrapper .da-table tbody:first-child tr:first-child th,
.dataTables_wrapper .da-table tbody:first-child tr:first-child td {
    border-top: 1px solid #cacaca;
}

.dataTables_wrapper .da-table tr th:first-child,
.dataTables_wrapper .da-table tr td:first-child {
    border-left: 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    display: block;
    float: left;
    padding: 16px 12px;
    line-height: 22px;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    float: right;
}

.dataTables_wrapper select {
    width: auto;
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .current {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f3f3f3;
    cursor: pointer;
    line-height: 1;
    color: #444;
    outline: none;
    vertical-align: top;
    border: 1px solid #b1b1b1;
    text-align: center;
    margin-left: 6px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.35);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .current {
    width: auto;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    font-size: 11px;
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.next,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button.disabled {
    background-color: #fefefe;
    border-color: #e0e0e0;
    cursor: default;
    color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_previous:active,
.dataTables_wrapper .dataTables_paginate.paging_two_button .paginate_enabled_next:active,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .paginate_button:not(.disabled):active,
.dataTables_wrapper .dataTables_paginate.paging_full_numbers .current:not(.disabled):active {
    background-color: #efefef;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .current:not(.disabled):active {
    background-color: #a9ca60;
}

.dataTables_wrapper .dataTables_paginate.paging_full_numbers .current {
    background-color: #aed063;
    border-color: #a4b970;
    color: #fff;
}

.dataTables_wrapper .sorting,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
    cursor: pointer;
}

.dataTables_wrapper .sorting:after,
.dataTables_wrapper .sorting:before,
.dataTables_wrapper .sorting_asc:after,
.dataTables_wrapper .sorting_desc:after,
.dataTables_wrapper .sorting_asc_disabled:after,
.dataTables_wrapper .sorting_desc_disabled:after {
    font-family: 'caret';
    color: #555;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    height: 12px;
    line-height: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.dataTables_wrapper .sorting:after {
    content: "\f0d7";
    margin-top: -3px;
}

.dataTables_wrapper .sorting:before {
    content: "\f0d8";
    margin-top: -9px;
}

.dataTables_wrapper .sorting_asc:after,
.dataTables_wrapper .sorting_asc_disabled:after {
    content: "\f0d7";
}

.dataTables_wrapper .sorting_desc:after,
.dataTables_wrapper .sorting_desc_disabled:after {
    content: "\f0d8";
}


/* Media Queries
================================================== */

@media only screen and (max-width: 480px) {
    .da-table thead th {
        overflow: hidden;
        padding: 8px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        display: block;
        float: none;
        text-align: center;
        padding: 6px;
    }
}
/* dandelion/elements.css */

/*
 * Dandelion Admin v2.0 - Elements Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Full Calendar
================================================== */

html .fc, .fc table {
    margin-bottom: 0;
}

.fc .fc-event-skin {
    background-color: #505050;
    border-color: #000000;
}

.fc .fc-button-content {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(255, 255, 255, 0.6);
}

.fc .fc-button-content:active {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.fc .fc-widget-header {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(3%, #f7f7f7), color-stop(100%, #eee));
    background: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -o-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f7f7f7 3%, #eee 100%);
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 3%, #eee 100%);
    -moz-box-shadow: inset 1px 0 0 0 #f8f8f8;
    -webkit-box-shadow: inset 1px 0 0 0 #f8f8f8;
    box-shadow: inset 1px 0 0 0 #f8f8f8;
}

/* elFinder
================================================== */

.da-panel-content .el-finder {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
}

/* prettyPhoto
================================================== */

.pp_default .pp_social {
    display: none;
}
/* dandelion/gallery.css */

/*
 * Dandelion Admin v2.0 - Gallery Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

.da-gallery ul,
.da-gallery ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.da-gallery ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 15px;
    width: 150px;
    height: 150px;
}

.da-gallery ul li a {
    display: block;
    position: relative;
    z-index: 15;
}

.da-gallery ul li a img {
    padding: 6px;
    max-width: 136px;
    max-height: 136px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.da-gallery ul li a:after,
.da-gallery ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #fafafa;
    background-color: #808080;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.da-gallery ul li a:after {
    z-index: -10;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
}

.da-gallery ul li a:before {
    z-index: -5;
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
}

.da-gallery ul li:nth-child(even) a:after {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
}

.da-gallery ul li:nth-child(even) a:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.da-gallery ul li:nth-child(3n) a:after {
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    transform: rotate(6deg);
}

.da-gallery ul li:nth-child(3n) a:before {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    transform: rotate(3deg);
}

.da-gallery ul li:nth-child(5n) a:after {
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.da-gallery ul li:nth-child(5n) a:before {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.da-gallery ul li:nth-child(8n) a:after {
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.da-gallery ul li:nth-child(8n) a:before {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.da-gallery .da-gallery-hover ul li,
.da-gallery .da-gallery-hover ul li a,
.da-gallery .da-gallery-hover ul li a:after,
.da-gallery .da-gallery-hover ul li a:before {
    width: auto;
    height: auto;
    border: none;
    margin: auto;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}

.da-gallery .da-gallery-hover {
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
}

.da-gallery .da-gallery-hover ul {
    text-align: center;
    width: 100%;
    top: 50%;
    position: relative;
    margin-top: -20px;
}

.da-gallery .da-gallery-hover ul li {
    padding: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin: 0 1px;
}

.da-gallery .da-gallery-hover ul li a {
    display: block;
    text-decoration: none;
    width: 40px; height: 40px;
    margin: 0; padding: 0;
    opacity: 0;
    color: #fff;
    position: relative;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #111;

    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #222;
}

.da-gallery .da-gallery-hover [class^="icon-"],
.da-gallery .da-gallery-hover [class*=" icon-"] {
    font-size: 16px;
    line-height: 40px;
}

.da-gallery li:hover .da-gallery-hover ul li a {
    opacity: 1;
    top: auto !important;
    bottom: auto !important;
}

.da-gallery .da-gallery-hover .da-gallery-update a {
    top: -25px;
}

.da-gallery .da-gallery-hover .da-gallery-delete a {
    bottom: -25px;
}

.da-gallery .da-gallery-hover ul li a:hover {
    background-color: #111;
}
/* dandelion/icons.css */

/*
 * Dandelion Admin v2.0 - Icon Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Base Icon Style
================================================== */

[class^="icol-"],
[class*=" icol-"] {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: text-top;
    background-repeat: no-repeat;
    background-position: 16px 16px;
}

/* Color Icons
================================================== */

[class^="icol-"],
[class*=" icol-"] {
    background-image: url(/images/dashboard/icons-sprite.png);
}

/* Icon Definitions
================================================== */

.icol-accept{background-position:0px 0px;}
.icol-add{background-position:-16px 0px;}
.icol-alarm{background-position:-32px 0px;}
.icol-anchor{background-position:-48px 0px;}
.icol-application{background-position:-64px 0px;}
.icol-application2{background-position:-80px 0px;}
.icol-application-add{background-position:-96px 0px;}
.icol-application-cascade{background-position:-112px 0px;}
.icol-application-delete{background-position:-128px 0px;}
.icol-application-double{background-position:-144px 0px;}
.icol-application-edit{background-position:-160px 0px;}
.icol-application-error{background-position:-176px 0px;}
.icol-application-form{background-position:-192px 0px;}
.icol-application-get{background-position:-208px 0px;}
.icol-application-go{background-position:-224px 0px;}
.icol-application-home{background-position:-240px 0px;}
.icol-application-key{background-position:-256px 0px;}
.icol-application-lightning{background-position:-272px 0px;}
.icol-application-link{background-position:-288px 0px;}
.icol-application-osx{background-position:-304px 0px;}
.icol-application-osx-terminal{background-position:-320px 0px;}
.icol-application-put{background-position:-336px 0px;}
.icol-application-side-boxes{background-position:-352px 0px;}
.icol-application-side-contract{background-position:-368px 0px;}
.icol-application-side-expand{background-position:-384px 0px;}
.icol-application-side-list{background-position:-400px 0px;}
.icol-application-side-tree{background-position:-416px 0px;}
.icol-application-split{background-position:-432px 0px;}
.icol-application-tile-horizontal{background-position:-448px 0px;}
.icol-application-tile-vertical{background-position:-464px 0px;}
.icol-application-view-columns{background-position:-480px 0px;}
.icol-application-view-detail{background-position:-496px 0px;}
.icol-application-view-gallery{background-position:0px -16px;}
.icol-application-view-icons{background-position:-16px -16px;}
.icol-application-view-list{background-position:-32px -16px;}
.icol-application-view-tile{background-position:-48px -16px;}
.icol-application-view-xp{background-position:-64px -16px;}
.icol-application-view-xp-terminal{background-position:-80px -16px;}
.icol-arrow-branch{background-position:-96px -16px;}
.icol-arrow-divide{background-position:-112px -16px;}
.icol-arrow-in{background-position:-128px -16px;}
.icol-arrow-inout{background-position:-144px -16px;}
.icol-arrow-join{background-position:-160px -16px;}
.icol-arrow-left{background-position:-176px -16px;}
.icol-arrow-merge{background-position:-192px -16px;}
.icol-arrow-out{background-position:-208px -16px;}
.icol-arrow-redo{background-position:-224px -16px;}
.icol-arrow-refresh{background-position:-240px -16px;}
.icol-arrow-right{background-position:-256px -16px;}
.icol-arrow-undo{background-position:-272px -16px;}
.icol-asterisk-orange{background-position:-288px -16px;}
.icol-attach{background-position:-304px -16px;}
.icol-attach-2{background-position:-320px -16px;}
.icol-award-star-gold{background-position:-336px -16px;}
.icol-bandaid{background-position:-352px -16px;}
.icol-basket{background-position:-368px -16px;}
.icol-bell{background-position:-384px -16px;}
.icol-bin-closed{background-position:-400px -16px;}
.icol-blog{background-position:-416px -16px;}
.icol-blueprint{background-position:-432px -16px;}
.icol-blueprint-horizontal{background-position:-448px -16px;}
.icol-bluetooth{background-position:-464px -16px;}
.icol-bomb{background-position:-480px -16px;}
.icol-book{background-position:-496px -16px;}
.icol-bookmark{background-position:0px -32px;}
.icol-bookmark-book{background-position:-16px -32px;}
.icol-bookmark-book-open{background-position:-32px -32px;}
.icol-bookmark-document{background-position:-48px -32px;}
.icol-bookmark-folder{background-position:-64px -32px;}
.icol-books{background-position:-80px -32px;}
.icol-book-addresses{background-position:-96px -32px;}
.icol-book-next{background-position:-112px -32px;}
.icol-book-open{background-position:-128px -32px;}
.icol-book-previous{background-position:-144px -32px;}
.icol-box{background-position:-160px -32px;}
.icol-brick{background-position:-176px -32px;}
.icol-bricks{background-position:-192px -32px;}
.icol-briefcase{background-position:-208px -32px;}
.icol-bug{background-position:-224px -32px;}
.icol-buildings{background-position:-240px -32px;}
.icol-bullet-add-1{background-position:-256px -32px;}
.icol-bullet-add-2{background-position:-272px -32px;}
.icol-bullet-key{background-position:-288px -32px;}
.icol-cake{background-position:-304px -32px;}
.icol-calculator{background-position:-320px -32px;}
.icol-calendar-1{background-position:-336px -32px;}
.icol-calendar-2{background-position:-352px -32px;}
.icol-camera{background-position:-368px -32px;}
.icol-cancel{background-position:-384px -32px;}
.icol-car{background-position:-400px -32px;}
.icol-cart{background-position:-416px -32px;}
.icol-cd{background-position:-432px -32px;}
.icol-chart-bar{background-position:-448px -32px;}
.icol-chart-curve{background-position:-464px -32px;}
.icol-chart-line{background-position:-480px -32px;}
.icol-chart-organisation{background-position:-496px -32px;}
.icol-chart-pie{background-position:0px -48px;}
.icol-clipboard-paste-image{background-position:-16px -48px;}
.icol-clipboard-sign{background-position:-32px -48px;}
.icol-clipboard-text{background-position:-48px -48px;}
.icol-clock{background-position:-64px -48px;}
.icol-cog{background-position:-80px -48px;}
.icol-coins{background-position:-96px -48px;}
.icol-color-swatch-1{background-position:-112px -48px;}
.icol-color-swatch-2{background-position:-128px -48px;}
.icol-comment{background-position:-144px -48px;}
.icol-compass{background-position:-160px -48px;}
.icol-compress{background-position:-176px -48px;}
.icol-computer{background-position:-192px -48px;}
.icol-connect{background-position:-208px -48px;}
.icol-contrast{background-position:-224px -48px;}
.icol-control-eject{background-position:-240px -48px;}
.icol-control-end{background-position:-256px -48px;}
.icol-control-equalizer{background-position:-272px -48px;}
.icol-control-fastforward{background-position:-288px -48px;}
.icol-control-pause{background-position:-304px -48px;}
.icol-control-play{background-position:-320px -48px;}
.icol-control-repeat{background-position:-336px -48px;}
.icol-control-rewind{background-position:-352px -48px;}
.icol-control-start{background-position:-368px -48px;}
.icol-control-stop{background-position:-384px -48px;}
.icol-control-wheel{background-position:-400px -48px;}
.icol-counter{background-position:-416px -48px;}
.icol-counter-count{background-position:-432px -48px;}
.icol-counter-count-up{background-position:-448px -48px;}
.icol-counter-reset{background-position:-464px -48px;}
.icol-counter-stop{background-position:-480px -48px;}
.icol-cross{background-position:-496px -48px;}
.icol-cross-octagon{background-position:0px -64px;}
.icol-cross-octagon-fram{background-position:-16px -64px;}
.icol-cross-shield{background-position:-32px -64px;}
.icol-cross-shield-2{background-position:-48px -64px;}
.icol-crown{background-position:-64px -64px;}
.icol-crown-bronze{background-position:-80px -64px;}
.icol-crown-silver{background-position:-96px -64px;}
.icol-css{background-position:-112px -64px;}
.icol-cursor{background-position:-128px -64px;}
.icol-cut{background-position:-144px -64px;}
.icol-dashboard{background-position:-160px -64px;}
.icol-data{background-position:-176px -64px;}
.icol-database{background-position:-192px -64px;}
.icol-databases{background-position:-208px -64px;}
.icol-delete{background-position:-224px -64px;}
.icol-delivery{background-position:-240px -64px;}
.icol-desktop{background-position:-256px -64px;}
.icol-desktop-empty{background-position:-272px -64px;}
.icol-direction{background-position:-288px -64px;}
.icol-disconnect{background-position:-304px -64px;}
.icol-disk{background-position:-320px -64px;}
.icol-doc-access{background-position:-336px -64px;}
.icol-doc-break{background-position:-352px -64px;}
.icol-doc-convert{background-position:-368px -64px;}
.icol-doc-excel-csv{background-position:-384px -64px;}
.icol-doc-excel-table{background-position:-400px -64px;}
.icol-doc-film{background-position:-416px -64px;}
.icol-doc-illustrator{background-position:-432px -64px;}
.icol-doc-music{background-position:-448px -64px;}
.icol-doc-music-playlist{background-position:-464px -64px;}
.icol-doc-offlice{background-position:-480px -64px;}
.icol-doc-page{background-position:-496px -64px;}
.icol-doc-page-previous{background-position:0px -80px;}
.icol-doc-pdf{background-position:-16px -80px;}
.icol-doc-photoshop{background-position:-32px -80px;}
.icol-doc-resize{background-position:-48px -80px;}
.icol-doc-resize-actual{background-position:-64px -80px;}
.icol-doc-shred{background-position:-80px -80px;}
.icol-doc-stand{background-position:-96px -80px;}
.icol-doc-table{background-position:-112px -80px;}
.icol-doc-tag{background-position:-128px -80px;}
.icol-doc-text-image{background-position:-144px -80px;}
.icol-door{background-position:-160px -80px;}
.icol-door-in{background-position:-176px -80px;}
.icol-drawer{background-position:-192px -80px;}
.icol-drink{background-position:-208px -80px;}
.icol-drink-empty{background-position:-224px -80px;}
.icol-drive{background-position:-240px -80px;}
.icol-drive-burn{background-position:-256px -80px;}
.icol-drive-cd{background-position:-272px -80px;}
.icol-drive-cd-empty{background-position:-288px -80px;}
.icol-drive-delete{background-position:-304px -80px;}
.icol-drive-disk{background-position:-320px -80px;}
.icol-drive-error{background-position:-336px -80px;}
.icol-drive-go{background-position:-352px -80px;}
.icol-drive-link{background-position:-368px -80px;}
.icol-drive-network{background-position:-384px -80px;}
.icol-drive-rename{background-position:-400px -80px;}
.icol-dvd{background-position:-416px -80px;}
.icol-email{background-position:-432px -80px;}
.icol-email-open{background-position:-448px -80px;}
.icol-email-open-image{background-position:-464px -80px;}
.icol-emoticon-evilgrin{background-position:-480px -80px;}
.icol-emoticon-grin{background-position:-496px -80px;}
.icol-emoticon-happy{background-position:0px -96px;}
.icol-emoticon-smile{background-position:-16px -96px;}
.icol-emoticon-surprised{background-position:-32px -96px;}
.icol-emoticon-tongue{background-position:-48px -96px;}
.icol-emoticon-unhappy{background-position:-64px -96px;}
.icol-emoticon-waii{background-position:-80px -96px;}
.icol-emoticon-wink{background-position:-96px -96px;}
.icol-envelope{background-position:-112px -96px;}
.icol-envelope-2{background-position:-128px -96px;}
.icol-error{background-position:-144px -96px;}
.icol-exclamation{background-position:-160px -96px;}
.icol-exclamation-octagon-fram{background-position:-176px -96px;}
.icol-eye{background-position:-192px -96px;}
.icol-feed{background-position:-208px -96px;}
.icol-feed-ballon{background-position:-224px -96px;}
.icol-feed-document{background-position:-240px -96px;}
.icol-female{background-position:-256px -96px;}
.icol-film{background-position:-272px -96px;}
.icol-films{background-position:-288px -96px;}
.icol-find{background-position:-304px -96px;}
.icol-flag-blue{background-position:-320px -96px;}
.icol-folder{background-position:-336px -96px;}
.icol-font{background-position:-352px -96px;}
.icol-funnel{background-position:-368px -96px;}
.icol-grid{background-position:-384px -96px;}
.icol-grid-dot{background-position:-400px -96px;}
.icol-group{background-position:-416px -96px;}
.icol-hammer{background-position:-432px -96px;}
.icol-hammer-screwdriver{background-position:-448px -96px;}
.icol-hand{background-position:-464px -96px;}
.icol-hand-point{background-position:-480px -96px;}
.icol-heart{background-position:-496px -96px;}
.icol-heart-break{background-position:0px -112px;}
.icol-heart-empty{background-position:-16px -112px;}
.icol-heart-half{background-position:-32px -112px;}
.icol-heart-small{background-position:-48px -112px;}
.icol-help{background-position:-64px -112px;}
.icol-highlighter{background-position:-80px -112px;}
.icol-house{background-position:-96px -112px;}
.icol-html{background-position:-112px -112px;}
.icol-images{background-position:-128px -112px;}
.icol-image-1{background-position:-144px -112px;}
.icol-image-2{background-position:-160px -112px;}
.icol-inbox{background-position:-176px -112px;}
.icol-ipod{background-position:-192px -112px;}
.icol-ipod-cast{background-position:-208px -112px;}
.icol-joystick{background-position:-224px -112px;}
.icol-key{background-position:-240px -112px;}
.icol-keyboard{background-position:-256px -112px;}
.icol-layers{background-position:-272px -112px;}
.icol-layer-treansparent{background-position:-288px -112px;}
.icol-layout{background-position:-304px -112px;}
.icol-layout-header-footer-3{background-position:-320px -112px;}
.icol-layout-header-footer-3-mix{background-position:-336px -112px;}
.icol-layout-join{background-position:-352px -112px;}
.icol-layout-join-vertical{background-position:-368px -112px;}
.icol-layout-select{background-position:-384px -112px;}
.icol-layout-select-content{background-position:-400px -112px;}
.icol-layout-select-footer{background-position:-416px -112px;}
.icol-layout-select-sidebar{background-position:-432px -112px;}
.icol-layout-split{background-position:-448px -112px;}
.icol-layout-split-vertical{background-position:-464px -112px;}
.icol-lifebuoy{background-position:-480px -112px;}
.icol-lightbulb{background-position:-496px -112px;}
.icol-lightbulb-off{background-position:0px -128px;}
.icol-lightning{background-position:-16px -128px;}
.icol-link{background-position:-32px -128px;}
.icol-link-break{background-position:-48px -128px;}
.icol-lock{background-position:-64px -128px;}
.icol-lock-unlock{background-position:-80px -128px;}
.icol-magnet{background-position:-96px -128px;}
.icol-magnifier{background-position:-112px -128px;}
.icol-magnifier-zoom-in{background-position:-128px -128px;}
.icol-male{background-position:-144px -128px;}
.icol-map{background-position:-160px -128px;}
.icol-marker{background-position:-176px -128px;}
.icol-medal-bronze-1{background-position:-192px -128px;}
.icol-medal-gold-1{background-position:-208px -128px;}
.icol-media-player-small-blue{background-position:-224px -128px;}
.icol-microphone{background-position:-240px -128px;}
.icol-mobile-phone{background-position:-256px -128px;}
.icol-money{background-position:-272px -128px;}
.icol-money-dollar{background-position:-288px -128px;}
.icol-money-euro{background-position:-304px -128px;}
.icol-money-pound{background-position:-320px -128px;}
.icol-money-yen{background-position:-336px -128px;}
.icol-monitor{background-position:-352px -128px;}
.icol-mouse{background-position:-368px -128px;}
.icol-music{background-position:-384px -128px;}
.icol-music-beam{background-position:-400px -128px;}
.icol-neutral{background-position:-416px -128px;}
.icol-new{background-position:-432px -128px;}
.icol-newspaper{background-position:-448px -128px;}
.icol-note{background-position:-464px -128px;}
.icol-nuclear{background-position:-480px -128px;}
.icol-package{background-position:-496px -128px;}
.icol-page{background-position:0px -144px;}
.icol-page-2{background-position:-16px -144px;}
.icol-page-2-copy{background-position:-32px -144px;}
.icol-page-code{background-position:-48px -144px;}
.icol-page-copy{background-position:-64px -144px;}
.icol-page-excel{background-position:-80px -144px;}
.icol-page-lightning{background-position:-96px -144px;}
.icol-page-paste{background-position:-112px -144px;}
.icol-page-red{background-position:-128px -144px;}
.icol-page-refresh{background-position:-144px -144px;}
.icol-page-save{background-position:-160px -144px;}
.icol-page-white-cplusplus{background-position:-176px -144px;}
.icol-page-white-csharp{background-position:-192px -144px;}
.icol-page-white-cup{background-position:-208px -144px;}
.icol-page-white-database{background-position:-224px -144px;}
.icol-page-white-delete{background-position:-240px -144px;}
.icol-page-white-dvd{background-position:-256px -144px;}
.icol-page-white-edit{background-position:-272px -144px;}
.icol-page-white-error{background-position:-288px -144px;}
.icol-page-white-excel{background-position:-304px -144px;}
.icol-page-white-find{background-position:-320px -144px;}
.icol-page-white-flash{background-position:-336px -144px;}
.icol-page-white-freehand{background-position:-352px -144px;}
.icol-page-white-gear{background-position:-368px -144px;}
.icol-page-white-get{background-position:-384px -144px;}
.icol-page-white-paintbrush{background-position:-400px -144px;}
.icol-page-white-paste{background-position:-416px -144px;}
.icol-page-white-php{background-position:-432px -144px;}
.icol-page-white-picture{background-position:-448px -144px;}
.icol-page-white-powerpoint{background-position:-464px -144px;}
.icol-page-white-put{background-position:-480px -144px;}
.icol-page-white-ruby{background-position:-496px -144px;}
.icol-page-white-stack{background-position:0px -160px;}
.icol-page-white-star{background-position:-16px -160px;}
.icol-page-white-swoosh{background-position:-32px -160px;}
.icol-page-white-text{background-position:-48px -160px;}
.icol-page-white-text-width{background-position:-64px -160px;}
.icol-page-white-tux{background-position:-80px -160px;}
.icol-page-white-vector{background-position:-96px -160px;}
.icol-page-white-visualstudio{background-position:-112px -160px;}
.icol-page-white-width{background-position:-128px -160px;}
.icol-page-white-word{background-position:-144px -160px;}
.icol-page-white-world{background-position:-160px -160px;}
.icol-page-white-wrench{background-position:-176px -160px;}
.icol-page-white-zip{background-position:-192px -160px;}
.icol-paintbrush{background-position:-208px -160px;}
.icol-paintcan{background-position:-224px -160px;}
.icol-palette{background-position:-240px -160px;}
.icol-paper-bag{background-position:-256px -160px;}
.icol-paste-plain{background-position:-272px -160px;}
.icol-paste-word{background-position:-288px -160px;}
.icol-pencil{background-position:-304px -160px;}
.icol-photo{background-position:-320px -160px;}
.icol-photos{background-position:-336px -160px;}
.icol-photo-album{background-position:-352px -160px;}
.icol-piano{background-position:-368px -160px;}
.icol-picture{background-position:-384px -160px;}
.icol-pilcrow{background-position:-400px -160px;}
.icol-pill{background-position:-416px -160px;}
.icol-pin{background-position:-432px -160px;}
.icol-pipette{background-position:-448px -160px;}
.icol-plaing-card{background-position:-464px -160px;}
.icol-plug{background-position:-480px -160px;}
.icol-plugin{background-position:-496px -160px;}
.icol-printer{background-position:0px -176px;}
.icol-projection-screen{background-position:-16px -176px;}
.icol-projection-screen-present{background-position:-32px -176px;}
.icol-rainbow{background-position:-48px -176px;}
.icol-report{background-position:-64px -176px;}
.icol-rocket{background-position:-80px -176px;}
.icol-rosette{background-position:-96px -176px;}
.icol-rss{background-position:-112px -176px;}
.icol-ruby{background-position:-128px -176px;}
.icol-ruler-1{background-position:-144px -176px;}
.icol-ruler-2{background-position:-160px -176px;}
.icol-ruler-crop{background-position:-176px -176px;}
.icol-ruler-triangle{background-position:-192px -176px;}
.icol-safe{background-position:-208px -176px;}
.icol-script{background-position:-224px -176px;}
.icol-selection{background-position:-240px -176px;}
.icol-selection-select{background-position:-256px -176px;}
.icol-server{background-position:-272px -176px;}
.icol-shading{background-position:-288px -176px;}
.icol-shape-aling-bottom{background-position:-304px -176px;}
.icol-shape-aling-center{background-position:-320px -176px;}
.icol-shape-aling-left{background-position:-336px -176px;}
.icol-shape-aling-middle{background-position:-352px -176px;}
.icol-shape-aling-right{background-position:-368px -176px;}
.icol-shape-aling-top{background-position:-384px -176px;}
.icol-shape-flip-horizontal{background-position:-400px -176px;}
.icol-shape-flip-vertical{background-position:-416px -176px;}
.icol-shape-group{background-position:-432px -176px;}
.icol-shape-handles{background-position:-448px -176px;}
.icol-shape-move-back{background-position:-464px -176px;}
.icol-shape-move-backwards{background-position:-480px -176px;}
.icol-shape-move-forwards{background-position:-496px -176px;}
.icol-shape-move-front{background-position:0px -192px;}
.icol-shape-square{background-position:-16px -192px;}
.icol-shield{background-position:-32px -192px;}
.icol-sitemap{background-position:-48px -192px;}
.icol-slide{background-position:-64px -192px;}
.icol-slides{background-position:-80px -192px;}
.icol-slides-stack{background-position:-96px -192px;}
.icol-smiley-confuse{background-position:-112px -192px;}
.icol-smiley-cool{background-position:-128px -192px;}
.icol-smiley-cry{background-position:-144px -192px;}
.icol-smiley-fat{background-position:-160px -192px;}
.icol-smiley-mad{background-position:-176px -192px;}
.icol-smiley-red{background-position:-192px -192px;}
.icol-smiley-roll{background-position:-208px -192px;}
.icol-smiley-slim{background-position:-224px -192px;}
.icol-smiley-yell{background-position:-240px -192px;}
.icol-socket{background-position:-256px -192px;}
.icol-sockets{background-position:-272px -192px;}
.icol-sort{background-position:-288px -192px;}
.icol-sort-alphabet{background-position:-304px -192px;}
.icol-sort-date{background-position:-320px -192px;}
.icol-sort-disable{background-position:-336px -192px;}
.icol-sort-number{background-position:-352px -192px;}
.icol-sort-price{background-position:-368px -192px;}
.icol-sort-quantity{background-position:-384px -192px;}
.icol-sort-rating{background-position:-400px -192px;}
.icol-sound{background-position:-416px -192px;}
.icol-sound-note{background-position:-432px -192px;}
.icol-spellcheck{background-position:-448px -192px;}
.icol-sport-8ball{background-position:-464px -192px;}
.icol-sport-basketball{background-position:-480px -192px;}
.icol-sport-football{background-position:-496px -192px;}
.icol-sport-golf{background-position:0px -208px;}
.icol-sport-raquet{background-position:-16px -208px;}
.icol-sport-shuttlecock{background-position:-32px -208px;}
.icol-sport-soccer{background-position:-48px -208px;}
.icol-sport-tennis{background-position:-64px -208px;}
.icol-stamp{background-position:-80px -208px;}
.icol-star-1{background-position:-96px -208px;}
.icol-star-2{background-position:-112px -208px;}
.icol-status-online{background-position:-128px -208px;}
.icol-stop{background-position:-144px -208px;}
.icol-style{background-position:-160px -208px;}
.icol-sum{background-position:-176px -208px;}
.icol-sum-2{background-position:-192px -208px;}
.icol-switch{background-position:-208px -208px;}
.icol-tab{background-position:-224px -208px;}
.icol-table{background-position:-240px -208px;}
.icol-tag{background-position:-256px -208px;}
.icol-tag-blue{background-position:-272px -208px;}
.icol-target{background-position:-288px -208px;}
.icol-telephone{background-position:-304px -208px;}
.icol-television{background-position:-320px -208px;}
.icol-textfield{background-position:-336px -208px;}
.icol-textfield-rename{background-position:-352px -208px;}
.icol-text-align-center{background-position:-368px -208px;}
.icol-text-align-justify{background-position:-384px -208px;}
.icol-text-align-left{background-position:-400px -208px;}
.icol-text-align-right{background-position:-416px -208px;}
.icol-text-allcaps{background-position:-432px -208px;}
.icol-text-bold{background-position:-448px -208px;}
.icol-text-columns{background-position:-464px -208px;}
.icol-text-dropcaps{background-position:-480px -208px;}
.icol-text-heading-1{background-position:-496px -208px;}
.icol-text-horizontalrule{background-position:0px -224px;}
.icol-text-indent{background-position:-16px -224px;}
.icol-text-indent-remove{background-position:-32px -224px;}
.icol-text-italic{background-position:-48px -224px;}
.icol-text-kerning{background-position:-64px -224px;}
.icol-text-letterspacing{background-position:-80px -224px;}
.icol-text-letter-omega{background-position:-96px -224px;}
.icol-text-linespacing{background-position:-112px -224px;}
.icol-text-list-bullets{background-position:-128px -224px;}
.icol-text-list-numbers{background-position:-144px -224px;}
.icol-text-lowercase{background-position:-160px -224px;}
.icol-text-padding-bottom{background-position:-176px -224px;}
.icol-text-padding-left{background-position:-192px -224px;}
.icol-text-padding-right{background-position:-208px -224px;}
.icol-text-padding-top{background-position:-224px -224px;}
.icol-text-signature{background-position:-240px -224px;}
.icol-text-smallcaps{background-position:-256px -224px;}
.icol-text-strikethrough{background-position:-272px -224px;}
.icol-text-subscript{background-position:-288px -224px;}
.icol-ticket{background-position:-304px -224px;}
.icol-timeline-marker{background-position:-320px -224px;}
.icol-traffic{background-position:-336px -224px;}
.icol-transmit{background-position:-352px -224px;}
.icol-trophy{background-position:-368px -224px;}
.icol-trophy-bronze{background-position:-384px -224px;}
.icol-trophy-silver{background-position:-400px -224px;}
.icol-ui-combo-box{background-position:-416px -224px;}
.icol-ui-saccordion{background-position:-432px -224px;}
.icol-ui-slider-1{background-position:-448px -224px;}
.icol-ui-slider-2{background-position:-464px -224px;}
.icol-ui-tab-bottom{background-position:-480px -224px;}
.icol-ui-tab-content{background-position:-496px -224px;}
.icol-ui-tab-disable{background-position:0px -240px;}
.icol-ui-tab-side{background-position:-16px -240px;}
.icol-ui-text-field-hidden{background-position:-32px -240px;}
.icol-ui-text-field-password{background-position:-48px -240px;}
.icol-umbrella{background-position:-64px -240px;}
.icol-user{background-position:-80px -240px;}
.icol-user-black-female{background-position:-96px -240px;}
.icol-user-business{background-position:-112px -240px;}
.icol-user-business-boss{background-position:-128px -240px;}
.icol-user-female{background-position:-144px -240px;}
.icol-user-silhouette{background-position:-160px -240px;}
.icol-user-thief{background-position:-176px -240px;}
.icol-user-thief-baldie{background-position:-192px -240px;}
.icol-vcard{background-position:-208px -240px;}
.icol-vector{background-position:-224px -240px;}
.icol-wait{background-position:-240px -240px;}
.icol-wall{background-position:-256px -240px;}
.icol-wall-break{background-position:-272px -240px;}
.icol-wall-brick{background-position:-288px -240px;}
.icol-wall-disable{background-position:-304px -240px;}
.icol-wand{background-position:-320px -240px;}
.icol-weather-clouds{background-position:-336px -240px;}
.icol-weather-cloudy{background-position:-352px -240px;}
.icol-weather-lightning{background-position:-368px -240px;}
.icol-weather-rain{background-position:-384px -240px;}
.icol-weather-snow{background-position:-400px -240px;}
.icol-weather-sun{background-position:-416px -240px;}
.icol-webcam{background-position:-432px -240px;}
.icol-world{background-position:-448px -240px;}
.icol-zone{background-position:-464px -240px;}
.icol-zones{background-position:-480px -240px;}
.icol-zone-money{background-position:-496px -240px;}
/* dandelion/statistic.css */

/*
 * Dandelion Admin v2.0 - Statistical Widget Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Circular Stats
================================================== */

.circular-stat {
    position: relative;
}

.circular-stat .digit-label,
.circular-stat .text-label {
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 75%;
    left: 12.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.circular-stat .digit-label {
    top: 12.5%;
    width: 75%;
    padding: 20px 10px;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.circular-stat .text-label {
    top: 50%;
    left: 21.875%;
    width: 56.25%;
}

/* Statistic Widget
================================================== */

.da-stats-container {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.da-stats-container li {
    display: inline-block;
    margin: 0 5px 5px 5px;
    position: relative;
}

/* Summary Stats
================================================== */

.da-summary-stat,
.da-summary-stat li {
    margin: 0;
    list-style: none;
}

.da-summary-stat li:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.da-summary-stat li {
    display: block;
    clear: both;
}

.da-summary-stat > li > a,
.da-summary-stat > li > span {
    text-decoration: none;
    display: block;
    padding: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    *zoom: 1;
}

.da-summary-stat > li > a:before,
.da-summary-stat > li > span:before,
.da-summary-stat > li > a:after,
.da-summary-stat > li > span:after {
    display: table;
    content: "";
    line-height: 0;
}

.da-summary-stat > li > a:after,
.da-summary-stat > li > span:after {
    clear: both;
}

.da-summary-stat > li:hover > a,
.da-summary-stat > li:hover > span {
    /*background-color: #f0f0f0;*/
}

.da-summary-stat li .da-summary-icon {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
    background-color: #656565;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.da-summary-stat li .da-summary-icon [class^="icon-"],
.da-summary-stat li .da-summary-icon [class*=" icon-"] {
    font-size: 21px;
    color: #fff;
    line-height: 48px;
}

.da-summary-stat li .da-summary-text {
    margin-left: 56px;
    padding: 4px 0;
    margin-top: 1px;
    display: block;
    color: #656565;
}

.da-summary-stat li .da-summary-text .value {
    color: #444444;
    font-size: 21px;
    font-weight: bold;
    display: block;
    display: inline-block;
}

.da-summary-stat li .da-summary-text .text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.da-summary-stat li .da-summary-text .value.up {
    padding-right: 24px;
}

.da-summary-stat li .da-summary-text .value.down {
    padding-right: 24px;
}


/* Flot Tooltips
================================================== */

#flotTip {
    background-color: #000;
    opacity: 0.75;
    color: #fff;
    -moz-opacity: 0.75;
    filter: alpha(opacity=75);
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* dandelion/panel-toolbar.css */

/*
 * Dandelion Admin v2.0 - Panel Toolbar Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Panel Toolbar
================================================== */

.da-panel-toolbar {
    border: 1px solid #cacaca;
    border-top: 0;
    z-index: 10;
    position: relative;

    background-color: #f5f5f5;
    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;
}

.da-panel-toolbar .btn-toolbar {
    margin: 0;
}

.da-panel-toolbar .btn-toolbar .btn {
    border-top: 0;
    border-bottom: 0;
    border-color: #ccc;
    padding: 6px 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.da-panel-toolbar .btn-toolbar .btn.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.da-panel-toolbar .btn-toolbar .btn-group + .btn-group {
    margin-left: 0;
}

.da-panel-toolbar .btn-toolbar .btn:first-child {
    border-left: 0;
}

/* Bootstrap Fixes */

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}
/* dandelion/error.css */

/*
 * Dandelion Admin v2.0 - Error Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Error Wrapper
================================================== */

#da-error-wrapper {
    width: 320px;
    padding: 30px 0;
    margin: auto;
    position: relative;
}

/* Error Heading
================================================== */

#da-error-wrapper .da-error-heading {
    color: #e15656;
    text-align: center;
    font-size: 24px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* Error Code
================================================== */

@-webkit-keyframes error-swing {
    0% {
        -webkit-transform: rotate(1deg);
    }

    100% {
        -webkit-transform: rotate(-2deg);
    }
}

@-moz-keyframes error-swing {
    0% {
        -moz-transform: rotate(1deg);
    }

    100% {
        -moz-transform: rotate(-2deg);
    }
}

@keyframes error-swing {
    0% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}

#da-error-code {
    width: 285px;
    height: 170px;
    padding: 127px 16px 0 16px;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    z-index: 5;
    line-height: 1;
    font-size: 32px;
    text-align: center;
    background: url(/images/dashboard/error-hanger.png) no-repeat center center;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    transform-origin: center top;
    -webkit-animation: error-swing infinite 2s ease-in-out alternate;
    -moz-animation: error-swing infinite 2s ease-in-out alternate;
    animation: error-swing infinite 2s ease-in-out alternate;
}

#da-error-code span {
    font-size: 96px;
    display: block;
}

#da-error-pin {
    width: 38px;
    height: 38px;
    display: block;
    margin: auto;
    margin-bottom: -27px;
    z-index: 10;
    position: relative;
    background: url(/images/dashboard/error-pin.png) no-repeat center center;
}

/* Error Typopgraphy
================================================== */

#da-error-wrapper p {
    text-align: center;
    font-size: 14px;
}

#da-error-wrapper p a {
    color: #fff;
    background: #a6d037;
    text-decoration: none;
    padding: 1px 6px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/* dandelion/lt-ie9.css */

/*
 * Dandelion Admin v2.0 - IE Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

.lt-ie9 select,
.lt-ie9 textarea,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="url"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="color"],
.lt-ie9 select[class*="span"],
.lt-ie9 textarea[class*="span"],
.lt-ie9 input[class*="span"] {
	min-height: 18px;
}

.lt-ie9 .da-gallery .da-gallery-hover ul li a {
	display: none;
}

.lt-ie9 .da-gallery li:hover .da-gallery-hover ul li a {
	display: block;
}
/* dandelion/customizer.css */

/*
 * Dandelion Admin v2.0 - Customizer Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Customizer
================================================== */

#da-customizer {
    z-index: 300;
    position: fixed;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 50%;
    margin-left: -91px;
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}

#da-customizer.active {
    opacity: 1;
    filter: none;
}

/* Customizer Content
================================================== */

#da-customizer-content {
    background: #ffffff;
    padding: 8px 16px;
    width: 150px;
    padding-top: 0;
    border-color: #999;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -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);
}

#da-customizer-content ul,
#da-customizer-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#da-customizer-content ul {
    margin-bottom: 5px;
}

#da-customizer-content ul li {
    padding: 4px;
}

#da-customizer-tooltip {
    display: inline-block;
    position: relative;
}

#da-customizer-content .da-customizer-title {
    display: block;
    margin-bottom: 4px;
}

#da-customizer-content ul li select {
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    padding: 4px;
    margin: 0;
    outline: none;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#da-customizer-layouts {
    list-style: none;
    margin: 0;
}

#da-customizer-layouts li {
    float: left;
    padding: 0;
    padding-right: 8px;
}

#da-customizer-layouts li label,
#da-customizer-layouts li input {
    display: inline;
    margin: 0;
    padding: 0;
    width: auto;
    margin-left: 2px;
    vertical-align: middle;
}

#da-customizer-button {
    padding-bottom: 5px;
}

#da-customizer-button button {
    width: 100%;
}

#da-customizer-dialog {
    padding: 0;
}

#da-customizer-dialog textarea {
    background-color: #fcfcfc;
    border: none;
    padding: 6px;
    outline: none;
    width: 100%;
    margin: 0;
    color: #444;
    font-size: 1em;
    height: 200px;
    resize: none;
    font-family: "Courier New", Courier, monospace;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 0 #fff, inset 0 1px 1px rgba(0, 0, 0, 0.04);
}

/* Customizer Pulldown
================================================== */

#da-customizer-pulldown {
    display: block;
    left: 50%;
    position: relative;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: -1px;
    font-size: 21px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-width: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -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);
}
/* dandelion/form.css */

/*
 * Dandelion Admin v2.0 - Form Structure Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* Form Clearfix
================================================== */

.da-form .btn-row,
.da-form .da-form-row,
.da-form .da-form-item {
    *zoom: 1;
}

.da-form .btn-row:before,
.da-form .btn-row:after,
.da-form .da-form-row:before,
.da-form .da-form-row:after,
.da-form .da-form-item:before,
.da-form .da-form-item:after {
    display: table;
    content: '';
    line-height: 0;
}

.da-form .btn-row:after,
.da-form .da-form-row:after,
.da-form .da-form-item:after {
    clear: both;
}

/* Form Row
================================================== */

.da-form .da-form-row {
    padding: 20px 24px;
    display: block;
    border-top: 1px solid #d3d3d3;
}

.da-form legend:first-child + .da-form-row,
.da-form .da-form-row:first-child {
    border-top: none;
}

/* Button Row
================================================== */

.da-form .btn-row {
    background-color: #f2f0f0;
    border-top: 1px solid #d3d3d3;
    margin: 0;
    padding: 16px;
    text-align: right;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

.da-form .btn-row .btn + .btn {
    margin-left: 5px;
}

/* Form Column
================================================== */

.da-form .da-form-cols {
    *zoom: 1;
}

.da-form .da-form-cols:before,
.da-form .da-form-cols:after {
    display: table;
    content: "";
    line-height: 0;
}

.da-form .da-form-cols:after {
    clear: both;
}

.da-form.da-form-inline .da-form-cols [class*="col-"] .da-form-label,
.da-form .da-form-inline .da-form-cols [class*="col-"] .da-form-label,
.da-form .da-form-cols [class*="col-"] .da-form-label {
    white-space: nowrap;
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.da-form .da-form-cols [class*="col-"] {
    float: left;
    margin-left: 1.8181818181818181%;
}

.da-form .da-form-cols [class*="col-"]:first-child {
    margin-left: 0;
}

.da-form .da-form-cols [class*="col-"] select,
.da-form .da-form-cols [class*="col-"] textarea,
.da-form .da-form-cols [class*="col-"] input[type="text"],
.da-form .da-form-cols [class*="col-"] input[type="password"],
.da-form .da-form-cols [class*="col-"] input[type="datetime"],
.da-form .da-form-cols [class*="col-"] input[type="datetime-local"],
.da-form .da-form-cols [class*="col-"] input[type="date"],
.da-form .da-form-cols [class*="col-"] input[type="month"],
.da-form .da-form-cols [class*="col-"] input[type="time"],
.da-form .da-form-cols [class*="col-"] input[type="week"],
.da-form .da-form-cols [class*="col-"] input[type="number"],
.da-form .da-form-cols [class*="col-"] input[type="email"],
.da-form .da-form-cols [class*="col-"] input[type="url"],
.da-form .da-form-cols [class*="col-"] input[type="search"],
.da-form .da-form-cols [class*="col-"] input[type="tel"],
.da-form .da-form-cols [class*="col-"] input[type="color"] {
    width: 100%;
}

.da-form .da-form-cols [class*="col-"] .btn {
    margin-top: 28px;
}

.da-form .da-form-cols .col-8-8 {
    width: 100%;
}

.da-form .da-form-cols .col-7-8 {
    width: 87.27272727272727%;
}

.da-form .da-form-cols .col-6-8 {
    width: 74.54545454545455%;
}

.da-form .da-form-cols .col-5-8 {
    width: 61.81818181818181%;
}

.da-form .da-form-cols .col-4-8 {
    width: 49.090909090909086%;
}

.da-form .da-form-cols .col-3-8 {
    width: 36.36363636363636%;
}

.da-form .da-form-cols .col-2-8 {
    width: 23.636363636363633%;
}

.da-form .da-form-cols .col-1-8 {
    width: 10.909090909090908%;
}

/* Form List
================================================== */

.da-form .da-form-list,
.da-form .da-form-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.da-form .da-form-list li {
    margin-bottom: 4px;
}

.da-form .da-form-list li:last-child {
    margin-bottom: 0;
}

.da-form .da-form-list.inline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.da-form .da-form-list li > input,
.da-form .da-form-list li > label {
    padding: 0;
    margin: 0 1px 0 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

/* Form Labels
================================================== */

.da-form .da-form-label {
    cursor: pointer;
    display: block;
}

.da-form .da-form-row.da-column-row > .da-form-label {
    margin-top: 28px;
}

.da-form .da-form-label .required {
    color: #ff0000;
}

/* Form Fieldset
================================================== */

.da-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.da-form fieldset:first-child legend {
    border-top: 0;
}

.da-form fieldset legend {
    margin: 0;
    border: solid #ddd;
    border-width: 1px 0;
    background: #fafafa repeat-x left bottom;
    background-image: -ms-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: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    font-size: 12px;
    font-weight: bold;
    color: #555;
    line-height: 20px;
    padding: 8px;
    padding-left: 20px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.da-form fieldset:first-child {
    border-top: 0;
}

/* Inline Form Message
================================================== */

.da-form .da-form-item .errorMessage,
.da-form .da-form-item label.error {
    display: block;
    color: #d44d24;
    font-size: 11px;
    margin-top: 1px;
}

/* Inline Form Note
================================================== */

.da-form .da-form-item .form-help {
    display: block;
    color: #999;
    padding-top: 4px;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.da-form .da-form-item a.form-help {
    color: #73991f;
}

/* Inline Form Layout
================================================== */

.da-form.da-form-inline .da-form-row .da-form-label,
.da-form .da-form-inline .da-form-row .da-form-label {
    float: left;
    width: 120px;
    padding: 5px 0;
}

.da-form.da-form-inline .da-form-row .da-form-item,
.da-form .da-form-inline .da-form-row .da-form-item {
    margin-left: 136px;
}

/* Block Form Layout
================================================== */

.da-form .da-form-label,
.da-form .da-form-block .da-form-row .da-form-label,
.da-form.da-form-block .da-form-row .da-form-label {
    padding: 0 6px 6px 0;
}

/* Inputs
================================================== */

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"] {
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    outline: none;
    line-height: 18px;
    min-height: 28px;
    margin: 0;
    padding: 4px;
    width: 210px;
    color: #444;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.04);
    -webkit-transition: background-color .15s linear;
    -moz-transition: background-color .15s linear;
    transition: background-color .15s linear;
}

select:focus,
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 {
    border-color: #bbc1c9;
    background-color: #fff;
}

select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error {
    border-color: #e48c85;
}

select:disabled,
textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled {
    background: #f0f0f0;
}

textarea {
    height: 10em;
    resize: none;
}

/* External Elements
================================================== */

.da-form .da-form-row .ui-slider {
    margin-top: 11px;
}

.da-form .da-form-row .ui-slider + .ui-slider {
    margin-top: 24px;
}

.da-form .da-form-row .ui-progressbar {
    margin-top: 6px;
}

.da-form .da-form-row .ui-progressbar + .ui-progressbar {
    margin-top: 20px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    min-height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

/* General Message Styling
================================================== */

.da-message {
    font-size: 12px;
    border: 1px solid #d2d2d2;
    padding: 15px 8px 15px 45px;
    position: relative;
    cursor: pointer;
    background-color: #f8f8f8;
    background-position: 12px 12px;
    background-repeat: no-repeat;
}

.da-message + .da-message {
    margin-top: 10px;
}

.da-message p,
.da-message ul,
.da-message ol {
    margin: 0;
}

.da-message ul li,
.da-message ol li {
    list-style-position: inside;
    list-style-type: inherit;
    margin: 0;
}

.ui-dialog .ui-dialog-content.form-container .da-message,
.da-panel .da-panel-content.da-form-container .da-message {
    border-width: 0 0 1px 0;
}

.ui-dialog .ui-dialog-content.form-container .da-message:last-child,
.da-panel .da-panel-content.da-form-container .da-message:last-child {
    border-bottom: 0;
}

/* Error Message Styling
================================================== */

.da-message.error {
    background-color: #ffcbca;
    background-image: url(/images/icons/message-error.png);
    border-color: #eb979b;
    color: #9b4449;
}

/* Success Message Styling
================================================== */

.da-message.success {
    background-color: #e1f1c0;
    background-image: url(/images/icons/message-success.png);
    border-color: #b5d56d;
    color: #62a426;
}

/* Warning Message Styling
================================================== */

.da-message.warning {
    background-color: #fef0b1;
    background-image: url(/images/icons/message-warning.png);
    border-color: #ddca76;
    color: #a98b15;
}

/* Info Message Styling
================================================== */

.da-message.info {
    background-color: #bce5f7;
    background-image: url(/images/icons/message-info.png);
    border-color: #a6d3e8;
    color: #11689E;
}

/* Media Queries
================================================== */

@media only screen and (max-width: 767px) {
    .da-form .da-form-inline .da-form-row .da-form-label,
    .da-form.da-form-inline .da-form-row .da-form-label {
        float: none;
        width: auto;
        padding: 0 6px 6px 0;
    }

    .da-form .da-form-inline .da-form-row .da-form-item,
    .da-form.da-form-inline .da-form-row .da-form-item {
        margin: 0;
    }

    .da-form .da-form-cols [class*="col-"] {
        width: 100%;
        margin-left: 0;
        margin-bottom: 9px;
    }

    .da-form .da-form-cols [class*="col-"] .btn,
    .da-form .da-form-row.da-column-row > .da-form-label {
        margin-top: 0;
    }
}

@media only screen and (max-width: 480px) {
    .da-form .da-form-row {
        padding: 16px;
    }
}
/* dandelion/login.css */

/*
 * Dandelion Admin v2.0 - Home Box (Login, Register) Stylesheet
 *
 * This file is part of Dandelion Admin, an Admin template build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 25, 2012
 * Last Update:
 * December 07, 2012
 *
 */

/* General Elements
================================================== */

body {
    padding: 0;
    background-color: #f2f2f2;
    background-image: url(/images/dashboard/bg/whitey.png);
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* Home Wrapper
================================================== */

#da-home-wrap {
    max-width: 320px;
    margin: 80px auto;
    padding: 0 70px;
    position: relative;
}

#da-home-wrap:after {
    content: '';
    position: absolute;
    width: 99px;
    height: 26px;
    left: 50%;
    top: 100%;
    margin-left: -48px;
    margin-top: -13px;
    background: url(/images/dashboard/login-tape.png) no-repeat center center;
}

#da-home-wrap-inner {
    padding-left: 70px;
    margin-left: -70px;
    background: url(/images/dashboard/login-top-shadow-l.png) no-repeat left top;
}

#da-home-inner {
    margin-right: -70px;
    padding-right: 70px;
    padding-top: 1px;
    background: url(/images/dashboard/login-top-shadow-r.png) no-repeat right top;
}

#da-home-box {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVR42mNgQAVcZHAABVgAKX8FJDUAAAAASUVORK5CYII=');
    padding: 0 32px;
    padding-bottom: 48px;
    border: 1px solid #ddd;
    border-top: 1px solid #c5c5c5;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

#da-home-box-header {
    margin: 0 -32px;
    margin-bottom: 20px;
    padding: 32px;
    border-bottom: 1px dashed #888;
    background: url(/images/dashboard/login-header-shadow.png) no-repeat center top;
}

#da-home-box-header .da-home-box-title {
    font-size: 21px;
    line-height: 1;
}

#da-home-box-header .da-home-box-link {
    line-height: 21px;
    float: right;
}

.da-home-box-separator {
    font-size: 18px;
    color: #999;
    font-weight: normal;
    text-align: center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAADElEQVR42mO4e/cuAAUyApj98CkjAAAAAElFTkSuQmCC');
    background-repeat: repeat-x;
    background-position: left center;
}

.da-home-box-separator span {
    background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAADklEQVR42mNgQAVcZHAABVgAKX8FJDUAAAAASUVORK5CYII=');
    display: inline-block;
    padding: 0 16px;
}

.da-home-box-separator,
#da-home-social {
    margin-bottom: 25px;
}

/* Home Form
================================================== */

.da-home-form .da-form-row {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.da-home-form-big {
    position: relative;
}

.da-home-form-big select,
.da-home-form-big input[type="text"],
.da-home-form-big input[type="password"] {
    min-height: 48px;
    height: 38px;
    width: 100%;
    border-bottom-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.da-home-form-big:first-child input[type="text"],
.da-home-form-big:first-child input[type="password"] {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.da-home-form-big:last-child input[type="text"],
.da-home-form-big:last-child input[type="password"] {
    border-bottom-width: 1px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.da-home-form-btn-big .btn {
    line-height: 28px;
    font-size: 16px;
}

#da-login-username,
#da-login-password {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

#da-login-username {
    background-image: url(/images/icons/led/src/user.png);
}

#da-login-password {
    background-image: url(/images/icons/led/src/key.png);
}

.da-home-form label.error {
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 100;
    width: auto;
    background: #a5010d;
    padding: 8px 6px;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    margin-top: -13px;
    margin-left: 10px;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.da-home-form label.error:after {
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-right-color: #a5010d;
    position: absolute;
    right: 100%;
    top: 50%;
    content: '';
    margin-top: -6px;
}


/* IE < 9
================================================== */

.lt-ie9 .da-home-form-big input[type="text"],
.lt-ie9 .da-home-form-big input[type="password"] {
    line-height: 38px;
    min-height: 38px;
    border-bottom-width: 1px;
    margin-top: -1px;
}

/* Media Queries
================================================== */

@media only screen and (max-width: 480px) {
    #da-home-wrap {
        min-width: 300px;
        padding: 0 10px;
    }

    #da-home-wrap-inner,
    #da-home-inner {
        padding: 0;
        margin: 0;
        background: none;
    }

    #da-home-box {
        padding: 0 24px 48px;
        border-top-color: #ddd;
    }

    #da-home-box-header {
        margin: 0 -24px;
        margin-bottom: 20px;
        padding: 32px 24px;
    }
}



/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

