body {
	padding-top: 40px;
	padding-bottom: 40px;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-signin-heading {
	text-align: center;
}

.navbar-inverse {
	margin: 0 50px 0 50px;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

#content {
	margin: 70px;
}

table#offers {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table#groups tbody tr {
	cursor: pointer;
}

table#offers thead tr th, table#offers tbody tr td {
	text-align: center;
}

table#content-table thead tr th, table#content-table tbody tr td {
	text-align: center;
	vertical-align: middle;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: inline-block !important;
	padding: 0 0 !important;
	margin-left: 0px !important;
	cursor: pointer !important;
}

.pagination>li>a, .pagination>li>span {
	float: none !important;
	margin-left: -3px !important;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #ccc !important;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: none !important;
}

table.dataTable tbody tr:nth-child(even):hover td {
	background-color: #f7f7f7 !important;
}

table.dataTable tbody tr:nth-child(odd):hover td {
	background-color: #f7f7f7 !important;
}

.default-input {
	width: 250px !important;
}

.no-padding {
	padding: 0 !important;
}

label {
	font-family: "Times New Roman", Georgia, Serif;
	margin-top: 15px;
}

.btn-submit {
	margin-top: 25px;
}

.column-left {
	float: left;
	width: 33%;
}

.column-right {
	float: right;
	width: 33%;
}

.column-center {
	display: inline-block;
	width: 33%;
}

.left-align {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.points-name {
	width: 34% !important;
    float: left;
}

.points-value {
	width: 30% !important;
    float: right;
}

.points-row {
	margin-top: 10px;
	overflow: auto;
	width: 100%;
}

.remove-points {
	margin: 8px 0 0 5px;
}

.center-menu {
	position: absolute !important;
    top: 50%;
    transform: translateX(25%) translateY(-50%);
}

.left-logout {
	position: absolute !important;
    top: 50%;
    left: 90% !important;
    transform: translateX(50%) translateY(-50%);
}

table#applications tbody tr {
	cursor: pointer;
}

table#applications {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.logo {
	position: absolute;
    top: -5px;
    left: -20px;
}

.navigation {
	margin: 0 50px 0 220px !important;
}

table#subscriptions {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

textarea {
   resize: none;
}

.left-margin {
	margin-left: 10px;
}

.modal {
	width: 100%;
    margin: auto;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.menu-width {
	min-width: 254px;
}

.hidden {
	visibility: hidden;
}

.top-margin {
	margin-top: 0px;
}

.left-padding {
	padding-left: 0px !important;
}

.small-input {
	display: inherit !important;
    width: 75px !important;
    padding-left: 10px !important;
    padding-right: 5px !important;
}

.small-input-margin {
	margin-top: 10px !important;
}

.search-list {
	max-height: 200px;
	width: 400px;
    overflow-y: auto;
}

.search-list-input {
	width: 400px;
}

.selected-item {
	background-color: #D5E8D8 !important;
}

.pointer {
	cursor: pointer;
}

.link-action {
  color: #0395f2;
  text-decoration: underline;
}

.link-action:hover {
  text-decoration: none;
}

.menu-width {
	min-width: 254px;
}

.deleted-item {
	color: #DBDBDB;
}

.column-left-2 {
	float: left;
	width: 27%;
}

#adverts tr th, #adverts tr td {
	text-align: center;
	vertical-align: middle;
}

table#adverts {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.result-list {
	width: 340px;
    margin-top: 20px;
    margin-left: 0px;
}

.search-parent {
	overflow: auto;
    position: relative;
}

.search-btn {
	position: absolute;
    bottom: 0;
    margin-left: 20px;
}

#items-list i {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    opacity: 0;
    display: block;
    cursor: pointer;
    color: #c00;
    top: 10px;
    right: 40px;
    position: absolute;
    font-style: normal;
}

#items-list li:hover i {
    opacity: 1;
}

#content-table_wrapper {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}

#content-table tr th, #content-table tr td {
	text-align: center;
}

.dataTable > thead > tr > th[class*="sort"]:after{
    content: "" !important;
}

.inactive {
	color: #CCC;
}


.editable-list {
	width: 100%;
	margin-left: 0px !important;
}

.editable-list i {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display: block;
    cursor: pointer;
    color: #c00;
    top: 10px;
    right: 40px;
    position: absolute;
    font-style: normal;
}

.panel-box {
	padding-left: 0px !important;
	padding-top: 10px;
}

table#settings thead tr th, table#settings tbody tr td {
	text-align: left;
	vertical-align: middle;
	font-family: arial;
}

table#settings tbody tr td:nth-child(3) {
    text-align: center;
}

#settings_wrapper{
	width: 85%;
	margin-left: auto;
    margin-right: auto;
}

table#settings {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.not-editable {
	color: gray;
	cursor: not-allowed;
}

table#categories thead tr th, table#categories tbody tr td {
	text-align: center;
	vertical-align: middle;
}

#categories_wrapper {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}

#categories tr th, #categories tr td {
	text-align: center;
}

.market-category-title {
    width: 50%;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
}

table#subcategories thead tr th, table#subcategories tbody tr td {
	text-align: center;
	vertical-align: middle;
}

#subcategories_wrapper {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}

#subcategories tr th, #subcategories tr td {
	text-align: center;
}

table#locations thead tr th, table#locations tbody tr td {
	text-align: center;
	vertical-align: middle;
}

#locations_wrapper {
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}

#locations tr th, #locations tr td {
	text-align: center;
}

.location-add-btn-container {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

.child_category_title {
	display: table-cell;
    height: 100%;
}

.table-display {
	display: table;
}