body {
  background: #fff;
  background-size: 400% 400%;
  animation: gradientAnimation 10s ease-in-out infinite;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  25% {
    background-position: 100% 50%;
  }
  50% {
    background-position: 50% 0%;
  }
  75% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.right-align {
    text-align: center;
}

.sidebar {
    margin: 5px auto;
    width: 245px;
    float: right;
    margin-right: 0px;
}

#container {
    background-size: cover;
    width: 940px;
    margin: 0 auto;
}

.content {
    float: left;
    margin: 5px auto;
    width: 676px;
    min-height: 50px;
}

.dark-background {
    background-color: #0d0921;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.dark-gray {
    color: #23238E;
}

.tab-content {
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px 15px;
}

.payment_method {
    display: inline-block;
    height: 100px !important;
    margin: 16px;
    position: relative;
    width: 150px !important;
    background-position: bottom right;
}

.payment_method_selected {
    height: 100px !important;
    position: absolute;
    width: 150px !important;
}

.payment_method:hover {
    opacity: 0.8;
}

.payment_method > .payment_img {
    position: absolute;
    bottom: 45%;
    right: 38%;
    max-width: 90px;
    max-height: 50px;
}

.payment_method > .payment_txt {
    color: white;
    height: 30px;
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}

.offer_item {
    display: block;
    height: 150px !important;
    margin: 14px;
    position: relative;
    width: 150px !important;
    float: left;
    background-position: bottom right;
}

.offer_item_selected {
    height: 150px !important;
    position: absolute;
    width: 150px !important;
}

.offer_item:hover {
    opacity: 0.8;
}

.offer_item > .offer_text {
    color: white;
    height: 30px;
    position: relative;
    text-align: center;
    top: 14px;
    width: 100%;
}

.offer_item > .offer_price {
    bottom: 0;
    color: green;
    height: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.offer_image {
    bottom: 37%;
    position: absolute;
    right: 39%;
}

#tooltip {
    background: #192d2c none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    opacity: 0.5;
    padding: 15px;
    position: absolute;
    text-align: center;
    z-index: 100;
}

#tooltip::after {
    border: 10px solid transparent;
    border-top-color: #192d2c;
    bottom: -10px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

#tooltip.top::after {
    border-bottom-color: #192d2c;
    border-top-color: transparent;
    bottom: auto;
    top: -20px;
}

#tooltip.left::after {
    left: 10px;
}

#tooltip.right::after {
    left: auto;
    right: 10px;
}

.input-xs {
    height: 22px;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-track {
    background: #ececec;
}

::-webkit-scrollbar-thumb {
    background: #bebebe;
}

.error-404 {
    margin: 0 auto;
    text-align: center;
}

.error-404 .error-code {
    bottom: 60%;
    color: #4686CC;
    font-size: 96px;
    line-height: 100px;
    font-weight: bold;
}

.error-404 .error-desc {
    font-size: 12px;
    color: #647788;
}

.error-404 .m-b-10 {
    margin-bottom: 10px !important;
}

.error-404 .m-b-20 {
    margin-bottom: 20px !important;
}

.error-404 .m-t-20 {
    margin-top: 20px !important;
}

.fixed-panel {
    min-height: 390px;
    max-height: 390px;
    overflow: auto;
}

.outfitter-container {
    width: 64px;
    height: 64px;
    position: relative;
    margin-left: -24px;
    margin-top: -23px;
}

.panel-custom {
    background-color: #222222;
    border-color: #222222;
    color: white;
}

.input-field {
	width: 300px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #c58644;
	color: white;
}

.centered-select {
    text-align: center;
}

.submit-button {
	padding: 10px 20px;
	background-color: #4caf50;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.submit-button:hover {
	background-color: #45a049;
}

.profile-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
}

.profile-table tr {
	background-color: #0d0921;
	color: #ffffff;
}

.profile-table tr:nth-child(even) {
	background-color: #0d0921;
}

.profile-table td {
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #c58644;
}

.profile-table i {
	margin-right: 5px;
}

.profile-table span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #c58644;
}

.vocation-image {
	width: 250px;
	height: 250px;
	border: 4px solid #0d0921;
	border-radius: 50%;
	padding: 5px;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #c58644;
}

.vocation-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.profile-table-kill {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 10px;
	overflow: hidden;
}

.profile-table-kill tr {
	background-color: #d1ab76;
	color: #ffffff;
}

.profile-table-kill tr:nth-child(even) {
	background-color: #d1ab76;
}

.profile-table-kill td {
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #0d0921;
}

.profile-table-kill i {
	margin-right: 5px;
}

.profile-table-kill span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	color: #fff;
}