@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);

@font-face {
font-family:Glyphicons;
src:url(../font/glyphicons-regular.eot?#iefix) format(embedded-opentype),url(../font/glyphicons-regular.woff) format(woff),url(../font/glyphicons-regular.ttf) format(truetype),url(../font/glyphicons-regular.svg#glyphicons_halflingsregular) format(svg);
font-weight:400;
font-style:normal;
}

[class^="icon-"],[class*=" icon-"] {
font-family:FontAwesome;
font-weight:400;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
margin-right:.3em;
display:inline;
width:auto;
height:auto;
line-height:normal;
vertical-align:baseline;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-top:0;
}

.icon-large:before {
vertical-align:-10%;
font-size:1.33333em;
}

[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width {
display:inline-block;
width:1.14286em;
text-align:right;
padding-right:.28571em;
}

[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large {
width:1.42857em;
}

.icons-ul {
margin-left:2.14286em;
list-style-type:none;
}

.icons-ul .icon-li {
position:absolute;
left:-2.14286em;
width:2.14286em;
text-align:center;
line-height:inherit;
}

.icon-muted {
color:#eee;
}

.icon-border {
border:solid 1px #eee;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
padding:.2em .25em .15em;
}

.icon-2x {
font-size:2em;
}

.icon-2x.icon-border {
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
border-width:2px;
}

.icon-3x {
font-size:3em;
}

.icon-3x.icon-border {
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border-width:3px;
}

.icon-4x {
font-size:4em;
}

.icon-4x.icon-border {
-webkit-border-radius:6px;
-moz-border-radius:6px;
border-radius:6px;
border-width:4px;
}

.icon-5x {
font-size:5em;
}

.icon-5x.icon-border {
-webkit-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
border-width:5px;
}

[class^="icon-"].pull-left,[class*=" icon-"].pull-left {
margin-right:.3em;
}

[class^="icon-"].pull-right,[class*=" icon-"].pull-right {
margin-left:.3em;
}

.btn [class^="icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x {
margin-top:.18em;
}

.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large {
line-height:.8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
margin-top:.25em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-top:.05em;
}

.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
margin-right:.2em;
}

.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
margin-left:.2em;
}

.nav-list [class^="icon-"],.nav-list [class*=" icon-"] {
line-height:inherit;
}

.icon-stack {
position:relative;
display:inline-block;
width:2em;
height:2em;
line-height:2em;
vertical-align:-35%;
}

.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"] {
display:block;
text-align:center;
position:absolute;
width:100%;
height:100%;
font-size:1em;
line-height:2em;
}

.icon-stack .icon-stack-base {
font-size:2em;
line-height:1em;
}

.icon-spin {
display:inline-block;
-moz-animation:spin 2s infinite linear;
-o-animation:spin 2s infinite linear;
-webkit-animation:spin 2s infinite linear;
animation:spin 2s infinite linear;
}

a .icon-stack,a .icon-spin {
display:inline-block;
text-decoration:none;
}

100% {
-moz-transform:rotate(359deg);
-webkit-transform:rotate(359deg);
-o-transform:rotate(359deg);
-ms-transform:rotate(359deg);
transform:rotate(359deg);
}

.icon-rotate-90:before {
-webkit-transform:rotate(90deg);
-moz-transform:rotate(90deg);
-ms-transform:rotate(90deg);
-o-transform:rotate(90deg);
transform:rotate(90deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
-o-transform:rotate(180deg);
transform:rotate(180deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
-webkit-transform:rotate(270deg);
-moz-transform:rotate(270deg);
-ms-transform:rotate(270deg);
-o-transform:rotate(270deg);
transform:rotate(270deg);
filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
-webkit-transform:scale(-1,1);
-moz-transform:scale(-1,1);
-ms-transform:scale(-1,1);
-o-transform:scale(-1,1);
transform:scale(-1,1);
}

.icon-flip-vertical:before {
-webkit-transform:scale(1,-1);
-moz-transform:scale(1,-1);
-ms-transform:scale(1,-1);
-o-transform:scale(1,-1);
transform:scale(1,-1);
}

.icon-glass:before {
content:"\f000";
}

.icon-music:before {
content:"\f001";
}

.icon-search:before {
content:"\f002";
}

.icon-envelope-alt:before {
content:"\f003";
}

.icon-heart:before {
content:"\f004";
}

.icon-star:before {
content:"\f005";
}

.icon-star-empty:before {
content:"\f006";
}

.icon-user:before {
content:"\f007";
}

.icon-film:before {
content:"\f008";
}

.icon-th-large:before {
content:"\f009";
}

.icon-th:before {
content:"\f00a";
}

.icon-th-list:before {
content:"\f00b";
}

.icon-ok:before {
content:"\f00c";
}

.icon-remove:before {
content:"\f00d";
}

.icon-zoom-in:before {
content:"\f00e";
}

.icon-zoom-out:before {
content:"\f010";
}

.icon-power-off:before,.icon-off:before {
content:"\f011";
}

.icon-signal:before {
content:"\f012";
}

.icon-gear:before,.icon-cog:before {
content:"\f013";
}

.icon-trash:before {
content:"\f014";
}

.icon-home:before {
content:"\f015";
}

.icon-file-alt:before {
content:"\f016";
}

.icon-time:before {
content:"\f017";
}

.icon-road:before {
content:"\f018";
}

.icon-download-alt:before {
content:"\f019";
}

.icon-download:before {
content:"\f01a";
}

.icon-upload:before {
content:"\f01b";
}

.icon-inbox:before {
content:"\f01c";
}

.icon-play-circle:before {
content:"\f01d";
}

.icon-rotate-right:before,.icon-repeat:before {
content:"\f01e";
}

.icon-refresh:before {
content:"\f021";
}

.icon-list-alt:before {
content:"\f022";
}

.icon-lock:before {
content:"\f023";
}

.icon-flag:before {
content:"\f024";
}

.icon-headphones:before {
content:"\f025";
}

.icon-volume-off:before {
content:"\f026";
}

.icon-volume-down:before {
content:"\f027";
}

.icon-volume-up:before {
content:"\f028";
}

.icon-qrcode:before {
content:"\f029";
}

.icon-barcode:before {
content:"\f02a";
}

.icon-tag:before {
content:"\f02b";
}

.icon-tags:before {
content:"\f02c";
}

.icon-book:before {
content:"\f02d";
}

.icon-print:before {
content:"\f02f";
}

.icon-camera:before {
content:"\f030";
}

.icon-font:before {
content:"\f031";
}

.icon-bold:before {
content:"\f032";
}

.icon-italic:before {
content:"\f033";
}

.icon-text-height:before {
content:"\f034";
}

.icon-text-width:before {
content:"\f035";
}

.icon-align-left:before {
content:"\f036";
}

.icon-align-center:before {
content:"\f037";
}

.icon-align-right:before {
content:"\f038";
}

.icon-align-justify:before {
content:"\f039";
}

.icon-list:before {
content:"\f03a";
}

.icon-indent-left:before {
content:"\f03b";
}

.icon-indent-right:before {
content:"\f03c";
}

.icon-facetime-video:before {
content:"\f03d";
}

.icon-picture:before {
content:"\f03e";
}

.icon-pencil:before {
content:"\f040";
}

.icon-map-marker:before {
content:"\f041";
}

.icon-adjust:before {
content:"\f042";
}

.icon-tint:before {
content:"\f043";
}

.icon-edit:before {
content:"\f044";
}

.icon-share:before {
content:"\f045";
}

.icon-check:before {
content:"\f046";
}

.icon-move:before {
content:"\f047";
}

.icon-step-backward:before {
content:"\f048";
}

.icon-fast-backward:before {
content:"\f049";
}

.icon-backward:before {
content:"\f04a";
}

.icon-play:before {
content:"\f04b";
}

.icon-pause:before {
content:"\f04c";
}

.icon-stop:before {
content:"\f04d";
}

.icon-forward:before {
content:"\f04e";
}

.icon-fast-forward:before {
content:"\f050";
}

.icon-step-forward:before {
content:"\f051";
}

.icon-eject:before {
content:"\f052";
}

.icon-chevron-left:before {
content:"\f053";
}

.icon-chevron-right:before {
content:"\f054";
}

.icon-plus-sign:before {
content:"\f055";
}

.icon-minus-sign:before {
content:"\f056";
}

.icon-remove-sign:before {
content:"\f057";
}

.icon-ok-sign:before {
content:"\f058";
}

.icon-question-sign:before {
content:"\f059";
}

.icon-info-sign:before {
content:"\f05a";
}

.icon-screenshot:before {
content:"\f05b";
}

.icon-remove-circle:before {
content:"\f05c";
}

.icon-ok-circle:before {
content:"\f05d";
}

.icon-ban-circle:before {
content:"\f05e";
}

.icon-arrow-left:before {
content:"\f060";
}

.icon-arrow-right:before {
content:"\f061";
}

.icon-arrow-up:before {
content:"\f062";
}

.icon-arrow-down:before {
content:"\f063";
}

.icon-mail-forward:before,.icon-share-alt:before {
content:"\f064";
}

.icon-resize-full:before {
content:"\f065";
}

.icon-resize-small:before {
content:"\f066";
}

.icon-plus:before {
content:"\f067";
}

.icon-minus:before {
content:"\f068";
}

.icon-asterisk:before {
content:"\f069";
}

.icon-exclamation-sign:before {
content:"\f06a";
}

.icon-gift:before {
content:"\f06b";
}

.icon-leaf:before {
content:"\f06c";
}

.icon-fire:before {
content:"\f06d";
}

.icon-eye-open:before {
content:"\f06e";
}

.icon-eye-close:before {
content:"\f070";
}

.icon-warning-sign:before {
content:"\f071";
}

.icon-plane:before {
content:"\f072";
}

.icon-calendar:before {
content:"\f073";
}

.icon-random:before {
content:"\f074";
}

.icon-comment:before {
content:"\f075";
}

.icon-magnet:before {
content:"\f076";
}

.icon-chevron-up:before {
content:"\f077";
}

.icon-chevron-down:before {
content:"\f078";
}

.icon-retweet:before {
content:"\f079";
}

.icon-shopping-cart:before {
content:"\f07a";
}

.icon-folder-close:before {
content:"\f07b";
}

.icon-folder-open:before {
content:"\f07c";
}

.icon-resize-vertical:before {
content:"\f07d";
}

.icon-resize-horizontal:before {
content:"\f07e";
}

.icon-bar-chart:before {
content:"\f080";
}

.icon-twitter-sign:before {
content:"\f081";
}

.icon-facebook-sign:before {
content:"\f082";
}

.icon-camera-retro:before {
content:"\f083";
}

.icon-key:before {
content:"\f084";
}

.icon-gears:before,.icon-cogs:before {
content:"\f085";
}

.icon-comments:before {
content:"\f086";
}

.icon-thumbs-up-alt:before {
content:"\f087";
}

.icon-thumbs-down-alt:before {
content:"\f088";
}

.icon-star-half:before {
content:"\f089";
}

.icon-heart-empty:before {
content:"\f08a";
}

.icon-signout:before {
content:"\f08b";
}

.icon-linkedin-sign:before {
content:"\f08c";
}

.icon-pushpin:before {
content:"\f08d";
}

.icon-external-link:before {
content:"\f08e";
}

.icon-signin:before {
content:"\f090";
}

.icon-trophy:before {
content:"\f091";
}

.icon-github-sign:before {
content:"\f092";
}

.icon-upload-alt:before {
content:"\f093";
}

.icon-lemon:before {
content:"\f094";
}

.icon-phone:before {
content:"\f095";
}

.icon-unchecked:before,.icon-check-empty:before {
content:"\f096";
}

.icon-bookmark-empty:before {
content:"\f097";
}

.icon-phone-sign:before {
content:"\f098";
}

.icon-twitter:before {
content:"\f099";
}

.icon-facebook:before {
content:"\f09a";
}

.icon-github:before {
content:"\f09b";
}

.icon-unlock:before {
content:"\f09c";
}

.icon-credit-card:before {
content:"\f09d";
}

.icon-rss:before {
content:"\f09e";
}

.icon-hdd:before {
content:"\f0a0";
}

.icon-bullhorn:before {
content:"\f0a1";
}

.icon-bell:before {
content:"\f0a2";
}

.icon-certificate:before {
content:"\f0a3";
}

.icon-hand-right:before {
content:"\f0a4";
}

.icon-hand-left:before {
content:"\f0a5";
}

.icon-hand-up:before {
content:"\f0a6";
}

.icon-hand-down:before {
content:"\f0a7";
}

.icon-circle-arrow-left:before {
content:"\f0a8";
}

.icon-circle-arrow-right:before {
content:"\f0a9";
}

.icon-circle-arrow-up:before {
content:"\f0aa";
}

.icon-circle-arrow-down:before {
content:"\f0ab";
}

.icon-globe:before {
content:"\f0ac";
}

.icon-wrench:before {
content:"\f0ad";
}

.icon-tasks:before {
content:"\f0ae";
}

.icon-filter:before {
content:"\f0b0";
}

.icon-briefcase:before {
content:"\f0b1";
}

.icon-fullscreen:before {
content:"\f0b2";
}

.icon-group:before {
content:"\f0c0";
}

.icon-link:before {
content:"\f0c1";
}

.icon-cloud:before {
content:"\f0c2";
}

.icon-beaker:before {
content:"\f0c3";
}

.icon-cut:before {
content:"\f0c4";
}

.icon-copy:before {
content:"\f0c5";
}

.icon-paperclip:before,.icon-paper-clip:before {
content:"\f0c6";
}

.icon-save:before {
content:"\f0c7";
}

.icon-sign-blank:before {
content:"\f0c8";
}

.icon-reorder:before {
content:"\f0c9";
}

.icon-list-ul:before {
content:"\f0ca";
}

.icon-list-ol:before {
content:"\f0cb";
}

.icon-strikethrough:before {
content:"\f0cc";
}

.icon-underline:before {
content:"\f0cd";
}

.icon-table:before {
content:"\f0ce";
}

.icon-magic:before {
content:"\f0d0";
}

.icon-truck:before {
content:"\f0d1";
}

.icon-pinterest:before {
content:"\f0d2";
}

.icon-pinterest-sign:before {
content:"\f0d3";
}

.icon-google-plus-sign:before {
content:"\f0d4";
}

.icon-google-plus:before {
content:"\f0d5";
}

.icon-money:before {
content:"\f0d6";
}

.icon-caret-down:before {
content:"\f0d7";
}

.icon-caret-up:before {
content:"\f0d8";
}

.icon-caret-left:before {
content:"\f0d9";
}

.icon-caret-right:before {
content:"\f0da";
}

.icon-columns:before {
content:"\f0db";
}

.icon-sort:before {
content:"\f0dc";
}

.icon-sort-down:before {
content:"\f0dd";
}

.icon-sort-up:before {
content:"\f0de";
}

.icon-envelope:before {
content:"\f0e0";
}

.icon-linkedin:before {
content:"\f0e1";
}

.icon-rotate-left:before,.icon-undo:before {
content:"\f0e2";
}

.icon-legal:before {
content:"\f0e3";
}

.icon-dashboard:before {
content:"\f0e4";
}

.icon-comment-alt:before {
content:"\f0e5";
}

.icon-comments-alt:before {
content:"\f0e6";
}

.icon-bolt:before {
content:"\f0e7";
}

.icon-sitemap:before {
content:"\f0e8";
}

.icon-umbrella:before {
content:"\f0e9";
}

.icon-paste:before {
content:"\f0ea";
}

.icon-lightbulb:before {
content:"\f0eb";
}

.icon-exchange:before {
content:"\f0ec";
}

.icon-cloud-download:before {
content:"\f0ed";
}

.icon-cloud-upload:before {
content:"\f0ee";
}

.icon-user-md:before {
content:"\f0f0";
}

.icon-stethoscope:before {
content:"\f0f1";
}

.icon-suitcase:before {
content:"\f0f2";
}

.icon-bell-alt:before {
content:"\f0f3";
}

.icon-coffee:before {
content:"\f0f4";
}

.icon-food:before {
content:"\f0f5";
}

.icon-file-text-alt:before {
content:"\f0f6";
}

.icon-building:before {
content:"\f0f7";
}

.icon-hospital:before {
content:"\f0f8";
}

.icon-ambulance:before {
content:"\f0f9";
}

.icon-medkit:before {
content:"\f0fa";
}

.icon-fighter-jet:before {
content:"\f0fb";
}

.icon-beer:before {
content:"\f0fc";
}

.icon-h-sign:before {
content:"\f0fd";
}

.icon-plus-sign-alt:before {
content:"\f0fe";
}

.icon-double-angle-left:before {
content:"\f100";
}

.icon-double-angle-right:before {
content:"\f101";
}

.icon-double-angle-up:before {
content:"\f102";
}

.icon-double-angle-down:before {
content:"\f103";
}

.icon-angle-left:before {
content:"\f104";
}

.icon-angle-right:before {
content:"\f105";
}

.icon-angle-up:before {
content:"\f106";
}

.icon-angle-down:before {
content:"\f107";
}

.icon-desktop:before {
content:"\f108";
}

.icon-laptop:before {
content:"\f109";
}

.icon-tablet:before {
content:"\f10a";
}

.icon-mobile-phone:before {
content:"\f10b";
}

.icon-circle-blank:before {
content:"\f10c";
}

.icon-quote-left:before {
content:"\f10d";
}

.icon-quote-right:before {
content:"\f10e";
}

.icon-spinner:before {
content:"\f110";
}

.icon-circle:before {
content:"\f111";
}

.icon-mail-reply:before,.icon-reply:before {
content:"\f112";
}

.icon-github-alt:before {
content:"\f113";
}

.icon-folder-close-alt:before {
content:"\f114";
}

.icon-folder-open-alt:before {
content:"\f115";
}

.icon-expand-alt:before {
content:"\f116";
}

.icon-collapse-alt:before {
content:"\f117";
}

.icon-smile:before {
content:"\f118";
}

.icon-frown:before {
content:"\f119";
}

.icon-meh:before {
content:"\f11a";
}

.icon-gamepad:before {
content:"\f11b";
}

.icon-keyboard:before {
content:"\f11c";
}

.icon-flag-alt:before {
content:"\f11d";
}

.icon-flag-checkered:before {
content:"\f11e";
}

.icon-terminal:before {
content:"\f120";
}

.icon-code:before {
content:"\f121";
}

.icon-star-half-full:before,.icon-star-half-empty:before {
content:"\f123";
}

.icon-location-arrow:before {
content:"\f124";
}

.icon-crop:before {
content:"\f125";
}

.icon-code-fork:before {
content:"\f126";
}

.icon-unlink:before {
content:"\f127";
}

.icon-question:before {
content:"\f128";
}

.icon-info:before {
content:"\f129";
}

.icon-exclamation:before {
content:"\f12a";
}

.icon-superscript:before {
content:"\f12b";
}

.icon-subscript:before {
content:"\f12c";
}

.icon-eraser:before {
content:"\f12d";
}

.icon-puzzle-piece:before {
content:"\f12e";
}

.icon-microphone:before {
content:"\f130";
}

.icon-microphone-off:before {
content:"\f131";
}

.icon-shield:before {
content:"\f132";
}

.icon-calendar-empty:before {
content:"\f133";
}

.icon-fire-extinguisher:before {
content:"\f134";
}

.icon-rocket:before {
content:"\f135";
}

.icon-maxcdn:before {
content:"\f136";
}

.icon-chevron-sign-left:before {
content:"\f137";
}

.icon-chevron-sign-right:before {
content:"\f138";
}

.icon-chevron-sign-up:before {
content:"\f139";
}

.icon-chevron-sign-down:before {
content:"\f13a";
}

.icon-html5:before {
content:"\f13b";
}

.icon-css3:before {
content:"\f13c";
}

.icon-anchor:before {
content:"\f13d";
}

.icon-unlock-alt:before {
content:"\f13e";
}

.icon-bullseye:before {
content:"\f140";
}

.icon-ellipsis-horizontal:before {
content:"\f141";
}

.icon-ellipsis-vertical:before {
content:"\f142";
}

.icon-rss-sign:before {
content:"\f143";
}

.icon-play-sign:before {
content:"\f144";
}

.icon-ticket:before {
content:"\f145";
}

.icon-minus-sign-alt:before {
content:"\f146";
}

.icon-check-minus:before {
content:"\f147";
}

.icon-level-up:before {
content:"\f148";
}

.icon-level-down:before {
content:"\f149";
}

.icon-check-sign:before {
content:"\f14a";
}

.icon-edit-sign:before {
content:"\f14b";
}

.icon-external-link-sign:before {
content:"\f14c";
}

.icon-share-sign:before {
content:"\f14d";
}

.icon-compass:before {
content:"\f14e";
}

.icon-collapse:before {
content:"\f150";
}

.icon-collapse-top:before {
content:"\f151";
}

.icon-expand:before {
content:"\f152";
}

.icon-euro:before,.icon-eur:before {
content:"\f153";
}

.icon-gbp:before {
content:"\f154";
}

.icon-dollar:before,.icon-usd:before {
content:"\f155";
}

.icon-rupee:before,.icon-inr:before {
content:"\f156";
}

.icon-yen:before,.icon-jpy:before {
content:"\f157";
}

.icon-renminbi:before,.icon-cny:before {
content:"\f158";
}

.icon-won:before,.icon-krw:before {
content:"\f159";
}

.icon-bitcoin:before,.icon-btc:before {
content:"\f15a";
}

.icon-file:before {
content:"\f15b";
}

.icon-file-text:before {
content:"\f15c";
}

.icon-sort-by-alphabet:before {
content:"\f15d";
}

.icon-sort-by-alphabet-alt:before {
content:"\f15e";
}

.icon-sort-by-attributes:before {
content:"\f160";
}

.icon-sort-by-attributes-alt:before {
content:"\f161";
}

.icon-sort-by-order:before {
content:"\f162";
}

.icon-sort-by-order-alt:before {
content:"\f163";
}

.icon-thumbs-up:before {
content:"\f164";
}

.icon-thumbs-down:before {
content:"\f165";
}

.icon-youtube-sign:before {
content:"\f166";
}

.icon-youtube:before {
content:"\f167";
}

.icon-xing:before {
content:"\f168";
}

.icon-xing-sign:before {
content:"\f169";
}

.icon-youtube-play:before {
content:"\f16a";
}

.icon-dropbox:before {
content:"\f16b";
}

.icon-stackexchange:before {
content:"\f16c";
}

.icon-instagram:before {
content:"\f16d";
}

.icon-flickr:before {
content:"\f16e";
}

.icon-adn:before {
content:"\f170";
}

.icon-bitbucket:before {
content:"\f171";
}

.icon-bitbucket-sign:before {
content:"\f172";
}

.icon-tumblr:before {
content:"\f173";
}

.icon-tumblr-sign:before {
content:"\f174";
}

.icon-long-arrow-down:before {
content:"\f175";
}

.icon-long-arrow-up:before {
content:"\f176";
}

.icon-long-arrow-left:before {
content:"\f177";
}

.icon-long-arrow-right:before {
content:"\f178";
}

.icon-apple:before {
content:"\f179";
}

.icon-windows:before {
content:"\f17a";
}

.icon-android:before {
content:"\f17b";
}

.icon-linux:before {
content:"\f17c";
}

.icon-dribbble:before {
content:"\f17d";
}

.icon-skype:before {
content:"\f17e";
}

.icon-foursquare:before {
content:"\f180";
}

.icon-trello:before {
content:"\f181";
}

.icon-female:before {
content:"\f182";
}

.icon-male:before {
content:"\f183";
}

.icon-gittip:before {
content:"\f184";
}

.icon-sun:before {
content:"\f185";
}

.icon-moon:before {
content:"\f186";
}

.icon-archive:before {
content:"\f187";
}

.icon-bug:before {
content:"\f188";
}

.icon-vk:before {
content:"\f189";
}

.icon-weibo:before {
content:"\f18a";
}

.icon-renren:before {
content:"\f18b";
}

html,html .halflings {
-webkit-font-smoothing:antialiased!important;
}

[class^="glyphicon-"],[class*=" glyphicon-"] {
font-family:Glyphicons;
font-weight:400;
font-style:normal;
text-decoration:inherit;
-webkit-font-smoothing:antialiased;
display:inline;
width:auto;
height:auto;
line-height:15px;
vertical-align:middle;
background-image:none;
background-position:0 0;
background-repeat:repeat;
margin-top:0;
}

li [class^="glyphicon-"],li [class*=" glyphicon-"],.nav li [class^="glyphicon-"],.nav li [class*=" glyphicon-"] {
display:inline-block;
width:1.25em;
text-align:center;
}

.glyphicon-glass:before {
content:"\e001";
}

.glyphicon-leaf:before {
content:"\e002";
}

.glyphicon-dog:before {
content:"\e003";
}

.glyphicon-user:before {
content:"\e004";
}

.glyphicon-girl:before {
content:"\e005";
}

.glyphicon-car:before {
content:"\e006";
}

.glyphicon-user_add:before {
content:"\e007";
}

.glyphicon-user_remove:before {
content:"\e008";
}

.glyphicon-film:before {
content:"\e009";
}

.glyphicon-magic:before {
content:"\e010";
}

.glyphicon-envelope:before {
content:"\2709";
}

.glyphicon-camera:before {
content:"\e012";
}

.glyphicon-heart:before {
content:"\e013";
}

.glyphicon-beach_umbrella:before {
content:"\e014";
}

.glyphicon-train:before {
content:"\e015";
}

.glyphicon-print:before {
content:"\e016";
}

.glyphicon-bin:before {
content:"\e017";
}

.glyphicon-music:before {
content:"\e018";
}

.glyphicon-note:before {
content:"\e019";
}

.glyphicon-heart_empty:before {
content:"\e020";
}

.glyphicon-home:before {
content:"\e021";
}

.glyphicon-snowflake:before {
content:"\2744";
}

.glyphicon-fire:before {
content:"\e023";
}

.glyphicon-magnet:before {
content:"\e024";
}

.glyphicon-parents:before {
content:"\e025";
}

.glyphicon-binoculars:before {
content:"\e026";
}

.glyphicon-road:before {
content:"\e027";
}

.glyphicon-search:before {
content:"\e028";
}

.glyphicon-cars:before {
content:"\e029";
}

.glyphicon-notes_2:before {
content:"\e030";
}

.glyphicon-pencil:before {
content:"\270F";
}

.glyphicon-bus:before {
content:"\e032";
}

.glyphicon-wifi_alt:before {
content:"\e033";
}

.glyphicon-luggage:before {
content:"\e034";
}

.glyphicon-old_man:before {
content:"\e035";
}

.glyphicon-woman:before {
content:"\e036";
}

.glyphicon-file:before {
content:"\e037";
}

.glyphicon-coins:before {
content:"\e038";
}

.glyphicon-airplane:before {
content:"\2708";
}

.glyphicon-notes:before {
content:"\e040";
}

.glyphicon-stats:before {
content:"\e041";
}

.glyphicon-charts:before {
content:"\e042";
}

.glyphicon-pie_chart:before {
content:"\e043";
}

.glyphicon-group:before {
content:"\e044";
}

.glyphicon-keys:before {
content:"\e045";
}

.glyphicon-calendar:before {
content:"\e046";
}

.glyphicon-router:before {
content:"\e047";
}

.glyphicon-camera_small:before {
content:"\e048";
}

.glyphicon-dislikes:before {
content:"\e049";
}

.glyphicon-star:before {
content:"\e050";
}

.glyphicon-link:before {
content:"\e051";
}

.glyphicon-eye_open:before {
content:"\e052";
}

.glyphicon-eye_close:before {
content:"\e053";
}

.glyphicon-alarm:before {
content:"\e054";
}

.glyphicon-clock:before {
content:"\e055";
}

.glyphicon-stopwatch:before {
content:"\e056";
}

.glyphicon-projector:before {
content:"\e057";
}

.glyphicon-history:before {
content:"\e058";
}

.glyphicon-truck:before {
content:"\e059";
}

.glyphicon-cargo:before {
content:"\e060";
}

.glyphicon-compass:before {
content:"\e061";
}

.glyphicon-keynote:before {
content:"\e062";
}

.glyphicon-paperclip:before {
content:"\e063";
}

.glyphicon-power:before {
content:"\e064";
}

.glyphicon-lightbulb:before {
content:"\e065";
}

.glyphicon-tag:before {
content:"\e066";
}

.glyphicon-tags:before {
content:"\e067";
}

.glyphicon-cleaning:before {
content:"\e068";
}

.glyphicon-ruller:before {
content:"\e069";
}

.glyphicon-gift:before {
content:"\e070";
}

.glyphicon-umbrella:before {
content:"\2602";
}

.glyphicon-book:before {
content:"\e072";
}

.glyphicon-bookmark:before {
content:"\e073";
}

.glyphicon-wifi:before {
content:"\e074";
}

.glyphicon-cup:before {
content:"\e075";
}

.glyphicon-stroller:before {
content:"\e076";
}

.glyphicon-headphones:before {
content:"\e077";
}

.glyphicon-headset:before {
content:"\e078";
}

.glyphicon-warning_sign:before {
content:"\e079";
}

.glyphicon-signal:before {
content:"\e080";
}

.glyphicon-retweet:before {
content:"\e081";
}

.glyphicon-refresh:before {
content:"\e082";
}

.glyphicon-roundabout:before {
content:"\e083";
}

.glyphicon-random:before {
content:"\e084";
}

.glyphicon-heat:before {
content:"\e085";
}

.glyphicon-repeat:before {
content:"\e086";
}

.glyphicon-display:before {
content:"\e087";
}

.glyphicon-log_book:before {
content:"\e088";
}

.glyphicon-adress_book:before {
content:"\e089";
}

.glyphicon-building:before {
content:"\e090";
}

.glyphicon-eyedropper:before {
content:"\e091";
}

.glyphicon-adjust:before {
content:"\e092";
}

.glyphicon-tint:before {
content:"\e093";
}

.glyphicon-crop:before {
content:"\e094";
}

.glyphicon-vector_path_square:before {
content:"\e095";
}

.glyphicon-vector_path_circle:before {
content:"\e096";
}

.glyphicon-vector_path_polygon:before {
content:"\e097";
}

.glyphicon-vector_path_line:before {
content:"\e098";
}

.glyphicon-vector_path_curve:before {
content:"\e099";
}

.glyphicon-vector_path_all:before {
content:"\e100";
}

.glyphicon-font:before {
content:"\e101";
}

.glyphicon-italic:before {
content:"\e102";
}

.glyphicon-bold:before {
content:"\e103";
}

.glyphicon-text_underline:before {
content:"\e104";
}

.glyphicon-text_strike:before {
content:"\e105";
}

.glyphicon-text_height:before {
content:"\e106";
}

.glyphicon-text_width:before {
content:"\e107";
}

.glyphicon-text_resize:before {
content:"\e108";
}

.glyphicon-left_indent:before {
content:"\e109";
}

.glyphicon-right_indent:before {
content:"\e110";
}

.glyphicon-align_left:before {
content:"\e111";
}

.glyphicon-align_center:before {
content:"\e112";
}

.glyphicon-align_right:before {
content:"\e113";
}

.glyphicon-justify:before {
content:"\e114";
}

.glyphicon-list:before {
content:"\e115";
}

.glyphicon-text_smaller:before {
content:"\e116";
}

.glyphicon-text_bigger:before {
content:"\e117";
}

.glyphicon-embed:before {
content:"\e118";
}

.glyphicon-embed_close:before {
content:"\e119";
}

.glyphicon-table:before {
content:"\e120";
}

.glyphicon-message_full:before {
content:"\e121";
}

.glyphicon-message_empty:before {
content:"\e122";
}

.glyphicon-message_in:before {
content:"\e123";
}

.glyphicon-message_out:before {
content:"\e124";
}

.glyphicon-message_plus:before {
content:"\e125";
}

.glyphicon-message_minus:before {
content:"\e126";
}

.glyphicon-message_ban:before {
content:"\e127";
}

.glyphicon-message_flag:before {
content:"\e128";
}

.glyphicon-message_lock:before {
content:"\e129";
}

.glyphicon-message_new:before {
content:"\e130";
}

.glyphicon-inbox:before {
content:"\e131";
}

.glyphicon-inbox_plus:before {
content:"\e132";
}

.glyphicon-inbox_minus:before {
content:"\e133";
}

.glyphicon-inbox_lock:before {
content:"\e134";
}

.glyphicon-inbox_in:before {
content:"\e135";
}

.glyphicon-inbox_out:before {
content:"\e136";
}

.glyphicon-cogwheel:before {
content:"\e137";
}

.glyphicon-cogwheels:before {
content:"\e138";
}

.glyphicon-picture:before {
content:"\e139";
}

.glyphicon-adjust_alt:before {
content:"\e140";
}

.glyphicon-database_lock:before {
content:"\e141";
}

.glyphicon-database_plus:before {
content:"\e142";
}

.glyphicon-database_minus:before {
content:"\e143";
}

.glyphicon-database_ban:before {
content:"\e144";
}

.glyphicon-folder_open:before {
content:"\e145";
}

.glyphicon-folder_plus:before {
content:"\e146";
}

.glyphicon-folder_minus:before {
content:"\e147";
}

.glyphicon-folder_lock:before {
content:"\e148";
}

.glyphicon-folder_flag:before {
content:"\e149";
}

.glyphicon-folder_new:before {
content:"\e150";
}

.glyphicon-edit:before {
content:"\e151";
}

.glyphicon-new_window:before {
content:"\e152";
}

.glyphicon-check:before {
content:"\e153";
}

.glyphicon-unchecked:before {
content:"\e154";
}

.glyphicon-more_windows:before {
content:"\e155";
}

.glyphicon-show_big_thumbnails:before {
content:"\e156";
}

.glyphicon-show_thumbnails:before {
content:"\e157";
}

.glyphicon-show_thumbnails_with_lines:before {
content:"\e158";
}

.glyphicon-show_lines:before {
content:"\e159";
}

.glyphicon-playlist:before {
content:"\e160";
}

.glyphicon-imac:before {
content:"\e161";
}

.glyphicon-macbook:before {
content:"\e162";
}

.glyphicon-ipad:before {
content:"\e163";
}

.glyphicon-iphone:before {
content:"\e164";
}

.glyphicon-iphone_transfer:before {
content:"\e165";
}

.glyphicon-iphone_exchange:before {
content:"\e166";
}

.glyphicon-ipod:before {
content:"\e167";
}

.glyphicon-ipod_shuffle:before {
content:"\e168";
}

.glyphicon-ear_plugs:before {
content:"\e169";
}

.glyphicon-phone:before {
content:"\e170";
}

.glyphicon-step_backward:before {
content:"\e171";
}

.glyphicon-fast_backward:before {
content:"\e172";
}

.glyphicon-rewind:before {
content:"\e173";
}

.glyphicon-play:before {
content:"\e174";
}

.glyphicon-pause:before {
content:"\e175";
}

.glyphicon-stop:before {
content:"\e176";
}

.glyphicon-forward:before {
content:"\e177";
}

.glyphicon-fast_forward:before {
content:"\e178";
}

.glyphicon-step_forward:before {
content:"\e179";
}

.glyphicon-eject:before {
content:"\e180";
}

.glyphicon-facetime_video:before {
content:"\e181";
}

.glyphicon-download_alt:before {
content:"\e182";
}

.glyphicon-mute:before {
content:"\e183";
}

.glyphicon-volume_down:before {
content:"\e184";
}

.glyphicon-volume_up:before {
content:"\e185";
}

.glyphicon-screenshot:before {
content:"\e186";
}

.glyphicon-move:before {
content:"\e187";
}

.glyphicon-more:before {
content:"\e188";
}

.glyphicon-brightness_reduce:before {
content:"\e189";
}

.glyphicon-brightness_increase:before {
content:"\e190";
}

.glyphicon-circle_plus:before {
content:"\e191";
}

.glyphicon-circle_minus:before {
content:"\e192";
}

.glyphicon-circle_remove:before {
content:"\e193";
}

.glyphicon-circle_ok:before {
content:"\e194";
}

.glyphicon-circle_question_mark:before {
content:"\e195";
}

.glyphicon-circle_info:before {
content:"\e196";
}

.glyphicon-circle_exclamation_mark:before {
content:"\e197";
}

.glyphicon-remove:before {
content:"\e198";
}

.glyphicon-ok:before {
content:"\e199";
}

.glyphicon-ban:before {
content:"\e200";
}

.glyphicon-download:before {
content:"\e201";
}

.glyphicon-upload:before {
content:"\e202";
}

.glyphicon-shopping_cart:before {
content:"\e203";
}

.glyphicon-lock:before {
content:"\e204";
}

.glyphicon-unlock:before {
content:"\e205";
}

.glyphicon-electricity:before {
content:"\e206";
}

.glyphicon-ok_2:before {
content:"\e207";
}

.glyphicon-remove_2:before {
content:"\e208";
}

.glyphicon-cart_out:before {
content:"\e209";
}

.glyphicon-cart_in:before {
content:"\e210";
}

.glyphicon-left_arrow:before {
content:"\e211";
}

.glyphicon-right_arrow:before {
content:"\e212";
}

.glyphicon-down_arrow:before {
content:"\e213";
}

.glyphicon-up_arrow:before {
content:"\e214";
}

.glyphicon-resize_small:before {
content:"\e215";
}

.glyphicon-resize_full:before {
content:"\e216";
}

.glyphicon-circle_arrow_left:before {
content:"\e217";
}

.glyphicon-circle_arrow_right:before {
content:"\e218";
}

.glyphicon-circle_arrow_top:before {
content:"\e219";
}

.glyphicon-circle_arrow_down:before {
content:"\e220";
}

.glyphicon-play_button:before {
content:"\e221";
}

.glyphicon-unshare:before {
content:"\e222";
}

.glyphicon-share:before {
content:"\e223";
}

.glyphicon-chevron-right:before {
content:"\e224";
}

.glyphicon-chevron-left:before {
content:"\e225";
}

.glyphicon-bluetooth:before {
content:"\e226";
}

.glyphicon-euro:before {
content:"\20AC";
}

.glyphicon-usd:before {
content:"\e228";
}

.glyphicon-gbp:before {
content:"\e229";
}

.glyphicon-retweet_2:before {
content:"\e230";
}

.glyphicon-moon:before {
content:"\e231";
}

.glyphicon-sun:before {
content:"\2609";
}

.glyphicon-cloud:before {
content:"\2601";
}

.glyphicon-direction:before {
content:"\e234";
}

.glyphicon-brush:before {
content:"\e235";
}

.glyphicon-pen:before {
content:"\e236";
}

.glyphicon-zoom_in:before {
content:"\e237";
}

.glyphicon-zoom_out:before {
content:"\e238";
}

.glyphicon-pin:before {
content:"\e239";
}

.glyphicon-albums:before {
content:"\e240";
}

.glyphicon-rotation_lock:before {
content:"\e241";
}

.glyphicon-flash:before {
content:"\e242";
}

.glyphicon-google_maps:before {
content:"\e243";
}

.glyphicon-anchor:before {
content:"\2693";
}

.glyphicon-conversation:before {
content:"\e245";
}

.glyphicon-chat:before {
content:"\e246";
}

.glyphicon-male:before {
content:"\e247";
}

.glyphicon-female:before {
content:"\e248";
}

.glyphicon-asterisk:before {
content:"\002A";
}

.glyphicon-divide:before {
content:"\00F7";
}

.glyphicon-snorkel_diving:before {
content:"\e251";
}

.glyphicon-scuba_diving:before {
content:"\e252";
}

.glyphicon-oxygen_bottle:before {
content:"\e253";
}

.glyphicon-fins:before {
content:"\e254";
}

.glyphicon-fishes:before {
content:"\e255";
}

.glyphicon-boat:before {
content:"\e256";
}

.glyphicon-delete:before {
content:"\e257";
}

.glyphicon-sheriffs_star:before {
content:"\e258";
}

.glyphicon-qrcode:before {
content:"\e259";
}

.glyphicon-barcode:before {
content:"\e260";
}

.glyphicon-pool:before {
content:"\e261";
}

.glyphicon-buoy:before {
content:"\e262";
}

.glyphicon-spade:before {
content:"\e263";
}

.glyphicon-bank:before {
content:"\e264";
}

.glyphicon-vcard:before {
content:"\e265";
}

.glyphicon-electrical_plug:before {
content:"\e266";
}

.glyphicon-flag:before {
content:"\e267";
}

.glyphicon-credit_card:before {
content:"\e268";
}

.glyphicon-keyboard-wireless:before {
content:"\e269";
}

.glyphicon-keyboard-wired:before {
content:"\e270";
}

.glyphicon-shield:before {
content:"\e271";
}

.glyphicon-ring:before {
content:"\02DA";
}

.glyphicon-cake:before {
content:"\e273";
}

.glyphicon-drink:before {
content:"\e274";
}

.glyphicon-beer:before {
content:"\e275";
}

.glyphicon-fast_food:before {
content:"\e276";
}

.glyphicon-cutlery:before {
content:"\e277";
}

.glyphicon-pizza:before {
content:"\e278";
}

.glyphicon-birthday_cake:before {
content:"\e279";
}

.glyphicon-tablet:before {
content:"\e280";
}

.glyphicon-settings:before {
content:"\e281";
}

.glyphicon-bullets:before {
content:"\e282";
}

.glyphicon-cardio:before {
content:"\e283";
}

.glyphicon-t-shirt:before {
content:"\e284";
}

.glyphicon-pants:before {
content:"\e285";
}

.glyphicon-sweater:before {
content:"\e286";
}

.glyphicon-fabric:before {
content:"\e287";
}

.glyphicon-leather:before {
content:"\e288";
}

.glyphicon-scissors:before {
content:"\e289";
}

.glyphicon-bomb:before {
content:"\e290";
}

.glyphicon-skull:before {
content:"\e291";
}

.glyphicon-celebration:before {
content:"\e292";
}

.glyphicon-tea_kettle:before {
content:"\e293";
}

.glyphicon-french_press:before {
content:"\e294";
}

.glyphicon-coffe_cup:before {
content:"\e295";
}

.glyphicon-pot:before {
content:"\e296";
}

.glyphicon-grater:before {
content:"\e297";
}

.glyphicon-kettle:before {
content:"\e298";
}

.glyphicon-hospital:before {
content:"\e299";
}

.glyphicon-hospital_h:before {
content:"\e300";
}

.glyphicon-microphone:before {
content:"\e301";
}

.glyphicon-webcam:before {
content:"\e302";
}

.glyphicon-temple_christianity_church:before {
content:"\e303";
}

.glyphicon-temple_islam:before {
content:"\e304";
}

.glyphicon-temple_hindu:before {
content:"\e305";
}

.glyphicon-temple_buddhist:before {
content:"\e306";
}

.glyphicon-bicycle:before {
content:"\e307";
}

.glyphicon-life_preserver:before {
content:"\e308";
}

.glyphicon-share_alt:before {
content:"\e309";
}

.glyphicon-comments:before {
content:"\e310";
}

.glyphicon-flower:before {
content:"\2698";
}

.glyphicon-baseball:before {
content:"\e312";
}

.glyphicon-rugby:before {
content:"\e313";
}

.glyphicon-ax:before {
content:"\e314";
}

.glyphicon-table_tennis:before {
content:"\e315";
}

.glyphicon-bowling:before {
content:"\e316";
}

.glyphicon-tree_conifer:before {
content:"\e317";
}

.glyphicon-tree_deciduous:before {
content:"\e318";
}

.glyphicon-more_items:before {
content:"\e319";
}

.glyphicon-sort:before {
content:"\e320";
}

.glyphicon-filter:before {
content:"\e321";
}

.glyphicon-gamepad:before {
content:"\e322";
}

.glyphicon-playing_dices:before {
content:"\e323";
}

.glyphicon-calculator:before {
content:"\e324";
}

.glyphicon-tie:before {
content:"\e325";
}

.glyphicon-wallet:before {
content:"\e326";
}

.glyphicon-piano:before {
content:"\e327";
}

.glyphicon-sampler:before {
content:"\e328";
}

.glyphicon-podium:before {
content:"\e329";
}

.glyphicon-soccer_ball:before {
content:"\e330";
}

.glyphicon-blog:before {
content:"\e331";
}

.glyphicon-dashboard:before {
content:"\e332";
}

.glyphicon-certificate:before {
content:"\e333";
}

.glyphicon-bell:before {
content:"\e334";
}

.glyphicon-candle:before {
content:"\e335";
}

.glyphicon-pushpin:before {
content:"\e336";
}

.glyphicon-iphone_shake:before {
content:"\e337";
}

.glyphicon-pin_flag:before {
content:"\e338";
}

.glyphicon-turtle:before {
content:"\e339";
}

.glyphicon-rabbit:before {
content:"\e340";
}

.glyphicon-globe:before {
content:"\e341";
}

.glyphicon-briefcase:before {
content:"\e342";
}

.glyphicon-hdd:before {
content:"\e343";
}

.glyphicon-thumbs_up:before {
content:"\e344";
}

.glyphicon-thumbs_down:before {
content:"\e345";
}

.glyphicon-hand_right:before {
content:"\e346";
}

.glyphicon-hand_left:before {
content:"\e347";
}

.glyphicon-hand_up:before {
content:"\e348";
}

.glyphicon-hand_down:before {
content:"\e349";
}

.glyphicon-fullscreen:before {
content:"\e350";
}

.glyphicon-shopping_bag:before {
content:"\e351";
}

.glyphicon-book_open:before {
content:"\e352";
}

.glyphicon-nameplate:before {
content:"\e353";
}

.glyphicon-nameplate_alt:before {
content:"\e354";
}

.glyphicon-vases:before {
content:"\e355";
}

.glyphicon-bullhorn:before {
content:"\e356";
}

.glyphicon-dumbbell:before {
content:"\e357";
}

.glyphicon-suitcase:before {
content:"\e358";
}

.glyphicon-file_import:before {
content:"\e359";
}

.glyphicon-file_export:before {
content:"\e360";
}

.glyphicon-bug:before {
content:"\e361";
}

.glyphicon-crown:before {
content:"\e362";
}

.glyphicon-smoking:before {
content:"\e363";
}

.glyphicon-cloud-upload:before {
content:"\e364";
}

.glyphicon-cloud-download:before {
content:"\e365";
}

.glyphicon-restart:before {
content:"\e366";
}

.glyphicon-security_camera:before {
content:"\e367";
}

.glyphicon-expand:before {
content:"\e368";
}

.glyphicon-collapse:before {
content:"\e369";
}

.glyphicon-collapse_top:before {
content:"\e370";
}

.glyphicon-globe_af:before {
content:"\e371";
}

.glyphicon-global:before {
content:"\e372";
}

.glyphicon-spray:before {
content:"\e373";
}

.glyphicon-nails:before {
content:"\e374";
}

.glyphicon-claw_hammer:before {
content:"\e375";
}

.glyphicon-classic_hammer:before {
content:"\e376";
}

.glyphicon-hand_saw:before {
content:"\e377";
}

.glyphicon-riflescope:before {
content:"\e378";
}

.glyphicon-electrical_socket_eu:before {
content:"\e379";
}

.glyphicon-electrical_socket_us:before {
content:"\e380";
}

.glyphicon-pinterest:before {
content:"\e381";
}

.glyphicon-dropbox:before {
content:"\e382";
}

.glyphicon-google_plus:before {
content:"\e383";
}

.glyphicon-jolicloud:before {
content:"\e384";
}

.glyphicon-yahoo:before {
content:"\e385";
}

.glyphicon-blogger:before {
content:"\e386";
}

.glyphicon-picasa:before {
content:"\e387";
}

.glyphicon-amazon:before {
content:"\e388";
}

.glyphicon-tumblr:before {
content:"\e389";
}

.glyphicon-wordpress:before {
content:"\e390";
}

.glyphicon-instapaper:before {
content:"\e391";
}

.glyphicon-evernote:before {
content:"\e392";
}

.glyphicon-xing:before {
content:"\e393";
}

.glyphicon-zootool:before {
content:"\e394";
}

.glyphicon-dribbble:before {
content:"\e395";
}

.glyphicon-deviantart:before {
content:"\e396";
}

.glyphicon-read_it_later:before {
content:"\e397";
}

.glyphicon-linked_in:before {
content:"\e398";
}

.glyphicon-forrst:before {
content:"\e399";
}

.glyphicon-pinboard:before {
content:"\e400";
}

.glyphicon-behance:before {
content:"\e401";
}

.glyphicon-github:before {
content:"\e402";
}

.glyphicon-youtube:before {
content:"\e403";
}

.glyphicon-skitch:before {
content:"\e404";
}

.glyphicon-foursquare:before {
content:"\e405";
}

.glyphicon-quora:before {
content:"\e406";
}

.glyphicon-badoo:before {
content:"\e407";
}

.glyphicon-spotify:before {
content:"\e408";
}

.glyphicon-stumbleupon:before {
content:"\e409";
}

.glyphicon-readability:before {
content:"\e410";
}

.glyphicon-facebook:before {
content:"\e411";
}

.glyphicon-twitter:before {
content:"\e412";
}

.glyphicon-instagram:before {
content:"\e413";
}

.glyphicon-posterous_spaces:before {
content:"\e414";
}

.glyphicon-vimeo:before {
content:"\e415";
}

.glyphicon-flickr:before {
content:"\e416";
}

.glyphicon-last_fm:before {
content:"\e417";
}

.glyphicon-rss:before {
content:"\e418";
}

.glyphicon-skype:before {
content:"\e419";
}

.glyphicon-e-mail:before {
content:"\e420";
}

.dropdown-menu {
border:2px solid #666;
background:#fff;
margin-top:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.dropdown-menu>li>a {
font-size:13px;
filter:none;
padding:6px 15px;
}

.tooltip {
z-index:99999;
}

.tab-content {
overflow:visible;
}

.input-prepend .btn-group .btn:first-child,.input-append .btn-group .btn:first-child {
border:1px solid #ccc;
-webkit-border-radius:0!important;
-moz-border-radius:0!important;
border-radius:0!important;
padding:4px 8px;
}

.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle,.input-prepend .btn:first-child {
border:1px solid #ccc;
padding:4px 8px;
}

.input-prepend .add-on:first-child {
border:1px solid #ccc;
padding:4px 6px;
}

.label {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
text-shadow:none;
}

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

.form-horizontal .control-label {
text-align:left;
width:140px;
}

.form-horizontal .controls {
margin-left:160px;
}

.dropdown-menu.dropdown-danger {
border-color:#e51400;
}

.dropdown-menu.dropdown-danger>li>a:hover {
background:#e51400;
color:#fff;
}

.dropdown-menu.dropdown-warning {
border-color:#fab750;
}

.dropdown-menu.dropdown-warning>li>a:hover {
background:#f8a31f;
color:#fff;
}

.dropdown-menu.dropdown-success {
border-color:#393;
}

.dropdown-menu.dropdown-success>li>a:hover {
background:#393;
color:#fff;
}

.dropdown-menu.dropdown-inverse {
border-color:#484848;
}

.dropdown-menu.dropdown-inverse>li>a:hover {
background:#484848;
color:#fff;
}

.btn {
background:#eee;
border:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
text-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
color:#444;
filter:none;
padding:5px 9px;
}

.btn.btn-large {
padding:10px 16px;
}

.btn.btn-small {
padding:3px 7px;
}

.btn.btn-mini {
padding:1px 4px;
}

.btn:hover {
background:#ccc;
text-shadow:none;
}

.btn:focus {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
outline:none;
}

.btn.btn-primary {
background:#368ee0;
color:#fff;
text-shadow:none;
filter:none;
}

.btn.btn-primary:hover {
background:#1e74c5;
}

.btn.btn-info {
background:#a4ccf1;
text-shadow:none;
filter:none;
}

.btn.btn-info:hover {
background:#62a7e7;
color:#333;
}

.btn.btn-warning {
background:#fab750;
text-shadow:none;
filter:none;
}

.btn.btn-warning:hover {
background:#f8a31f;
color:#333;
}

.btn.btn-danger {
background:#f43;
text-shadow:none;
color:#fff;
filter:none;
}

.btn.btn-success {
background:#40bf40;
text-shadow:none;
color:#fff;
filter:none;
}

.btn.btn-inverse {
background:#484848;
text-shadow:none;
color:#fff;
filter:none;
}

.btn.btn-inverse:hover {
background:#111;
}

.popover {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}

.progress {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#fff;
filter:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.table.table-condensed tr th,.table.table-condensed tr td {
padding:4px 5px;
}

.table tr th,.table tr td {
border-top:1px dotted #ddd;
padding:10px;
}

.form-actions {
background:0;
border:0;
}

#content {
position:relative;
min-height:100%;
}

#content.nav-fixed #left {
top:40px;
}

#main {
zoom:1;
background:#fff;
margin-left:200px;
overflow:visible;
padding-bottom:30px;
}

#main .page-header {
border:0;
zoom:1;
margin:15px 0;
padding:0 3px;
}

#main .page-header .pull-left h1 {
font-size:30px;
color:#2a2a2a;
line-height:24px;
font-weight:400;
margin:20px 0;
}

#main .page-header .pull-left h6 {
color:#777;
font-weight:400;
margin:0;
}

#main .breadcrumbs {
zoom:1;
background:#f4f4f4;
}

#main .breadcrumbs ul {
list-style-type:none;
zoom:1;
float:left;
margin:0;
padding:2px 5px;
}

#main .breadcrumbs ul>li {
float:left;
color:#666;
}

#main .breadcrumbs ul>li>a {
color:#666;
display:block;
font-size:12px;
float:left;
padding:2px 6px;
}

#main .breadcrumbs ul>li i {
float:left;
font-size:11px;
margin:7px 0 6px;
}

#main .breadcrumbs .close-bread>a {
color:#999;
display:block;
font-size:14px;
margin:4px 8px;
}

#main .ui-state-highlight {
background:red;
height:50px;
}

#footer {
text-align:center;
background:#eee;
width:100%;
position:relative;
}

#footer p {
margin-bottom:0;
padding:10px 0;
}

#footer .gototop {
text-decoration:none;
color:#333;
font-size:16px;
position:absolute;
display:block;
top:0;
right:0;
padding:10px 15px;
}

.sidebar-right #left {
left:auto;
right:0;
}

.sidebar-right #left .subnav .dropdown-submenu>a:after {
display:block;
float:left;
width:0;
height:0;
margin-top:5px;
margin-left:-9px;
content:" ";
border-color:rgba(0,0,0,0) #aaa rgba(0,0,0,0) rgba(0,0,0,0);
border-style:solid;
border-width:5px 5px 5px 0;
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown>a:after {
position:absolute;
left:5px;
top:10px;
width:5px;
content:" ";
border-color:rgba(0,0,0,0) #999 rgba(0,0,0,0) rgba(0,0,0,0);
border-style:solid;
border-width:5px 5px 5px 0;
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown.open .dropdown-menu {
left:auto;
right:100%;
}

.sidebar-right #left .subnav .subnav-menu>li.dropdown.open>.dropdown-menu {
border-right:0;
border-left:2px solid #aaa;
}

.sidebar-right #main {
margin-left:0;
margin-right:200px;
}

#left {
width:200px;
position:absolute;
left:0;
bottom:0;
background:#eee;
height:100%;
overflow-x:visible;
}

#left.mobile-show {
position:fixed;
z-index:1000;
}

#left.full {
bottom:auto;
height:auto;
}

#left.sidebar-fixed {
position:fixed;
top:40px;
overflow-x:hidden;
}

#left.sidebar-fixed .ui-resizable-handle {
right:0;
}

#left .subnav .subnav-content {
zoom:1;
padding:10px 20px;
}

#left .subnav .subnav-content.less {
padding:10px 13px;
}

#left .subnav .subnav-title {
zoom:1;
text-overflow:ellipsis;
white-space:nowrap;
}

#left .subnav .subnav-title span {
margin-left:20px;
font-size:18px;
text-overflow:ellipsis;
white-space:nowrap;
}

#left .subnav .subnav-title .toggle-subnav {
color:#444;
text-decoration:none;
display:block;
position:relative;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
padding:1px 6px;
}

#left .subnav .subnav-title .toggle-subnav i {
position:absolute;
font-size:14px;
left:10px;
top:4px;
display:none;

}

#left .subnav .subnav-title .toggle-subnav:hover {
color:#222;
}

#left .subnav .subnav-menu {
list-style-type:none;
margin:5px 0;
padding:0;
}

#left .subnav .subnav-menu>li {
text-overflow:ellipsis;
white-space:nowrap;
}

#left .subnav .subnav-menu>li.dropdown>a:after {
position:absolute;
right:5px;
top:10px;
width:5px;
content:" ";
border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #999;
border-style:solid;
border-width:5px 0 5px 5px;
}

#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu {
left:100%;
top:0;
border-left:0;
border-color:#aaa;
margin:0;
}

#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu .dropdown-submenu .dropdown-menu {
border-left:2px solid #999;
}

#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu .dropdown-submenu:hover>a:after,#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu .dropdown-submenu:focus>a:after {
border-left-color:#999;
}

#left .subnav .subnav-menu>li>a {
color:#555;
display:block;
text-decoration:none;
white-space:nowrap;
text-overflow:ellipsis;
overflow:hidden;
padding:5px 0 5px 27px;
}

#left .subnav .subnav-menu>li>a:hover {
background:#ddd;
color:#222;
}

#left .subnav .subnav-menu>li.active>a {
background:#ccc;
color:#222;
font-weight:700;
}

.mobile-sidebar-toggle {
float:left;
color:#fff;
margin-right:5px;
display:none;
padding:11px 10px 9px;
}

.mobile-sidebar-toggle:hover {
background:#1e74c5;
text-decoration:none;
color:#fff;
}

.language-select .dropdown-menu a {
padding:6px 15px!important;
}

.language-select .dropdown-menu a img {
top:11px;
left:11px;
}

.language-select a {
position:relative;
padding:9px 10px 11px!important;
}

.language-select a img {
margin-left:0!important;
position:absolute;
top:15px;
left:13px;
}

.language-select a span {
margin-left:25px;
}

.theme-settings>li {
margin-top:10px;
padding:0;
}

.theme-settings>li span {
color:#666;
display:block;
padding-left:15px;
}

.theme-settings>li .version-toggle>a,.theme-settings>li .topbar-toggle>a,.theme-settings>li .sidebar-toggle>a {
display:block;
color:#444;
text-decoration:none;
padding:5px 25px;
}

.theme-settings>li .version-toggle>a.active:before,.theme-settings>li .topbar-toggle>a.active:before,.theme-settings>li .sidebar-toggle>a.active:before {
position:absolute;
left:10px;
top:4px;
content:"\f111";
font-family:FontAwesome;
font-size:8px;
}

.theme-colors {
zoom:1;
margin:0;
padding:0 0 5px;
}

.theme-colors li.subtitle {
display:block;
float:none;
color:#666;
clear:both;
margin:10px 0 5px 15px;
}

.theme-colors li span {
cursor:pointer;
display:block;
width:30px;
float:left;
height:30px;
margin:8px 0 0 8px;
}

.theme-colors li span.lime {
background:#8cbf26;
}

.theme-colors li span.teal {
background:#00aba9;
}

.theme-colors li span.purple {
background:#ff0097;
}

.theme-colors li span.brown {
background:#a05000;
}

.theme-colors li span.pink {
background:#e671b8;
}

.theme-colors li span.magenta {
background:#a200ff;
}

.theme-colors li span.darkblue {
background:#204e81;
}

.theme-colors li span.lightred {
background:#e63a3a;
}

.theme-colors li span.lightgrey {
background:#666;
}

.theme-colors li span.satblue {
background:#2c5e7b;
}

.theme-colors li span.satgreen {
background:#56af45;
}

.theme-colors li span.grey-4 {
background:#999;
}

#navigation {
background:#368ee0;
position:relative;
z-index:100;
}

#navigation.navbar-fixed-top {
position:fixed;
z-index:1030;
}

#navigation .dropdown-menu {
border-top:0;
border-color:#368ee0;
}

#navigation .dropdown-menu>li.dropdown-submenu .dropdown-menu {
border-top:2px solid #368ee0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
margin-left:0;
}

#navigation .dropdown-menu>li.dropdown-submenu:hover>a:after,#navigation .dropdown-menu>li.dropdown-submenu:focus>a:after {
border-left-color:#fff;
}

#navigation .toggle-nav {
float:left;
color:#fff;
display:block;
font-size:14px;
text-decoration:none;
padding:10px;
}

#navigation .toggle-nav:hover {
background-color:#1b67af;
}

#navigation #brand {
float:left;
color:#fff;
font-size:20px;
margin-top:9px;
padding-right:69px;
padding-left:35px;
padding-bottom:2px;
background:url(../img/logo.png) no-repeat;
}

#navigation .toggle-mobile {
color:#fff;
background:#1b67af;
display:block;
text-decoration:none;
float:right;
padding:11px 10px 9px;
}

#navigation .mobile-nav.open {
display:block;
list-style:none;
background:#368ee0;
margin:0;
padding:0 20px 20px;
}

#navigation .mobile-nav.open>li {
display:block;
margin-top:1px;
}

#navigation .mobile-nav.open>li.active>a {
background:#144d82;
color:#fff;
}

#navigation .mobile-nav.open>li>a {
display:block;
background:#1b67af;
color:#fff;
text-decoration:none;
padding:8px 12px;
}

#navigation .mobile-nav.open>li>a i {
float:right;
margin-top:3px;
}

#navigation .mobile-nav.open>li>ul {
background:#1b67af;
list-style-type:none;
margin:0;
padding:0 0 10px;
}

#navigation .mobile-nav.open>li>ul>li a {
display:block;
color:#fff;
text-decoration:none;
padding:4px 35px;
}

#navigation .user .icon-nav {
float:left;
font-family:'Open Sans', sans-serif!important;
}

#navigation .user .icon-nav>li {
margin-right:3px;
float:left;
}

#navigation .user .icon-nav>li .message-ul {
width:280px;
padding:0;
}

#navigation .user .icon-nav>li .message-ul.feed>li>a {
padding:10px 20px;
}

#navigation .user .icon-nav>li .message-ul.feed>li>a .message .label {
margin-right:5px;
padding:2px;
}

#navigation .user .icon-nav>li .message-ul>li>a {
overflow:hidden;
zoom:1;
padding:10px;
}

#navigation .user .icon-nav>li .message-ul>li>a:hover {
background:#f3f3f3;
color:#333;
}

#navigation .user .icon-nav>li .message-ul>li>a:hover .count {
color:#ccc;
}

#navigation .user .icon-nav>li .message-ul>li>a img {
float:left;
width:40px;
}

#navigation .user .icon-nav>li .message-ul>li>a .details {
float:left;
margin-left:10px;
max-width:210px;
overflow:hidden;
}

#navigation .user .icon-nav>li .message-ul>li>a .details .name {
font-size:15px;
}

#navigation .user .icon-nav>li .message-ul>li>a .details .message {
margin-top:2px;
color:#777;
}

#navigation .user .icon-nav>li .message-ul>li>a .count {
float:right;
color:#e3e3e3;
font-size:30px;
position:relative;
margin-top:2px;
}

#navigation .user .icon-nav>li .message-ul>li>a .count span {
font-size:13px;
color:#666;
position:absolute;
text-align:center;
left:0;
right:0;
top:5px;
}

#navigation .user .icon-nav>li .message-ul>li>a.more-messages {
background:#e6e6e6;
text-align:center;
padding:8px 15px;
}

#navigation .user .icon-nav>li>a {
display:block;
color:#fff;
position:relative;
padding:11px 10px 9px;
}

#navigation .user .icon-nav>li>a .label {
position:absolute;
top:5px;
right:3px;
font-size:11px;
font-weight:400;
padding:0 3px;
}

#navigation .user .icon-nav>li>a:hover {
background:#1b67af;
text-decoration:none;
}

#navigation .user .icon-nav>li>a i {
color:#fff;
font-size:16px;
}

#navigation .user .dropdown>a {
display:block;
color:#fff;
text-decoration:none;
padding:7px 12px 6px;
}

#navigation .main-nav>li {
float:left;
position:relative;
margin:0;
}

#navigation .main-nav>li.active>a {
background:#fff;
text-decoration:none;
color:#2a2a2a;
}

#navigation .main-nav>li.active>a .caret {
border-top-color:#333;
}

#navigation .main-nav>li.open>a {
background:#1e74c5;
text-decoration:none;
}

#navigation .main-nav>li.open.active>.dropdown-menu {
left:-2px;
}

#navigation .main-nav>li>a {
display:block;
color:#fff;
padding:10px 15px;
}

#navigation .main-nav>li>a:hover {
text-decoration:none;
background:#1e74c5;
}

#navigation .main-nav>li>a .caret {
border-top-color:#fff;
margin:9px 0 0 2px;
}

.accordion-widget .accordion-group {
border:2px solid #eee;
}

.accordion-widget .accordion-group:hover {
border-color:#ddd!important;
}

.accordion-widget .accordion-group .accordion-heading .accordion-toggle {
font-size:20px;
color:#333;
position:relative;
padding:13px 0 13px 13px;
}

.accordion-widget .accordion-group .accordion-heading .accordion-toggle:hover {
text-decoration:none;
background:#ddd!important;
}

.letterbox {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(255,255,255,0.8);
}

.letterbox .letter>li {
text-align:center;
height:40px;
width:40px;
background:#ddd;
float:left;
font-size:18px;
line-height:40px;
color:#aaa;
margin:10px;
}

.letterbox .letter>li.active {
background:#368ee0;
color:#fff;
cursor:pointer;
}

.blog-widget .blog-widget-title {
font-weight:400;
font-size:18px;
}

.blog-widget-recent-posts>li>a {
color:#333;
display:block;
text-decoration:none;
font-size:14px;
zoom:1;
padding:5px 10px;
}

.blog-widget-recent-posts>li>a:hover {
background:#eee;
color:#000;
}

.blog-widget-recent-posts>li>a .details {
display:block;
color:#777;
font-size:12px;
}

.blog-widget-recent-posts>li>a .details .date {
margin-right:10px;
}

.blog-widget-latest-photos>li>a>img {
max-width:80px;
}

.blog-widget-categories>li>a {
display:block;
color:#333;
text-decoration:none;
padding:5px 10px;
}

.blog-widget-categories>li>a:hover {
color:#000;
background:#eee;
}

.blog-widget-tags>li>a {
display:block;
background:#368ee0;
color:#fff;
text-decoration:none;
padding:3px 6px;
}

.blog-list-post {
margin-top:40px;
padding-bottom:30px;
border-bottom:2px solid #eee;
}

.blog-list-post.small .preview-img {
margin:13px 0;
}

.blog-list-post .post-content .post-title {
font-weight:400;
font-size:21px;
}

.blog-list-post .post-content .post-meta .date,.blog-list-post .post-content .post-meta .comments,.blog-list-post .post-content .post-meta .tags,.blog-list-post .post-content .post-meta .author {
float:left;
margin-right:15px;
color:#777;
}

.blog-list-post .post-content .post-meta .date i,.blog-list-post .post-content .post-meta .comments i,.blog-list-post .post-content .post-meta .tags i,.blog-list-post .post-content .post-meta .author i {
margin-right:3px;
display:inline-block;
}

.blog-list-post .post-content .post-meta .tags>a {
display:inline-block;
background:#eee;
color:#666;
text-decoration:none;
padding:0 4px;
}

.blog-list-post .post-content .post-meta .tags>a:hover {
color:#333;
background:#c8c8c8;
}

.blog-list-post .post-content .post-text {
margin-top:15px;
color:#555;
}

.blog-list-post .post-comments .new-comment h4 {
font-weight:400;
}

.blog-list-post .post-comments h3 {
font-weight:400;
border-top:2px solid #368ee0;
padding-top:10px;
margin-top:30px;
}

.blog-list-post .post-comments .media {
margin-top:30px;
border-bottom:1px dotted #ddd;
padding-bottom:30px;
}

.blog-list-post .post-comments .media .pull-left>img {
max-width:50px;
}

.blog-list-post .post-comments .media .media-heading small {
margin-left:10px;
font-size:12px;
}

.blog-list-post .post-comments .media:last-child {
border-bottom:0;
padding-bottom:0;
}

.highlight-toolbar {
zoom:1;
padding:0 10px;
}

.box.box-condensed .box-title {
padding:2px 0 2px 4px;
}

.box.box-condensed .box-title .actions {
margin-top:1px;
}

.box.box-condensed .box-title .actions .btn>i {
font-size:12px;
}

.box.box-small .box-title {
padding:0 0 0 3px;
}

.box.box-small .box-title .actions .btn>i {
font-size:11px;
}

.box.box-small .box-title .actions .btn {
padding:2px 7px;
}

.box.box-small .box-content {
padding:5px;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned {
border-right:2px solid #ddd;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th {
border-right:2px solid #333;
}

.box.box-bordered .slimScrollDiv {
border-bottom:2px solid #ddd;
}

.box.box-bordered.box-color .slimScrollDiv {
border-bottom:2px solid #368ee0;
}

.box.box-bordered .box-title {
border:2px solid #ddd;
}

.box.box-bordered .box-content {
border:2px solid #ddd;
border-top:0;
}

.box .box-title {
zoom:1;
border-bottom:1px solid #ddd;
margin-top:20px;
padding:7px 0 7px 10px;
}

.box .box-title h3 {
float:left;
line-height:24px;
font-weight:400;
color:#444;
font-size:20px;
margin:3px 0;
}

.box .box-title h3 i {
margin:0 10px 0 5px;
}

.box .box-title .tabs {
float:right;
zoom:1;
list-style-type:none;
margin:5px 10px 0 0;
padding:0;
}

.box .box-title .tabs>li>a:hover {
text-decoration:none;
background:#eee;
}

.box .box-title .actions {
margin-top:0;
float:right;
margin-right:10px;
}

.box .box-title .actions .btn {
background:none;
color:#333;
padding:5px 9px;
}

.box .box-content {
zoom:1;
background:#fff;
padding:20px;
}

.custom-checkbox {
position:relative;
padding-right:30px!important;
}

.custom-checkbox i {
position:absolute;
right:10px;
top:9px;
}

.check-demo-col {
width:200px;
float:left;
}

.check-line {
position:relative;
margin-bottom:10px;
}

.check-line .inline {
position:absolute;
top:-1px;
left:30px;
}

.search-form {
height:35px;
margin:0;
}

.search-form>.search-pane {
height:28px;
background:#fff;
border:1px solid #ccc;
margin:5px;
}

.search-form>.search-pane>input {
background:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:0;
float:left;
font-size:12px;
margin-bottom:0;
margin-top:1px;
width:145px;
}

.search-form>.search-pane button[type="submit"] {
float:right;
background:#368ee0;
color:#fff;
border:0;
line-height:19px;
min-height:24px;
margin:2px 2px 0 0;
}

.form-vertical.form-bordered .control-group {
border-bottom:1px solid #ddd;
padding:10px 20px;
}

.form-horizontal.form-striped .control-group {
border-bottom:1px solid #ddd;
padding:15px 20px;
}

.form-horizontal.form-column .form-actions {
border-top:1px solid #ddd;
margin-top:0;
}

.form-horizontal.form-column [class*="span"] {
border-left:1px solid #ddd;
margin:0;
}

.form-horizontal.form-column [class*="span"] .control-group .control-label {
width:15%;
}

.form-horizontal.form-column .span12 {
width:100%;
border-left:0!important;
}

.form-horizontal.form-column .span11 {
width:91.666%;
}

.form-horizontal.form-column .span10 {
width:83.333%;
}

.form-horizontal.form-column .span9 {
width:75%;
}

.form-horizontal.form-column .span8 {
width:66.666%;
}

.form-horizontal.form-column .span7 {
width:58.333%;
}

.form-horizontal.form-column .span5 {
width:41.666%;
}

.form-horizontal.form-column .span2 {
width:16.666%;
}

.form-horizontal.form-column .span1 {
width:8.333%;
}

.form-horizontal .control-group .control-label small {
display:block;
color:#999;
}

.form-horizontal.form-bordered .control-group {
border-bottom:1px solid #ddd;
background:#f6f6f6;
margin:0;
padding:0;
}

.form-horizontal.form-bordered .control-group .controls {
background:#fff;
border-left:1px solid #ddd;
zoom:1;
padding:10px;
}

.form-horizontal.form-bordered .control-group .control-label {
color:#555;
margin:0;
padding:15px 10px 5px;
}

.form-horizontal.form-bordered .control-group .control-label small {
display:block;
font-size:12px;
color:#888;
font-weight:400;
}

.form-button {
display:block;
zoom:1;
margin-top:5px;
}

.form-button span {
margin-left:5px;
font-size:14px;
margin-top:5px;
display:block;
float:left;
}

.gallery {
list-style-type:none;
zoom:1;
margin:0 10px;
padding:0;
}

.gallery>li {
float:left;
position:relative;
cursor:pointer;
margin:1px 0 0 1px;
}

.gallery>li .extras {
position:absolute;
top:0;
left:0;
text-align:center;
background:rgba(0,0,0,0.8);
display:none;
width:100%;
height:100%;
}

.gallery>li .extras:before {
content:'';
display:inline-block;
height:100%;
vertical-align:middle;
}

.gallery>li .extras .extras-inner {
position:relative;
display:inline-block;
vertical-align:middle;
width:90%;
height:auto;
}

.gallery>li .extras .extras-inner a {
color:#bbb;
text-decoration:none;
text-align:center;
padding:5px;
}

.gallery>li .extras .extras-inner a:hover {
color:#fff;
background:#368ee0;
}

.messages {
list-style-type:none;
margin:0 20px 20px;
padding:0;
}

.messages.withlist {
margin-right:210px;
}

.messages>li.insert {
position:relative;
border:1px solid #ddd;
margin-right:10px;
}

.messages>li.insert #message-form {
background:#f9f9f9;
margin-bottom:0;
}

.messages>li.insert .text {
margin-right:50px;
}

.messages>li.insert .text input[type="text"] {
border:0;
margin-bottom:0;
display:block;
}

.messages>li.insert .submit {
position:absolute;
right:0;
top:0;
}

.messages>li.insert .submit button {
border:0;
background:#368ee0;
color:#fff;
margin:2px;
padding:3px 4px;
}

.messages>li.insert .submit button[disabled="disabled"] {
background:#ccc;
}

.messages>li .image {
float:left;
width:50px;
}

.messages>li .message {
position:relative;
background:#eee;
margin-right:20px;
margin-left:60px;
padding:10px;
}

.messages>li .message .time {
color:#555;
font-size:11px;
}

.messages>li .message .caret {
position:absolute;
left:-7px;
top:10px;
border-top:7px solid transparent;
border-bottom:7px solid transparent;
border-right:7px solid #eee;
border-left:0;
}

.messages>li.right .name {
color:#0a2640;
}

.messages>li.right .message {
background:#d1e5f8;
margin-left:20px;
margin-right:60px;
}

.messages>li.right .message .caret {
left:auto;
right:-7px;
border-top:7px solid transparent;
border-bottom:7px solid transparent;
border-left:7px solid #d1e5f8;
border-right:0;
}

.user-list {
position:absolute;
right:0;
top:0;
width:183px;
margin-right:17px;
}

.user-list h4 {
background:#368ee0;
color:#fff;
font-weight:400;
padding:5px 8px;
}

.user-list>ul>li {
zoom:1;
margin:5px 0;
}

.user-list>ul>li .image {
max-width:35px;
min-width:10px;
float:left;
}

.user-list>ul>li .image img {
max-width:35px;
min-width:10px;
}

.user-list>ul>li .username {
float:left;
margin-left:10px;
line-height:35px;
}

.statistic-big .top .right {
float:right;
font-size:24px;
line-height:31px;
}

.statistic-big .top .right .icon-circle-arrow-up {
color:#393;
}

.statistic-big .stats-overview>li {
display:inline-block;
text-align:center;
border-right:1px solid #ddd;
padding:5px 15px;
}

.statistic-big .stats-overview>li .value {
font-size:16px;
font-weight:700;
display:block;
margin-top:5px;
}

.flot-tooltip {
position:absolute;
display:none;
background:#000;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity:0.8;
color:#fff;
padding:5px;
}

.flot-tooltip .tooltip-arrow {
position:absolute;
margin-left:-5px;
bottom:-5px;
left:15px;
border-color:#000 transparent transparent;
border-style:solid;
border-width:5px 5px 0;
}

.pagestats.style-3 .bottom {
margin-top:10px;
text-align:center;
font-size:20px;
}

.pagestats.style-4 .bottom {
margin-top:10px;
font-size:18px;
}

.pagestats.style-2 .left .name {
font-size:13px;
margin:0;
}

.pagestats .name {
font-size:20px;
display:block;
margin-left:5px;
margin-bottom:5px;
}

.pagestats.bar span {
font-size:11px;
display:block;
}

.pagestats .left {
float:left;
margin-left:15px;
font-size:16px;
margin-top:3px;
}

.pricing-tables .pricing {
list-style-type:none;
margin-top:30px;
float:left;
}

.pricing-tables .pricing>li {
background:#ddd;
border-top:1px solid #bbb;
text-align:center;
padding:8px 12px;
}

.pricing-tables .pricing>li:nth-child(odd) {
background:#e3e3e3;
}

.pricing-tables .pricing>li.head {
background:#888;
color:#fff;
position:relative;
padding:0;
}

.pricing-tables .pricing>li.head .info {
background:#4c9ae3;
padding:5px 0;
}

.pricing-tables .pricing>li.head .name {
background:#666;
font-size:16px;
padding:8px 0;
}

.pricing-tables .pricing>li.head .price {
font-size:28px;
padding:15px 0;
}

.pricing-tables .pricing>li.head .price span {
display:block;
margin-top:5px;
font-size:12px;
}

.pricing-tables .pricing>li.button .help-text {
font-size:11px;
margin-top:5px;
color:#888;
}

.widget-placeholder {
background:#bbd9f4;
border:1px dotted #666;
margin:10px;
}

.widget-placeholder-2 {
background:#bbd9f4;
}

#ui-datepicker-div {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
display:none;
}

.jq-datepicker .ui-datepicker {
background:#fafafa;
border:1px solid #ccc;
font-size:11px;
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:0;
}

.ui-datepicker {
background:#fff;
border:2px solid #999;
font-size:11px;
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:0;
}

.ui-datepicker .ui-widget-header {
background:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border:0;
padding:0;
}

.ui-datepicker .ui-datepicker-title {
text-align:center;
font-weight:700;
margin:12px 0;
}

.ui-datepicker .ui-datepicker-prev {
float:left;
display:block;
width:15px;
height:15px;
cursor:pointer;
margin-left:2px;
background:none!important;
border:0!important;
margin-top:14px;
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.ui-datepicker .ui-datepicker-prev:before {
content:"\f104";
font-family:FontAwesome;
display:block;
position:absolute;
left:5px;
top:-2px;
color:#444;
}

.ui-datepicker .ui-datepicker-next {
float:right;
display:block;
width:15px;
height:15px;
cursor:pointer;
background:none!important;
border:0!important;
margin-top:14px;
margin-right:2px;
position:relative;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.ui-datepicker .ui-datepicker-next:before {
content:"\f105";
font-family:FontAwesome;
display:block;
position:absolute;
right:5px;
top:-2px;
color:#444;
}

.ui-datepicker .ui-datepicker-calendar {
margin-bottom:2px;
margin-left:2px;
}

.ui-datepicker .ui-datepicker-calendar th {
color:#777;
padding:0;
}

.ui-datepicker .ui-datepicker-calendar th span {
display:block;
padding:0;
}

.ui-datepicker .ui-datepicker-calendar td:hover>a {
background:#368ee0;
text-decoration:none;
color:#fff;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month:hover>a {
background:#62a7e7;
text-decoration:none;
color:#fff;
}

.ui-datepicker .ui-datepicker-calendar td>a {
display:block;
border:0;
background:none;
text-align:center;
padding:3px 5px;
}

.userlist>li {
zoom:1;
border-top:1px dotted #bbb;
padding:5px 0;
}

.userlist>li>a img {
max-width:40px;
}

.userlist>li .user {
float:left;
margin-left:10px;
}

.userlist>li .user .name {
font-weight:700;
display:block;
line-height:20px;
}

.userlist>li .user .position {
display:block;
font-weight:300;
font-size:12px;
margin-top:3px;
}

.userlist>li .status {
float:right;
font-size:8px;
color:#b21000;
line-height:40px;
}

.userlist>li .status.active {
color:#267326;
}

.userlist>li .status.afk {
color:#f4a64b;
}

.progress.small {
height:8px;
margin-bottom:10px;
}

.progress.small .bar {
height:8px;
background:#368ee0;
filter:none;
}

.quickstats>li {
float:left;
text-align:center;
width:50px;
margin:5px 15px;
}

.quickstats>li .value {
font-size:20px;
display:block;
}

.quickstats>li .name {
display:block;
font-size:12px;
color:#888;
}

.tags>li {
display:inline;
line-height:22px;
margin:0 3px 3px 0;
}

.tags>li>a {
line-height:22px;
}

.tags>li>a.big-5 {
font-size:22px;
}

.bestseller>li>a {
display:block;
zoom:1;
}

.bestseller>li>a img {
max-width:50px;
float:left;
}

.bestseller>li>a .details {
float:left;
margin-left:5px;
}

.bestseller>li>a .details .price {
margin-top:2px;
}

.bestseller>li>a .details .price .cross {
display:block;
text-decoration:line-through;
font-size:12px;
line-height:14px;
}

.bestseller>li>a .details .price .discount {
display:block;
color:#e51400;
font-size:13px;
line-height:14px;
}

.table.table-hover tr:hover>td {
background:#f8f8f8;
}

.table .with-checkbox {
width:10px;
}

.table .with-checkbox input {
margin-left:4px;
margin-top:0;
}

.table.dataTable {
margin-bottom:10px;
clear:both;
}

.table.dataTable.dataTable-grouping .group {
background:#e6e6e6;
border-top:2px solid #ccc;
}

.table.dataTable.dataTable-grouping .group.expanded-group {
background:url(../img/expanded-group.jpg) no-repeat left center #e6e6e6;
padding-left:33px;
}

.table.dataTable.dataTable-grouping .group.collapsed-group {
background:url(../img/collapsed-group.jpg) no-repeat left center #e6e6e6;
padding-left:33px;
}

.table.dataTable .sorting_asc {
background:url(../img/sorting-asc.png) no-repeat right center #eee;
}

.table.dataTable .sorting_desc {
background:url(../img/sorting-desc.png) no-repeat right center #eee;
}

.table.dataTable .sorting {
background:url(../img/sorting.png) no-repeat right center #eee;
}

.table.dataTable .sorting,.table.dataTable .sorting_desc,.table.dataTable .sorting_asc {
padding-right:30px;
white-space:nowrap;
}

.table.dataTable.dataTable-scroll-x {
border-collapse:separate;
max-width:none;
}

.table.dataTable th:focus {
outline:none;
}

.table tr th {
vertical-align:middle;
background:#eee;
}

.table.table-user tr.alpha td.alpha-val span {
background:#368ee0;
color:#fff;
display:block;
text-align:center;
font-size:18px;
padding:10px 0;
}

.table.table-user tr.alpha:hover td {
background:#FFF;
cursor:pointer;
}

.table.table-user tr td {
border-top:1px dotted #ccc;
}

.table.table-user tr td.user {
text-align:left;
vertical-align:middle;
}

.table.table-user tr td.icon {
width:20px;
vertical-align:middle;
}

.table.table-user tr td.icon .online {
font-size:10px;
color:#4fa828;
}

.table-mail tbody tr.warning>td {
background-color:#deecfa;
}

.table-mail .table-checkbox {
width:15px;
}

.table-mail .table-icon {
width:20px;
}

.table-mail .table-icon .sel-star {
color:#aaa;
text-decoration:none;
}

.dataTable-columnfilter .thefilter th,.usertable .thefilter th {
background-color:#eee;
vertical-align:middle;
color:#777;
}

.dataTable-columnfilter .thefilter .filter_column input,.usertable .thefilter .filter_column input {
margin-bottom:0;
width:100%;
text-indent:8px;
background:#fff;
padding:4px 0;
}

.dataTable-columnfilter .thefilter .filter_column select,.usertable .thefilter .filter_column select {
margin-bottom:0;
width:100%;
background:#fff;
}

.input-mini select {
width:60px;
}

.tabs.tabs-inline.tabs-top>li {
float:left;
margin-right:1px;
}

.tabs.tabs-inline.tabs-top>li.active>a {
background:#fff;
color:#333;
}

.tabs.tabs-inline.tabs-top>li>a {
color:#666;
background:#ddd;
text-decoration:none;
display:block;
padding:10px 20px;
}

.tabs.tabs-inline.tabs-left {
position:absolute;
background:#eee;
width:150px;
}

.tabs.tabs-inline.tabs-left>li:last-child>a {
border-bottom:1px solid #bbb;
}

.tabs.tabs-inline.tabs-left>li.write>a {
background:#e63a3a;
color:#fff;
margin:10px;
}

.tabs.tabs-inline.tabs-left>li.write>a:hover {
background:#d21b1b;
color:#fff;
}

.tabs.tabs-inline.tabs-left>li.active>a {
background:#fff;
color:#333;
margin-right:-1px;
}

.tabs.tabs-inline.tabs-left>li>a {
display:block;
color:#666;
background:#ddd;
text-decoration:none;
border-top:1px solid #bbb;
padding:10px 20px;
}

.tab-content.padding {
padding:20px;
}

.tab-content.tab-content-inline {
border-left:1px solid #bbb;
margin-left:150px;
}

.tab-content.tab-content-inline.tab-content-bottom {
border-left:0;
margin-left:0;
}

.tasklist {
list-style-type:none;
overflow:hidden;
zoom:1;
margin:0;
}

.tasklist li {
cursor:pointer;
zoom:1;
border-bottom:1px solid #ccc;
position:relative;
padding:0;
}

.tasklist li:hover .task-delete {
display:inline-block!important;
}

.tasklist li.bookmarked {
background:#fad8d8;
}

.tasklist li.done {
background:#e7f1fb;
}

.tasklist li.done .task span {
text-decoration:line-through;
}

.tasklist li label,.tasklist li .check {
float:left;
cursor:pointer;
border-right:1px solid #fec5bd;
margin:0;
padding:10px;
}

.tasklist li .task {
float:left;
text-overflow:ellipsis;
white-space:nowrap;
max-width:100%;
position:absolute;
left:43px;
right:50px;
overflow:hidden;
padding:11px 5px 3px;
}

.tasklist li .task-actions {
float:right;
padding:10px 10px 0;
}

.tasklist li .task-actions .task-delete {
display:none;
color:#888;
font-size:16px;
}

.tasklist li .task-actions .task-bookmark {
color:#aaa;
font-size:16px;
}

.tasklist li .task-actions .task-bookmark:hover {
color:#fd6e58;
}

.stats>li {
zoom:1;
float:left;
margin-right:15px;
padding:10px 15px;
}

.stats>li i {
font-size:36px;
color:#fff;
float:left;
margin:0;
}

.stats>li .details {
zoom:1;
margin-left:55px;
}

.stats>li .details span {
color:#fff;
display:block;
font-size:12px;
}

.tiles {
list-style-type:none;
margin:25px 0;
padding:0;
}

.tiles .has-chart>a span {
font-size:16px;
padding:10px 20px;
}

.tiles .has-chart-2>a span {
font-size:16px;
padding-top:0;
display:inline-block;
}

.tiles .has-chart-2>a span .spark-me canvas {
margin-top:-10px;
}

.tiles.tiles-small .label {
padding:3px 5px;
}

.tiles.tiles-small>li:hover:before {
width:70px;
height:70px;
}

.tiles.tiles-small>li>a {
width:80px;
height:80px;
}

.tiles.tiles-small>li>a span {
font-size:30px;
padding-top:20px;
}

.tiles .label {
padding:5px 8px;
}

.tiles.tiles-center {
text-align:center;
width:100%;
}

.tiles.tiles-center>li {
display:inline-block;
text-align:center;
float:none;
}

.tiles>li {
float:left;
position:relative;
margin:8px 0 0 8px;
}

.tiles>li .label {
position:absolute;
top:-5px;
left:-5px;
z-index:99;
}

.tiles>li:hover:before {
content:'';
position:absolute;
left:0;
top:0;
width:110px;
height:110px;
background:none;
pointer-events:none;
border:5px solid rgba(0,0,0,0.5);
z-index:99;
}

.tiles>li.long:hover:before {
width:235px;
}

.tiles>li.long>a {
width:245px;
}

.tiles>li.long>a span {
font-size:64px;
padding-top:25px;
}

.tiles>li.high:hover:before {
height:235px;
}

.tiles>li.high>a {
height:245px;
}

.tiles>li.high>a span {
padding-top:75px;
font-size:96px;
}

.tiles>li.high>a span.count>i {
margin-right:-25px;
}

.tiles>li.image>a img {
width:120px;
height:120px;
}

.tiles>li>a {
width:120px;
height:120px;
display:block;
color:#fff;
text-decoration:none;
position:relative;
text-align:center;
}

.tiles>li>a span {
padding-top:35px;
font-size:48px;
display:block;
}

.tiles>li>a span.count>i {
margin-right:-10px;
}

.tiles>li>a span h5 {
font-size:18px!important;
text-align:left;
margin:0;
padding:10px 10px 5px;
}

.tiles>li>a span p {
font-size:13px!important;
text-align:left;
padding:0 20px;
}

.tiles>li>a .name {
font-size:13px!important;
display:block;
position:absolute;
bottom:0;
left:0;
right:0;
text-align:left;
float:left;
padding:3px 10px;
}

.tiles>li>a .name .right {
font-size:13px;
float:right;
padding:0;
}

.minitiles>li {
float:left;
margin-right:15px;
}

.minitiles>li>a {
display:block;
height:61px;
width:61px;
color:#fff;
text-decoration:none;
position:relative;
text-align:center;
}

.minitiles>li>a i {
font-size:36px;
line-height:61px;
}

.minitiles>li>a:hover:before {
content:'';
position:absolute;
left:0;
top:0;
width:55px;
height:55px;
background:none;
pointer-events:none;
border:3px solid rgba(0,0,0,0.5);
z-index:99;
}

.timeline {
margin-left:30px!important;
}

.timeline>li {
position:relative;
border-bottom:2px dotted #ddd;
padding:30px 0;
}

.timeline>li .line {
width:4px;
background:#eee;
height:100%;
display:block;
position:absolute;
top:0;
bottom:0;
}

.timeline>li .timeline-content {
position:relative;
z-index:99;
}

.timeline>li .timeline-content .left .icon {
background:#368ee0;
float:left;
font-size:24px;
color:#fff;
position:absolute;
left:-18px;
top:5px;
padding:6px;
}

.timeline>li .timeline-content .left .date {
position:absolute;
top:48px;
left:-20px;
background:#eee;
font-size:11px;
padding:0 5px;
}

.timeline>li .timeline-content .activity .user {
font-size:14px;
margin-bottom:10px;
}

.timeline>li .timeline-content .activity .timeline-images>li>a img {
max-width:100px;
}

body.error .wrapper {
width:300px;
height:230px;
position:absolute;
top:50%;
left:50%;
margin:-165px -150px;
}

body.error .wrapper .code {
color:#fff;
font-size:90px;
text-align:center;
}

body.error .wrapper .desc {
color:#fff;
font-size:14px;
margin:20px 0;
}

body.error .wrapper .input-append {
width:300px;
background:#fff;
padding:2px;
}

body.error .wrapper .input-append input {
border:0;
width:260px;
background:#fff;
}

body.error .wrapper .input-append .btn {
border:0;
background:#368ee0;
color:#fff;
}

.grids .row-fluid {
margin-top:10px;
margin-bottom:20px;
}

.grids .row-fluid [class*="span"] {
background:#ccc;
text-align:center;
line-height:30px;
}

.the-icons li {
margin:5px 0;
}

.invoice-info .invoice-name {
font-size:24px;
margin-bottom:40px;
}

.invoice-info .invoice-from,.invoice-info .invoice-to {
float:left;
margin-bottom:30px;
}

.invoice-info .invoice-infos {
float:right;
margin-right:20px;
}

.table-invoice .qty {
width:50px;
}

.table-invoice .total {
text-align:right;
width:150px;
}

.table-invoice .taxes p .light {
margin-right:20px;
color:#888;
}

.invoice-payment ul {
list-style-type:none;
margin:10px;
padding:0;
}

.invoice-payment ul li {
float:left;
margin-right:10px;
}

.locked .wrapper {
width:500px;
height:500px;
position:absolute;
left:50%;
margin:200px -250px;
}

.locked .pull-left a {
color:#fff;
display:block;
background:#1b67af;
text-align:center;
text-decoration:none;
padding:4px 8px;
}

.locked .right .upper h2 {
color:#fff;
font-weight:300;
margin:0;
}

.locked .right .upper span {
display:block;
color:#fff;
}

.locked .right form input {
border:0;
margin-bottom:0;
}

.login .wrapper {
width:400px;
height:500px;
position:absolute;
left:50%;
top:40%;
margin:-200px;
}

.login .wrapper h1>a {
color:#fff;
display:block;
font-weight:300;
font-size:48px;
text-align:center;
text-decoration:none;
padding:2px 0;
}

.login .wrapper h1>a img {
margin-right:20px;
margin-top:-8px;
}

.login .wrapper .login-body {
margin-top:20px;
background: #0875F7;
border-color:#c6202a;
}

.login .wrapper .login-body form {
padding:0 30px;
}

.login .wrapper .login-body h2 {
font-weight:300;
color:#FFF;
font-size:24px;
padding:20px 30px 5px;
}

.login .wrapper .login-body .email input,.login .wrapper .login-body .pw input {
height:35px;
padding:8px 12px;
}

.login .wrapper .login-body .submit {
margin-top:15px;
zoom:1;
}

.login .wrapper .login-body .submit .remember {
float:left;
margin-top:5px;
margin-left:1px;
}

.login .wrapper .login-body .forget {
margin-top:50px;
}

.login .wrapper .login-body .forget a {
background:#666;
text-align:center;
display:block;
text-decoration:none;
color:#FFF;
padding:10px 0;
}

.login .wrapper .login-body .forget a span {
line-height:30px;
margin-bottom:10px;
position:relative;
}

.pagination.pagination-custom {
height:28px;
margin-top:-1px;
}

.pagination.pagination-custom li a {
background:#eee;
text-decoration:none;
color:#333;
border:0;
padding:5px 12px;
}

.search-results ul li {
zoom:1;
border-top:1px dotted #bbb;
padding:15px;
}

.search-results ul li:last-child {
-moz-border-radius-bottomleft:0;
-webkit-border-bottom-left-radius:0;
border-bottom-left-radius:0;
-moz-border-radius-bottomright:0;
-webkit-border-bottom-right-radius:0;
border-bottom-right-radius:0;
}

.search-results ul li .thumbnail {
float:left;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.search-results ul li .search-info {
margin-left:110px;
}

.search-results ul li .search-info .url {
color:#29b754;
}

.shop-items>li:hover .extended {
display:block;
position:absolute;
z-index:999;
background:#368ee0;
left:0;
right:0;
}

.shop-items>li>a img {
max-width:100%;
}

.shop-items>li>a .details .name {
display:block;
font-size:16px;
color:#333;
}

.shop-items>li>a .details .price {
text-align:right;
font-size:18px;
}

.shop-items>li .extended {
display:none;
zoom:1;
padding:10px 10px 5px;
}

.shop-items>li .extended .pull-right>a {
color:#fff;
font-size:16px;
text-decoration:none;
padding:2px 5px;
}

.product-details .price {
font-size:24px;
}

.calendar {
margin-top:10px;
}

.calendar .fc-header .fc-header-title h2 {
font-size:18px;
font-weight:300;
margin-bottom:0;
line-height:25px;
}

.calendar .fc-header .fc-header-right .fc-button {
position:relative;
top:-45px;
}

.calendar .fc-content .fc-event {
font-size:12px;
border:0!important;
}

.calendar .fc-content .fc-event .fc-event-inner {
background:#368ee0;
border:0!important;
margin:0;
}

.calendar .fc-content .fc-event .fc-event-inner .fc-event-title {
padding:2px 5px;
}

.calendar .fc-content .fc-event .fc-event-inner .fc-event-time {
padding:2px 2px 2px 5px;
}

.calendar .fc-button {
background:none;
border:0!important;
margin-right:5px;
}

.calendar .fc-button.fc-button-next .fc-button-content,.calendar .fc-button.fc-button-prev .fc-button-content {
padding:0 9px;
}

.calendar .fc-button.fc-button-next .fc-button-content i,.calendar .fc-button.fc-button-prev .fc-button-content i {
color:#666;
}

.calendar .fc-button.fc-button-prev {
margin-right:10px;
margin-left:0;
}

.calendar .fc-button .fc-button-inner {
background:none;
border:0!important;
}

.flot.small {
height:150px;
}

.flot.medium {
height:200px;
}

.chzn-container .chzn-drop {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.chzn-container.chzn-container-single .chzn-single {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#fff;
padding-top:3px;
padding-bottom:3px;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.chzn-container.chzn-container-single .chzn-single div b {
background-position-y:2px;
}

.chzn-container.chzn-container-multi .chzn-choices {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
background:#fff;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice {
background:#eee;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.cke.cke_chrome {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:0;
}

.cke .cke_top {
background:#fff;
border:1px solid #ddd;
border-bottom:0;
border-top:0;
}

.cke .cke_top .cke_button,.cke .cke_top .cke_combo_button {
background:#eee;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border:0;
cursor:pointer;
}

.cke .cke_top .cke_button:hover,.cke .cke_top .cke_button.cke_button_on,.cke .cke_top .cke_button:active,.cke .cke_top .cke_button:focus,.cke .cke_top .cke_combo_button:hover,.cke .cke_top .cke_combo_button.cke_button_on,.cke .cke_top .cke_combo_button:active,.cke .cke_top .cke_combo_button:focus {
background:#bbb;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
border:0;
}

.cke .cke_top .cke_combo.cke_combo_on .cke_combo_button {
background:#bbb;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.cke .cke_top .cke_toolbar_separator {
background:#aaa;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.cke .cke_top .cke_toolgroup {
border:0;
background:#fff;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
margin:0 10px 9px 0;
}

.cke .cke_bottom {
background:#eee;
-webkit-box-shadow:none;

-moz-box-shadow:none;
box-shadow:none;
border:1px solid #ddd;
border-top:0;
}

table.DTCR_clonedTable {
background-color:#FFF;
z-index:202;
cursor:move;
}

div.DTCR_pointer {
width:1px;
background-color:#368ee0;
z-index:201;
}

div.DTCR_pointer:before {
content:"\f063";
font-family:FontAwesome;
position:absolute;
top:-25px;
left:-5px;
color:#368ee0;
}

.ColVis {
float:right;
margin-bottom:1em;
}

.ColVis_Button {
position:relative;
float:left;
margin-right:3px;
height:30px;
background-color:#fff;
border:1px solid #d0d0d0;
cursor:hand;
padding:3px 5px;
}

button.ColVis_Button::-moz-focus-inner {
border:none!important;
padding:0;
}

div.ColVis_collectionBackground {
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
background-color:#000;
z-index:1100;
}

div.ColVis_collection {
position:relative;
width:150px;
background-color:#f3f3f3;
border:1px solid #ccc;
z-index:1102;
padding:3px;
}

div.ColVis_collection button.ColVis_Button {
background-color:#FFF;
width:100%;
float:none;
margin-bottom:2px;
}

div.ColVis_collection button.ColVis_Group {
background:#dadada;
border:1px solid #bababa;
}

div.ColVis_catcher {
position:absolute;
z-index:1101;
}

div.ColVis_collection button.ColVis_Group:hover {
background:#bababa;
border:1px solid #424242;
}

span.ColVis_radio {
display:inline-block;
width:20px;
}

.dataTables_wrapper .ColVis {
margin:10px 10px 10px 0;
}

.dataTables_wrapper .ColVis .ColVis_Button {
background:#eee;
border:0;
padding:3px 8px;
}

.dataTables_wrapper .dataTables_length {
float:left;
min-width:200px;
margin:10px 10px 5px;
}

.dataTables_wrapper .dataTables_length label>span {
float:left;
margin:4px 5px;
}

.dataTables_wrapper .DTTT_container {
margin:10px 5px 10px 0;
}

.dataTables_wrapper .DTTT_container .DTTT_button {
background:#eee;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border:0;
margin-right:5px;
color:#333;
}

.dataTables_wrapper .dataTables_filter {
float:right;
margin:10px 10px 5px 5px;
}

.dataTables_wrapper .dataTables_info {
float:left;
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
}

.dataTables_scroll {
clear:both;
}

.dataTables_scrollBody {
margin-top:-1px;
-webkit-overflow-scrolling:touch;
}

.DTFC_Cloned {
background:#eee;
border-right:1px solid #ddd;
}

.DTFC_LeftHeadWrapper {
border-right:1px solid #ddd;
}

div.DTS div.DTS_Loading {
position:absolute;
top:50%;
left:50%;
width:200px;
height:20px;
margin-top:-20px;
margin-left:-100px;
z-index:1;
border:1px solid #999;
text-align:center;
background-color:rgba(255,255,255,0.5);
padding:20px 0;
}

div.DTS div.dataTables_scrollBody {
z-index:2;
}

.datepicker.datepicker-dropdown .datepicker-days .active,.datepicker.datepicker-dropdown .datepicker-years .active,.datepicker.datepicker-dropdown .datepicker-months .active {
background:#368ee0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.datepicker.datepicker-dropdown .datepicker-days .active:hover,.datepicker.datepicker-dropdown .datepicker-years .active:hover,.datepicker.datepicker-dropdown .datepicker-months .active:hover {
background:#1e74c5;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.daterangepicker .active {
background:#368ee0;
background-image:none!important;
}

.elfinder .elfinder-toolbar {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#fff;
border-color:#ccc;
}

.elfinder .elfinder-toolbar .elfinder-buttonset .elfinder-toolbar-button-separator {
border-color:#eee;
}

.elfinder .elfinder-toolbar .elfinder-button {
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#fff;
}

.elfinder .elfinder-toolbar .elfinder-button:hover {
background:#ddd;
cursor:pointer;
}

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled {
background:#fff;
cursor:default;

}

.elfinder .elfinder-toolbar .elfinder-button.ui-state-disabled .elfinder-button-icon {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
opacity:0.2;
}

.elfinder .elfinder-button-search input {
margin-bottom:0;
border-color:#ccc;
}

.elfinder .elfinder-statusbar {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#eee;
border-color:#ccc;
padding:10px 12px;
}

.elfinder .elfinder-navbar .elfinder-navbar-dir {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
padding:5px 12px 5px 40px;
}

.activeFolder,.additionalInformation {
font-weight:700;
margin-left:5px;
}

.btn-file {
position:relative;
overflow:hidden;
vertical-align:middle;
border:1px solid #ccc;
padding:4px 8px;
}

.btn-file>input {
position:absolute;
top:0;
right:0;
font-size:23px;
cursor:pointer;
opacity:0;
filter:alpha(opacity=0);
transform:translate(-300px,0) scale(4);
direction:ltr;
margin:0;
}

.fileupload .uneditable-input {
display:inline-block;
margin-bottom:0;
vertical-align:middle;
cursor:text;
}

.fileupload .thumbnail {
display:inline-block;
margin-bottom:5px;
overflow:hidden;
text-align:center;
vertical-align:middle;
}

.fileupload .thumbnail>img {
display:inline-block;
max-height:100%;
vertical-align:middle;
}

.fileupload-new .input-append .btn-file {
-webkit-border-radius:0 0 0 0;
-moz-border-radius:0;
border-radius:0 0 0 0;
}

.thumbnail-borderless .thumbnail {
border:none;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
padding:0;
}

.control-group.warning .fileupload .uneditable-input {
color:#a47e3c;
border-color:#a47e3c;
}

.control-group.warning .fileupload .fileupload-preview {
color:#a47e3c;
}

.control-group.warning .fileupload .thumbnail {
border-color:#a47e3c;
}

.control-group.error .fileupload .uneditable-input {
color:#b94a48;
border-color:#b94a48;
}

.control-group.error .fileupload .fileupload-preview {
color:#b94a48;
}

.control-group.error .fileupload .thumbnail {
border-color:#b94a48;
}

.control-group.success .fileupload .uneditable-input {
color:#468847;
border-color:#468847;
}

.control-group.success .fileupload .fileupload-preview {
color:#468847;
}

.control-group.success .fileupload .thumbnail {
border-color:#468847;
}

.form-wizard .step .control-group {
padding:0 20px;
}

.form-wizard .form-actions {
margin-top:0;
margin-bottom:0;
}

.form-wizard.wizard-vertical .form-content {
background:#fff;
border-left:1px solid #d6d6d6;
margin-left:220px;
overflow:hidden;
padding:10px;
}

.form-wizard.wizard-vertical .wizard-steps {
float:left;
width:220px;
margin-bottom:0;
min-height:200px;
}

.form-wizard.wizard-vertical .wizard-steps>li {
float:none;
width:100%!important;
zoom:1;
display:block;
background:#eee;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

.form-wizard.wizard-vertical .wizard-steps>li.active {
background:#fff;
position:relative;
border-top:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
}

.form-wizard.wizard-vertical .wizard-steps>li.active:after {
position:absolute;
content:"";
top:0;
left:auto;
bottom:0;
background:#fff;
width:1px;
right:-1px;
height:100%;
display:block;
}

.form-wizard.wizard-vertical .wizard-steps>li .single-step {
zoom:1;
padding:10px;
}

.form-wizard.wizard-vertical .wizard-steps>li .description {
float:left;
margin-left:10px;
margin-top:2px;
}

.form-wizard.wizard-vertical .form-actions {
padding-left:240px;
background:#fff;
margin-bottom:0;
margin-top:0;
border-top:1px solid #d6d6d6;
}

.form-wizard .wizard-steps {
list-style-type:none;
zoom:1;
background:#eee;
margin:0 0 30px;
padding:0;
}

.form-wizard .wizard-steps li {
float:left;
text-align:center;
}

.form-wizard .wizard-steps li .single-step {
padding:15px 0;
}

.form-wizard .wizard-steps li .single-step .title {
text-align:center;
font-size:16px;
background:#ddd;
color:#888;
padding:4px 10px;
}

.form-wizard .wizard-steps li .single-step .description {
margin-left:5px;
color:#aaa;
}

.form-wizard .wizard-steps li.active {
background:#fff;
position:relative;
}

.form-wizard .wizard-steps li.active:after {
position:absolute;
bottom:-1px;
right:0;
left:0;
content:"";
background:#fff;
width:100%;
height:1px;
display:block;
}

.form-wizard .wizard-steps.steps-5 li {
width:20%;
}

#gritter-notice-wrapper {
right:auto;
left:50%;
margin-left:-150.5px;
}

#map1,#map2,#map3,#map4 {
height:400px;
}

#map1 img,#map2 img,#map3 img,#map4 img {
max-width:none;
}

.cluster {
text-align:center;
font-weight:700;
color:#fff;
cursor:pointer;
}

.cluster.cluster-1 {
background:url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m1.png);
width:53px;
height:52px;
line-height:52px;
}

.cluster.cluster-2 {
background:url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m2.png);
width:56px;
height:55px;
line-height:55px;
}

.cluster.cluster-5 {
background:url(http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m3.png);
width:66px;
height:65px;
line-height:65px;
}

.ms-container .multi-custom-header {
background:#368ee0;
color:#fff;
padding:2px 8px;
}

.plupload .plupload_container .plupload_filelist_footer {
height:30px;
background:#fff;
}

.plupload.pl-sidebar .plupload_filelist_footer {
border-top:0;
height:auto;
padding:0;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add {
border:1px solid #ccc;
border-top:0;
text-align:center;
background:#ddd;
display:block;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
margin:0;
padding:4px;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_name {
float:none;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist {
overflow-y:auto;
border:1px solid #ccc;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_name,.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_name {
width:100px;
line-height:18px;
font-size:11px;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext {
position:relative;
color:#333;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext span {
z-index:99;
position:absolute;
left:0;
right:0;
text-align:center;
font-weight:700;
}

.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_droptext:after {
content:"\f0ee";
font-size:128px;
color:#e6e6e6;
position:absolute;
font-family:FontAwesome;
top:10px;
z-index:98;
left:13px;
}

.ui-resizable-handle.ui-resizable-e {
cursor:col-resize;
}

.select2-container .select2-choice {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background-image:none;
background:#fff;
}

.select2-container .select2-choice div {
border-left:0;
background:none;
}

.select2-container.select2-drop-above .select2-choice {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background-image:none;
}

.select2-container .select2-search-choice-close {
top:3px;
}

.slider {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
height:6px;
position:relative;
zoom:1;
margin:10px 0 20px;
}

.slider .amount {
position:absolute;
left:0;
top:-20px;
}

.slider .amount_min {
position:absolute;
left:0;
bottom:-25px;
}

.slider .amount_max {
position:absolute;
right:0;
bottom:-25px;
}

.slider .ui-slider-handle {
border:0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
background:#368ee0;
width:14px;
height:14px;
}

.ui-spinner {
-webkit-border-radius:0!important;
-moz-border-radius:0!important;
border-radius:0!important;
border-color:#ccc;
}

.ui-spinner .spinner {
border:0;
margin-top:0;
}

.ui-spinner .ui-spinner-button {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity:0.6;
}

.tagsinput[id$="_tagsinput"] {
padding-bottom:0;
}

.tagsinput[id$="_tagsinput"] .tag {
background:#368ee0;
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
color:#fff;
border:0;
}

.editable-address {
display:block;
margin-bottom:5px;
}

.editable-address span {
width:70px;
display:inline-block;
}

html,body {
height:100%;
}

body {
background:#fff;
font-family:'Open Sans', sans-serif;
font-size:13px!important;
}

a:focus {
outline:none;
text-decoration:none;
}

.ulreset,#navigation .user .icon-nav,#navigation .main-nav,.letterbox .letter,.blog-widget-recent-posts,.blog-widget-latest-photos,.blog-widget-categories,.blog-widget-tags,.user-list>ul,.statistic-big .stats-overview,.pagestats,.userlist,.quickstats,.tags,.bestseller,.tabs,.stats,.minitiles,.timeline,.timeline>li .timeline-content .activity .timeline-images,.search-results ul,.shop-items,.colors {
list-style-type:none;
margin:0;
padding:0;
}

.nopadding {
padding:0!important;
}

.box-sortable {
background:#eee;
border:1px dotted #333;
}

.colors>li {
height:40px;
width:40px;
float:left;
margin:0 5px 5px 0;
}

.colors>li>a,.colors>li>span {
width:40px;
height:40px;
display:block;
}

.basic-margin>li,.basic-margin>a {
margin:0 5px 5px 0;
}

[class^="icon-"]:before,[class*=" icon-"]:before,[class^="glyphicon-"]:before,[class*=" glyphicon-"]:before {
text-decoration:inherit;
display:inline-block;
speak:none;
}

a [class^="icon-"],a [class*=" icon-"],.fileupload-inline .fileupload-controls {
display:inline;
}

.icons-ul>li,#left .subnav .subnav-menu>li.dropdown>a,.theme-settings>li .version-toggle>a.active,.theme-settings>li .topbar-toggle>a.active,.theme-settings>li .sidebar-toggle>a.active,.timeline>li .timeline-content .left,.shop-items>li {
position:relative;
}

[class^="icon-"].hide,[class*=" icon-"].hide,#navigation .mobile-nav,#navigation .mobile-nav>li>ul,.messages>li.typing,.ui-datepicker .ui-datepicker-prev .ui-icon,.ui-datepicker .ui-datepicker-next .ui-icon,.table.table-nohead thead,.table.table-nohead thead th,.table.table-nohead thead td,.tasklist li.done .task-actions,.fileupload-exists .fileupload-new,.fileupload-new .fileupload-exists,.plupload .plupload_container .plupload_filelist_header,.plupload.pl-sidebar .plupload_filelist_footer .plupload_total_status,.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_status,.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_action,.plupload.pl-sidebar .plupload_filelist_footer .plupload_progress,.plupload.pl-sidebar .plupload_filelist_footer .plupload_file_size,.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_status,.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_status,.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_delete .plupload_file_size,.plupload.pl-sidebar .plupload_content .plupload_filelist .plupload_failed .plupload_file_size,.visible-480 {
display:none;
}

.icon-light,#navigation .user>a,.box.box-color .box-title h3,.box.box-color .box-title .tabs>li>a,.box.box-color .box-title .actions>a,.shop-items>li:hover>a .details,.shop-items>li:hover>a .details .name,.tagsinput[id$="_tagsinput"] .tag a {
color:#fff;
}

.icon-dark,#navigation .user .icon-nav>li .message-ul.feed>li>a .message,#navigation .user .icon-nav>li .message-ul>li>a:hover .count span,.blog-list-post .post-content .post-title>a,.calendar .fc-button.fc-button-next:hover .fc-button-content i,.calendar .fc-button.fc-button-prev:hover .fc-button-content i,.form-wizard .wizard-steps li.active .single-step .description {
color:#333;
}

.pull-right,#main .breadcrumbs .close-bread,#navigation .user,.messages>li.right .image,.login .wrapper .login-body .submit input {
float:right;
}

.pull-left,#navigation .user .dropdown,#navigation .main-nav,.blog-widget-recent-posts>li>a .details .date,.blog-widget-recent-posts>li>a .details .tags,.box .box-title .tabs.tabs-left,.form-button a,.statistic-big .top .left,.userlist>li>a,.stats,.minitiles,.login .wrapper .login-body .submit .remember [class*=icheckbox],.login .wrapper .login-body .submit .remember label,.dataTables_wrapper .dataTables_length .input-mini,.form-wizard.wizard-vertical .wizard-steps>li .title {
float:left;
}

.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.select2-container .select2-choices {
background-image:none;
}

.btn [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class^="icon-"].icon-large,.nav [class*=" icon-"].icon-large,.nav-tabs [class^="icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"],.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class^="icon-"],.nav-pills [class^="icon-"].icon-large,.nav-pills [class*=" icon-"],.nav-pills [class*=" icon-"].icon-large {
line-height:.9em;
}

.btn [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.nav [class*=" icon-"].icon-spin,a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before,a [class^="glyphicon-"],a [class*=" glyphicon-"],.pagestats>li {
display:inline-block;
}

.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"],#navigation .mobile-nav.open>li:first-child,.user-list>ul>li:first-child,.pricing-tables .pricing.highlighted,.bestseller>li:first-child {
margin-top:0;
}

.icon-bookmark:before,.tasklist li.bookmarked .task-actions .task-bookmark i:before,.tasklist li .task-actions .task-bookmark:hover i:before {
content:"\f02e";
}

.icon-reply-all:before,.icon-mail-reply-all:before {
content:"\f122";
}

.dropdown-menu:before,.accordion-widget .accordion-group .accordion-inner,.table.table-nohead tr:first-child td,.table.table-user tr:first-child td,.datepicker.datepicker-dropdown:before,.datepicker.datepicker-dropdown:after,.elfinder .elfinder-toolbar .elfinder-buttonset,.filetree .dynatree-container {
border:0;
}

.dropdown-menu.typeahead>li.active>a,.dropdown-menu>li:focus>a,.dropdown-menu>li:hover>a,#navigation .main-nav>li.open.active>.dropdown-menu>.active>a {
background:#ddd;
color:#333;
filter:none;
}

.dropdown-menu.typeahead>li.active:focus>a,.dropdown-menu.typeahead>li.active:hover>a,#navigation .dropdown-menu>li>a:hover {
background:#368ee0;
color:#fff;
filter:none;
}

.dropdown-menu .dropdown-submenu:hover>a,.dropdown-menu .dropdown-submenu>a:active,.dropdown-menu .dropdown-submenu>a:focus {
background:#eee;
color:#333;
}

.dropdown-menu .dropdown-submenu.active:hover:after,.dropdown-menu .dropdown-submenu>a:after,#navigation .main-nav>li.open.active>.dropdown-menu>.active>a:after {
border-left-color:#666;
}

.dropdown-menu .dropdown-submenu .dropdown-menu,.table-bordered,.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child,.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child,.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child,.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child,.input-prepend .add-on:first-child,.input-prepend .btn:first-child,.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle,.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child,.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child,.btn-group>.btn:first-child,.btn-group>.btn:last-child,.btn-group>.dropdown-toggle,#ascrail2000 div,.slimScrollBar.ui-draggable,.select2-results,.select2-search,.select2-with-searchbox {
-webkit-border-radius:0!important;
-moz-border-radius:0!important;
border-radius:0!important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu .active>a,#navigation .user .icon-nav>li .message-ul>li>a.more-messages:hover,.tabs.tabs-inline.tabs-top>li>a:hover,.tabs.tabs-inline.tabs-left>li>a:hover {
background:#ddd;
color:#333;
}

.modal form,.box.box-bordered .table,.box.box-bordered .form-bordered,.form-messages,.form-striped .control-group,.form-horizontal .help-block .progress,[class*="span"] .form-actions,#updateInterval,.dataTables_wrapper .dataTables_filter input,.fileupload,.form-wizard,.form-wizard.wizard-vertical,.form-wizard.wizard-vertical .form-content .control-group:last-child {
margin-bottom:0;
}

.input-append input,.input-append select,.input-append .uneditable-input,.uneditable-input,.modal,.tooltip .tooltip-inner,.accordion .accordion-group,.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span,.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span,.pagination ul>li:first-child>a,.pagination ul>li:first-child>span,.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,.pagination ul>li:last-child>a,.pagination ul>li:last-child>span,.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,.datepicker.datepicker-dropdown,.datepicker.datepicker-dropdown .datepicker-days td,.datepicker.datepicker-dropdown .datepicker-days th,.datepicker.datepicker-dropdown .datepicker-days span,.datepicker.datepicker-dropdown .datepicker-years td,.datepicker.datepicker-dropdown .datepicker-years th,.datepicker.datepicker-dropdown .datepicker-years span,.datepicker.datepicker-dropdown .datepicker-months td,.datepicker.datepicker-dropdown .datepicker-months th,.datepicker.datepicker-dropdown .datepicker-months span,.daterangepicker th,.daterangepicker td,.daterangepicker td:hover,.daterangepicker td.active,.daterangepicker .calendar,.elfinder .elfinder-cwd-filename,.elfinder .elfinder-cwd-file,.elfinder .elfinder-cwd-file-wrapper,.bootstrap-timepicker-widget.dropdown-menu,.colorpicker.dropdown-menu,.editable-input .datepicker table tr td {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
}

.btn-group.text,.btn-group .dropdown,.btn-group .pagination,label,input,button,select,textarea,.pagestats.style-4 .name {
font-size:13px;
}

.btn-group .pagination,.tiles.nomargin,.alert.alert-nomargin {
margin:0;
}

.btn-group .pagination ul,.modal .modal-footer,.btn-group.open .dropdown-toggle,.btn:active,.search-form>.search-pane>input:focus {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

.table-bordered,.table-bordered.dataTable.dataTable-noheader,.pricing-tables .pricing>li:first-child,.userlist>li:first-child,.tabs.tabs-inline.tabs-left>li:first-child>a,.search-results ul li:first-child,.form-wizard.wizard-vertical .wizard-steps>li:first-child,.form-wizard.wizard-vertical .wizard-steps>li.active:first-child {
border-top:0;
}

.table-bordered.table-force-topborder,.table-bordered.dataTable {
border-top:1px solid #ddd;
}

input,textarea,.ms-container .ms-list {
-webkit-border-radius:0!important;
-moz-border-radius:0!important;
border-radius:0!important;
-webkit-box-shadow:none!important;
-moz-box-shadow:none!important;
box-shadow:none!important;
}

.btn-group.open .dropdown-toggle.btn-primary,.btn-group.open .dropdown-toggle.btn-info,.nav.nav-pills>li.active>a,.nav.nav-list>li.active>a,.theme-colors li span.blue,.box.box-color .box-title,body.error,.locked,.login,.pagination.pagination-custom li.active a:hover,.shop-items>li:hover,.chzn-container .chzn-drop .chzn-results>li.highlighted,.editable-input .datepicker table tr td.active {
background:#F9F8F8;
}

.btn-group.open .dropdown-toggle.btn-danger,.btn.btn-danger:hover,.theme-colors li span.red {
background:#e51400;
}

.btn-group.open .dropdown-toggle.btn-inverse,.theme-colors li span.grey {
background:#333;
}

.btn-group.open .dropdown-toggle.btn-success,.btn.btn-success:hover,.theme-colors li span.green {
background:#393;
}

.btn-group.open .dropdown-toggle.btn-warning,.theme-colors li span.orange {
background:#f8a31f;
}

.dropdown-menu.dropdown-primary,.box.box-bordered.box-color .box-title,.box.box-bordered.box-color .box-content {
border-color:#368ee0;
}

.dropdown-menu.dropdown-primary>li>a:hover,#navigation .dropdown-menu>li.dropdown-submenu:hover>a,#navigation .dropdown-menu>li.dropdown-submenu:focus>a,.box .box-title .tabs>li.active>a,.box .box-title .actions .btn:hover,.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day>a,.table.table-colored-header thead th,.table.table-colored-header thead td,.table-pagination>span>a.active,.tiles>li.image>a .name,.pagination.pagination-custom li.active a,.calendar .fc-button.fc-state-active,.calendar .fc-button.fc-state-active:hover,.dataTables_wrapper .dataTables_paginate>span>a.paginate_active,.form-wizard .wizard-steps li.active .single-step .title {
background:#368ee0;
color:#fff;
}

.btn.btn-text-left,button.ColVis_Button {
text-align:left;
}

.btn i,.pagestats.style-3 .bottom .name,.tags>li>a.big-1,.bestseller>li>a .details .name {
font-size:14px;
}

.accordion .accordion-group .accordion-heading .accordion-toggle,.form-striped .control-group:nth-child(odd),.pricing-tables .pricing.highlighted>li,.timeline>li:hover {
background:#f6f6f6;
}

.alert,.elfinder {
-webkit-border-radius:0;
-moz-border-radius:0;
border-radius:0;
border:0;
}

#content.nav-fixed,#content.container-fluid.nav-fixed,.tiles .has-chart-2>a span .spark-me {
padding-top:40px;
}

#content.container-fluid,.ui-datepicker .ui-datepicker-calendar td,.tiles>li>a span.nopadding,.plupload .plupload_container {
padding:0;
}

#main:after,#main .page-header:after,#main .breadcrumbs:after,#main .breadcrumbs ul:after,#left .subnav .subnav-content:after,#left .subnav .subnav-title:after,.theme-colors:after,.theme-colors li:after,.letterbox .letter:after,.blog-widget-recent-posts>li>a:after,.blog-widget-latest-photos:after,.blog-widget-tags:after,.blog-list-post.small:after,.blog-list-post .post-content .post-meta:after,.blog-list-post .post-comments .new-comment:after,.highlight-toolbar:after,.box .box-title:after,.box .box-title .tabs:after,.box .box-content:after,.form-horizontal.form-column:after,.form-horizontal.form-bordered .control-group .controls:after,.form-button:after,.gallery:after,.user-list>ul>li:after,.statistic-big .top:after,.pricing-tables:after,.userlist>li:after,.bestseller>li>a:after,.tabs.tabs-inline:after,.tasklist li:after,.stats>li:after,.stats>li .details:after,.timeline>li .timeline-content .activity .timeline-images:after,.login .wrapper .login-body .submit:after,.search-results ul:after,.search-results ul li:after,.shop-items>li .extended:after,.product-details div.colors:after,.form-wizard.wizard-vertical .wizard-steps>li:after,.form-wizard.wizard-vertical .wizard-steps>li .single-step:after,.form-wizard .wizard-steps:after,.slider:after {
content:"";
display:table;
clear:both;
}

#main .breadcrumbs .close-bread>a:hover,#navigation #brand:hover,.tasklist li .task-actions>a,.shop-items>li>a {
text-decoration:none;
}

#main #vmap,.flot {
width:100%;
height:300px;
}

#footer .gototop:hover,.grids .row-fluid [class*="span"]:hover {
background:#aaa;
}

#left .subnav,.user-list>ul>li.invite,.more-images {
margin-top:15px;
}

#left .subnav:hover .subnav-title .toggle-subnav i,#navigation .mobile-nav.open>li>ul.open,.gallery>li>a,.gallery>li:hover .extras,.messages>li.typing.active,.statistic-big .stats-overview>li .name {
display:block;
}

#left .subnav .subnav-menu>li.dropdown.open>a,#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu .dropdown-submenu:hover>a,#left .subnav .subnav-menu>li.dropdown.open .dropdown-menu .dropdown-submenu:focus>a {
background:#ccc;
color:#333;
}

.language-select .dropdown-menu a span,.form-vertical .control-label small {
margin-left:20px;
}

.theme-settings>li:first-child,.pagestats.style-2,.locked .right form div {
margin-top:5px;
}

.theme-settings>li .version-toggle>a:hover,.theme-settings>li .topbar-toggle>a:hover,.theme-settings>li .sidebar-toggle>a:hover,.table-pagination>a:hover,.login .wrapper .login-body .forget a:hover,.pagination.pagination-custom li a:hover,.calendar .fc-button:hover,.dataTables_wrapper .ColVis .ColVis_Button:hover,.dataTables_wrapper .DTTT_container .DTTT_button:hover,.dataTables_wrapper .dataTables_paginate>a:hover {
background:#4D4B4B;
}

.theme-colors li,.letterbox .letter,.blog-widget-latest-photos,.blog-widget-tags,.blog-list-post.small,.blog-list-post .post-content .post-meta,.blog-list-post .post-comments .new-comment,.form-horizontal.form-column,.statistic-big .top,.pricing-tables,.tabs.tabs-inline,.timeline>li .timeline-content .activity .timeline-images,.search-results ul,.product-details div.colors {
zoom:1;
}

.theme-colors li span.grey-3,.elfinder .elfinder-navbar,.elfinder .elfinder-cwd-file:hover,.form-wizard.wizard-vertical .step {
background:#eee;
}

#navigation .toggle-mobile i,.box.box-condensed .box-title h3,.tags>li>a.big-3 {
font-size:18px;
}

#navigation .mobile-nav.open>li.active>ul,.locked .pull-left a:hover {
background:#144d82;
}

#navigation .mobile-nav.open>li>ul>li ul,.the-icons {
list-style-type:none;
}

#navigation .user .icon-nav>li .message-ul>li>a:hover .details .message,.blog-widget-recent-posts>li>a:hover .details,.messages>li .message p {
color:#444;
}

#navigation .user .dropdown.open,#navigation .user .dropdown>a:hover,.blog-widget-tags>li>a:hover,body.error .wrapper .input-append .btn:hover,.editable-input .datepicker table tr td.active:hover {
background:#1b67af;
}

#navigation .user .dropdown>a img,.login .wrapper .login-body .submit .remember label,.calendar .fc-button.fc-button-next,.calendar .fc-button.fc-button-prev {
margin-left:10px;
}

#navigation .main-nav>li.active>a:hover,#navigation .main-nav>li.open.active>a,.pricing-tables .pricing.highlighted>li:nth-child(odd),.pricing-tables .pricing>li.button,.tabs.tabs-inline.tabs-top>li.active>a:hover,.tabs.tabs-inline.tabs-left>li.active>a:hover,.search-results ul li:nth-child(even),.plupload .plupload_container .plupload_filelist,.plupload .plupload_container .plupload_filelist>li {
background:#fff;
}

.blog-widget,.statistic-big .bottom,.locked .right form,.product-details .price,.product-details div.colors,.product-details .sizes,.product-details .actions,.row-fluid.margin-top {
margin-top:30px;
}

.blog-widget-recent-posts>li,.box.box-small .box-title .actions {
margin-top:3px;
}

.blog-widget-recent-posts>li>a .details i,.table tr td .label {
margin-right:3px;
}

.blog-widget-latest-photos>li,.blog-widget-tags>li {
float:left;
margin:0 5px 5px 0;
}

.blog-list-post .post-content .post-meta .date a,.blog-list-post .post-content .post-meta .comments a,.blog-list-post .post-content .post-meta .tags a,.blog-list-post .post-content .post-meta .author a,.timeline>li .timeline-content .activity .user span {
color:#777;
}

.highlight-toolbar .dropdown .btn .caret,.dataTables_wrapper .ColVis .ColVis_Button i {
margin-left:5px;
}

.sortable-box .box-title:hover,.box .box-title .actions .content-move,.table.dataTable.dataTable-reorder th:hover {
cursor:move;
}

.box.box-condensed .box-title .actions .btn,.box .box-title .tabs>li>a {
padding:4px 8px;
}

.box.box-condensed .box-content,.shop-items>li>a .details,.form-wizard.wizard-vertical .form-content .control-group {
padding:10px;
}

.box.box-small .box-title h3,.tags>li>a.big-2,.stats>li .details span.big,.search-results ul li .search-info a {
font-size:16px;
}

.box.box-color .box-title .tabs>li.active>a,.box.box-color .box-title .actions>a:hover {
background:#fff;
color:#368ee0;
}

.box.box-color .box-title .tabs>li>a:hover,a {
color:#368ee0;
}

.box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td,.statistic-big .stats-overview,.pagestats,.ui-datepicker .ui-datepicker-calendar th,.ui-datepicker .ui-datepicker-calendar td,.tiles.tiles-center>li>a .name {
text-align:center;
}

.box.box-bordered .table.table-bordered,.box.box-bordered .table.table-bordered th:last-child,.box.box-bordered .table.table-bordered td:last-child,.statistic-big .stats-overview>li:last-child,.form-wizard .wizard-steps li:last-child .single-step {
border-right:0;
}

.box.box-bordered .table.table-bordered th:first-child,.box.box-bordered .table.table-bordered td:first-child,.form-horizontal.form-column [class*="span"]:first-child {
border-left:0;
}

.box .box-title .tabs>li,.timeline>li .timeline-content .activity .timeline-images>li {
float:left;
margin-right:5px;
}

.box .box-title .tabs>li:last-child,.stats>li:last-child {
margin-right:0;
}

.form-horizontal.form-column .span6,.form-wizard .wizard-steps.steps-2 li {
width:50%;
}

.form-horizontal.form-column .span4,.form-wizard .wizard-steps.steps-3 li {
width:33.333%;
}

.form-horizontal.form-column .span3,.form-wizard .wizard-steps.steps-4 li {
width:25%;
}

.form-horizontal .control-group .control-label.right,.table-invoice .taxes p,.product-details .actions {
text-align:right;
}

.form-horizontal.form-bordered .control-group:last-child,.tasklist li:last-child,.timeline>li:last-child {
border-bottom:0;
}

.form-button span i,.tasklist li .task i,.plupload .plupload_container .plupload_filelist_footer .pl_add {
margin-right:5px;
}

.messages>li,.bestseller>li {
margin-top:20px;
}

.messages>li .message .name,.dataTables_wrapper .dataTables_info span {
font-weight:600;
}

.messages>li.right .message p,.messages>li.right .message .time {
color:#11406c;
}

.statistic-big .top .right .icon-circle-arrow-right,.table-mail .table-icon .sel-star:hover,.table-mail .table-icon .sel-star.active {
color:#f8a31f;
}

.statistic-big .top .right .icon-circle-arrow-down,.tasklist li.bookmarked .task-actions .task-bookmark {
color:#e63a3a;
}

.pagestats.style-3 .spark,.pagestats.style-4 .spark {
float:none;
margin:0;
}

.pagestats.style-2 .left,.tags>li>a.big-4 {
font-size:20px;
}

.pagestats .spark,.locked .right {
float:left;
margin-left:15px;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,.ui-datepicker .ui-datepicker-next.ui-state-hover,.table-invoice .taxes p .totalprice {
font-weight:700;
}

.ui-datepicker .ui-datepicker-prev:hover,.ui-datepicker .ui-datepicker-next:hover {
background:#ddd!important;
}

.ui-datepicker .ui-datepicker-prev:hover:before,.ui-datepicker .ui-datepicker-next:hover:before {
color:#000;
}

.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month>a,.table-pagination>a.disabled,.disabled,.dataTables_wrapper .dataTables_paginate>a.paginate_button_disabled {
color:#999;
}

.table.dataTable.dataTable-grouping .group.expanded-group:hover,.table.dataTable.dataTable-grouping .group.collapsed-group:hover,.table-mail tbody tr>td {
cursor:pointer;
}

.table.dataTable.dataTable-scroll-x td,div.DTS tbody th,div.DTS tbody td {
white-space:nowrap;
}

.table tr td,.fileupload .btn {
vertical-align:middle;
}

.table.table-user tr td.img,.table.table-user tr td.img img {
width:40px;
}

.table-mail .table-date,.table-invoice .price {
width:100px;
}

.table-mail .table-fixed-medium,.locked .pull-left {
width:200px;
}

.table-pagination,.dataTables_wrapper .dataTables_paginate {
float:right;
margin-right:5px;
margin-top:10px;
margin-bottom:10px;
}

.table-pagination>a,.dataTables_wrapper .dataTables_paginate>a {
margin-right:5px;
background:#eee;
color:#333;
text-decoration:none;
cursor:pointer;
padding:3px 8px;
}

.table-pagination>a.disabled:hover,.dataTables_wrapper .dataTables_paginate>a.paginate_button_disabled:hover {
background:#eee;
cursor:default;
}

.table-pagination>span>a,.dataTables_wrapper .dataTables_paginate>span>a {
margin-right:5px;
background:#eee;
color:#333;
text-decoration:none;
cursor:pointer;
padding:3px 8px;
}

.timeline>li .timeline-content .activity,.invoice-info .invoice-to {
margin-left:50px;
}

body.error .wrapper .code span,.product-details .actions .non {
margin-right:15px;
}

.invoice-info .invoice-from span,.invoice-info .invoice-to span,.invoice-payment span {
color:#888;
display:block;
}

.locked .right form input[type=password],.editable-input .datepicker-inline {
width:260px;
}

.chzn-container.chzn-container-single .chzn-search input,.elfinder .elfinder-toolbar .elfinder-button:hover.elfinder-button-search {
background:none;
}

.cke .cke_contents,.fileupload-new.thumbnail-borderless .thumbnail {
border:1px solid #ddd;
}

.ColVis_text_hover,div.ColVis_collection button.ColVis_Button:hover {
border:1px solid #999;
background-color:#f0f0f0;
}

div.DTS tbody tr.even,div.DTS div.dataTables_scrollHead {
background-color:#FFF;
}

.daterangepicker:before,.daterangepicker:after,.bootstrap-timepicker-widget.dropdown-menu:before,.bootstrap-timepicker-widget.dropdown-menu:after,.colorpicker.dropdown-menu:before,.colorpicker.dropdown-menu:after {
border:0!important;
}

.plupload.pl-sidebar .plupload_filelist_footer .plupload_add:hover,.editable-input .datepicker table tr td:hover {
background:#bbb;
}

.colors.small>li,.colors.small>li>a,.colors.small>li>span {
height:20px;
width:20px;
}

@media max-width 1250px{
#main .page-header .minitiles {
display:none;
}
}

@media max-width 1200px{
.stats-overview>li {
padding:5px 10px!important;
}

.form-horizontal.form-column [class*="span"] {
border-top:1px solid #ddd;
border-left:0!important;
width:100%!important;
}

.form-horizontal.form-column [class*="span"]:first-child {
border-top:0;
}

.form-horizontal.form-column .form-actions {
border-top:0!important;
}

.icon-nav {
display:none!important;
}
}

@media max-width 1100px{
.stats-overview>li {
border-right:1px dotted #ddd!important;
padding:5px 10px!important;
}

.stats-overview>li .name {
font-size:11px!important;
}

.stats-overview>li .value {
font-size:13px!important;
}
}

@media max-width 1024px{
#main .page-header .stats {
display:none;
}

.search-form>.search-pane>input {
width:135px!important;
}

.hidden-1024 {
display:none!important;
}

.form-wizard .single-step .title {
padding:1px 5px!important;
}

.form-wizard .single-step .description {
font-size:12px!important;
margin-left:0!important;
}
}

@media max-width 976px{
#navigation .user .dropdown>a {
padding:7px 6px 6px!important;
}

#navigation .main-nav>li>a {
font-size:12px;
padding:10px 8px!important;
}
}

@media max-width 840px{
.mobile-sidebar-toggle {
display:block!important;
}

#navigation #brand {
padding-right:0!important;
}

#navigation .main-nav {
display:none;
}

#navigation .toggle-nav {
display:none!important;
}
}

@media max-width 767px{
body {
padding:0!important;
}

.pricing-tables .pricing.highlighted {
margin-top:30px!important;
}

.hidden-768 {
display:none!important;
}

.navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top {
margin:0!important;
}

.container-fluid,.container {
padding:0 20px;
}

.form-wizard.wizard-vertical .wizard-steps {
width:160px!important;
}

.form-wizard.wizard-vertical .form-content {
margin-left:160px!important;
}

.form-wizard.wizard-vertical .form-actions {
padding-left:180px!important;
}
}

@media max-width 480px{
.table-mail .table-fixed-medium {
width:120px!important;
}

.form-wizard.wizard-vertical .wizard-steps {
width:40px!important;
}

.form-wizard.wizard-vertical .form-content {
margin-left:40px!important;
}

.form-wizard.wizard-vertical .form-actions {
padding-left:60px!important;
}

.tabs.tabs-inline.tabs-top>li>a {
padding:8px 10px!important;
}

.tabs.tabs-inline.tabs-left {
position:static!important;
background:none!important;
width:auto!important;
}

.tabs.tabs-inline.tabs-left>li {
float:left;
margin-right:1px;
}

.tabs.tabs-inline.tabs-left>li>a {
border-top:0!important;
border-bottom:0!important;
padding:8px 10px!important;
}

.tab-content.tab-content-inline {
margin-left:0!important;
border-left:0!important;
}

.visible-480 {
display:inline-block!important;
}

.form-horizontal .controls {
margin-left:0!important;
}

.calendar .fc-button.fc-button-next .fc-button-content,.calendar .fc-button.fc-button-prev .fc-button-content {
margin-top:3px;
padding:0 4px!important;
}

.calendar .fc-button .fc-button-content {
font-size:12px!important;
margin-right:2px!important;
}

.calendar .fc-header .fc-header-left {
width:0!important;
display:none;
}

.calendar .fc-header .fc-header-right .fc-button {
position:static!important;
top:auto!important;
}

.calendar .fc-header .fc-header-title h2 {
font-size:14px!important;
}

body.login .wrapper {
width:300px;
top:0;
margin:20px -150px!important;
}

.messages.withlist {
margin-right:0!important;
}

.form-wizard.wizard-vertical .wizard-steps .description,.hidden-480,.user-list {
display:none!important;
}
}

@media max-width 350px{
#main .box .box-title h3 {
font-size:16px!important;
}

#main .box .box-title .actions .btn i {
font-size:12px!important;
}

.table .table-fixed-medium {
width:100px!important;
}

.hidden-350,.calendar .fc-header-right {
display:none!important;
}
}

@media only screen and -webkit-min-device-pixel-ratio 2{
#navigation #brand {
background:url(../img/logo@2x.png) no-repeat;
background-size:22px 22px;
}
}

@media print{
#navigation,#left,.breadcrumbs,.page-header,.invoice-payment,.box-title {
display:none!important;
}

#main {
margin-left:0;
}
}