body {
	padding: 0;
}

/* scrollbars */
::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment
    {
    height: 0;
    display: block;
    background-color: transparent;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    width: 8px;
    margin: 0 1px;
    background-color: #999;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: #999;
    -webkit-border-radius: 3px;
}

/* login & registration */
#user-login .control-group .control-label,#user-registration .control-group .control-label, #reguser .control-group .control-label, #pass-forgot .control-group .control-label {
    width: 240px;
}

#user-registration .control-group .controls,#user-login .control-group .controls, #reguser .control-group .controls, #pass-forgot .control-group .controls {
    margin-left: 260px;
}

#reguser .control-group select {
	width: 140px;
}

#user-registration .form-actions,#user-login .form-actions, #reguser .form-actions, #pass-forgot .form-actions {
    background: #fff;
	padding-left: 260px;
}

#pass-forgot .form-actions, .inner-page form .form-actions, #reguser .form-actions {
    background-color: inherit;
}

form a.help {
    color: #555;
    text-decoration: underline;
}

.hint {
    text-decoration: none;
    color: #888;
}

.btn-fb {
	color: #FFF; 
	border-top: 1px solid #5a7ebd;
	border-left: 1px solid #5a7ebd;
	border-right: 1px solid #24385a;
	border-bottom: 1px solid #24385a;
	background: #4165a3;
}
.btn-twitter {
    color: #FFF; 
    border-top: 1px solid #72c9f6;
    border-left: 1px solid #72c9f6;
    border-right: 1px solid #084e72;
    border-bottom: 1px solid #084e72; 
    font-size: .9em; 
    font-weight: bold; 
    background: #0e90d2; 
}

.logout-win, .logout-win .row-fluid {
	height: 100%;
}

.logout-win .row-fluid h1 {
	margin-top: 0;
}

.logout-win .logout-button {
	text-align: center;
	margin-top: -40px;
}

/* languages-select */
#language-select {
    background: url(/img/grey.png);
    background: rgba(0, 0, 0, 0.85);
    border-radius: 4px;
    border: 1px solid #777;
    box-shadow: 0 0 5px black;
    padding: 16px 5px 5px;
    z-index: 1700;
}

#language-select .lang-iso {
    color: #fff;
    font-family: Lucida Console, Monaco, monospace;
    margin-right: 3px;
    text-transform: uppercase;
}

#language-select .dropdown-menu {
    background: transparent;
    border: 0;
    display: block;
    height: 250px;
    overflow: auto;
    position: relative;
    padding-top: 0;
}

#language-select .close {
    color: #fff;
    opacity: 0.5;
    position: absolute;
    right: 4px;
    text-shadow: none;
    top: -3px;
    text-shadow: none;
    z-index: 1800;
}

#language-select .translation-exists .lang-name {
    text-decoration: underline;
}

#language-select .close:hover {
    opacity: 0.9;
}

/* window tabs */
.wm-window .userpic-small {
    border: 1px solid #fff;
    height: 14px;
    width: 12px;
}

.wm-window .nav-tabs .username {
    color: #555;
    font-weight: bold;
    padding-top: 7px;
    background-color: #ede9ef;
}

.wm-window .nav-tabs > li > a{
    background-color: #dfdfdf;
    color: #555;
    font-weight: 500;
}

.wm-window .nav-tabs > li.active > a{
    background-color: #fff;
}

.wm-window .nav-tabs > li > a:hover{
    text-decoration: underline;
}

.well-condensed{
    padding: 10px;
}

.likelink {
	color: #D71A1A;
	border-bottom: 1px dashed #D71A1A;
	cursor: pointer;
}

.wm-window-menu li a.place-lang-iso-name {
	font-weight: bold;
	display: inline-block;
	margin-right: 3px;
	width: 30px;
	color: #D71A1A;
	text-shadow: none;
	padding: 0;
	margin: 0 0 0 6px;
}

.inner-page {
    margin: 5px 15px;
    padding: 0;
}

.edit-header {
	margin-bottom: 10px;
	padding: 8px 14px;
    margin-left: 12px;
    margin-right: 12px;
}

#history-list-table, #history-list-table input[type="radio"] {
	margin: 0;
}

#history-list-table caption + tbody tr:first-child td, #history-list-table tbody:first-child tr:first-child td {
    border-top: 0 none;
}

#active-filter-form .pull-right {
	margin-top: 5px;
}

#start-ban-form .required {
	color: red;
}

#start-ban-form textarea, #cancel-ban-form textarea, #complaint_form textarea {
	width: 80%;
	margin-top: 10px;
}

#start-ban-form select {
	margin-top: 10px;
}

#start-ban-form .alert {
	margin-bottom: 0;
}

.inner-page h3 {
	margin-left: 12px;
}
.inner-page h3 .btn {
	margin-top: 8px;
}

#cancel-ban-form, #cancel-ban-reason-warn {
    display: none;
}

#sub-header-controls {
	width: 100%;
	margin-bottom: 10px;
}
#sub-header-controls .score_block {
	text-align: right;
	vertical-align: bottom;
	width: 250px;
}
.votes_count_block {
	vertical-align: bottom;
	font-size: 14px;
}
.counter {
    font-size: 40px;
    color: #555555;
}
.green {
	color: green;
}
.red {
	color: #D71A1A;
}
.gray {
	color: gray;
}
.verdict-text {
    font-weight: bold;
}
.vote_textarea {
    margin: 0 0 4px 0;
	width: 99%;
}

.vote_block {
    display: none;
    padding: 0 10px 5px 0;
    text-align: center;
}
.vote_block_radios {
	float: left;
	text-align: left;
	font-size: 14px;
	padding: 0 0 8px 0;
}

.nav-tabs > li > span,
.nav-pills > li > span {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
	display: block;
	cursor: pointer;
}
.nav-tabs > li > span {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > span:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > span,
.nav-tabs > .active > span:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > span {
  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 > span,
.nav-pills > .active > span:hover {
  color: #ffffff;
  background-color: #d71a1a;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > span {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > span {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > span {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > span:hover {
  border-color: #ddd;
  z-index: 2;
}
.hidden {
	display: none !important;
}
.category-searched-block-table {
	width: 100%;
}
.category-searched-block-left {
	width: 300px;
	padding: 10px;
}
.category-searched-block-table .category-searched-block-right {
	background: #F0F0F0;
	padding: 10px 20px;
	vertical-align: middle;
}
.category-searched-block-right hr {
	margin: 5px 0;
}
#tree-div #tree {
	margin-left: 20px;
}
#active-filter-form {
	margin-bottom: -2px;
}

/* Collaborations */
.create_task_form #task_text, .create_task_form #task_name {
	width: 70%;
}
.create_task_form #task_text {
	height: 120px;
}
.finished {color: #888888;}
.left_column {
    width: 550px;
    float: left;
    padding-top: 6px;
}
.right_column {
    margin-left: 550px;
    padding-top: 6px;
}
.task_text {
    padding: 4px 8px;
}
.task_need_confirmation {
    padding-top: 4px;
    font-size: 10px;
}
.participants_count {
    font-size: 30px;
}
.participants_list {
    font-size: 12px;
    list-style-type: none;
    margin: 6px 8px 0;
    padding: 0;
}
.participants_list li {
    height: 16px;
}
.participants_list li:hover img {
    display: inline-block;
}
.participants_list li img {
    display: none;
}
.remove_participant {
    cursor: pointer;
}
.edit_the_task, .approve_the_task, .reject_the_task {
    margin-right: 8px;
    color: #555555;
}
.add_new_task {
    color: #74B75B;
}
.close_the_task {
    color: #F24547;
}
.is_finished {
    color: #333333;
    font-weight: bold;
}
.join_leave_result {
    text-align: left;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 4px;
}
.warning {
    padding-top: 30px;
    font-weight: bold;
}
.start_info {
    font-size: 10px;
    margin: 4px 0 12px;
}
.task_created_success {
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #F24547;
}
.collaboration-content {
	margin-bottom: 10px;
}

.small-input {
	height: 16px !important; 
	width: 100px !important;
	line-height: 15px !important;
	font-size:11px !important;
}

#user-registration {
	margin: 0;
}

.confirm-dialog h4.error-text {
	margin-bottom: 20px;
}

#cancel-ban-trigger {
	margin-top: -5px;
}

#user-profile-info {
	clear: both;
}
#user-profile-info th {
	width: 170px;
}

#photoshow_imageblock {
	text-align: center;
}
#photoshow_footer {
    color: #777777;
    font-weight: bold;
    padding: 10px 8px 8px;
}
.photogal-prev-next {
	margin: 8px 15px;
	font-weight: bold;
	color: #D71A1A;
}
.photogal-prev-next span {
	margin: 0 4px;
	cursor: pointer;
}
.photogal-prev-next span.linkoff {
	cursor: auto;
	color: #999999;
}

#place-photos.history-photos img {
	border: 5px solid;
	cursor: pointer;
}

#wikiedit .editsummarylink_block, #wikiedit #add_div8 {
	margin-top: 10px;
}

#social-promo {
	color: #ED1C24;
}
#child-bind-form select {
	width: 80%;
}
.del-reasons-list {
	margin-bottom: 20px;
}

#autocomplete_message {
	margin: 10px 0;
}

.searchlist li {
	cursor: pointer;
	padding: 8px 15px;
}

.searchlist li:hover {
	background-color: #f5f5f5;
}

.searchlist li .label {
	font-weight: normal;
}
.search-nav {
	margin-left: 15px;
	margin-top: 15px;
}

#return-to-sg-button {
	margin-left: 4px;
}

.langs-list li {
    float: left;
}
.langs-list li.nav-header {
    margin-right: -5px;
}

.langs-list li a {
    margin: 0;
    padding: 2px 6px;
}

#last_upd strong {
    display: inline-block;
    margin-top: -2px;
}

.strong_font {
	cursor: pointer;
	font-weight: bold;
}

.likelink-with-remove-btn {
	cursor: pointer;
	line-height: 24px;
}
.likelink-with-remove-btn:hover .btn {
	display: inline !important;
	visibility: visible !important;
}
.likelink-with-remove-btn .btn {
	margin-left: 3px;
}
table.categories-rendering td, table.categories-rendering th {
	text-align: center;
}
table.categories-rendering td.name, table.categories-rendering th.name {
	text-align: left;
}
table.categories-rendering-edit input, table.categories-rendering-edit select {
	width: 120px;
}
table.categories-rendering-edit input[type="file"], table.categories-rendering-edit input[type="checkbox"] {
	width: auto;
}
table.categories-rendering-edit .checkbox {
	padding-left: 8px;
}
table.categories-rendering-edit .checkbox input[type="checkbox"] {
    float: left;
    margin-left: 0;
}
table.categories-rendering-edit .category-icon {
	float: left;
	margin: 4px 4px 0;
}
li.mapshift-li {
	cursor: pointer;
}
.wm-toolbar-row {
	margin-bottom: 4px;
}

.tree ul{	/* Sub menu groups */
    margin-left:20px;	/* Left spacing */
    padding-left:0px;
    display:none;	/* Initially hide sub nodes */
}
.tree li{	/* Nodes */
    list-style-type:none;
    vertical-align:middle;
    padding: 3px;
}
.dropdown .caret {
    margin-left: 3px;
    margin-top: 6px;
}
.tabs-left > .stats-list li a {
	padding: 2px 15px 2px 8px;
}

.stats-years {
    min-width: 70px;
}
.stats-years li a {
    text-align: center;
    text-shadow: none;
}
#statsgraph {
	display: block;
	margin-top: 20px;
}
#period-container {
	margin-bottom: -1px;
}

#period-container .nav-tabs li a {
	padding: 4px 8px;
}

#statsgraph .error {
	text-align: center;
	margin-top: 120px;
}

#stats-content {
	border-top: 1px solid #DDDDDD;
}

#stats-content .stats-list {
	background-color: white;
	margin-top: -1px;
}

.search-ads-block {
	background-color: #efefef;
	border: 1px solid #DDDDDD;
}
