/* General Predifined classes, read more in lesscss.org */
/* Variables for Colors*/
/* Variables for fonts*/
/* General styles for gradients */
/* Receive exactly positions for background Sprite  */
/* CSS3 Elements */
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'arialmedium';
  font: revert;
  src: url('/static/default/media/fa-4.3.0/fonts/arial_medium.woff2?980b579a3d16') format('woff2'),
       url('/static/default/media/fa-4.3.0/fonts/arial_medium.woff?980b579a3d16') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Library of predifined less functions styles */
/* ----- General HTML Styles----- */
*{box-sizing: border-box;}

body {
  background: #FFF;
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #4d4d4d;
  font-family: Arial;
  overflow-x: hidden;
  margin-left: 40px;
}
div {
  margin: 0px ;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form,
img,
p {
  margin: 0;
  padding: 0;
  border: none;

}


label {
  vertical-align: middle;
}
hr {
  border: none;
  border-top: 1px dashed #ccccce;
}
input,
select,
textarea {
  vertical-align: middle;
  }
input[type="radio"] {
  margin: 2px 3px 0 0;
  -webkit-appearance: radio;
}
input[type="number"] {
  padding-right: 0 !important;
}
select {
  width: 100%;
  -webkit-appearance: menulist-button;
}
input[type="email"].prompt,
input[type="text"].prompt,
input[type="password"].prompt,
input.tipped-input.blank {
  color: #999999;
}
textarea:focus,
input:focus {
  outline: none;
}
input[type="email"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
select,textarea,
#askFormBar .questionTitleInput,
.js-simple-editor,
.folded-editor,
.mock-editor {
  border: 1px solid #999999;
}
.primary-button{
  height: 50px;
  padding:16px 40px;
  font-family:arial;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  color: #FFFFFF;
  background-color: #00ADC6;
  border:2px solid #00ADC6;
  Border-radius:30px;
  text-decoration: none;
  margin-right: 10px;
}
.primary-button:hover{
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
  text-decoration: none;
  }
.secondary-button{
  height:50px;
  background-color: #ffffff;
  border:2px solid #231e28;
  color:#231e28;
  Border-radius:30px;
  padding:16px 40px;
  font-family:arial;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
}
.secondary-button:hover{
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
}
a#askButton {
  float: right;
  margin: 0px;
  top: -9px;
  position: relative;
}
a#askButton :disabled{
  height: 50px;
  padding:16px 40px;
  font-family:arial;
  font-size:16px;
  font-weight: bold;
  line-height:18px;
  color:#999999;
  margin-left: 245px;
  background: #CCCCCC;
  border-radius:100px;
}
.js-editable .wmd-container {
  height: auto;
  background: white;
  padding: 0;
  margin-bottom: 20px;
}

.js-editable textarea {
  width: 100% !important;
  box-sizing: border-box;
  border: none;
}

.js-editable img {
  max-width: 100%;
}

.js-editable-content img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wmd-container textarea {
  width: 100% !important;
  box-sizing: border-box;
  border: none;
}
.wmd-container img {
  max-width: 100%;
}
.tos {
  margin: 20px 0 10px 0;
}
.tos .tos-content {
  background: #f0f0f0;
  border: #cce6ec 3px solid;
  box-sizing: border-box;
  margin: 0;
  overflow-y: auto;
  padding: 3px 5px;
  width: 398px;
}
iframe {
  border: none;
}
p {
  font-size: 14px;
}
a {
  color: #1b79bd;
  text-decoration: none;
  cursor: pointer;
}
h3 {
  font-size: 19px;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 1em;
  padding-left: 0px;
}
td ul {
  vertical-align: middle;
}
li input {
  margin: 3px 3px 4px 3px;
}
pre {
  font-size: 100%;
  background-color: #eee;
  padding: 20px !important;
  text-align: left;
  border: none !important;
  overflow: hidden;
  margin: 20px 0 !important;
}
code {
 font-size: 100%;
}
blockquote {
  margin-bottom: 10px;
  margin-right: 15px;
  padding: 10px 0px 1px 10px;
  background-color: #F5F5F5;
}
html {
  overflow-y: scroll;
}
/* http://pathfindersoftware.com/2007/09/developers-note-2/ */
* html .clearfix,
* html .paginator {
  height: 1;
  overflow: visible;
}
  html .clearfix,
  html .paginator {
  min-height: 1%;
}
.clearfix:after,
.paginator:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.invisible {
  margin: -1px 0 0 -1px;
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.badges a {
  color: #763333;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
.js-avatar-box {
  text-decoration: none;
  width: 32px;
  height: 32px;
}
.box .js-avatar {
  height: 48px;
  width: 48px;
}
.user-card .js-avatar {
  height: 32px !important;
  width: 32px;
}
.comment-controls .js-avatar,
.message .js-avatar {
  height: 16px;
  width: 16px;
}
.user-info-table .js-avatar {
  height: 128px;
  width: 128px;
}
.user-memo {
  font-size: 13px;
  font-weight: bold;
  padding-top: 5px;
}
.badge-context-toggle.active {
  cursor: pointer;
  text-decoration: underline;
}
h1 {
  font-size: 20px;
  padding: 0px;
}
.section-title h2 {
  font-size: 30px;
  padding: 0px;
}
/* ----- Extra space above for messages ----- */
body.user-messages {
  margin-top: 2.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* ----- Custom positions ----- */
.left {
  float: left;
}
.right {
  float: right;
}
.clean {
  clear: both;
}
.center {
  margin: 0 auto;
  padding: 0;
}
.sr-only {
  display: none;
}
/* ----- Notify message bar , check blocks/system_messages.html ----- */
.notify {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0;
  text-align: center;
  background-color: #f5ba21;
 }
 .notify.login{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0;
  text-align: center;
  background-color: #f5ba21;
}
.notify .notification {
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  margin: 0 !important;
}
.wait-icon-box {
  text-align: center;
  margin: 5px 0 8px;
}
.hovercard {
  background: white;
  font-size: 13px;
  display: block;
  max-width: 250px;
  padding: 10px;
  position: absolute;
  z-index: 1001;
}
.hovercard p:last-child {
  margin-bottom: 0;
}
.hovercard ul {
  margin-bottom: 0;
}
.hovercard ul li {
  font-size: 13px;
  line-height: 16px;
  margin: 5px 0;
}
.hovercard .triangle {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid white;
  height: 0;
  margin: -20px 0 10px 0;
  width: 0;
}
/* style for new img tag */
#close1{
  position: absolute;
  right: 6px;
  top: 10px;
  fill: #ffffff;
  text-decoration: none;
  line-height: 18px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  filter: brightness(0) invert(1);
  float: right;
}  

#closeNotify {
  position: absolute;
  right: 5px;
  top: 7px;
  fill: #ffffff;
  text-decoration: none;
  line-height: 18px;
  background: 0px 1px url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
} 

.vote-notification {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100000;
  padding: 0px 100px 0px 100px;
  text-align: center;
  background-color: #f5ba21;
}
.vote-notification .notification {
  color:#ffffff;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}

/* ----- Header, check blocks/header.html ----- */
#header {
  width:100%;
  font-family:'arialmedium';
  font: revert;
  font-size: 16px;
  color: #4d4d4d;
  vertical-align: middle;
  padding:30px 0px 30px 0px;
  border-bottom: 1px solid #eeeeee;
}
#header .content-wrapper{
  display: flex;
  vertical-align: text-top;
  padding-left: 25px;
  padding-right: 25px;
  justify-content: space-between;
}

.lang-nav {
  position: relative;
  text-align: right;
  margin-left: 20px;
  text-transform: lowercase;
  color: #d0e296;
}
.lang-nav .curr-lang {
  text-decoration: underline;
}
.lang-nav .toggle {
  font-size: 10px;
  vertical-align: middle;
}
.lang-nav .fa {
  font-size: 14px;
  vertical-align: middle;
}
.lang-nav a:hover {
  background: #666 !important;
}
.lang-nav a {
  background: grey;
  height: 22px !important;
  text-align: left !important;
}
.lang-nav ul {
  background: grey;
  display: none;
  list-style: none;
  margin: 0;
  min-width: initial !important;
  z-index: 10000;
}
.lang-nav:hover ul,
.lang-nav ul:hover {
  display: block;
  position: absolute;
}
.lang-nav li {
  background: grey;
  color: #707070;
  display: block;
}
.lang-de .lang-nav {
  text-transform: capitalize;
}
.select-language {
  margin-top: 6px;
}
.user-lang-selector ul {
  list-style: none;
  margin: 0;
}
.user-lang-selector ul input {
  display: inline-block;
}
.user-lang-selector label {
  margin-right: 8px;
}
.user-profile-page .message:first-child {
  margin-top: 12px;
}
#userToolsNav a {
  text-align: left;
  text-decoration: underline;
  color: #d0e296;
}
#userToolsNav a:first-child {
  margin-left: 0;
}
#userToolsNav a#ab-responses {
  margin-left: 3px;
}
#userToolsNav .user-info{
  padding: 0px 0px 0px 20px;
}
#userToolsNav .karma a.user-micro-info {
  padding: 0px 20px 0px 20px;
}

#userToolsNav a img {
  vertical-align: middle;
  margin-bottom: 2px;
}
#userToolsNav .user-info a {
  margin: 0;
  text-decoration: none;
}
#userToolsNav #signin-form {
  display: inline-block;
  margin: 0;
}
#userToolsNav #signin-form input {
  color: #d0e296;
  font-size: 16px;
  height: 21px;
  line-height: 21px;
  margin: 0;
  outline: none;
  text-decoration: underline;
  vertical-align: text-top;
}
#userToolsNav #signin-form input:hover {
  color: #ebff88;
}

#metaNav a {
  color:#4d4d4d;
  font-size: 16px;
  font-family:'arialmedium';
  font: revert;
  line-height: 50px;
  padding: 0px 5px 0px 10px;
  text-decoration: none;
  text-transform: capitalize;
  }

@media (max-width: 1024px)
#metaNav a {
  color:#4d4d4d;
  font-size: 16px;
  font-family:'arialmedium';
  font: revert;
  line-height: 50px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
  text-transform: capitalize;
}

#metaNav a:hover, #metaNav a.on {
  text-decoration: underline 3px;
  color: #FD5F07;
  text-underline-offset: 5px;
  font-weight: bold;
}
#metaNav #navTags a:hover{
  text-decoration: underline;
  color: #FD5F07;
  text-underline-offset: 5px;
}
#metaNav a.special {
  font-size: 18px;
  color: #B02B2C;
  font-weight: bold;
  text-decoration: none;
}
#metaNav a.special:hover {
  text-decoration: underline;
}
#metaNav a.group-name {
  margin: 0px;
  float: none;
  padding: 5px 10px;
}
#metaNav input.group-name {
  border: 1px solid #c9c9b5;
  color: #464646;
  display: block;
  font-size: 14px;
  height: 25px;
  margin: 0px 10px 5px 10px;
  padding: 0 5px;
}
#metaNav a.group-name:hover {
  background-color: transparent;
}
#metaNav span.dropdown:hover ul.dropdown-menu {
  display: block;
}
#metaNav div.dropdown-container:hover ul.dropdown-menu {
  display: block;
}
#metaNav .dropdown {
  float: left;
}
#metaNav .dropdown-menu {
  border-top: none;
  left: 33px;
  z-index: 10100;
}
#metaNav .dropdown-menu a {
  color: #666;
  height: 25px;
}
#userToolsNav a:hover,
#metaNav a:hover {
  color: #FD5F07;
}
#userToolsNav .dropdown-menu a:hover,
#metaNav .dropdown-menu a:hover {
  color: white;
   text-decoration: none;
}
 .scope-selector {
  display: inline-block;
  font-size: 20px;
  color: #7a7a6b;
  height: 55px;
  line-height: 55px;
  margin-left: 16px;
}
.scope-selector.on {
  background: url(/static/default/media/images/scopearrow.png?980b579a3d16) no-repeat center 41px;
}
.scope-selector.ask-message {
  font-size: 24px;
}
.validate-email-page label {
  color: #707070;
  line-height: 1.35;
  display: block;
  margin: 10px 0;
}
.validate-email-page #validation-code {
  padding-left: 5px;
  height: 25px;
  font-size: 14px;
  width: 200px;
}
.validate-email-page form {
  margin-bottom: 30px;
}
.search-drop-menu .footer {
  text-align: center;
  margin: 0 0 1px 0;
  padding: 4px 0 10px 0;
}
.search-drop-menu.empty .footer {
  padding-top: 9px;
}
.search-drop-menu.empty ul {
  padding: 1px;
  margin: 0;
}
.input-tool-tip {
  color: #999;
}
.input-tool-tip.dimmed {
  color: #ccc;
}
.badge-list .placeholder {
  background: #aaa;
  height: 5px;
  list-style: none;
}
.badge-ctnr {
  clear: both;
  line-height: 30px;
  outline: 1px solid #EEEEEE;
  border-radius: 10px;
  
}
.badge-awarded {
  color: #5b9058;
  font-size: 175%;
  height: 30px;
  min-width: 30px;
  padding-right: 5px;
  text-align: left;
  margin-bottom: -8px;
}
.badge-item {
  width: 230px;
}
.badge-description {
  margin-top: 8px;
}
.badge-awarded,
.badge-item,
.badge-description {
  display: inline-block;
}
.ask-page input[type="submit"].searchBtn {
  display: none;
}
.ask-page .input-tool-tip {
  color: white;
  height: 0;
  z-index: 0;
  position: absolute;
  left: -1000px;
}
.ask-page .search-drop-menu {
  position:absolute;
  top: 37px;
  width: 100%;
  right: 1px;
  border: 2px solid #999999;
  border-top: 1px solid #eeeeee;
}
.ask-page .search-drop-menu.empty {
  border: none;
  outline: none;
  padding: 0 !important;
}
.ask-page .search-drop-menu.empty ul {
  padding: 0 !important;
}

button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.button:focus,
.btn:focus {
  outline: none !important;
}
.user-profile-page input[name="send_message"] {
  margin: 10px 0 20px;
}
input[type="submit"].link:hover {
  text-decoration: underline;
}
form.ajax-file-upload {
  height: 60px;
  position: relative;
}
form.ajax-file-upload input[type="file"],
form.ajax-file-upload input.fake-file-input {
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
form.ajax-file-upload input[type="file"] {
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
form.ajax-file-upload input.fake-file-input {
  z-index: 1;
}
form.ajax-file-upload label,
form.ajax-file-upload img.spinner {
  bottom: 0;
  left: 3px;
  position: absolute;
}
form.ajax-file-upload img.spinner {
  bottom: 6px;
  left: 10px;
}
.search-drop-menu {
  width: 100%;
}
.ask-page .search-drop-menu,
body.anon.ask-page .search-drop-menu {
  padding: 5px 10px 6px 0;
}
.box {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* add the box in right side */
.badges-box{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 10px; 
}
.box_contributer{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.contributorback {
  font-family: 'arialmedium';
  font: revert;
  font-size: 20px;
  line-height: 30px;
  color: #231e28;
  margin: 10px 20px 10px 20px;
}
.wraper-contributer{
  border-bottom: 1px solid #CCCCCC;
}
img.conrtibuter-avatar{
  width: 40px;
  height: 40px;
  margin-right: 4px;
 }
.avatar-container{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 20px;
}
.avatar-container .js-avatar-box{
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow:hidden;
  margin-right: 4px;
}
.box_contributer .ignore_tags{
  color: #4D4D4D;
}
.box_contributer .ignore_tags h2{
  font-size: 18px;
  float: left;
  padding-left: 6px;
}
.box_contributer .ignore_tags a{
  font-size: 14px;
  text-decoration: none;
  float: right;
  padding-right: 6px;
  color:#fd5f07;
}
.box p {
  color: #4d4d4d;
  font-size: 14px;
}
.box p.info-box-follow-up-links {
  text-align: right;
  margin: 0;
}
.box h3 {
  color: #4a757f;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  padding-left: 0px;
}
.box .contributorback {
  background: #eceeeb url(/static/default/media/images/contributorsback.png?980b579a3d16) no-repeat center left;
}
.box form {
  margin: 0px;
}
.box #displayTagFilterControl p label {
  color: #707070;
  font-size: 15px;
}
.box .inputs #ab-tag-search-add {
  width: 47px;
}
.box img.gravatar {
  margin: 1px 1px 0 0;
}
.box .js-question-follower-count {
  padding: 5px 0 0 5px;
  font-size: 100%;
  font-family: Arial;
  font-weight: bold;
  color: #777;
  text-align: center;
}
.box .notify-sidebar #question-subscribe-sidebar {
  margin: 0 0 0 3px;
}
.users-page .box label {
  display: inline;
  float: none;
}
.questions-related {
  word-wrap: break-word;
}
.questions-related p {
  line-height: 20px;
  padding: 4px 0px 9px 0px;
  font-size: 16px;
  font-weight: normal;
  border-bottom: #cccccc 1px solid;
}
.questions-related a {
  font-size: 13px;
  line-height: 1.3;
}
/* tips and markdown help are widgets for ask template */
.instructions-message {
  background: #ffeff7;
  box-sizing: border-box;
  padding: 20px 10px 20px 10px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}


.instructions-message ul {
  margin: 0 0 0 17px;
}
.openid-signin .instructions-message {
  margin: 10px 0;
  padding: 10px;
}
.openid-signin .instructions-message p {
  color: #666;
}
#markdownHelp li {
  color: #707070;
  font-size: 13px;
}
#markdownHelp a {
  font-size: 16px;
}
/* ----- Sorting top Tab, check main_page/tab_bar.html ------*/
.tabBar {
  background-color: #eff5f6;
  height: 30px;
  margin-top: 3px;
  float: right;
  font-size: 16px;
  border-radius: 5px;
  ms-border-radius: 5px;
  moz-border-radius: 5px;
  webkit-border-radius: 5px;
  khtml-border-radius: 5px;
}
.tabBar h2 {
  float: left;
}
.tabsA,
.tabsC {
  float: right;
  position: relative;
  display: flex;
  height: 50px;
 }
/* tabsA - used for sorting */
.tabsA {
  float: right;
}
.tabsC {
  float: left;
}
.tabsA a{
  color: #4d4d4d;
  display: block;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
}
.tabsC a {
  color: #4d4d4d;
  display: block;
  float: left;
  height: 50px;
  line-height: 20px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
}
.tabBar-tags .tabsA a.on,
.tabBar-tags .tabsA a:hover {
  color: #fd5f07;
}
.tabsA .label,
.tabsC .label {
  float: left;
  color: #4d4d4d;
  margin: 4px 5px 0px 8px;
}
.main-page .tabsA .label {
  margin-left: 8px;
}
.tabsB a {
  background: #eee;
  border: 1px solid #eee;
  color: #777;
  display: block;
  float: left;
  height: 22px;
  line-height: 28px;
  margin: 5px 0px 0 4px;
  padding: 0 11px 0 11px;
  text-decoration: none;
}
.tabsC .first {
  border: none;
}
.rss {
  color: #f57900;
  margin: 5px 0px 3px 7px;
  width: 52px;
  padding-left: 2px;
  padding-top: 3px;
  background: url(/static/default/media/images/feed-icon-small.png?980b579a3d16) no-repeat center right;
  float: right;
  font-size: 16px;
}
.rss:hover {
  color: #F4A731 !important;
}
/* ----- Headline, containing number of questions and tags selected, check main_page/headline.html ----- */
 /* tagged css */
.listSearchTags {
  display: flex;
  width: 100%;
  margin: 0px 0px 30px 0px;
  font-family: 'arialmedium';
  font: revert;
  color: #231e28;
  height: 30px;
}
#listSearchTags ul.tags li {
padding: 0;
float: none;
display: inline-block;
}
ul#searchTags {
display: inline-block;
margin-left: 20px;
height: 30px;
}
.search-tips {
  font-size: 16px;
  line-height: 17px;
  color: #707070;
  margin: 5px 0 10px 0;
  padding: 0px;
  float: left;
}
.search-tips a {
  text-decoration: underline;
  color: #1b79bd;
}
/* ----- Question list , check main_page/content.html and macros/macros.html----- */
#question-list {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
  border-top: 1px solid #eeeeee;
}
/* ----- Question list Paginator , check main_content/pager.html and macros/utils_macros.html----- */
.evenMore {
  font-size: 13px;
  color: #707070;
  padding: 15px 0px 10px 0px;
  clear: both;
}
.evenMore a {
  text-decoration: underline;
  color: #1b79bd;
}
/* .pager {
  margin: 10px 0;
} */
.paginator {
  width:100%;
  display: inline;
  float: left;
  line-height: 50px !important;
  padding: 30px 0px 0px 0px;
  background-color: #ffffff;
  font-size: 14px;
  font-family: Arial,regular ;
  color : #4d4d4d ;
}
.paginator .paging{
  width:100%;
  display: inline;
}
.paging span.page a,
.paging span.curr a{
  width: 50px !important;
  display: inline-block;
}
.paging span.prev a{
  margin-right: 10px;
}
.paging span.next a{
  margin-left: 20px;
}
.paging span.page a{
  margin-left: 5px;
}
.paging span.prev a,
.paging span.prev a :visited,
.paging span.next a,
.paging span.next a :visited,
.paging span.page a,
.paging span.page a :visited,
.paging span.curr a
{
  text-decoration: none;
  color : #4d4d4d;
}
.paging span.curr a {
  background-color: #fd5f07;
  border-radius: 100%;
  color: #eeeeee;
}
.paginator .paging span.page a:hover {
  background-color: #fd5f07;
  border-radius: 100%;
  color: #eeeeee;
}
.paginator .paging span.prev img.svg:hover,
.paginator .paging span.next img.svg:hover
{
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.paginator .perpage{
  width: 30%;
  float:right;
  display: inline;
}
.paginator .paginator-container-left {
  padding: 5px 0 10px 0;
}
.tag-size-1 {
  font-size: 12px;
}
.tag-size-2 {
  font-size: 13px;
}
.tag-size-3 {
  font-size: 14px;
}
.tag-size-4 {
  font-size: 15px;
}
.tag-size-5 {
  font-size: 16px;
}
.tag-size-6 {
  font-size: 17px;
}
.tag-size-7 {
  font-size: 18px;
}
.tag-size-8 {
  font-size: 19px;
}
.tag-size-9 {
  font-size: 20px;
}
.tag-size-10 {
  font-size: 21px;
}
ul.tags,
ul.tags.marked-tags,
ul.js-related-tags {
    list-style: none;
}
ul.tags li {
  float: left;
}
.subtitle ul.tags li{
  margin: 0px 10px 20px 0px;
  padding: 0;
  height: 30px;
}
.box_tag ul.tags li{
  margin: 0px 10px 20px 0px;
  padding: 0;
  height: 30px;
}
.wildcard-tags {
  clear: both;
}
.wildcard-tags ul {
  margin-left: 1px;
}
#tagSelector div.inputs {
  margin: 6px 0 12px 0;
}
.tags-page ul.tags li,
ul#ab-user-tags li {
  margin: 5px;
  margin-left: 0;
}
.tags-page ul.tags {
  margin-left: 5px;
}
ul.js-related-tags li {
  margin: 0 5px 8px 0;
  float: left;
  clear: left;
}
.js-tag .js-delete-icon {
  border:none;
  }
.js-tag .tag-number {
  float: none;
}
.comment-content .js-delete-icon{
  float: right;
}
.js-delete-icon {
  height: 30px;
  width: 8px;
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
 }
 .js-delete-icon img{
 padding-top:12px;
}
.merge-questions .js-tag {
  display: inline-block;
}
.js-tag-extra-content {
  padding-left: 8px;
  padding-top: 6px;
  display: inline-block;
  align-items: center;
}
.js-deletable-tag {
  margin-right: 3px;
  white-space: nowrap;
}
.users-page th,
.tags-page th,
.groups-page th,
.moderate-tags-page th {
  padding-bottom: 5px;
  font-weight: normal;
}
.users-page h1,
.tags-page h1,
.groups-page h1,
.moderate-tags-page h1 {
  float: left;
}
.mod-queue-info {
  margin: 12px 0 12px 20px;
}
.moderate-tags-page button {
  line-height: 18px;
}
.moderate-tags-page table {
  border-spacing: 0;
}
.moderate-tags-page table.suggested-tags-table {
  width: 100%;
}
.moderate-tags-page th {
  font-style: italic;
}
.moderate-tags-page th,
.moderate-tags-page tr {
  vertical-align: top;
  text-align: left;
  padding-right: 20px;
}
.moderate-tags-page td.per-thread-controls {
  width: 160px;
  height: 30px;
}
.moderate-tags-page td.per-thread-controls button {
  display: none;
}
.moderate-tags-page th.tags-col,
.moderate-tags-page th.users-col {
  width: 100px;
}
.moderate-tags-page th.decision-col {
  width: 140px;
}
.moderate-tags-page tr.per-tag-controls {
  height: 30px;
  text-align: center;
}
.moderate-tags-page tr.thread-info a {
  line-height: 18px;
}
.moderate-tags-page tr.thread-info td {
  padding-bottom: 5px;
}
.moderate-tags-page td.tags-col,
.moderate-tags-page td.users-col {
  padding-top: 7px;
}
.moderate-tags-page td.thread-links-col {
  padding-top: 5px;
}
.main-page h1 {
  margin-right: 5px;
}
.expander .wait-icon-box {
  display: inline-block;
  margin: 0;
}
.snippet:hover .expander a {
  text-decoration: underline;
}
.tag-number {
  font-weight: normal;
  float: left;
  font-size: 16px;
  color: #5d5d5d;
}
.badges .tag-number {
  float: none;
  display: inline;
  padding-right: 15px;
}
/* ----- Ask and Edit Question Form template----- */
.section-title {
  color: #231e28;
  text-align: center;
  font-family: 'arialmedium';
  font: revert;
  font-size: 20px;
  margin-bottom: 50px;
 }
.js-ask-form {
  margin-bottom: 30px;
  width: 100%;
}
#askFormBar {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
#askFormBar p {
  font-size: 14px;
  color: #999999;
  line-height: 1.4;
}
#askFormBar .questionTitleInput {
  font-size: 14px;
  height: 50px;
  width: 100%;
  padding: 16px 20px;
  color: #231e28;
  line-height: 18px;
  border-radius: 25px;
}
#askFormBar .questionTitleInput:hover{
  border: 1px solid #fd5f07;
}
.ask-page .checkbox {
  margin: 0;
}
.ask-page div#question-list,
.edit-question-page div#question-list {
  border-bottom: #f0f0ec 1px solid;
  float: none;
}
.ask-page div#question-list a,
.edit-question-page div#question-list a {
  line-height: 30px;
}
.ask-page div#question-list h2,
.edit-question-page div#question-list h2 {
  font-size: 13px;
  padding-bottom: 0;
  color: #1b79bd;
  border-top: #f0f0ec 1px solid;
  border-left: #f0f0ec 1px solid;
  min-height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.ask-page div#question-list span,
.edit-question-page div#question-list span {
  width: 28px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  float: left;
  display: block;
  color: #fff;
  background: #b8d0d5;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.ask-page label[for="editor"],
.edit-question-page label[for="editor"],
.ask-page label[for="id_title"],
.edit-question-page label[for="id_title"],
.ask-page label[for="id_tags"],
.edit-question-page label[for="id_tags"],
.ask-page .form-error,
.edit-question-page .form-error {
  font-size: 16px;
  font-style: italic;
}
.ask-page label,
.edit-question-page label {
  color: #4d4d4d;
  font-size: 14px;
}
.ask-page #id_tags,
.edit-question-page #id_tags {
  font-size: 14px;
  height: 50px;
  padding: 16px 20px;
  width: 100%;
  color: #231e28;
  line-height: 18px;
  border-radius: 25px;
}
.ask-page #id_tags:hover,
.edit-question-page #id_tags:hover{
  border: 1px solid #fd5f07;
}
.ask-page .lang-selector,
.edit-question-page .lang-selector {
  margin: 9px 0 0 0;
}
.ask-page .lang-selector select,
.edit-question-page .lang-selector select {
  margin: 3px 0;
}
.ask-page #id_post_author_username,
.question-page #id_post_author_username,
.edit-question-page #id_post_author_username,
.edit-answer-page #id_post_author_username,
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  font-size: 14px;
  width: 186px;
}
.ask-page #id_post_author_email,
.question-page #id_post_author_email,
.edit-question-page #id_post_author_email,
.edit-answer-page #id_post_author_email {
  margin-left: 10px;
}
.ask-page table.proxy-user-info,
.question-page table.proxy-user-info,
.edit-question-page table.proxy-user-info,
.edit-answer-page table.proxy-user-info {
  border-spacing: 0px;
  margin-bottom: 12px;
  width: 100%;
}
.ask-page table.proxy-user-info .form-item,
.question-page table.proxy-user-info .form-item,
.edit-question-page table.proxy-user-info .form-item,
.edit-answer-page table.proxy-user-info .form-item {
  float: left;
}
.groups-input,
.users-input {
  width: 140px;
  padding-left: 5px;
  border: #c9c9b5 1px solid;
  height: 25px;
  font-size: 14px;
}
.add-groups,
.add-users {
  border: 0;
  margin: -2px 0 0 0 !important;
}
.share-input-col {
  width: 160px;
  text-align: center;
}
.add-everyone-group {
  text-align: center;
  margin: auto;
  display: block;
  padding: 0 10px;
  height: 25px;
}
#id_user,
#id_user_author {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.title-desc {
  color: #707070;
  font-size: 13px;
  margin-bottom: 5px;
}
.ask-page .title-desc,
.question-page .title-desc,
.ask-page .tags-desc,
.question-page .tags-desc {
  color: #707070;
  font-style: italic;
  font-size: 16px;
}
#fmanswer input.submit,
.ask-page input.submit,
.edit-question-page input.submit {
  float: left;
  font-weight: normal;
  height: 35px;
  font-size: 20px;
  margin-top: 3px;
  margin-right: 7px;
}
.folded-editor .editor-proper,
.mock-editor .editor-proper {
  display: none;
}
.folded-editor.unfolded,
.mock-editor.unfolded {
  border: none;
  height: auto;
  overflow: initial;
}
.folded-editor .js-folded-editor-trigger,
.mock-editor .js-folded-editor-trigger {
  margin: 5px 4px;
  display: block;
}
.ask-page .folded-editor {
  border: none;
  padding: 0;
  height: 0;
  overflow: hidden;
}
.folded-editor.unfolded .editor-proper {
  display: block;
}
a.js-question-body-trigger {
  color: #231e28;
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}
.wmd-container textarea,
.js-simple-editor textarea
{
  font-family: arial;
  padding: 16px 20px;
  line-height: 16px;
  font-size: 14px;
  color: #231E28;
  resize: none;
  border-radius: 0 0 25px 25px;
  border-top: none;
}
.users-page .wmd-container,
.users-page .js-simple-editor {
  height: 120px;
  padding: 0;
  width: auto;
}
.users-page .wmd-container textarea,
.users-page .js-simple-editor textarea {
  box-sizing: border-box;
  height: 90px;
  width: 100%;
}
.ask-page .wmd-container,
.question-page .wmd-container,
.edit-question-page .wmd-container,
.edit-answer-page .wmd-container,
.ask-page .js-simple-editor,
.question-page .js-simple-editor,
.edit-question-page .js-simple-editor,
.edit-answer-page .js-simple-editor {
  min-height: 185px;
  padding: 0;
  width: 100%;
  border-radius: 25px;
  margin-top: 20px;
}
.ask-page .post-comments .wmd-container,
.question-page .post-comments .wmd-container,
.edit-question-page .post-comments .wmd-container,
.edit-answer-page .post-comments .wmd-container,
.ask-page .post-comments .js-simple-editor,
.question-page .post-comments .js-simple-editor,
.edit-question-page .post-comments .js-simple-editor,
.edit-answer-page .post-comments .js-simple-editor {
  margin-bottom: 8px;
  margin-left: -2px;
}
.ask-page #editor,
.question-page #editor,
.edit-question-page #editor,
.edit-answer-page #editor {
  width: 100%;
  font-family: arial;
}
.ask-page .retagger-buttons button,
.question-page .retagger-buttons button,
.edit-question-page .retagger-buttons button,
.edit-answer-page .retagger-buttons button {
  margin: 8px 10px 5px 0;
}
#editor {
  /* adjustment for editor preview */
  display: block;
  font-size: 100%;
  min-height: 210px;
  line-height: 18px;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
 }
.users-page #editor {
  width: 187px;
}
#id_title {
  width: 100%;
}
.folded-editor .wmd-container {
  margin-bottom: 10px;
 }
.wmd-container.wmd-previewer-collapsed {
  margin-bottom: 28px !important;
}
.defaultSkin table.mceLayout,
.defaultSkin table.mceLayout tr.mceFirst td {
  border: none;
}
.defaultSkin table.mceLayout tr.mceLast td {
  border-bottom: none;
}
.mceStatusbar {
  height: 5px;
  background: #fff;
}
tr.mceLast {
  height: 0;
}
.defaultSkin td.mceIframeContainer {
  vertical-align: top;
}
.defaultSkin span.mce_askbot_imageuploader {
  background-position: -380px 0px;
}
.defaultSkin span.mce_askbot_attachment {
  background-image: url(/static/default/media/images/attachment.png?980b579a3d16);
  background-position: 0px 0px;
}
.user-page .wmd-buttons {
  width: 725px;
}
.preview-toggle {
    color: #fd5f07;
    line-height: 27px;
    text-align: left;
    position: sticky;
    padding: 20px;
    padding-bottom: 0px !important;
}
.preview-toggle span:hover {
  cursor: pointer;
}
.question-options {
  margin-top: 1px;
  color: #4d4d4d;
  line-height: 13px;
  margin-bottom: 20px;
}
.edit-content-html {
  border-top: 1px dotted #D8D2A9;
  border-bottom: 1px dotted #D8D2A9;
  margin: 5px 0 5px 0;
}
.edit-question-page #id_revision,
#fmedit #id_revision,
.wmd-preview #id_revision {
  font-size: 14px;
  margin: 12px 0 5px 0;
  width: 100%;
}
.edit-question-page #id_title,
#fmedit #id_title,
.wmd-preview #id_title {
  font-size: 24px;
  line-height: 24px;
  height: 36px;
  margin: 0px;
  padding: 0px 0 0 5px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.edit-question-page #id_summary,
#fmedit #id_summary,
.wmd-preview #id_summary {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.edit-question-page .title-desc,
#fmedit .title-desc,
.wmd-preview .title-desc {
  margin-bottom: 10px;
}
/* ----- Question template ----- */
.moderated-item {
  background: #ccc;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  padding: 3px;
}
.moderated-item .fa {
  color: brown;
}
.answer .moderated,
.js-question .moderated {
  font-weight: bold;
  background: url(/static/default/media/images/dialog-warning.png?980b579a3d16) 2px 0 no-repeat;
  line-height: 16px !important;
  padding-left: 24px !important;
  margin-bottom: 1rem !important;
}
.answer .comment .moderated,
.js-question .comment .moderated {
  background-position: 4px 0;
  margin-bottom: -5px !important;
  padding-left: 24px !important;
}
.question-page h1 {
  display: inline-block;
  width: 100%;
}
.question-page h1 a {
  color: #464646;
  font-size: 26px;
  font-weight: normal;
  line-height: 1;
}
.question-page h1 .js-editable-controls,
.question-page h1 .js-editable-content {
  display: inline;
  word-break: break-word;
}
.question-page h1 .btn-link {
  background-image: none;
  background-color: transparent;
  border: none !important;
  box-shadow: none;
  font-family: arial;
  font-weight: normal;
  height: 16px;
  text-shadow: none !important;
  line-height: 16px;
  color: #888;
  padding: 0;
}
.question-page h1 .btn-link:hover {
  text-decoration: underline;
}
.question-page .post-content h1 .js-simple-editor {
  margin-bottom: 8px;
  color: #4d4d4d;
  min-height: 100px;
}
.question-page .post-content h1 .js-simple-editor textarea{
  font-size: 20px;
  border-radius: 25px;
  border: none;
  line-height: unset;
  height: 100px !important;
}
.question-page h1 .js-error {
  font-size: 16px;
  font-family: Arial;
}
.question-page p.rss {
  float: none;
  clear: both;
  display: inline-block;
  padding: 3px 0 3px 20px;
  font-size: 15px;
  width: auto;
  background-position: center left;
}
.question-page p.rss a {
   vertical-align: top;
}
.question-page .post {
  display: table;
  width: 100%;
  display: inline-flex;
  align-items: baseline;
  margin: 10px 10px 10px 10px;
}
.question-page .post .mceEditor td {
  width: auto;
}
.question-page .post pre,
.question-page .post code {
  clear: both;
  font-size: 14px;
  font-family: 'arialmedium';
  font: revert;
}
.question-page .post-content
{
  display: table-cell;
  border-spacing: 0px;
  vertical-align: top;
  width: 100%;
}
.question-page .js-question .post-content {
  margin-bottom: none;
}
.question-page .answer .post-content {
  border: 1px solid #ccc;
  width: 94%;
  border-radius: 6px;
  padding: 10px 20px 20px 20px;
  float: left;
}
.question-page .post-body {
  overflow: auto;
  font-family: 'arialmedium';
  font: revert;
  color: #4d4d4d;
  word-wrap: break-word;
}
.question-page .post-body a {
  color: #1b79bd;
}
.question-page .post-body img {
  max-width: 685px;
}
.question-page .post-body li {
  margin-bottom: 7px;
}
.question-page .js-question .post-body {
  margin-top: 20px;
}
.question-page .post-update-info-container {
  text-align: right;
  padding-top: 10px;
}
.question-page .post-update-info {
  font-family: Arial;
  line-height: 12px;
  display: inline-flex;
}
.question-page .post-update-info p {
  line-height: 12px;
  font-size: 11px;
  color:#4d4d4d;
  margin: 0 0;
  padding: 0;
 }
.question-page .post-update-info a {
  color: #FD5F07;
  font-size: 14px;
  text-decoration: none;
}
.question-page .post-update-info .gravatar {
  float: left;
  margin-right: 4px;
}
.question-page .post-update-info p.tip {
    color: #4d4d4d;
    line-height: 16px;
    font-size: 14px;
}
.question-page .post-controls a{
  cursor: pointer;
  border: none;
  font-size: 14px;
  text-decoration: none;
  color: #231e28;
  font-family: 'arialmedium';
  font: revert;
  line-height: 18px;
}
.question-page .post-controls span.dropdown-toggle {
  cursor: pointer;
  border: none;
  font-size: 14px;
  text-decoration: none;
  color: #231e28;
  font-family: 'arialmedium';
  font: revert;
  line-height: 18px;
  display: inline-block;
  position: relative;
}
.question-page .post-controls span.dropdown-toggle {
  background: url(/static/default/media/images/repost-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
}
.question-page .post-controls span.dropdown-toggle:hover {
  background: url(/static/default/media/images/repost-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls span.dropdown-toggle:hover form {
  margin: 0;
  border: 1px solid #999;
}
.question-page .post-controls span.dropdown-toggle .dropdown-menu{
  display: none;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu {
  display: block;
  right: 0px;
  position: absolute;
}
.question-page .post-controls span.dropdown-toggle:hover input {
  display: block !important;
  background: none;
  height: 20px !important;
  line-height: 20px !important;
  margin: 0;
  padding: 0 5px;
}
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li,
.question-page .post-controls span.dropdown-toggle:hover .dropdown-menu li:hover {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
}
.question-page .post-controls .sep {
  color: #ccc;
  float: right;
  height: 18px;
  font-size: 18px;
}
.question-page .post-controls .question-delete,
.question-page .answer-controls .question-delete {
  background: url(/static/default/media/images/delete-icon.svg?980b579a3d16) no-repeat 0px 0px;
  background-position: left;
  padding-left: 25px;
  padding-right: 18px;
}
.question-page .post-controls .question-delete:hover,
.question-page .answer-controls .question-delete:hover {
  background: url(/static/default/media/images/delete-icon.svg?980b579a3d16) no-repeat 0px 0px;
  background-position: left;
  padding-left: 25px;
  padding-right: 18px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .question-flag,
.question-page .answer-controls .question-flag {
  background: url(/static/default/media/images/flag-icon.svg?980b579a3d16) no-repeat 0px 1px;
  background-position: left;
  padding-left: 24px;
}
.question-page .post-controls .question-flag:hover,
.question-page .answer-controls .question-flag:hover {
  background: url(/static/default/media/images/flag-icon.svg?980b579a3d16) no-repeat 0px 1px;
  background-position: left;
  padding-left: 24px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .answer-publish,
.question-page .answer-controls .answer-publish {
  background: url(/static/default/media/images/publish.png?980b579a3d16) no-repeat center left;
  padding: 0 20px;
}
.question-page .post-controls .answer-unpublish,
.question-page .answer-controls .answer-unpublish {
  background: url(/static/default/media/images/unpublish.png?980b579a3d16) no-repeat 2px center;
}
.question-page .post-controls .question-edit,
.question-page .answer-controls .question-edit {
  background: url(/static/default/media/images/edit-icon.svg?980b579a3d16) no-repeat 0px 0px;
  background-position: left;
  padding-left: 23px;
  padding-right: 18px;
}
.question-page .post-controls .question-edit:hover,
.question-page .answer-controls .question-edit:hover {
  background: url(/static/default/media/images/edit-icon.svg?980b579a3d16) no-repeat 0px 0px;
  background-position: left;
  padding-left: 23px;
  padding-right: 18px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .question-retag,
.question-page .answer-controls .question-retag {
  background: url(/static/default/media/images/tag-icon.svg?980b579a3d16) no-repeat;
  background-position: left;
  padding-left: 30px;
  padding-right: 18px;
}
.question-page .post-controls .question-retag:hover,
.question-page .answer-controls .question-retag:hover {
  background: url(/static/default/media/images/tag-icon.svg?980b579a3d16) no-repeat;
  background-position: left;
  padding-left: 30px;
  padding-right: 18px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .question-close,
.question-page .answer-controls .question-close {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
}
.question-page .post-controls .question-close:hover,
.question-page .answer-controls .question-close:hover {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .question-merge,
.question-page .answer-controls .question-merge {
  background: url(/static/default/media/images/merge.png?980b579a3d16) no-repeat;
}
.question-page .post-controls .permant-link,
.question-page .answer-controls .permant-link {
  background: url(/static/default/media/images/link-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
}
.question-page .post-controls .permant-link:hover,
.question-page .answer-controls .permant-link:hover {
  background: url(/static/default/media/images/link-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-controls .answer-convert,
.question-page .answer-controls .answer-convert {
  float: right;
  clear: left;
}
.question-page .post-controls .answer-convert input,
.question-page .answer-controls .answer-convert input {
  font-size: 12px;
  color: #4d4d4d;
  font-family: Arial;
  text-decoration: none;
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
  background: none;
  border: none;
  padding: 0px 7px 3px 18px;
  float: right;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
  margin-left: 4px;
}
.question-page .post-controls .answer-convert input:hover,
.question-page .answer-controls .answer-convert input:hover {
  background-color: #fff;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}
.question-page .tabBar {
  width: 100%;
}
.question-page #fmanswer_button {
  margin: 8px 0px;
}
.question-page .question-img-favorite:hover {
  background: url(/static/default/media/images/vote-favorite-on.png?980b579a3d16);
}
.question-page h2.comment-title {
  float: left;
  width: 100%;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.question-page .comments.empty.ordering-forward {
  float: left;
  border-top: 1px solid #eee;
  margin: 0;
}
.question-page .comments {
  font-size: 12px;
  clear: both;
  padding: 0;
  width:100%;
}
.question-page .comments .truncated-post:nth-last-child(3) {
  float: left;
}
.question-page .comments div.controls {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 0px;
}
.question-page .comments .edit-comment-buttons {
  margin-left: -2px;
  margin-top : 20px;
}
.question-page .comments .edit-comment-buttons .checkbox {
  margin: 8px 0 0 0;
}
#showcontent {
  margin-top:10px;
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
}
#answer-commentbox {
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid;
  border-radius: 25px;
  padding: 16px 20px;
  line-height: 16px;
  display: block;
  height: 50px;
  margin-top: 20px;
  margin-left: 50px;
}
#question-commentbox{
  color: #999;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  border: 1px solid;
  border-radius: 25px;
  padding: 16px 20px;
  line-height: 16px;
  display: block;
  height: 50px;
  margin-top: 20px;
  margin-left: 50px;
}
#showcontent:hover {
  text-decoration: none;
}
#answer-commentbox:hover {
  text-decoration: none;
  border: 1px solid #fd5f07;
}
.question-page .comments .js-open-editor-btn{
  color: #999;
  font-size: 11px;
  padding: 3px;
  cursor: pointer;
}
.question-page .comments a.js-load-comments-btn {
  color: #FD5F07 ;
  border: none;
  margin: 0;
  padding-left: 50px;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
  line-height: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 57px;
}
.question-page .comments a.js-load-comments-btn:hover{
  border:none;
}
.question-page .comments .js-open-editor-btn.new-comment-box {
  padding: 0 14px 0 29px;
}
.question-page .comments .js-open-editor-btn.new-comment-box .mock-editor {
  height: 50px;
}
.question-page .comments a {
  background-color: inherit;
  color: #FD5F07;
  padding: 0;
}
.question-page .comments form.post-comments {
  padding: 0px 0px 0px 30px;
  margin-bottom: 0;
}
.question-page .comments textarea {
  color: #231e28;
  font-family: Arial;
  font-size: 13px;
  height: 54px;
  margin: 0;
  overflow: auto;
}
.question-page .comments input {
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: top;
  width: 100px;
}
.question-page .comments input[name="suppress_email"] {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border: 1px solid #999;
  border-radius: 4px;
  margin-bottom: 10px;
}
.question-page .comments label[for="suppress_email"] {
  vertical-align: top;
  font-size: 13px;
}
.question-page .comments button.submit {
  margin-right: 6px;
}
.question-page .comments .counter {
  display: inline-block;
  width: auto;
  vertical-align: top;
  font-family: Arial;
  text-align: right;
  margin-bottom: 3%;
}
.question-page .comments .comment {
    border-bottom: 1px solid #eee;
    display: table;
    font-family: Arial;
    font-size: 14px;
    margin: 0;
    min-height:25px;
    overflow: auto;
    width: 100%;
    color: #999 !important;
    padding-left: 50px;
}
.question-page .comments .comment .comment-votes,
.question-page .comments .comment .comment-content {
  display: table-cell;
  vertical-align: top;
}
.question-page .comments .comment .comment-content {
  width: auto;
  padding:20px 10px 20px 0;
}
.question-page .comments .comment .comment-votes {
  width: 25px;
}
.question-page .comments .comment:last-child {
  border-bottom: none;
}
.question-page .comments div.comment:hover {
  background-color: #efefef;
}
.question-page .comments a.author {
  background-color: inherit;
  color: #FD5F07;
  font-size: 14px;
  padding: 0;
}
.question-page .comments a.author:hover {
  text-decoration: underline;
}
.question-page .comments span.js-delete-icon {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat 1px 2px;
  position: relative;
  border: 0;
  padding-left: 16px;
  margin-left: 10px;
  cursor: pointer;
  height: 16px;
}
.question-page .comments span.js-delete-icon:hover {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat 1px 2px;
  position: relative;
  border: 0;
  padding-left: 16px;
  margin-left: 10px;
  cursor: pointer;
  height: 16px;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .comments .content {
  margin-bottom: 7px;
  word-break: break-word;
}
.question-page .comments .comment-votes {
  line-height: 130%;
  padding: 6px 5px 6px 3px;
}
.question-page .comments .comment-body {
  line-height: 1.3;
  color: #999;
  font-size: 13px;
  word-break: break-word;
}
.question-page .comments .comment-body p {
  font-size: 13px;
  line-height: 1.3;
  padding: 0;
  display: unset;
  color: #4d4d4d;
  word-break: break-word;
}
.question-page .comments .comment-body p:last-child {
  margin-bottom: 0;
  word-break: break-word;
}
.question-page .comments .comment-body ul li:last-child {
  margin-bottom: 10px;
}
.question-page .comments .comment-controls {
  padding-left: 3px;
}
.question-page .comments .comment-controls .js-avatar-box {
  margin-right: 4px;
}
.question-page .comments .js-edit {
  padding-left: 20px;
  padding-right: 10px;
}
.question-page .comments .js-edit:hover {
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
.question-page .comments .convert-comment {
  display: inline;
  white-space: nowrap;
  padding-left: 0px;
}
.question-page .comments .convert-comment input {
  background: none;
  padding: 0px;
  color: #1B79BD;
  border: none;
  height: 13px;
  width: auto;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 15px;
  margin: 0 0 3px 8px;
  vertical-align: middle;
}
.question-page .comments .convert-comment input:hover {
  text-decoration: underline;
  cursor: pointer;
}
.question-page .comments .comment-delete {
  float: right;
  width: 14px;
  line-height: 130%;
  padding: 8px 0px;
}
.question-page .comments .upvote {
  margin: 0px;
  padding-right: 11px;
  padding-top: 2px;
  text-align: left;
  height: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #4d4d4d;
}
.question-page .comments .upvote.upvoted {
  color: #d64000;
}
.question-page .comments .upvote.hover {
  background: url(/static/default/media/images/go-up-grey.png?980b579a3d16) no-repeat;
  background-position: right 1px;
}
.question-page .comments .upvote:hover {
  background: url(/static/default/media/images/go-up-orange.png?980b579a3d16) no-repeat;
  background-position: right 1px;
}
.question-page .comments .help-text {
  float: right;
  text-align: right;
  color: gray;
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 10px;
  line-height: 50%;
}
.question-page #questionTools {
  font-size: 22px;
  margin-top: 11px;
  text-align: left;
}
.question-page .question-status {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #FFEFE7;
  border-radius: 6px;
  display: flex;
  width: 100%;
  align-items: center;
  }
  .reopen-status {
  width: 100%;
  padding: 0 20px;
  }
  .reopen-status-profile {
  color: #999;
  margin: 0;
  }
  .prime-color {
  color: #FD5F07;
  }
  .tertiary-btn {
  color: #00adc6;
  border: 2px solid #00adc6;
  height: 50px;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
  background-color: #fff;
  }
  .tertiary-btn:hover{
  color:#fd5f07;
  background-color: #fff;
  border: 2px solid #fd5f07;
  }
  .question-page .vote-buttons .notify-sidebar {
  text-align: center;
  margin: 6px auto 0;
}
.question-page .vote-buttons .notify-sidebar label {
  vertical-align: top;
}
.question-page .accepted-answer {
  background-color: #f7fecc;
  border-bottom-color: #9BD59B;
}
.question-page .answer .post-update-info a {
  color: #FD5F07;
}
.question-page .answered {
  background: #CCC;
  color: #999;
}
.question-page .answered-accepted {
  background: #DCDCDC;
  color: #763333;
}
.question-page .answered-accepted strong {
  color: #E1E818;
}
.question-page .answered-by-owner {
    margin-bottom: 30px;
}
.question-page .answer-img-accept {
  background: url(/static/default/media/images/accept-answer-icon.svg?980b579a3d16) no-repeat;
  background-position: center;
  width: 23px;
  height: 23px;
  margin-top: 20px;
}
.question-page .accepted-answer .answer-img-accept,
.question-page .answer-img-accept:hover {
  background: url(/static/default/media/images/vote-accepted-on.png?980b579a3d16);
}
.question-page #fmanswer {
  color: #4D4D4D;
  line-height: 1.2;
  margin-top: 10px;
}
.question-page #fmanswer h2 {
  color: #7ea9b3;
  font-size: 24px;
}
.question-page #fmanswer label {
  color: #4d4d4d;
  font-size: 14px;
}
.question-page .message {
  padding: 5px;
  margin: 0px 0 10px 0;
}
.vote-buttons * {
  margin: 0;
}
.box.vote-buttons {
  background: #EEE;
  font-size: 14px !important;
  font-weight: normal;
  color: #4d4d4d;
  font-family: Arial;
  border-radius: 6px;
  margin-top: 30px;
  padding: 20px;
}
.box.vote-buttons img{
   float: left;
   width:22px;
}
.box.vote-buttons .following{
  background-color:#e8f3e7;
}
.box.vote-buttons .unfollowing{
  background-color:#eeeeee;
}
.question-img-upvote,
.question-img-downvote,
.answer-img-upvote,
.answer-img-downvote {
  width: 25px;
  height: 20px;
  cursor: pointer;
}
.question-img-upvote,
.answer-img-upvote {
  background: url(/static/default/media/images/vote-up-icon.svg?980b579a3d16) no-repeat;
  background-position: center;
}
.question-img-downvote,
.answer-img-downvote {
  background: url(/static/default/media/images/vote-down-icon.svg?980b579a3d16) no-repeat;
  background-position: center;
}
.question-img-upvote:hover,
.question-img-upvote.on,
.answer-img-upvote:hover,
.answer-img-upvote.on {
  background: url(/static/default/media/images/vote-up-icon.svg?980b579a3d16) no-repeat;
  background-position: center;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .accepted-answer .answer-img-accept,
.question-page .answer-img-accept:hover {
  background: url(/static/default/media/images/vote-accepted-on.png?980b579a3d16);
}
.question-img-downvote:hover,
.question-img-downvote.on,
.answer-img-downvote:hover,
.answer-img-downvote.on {
  background: url(/static/default/media/images/vote-down-icon.svg?980b579a3d16) no-repeat;
  background-position: center;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.vote-number {
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  font-family: 'arialmedium';
  font: revert;
}

/* -----Content pages, Login, About, FAQ, Users----- */
.openid-signin input[type="email"],
.openid-signin input[type="text"],
.openid-signin input[type="password"] {
  color: #231e28;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  margin: 0px;
  padding: 0 5px;
  width: 200px;
}
.openid-signin .form-group,
.registration-page .form-group {
  margin-bottom: 20px;
}
.form-group .error {
  display: block;
}
.registration-page .login input[type="email"],
.registration-page .login input[type="password"],
.registration-page .login input[type="text"] {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #231e28;
  padding: 0 5px;
  width: 200px;
}
.registration-page .submit-row {
  padding: 0;
}
.openid-signin,
.meta,
.user-profile-edit-page {
  font-size: 14px;
  line-height: 1.3;
  color: #231e28;
}

.openid-signin p,
.meta p,
.user-profile-edit-page p {
  font-size: 13px;
  line-height: 1.3;
  font-family: Arial;
  color: #4d4d4d;

  margin:0px 20px 20px 20px;
}

.badge-para{
  text-indent: -18px;
}

#sec-para{
  margin: -20px 0px 20px 20px;
}

.openid-signin h2{
  font-size: 30px;
}
.meta form,
.users-page form,
.user-profile-edit-page form,
.user-profile-page form {
  margin-bottom: 15px;
}
.meta input[type="email"],
.users-page input[type="email"],
.user-profile-edit-page input[type="email"],
.user-profile-page input[type="email"],
.meta input[type="text"],
.users-page input[type="text"],
.user-profile-edit-page input[type="text"],
.user-profile-page input[type="text"],
.meta input[type="password"],
.users-page input[type="password"],
.user-profile-edit-page input[type="password"],
.user-profile-page input[type="password"],
.meta input[type="number"],
.users-page input[type="number"],
.user-profile-edit-page input[type="number"],
.user-profile-page input[type="number"],
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.meta select,
.users-page select,
.user-profile-edit-page select,
.user-profile-page select {
  width: 170px;
  height: 30px;
}
.meta textarea,
.users-page textarea,
.user-profile-edit-page textarea,
.user-profile-page textarea {
  padding-left: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.meta input.submit,
.users-page input.submit,
.user-profile-edit-page input.submit,
.user-profile-page input.submit {
  font-weight: normal;
  margin: 5px 0px;
}
.meta .cancel,
.users-page .cancel,
.user-profile-edit-page .cancel,
.user-profile-page .cancel {
  background: url(/static/default/media/images/small-button-cancel.png?980b579a3d16) repeat-x top !important;
  color: #231e28 !important;
}
.meta .cancel:hover,
.users-page .cancel:hover,
.user-profile-edit-page .cancel:hover,
.user-profile-page .cancel:hover {
  background: url(/static/default/media/images/small-button-cancel.png?980b579a3d16) repeat-x bottom !important;
}
.meta .re,
.users-page .re,
.user-profile-edit-page .re,
.user-profile-page .re {
  float: left;
  width: 960px;
}
.user-profile-edit-page td {
  padding: 3px 5px 3px 0;
}
.user-profile-edit-page select {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="text"],
.user-profile-edit-page .user-details textarea {
  width: 100%;
}
.user-profile-edit-page .user-details input[type="checkbox"],
.user-profile-edit-page .user-details input[type="submit"],
.user-profile-edit-page .user-details input[type="button"] {
  margin: 10px 0;
}
.user-profile-edit-page label {
  line-height: 31px;
}
.user-profile-page.inbox-group-join-requests form {
  margin-bottom: 0;
}
.user-profile-page.inbox-group-join-requests table {
  margin-bottom: 13px;
}
.user-profile-page.inbox-group-join-requests td {
  padding-right: 10px;
}
.user-profile-page.inbox-forum h2,
.user-profile-page.inbox-flags h2 {
  line-height: 24px;
  padding: 6px;
}
.user-profile-page.inbox-forum .message,
.user-profile-page.inbox-flags .message {
  border-bottom: 1px solid #ccc;
  padding: 6px;
}
.user-profile-page.inbox-forum .message:last-child,
.user-profile-page.inbox-flags .message:last-child {
  border: none;
}
.user-profile-page ul.avatars {
  list-style: none;
  margin-left: 0;
}
.user-profile-page ul.avatars li {
  display: inline-block;
  max-width: 128px;
  position: relative;
  vertical-align: top;
}
.user-profile-page ul.avatars img {
  height: 128px;
  width: 128px;
}
.user-profile-page ul.avatars .avatar-delete {
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.user-profile-page ul.avatars form {
  text-align: center;
}
.user-profile-page ul.avatars label[for="id_avatar"] {
  display: none;
}
.avatar-label {
  background: black;
  color: white !important;
  cursor: help;
  padding: 5px;
  position: absolute;
}
.avatar-primary-label {
  height: 28px;
  line-height: 28px !important;
  margin: 3px 0 0 0;
  text-align: center;
}
.user-profile-page.inbox-forum .new {
  background: #ffefe7;
}
.user-profile-page.inbox-forum .js-delete {
  margin-right: 12px;
}
.reject-reason-title {
  margin-bottom: 12px;
}
.moderation-queue-page .re {
  width: 810px;
}
.moderation-queue-page .post-moderation-controls {
  float: left;
  width: 150px;
  margin-top: 23px;
  text-align: right;
}
.moderation-queue-page .dropdown {
  display: -moz-inline-stack;
  display: inline-block;
  height: 17px;
}
.moderation-queue-page .dropdown:hover ul.dropdown-menu {
  display: block;
  margin-top: 9px;
}
.moderation-queue-page .highlight {
  background: transparent;
}
.moderation-queue-page .messages {
  margin-bottom: 14px;
}
.moderation-queue-page .message {
  margin: 12px 0;
}
.moderation-queue-page .select-items {
  margin-bottom: 10px;
}
.moderation-queue-page #responses div.face {
  display: none;
}
.openid-signin form {
  padding: 0 0px;
}
#local_login_buttons input[type="email"],
#password-fs input[type="email"],
#openid-fs input[type="email"],
#signup-form input[type="email"],
#local_login_buttons input[type="text"],
#password-fs input[type="text"],
#openid-fs input[type="text"],
#signup-form input[type="text"],
#local_login_buttons input[type="password"],
#password-fs input[type="password"],
#openid-fs input[type="password"],
#signup-form input[type="password"] {
  color: #231e28;
  font-size: 14px;
  height: 50px;
  margin: 0px;
  padding: 16px 20px 16px 60px;
  width: 250px;
  border-radius: 25px;
}

#local_login_buttons input[type="email"]:hover,
#password-fs input[type="email"]:hover,
#openid-fs input[type="email"]:hover,
#signup-form input[type="email"]:hover,
#local_login_buttons input[type="text"]:hover,
#password-fs input[type="text"]:hover,
#openid-fs input[type="text"]:hover,
#signup-form input[type="text"]:hover,
#local_login_buttons input[type="password"]:hover,
#password-fs input[type="password"]:hover,
#openid-fs input[type="password"]:hover,
#signup-form input[type="password"]:hover{
  border:1px solid #fd5f07;
}

#email-input-fs,
#password-fs,
#openid-fs {
  margin:0px;
}
.openid-input {
  background: url(/static/default/media/images/openid.gif?980b579a3d16) no-repeat;
  padding-left: 15px;
  cursor: pointer;
}
.openid-login-input {
  background-position: center left;
  background: url(/static/default/media/images/openid.gif?980b579a3d16) no-repeat 0% 50%;
  padding: 5px 5px 5px 15px;
  cursor: pointer;
  font-weight: 300;
  font-size: 150%;
  width: 500px;
}
.openid-login-submit {
  height: 40px;
  width: 80px;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #777;
  font-weight: bold;
  font-size: 120%;
}
.users-page #group-openness-selector {
  width: 100%;
}
.user {
  padding: 5px 10px 5px 0;
  line-height: 140%;
  width: 166px;
  height: 32px;
  margin-bottom: 5px;
}
.user .user-micro-info {
  color: #231e28;
}
.user ul {
  margin: 0;
  list-style-type: none;
}
.user .thumb {
  clear: both;
  float: left;
  margin-right: 4px;
  display: inline;
}
/* tags page */
.tabBar-tags {
  margin-bottom: 15px;
}
/* badges page */
a.medal {
  
  font-size: 14px;
  font-family: arial;
  line-height: 250%;
  margin-right: 5px;
  color: #231e38;;
  text-decoration: none;
  /* padding: 4px 12px 4px 6px; */
  white-space: nowrap;
}
a:hover.medal {
  color: #333;
  text-decoration: none;
  background: url(/static/default/media/images/medala_on.gif?980b579a3d16) no-repeat;
  border-left: 1px solid #E7E296;
  border-top: 1px solid #E7E296;
  border-bottom: 1px solid #D1CA3D;
  border-right: 1px solid #D1CA3D;
}
#award-list .user {
  float: left;
  margin: 5px;
}
/* profile page */
.tabBar-profile {
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  border-bottom: 1px solid #fd5f07;
}
.user-profile-page p {
  font-size: 14px;
  line-height: 1.3;
  color: #4D4D4D;
}
.user-profile-page .avatar img {
  border-radius: 50%;
}
.user-profile-page form {
  margin-bottom: 0;
}
.user-profile-page h2 {
  font-size: 14px;
  padding: 4px 0px 10px 0px;
}
.user-profile-page h3 {
  padding: 0;
}
.user-profile-page table.form-as-table {
  margin: 5px 0 12px;
}
.user-profile-page .submit-row {
  margin-bottom: 0;
}
.user-profile-page .user-stats-table h2 {
  padding-top: 10px;
}
.user-profile-page .user-stats-table.badges {
  margin-bottom: 30px;
}
.user-profile-page .up-votes,
.user-profile-page .down-votes {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  padding-left: 27px;
  line-height: 22px;
  margin: 0 15px 0 2px;
}
.user-profile-page .up-votes {
  background: url(/static/default/media/images/vote-arrow-up-on.png?980b579a3d16) no-repeat;
}
.user-profile-page .down-votes {
  background: url(/static/default/media/images/vote-arrow-down-on.png?980b579a3d16) no-repeat;
}
.user-profile-page .inputs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.user-profile-page .pager {
  margin-bottom: 0;
}
.user-profile-page .paginator {
  margin-bottom: 0;
  padding-bottom: 0;
}
.user-profile-page .users-questions {
  margin-top: -10px;
}
.user-profile-page .avatar p {
  margin-bottom: 0px;
}
.user-profile-page .tabBar a#stats {
  margin-left: 0;
}
.user-profile-page img.gravatar {
  /* margin: 2px 0 3px 0; */
  border-radius: 50%;
}
.user-profile-page .vote-notification h3 {
  padding: 10px;
}
.user-profile-page .js-editable .wmd-container textarea {
  min-height: 135px;
}
.user-profile-page .js-editable .js-editable-content {
  margin-bottom: 8px;
}
.user-details {
  font-size: 13px;
}
.user-details h3 {
  font-size: 16px;
}
.user-details td {
  padding-right: 10px;
  vertical-align: top;
}
.user-about {
  background-color: #EEEEEE;
  height: 200px;
  line-height: 20px;
  overflow: auto;
  padding: 10px;
  width: 90%;
}
.user-about p {
  font-size: 13px;
}
.submit {
  font-weight: bold;
  line-height: 26px;
  margin-top: -2px;
}
.submit:hover {
  text-decoration: none !important;
}
.count {
  font-size: 200%;
  font-weight: 700;
}
.scoreNumber {

  font-size: 35px;
  font-weight: 800;
  color: #777;
  line-height: 40px;
  /*letter-spacing:0px*/
  margin-top: 3px;
}
.vote-count {
  font-family: Arial;
  font-size: 160%;
  font-weight: 700;
  color: #777;
}
.answer-summary {
  display: block;
  clear: both;
  padding: 3px;
}
.answer-votes {
  background-color: #EEEEEE;
  color: #555555;
  float: left;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 17px;
  padding: 2px 4px 5px;
  text-align: center;
  text-decoration: none;
  width: 20px;
  margin-right: 10px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
}
.karma-summary {
margin-top: 30px;
}
.karma-summary h3 {
  text-align: center;
  font-weight: bold;
  padding: 5px;
}
.karma-diagram {
  width: 477px;
  height: 300px;
  float: left;
  margin-right: 10px;
}
.karma-details {
  float: left;
  width: 50%;
  height: 250px;
  overflow-y: auto;
  word-wrap: break-word;
}

.karma-description{
  float: left;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.karma-description a {
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 14px;
}
.karma-details p {
  margin-bottom: 10px;
}
.karma-gained {
  font-weight: bold;
  background: #64AF5d;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;

}
.karma-lost {
  font-weight: bold;
  background: #E73F3F;
  margin-right: 10px;
  margin-bottom: 20px;
  color: #FFF;
  display: block;
  float: left;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;

}
.submit-row {
  margin-bottom: 10px;
}
/*-----  Revision pages ----- */
.revision {
  margin: 10px 0 10px 0;
  font-size: 13px;
  color: #231e28;
}
.revision p {
  font-size: 13px;
  line-height: 1.3;
  color: #231e28;
}
.revision h3 {
   font-size: 21px;
  padding-left: 0px;
}
.revision .header {
  background-color: #F5F5F5;
  padding: 5px;
  cursor: pointer;
}
.revision .author {
  background-color: #e9f3f5;
}
.revision .summary {
  padding: 5px 0 10px 0;
}
.revision .summary span {
  background-color: #fde785;
  padding: 6px;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  display: inline;
}
.revision .answerbody {
  padding: 10px 0 5px 10px;
}
.revision .revision-mark {
  width: 150px;
  text-align: left;
  display: inline-block;
  font-size: 11px;
  overflow: hidden;
}
.revision .revision-mark .gravatar {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
}
.revision .revision-number {
  font-size: 300%;
  font-weight: bold;
  }
del,
del .post-tag {
  color: #C34719;
}
ins .post-tag,
ins p,
ins {
  background-color: #E6F0A2;
}
body.question-page ins,
body.main-page ins {
  /* a hack for google adwords
     * todo: make rule above more specific
     * and remove this one */
  background: transparent;
}
/* ----- Footer links , check blocks/footer.html----- */
.footer {
  /* wrapper positioning class */
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #EEEEEE;
  padding-left: 100px;
  padding-right: 100px;
}
.footer .content-wrapper{
  width: 100%;
  display: flex;
  line-height: 36px;
  padding: 30px 0px 30px 0px;
  justify-content: space-between;
}
.footer .content-wrapper .copyright {
  display:flex;
  font-size: 14px;
}
.footer .content-wrapper .copyright a {
  color:#4D4D4D ;
}
.footer .content-wrapper .footerlogo{
  height:36px;
}
.footer .content-wrapper .copyright .right-space{
  margin-right: 30px;
}
.footer .content-wrapper .copyright a:hover {
  color: #4d4d4d;
  text-decoration: underline;
}
.notify-me {
  float: left;
}
span.text-counter {
  margin-right: 20px;
}
.checkbox .errorlist {
  margin-bottom: -5px;
}
ul.errorlist {
  margin: 0;
  list-style: none;
}
ul.errorlist li {
  line-height: 16px;
  font-size: 12px;
  color: #e73f3f;
}
.js-error,
.form-error {
  color: #999;
  font-weight: normal;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
  padding:0 0 10px 20px;
}
.ask-page .js-error ul.errorlist {
  font-size: 14px;
}
label + .form-error {
  padding-left: 8px;
}
.ask-page label + .form-error ul.errorlist,
.edit-question-page label + .form-error ul.errorlist,
.edit-answer-page label + .form-error ul.errorlist {
  color: #E73F3F;
  display: inline-block;
  font-size: 16px;
  margin-left: 0;
  padding-bottom: 2px;
  vertical-align: bottom;
}
p.form-item {
  margin: 0px;
}
.deleted {
  background: #fff;
}
.form-row {
  line-height: 25px;
}
table.form-as-table {
  border-spacing: 0px 15px;
  border-collapse: separate;
  width: 100%;
}
table.form-as-table ul {
  list-style-type: none;
  display: inline;
}

table.form-as-table li {
  display: inline;
  margin-right: 12px;
}

table.form-as-table.ab-subscr-form td {
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  width: 100px;
}

table.form-as-table tr {
  outline: 1px solid #dddddd;
  margin-bottom: 50px;
  border-radius: 5px;
  height: 50px;
}

table.form-as-table.ab-subscr-form td:last-child {
  width: 35%;
}


/* table.form-as-table td {
  text-align: right;
}*/
table.form-as-table th {
    vertical-align: center;
    padding: 20px;
    text-align: left;
    font-weight: normal;
}

.submit-row {
  line-height: 30px;
  padding-top: 10px;
  display: block;
  clear: both;
}
.errors {
  line-height: 20px;
  color: #E73F3F;
}
.error,
.openid-signin p.error {
  color: #E73F3F;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}
label.retag-error {
  color: #E73F3F;
  padding-left:15px;
  font-size: 13px;
}
.fieldset {
  border: none;
  margin-top: 10px;
  padding: 10px;
}
/* todo: get rid of this in html */
.favorites-empty {
  width: 32px;
  height: 45px;
  float: left;
}
.user-info-table {
  margin: 10px 0;
  border-spacing: 0;
  display: table;
}
.user-info-table .col1,
.user-info-table .col2,
.user-info-table .col3 {
  display: table-cell;
  vertical-align: top;
}
.user-info-table .col1 {
  width: 140px;
  text-align: center;
}
.user-info-table .col2 {
  padding: 0 0 0 10px;
  width: 400px;
}
.user-info-table .col3 {
  width: 460px;
}
.user-info-table .gravatar {
  margin: 0;
}
/* todo: remove this hack? */
.user-stats-table .narrow {
  width: 660px;
}
.narrow .summary h3 {
  padding: 0px;
  margin: 0px;
}
.timeago {
  text-decoration: none;
  display: none;
  color: #999;
  border: none !important;
  font-size: 14px;
}
.narrow .tags {
  float: left;
}
.user-activity {
  margin-top: 30px;
  width: 100%;
}
.user-activity :first-letter {
  text-transform:capitalize;
}
.action-type:first-letter {
  text-transform:capitalize;
}
/* .user-activity td {
  padding: 3px 11px;
  vertical-align: top;
} */
.user-activity .timestamp {
  width: auto;
}
.user-activity .action-type {
  margin-bottom: 5px;
}
.user-activity .description {
  width: auto;
  border: #cccccc solid 1px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.revision-summary{
  width: auto;
  border: #cccccc solid 1px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
}

.revision-summary p{
  color: #999999;
}

.user-activity .description a {
    color: #4d4d4d;
    font-weight: bold;
}
a.question-title  {
  color: #4D4D4D;
}
.question-title-link a {
  color: #4D4D4D;
}
.answer-title-link a {
  color: #333;
}
.hilite {
  background-color: #ff0;
}
.hilite1 {
  background-color: #ff0;
}
.hilite2 {
  background-color: #f0f;
}
.hilite3 {
  background-color: #0ff;
}
.gold,
.badge1 {
  color: #FFD600;
  font-size: 20px;
}
.silver,
.badge2 {
  color: #CCCCCC;
  font-size: 20px;
}
.bronze,
.badge3 {
  color: #cd721b;
  font-size: 20px;
}
.badge-ctnr
.badge2,
.badge-ctnr .badge1,
.badge-ctnr .badge3 {
  margin:20px;
}
.gold,
.badge1,.silver,
.badge2,.bronze,
.badge3 {
  margin: 0px;
}
.side-box-badge1,
.side-box-badge2,
.side-box-badge3 {
  margin-right: 15px;
  font-size: 20px;
}
.score {
  font-weight: 800;
  color: #333;
}
a.comment {
  background: #EEE;
  color: #993300;
  padding: 5px;
}
a.offensive {
  color: #999;
}
.message h1 {
  padding-top: 0px;
  font-size: 15px;
}
.message p {
  margin-bottom: 0px;
}
.system-messages {
  color: red;
  background: yellow;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 5px;
}
p.space-above {
  margin-top: 10px;
}
.warning {
  color: red;
}
button::-moz-focus-inner {
  padding: 0;
  border: none;
}
.submit {
  cursor: pointer;
  background-color: #D4D0C8;
  height: 30px;
  border: 1px solid #777777;
  font-weight: bold;
  font-size: 120%;
}
.submit:hover {
  text-decoration: underline;
}
.submit.small {
  margin-right: 5px;
  height: 20px;
  font-weight: normal;
  font-size: 12px;
  padding: 1px 5px;
}
.submit.small:hover {
  text-decoration: none;
}
.question-page a.submit {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px;
  *display: inline;
}
.noscript {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 100;
  padding: 5px 0;
  text-align: center;
  font-size: 120%;
  font-weight: Bold;
  color: #FFFFFF;
  background-color: #AE0000;
}
.big {
  font-size: 14px;
}
.strong {
  font-weight: bold;
}
.orange {
  color: #d64000;
  font-weight: bold;
}
.grey {
  color: #808080;
}
.about div {
  padding: 10px 5px 10px 5px;
  border-top: 1px dashed #aaaaaa;
}
.highlight {
  background-color: #FFF8C6;
}
.nomargin {
  margin: 0;
}
.margin-bottom {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 10px;
}
.inline-block {
  display: inline-block;
}
.action-status {
  margin: 0;
  border: none;
  display: none;
  text-align: center;
  line-height: 10px;
  font-size: 12px;
  padding: 0;
}
.action-status a {
  font-weight: bold;
}
.inbox-flags .action-status {
  line-height: 38px;
  height: 24px;
}
.action-status span {
  padding: 3px 5px 3px 5px;
  background-color: #fff380;
  /* nice yellow */
  font-weight: normal;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.list-table {
  border-spacing: 0;
}
.list-table td {
  vertical-align: top;
}
/* these need to go */
table.form-as-table .errorlist {
  display: block;
  margin: 0;
  padding: 0 0 0 5px;
  text-align: left;
  font-size: 10px;
  color: #E73F3F;
}
table.form-as-table input {
  display: inline;
  margin-left: 4px;
  accent-color: #fd5f07;
}
/* table.form-as-table th {
  vertical-align: center;
  padding: 10px;
  text-align: left;
} */
.form-row-vertical {
  display: block;
}
.form-row-vertical label {
  display: block;
}
/* above stuff needs to go */
.text-align-right {
  text-align: center;
}
ul.form-horizontal-rows {
  list-style: none;
  margin: 0;
}
ul.form-horizontal-rows li {
  position: relative;
  height: 40px;
}
ul.form-horizontal-rows label {
  display: inline-block;
}
ul.form-horizontal-rows ul.errorlist {
  list-style: none;
  color: #E73F3F;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  top: -4px;
  left: 180px;
  text-align: left;
  margin: 0;
}
ul.form-horizontal-rows ul.errorlist li {
  height: 10px;
}
ul.form-horizontal-rows label {
  position: absolute;
  left: 0px;
  bottom: 6px;
  margin: 0px;
  line-height: 12px;
  font-size: 12px;
}
ul.form-horizontal-rows li input {
  position: absolute;
  bottom: 0px;
  left: 180px;
  margin: 0px;
}
.narrow .summary {
  float: left;
}
.user-profile-tool-links {
  font-weight: bold;
  vertical-align: top;
}
ul.post-tags {
  margin: 2px 0 0 3px;
}
ul.post-tags li {
  margin-top: 4px;
  margin-bottom: 3px;
}
ul.post-retag {
  margin-bottom: 0px;
  margin-left: 5px;
}
ul.post-retag input {
  width: 100%;
  height: 50px;
  padding: 16px 20px;
  border: 1px solid #999;
  border-radius: 25px;
}
#question-controls .tags {
  margin: 0 0 3px 0;
}
#tagSelector {
  padding-bottom: 2px;
  margin-bottom: 0;
}
.js-related-tags {
  padding: 20px;
}
#hideIgnoredTagsControl {
  margin: 5px 0 0 0;
}
#hideIgnoredTagsControl label {
  font-size: 12px;
  color: #666;
}
#hideIgnoredTagsCb {
  margin: 0 2px 0 1px;
}
.g-recaptcha {
  margin: 10px 0;
}
.g-recaptcha div {
  margin: 0;
}
#recaptcha_widget_div {
  width: 318px;
  float: left;
  clear: both;
}
p.signup_p {
  margin: 20px 0px 0px 0px;
}
.simple-subscribe-options ul {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}
.simple-subscribe-options input {
  display: inline;
}
.search-result-summary {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  padding: 2px 0 0 0;
  float: left;
}
.faq-rep-item {
  text-align: right;
  padding-right: 5px;
}
#responses {
  clear: both;
  line-height: 18px;
  margin-bottom: 15px;
}
#responses h2 {
  line-height: 24px;
  margin: 0;
  padding: 0;
}
#responses div.face {
  float: left;
  text-align: center;
  width: 54px;
  padding: 3px;
  overflow: hidden;
}
.response-parent {
  margin-top: 8px;
}
.response-parent strong {
  font-size: 20px;
}
.re {
  min-height: 57px;
  clear: both;
  margin-top: 10px;
}
#responses input {
  float: left;
}
#re_sections {
  margin-bottom: 6px;
}
#re_sections .on {
  font-weight: bold;
}
.avatar-page ul {
  list-style: none;
}
.avatar-page li {
  display: inline;
}
.userList {
  font-size: 13px;
}
.user-list {
  margin: 0;
  list-style: none;
}
.user-list li {
  margin: 5px 10px 15px 0;
  display: block;
}
.user-card {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.user-card .js-avatar-box {
  float: left;
  margin: 0px 6px 0 2px;
}
.user-card .info {
  height: 32px;
  width: 134px;
}
img.flag {
  border: 1px solid #eee;
  vertical-align: text-top;
}
.main-page img.flag {
  vertical-align: text-bottom;
}
a.edit {
  padding-left: 3px;
  color: #145bff;
}
/* Pretty printing styles. Used with prettify.js. minified in one line */
.pln {
  color: #000;
}
@media screen {
  .str {
    color: #080;
  }
  .kwd {
    color: #008;
  }
  .com {
    color: #800;
  }
  .typ {
    color: #606;
  }
  .lit {
    color: #066;
  }
  .pun,
  .opn,
  .clo {
    color: #660;
  }
  .tag {
    color: #008;
  }
  .atn {
    color: #606;
  }
  .atv {
    color: #080;
  }
  .dec,
  .var {
    color: #606;
  }
  .fun {
    color: red;
  }
}
@media print, projection {
  .str {
    color: #060;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #044;
  }
  .pun,
  .opn,
  .clo {
    color: #440;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #404;
  }
  .atv {
    color: #060;
  }
}
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888;
}
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee;
}
#leading-sidebar {
  float: left;
}
/* user groups */
#user-groups input[type="text"] {
  height: 21px;
  width: 100px;
}
#user-groups ul {
  margin-bottom: 0px;
}
#user-groups .js-delete-icon {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  border: none;
  display: inline-block;
  height: 14px;
  margin-top: 4px;
  width: 14px;
}
#user-groups .js-delete-icon:hover {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .post-update-info a.primary-group-name,
a.primary-group-name {
  color: #fd5f07;
  font-weight: bold;
}
.post-update-info .user-info {
  margin: 0 5px;
  line-height: 13px;
}
.users-page .wmd-prompt-dialog {
  background: #ccc;
}
.group-wiki .content > p:last-child {
  margin-bottom: 5px;
}
.group-wiki .group-logo {
  float: left;
  margin: 0 5px 3px 0;
}
.group-wiki .controls {
  margin: 0 0 10px 0;
}
img.group-logo {
  height: 60px;
  /* important to align with the line spacing */
}
#groups-list {
  margin-left: 0px;
}
#groups-list .group-name {
  padding-right: 20px;
}
.groups-page #groups-list th,
.groups-page #groups-list td {
  padding-right: 20px;
}
.groups-page #groups-list th {
  font-weight: bold;
}
.groups-page #groups-list th:nth-child(2),
.groups-page #groups-list td:nth-child(2) {
  text-align: center;
}
#reject-edit-modal input,
#reject-edit-modal textarea {
  width: 514px;
}
input.tipped-input,
textarea.tipped-input {
  padding-left: 5px;
}
.tipped-input.blank {
  color: #707070;
}
.select-box {
  margin: 0;
}
.select-box li {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 7px;
  font-size: 14px;
  line-height: 30px;
}
.select-box li input {
  margin: 0 0 2px -5px;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  color: #707070;
}
.select-box li.selected,
.select-box li.selected:hover,
.select-box li:hover {
  background-color: #999;
  color: white;
  -webkit-transition: background ease 0.2s;
  -moz-transition: background ease 0.2s;
  -ms-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.select-box li:hover a {
  color: white;
}
/* category selector */
.category-selector {
  border-spacing: 0;
  width: 100%;
}
.category-selector button {
  margin: 3px 0 0 7px;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
}
.category-selector input[type="text"] {
  width: calc(30%);
  padding: 0 5px;
  margin: 3px 0 3px -3px;
  height: 24px;
  border: none;
}
.category-selector ul.select-box {
  height: 150px;
  width: 100%;
  overflow: auto;
  border: #ccc 3px solid;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.category-selector td {
  vertical-align: top;
  width: 33.333%;
}
.category-selector li {
  position: relative;
  color: #707070;
}
.category-selector li.tree:after {
  content: ">>";
  position: absolute;
  right: 5px;
  font-weight: bold;
}
.category-selector li.selected.tree:after {
  color: #C09853;
}
.category-selector th {
  color: #707070;
  font-style: italic;
  font-size: 16px;
  font-weight: normal;
  padding-top: 5px;
  text-align: left;
}
.question-page .category-selector ul.select-box {
  width: 217px;
}
.question-page .category-selector ul.select-box input {
  width: 95px;
}
.question-page .tag-editor {
  width: 660px;
  margin-left: 0;
}
.editor-status {
  float: right;
  margin: 8px 350px 0 0;
  font-weight: bold;
}
.editor-status span {
  display: none;
}
/* tag editor */
.tag-editor {
  height: 32px;
  border: #cce6ec 3px solid;
  padding-left: 6px;

}
.tag-editor ul.tags {
  margin: 0;
}
.tag-editor ul.tags li {
  margin-top: 6px;
  height: 13px;
}
.tag-editor input.new-tags-input,
.tag-editor input.new-tags-input:focus {
  border: none;
  box-shadow: none;
  font-size: 14px;
  color: #4d4d4d;
  height: 16px;
  line-height: 16px;
  margin: 9px 0 0 -6px;
  padding: 0 0 0 6px;
}
/* fixes for bootstrap */
.caret {
  margin-bottom: 7px;
}
.btn-group {
  text-align: left;
}
.btn-toolbar {
  margin: 0;
}
.modal-footer {
  text-align: left;
}
.modal h3 {
  padding: 0;
  font-size: 20px;
}
.modal p {
  font-size: 14px;
}
.modal.merge-questions .modal-body label {
  padding-right: 8px;
}
.modal.merge-questions .modal-body .body,
.modal.merge-questions .modal-body .tags {
  clear: both;
}
.modal.merge-questions .modal-body h3 {
  line-height: 22px;
  margin-top: 12px;
}
.modal.merge-questions .modal-body .tags {
  margin-top: 12px;
}
.modal.merge-questions .modal-body .body {
  margin-top: 16px;
}
.modal-body > textarea {
  width: 515px;
  margin-bottom: 0px;
}
.modal-body > input[type="text"] {
  width: 515px;
  font-style: normal;
}
.alert .close {
  right: -38px;
}
.flip-content,
.flip-tab {
  display: none;
}
.flip-content-active,
.flip-tab-active {
  display: block;
}
.complete-registration form,
.recover-account form {
  margin: 0 0 10px;
}
.tag-subscriptions {
  border-spacing: 10px;
  border-collapse: separate;
}
.tag-subscriptions form {
  display: inline-block;
  margin-bottom: 0;
}
.tag-subscriptions td {
  vertical-align: middle;
}
.tag-subscriptions .action {
  cursor: pointer;
  color: #4A757F;
  text-decoration: none;
}
.tag-subscriptions ul.tags li {
  margin: 2px 5px;
}
.auto-tweeting select {
  width: auto;
  margin-bottom: 0;
}
.settings-nav,
.settings-main {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 6px 0 10px;
}
.settings-nav *,
.settings-main * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.settings-main {
  float: right;
  padding: 11px 0 11px 15px;
  width: 80%;
}
.settings-main .help {
  font-size: 12px;
  line-height: 1.3;
  margin: 10px 0;
}
.settings-main label {
  font-weight: bold;
  line-height: 1.2;
}
.settings-main img {
  margin: 0 0 10px 0;
}
.settings-nav {
  background: #e9e9e1;
  border: 1px solid #d3d3c2;
  float: left;
  padding: 0;
  width: 20%;
}
.settings-nav h2 {
  background: #777;
  color: #eaeaea;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.35;
  padding: 10px;
}
.settings-nav ul {
  list-style: none;
  margin: 10px 0;
}
.settings-nav li {
  line-height: 1.45;
  padding: 0 10px;
}
.settings-nav li.on,
.settings-nav li:hover {
  background: white;
}
.settings-nav li.on a,
.settings-nav li:hover a {
  text-decoration: none;
}
table.settings {
  width: 100%;
}
table.settings td {
  vertical-align: top;
  padding-bottom: 10px;
}
td.setting-label {
  width: 30%;
}
td.setting-label span.lang {
  color: #ff4747;
}
td.setting-input {
  padding-left: 10px;
  width: 70%;
}
td.setting-input input[type="text"],
td.setting-input input[type="number"],
td.setting-input input[type="url"] {
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  padding-left: 5px;
  width: 50%;
  border: #cce6ec 3px solid;
}
td.setting-input input[type="number"]::-webkit-inner-spin-button,
td.setting-input input[type="number"]:hover::-webkit-inner-spin-button {
  height: 25px;
}
td.setting-input select {
  width: 50%;
}
td.setting-input textarea {
  padding: 3px 2px;
  width: 100%;
 }
#recaptcha_area,
#recaptcha_table {
  line-height: 0!important;
}
.acInput {
  width: 200px;
}
.acResults ul {
  width: 100%;
  height: 235px;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border-radius: 0 0 0px 0px;
  overflow-y: scroll;
  border: thin #000 solid;
}
.acResults li {
  margin: 0px;
  padding: 15px 20px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 14px;
  overflow: hidden;
  line-height: 20px !important;
}
.acLoading {
  background: url('/static/default/media/images/indicator.gif?980b579a3d16') right center no-repeat;
}
.acSelect {
  background-color: #ffeff7;
  color: #4d4d4d;
}
/* modifications for small screens */
@media screen and (max-width: 960px) {
  /* content margins touch viewport */
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .ContentLeft{
    padding: 0 6px 20px 6px;
    width: 100%;
  }
  #userToolsNav {
    padding-left: 8px;
    margin-right: 20px;
  }
  .answer-votes {
    height: 24px;
  }
  .short-summary {
    width: 100%;
  }
  .short-summary .answers,
  .short-summary .views,
  .short-summary .votes {
    height: 51px;
  }
  .question-page .vote-buttons {
    margin-right: 2px;
  }
  .js-tag-name {
    height: 20px;
  }
  .question-page .comments .comment-controls {
    padding-left: 8px;
  }
  .question-page .comments div.controls {
    margin-left: 2px;
  }
  .meta input[type="email"],
  .users-page input[type="email"],
  .user-profile-edit-page input[type="email"],
  .user-profile-page input[type="email"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"],
  .meta input[type="password"],
  .users-page input[type="password"],
  .user-profile-edit-page input[type="password"],
  .user-profile-page input[type="password"],
  .meta select,
  .users-page select,
  .user-profile-edit-page select,
  .user-profile-page select {
    height: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 800px) {
  body {
    padding: 0;
  }
  input[type="submit"].searchBtn {
    margin-right: 0;
  }
  .content-wrapper {
    width: 100%;
  }
  .ContentRight {
    display: none;
  }
  .edit-question-page .ContentLeft,
  .edit-answer-page .ContentLeft,
  .openid-signin .ContentLeft,
  .meta .ContentLeft {
    padding: 0 10px;
  }
  .main-page h1,
  #askButton,
  #metaNav #navBadges,
  .copyright,
  .counts .views,
  .counts .votes,
  .help,
  .rss,
  .scope-selector,
  .settings,
  .tabBar,
  .tags,
  .userinfo,
  .widgets {
    display: none;
  }
  .ask-page input[type="submit"].searchBtn,
  .edit-question-page input[type="submit"].searchBtn {
    display: none;
  }
  .ask-page .preview-toggle,
  .edit-answer-page .preview-toggle,
  .edit-question-page .preview-toggle,
  .ask-page .proxy-user-info,
  .edit-answer-page .proxy-user-info,
  .edit-question-page .proxy-user-info,
  .ask-page .answer-options,
  .edit-answer-page .answer-options,
  .edit-question-page .answer-options,
  .ask-page .question-options,
  .edit-answer-page .question-options,
  .edit-question-page .question-options,
  .ask-page .revision-comment,
  .edit-answer-page .revision-comment,
  .edit-question-page .revision-comment,
  .ask-page .wmd-preview,
  .edit-answer-page .wmd-preview,
  .edit-question-page .wmd-preview,
  .ask-page #wmd-hr-button,
  .edit-answer-page #wmd-hr-button,
  .edit-question-page #wmd-hr-button,
  .ask-page #wmd-heading-button,
  .edit-answer-page #wmd-heading-button,
  .edit-question-page #wmd-heading-button {
    display: none;
  }
  .edit-answer-page label[for="id_title"],
  .edit-question-page label[for="id_title"],
  .edit-answer-page label[for="id_revision"],
  .edit-question-page label[for="id_revision"],
  .edit-answer-page #id_revision,
  .edit-question-page #id_revision {
    display: none;
  }
  .edit-answer-page #fmedit #id_title,
  .edit-question-page #fmedit #id_title {
    margin: 15px 0 0 0;
  }
  .question-page .comment-votes {
    display: none;
  }
  .question-page .comments form.post-comments {
    margin: 0 10px 0 0;
  }
  .question-page .comments .comment .comment-body {
    margin-left: 5px;
  }
  .question-page .post-update-info-container {
    float: none;
    width: 100%;
  }
  .question-page .post-update-info {
    float: none;
    margin-left: 0;
    width: auto;
  }
  .question-page .post-update-info br,
  .question-page .post-update-info .badge1,
  .question-page .post-update-info .badge2,
  .question-page .post-update-info .badge3,
  .question-page .post-update-info .gravatar,
  .question-page .post-update-info .reputation-score,
  .question-page .post-update-info .user-card,
  .question-page .post-update-info .badge-count {
    display: none;
  }
  .footer-links,
  .powered-link {
    text-align: center;
    width: 100%;
  }
  #metaNav {
    float: left;
    margin-left: 8px;
   }
  #metaNav a#navUsers,
  #metaNav a#navTags,
  #metaNav a#navGroups {
    background: none;
    color: #d0e296;
    font-size: 16px;
    text-decoration: underline;
    margin: 7px 28px 0 0;
    padding-left: 0;
    text-transform: capitalize;
  }
  .powered-link {
    margin-bottom: 15px;
  }
  .short-summary:first-child {
    padding-top: 0;
  }
  .short-summary {
    padding: 3px 0 8px;
    width: 100%;
  }
  .short-summary .tags {
    margin-top: -8px;
  }
  .short-summary .tags li {
    margin: 8px 8px 1px 0;
  }
  table.form-as-table.ab-tag-filter-form td {
    text-align: left;
  }
  table.form-as-table.ab-tag-filter-form th {
    vertical-align: top;
    padding-right: 70px;
  }

  table.form-as-table.ab-tag-filter-form li {
    display: block;
    line-height: 26px;
  }
}
@media screen and (max-width: 540px) {
  .question-page .post-controls {
    float: left;
    height: 32px;
    margin-left: -8px;
    padding-left: 0;
    text-align: left;
  }
  .question-page .post-controls .question-close {
    display: none;
  }
  .question-page div.comments.empty {
    margin-top: 8px !important;
  }
  .meta input[type="email"],
  .users-page input[type="email"],
  .user-profile-edit-page input[type="email"],
  .user-profile-page input[type="email"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"],
  .meta input[type="password"],
  .users-page input[type="password"],
  .user-profile-edit-page input[type="password"],
  .user-profile-page input[type="password"],
  .meta select,
  .users-page select,
  .user-profile-edit-page select,
  .user-profile-page select {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .openid-signin h1,
  .openid-signin h2 {
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .openid-signin textarea,
  .meta textarea,
  .users-page textarea,
  .user-profile-edit-page textarea,
  .user-profile-page textarea,
  .openid-signin input[type="text"],
  .meta input[type="text"],
  .users-page input[type="text"],
  .user-profile-edit-page input[type="text"],
  .user-profile-page input[type="text"] {
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .wmd-button-bar .wmd-hr-button,
  .wmd-button-bar .wmd-heading-button {
    display: none;
  }
  .editor-status {
    margin-right: 0;
  }
}
@media screen and (max-width: 338px) {
  #scopeNav {
    display: none;
  }
  .ask-page #id_post_author_username,
  .question-page #id_post_author_username,
  .edit-question-page #id_post_author_username,
  .edit-answer-page #id_post_author_username,
  .ask-page #id_post_author_email,
  .question-page #id_post_author_email,
  .edit-question-page #id_post_author_email,
  .edit-answer-page #id_post_author_email {
    width: 100%;
    margin: 6px 0;
  }
  .question-page .post-controls .js-offensive-flag {
    display: none;
  }
}
/* language-specific fixes */
body.lang-zh .box .inputs #interestingTagInput,
body.lang-zh_CN .box .inputs #interestingTagInput,
body.lang-zh-cn .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh .box .inputs #ignoredTagInput,
body.lang-zh_CN .box .inputs #ignoredTagInput,
body.lang-zh-cn .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh .box .inputs #subscribedTagInput,
body.lang-zh_CN .box .inputs #subscribedTagInput,
body.lang-zh-cn .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh .box .inputs #ab-tag-search,
body.lang-zh_CN .box .inputs #ab-tag-search,
body.lang-zh-cn .box .inputs #ab-tag-search,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 140px;
}
body.lang-zh button,
body.lang-zh_CN button,
body.lang-zh-cn button,
body.lang-zh-tw button,
body.lang-zh_TW button,
body.lang-zh input[type="submit"],
body.lang-zh_CN input[type="submit"],
body.lang-zh-cn input[type="submit"],
body.lang-zh-tw input[type="submit"],
body.lang-zh_TW input[type="submit"],
body.lang-zh input[type="button"],
body.lang-zh_CN input[type="button"],
body.lang-zh-cn input[type="button"],
body.lang-zh-tw input[type="button"],
body.lang-zh_TW input[type="button"],
body.lang-zh input[type="reset"],
body.lang-zh_CN input[type="reset"],
body.lang-zh-cn input[type="reset"],
body.lang-zh-tw input[type="reset"],
body.lang-zh_TW input[type="reset"],
body.lang-zh .button,
body.lang-zh_CN .button,
body.lang-zh-cn .button,
body.lang-zh-tw .button,
body.lang-zh_TW .button {
  line-height: 24px;
}
body.lang-zh .box a.followed,
body.lang-zh_CN .box a.followed,
body.lang-zh-cn .box a.followed,
body.lang-zh-tw .box a.followed,
body.lang-zh_TW .box a.followed,
body.lang-zh .box a.follow,
body.lang-zh_CN .box a.follow,
body.lang-zh-cn .box a.follow,
body.lang-zh-tw .box a.follow,
body.lang-zh_TW .box a.follow {
  line-height: 34px !important;
}
body.lang-zh.question-page a.submit,
body.lang-zh_CN.question-page a.submit,
body.lang-zh-cn.question-page a.submit,
body.lang-zh-tw.question-page a.submit,
body.lang-zh_TW.question-page a.submit {
  line-height: 30px !important;
}
body.lang-zh-tw .box .inputs #interestingTagInput,
body.lang-zh_TW .box .inputs #interestingTagInput,
body.lang-zh-tw .box .inputs #ignoredTagInput,
body.lang-zh_TW .box .inputs #ignoredTagInput,
body.lang-zh-tw .box .inputs #subscribedTagInput,
body.lang-zh_TW .box .inputs #subscribedTagInput,
body.lang-zh-tw .box .inputs #ab-tag-search,
body.lang-zh_TW .box .inputs #ab-tag-search {
  width: 137px;
}
body.lang-hu .scope-selector {
  font-size: 17px;
  margin-left: 10px;
}
body.lang-hu #searchBar,
body.lang-hu .search-drop-menu {
  margin-left: 252px;
}
body.lang-hu .box .inputs #interestingTagInput,
body.lang-hu .box .inputs #ignoredTagInput,
body.lang-hu .box .inputs #subscribedTagInput,
body.lang-hu .box .inputs #ab-tag-search {
  width: 111px;
}
body.lang-hu .users-input,
body.lang-hu .groups-input {
  width: 100px;
}
body.lang-es .scope-selector {
  font-size: 18px;
}
body.lang-es .box .inputs #interestingTagInput,
body.lang-es .box .inputs #ignoredTagInput {
  width: 130px;
}
body.lang-es .users-input,
body.lang-es .groups-input {
  width: 130px;
}
body.lang-es .short-summary .counts .answers div,
body.lang-es .short-summary .counts .views div,
body.lang-es .short-summary .counts .votes div {
  font-size: 10px;
}
body.lang-de .scope-selector {
  font-size: 17px;
}
body.lang-de #metaNav a {
  font-size: 16px;
}
body.lang-de .box h2 {
  font-size: 17px !important;
}
body.lang-de .box .inputs #interestingTagInput,
body.lang-de .box .inputs #ignoredTagInput,
body.lang-de .box .inputs #subscribedTagInput,
body.lang-de .box .inputs #ab-tag-search {
  width: 153px;
}
body.lang-gl .box .inputs #interestingTagInput,
body.lang-gl .box .inputs #ignoredTagInput,
body.lang-gl .box .inputs #subscribedTagInput,
body.lang-gl .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-pt_BR .box .inputs #interestingTagInput,
body.lang-pt_BR .box .inputs #ignoredTagInput,
body.lang-pt_BR .box .inputs #subscribedTagInput,
body.lang-pt_BR .box .inputs #ab-tag-search {
  width: 116px;
}
body.lang-fr .box .inputs #interestingTagInput,
body.lang-fr .box .inputs #ignoredTagInput,
body.lang-fr .box .inputs #subscribedTagInput,
body.lang-fr .box .inputs #ab-tag-search {
  width: 127px;
}
body.lang-fr #metaNav a {
  font-size: 16px;
}
body.lang-fi #scopeNav {
  width: 315px;
}
body.lang-fi .scope-selector {
  font-size: 17px;
}
body.lang-fi .box .inputs #interestingTagInput,
body.lang-fi .box .inputs #ignoredTagInput,
body.lang-fi .box .inputs #subscribedTagInput,
body.lang-fi .box .inputs #ab-tag-search {
  width: 142px;
}
body.lang-ru .scope-selector {
  font-size: 17px;
}
body.lang-ru .box .inputs #interestingTagInput,
body.lang-ru .box .inputs #ignoredTagInput,
body.lang-ru .box .inputs #subscribedTagInput,
body.lang-ru .box .inputs #ab-tag-search {
  width: 146px;
}
body.lang-ko #scopeNav {
  width: 315px;
}
body.lang-ko .box .inputs #interestingTagInput,
body.lang-ko .box .inputs #ignoredTagInput,
body.lang-ko .box .inputs #subscribedTagInput,
body.lang-ko .box .inputs #ab-tag-search {
  width: 144px;
}
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #interestingTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #ignoredTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #subscribedTagInput,
body.lang-nb_NO .box .inputs #ab-tag-search,
body.lang-nb_NO .box .inputs #ab-tag-search {
  width: 133px;
}
body.lang-nl .box .inputs #interestingTagInput,
body.lang-nl .box .inputs #ignoredTagInput,
body.lang-nl .box .inputs #subscribedTagInput,
body.lang-nl .box .inputs #ab-tag-search {
  width: 110px;
}
body.lang-eu .box .inputs #interestingTagInput,
body.lang-eu .box .inputs #ignoredTagInput,
body.lang-eu .box .inputs #subscribedTagInput,
body.lang-eu .box .inputs #ab-tag-search {
  width: 132px;
}
body.lang-tr .short-summary .votes,
body.lang-tr .short-summary .answers,
body.lang-tr .short-summary .favorites,
body.lang-tr .short-summary .views {
  overflow: hidden;
}
body.lang-tr .box .inputs #interestingTagInput,
body.lang-tr .box .inputs #ignoredTagInput,
body.lang-tr .box .inputs #subscribedTagInput,
body.lang-tr .box .inputs #ab-tag-search {
  width: 141px;
}
body.lang-cs-cz .short-summary .votes,
body.lang-cs-cz .short-summary .answers,
body.lang-cs-cz .short-summary .favorites,
body.lang-cs-cz .short-summary .views {
  overflow: hidden;
}
body.lang-cs-cz .box .inputs #interestingTagInput,
body.lang-cs-cz .box .inputs #ignoredTagInput,
body.lang-cs-cz .box .inputs #subscribedTagInput,
body.lang-cs-cz .box .inputs #ab-tag-search {
  width: 134px;
}
.header_container{
  width:100%;
  justify-content: space-between;
  line-height: 50px;
  padding-left: 100px;
  padding-right: 100px;
}
.user-info.notification{
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.user-info .circle{
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #EEEEEE;
  margin-left: 10px;
}
.circle.bell{
  position: relative;
}
.circle.bell img{
  margin-left: 15px;
}
.circle.bell .notification-count{
  padding: 0 5px;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #FD5F07;
  border-radius: 50px;
  position: absolute;
  right: -5px;
  top: 0px;
}
.circle.user-bg img{
  margin-left: 13px;
  margin-top: 12px;
  cursor: pointer;
}
#secondaryHeader {
  height:110px;
  line-height: 50px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  background-color: #FFFFFF;
  padding: 30px 100px 30px 100px;
}

@media all and (max-width: 1024px)
{ 
  
  #secondaryHeader {
    height:110px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    background-color: #FFFFFF;
    padding: 30px 50px 30px 50px;
  }
}

#secondaryHeader .content-wrapper{
  display: flex;
  justify-content: space-between;
}
#secondaryHeader .search-bar {
   width: 450px;
   position: relative;
}
.search-bar input[type=text]:focus {
  border: 2px solid #00ADC6;
  padding: 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  border-top:0;
  color:#999;
 }
.secondaryHeader .homeButton h2{
  font-size: 20px;
  color: #231e28;
  font-family: 'arialmedium';
  font: revert;
}

form#searchForm{
    margin:0;
}
#scopeNav {
  display: flex;
  font-family: 'arialmedium';
  font: revert;
}
#scopeNav .filter-icon, .sort-icon, .tagged-icon{
    width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #231e28;
    font-family:'arialmedium';
    font: revert;
  }
#scopeNav .filter-list, .sort-type{
  display: flex;
  align-items: center;
  color: #4d4d4d;
  font-weight: regular;
  text-transform: capitalize;
}
#scopeNav .filter-list .filter{
  margin: 0px 10px 0px 20px;
  accent-color: #fd5f07;
}
.tab-sort-by{
  display: flex;
  width: 100%;
  padding: 30px 0px 30px 0px;
  font-family: 'arialmedium';
  font: revert;
  color: #231e28;
}
.answer.tab-sort-by{
  display: flex;
  width: 100%;
  padding: 30px 0px 30px 0px;
  text-transform: capitalize;
  font-family: 'arialmedium';
  font: revert;
  color: #231e28;
  margin-left: 45px;
  border: none;
}
.dropdown-user{
    font-family: 'arialmedium';
    font: revert;
    font-size: 14px;
    color: #231e28;
    width: 250px;
    position: absolute;
    right: 20px;
    border: 2px solid #00ADC6;
    top: 64px;
    padding: 30px 20px 30px 20px;
    z-index: 10;
    background: #ffffff;
    border-radius: 10px;
}
.dropdown-user ul {
  list-style: none !important;
  margin: 0px;
}
.dropdown-user li {
  text-transform: capitalize;
  color:#4d4d4d;
  font-size: 16px;
  padding-bottom:30px;
}
.dropdown-user li:last-child{
  padding-bottom: 0px;
}
.dropdown-user li a{
  text-transform: capitalize;
  color:#4d4d4d !important;
  font-size: 16px;
}
.dropdown-user li img{
  margin-right: 20px;
}
.dropdown-user:after {
  content: '';
  display: inline-block;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #00ADC6;
  position: absolute;
  top: -16px;
  left: auto;
  right: 7px;
}
#user_dropdown{
  display: none;
}
.dropdown-user li.karma {
  background-color: #FFEFE7;
  padding: 10px 0px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.dropdown-user li.karma a:first.user-micro-info{
  border-bottom: 1px solid #cccccc;
}
.tab-sort-by .sort-right-arrow{
  height: 8px;
}
.sort-type a {
  border: none;
    padding: 0px 20px;
    Height: 30px;
    Background-color: #EEEEEE;
    vertical-align: middle;
    line-height: 30px;
    border-radius: 100px;
    margin-left: 20px;
}
.sort-type a:hover {
  text-decoration: none;
}
#askButton a.ask_button {
 height: 50px;
padding:16px 40px;
font-family:'arialmedium';
font: revert;
font-size:16px;
line-height:18px;
color: #FFFFFF;
background-color: #00ADC6;
border:1px solid #00ADC6;
Border-radius:100%
}
#searchBar input.searchInput,
#searchBar div.input-tool-tip,
#searchBar input[type="submit"].searchBtn
 {
  position: absolute;
  z-index: 100;
}
#searchBar input.searchInput {
  height:50px;
  border: 2px solid #00ADC6;
  Background-color: #FFFFFF;
  Padding: 0 50px 0 60px;
  width: 300px;
  right:217.5px;
  border-radius: 30px;
  top: -9px;
}
#searchBar div.input-tool-tip {
  padding: 0 0 0 10px;
  height: 41px;
  line-height: 41px;
  font-size: 20px;
  font-style: italic;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
#searchBar input::placeholder{
  font-size: 16px;
  color: #999999
}
#searchBar input[type="submit"].searchBtn {
  right: 455px;
  top: 8px;
  border: none !important;
}
#searchBar input[type="button"].cancelSearchBtn {
  right: 220px;
  top: 10px;
  border: none !important;
}
#searchBar input[type="button"].cancelSearchBtn:hover {
  background: 0px 0px url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  position: absolute;
  right: 220px;
  top: 10px;
  border: none;
  cursor: pointer;
  z-index: 10001;
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.search-drop-menu {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #FFF;
  border-top: none;
  top: 41px;
  width: 300px;
  right: 217.5px;
  margin: 0;
  position: absolute;
  z-index: 10000;
  padding-left: 0px;
  padding-right: 0px;
  border: 2px solid #00adc6;
  border-radius: 0px 0px 30px 30px;
  border-top: 1px solid #eeeeee;
}
.search-drop-menu ul {
  list-style: none;
  overflow-y: auto;
  overflow-x:hidden;
  padding: 0;
  margin: 0;
  color:#4d4d4d;
  position: relative;
  width: 100%;
  max-height: 250px;
  }
.search-drop-menu ul::-webkit-scrollbar {
	width: 6px;
	border-radius: 3px;
}
.search-drop-menu ul::-webkit-scrollbar-thumb {
	background-color: #999;
}
.search-drop-menu ul::-webkit-scrollbar-track {
	background: #CCC;
}
.search-drop-menu ul li {
  position: relative;
  line-height: 18px !important;
}
.search-drop-menu ul li a {
  text-decoration: none;
  padding: 16px 16px 16px 60px;
  color:#999999;
  line-height: 18px !important;
  display: inline-block;
  width: 100%;
}
.search-drop-menu ul li a:hover {
  text-decoration: none;
  color:#4d4d4d;
  background-color: #ffefe7;
}
.search-drop-menu ul li.selected {
  background: #08c;
}
.search-drop-menu ul li.selected a {
  color: whitesmoke;
}
.search-drop-menu .footer {
  text-align: left;
  padding: 10px 52px;
}
.search-drop-menu.empty .footer {
  padding-top: 9px;
}
.search-drop-menu.empty ul {
  padding: 1px;
  margin: 0;
}
.input-tool-tip {
  color: #999;
}
.input-tool-tip.dimmed {
  color: #ccc;
}
input[type="submit"].searchBtn {
  font-size: 10px;
  color: #666;
  height: 40px;
  line-height: 22px;
  text-align: center;
  margin: 0;
  width: 40px;
  background: 0px 0px url(/static/default/media/images/search-icon.svg?980b579a3d16) no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10001;
}
input[type="button"].cancelSearchBtn {
  font-size: 10px;
  color: #666;
  height: 40px;
  line-height: 22px;
  text-align: center;
  margin: 0;
  width: 40px;
  background: 0px 0px url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  cursor: pointer;
  position: absolute;
  z-index: 10001;
}
.content-wrapper-middle{
  width:100%;
  display: flex;
  padding: 30px 100px 30px 100px;
}

@media all and (max-width: 1024px) { 
    .content-wrapper-middle {
      width:100%;
      display: flex;
      padding: 30px 50px 30px 50px;
    }
}

.content-wrapper-middle .ContentLeft {
  width: 75%;
  float: left;
  padding-right:50px;
}
.content-wrapper-middle .ContentRight {
  width: 25%;
  float: right;
}
.question_h2{
  line-height: 50px;
}
.question_h2 h2{
  font-size:30px;
  color:#231e28;
}
.box_tag{
 width: 100%;
 overflow: hidden;
 border: 1px solid #cccccc;
 border-radius: 6px;
 margin: 30px 0px 0px 0px;
 padding-bottom: 0px;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 
}
.box_tag1{
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin: 30px 0px 20px 0px;
  padding: 20px 0px 0px 0px;  
}
.section_title{
  padding: 0px 0px 10px 20px;
  border-bottom: 1px solid #ccc;
}
.subtitle{
  width: 100%;
  overflow: hidden;
  border-radius: 6px; 
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
 }
#dos_box{
  margin: 10px 0px 0px 0px;
  background-color:#e8f3e7;
}
#donts_box{
  margin: 30px 0px 0px 0px;
  background-color:#ffefe7;
}
.box_tag h2 {
  line-height: 30px;
  text-align: left;
  font-family:'arialmedium';
  font: revert;
  font-size: 20px;
  color: #231e28;
  padding:10px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
}
.subtitle h2 {
  line-height: 30px;
  text-align: left;
  font-family:'arialmedium';
  font: revert;
  font-size: 20px;
  color: #231e28;
  padding:10px 20px 10px 20px;
  border-bottom: 1px solid white;
}
.tags_enter{
  height: 35vh;
  padding: 20px;
  overflow-y: scroll;
  border-bottom: 1px solid #ccc ;
}
.tags_toggle {
  padding: 10px 10px;
  height: 40px;
  background-color: #ffefe7;
  margin:5px 20px 5px 20px;
  border-radius: 30px;
}

@media all and (max-width: 1024px) { 
    .tags_toggle {
      padding: 12px 5px;
      height: 40px;
      background-color: #ffefe7;
      margin:0px 20px 10px 20px;
      border-radius: 30px;   
    }
}

.tags_toggle span{
  font-family: arial;
  font-size: 14px;
  line-height: 16px;
  margin-left: 10px;
 }
.tags_toggle label.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px) !important;
  -ms-transform: translateX(26px) !important;
  transform: translateX(26px) !important;
}
.tagAdd{
    color: #fd5f07;
    float: right;
    background: none !important;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    border: none;
    font: size 15px !important;
    font-family: arial;
    font-weight: 600;
    text-decoration: none;
 }
 .short-summary {
  position: relative;
  filter: inherit;
  padding: 30px 0 30px 0;
  border-bottom: 1px solid #EEEEEE;
  overflow: hidden;
  width: 100%;
  float: left;
  color:#4d4d4d;
 }
.question{
  width: 68%;
  overflow: hidden;
  float: left;
  padding-right: 30px
}
.question-row  {
  overflow: hidden;
}
.question h2 a{
  font-size: 20px ;
  font-family:'arialmedium';
  font: revert;
  line-height: 24px;
  padding-left: 0;
  display: block;
  margin-right: 50px;
  width:100%;
  word-break: break-word;
}
.question h2 a:hover{
  text-decoration: underline;
  color:#4d4d4d;
}
.short-summary a {
  color: #4d4d4d;
}
.short-summary .userinfo {
  text-align: right;
  line-height: 30px;
  width: 35%;
  float: right;
  margin-top: 10px;
}
.short-summary .userinfo span{
color: #999999;
font-weight: 400;
}
.userinfo a:hover{
  color: #fd5f07 !important;
  text-decoration: underline;
 }
.short-summary .userinfo .timeago,
.short-summary span.anonymous {
  font-weight: normal;
  color: #999999;
}
.userinfo abbr.timeago{
  display: inline-block;
  float: none;
}
.short-summary span.anonymous {
  font-size: 14px;
  font-weight: normal;
  color: #999999;
}
.short-summary .userinfo a {
  font-weight: 500;
  font-size: 14px;
  color:#fd5f07;
}
.short-summary .counts {
  display: inline;
}
.short-summary .counts .item-count {
  padding: 0px 3px 0px 0px;
  font-size: 14px;
  font-family:'arialmedium';
  font: revert;
}
.short-summary .counts .votes div,
.short-summary .counts .views div,
.short-summary .counts .answers div,
.short-summary .counts .favorites div {
  margin-top: 3px;
  font-size: 14px;
  line-height: 14px;
 }
.short-summary .tags {
  margin: 10px 0 0 0px;
}
.short-summary .votes,
.short-summary .answers,
.short-summary .favorites,
.short-summary .views {
  text-align: right;
  margin: 0 0 0 20px;
  float: right;
  width: auto;
  padding-top: 6px;
  font-family:'arialmedium';
  font: revert;
  font-size:14px;
  color: #4d4d4d;
}
.short-summary .answers {
  color:#64a65d;
}
.short-summary .no-answers  {
  color: #4D4D4D;
}
.short-summary .no-votes .item-count {
  color: #4d4d4d;
}
.short-summary .some-votes .item-count {
  color: #4D4D4D;
}
.short-summary .no-answers .item-count {
  color: #4D4D4D;
}
.short-summary .some-answers .item-count {
  color: #64a65d;
}
.short-summary .no-views .item-count {
  color: #4D4D4D;
}
.short-summary .some-views .item-count {
  color: #4d4d4d;
}
.js-tag{
  display: block;
  margin: 0px 10px 5px 0px;
  padding: 0 10px 0 10px;
  background: #eeeeee;
  border-radius: 20px;
  overflow: hidden;
}
.js-tag-name {
background: #eeeeee;
display: inline-block;
line-height: 30px;
text-align: center;
vertical-align: middle;
border-radius: 20px;
}
.tags a.js-tag-name,
.tags span.js-tag-name {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 13px;
  float: left;
  display: inline-block;
  font-family: 'arialmedium';
  
}
.tags_enter .tags a.js-tag-name,
.tags span.js-tag-name {
  color: #4d4d4d;
  text-decoration: none;
  font-size:13px;
  font-family: 'arialmedium';
  
  float: left;
}
.switch {
  position: relative;
  display: inline-block;
}
.switch-input {
  display: none;
}
.switch-label {
  display: inline-block;
  width: 32px;
  height: 16px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}
.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #e73f3f;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label::after {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: left 0.25s ease;
  transition: left 0.18s ease;
}
.switch-input:checked + .switch-label::before {
  background-color: #64af5d;
}
.switch-input:checked + .switch-label::after {
  left: 18px;
}
.view_all_tag{
  float: right;
  font-weight: normal;
  font-size: 14px;
  text-decoration:none;
  color:#fd5f07;
  line-height: 30px;
}
.view_all_tag:hover{
  text-decoration: underline;
  color:#fd5f07;
}
.tagSelector {
  padding: 10px;
}
.tagSelector {
  border: 1px solid #eeeeee;
  padding: 10px 0px;
  border-radius: 8px;
  margin: 5px 0;
}
.box #add_interesting_div {
  background-color: #ffefe7;
  display: block;
  color: #fff;
  padding: 30px 20px 30px 20px;
}
.box #add_ignored_div {
  background-color: #ffefe7;
  display: block;
  color: #fff;
  padding: 20px;
}
.box #add_interesting_div #interestingTagInput {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 35px;
  padding: 0px 20px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}
.box #add_interesting_div #interestingTagInput:hover{
  border: 1px solid #FD5F07;
}
.box #interestingTag {
  text-shadow: none;
  text-decoration: none !important;
  color: #E73F3F;
  background: none !important;
  box-shadow: none;
  float: right;
}
.box #ignoredTag {
  text-shadow: none;
  text-decoration: none;
  color: #E73F3F;
  background: none;
  box-shadow: none;
  float: right;
}
.box #add_ignored_div #ignoredTagInput {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 35px;
  padding: 0px 20px;
  text-align: left;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
}
.box #add_ignored_div #ignoredTagInput:hover {
  border: 1px solid #FD5F07;
}
.box .primary-button {
  padding:0 25px 0 25px;
  margin-bottom: 10px;
}
.box .secondary-button {
  padding: 0 25px 0 25px;
  margin-bottom: 10px;
}
hr.solid {
  border-top: 1px solid #ffffff;
}
.content-wrapper #metaNav{
  text-align: center;
  width: 100%;
  vertical-align: top;
  position: relative;
  top: -50px;
  float: right;
  left: 130px;
}
.content-wrapper #logo img{
  height: 30px;
  position: relative;
  top: -2px;
}

.persistentlogo {
  height: 36px;
}

.login-form h3 {
  font-size: 20px;
  padding: 1px;
}

.question-instructions{
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 10px;
}
.question_tips{
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 30px 0px 0px 0px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.question_tips ul li{
  background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;

}
.question_tips ul.tags li{
  margin: 0px 10px 20px 0px;
  padding: 0;
  height: 30px;
}
.question_tips h2 {
  line-height: 30px;
  text-align: left;
  font-family:'arialmedium';
  font: revert;
  font-size: 20px;
  color: #231e28;
  padding:10px 20px 10px 20px;
  border-bottom: 1px solid #ccc;
}
.question_tips ul{
  padding: 20px 20px 0px 20px;
}
.question_tips ul li a{
  color: #fd5f07;
  font-size: 14px;
  text-decoration: none;
}
.question_tips ul li a:hover{
  text-decoration: none;
}
.question-instructions .box_tag ul{
  padding: 20px 20px 0px 20px;
}
.question-instructions .subtitle ul{
  padding: 20px 20px 0px 20px;
}

.question-instructions .box_tag ul li{
  background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}
.question-instructions .subtitle ul li{
  background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}

.question-tags{
  margin: 20px 0px;
}
.question-tags p.help-text{
  margin-left: 20px;
  font-size: 13px;
  color: #999999;
  margin-top: 10px;
}
.content-wrapper-middle .ContentFull{
  width:100%;
  padding: 20px 0 20px 0;
}
.ContentFull .login-img{
  float: left;
  width: 50%;
}
.ContentFull .login-form{
  float: right;
  padding: 40px;
  border: 1px solid #eee;
  border-radius: 25px;
  width:35%;
  height:500px;
  text-align: center;
}
.scroll-pos-form{
  padding:0px !important;
  margin:0px !important;
}
.ContentFull .login-form .login-user-icon{
  background: url(/static/default/media/images/username-icon.svg?980b579a3d16) no-repeat 20px center;
  background-size: 16px;
}
.ContentFull .login-form .login-password-icon{
  background: url(/static/default/media/images/password-icon.svg?980b579a3d16) no-repeat 20px center;
  background-size: 16px;
}
.ContentFull .login-form .form-group.remember-me{
  line-height: 30px;
  float: left;
  width: 250px;
}
.form-group.remember-me input[type="checkbox"]  {
  display: none;
}
.form-group.remember-me input[type="checkbox"] + label {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #999999;
  border-radius: 4px;
  display:inline-block;
}
.form-group.remember-me input[type="checkbox"]:checked + label {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border: 1px solid #999999;
  border-radius: 4px;
  display:inline-block;
	background: url(/static/default/media/images/tick-icon.svg?980b579a3d16) no-repeat center;
}
.wmd-preview:empty:before {
  content: attr(data-placeholder);
}
/* Question detail page */
#author_summary {
  color: #999;
  font-weight: normal;
}
.submitComment {
  color: #ffffff;
  background-color: #00adc6;
  border: 2px solid #00adc6  !important;
  height: 50px;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
}

.submitComment:hover {
  color: #FD5F07;
  background-color: #fff;
  border: 2px solid #FD5F07  !important;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
}

.cancel {
  color: #231e28;
  background-color: #fff;
  border: 2px solid #231e28  !important;
  margin: 0 10px;
  height: 50px;
  padding: 14px 40px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 30px;
  font-weight: bold;
}

.cancel:hover {
  color: #FD5F07;
  background-color: #fff;
  border: 2px solid #FD5F07  !important;
  height: 50px;
  border-radius: 25px;
  text-decoration: none;
}
.username-in-answer-screen{
  color:orange;
}
.reputation-score {
  color: #999;
  text-transform: capitalize;
}
.js-editable-content.editQuestion {
  border: 1px solid #999;
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  padding: 14px 20px;
  height: 50px;
  width:100%
}

.js-editable-content h2 {
  padding-top: 20px;
  font-size: xx-large;
  padding-bottom: 20px;
}

.js-editable-content ul {
  padding: 20px;
  list-style-type: disc;
}

#previewer-1 h2 {
  padding-top: 20px;
  font-size: xx-large;
  padding-bottom: 20px;
}

.heading h2 {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: normal;
  display: inline-block;
  padding:0px 0px 20px 45px;
  width: 100%;
}
.folded-editor, .mock-editor {
  height: 100px;
  outline: none;
  border-radius: 25px;
  width: 95%;
  margin-left: 40px;
}
.folded-editor .js-folded-editor-trigger,
.mock-editor .js-folded-editor-trigger {
  display: block;
  padding: 16px 20px;
  color: #999;
  line-height: 18px;
  margin: 5px 4px;
}
.folded-editor a {
  color: #999999;
  font-family: Arial;
  font-weight: 400;
  text-decoration: none !important;
}
.folded-editor a:hover {
  color: #999999 !important;
  font-family: Arial;
  font-weight: 400;
}
.answersubmit{
  color: #4d4d4d;
  padding-left: 20px;
  line-height: 40px;
  color: #4d4d4d;
  padding-left: 20px;
  padding-top: 30px;
  display: inline-block;
}
.selectwiki {
  margin-left: 30px;
  margin-top: 20px;
  display: flex;
  width: inherit;
  padding-right: 20px;
  color: #999;
  border-radius: 25px;
  justify-content: center;
  border-color: #999;
  align-items: center;
  height: 50px;
  padding: 16px 20px;
  width: 180px;
}
.wrapper_querelatedheading h2 {
  padding: 10px 20px;
  line-height: 30px;
  text-align: left;
  font-size: 18px !important;
  font-weight: bold;
  color: #4d4d4d;
}
.box-questionrelated {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 30px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wrapper_querelatedheading {
  border-bottom: 1px solid #ccc;
}
.wrapper_querelatedheading h2 {
  padding: 10px 20px;
  line-height: 30px;
  text-align: left;
  font-size: 18px !important;
  font-weight: bold;
  color: #4d4d4d;
}
.box.public_thread {
  padding-left: 0;
  background: #ffefe7;
  font-size: 14px !important;
  font-weight: normal; ;
  font-family: Arial;
  width: 100%;
  border-radius: 6px;
}
.public_thread img.inside-img {
  padding: 20px 20px 0 20px;
  vertical-align: top;
  float: left;
}
.public_thread p.inside-text {
  padding: 20px 0 20px 0;
  float: left;
  color:#4d4d4d;
  line-height: 16px !important;
 }
.vote-buttons {
  display: block !important;
  margin-top: 7px;
  margin-right: 20px;
}
.box-statsWidget {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin: 30px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.wrapper-statwidgetheading h2 {
  padding-left: 20px;
  line-height: 30px;
  text-align: left;
  font-size: 18px !important;
  font-weight: bold;
  color: #4d4d4d;
  padding-right: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.wrapper-statwidgetheading {
  border-bottom: 1px solid #ccc;
}
.statspara {
  font-weight: normal;
  color: #4d4d4d;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.box-statsWidget .statscoloumn {
  color: #4d4d4d;
  font-size: 14px;
  font-family: 'arial';
  font-weight: normal;
}
.box-statsWidget.statscoloumndetail span {
  float: right;
  padding-right: 20px;
  color: #231e28;
  font-family: 'arialmedium';
  font: revert;
}
.box-statsWidget .statscoloumndetail span .timeago {
  text-decoration: none;
  display: none;
  color: #231e28 !important;
  font-family: 'arialmedium'!important;
  font: revert;
}
.box-statsWidget .statscoloumndetail span {
  float: right;
  color: #231e28;
  font-family: 'arialmedium';
  font: revert;
}
.questions-related {
  font-weight: normal;
  color: #4d4d4d;
  width: 100%;
  overflow: hidden;
  padding: 20px;
}
.questions-related ul:last-child li:last-child  {
  margin-bottom: 0px;
}
.questions-related ul li {
  background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
  line-height: 16px !important;
}
.questions-related a {
  font-size: 14px;
  line-height: 16px;
  color: #fd5f07;
  font-weight: 400;
}
.questions-related a:hover {
  font-size: 14px;
  line-height: 16px;
  color: #fd5f07 !important;
  font-weight: 400;
  text-decoration: none!important;
}
.box.wiki_thread {
  padding:20px;
  background: #d9f3f7;
  font-size: 14px !important;
  font-weight: normal;
  color: #4d4d4d;
  font-family: Arial;
  width: 100%;
  border-radius: 6px;
  margin-top: 30px;
}

.wiki_thread img.inside-img {
  margin-right: 20px;
  vertical-align: top;
  float: left;
  height:20px;
  width:20px;
}
.wiki_thread p.inside-text {
  color:#4d4d4d;
  padding-left:55px;
 }

.editor-class {
  display: block;
  font-size: 100%;
  min-height: 210px;
  line-height: 18px;
  margin: 0;
  border: 1px solid #999;
  border-radius: 0 0 25px 25px;
  padding: 16px 20px;
}
.box.vote-buttons.following{
  background-color:#e8f3e7;
}
.box.vote-buttons.unfollowing{
  background-color:#eeeeee;
}
button.large.following {
  background-color: #e8f3e7;
}

button.large,
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large,
.button.large {
  font-size: 14px;
  border: none;
  text-align: left;
  color: #4d4d4d;
  padding-left: 20px;
  width: 70%;
}

.vote-buttons img.inside-img {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 15px;
  float: left;
}
.primary-button{
  height: 50px;
  padding:16px 40px;
  font-family:arial;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  color: #FFFFFF;
  border:2px solid #00ADC6;
  background-color: #00ADC6;
  Border-radius:30px;
  text-decoration: none;
  margin-right: 10px;
}

.primary-button:hover{
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
  text-decoration: none;
}
.secondary-button{
  height:50px;
  background-color: #ffffff;
  border:2px solid #231e28;
  color:#231e28;
  Border-radius:30px;
  padding:16px 40px;
  font-family:arial;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
}
.secondary-button:hover{
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
}
.question-page .post-controls .question-close-disable {
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat 1px 2px;
  background-position: left;
  padding: 0 20px;
  color: #999;
}

.question-page .post-controls .question-close-disable:hover {
  color: #999;
}
.tertiary-btn {
  color: #00adc6;
  border: 2px solid #00adc6;
  height: 50px;
  padding: 14px 40px;
  font-size: 16px;
  border-radius: 25px;
  font-weight: bold;
  background-color: transparent;
}
.tertiary-btn:hover {
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
}
.reopen-status {
  width: 100%;
  padding: 0 20px;
}
.reopen-status-profile {
  color: #999; margin: 0;
}
.flag-span {
  padding-right: 16px;
}
.popup-secondary-heading {
  color: #999;
}
.statscoloumn{
  float: left;
  width: 50%;
  display: inline-grid;
  grid-row-gap: 10px;
}
.statscoloumndetail{
  float: right;
  display: inline-grid;
  grid-row-gap: 10px;
  padding-right: 20px;
  width:50%;
}
.submitComment {
color: #ffffff;
background-color: #00adc6;
border: 2px solid #00adc6 !important;
height: 50px;
padding: 14px 40px;
font-size: 16px;
border-radius: 25px;
font-weight: bold;
}
.answersubmit {
  color: #4d4d4d;
  padding-left: 20px;
  line-height: 40px;
  padding-top: 30px;
  display: inline-block;
}
.prevAnswerDiv {
  padding: 20px 0px;
  margin-left: 45px;
  }
.prevAnswer-info{
  padding-left: 20px;
  color: #4d4d4d;
}
.question-page h1 .js-editable-controls a.js-edit:hover{
  filter: invert(43%) sepia(92%) saturate(2369%) hue-rotate(353deg) brightness(100%) contrast(108%);
}
.question-page .comments .js-edit:hover {
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
  .question-page .post controls{
    height: 18px;
    margin-top: 30px;
    min-width: 200px;
    padding-left: 5px;
    margin-bottom: 30px;
    font-size: 16px !important;
    font-family: 'arialmedium';
    font: revert;
  }
  .left-align {
  text-align: left !important;
  padding: 0px;
  }

  .question-page .post-controls {
    display: flex;
    height: 18px;
    margin-top: 20px;
    min-width: 200px;
    margin-bottom: 30px;
    font-size: 16px !important;
    font-family: 'arialmedium';
    font: revert;
  }
  .answer-controls.post-controls{
  height: 18px;
  margin-top: 30px;
  min-width: 211px;
  margin-bottom: 30px;
  font-size: 16px !important;
  font-family: 'arialmedium';
  font: revert;
 }
 .question-page .answer .post-update-info a {
  color: #FD5F07;
  }
  .question-page .tabBar-answer {
    width: 95%;
    border-radius:25px;
    background-color: #D9F3F7;
    color: #231e28;
    border: none !important;
    margin-left:45px;
    margin-top:50px;
    font-size: 13px;
    line-height: 50px;
    padding-left:20px;
    height:50px;
    position: relative;
  }
  .tabBar-answer-sort{
    width: 95%;
    margin:30px 0 30px 0;
    float: left;
    margin-left: 45px;
  }
  .tabBar-answer-sort a:hover{
    color:#fd5f07;
  }
  .tabBar-profile a.on,
  .tabBar-answer-sort a.on{
    color:#fd5f07;
  }
  .wmd-preview {
    color: #4d4d4d;
    background-color: #F5F5F5;
    min-height: 20px;
    overflow: auto;
    font-size: 13px;
    font-family: Arial;
    padding:20px;
    border-radius: 25px;
  }
  .wmd-preview p {
    font-size: 14px;
  }
  .wmd-preview p:last-child {
    margin-bottom: 0;
  }
  .wmd-preview pre {
    background-color: #E7F1F8;
  }
  .wmd-preview blockquote {
    background-color: #eee;
  }
  .wmd-preview img {
    max-width: 600px;
  }
  .wmd-preview a {
    color: #1b79bd;
  }
  .wmd-preview li {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .wmd-container .wmd-preview {
    margin: 0;
    padding: 16px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
  .wmd-container.wmd-previewer-collapsed
  {
    margin-bottom: 20px !important;
  }
  .wmd-previewer-toggle {
    cursor: pointer;
    color: #FD5F07;
    margin:20px 0;
   }
  .wmd-previewer-toggle.off-state,
  .wmd-previewer-toggle.on-prompt {
    margin: 0 0 -25px 0px;
    padding: 20px 0;
  }
.edit-question-page,
#fmedit,
.wmd-preview {
  color: #999;
  margin-top: 20px;
}
.edit-question-page #id_revision,
#fmedit #id_revision,
.wmd-preview #id_revision {
  font-size: 14px;
  margin: 12px 0 5px 0;
  width: 100%;
}
.edit-question-page #id_title,
#fmedit #id_title,
.wmd-preview #id_title {
  font-size: 24px;
  line-height: 24px;
  height: 36px;
  margin: 0px;
  padding: 0px 0 0 5px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.edit-question-page #id_summary,
#fmedit #id_summary,
.wmd-preview #id_summary {
  height: 25px;
  padding-left: 5px;
  width: 395px;
  font-size: 14px;
}
.edit-question-page .title-desc,
#fmedit .title-desc,
.wmd-preview .title-desc {
  margin-bottom: 10px;
}
.ask-page .wmd-container,
.question-page .wmd-container,
.edit-question-page .wmd-container,
.edit-answer-page .wmd-container,
.ask-page .js-simple-editor,
.question-page .js-simple-editor,
.edit-question-page .js-simple-editor,
 .edit-answer-page .js-simple-editor {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  padding: 0;
  width: 100%;
  }
  /* close and reopen question*/
 .close-question-dropdown{
  margin: 20px 0 20px 0;
}
.close-question-dropdown select{
  height: 50px;
  padding: 16px 20px;
  margin-top: 10px;
  border: 1px solid #999999;
  border-radius: 25px;
  color: #231e28;
  font-size: 14px;
  font-weight: normal;
  width: 40%;
}
#btBack{
  margin-left: 6px !important;
}
.close-label-tag{
  color: #4d4d4d !important;
  font-family: 'arialmedium';
  font: revert;
  font-size: 16px;
}
span.reopen-label{
  font-size:14px;
  font-weight: bold;
}
.reopen-label-tag{
  color: #4d4d4d !important;
  font-family: 'arialmedium';
  font: revert;
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
}
.reopen-label-tag .timeago{
  color: #4d4d4d !important;
}
.reopen-username{
  color: #fd5f07 !important;
  font-family: 'arialmedium';
  font: revert;
  margin-top: 10px;
  display: inline-block;
}
.help-page-question-link{
  color:#fd5f07;
}
.help-page-ul{
  padding: 20px 20px 0px 20px;
}
.help-page-ul li{
  background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
}
.help-page-headings{
  font-family: 'arialmedium';
  font: revert;
  font-size: 20px;
  color: #231e28;
  margin-bottom: 20px;
}
.help-page-heading-break{
  margin-bottom: 30px !important;
}
.help-page-p-text{
  font-size: 14px !important;
  color: #4d4d4d !important;
  font-weight: 400 !important;
}

/* delete modal popup */
#overlay {
  z-index: 99999;
  width: 100vw;
  height: 350vh;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: #000;
  color: #aaa;
  opacity: 0.8;
  filter: alpha(opacity=100);
}
.hide{
  display: none;
}
.show{
  display: block;
}
.modal {
  position: fixed;
  top: 60%;
  left: 50%;
  z-index: 200001;
  overflow: auto;
  width: 550px;
  height: 300px;
  margin: -250px 0 0 -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  display: flex;
  line-height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #CCC;
  padding:0 20px;
}
.modal-header a.close {
  float: right;
  padding: 6px;
  outline: none;
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  background-position: right center;
}
.modal-body {
  height: auto;
  padding: 20px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 10px 20px 20px 20px;
  margin-left: 30px;
}
/* .modal-footer:before,
.modal-footer:after {
   content: "";
}
.modal-footer:after {
  clear: both;
} */
.modal-header .close:hover {
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
.warningimg{
  padding: 30px;
  width: 110px;
  filter: invert(1);
}
.warn-content{
  float: left;
  padding: 20px;
  font-size: 20px;
  font-family: arial;
  width:360px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/*Neeraj 9028247455 User Pages New UI CSS*/
.user-table{
  justify-content: space-between;
  width: 100%;
  display: flex;
  padding-bottom: 50px;
}
.colm1 {
  width: auto;
  margin-right: 50px;
}
.colm2 {
  width: 60%;
  float: left;
}
.colm2 .tags_toggle{
width: 30%;
margin: 20px 20px 0px 0px;
}

.colm3 {
  width: 25%;
}

.colm3 ul li{    background: url(/static/default/media/images/arrow-right-icon.svg?980b579a3d16) no-repeat;
  background-position: 0 5px;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style: none;
  color: #999;
}

.profile-grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  column-gap: 50px;
  row-gap:30px;

}

.profile-grid-container > div {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  padding: 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #4D4D4D;
}
.grid-text{
  color: #4d4d4d;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}

.user-vote-grid{
  width: 100%;
  display: flex;
  align-items: center;
}
.user-vote-grid-1{
  float: left;
  margin-top: 30px;
  border-radius: 50%;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding-top: 15px;
}
.vote-up-bg{
  background-color: #64af5d;
  /* border: 1px solid #64af5d; */
}
.vote-down-bg{
  background-color: #E73f3f;
  /* border: 1px solid #E73f3f; */
}
.user-vote-grid-1 img{
  filter: invert(1) brightness(10);
}
.user-vote-grid-2{
  width: 95%;
  float:left;
  padding-top:30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.user-email-container{
  margin-top: 30px;
  margin-bottom: 50px;
}

.user-email-container .tags_toggle{
  margin: 20px 20px 0px 0px;    padding: 18px 10px;
  height: 50px;
  background-color: #ffefe7;
  border-radius: 5px;
}
/* tagbox.html css style */
#popupOverlay{
  position:fixed;
  z-index:999;
  width:100vw;
  height:100vh;
  background-color: black;
  background-color:rgba(0,0,0,.75);
  left: 0%;
  top: 0%;
  display: none;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200001;
  width: 780px;
  margin: -250px 0 0 -380px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popup.hide_popup.active{
  visibility: visible;
}
.popup.hide_popup{
  visibility: hidden;
}
.popup_header {
  display: flex;
  line-height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #999;
  padding:0 20px;
}
.popup_body {
  height: auto;
  padding: 50px;
}
.select{
  margin: 5px;
  margin-inline: 5px;
  height: 30px;
  background-color: #EEEEEE;
  border-radius: 15px;
  font-family: Arial;
  font-size: 13px;
  font-weight: medium;
  color: #4D4D4D;
  display: contents;
}
.select__item {
  display: inline-block;
  margin: 10px 10px 0px 0px;
  padding: 7px 10px 7px 10px;
  background: #eeeeee;
  overflow: hidden;
  height: 30px;
  border-radius: 15px;
}
.select__item--selected {
  background: #FD5F07;
  color: #ffffff;
  cursor: pointer;
}
.popup_footer {
  padding: 0 50px 50px 50px;
}
.popup_footer {
  text-align: left;
}
.popup h1 {
  padding: 0;
  font-size: 20px;
}
.popup_header a.close_btn {
  float: right;
  padding: 6px;
  outline: none;
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  background-position: right center;
}
.popup_header a.close_btn:hover {
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
.scrol{
  overflow-y:auto;
  max-height:220px;
  border: none;
  outline: none;
  color: #000000;
  margin-top: 20px;
  width: 678px;
}
.scrol:hover {
  overflow-y: scroll;
}
.scrol::-webkit-scrollbar {
	width: 6px;
  border-radius: 3px;
}
.scrol::-webkit-scrollbar-track {
	background: #CCC;
}
.scrol::-webkit-scrollbar-thumb {
	background-color: #999;
}
#tagAdd.primary-button:disabled {
  height: 50px;
  line-height: 18px;
  font-size: 16px;
  color: #999999;
  background-color: #CCCCCC;
  border: 2px solid #CCCCCC;
  border-radius: 25px;
  padding: 16px 40px;
  font-family: arial;
  font-weight: bold;
}
#tagAdd.primary-button {
  height: 50px;
  line-height: 18px;
  font-size: 16px;
  color: #FFFFFF;
  background-color: #00ADC6;
  border: 2px solid #00ADC6;
  border-radius: 25px;
  padding: 16px 40px;
  font-family: arial;
  font-weight: bold;
}
.popup_body p {
  color: #4d4d4d;
  font-size: 14px;
}

.question-page .js-simple-editor textarea::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.question-page .js-simple-editor textarea::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 3px;
}
.question-page .js-simple-editor textarea::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}
.question-page .js-simple-editor{
  padding:20px;
}
.scrlbar textarea::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.scrlbar textarea::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 3px;
  margin-top:20px;
}
.scrlbar textarea::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px; 
}
.scrlbar textarea{
  padding:20px;
  max-height:150px;
}
.scrlbar{
  padding:0px 20px 20px 0px;
  border:1px solid #999;
  border-radius:0px 0px 20px 20px;
  border-top:none;
} 
.scrlbar #editor{
  border:none;
}
.resizable-textarea{
  padding:0px 20px 20px 0px;
  border: 1px solid #999;
  border-radius: 0 0 25px 25px;
  border-top: 0px;
}
.resizable-textarea textarea::-webkit-scrollbar {
  width: 6px;
  border-radius: 3px;
}
.resizable-textarea textarea::-webkit-scrollbar-track {
  background: #CCC;
  border-radius: 3px;
  margin-top:20px;
}
.resizable-textarea textarea::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px; 
}
.resizable-textarea textarea{
  padding:20px;
  max-height:150px;
}
/* style for group option */
#group_option{
  margin-top: -15px;
  width: 180px;
  border-radius: 25px;
  height: 40px;
  margin-left: 215px;
  padding: 10px 10px;
}
.group-name{
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  font-weight: normal;
}
/*  pi_popup styling */
#popup-Overlay{
  position:fixed;
  z-index:999;
  width:100vw;
  height:100vh;
  background-color: black;
  background-color:rgba(0,0,0,.75);
  left: 0%;
  top: 0%;
  display: none; 
}
.pi_popup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 530px;
  height: 267px;
  z-index: 2;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  border-radius:10px;
}
.pi_popup-Header {
  display: flex;
  padding-right: 20px; 
  padding-top: 0px; 
  padding-left: 20px; 
  line-height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
}
.pi_popup-Header > img:hover{
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
.pi_popup-Body{
  height: auto;
  padding: 50px;
  margin-right: 25px;
}
.pi_popup-Body a{
  text-align: left;
  text-decoration: none;
  color: #1b79bd;
}
.pi_popup-Body a:hover{
  color: #FD5F07;
}
.pi_popup-Footer{
  padding: 0px 50px 50px 50px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.close_button {
  float: right;
  padding: 6px;
  outline: none;
  background-position: right center;
}
#ContinueButton{
  height: 50px;
  padding: 16px 40px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #FFFFFF;
  border: 2px solid #00ADC6;
  background-color: #00ADC6;
  Border-radius: 30px;
  text-decoration: none;
  margin-left: 50px;
  margin-top: 0px;
  position: absolute;
  left: 0px;
}
#ContinueButton:hover {
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
  text-decoration-color: #fd5f07;
}
#PopupCancel{
  height: 50px;
  background-color: #ffffff;
  border: 2px solid #231e28;
  color: #231e28;
  Border-radius: 30px;
  padding: 16px 40px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  left: 210px;
  margin-top: 0px;
}
#PopupCancel:hover{
  color: #fd5f07;
  background-color: #ffffff;
  border:2px solid #fd5f07;
}
#subHead1, #subHead2{
  width: 50%;
  height: 25px;
}
.subLine{
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
}
.subLine2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.subLine,
.subLine2,
.prof2,
.subLine3{
  display: flex;
  align-items: center;
  padding-top: 15px;
    /* border-bottom: 1px solid #eeeeee; */
}
#conn {
  display: flex;
  align-items: center;
  padding-bottom:30px;
}
#sideNav #subSideNav {
  border-right: 2px solid #00ADC6;
  height: 100%;
  padding-right: px;
  width: 98.5%;
  border-top: 2px solid #00ADC6;
  border-bottom: 2px solid #00ADC6;
} 
#sideNav #side{
  cursor: pointer;
}
#miniHeader ul {
  list-style: none;
  margin: 0px 15px 0px 15px;
}
#miniHeader ul li{
  text-transform: capitalize;
  color: #4d4d4d;
  font-size: 12px;
  padding-bottom: 10px;
}
#miniHeader .karma{
  background-color: #FFEFE7;
  padding: 10px 5px 10px 5px;
  border-radius: 4px;
  /* height: 50px; */
  margin-bottom: 20px;
}
#miniHeader .karma .user-micro-info{
  padding: 0px 20px 10px 20px;
  height: 5px;
  color: #4d4d4d;
}
.circle {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #EEEEEE;
  margin-left: 10px;
  float:left
}
#miniHeader #conn .user-bg-text{
  padding-left: 10px;
}
#miniHeader {
  height: 95%;
  text-align: left;
  padding: 30px 20px 30px 20px;
  margin: 0px;
}
#Side-upper{
  height: 100%;
}
#subHead1 .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  text-align:center;
  border-left: 2px solid #00ADC6;
  padding-right: 6px;
}
.sidenav p{
  text-decoration: none;
  font-size: 12px;
  color: black;
  display: block;
  transition: 0.3s;
  font-weight: bold;  
  text-transform: capitalize;   
}
.sidenav .subLine a,
.sidenav .subLine2 a,
.sidenav .subLine3 a,
.sidenav .prof2 #click {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  font: revert;
  display: block;
  transition: 0.3s;
  color: #4d4d4d;
}
.sidenav .closebtn {
  width: 23px;
  position: absolute;
  top: 45px;
  right: 0px;
  height: 23px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  background-color: #fd5f07;
  margin-left: 50px;
  z-index: 1;
}
.content-wrapper #subHead2 #searchBar{
  padding-left: 30px;
  position: relative; 
}

.board-container {
  display: flex;
  flex-wrap: wrap;
}

.board {
  flex: 1 1 45%;
  margin: 10px;
  padding: 10px;
}

select {
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #f5f5f5;
  color: #333;
}

optgroup {
  font-weight: bold;
}

.board-table {
  height: 300px;
  overflow: auto;
}

.board-row {
  margin-bottom: 10px;
  clear: both;
  border-collapse: separate;
  border: separate;
  outline: 2px solid #EEEEEE;
  display: block;
  padding: 25px;
  border-radius: 10px;
}

.th-rank {
  padding: 20px;  
}

.th-username {
  padding: 20px;
  width: 360px;
}

.th-karma {
  padding: 20px;
  width: 360px;
  right: 31px;
  margin: 10px;
  position: -webkit-sticky;
}
.td-username{
  width: 40%;
  padding: 20px;
} 
.td-rank{
  width: 26.5%;
  padding: 20px;
}
.td-karma, .board-row .td #user_icon_dropdown {
  width: 136px;
  padding: 20px;
  margin: 20px;
}

.tooltiptext-leader {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #FD5F07;
  color: #fff;
  white-space: nowrap;
  padding: 10px 15px;
  border-radius: 7px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-size: 12px;
}

.tooltiptext-leader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-20%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FD5F07;
}

.tooltip-leader:hover .tooltiptext-leader {
  top: -65%;
  visibility: visible;
  opacity: 1;
}

.tooltip-leader:hover {
  transform: scale(1.05);
}

.tooltip-leader {
  width: 88px;
  height: 50px;
  padding: 24px 0px;
  cursor: pointer;
  position: relative;
  transition: all .4s ease-in-out;
}
.questioncomments-section{
  margin-top:10px;
}
.checkbox label{
  font-size: small;
}
/* quiz-popup */
#quiz_popupOverlay{
  position:fixed;
  z-index:999;
  width:100vw;
  height:100vh;
  background-color: black;
  background-color:rgba(0,0,0,.75);
  left: 0%;
  top: 0%;
  display: none;
}
.quiz_popup {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 450px;
  height: 270px;
  z-index: 2;
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  border-radius:10px;
}
.quiz_popup.hide_popup.active{
  visibility: visible;
}
.quiz_popup.hide_popup{
  visibility: hidden;
}
#quiz_PopupCancel{
  height: 50px;
  padding: 16px 40px;
  padding-top: 16px;
  padding-right: 40px;
  padding-bottom: 16px;
  padding-left: 40px;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  color: #FFFFFF;
  border: 2px solid #00ADC6;
  background-color: #00ADC6;
  Border-radius: 30px;
  text-decoration: none;
  margin-left: 50px;
  margin-top: 0px;
  position: absolute;
  left: 30px;
}
.quiz_popup_header {
  display: flex;
  padding-right: 20px; 
  padding-top: 0px; 
  padding-left: 20px; 
  line-height: 50px;
  justify-content: space-between;
  border-bottom: 1px solid #999999;
}
.quiz_popup_body {
  height: auto;
  padding: 50px;
  margin-right: 25px;
}
.quiz_popup_footer {
  padding: 0px 50px 50px 50px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.quiz_popup_header a.close_btn1 {
  float: right;
  padding: 6px;
  outline: none;
  background: url(/static/default/media/images/close-icon.svg?980b579a3d16) no-repeat;
  background-position: right center;
}
.quiz_popup_header a.close_btn1:hover {
  cursor: pointer;
  filter: invert(43%) sepia(32%) saturate(3621%) hue-rotate(356deg) brightness(99%) contrast(101%);
}
.progress-bar1{
  /* background: #808080; */
  background: #dcdcdc;
  border-radius: 30px;
}
.progress-green1{
  background: #00ADC6;
  border-radius: 30px;
  text-align: center;
}
#question-tags .dropdown {
  display: grid;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  max-height: 100px;
  overflow-y: auto;
}
#question-tags .dropdown li {
  list-style: none;
  padding: 5px;
}
#question-tags .dropdown li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}
#tag-dropdown {
  display: none;
  top: 100%;
  left: 0;
  z-index: 1;
  max-height: 150px;
  overflow-y:auto;
  outline: 1px solid #999999;
}
#tag-dropdown::-webkit-scrollbar {
  width: 5px;
}
#tag-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
}
#tag-dropdown::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
  height: 20px; /* set the height of the scrollbar */
}
#tag-dropdown .dropdown-option {
  cursor: pointer;
  height: 50px;
  font-size: 14px;
  padding: 16px 20px;
}
#tag-dropdown .dropdown-option:hover {
  background-color: #ddd;
}
.logout-section-title{
  color: #231e28;
  text-align: center;
  font-family: 'arialmedium';
  font: revert;
  font-size: 20px;
  margin-bottom: 165px;
  margin-top:165px;
 }
.logout-section-title h2 {
  font-size: 30px;
  padding: 0px;
}
.author,.colm2 span,.user-bg-text,.userinfo a,.user-info a{
  text-transform: lowercase;
}
body.question-page {
  margin-top: 0px;
  transition: margin-top ease;
}

/* quiz loding gif */
#loading-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

#gif-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

/* Assign custom badges */
.custom_badge_title{
  border-bottom: 1px solid #CCCCCC;
}
.contributorback {
  font-family: 'arialmedium';
  font: revert;
  font-size: 20px;
  line-height: 30px;
  color: #231e28;
  margin: 10px 20px 10px 20px;
}
.custom_badge_title h2{
  padding: 10px;
  border: none;
  margin: 0;
}
.custom_badge_body{
  padding: 10px;
  border: none;
  margin: 0;
}
#csv_model{
  margin: 11px 0px -8px 15px;
} 
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0&980b579a3d16');
  src: url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.eot?&980b579a3d16#iefix&v=4.3.0') format('embedded-opentype'), url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0&980b579a3d16') format('woff2'), url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0&980b579a3d16') format('woff'), url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0&980b579a3d16') format('truetype'), url('/static/default/media/fa-4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0&980b579a3d16#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*!
 * Bootstrap v2.0.2
 * This file was modified for Askbot
 * some styles were deleted, others added at the bottom
 * of this file. Also some fixes to bootstrap are added
 * at the bottom of askbot's style.less.
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 .clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  /* Make inputs at least the height of their button counterpart */

  /* Makes inputs behave like true block-level elements */

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
}
a:hover {
  
  text-decoration: none;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
}
.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid > [class*="span"] {
  float: left;
  margin-left: 2.127659574%;
}
.row-fluid > [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid > .span12 {
  width: 99.99999998999999%;
}
.row-fluid > .span11 {
  width: 91.489361693%;
}
.row-fluid > .span10 {
  width: 82.97872339599999%;
}
.row-fluid > .span9 {
  width: 74.468085099%;
}
.row-fluid > .span8 {
  width: 65.95744680199999%;
}
.row-fluid > .span7 {
  width: 57.446808505%;
}
.row-fluid > .span6 {
  width: 48.93617020799999%;
}
.row-fluid > .span5 {
  width: 40.425531911%;
}
.row-fluid > .span4 {
  width: 31.914893614%;
}
.row-fluid > .span3 {
  width: 23.404255317%;
}
.row-fluid > .span2 {
  width: 14.89361702%;
}
.row-fluid > .span1 {
  width: 6.382978723%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  font-size: 14px;
}
p small {
  font-size: 11px;
  color: #999999;
}
.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  margin:0px;
}
h1 small {
  font-size: 18px;
}
h2 small {
  font-size: 18px;
}
h3 {
  font-size: 30px;
}
h3 small {
  font-size: 14px;
}
h4,
h5,
h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
.page-header {
  padding-bottom: 17px;
  margin: 18px 0;
  border-bottom: 1px solid #eeeeee;
}
.page-header h1 {
  line-height: 1;
}
ul,
ol {
  padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
  line-height: 17px;
}
dd {
  margin-left: 9px;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 120px;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 130px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight:bold;
}
em {
  font-style: italic;
}
.muted {
  color: #999999;
}
abbr[title] {
    cursor: pointer;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-left: 0;
  padding-right: 15px;
  border-left: 0;
  border-right: 5px solid #eeeeee;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  line-height: 18px;
  font-style: normal;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
code{
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
/* pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12.025px;
  line-height: 18px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
} */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.label-important {
  background-color: #b94a48;
}
.label-important:hover {
  background-color: #953b39;
}
.label-warning {
  background-color: #f89406;
}
.label-warning:hover {
  background-color: #c67605;
}
.label-success {
  background-color: #468847;
}
.label-success:hover {
  background-color: #356635;
}
.label-info {
  background-color: #3a87ad;
}
.label-info:hover {
  background-color: #2d6987;
}
.label-inverse {
  background-color: #333333;
}
.label-inverse:hover {
  background-color: #1a1a1a;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  /*height: auto;*/
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="hidden"] {
  display: none;
}
.radio.inline + .radio.inline {
  margin-left: 10px;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  box-shadow: none;
  }
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #eeeeee;
  border-color: #ddd;
  cursor: not-allowed;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}

.control-group.warning input:focus,
.control-group.warning select:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #fd5f07;
  box-shadow: none;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #eeeeee;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  position: relative;
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-append input,
.input-append select .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-left-color: #eee;
  border-right-color: #ccc;
}
.input-append .add-on,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
  /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */

  *display: inline-block;
  *margin-left: 0;
  *padding-left: 20px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: none !important;
  vertical-align: middle;
  background-color: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
   color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #004099 \9;
}
.btn-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #51a351;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/static/default/media/bootstrap/img/glyphicons-halflings.png?980b579a3d16");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("/static/default/media/bootstrap/img/glyphicons-halflings-white.png?980b579a3d16");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav .nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999999;
  text-shadow: none !important;
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: none !important;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: none !important;
  background-color: #0088cc;
}
.nav-list [class^="icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  height: 1px;
  margin: 8px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
  *width: 100%;
  *margin: -5px 0 5px;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.nav-tabs.nav-stacked > li > a:hover {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu {
  margin-top: 1px;
  border-width: 1px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs .dropdown-toggle .caret,
.nav-pills .dropdown-toggle .caret {
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
  margin-top: 6px;
}
.nav-tabs .dropdown-toggle:hover .caret,
.nav-pills .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
.nav-tabs .active .dropdown-toggle .caret,
.nav-pills .active .dropdown-toggle .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.nav > .dropdown.active > a:hover {
  color: #000000;
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > .open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav .open .caret,
.nav .open.active .caret,
.nav .open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  display: table;
  width: 100%;
}
.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below .nav-tabs .active > a,
.tabs-below .nav-tabs .active > a:hover {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
  float: none;
}
.tabs-left .nav-tabs > li > a,
.tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left .nav-tabs > li > a:hover {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left .nav-tabs .active > a,
.tabs-left .nav-tabs .active > a:hover {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right .nav-tabs .active > a,
.tabs-right .nav-tabs .active > a:hover {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
  margin-bottom: 18px;
}
.navbar-inner {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
  width: auto;
}
.btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.btn-navbar:hover,
.btn-navbar:active,
.btn-navbar.active,
.btn-navbar.disabled,
.btn-navbar[disabled] {
  background-color: #222222;
}
.btn-navbar:active,
.btn-navbar.active {
  background-color: #080808 \9;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-collapse.collapse {
  height: auto;
}
.navbar {
  color: #999999;
}
.navbar .brand:hover {
  text-decoration: none;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 8px 20px 12px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  color: #ffffff;
}
.navbar .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 6px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 6px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 9px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  background-color: #626262;
  border: 1px solid #151515;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-search .search-query:focus,
.navbar-search .search-query.focused {
  padding: 5px 10px;
  color: #333333;
  text-shadow:none !important;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
}
.navbar .nav > li {
  display: block;
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 10px 11px;
  line-height: 19px;
  color: #999999;
  text-decoration: none;
  text-shadow: none !important;
}
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #222222;
}
.navbar .divider-vertical {
  height: 40px;
  width: 1px;
  margin: 0 9px;
  overflow: hidden;
  background-color: #222222;
  border-right: 1px solid #333333;
}
.navbar .nav.pull-right {
  margin-left: 10px;
  margin-right: 0;
}
.navbar .dropdown-menu {
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav .dropdown-toggle .caret,
.navbar .nav .open.dropdown .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar .nav .active .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .nav .open > .dropdown-toggle,
.navbar .nav .active > .dropdown-toggle,
.navbar .nav .open.active > .dropdown-toggle {
  background-color: transparent;
}
.navbar .nav .active > .dropdown-toggle:hover {
  color: #ffffff;
}
.navbar .nav.pull-right .dropdown-menu,
.navbar .nav .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .nav.pull-right .dropdown-menu:before,
.navbar .nav .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .nav.pull-right .dropdown-menu:after,
.navbar .nav .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #fbfbfb;
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  text-shadow: none !important;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #999999;
}
.breadcrumb .active a {
  color: #333333;
}
.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pager {
  margin-left: 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
 }
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.thumbnails > li {
  float: left;
  margin: 0 0 18px 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow:none !important;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: none !important;
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}
.progress-danger.progress-striped .bar {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}
.progress-info.progress-striped .bar {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}
.progress-warning.progress-striped .bar {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown:hover .caret,
.open.dropdown .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.typeahead {
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel .item > img {
  display: block;
  line-height: 1;
}
.carousel .active,
.carousel .next,
.carousel .prev {
  display: block;
}
.carousel .active {
  left: 0;
}
.carousel .next,
.carousel .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel .next {
  left: 100%;
}
.carousel .prev {
  left: -100%;
}
.carousel .next.left,
.carousel .prev.right {
  left: 0;
}
.carousel .active.left {
  left: -100%;
}
.carousel .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px 5px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.collapse {
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -ms-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
  position: relative;
  overflow: hidden;
  height: 0;
}
.collapse.in {
  height: auto;
}
/*!
 * Bootstrap Responsive v2.0.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: block;
}
.hidden-phone {
  display: block;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: none;
}
@media (max-width: 767px) {
  .visible-phone {
    display: block;
  }
  .hidden-phone {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
  .visible-desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-group > label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .navbar-fixed-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row {
    margin-left: 0;
  }
  .row > [class*="span"],
  .row-fluid > [class*="span"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }
  .thumbnails [class*="span"] {
    width: auto;
  }
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
  
    /* Makes inputs behave like true block-level elements */
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 20px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.762430939%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 99.999999993%;
  }
  .row-fluid > .span11 {
    width: 91.436464082%;
  }
  .row-fluid > .span10 {
    width: 82.87292817100001%;
  }
  .row-fluid > .span9 {
    width: 74.30939226%;
  }
  .row-fluid > .span8 {
    width: 65.74585634900001%;
  }
  .row-fluid > .span7 {
    width: 57.182320438000005%;
  }
  .row-fluid > .span6 {
    width: 48.618784527%;
  }
  .row-fluid > .span5 {
    width: 40.055248616%;
  }
  .row-fluid > .span4 {
    width: 31.491712705%;
  }
  .row-fluid > .span3 {
    width: 22.928176794%;
  }
  .row-fluid > .span2 {
    width: 14.364640883%;
  }
  .row-fluid > .span1 {
    width: 5.801104972%;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 714px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 652px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 590px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 528px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 466px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 404px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 342px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 280px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 218px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 156px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 94px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 32px;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top {
    position: static;
    margin-bottom: 18px;
  }
  .navbar-fixed-top .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .navbar .nav-collapse {
    clear: left;
  }
  .navbar .nav {
    float: none;
    margin: 0 0 9px;
  }
  .navbar .nav > li {
    float: none;
  }
  .navbar .nav > li > a {
    margin-bottom: 2px;
  }
  .navbar .nav > .divider-vertical {
    display: none;
  }
  .navbar .nav .nav-header {
    color: #999999;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    padding: 6px 15px;
    font-weight: bold;
    color: #999999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .navbar .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .navbar .nav > li > a:hover,
  .navbar .dropdown-menu a:hover {
    background-color: #222222;
  }
  .navbar .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: block;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar .dropdown-menu:before,
  .navbar .dropdown-menu:after {
    display: none;
  }
  .navbar .dropdown-menu .divider {
    display: none;
  }
  .navbar-form,
  .navbar-search {
    float: none;
    padding: 9px 15px;
    margin: 9px 0;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
    }
  .navbar .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn-navbar {
    display: block;
  }
  .nav-collapse {
    overflow: hidden;
    height: 0;
  }
}
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid > [class*="span"] {
    float: left;
    margin-left: 2.564102564%;
  }
  .row-fluid > [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid > .span12 {
    width: 100%;
  }
  .row-fluid > .span11 {
    width: 91.45299145300001%;
  }
  .row-fluid > .span10 {
    width: 82.905982906%;
  }
  .row-fluid > .span9 {
    width: 74.358974359%;
  }
  .row-fluid > .span8 {
    width: 65.81196581200001%;
  }
  .row-fluid > .span7 {
    width: 57.264957265%;
  }
  .row-fluid > .span6 {
    width: 48.717948718%;
  }
  .row-fluid > .span5 {
    width: 40.170940171000005%;
  }
  .row-fluid > .span4 {
    width: 31.623931624%;
  }
  .row-fluid > .span3 {
    width: 23.076923077%;
  }
  .row-fluid > .span2 {
    width: 14.529914530000001%;
  }
  .row-fluid > .span1 {
    width: 5.982905983%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  input.span12, textarea.span12, .uneditable-input.span12 {
    width: 1160px;
  }
  input.span11, textarea.span11, .uneditable-input.span11 {
    width: 1060px;
  }
  input.span10, textarea.span10, .uneditable-input.span10 {
    width: 960px;
  }
  input.span9, textarea.span9, .uneditable-input.span9 {
    width: 860px;
  }
  input.span8, textarea.span8, .uneditable-input.span8 {
    width: 760px;
  }
  input.span7, textarea.span7, .uneditable-input.span7 {
    width: 660px;
  }
  input.span6, textarea.span6, .uneditable-input.span6 {
    width: 560px;
  }
  input.span5, textarea.span5, .uneditable-input.span5 {
    width: 460px;
  }
  input.span4, textarea.span4, .uneditable-input.span4 {
    width: 360px;
  }
  input.span3, textarea.span3, .uneditable-input.span3 {
    width: 260px;
  }
  input.span2, textarea.span2, .uneditable-input.span2 {
    width: 160px;
  }
  input.span1, textarea.span1, .uneditable-input.span1 {
    width: 60px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
}

/* Modifications for askbot */
.caret {
    margin-bottom: 7px;
}
.btn-group {
    text-align: left;
}
.btn-toolbar {
    margin: 0;
}

