.navbar.navbar-default {
	border: 0;
	border-radius: 0;
}

#filter-bar {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1%;
}

pre {
	white-space: pre-wrap;
	word-break: normal;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0;
	border: 0;
	background: none !important;
	font-size: inherit;
}

.filter-checkbox {
	display: inline-block;
	margin-left: 5px;
}

.filter-checkbox:first {
	margin-left: 0;
}

#translation-table > tbody > tr > td {
	font-size: 14px;
	max-width: 500px;
}

a {
	cursor: pointer;
}

.body {
	width: 90%;
	margin-left: 5%;
}

#translation-table > tbody > tr > td > .pull-right > a {
	margin-left: 3px;
}

#translation-table > tbody > tr > td > .pull-right > a:first-child {
	margin-left: 0;
}

#translation-table > tbody > tr > td > .pull-right > a > .glyphicon {
	cursor: pointer; 
}

.farsi_box {
	text-decoration: none;
	cursor: pointer;
	background-color: #ddd;
	color: black;
	border: 1px solid black;
}

.farsi_box:hover {
	text-decoration: none;
	color: black;
}

#retranslate {
	background-color: #ddd;
	font-weight: bold;
	font-size: 16px;
	margin-right: 5px; 
	color: black;
	border: 1px solid black;
	padding: 2px 4px 2px 2px;
}

#user-stats {
	margin-top: 2%;
}

.row {
	margin-left: 0;
}

a:hover {
	text-decoration: none;
}

#insertForm > table > tbody > tr > td > textarea {
	resize: vertical;
}

.user-info-table > tbody > tr:last-child {
	font-weight: bold;
	font-style: italic;
	border-top: 2px solid #ddd;
}

.hide-element {
	display: none;
}
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
.loading-wheel {
    width: 20px;
    height: 20px;
    margin-top: -40px;
    margin-left: -40px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 30px;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
}
.style-2 .loading-wheel {
    border-style: solid;
    border-color: #ccc transparent;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
#txtarea {
	resize: both;
	color: #000;
}
ul.thumbnails.image_picker_selector li .thumbnail {
	height: 140px;
}
ul.thumbnails.image_picker_selector li .thumbnail .image_picker_image {
	height: 80%;
}
ul.thumbnails.image_picker_selector li .thumbnail p {
	text-align: center;
	margin-top: 5px;
}
.helpcenter-category-container-row {
	display: none;
	background-color: #eee;
	border-top: 1px solid #000;
}
.bootstrap-tagsinput {
	min-width: 100%;
}
.mb-2 {
	margin-bottom: 10px;
}
