@charset "UTF-8";

:root {
	--blue: #263c95 !important;
}

body {
	font-family: Lato, sans-serif;
	color: #000;
	font-size: 14px;
	text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
	padding: 0;
	margin: 0;
}

.dropdown:hover > .dropdown-menu {
	display: block;
}

textarea {
	resize: vertical;
	min-height: 50px;
	max-height: 200px;
}

.margin-top {
	margin-top: 10px;
}

.margin-top-md {
	margin-top: 30px;
}

.margin-top-lg {
	margin-top: 100px;
}

.cart-table .label {
	font-size: 16px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.cart-times {
	font-weight: normal;
}

.cart-sent {
	font-size: 18px !important;
}

#content-section {
	padding-top: 20px;
}

.max-heigth {
	max-height: 100vh !important;
	height: 100vh !important;
}

.bold {
	font-weight: bold;
}

.media-article {
	columns: 4;
}

.media-section {
	margin-bottom: 15px;
}

.media-images img {
	width: 100%;
	cursor: pointer;
}

.view-header {
	font-size: 13px;
	text-align: right;
	margin-top: -20px !important;
}

.breadcrumb-item.active {
	color: #000 !important;
}

.view-back {
	margin-top: 20px;
}

.view-back:hover {
	cursor: pointer;
}

#collections-img img {
	width: 100%;
}

.no-line {
	border-right-width: 0;
}

.collection-name {
	color: #fff;
	padding-top: 10px;
	font-style: italic;
	font-size: 20px !important;
}

.collection-name:hover {
	color: #d9d9d9;
}

.cart-button {
	text-align: center;
	margin-top: 20px;
}

#searchInput:focus {
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
	border-color: #cccccc !important;
}

@media only screen and (max-width: 576px) {
	.media-article {
		columns: 2;
	}

	.margin-top-md {
		margin-top: 10px;
	}

	.margin-top-lg {
		margin-top: 20px;
	}

	.collection {
		border-right-width: 0;
		padding-right: 0 !important;
	}

	.collections {
		margin-top: 0;
	}
}

/**************************************************************************************************
*    HOME PAGE
**************************************************************************************************/

.custom-file-label {
	font-size: 12px !important;
}

#uploadFileForm {
	margin-bottom: 20px;
	width: 100%;
}

#upload-file-button,
#load-file-button {
	font-size: 12px;
	padding: 6px;
}

#load-file-button {
	display: none;
	margin-top: 0;
}

#carouselFade,
#main-img {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -100;
	max-height: 100vh;
	overflow-y: hidden;
}

#carouselFade img,
#main-img img {
	min-height: 100vh;
	object-fit: cover;
}

#main-img img {
	width: 100%;
}

#main-img {
	position: fixed !important;
}

.main-button {
	text-align: center;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 20px;
	padding: 5px 60px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
	margin-top: 400px;
}

.main-button:focus {
	outline: none;
}

.media-modal-img-section {
	text-align: center;
}

.media-modal-img {
	min-height: 85vh;
	max-width: 100%;
	object-fit: cover;
}

.main-logo {
	height: 150px;
	display: block;
	margin: 40px auto;
}

@media only screen and (max-width: 576px) {
	.main-button {
		margin-top: 200px;
	}

	.main-logo {
		height: 100px;
		display: block;
		margin: 40px auto 0;
	}
}

/******************************************************************************************************************************************
*    HEADER + FOOTER
******************************************************************************************************************************************/

footer {
	width: auto;
	padding-top: 10px;
	text-align: center;
}

footer a {
	font-size: 30px;
	color: var(--blue) !important;
}

footer a:hover {
	color: var(--blue) !important;
}

footer p {
	font-size: 14px;
	color: #000;
}

footer.white p,
footer.white a,
footer.white a:hover {
	color: #fff !important;
}

.header {
	background-color: rgba(1, 1, 1, 0.5);
	padding-top: 20px;
}

#logo_img {
	padding-bottom: 20px;
}

#user-form {
	width: 100% !important;
}

.navbar {
	margin-top: 0 !important;
}

.right-align {
	text-align: right !important;
}

#user-form,
#contact-form label,
#password-change-form label,
#trade-show-form label,
#trade-attention-form label {
	text-align: right;
	font-size: 14px;
	padding-top: 3px;
}

.note-th {
	width: 50% !important;
}

#user-table td {
	word-break: break-all;
}

#user-table .users-full-name {
	width: 11.976% !important;
	min-width: 13.976% !important;
}

#user-table .users-email {
	width: 21.075% !important;
	min-width: 24.075% !important;
}

#user-table .users-phone {
	width: 9.107% !important;
}

#user-table .users-company {
	width: 11.886% !important;
}

#user-table .users-address {
	width: 18.166% !important;
}

#user-table .users-approval {
	width: 7.844% !important;
}

#user-table .users-admin {
	width: 7% !important;
}

#user-table .users-actions {
	width: 12.034% !important;
}

.trade-section {
	color: #000;
	margin-left: 260px !important;
}

.add-trade-show-btn {
	margin-bottom: 20px;
}

.trade-show {
	min-height: 80px;
}

.trade-show span {
	display: block;
	line-height: 120%;
}

.trade-show-name {
	font-weight: bold;
}

.trade-checkbox {
	margin-right: 0 !important;
}

.profile-section {
	display: none;
	min-height: 450px;
}

.alert-danger {
	font-size: 14px;
}

.loginLabel a {
	color: #fff !important;
}

.loginLabel a:hover {
	text-decoration: none;
	color: #fff;
}

#loginModal .modal-title,
#remove-modal .modal-title {
	font-size: 18px;
}

#remove-modal .modal-body {
	font-size: 14px;
	margin-top: 15px;
}

#loginModal .modal-body p {
	font-size: 13px;
}

.login-modal-title {
	font-size: 24px !important;
	margin-bottom: 0 !important;
	font-weight: bold;
}

#login-sections .section {
	margin: 20px !important;
}

#login-sections .section:nth-child(1) {
	border-right: 1px solid #262c45;
	padding-right: 40px !important;
}

#login-sections .section:nth-child(2) {
	padding-left: 0 !important;
}

#loginModal .modal-footer,
#orderModal .modal-footer {
	text-align: center !important;
	background-color: #262c45;
	color: #f7f7f7;
	font-size: 14px;
	display: block;
	border-radius: 0 !important;
}

#loginModal .modal-footer p {
	text-align: center !important;
	margin-bottom: 0;
}

.header-right-section {
	z-index: 100;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding-top: 40px;
}

#search-section {
	margin-bottom: 10px;
}

.searchIcon {
	cursor: pointer;
}

.header-right-section a:hover {
	text-decoration: none !important;
	color: #fff;
}

html,
body {
	height: 100vh !important;
}

body {
	display: flex !important;
	flex-direction: column !important;
}

.content {
	flex: 1 0 auto !important;
}

.footer {
	flex-shrink: 0 !important;
}

#home_img,
#logo_img {
	width: 100%;
}

.active {
	font-weight: bold;
}

.header-icons-section {
	font-size: 20px;
}

.head_title {
	display: block;
	font-size: 28px;
	font-style: italic;
	font-weight: 200;
	text-align: center;
	padding-top: 35px;
	color: #1e4e79;
}

.flipbook {
	position: relative;
	top: 700px;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.navbar {
	margin-top: 20px;
	min-height: 20px !important;
}

.navbar-nav {
	display: flex;
	justify-content: center;
	width: 100%;
}

.nav-link {
	color: #fff !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.logout-section {
	text-align: center;
	color: #1e4e79;
}

.glyphicon-shopping-cart {
	font-size: 24px !important;
}

@media only screen and (max-width: 1200px) {
	.head_title {
		font-size: 24px;
		padding-top: 28px;
	}
}

@media only screen and (max-width: 992px) {
	.head_title {
		font-size: 22px;
		padding-top: 20px;
	}

	.loginLabel {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.navbar-nav > li {
		float: left !important;
		display: block !important;
		width: 100% !important;
	}

	.navbar-default .navbar-nav > li > a {
		text-align: left;
	}

	footer {
		margin-top: 20px;
	}

	#logo_img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	.head_title {
		font-size: 22px;
		padding-top: 20px;
	}

	.loginLabel {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 576px) {
	#logo_img {
		width: 85%;
	}

	.logout-section {
		margin-top: 3px !important;
	}

	#search-section {
		margin-bottom: 0 !important;
	}

	.head_title {
		font-size: 20px;
		padding-top: 15px;
	}

	.loginLabel {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 0;
	}

	#user-form label,
	#contact-form label,
	#password-change-form label,
	#trade-attention-form label {
		text-align: left;
	}

	footer {
		margin-top: 0;
	}

	footer p {
		font-size: 10px;
	}

	.header-right-section {
		padding-top: 10px;
	}

	.navbar {
		margin-top: 0 !important;
		padding-left: 0 !important;
	}

	.profile-section {
		min-height: auto !important;
		margin-top: 20px !important;
	}

	#login-sections .section {
		margin: 20px !important;
		padding: 0 !important;
	}

	#login-sections .section:nth-child(1) {
		border-right-width: 0;
		padding-right: 0 !important;
		padding-bottom: 15px !important;
		border-bottom: 1px solid #262c45;
	}

	#login-sections .section:nth-child(2) {
		margin-top: 0 !important;
	}

	.right-align {
		text-align: left !important;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*   ABOUT US page
*******************************************************************************************************************************************/

.about-subtitle {
	font-size: 14px;
	line-height: 1.8;
}

.about-title {
	margin-bottom: 10px;
}

.about-title,
.about-subtitle,
.contact-table td,
.white-title {
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.about-subtitle {
		font-size: 12px;
		line-height: 1.5;
	}

	.about-section {
		margin-top: 30px;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    CONTACT US page
*******************************************************************************************************************************************/

.contact-table {
	width: 100% !important;
}

.contact-table td {
	font-size: 13px;
}

.contact-table tr td:nth-child(1) {
	text-align: right;
	font-weight: bold;
	padding-right: 0;
}

.address_info p {
	font-size: 16px;
}

form ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px;
}

form ul li {
	color: red;
}

label.required:after {
	display: inline-block;
	content: "*";
	color: #c00000;
	margin-left: 2px;
}

.required_text {
	color: #c00000;
	margin-top: 10px !important;
}

.register-top-row {
	margin-top: 40px;
	margin-bottom: 20px;
}

.register-top-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.register-top-row .title {
	font-size: 16px;
	margin-bottom: 5px;
}

.form-check-label {
	font-weight: normal !important;
}

.view-user-section {
	padding-top: 20px !important;
}

@media only screen and (max-width: 576px) {
	.contact-table tr td:nth-child(1) {
		text-align: left;
	}

	.contact-table {
		margin-bottom: 20px;
	}

	.margin-md-top {
		margin-top: 10px !important;
	}

	.filter-label {
		margin-top: 5px !important;
		margin-bottom: 0 !important;
	}
}

.admin-media-img {
	max-height: 200px;
}

.admin-media-add-btn {
	font-size: 12px !important;
	margin-bottom: 20px;
}

.trade-title {
	font-size: 28px;
}

.trade-text {
	margin-bottom: 0;
	font-size: 14px;
}

.trade-head-section {
	margin-bottom: 20px;
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    MELEE page
*******************************************************************************************************************************************/

.cart-remove:hover,
.cart-remove {
	cursor: pointer !important;
}

.cart-empty {
	text-align: center;
	font-size: 22px;
	padding: 50.5px !important;
}

.cart-page-alert {
	text-align: center;
}

.cart-table {
	border-bottom: 1px solid #ddd !important;
	margin-bottom: 0 !important;
}

.cart-table tr td {
	vertical-align: middle;
}

.cart-table th {
	font-size: 13px;
}

.cart-del {
	text-align: right;
	color: #ff3333;
}

.cart-img {
	text-align: center;
	max-width: 60px !important;
}

.cart-center {
	text-align: center;
}

.cart-title {
	display: block;
	font-size: 22px;
	text-align: left;
	padding-top: 50px;
	margin-bottom: 10px;
}

.cart-total {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
}

.cart-comment {
	font-weight: bold;
}

.cart-total-title {
	text-align: center;
	font-size: 16px;
}

.ordering-text {
	font-size: 20px;
	margin-top: 20px;
	color: #1e4e79;
}

.ordering-title {
	font-style: italic;
	text-align: center;
	color: #1e4e79;
}

.ordering-form {
	margin-top: 10px;
}

.ordering-form label {
	text-align: right;
	color: #1e4e79;
	font-size: 13px;
	padding-right: 0 !important;
}

.view-img {
	max-height: 600px;
	object-fit: scale-down;
	width: 100%;
}

.view-email-section {
	text-align: left !important;
	margin-top: 10px;
	display: none;
}

.view-email-checkbox {
	padding-bottom: 10px !important;
}

#view-email-input {
	margin: 0 0 15px;
	display: none;
}

#view-success-alert,
#view-danger-alert {
	display: none;
	font-size: 14px;
	padding: 10px;
}

.cursor:hover {
	cursor: pointer !important;
}

.breadcrumb li {
	font-size: 13px;
}

.breadcrumb {
	width: auto !important;
	background-color: #fff !important;
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.view-email-checkbox label {
	font-size: 14px !important;
	padding-bottom: 2px;
}

fieldset {
	border: 2px solid #dcdcdc !important;
	padding: 0 1.4em 0 1.4em !important;
	margin: 0 0 1em 0 !important;
	border-radius: 5px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

legend {
	font-size: 14px !important;
	font-weight: bold !important;
	text-align: left !important;
	width: inherit !important;
	padding: 0 10px !important;
	margin-bottom: 5px !important;
	border-bottom: none !important;
	color: #1e4e79 !important;
}

.ordering_fields select,
.ordering_fields input {
	margin-top: 2px;
}

.ordering-form .row {
	padding: 10px 0;
}

.ordering-fields > div {
	padding: 0;
}

.ordering-buttons {
	margin-top: 20px;
}

.ordering-buttons button {
	margin-bottom: 50px !important;
}

.ordering-form input:disabled {
	background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 10px 10px !important;
	}
}

@media only screen and (max-width: 768px) {
	.ordering-title {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 576px) {
	.ordering-text {
		font-size: 16px;
		padding: 0 20px;
	}

	.ordering-title {
		font-size: 24px;
	}

	.ordering-buttons button {
		margin-bottom: 10px !important;
	}

	.cart-table tr td:nth-child(2) {
		font-size: 12px;
	}

	.cart-table img {
		width: 100%;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Diamonds page
*******************************************************************************************************************************************/

.color {
	margin-right: 0 !important;
}

.pagination-nav {
	display: block;
}

.paginator-section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.viewing {
	font-size: 12px;
}

.pagination-nav .pagination .page-link {
	background-color: #cef3ff !important;
	color: #204f7c !important;
	margin-left: 2px;
	margin-right: 2px;
	border: 0px;
}

.pagination-nav .pagination .page-link:hover {
	background-color: #99e6ff !important;
}

.collections img {
	height: 150px;
}

.collections .text-center {
	padding-left: 0 !important;
}

.collections a:hover {
	text-decoration: none;
	color: #000;
}

.collections span {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
}

.collections {
	margin-top: 20px;
}

.loose-checkbox-label {
	font-weight: bold !important;
}

.img-padding-bottom {
	padding-bottom: 20px !important;
}

.pagination {
	width: auto !important;
	margin: 20px auto !important;
}

.nav {
	text-align: center !important;
}

.stone_details {
	font-size: 16px;
	color: #1e4e79;
	line-height: 1.6;
}

.stone_lable {
	text-align: right;
	font-weight: bold;
}

.stone_heading {
	font-size: 20px;
}

#diamond_form {
	display: block;
	margin-bottom: 20px;
}

#diamond_form label,
#admin-users-form label {
	color: #6f6f6f;
	font-size: 11px;
	font-weight: 700;
}

.margin-lg-top {
	margin-top: 50px;
}

#add-filters-section,
#hide-filters-button {
	display: none;
}

.margin-md-top {
	margin-top: 30px;
}

.jewelry-color-filter {
	width: 100%;
}

.jewelry-color-name {
	font-size: 13px;
	display: block;
}

.jewelry-color-checkbox {
	margin: 0 !important;
}

.small-img {
	width: 80% !important;
}

.color-filter {
	margin-bottom: 20px;
}

.card-collection .card {
	border-width: 0 !important;
	text-align: center;
}

.jewelry-number {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-bottom: 10px !important;
}

.jewelry-price {
	font-size: 13px;
	margin-bottom: 0;
}

.card-collection img {
	max-height: 295px;
	min-height: 295px;
	object-fit: scale-down;
}

.stones_table th {
	text-align: center !important;
	color: #1e4e79;
	white-space: nowrap;
	font-size: 13px;
}

.stones_table td {
	white-space: nowrap;
	font-size: 12px;
}

.stones_table th span {
	font-size: 11px;
}

.slider {
	margin: 10px 17px 0 !important;
}

.perTotalSlider {
	display: none;
}

.slider_val {
	margin-bottom: 0 !important;
	padding-left: 17px;
	padding-right: 17px;
}

.slider_max {
	text-align: right !important;
}

.priceOpt {
	text-align: center;
	padding-top: 10px;
}

.shapeBox {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #1e4e79;
	font-weight: 800;
}

.weight-panel {
	height: 160.38px !important;
}

.sliderVal {
	text-align: center !important;
}

.priceOpt label {
	font-size: 14px;
}

.ccLabels {
	font-weight: normal !important;
	font-size: 14px !important;
}

.glyphicon-save {
	font-size: 14px !important;
}

.view-email-button {
	margin: 10px 0 !important;
}

.view-details {
	padding-top: 10px;
	font-size: 14px;
}

.view-details p {
	margin-bottom: 10px;
}

.view-details p:nth-child(odd) {
	font-weight: bold;
	font-size: 16px;
}

.view-details p:nth-child(even) {
	font-size: 14px;
}

.view-actions {
	padding-top: 20px;
}

.view-actions p {
	font-size: 14px;
}

@media only screen and (max-width: 576px) {
	.stone_details {
		font-size: 14px;
	}

	.pagination li {
		font-size: 12px !important;
	}

	.weight-panel {
		height: auto !important;
	}

	.collections img {
		height: 200px;
	}

	.collections span {
		font-size: 20px;
		padding-bottom: 40px;
	}

	.jewelry-color-name {
		font-size: 10px;
	}

	.margin-lg-top {
		margin-top: 20px !important;
	}

	.sliderVal,
	.sliderPrepend {
		font-size: 10px !important;
	}

	.collections .text-center {
		padding-left: 15px !important;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Login page
*******************************************************************************************************************************************/

.login_check_label {
	font-size: 13px !important;
}

.login-label {
	font-weight: normal !important;
	font-size: 12px !important;
}

.login-input,
.login-input:focus {
	border-radius: 0 !important;
	outline: 0 none !important;
	box-shadow: none !important;
	border: 1px solid #fff !important;
	border-bottom: 1px solid #000 !important;
	padding-left: 0 !important;
}

.form-auth-title {
	display: block;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #1e4e79;
}

.login-link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #f7f7f7;
}

.cgc-button {
	background-color: #204f7c !important;
	border-color: #204f7c !important;
	border-radius: 0 !important;
	padding: 10px !important;
	font-size: 0.8rem !important;
	font-weight: bold !important;
	margin-top: 0 !important;
}

.order-modal-button {
	margin-top: 0 !important;
	color: #204f7c !important;
	background-color: #fff !important;
	border-color: #fff !important;
	font-weight: bold !important;
}

.modal-content {
	border-radius: 0 !important;
}

#go-to-order-button:hover {
	text-decoration: none !important;
}

.order-modal-title {
	display: block;
	font-size: 20px;
}

.order-modal-img {
	width: 100%;
	max-height: 135px;
	object-fit: scale-down;
}

.order-img {
	max-height: 70px;
	object-fit: scale-down;
}

.order-modal-desc {
	padding-top: 48px;
	font-weight: bold;
	margin-bottom: 0;
}

.order-quantity-text {
	font-size: 12px;
	display: block;
	margin-top: -3px;
}

.modal-title {
	font-size: 18px;
}

.form-signin label {
	font-weight: bold;
	font-size: 14px;
}

.reset-password-link {
	display: block;
	font-size: 12px;
	padding-top: 15px;
	color: #204f7c;
}

.reset-password-link a:hover {
	text-decoration: none;
	cursor: pointer;
	color: #204f7c;
}

.register-fieldset {
	color: #1e4e79;
	font-weight: bold;
	font-size: 15px;
	position: absolute;
	top: -12px;
	left: 27px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

.register-left-panel {
	position: relative;
}

.register-checkbox {
	color: #1e4e79;
}

.cart-checkbox {
	text-align: center;
	color: #1e4e79;
}

/*******************************************************************************************************************************************
*    Cart page
*******************************************************************************************************************************************/

.sendCart,
.sendingCart {
	width: 100%;
	font-size: 18px !important;
	margin-top: 20px;
}

.hidden {
	display: none;
}

.cart-comment-content {
	font-size: 14px;
}

.cart-comment {
	font-size: 15px;
}

#cart-table .btn-group .btn-sm:focus {
	outline: none !important;
}

#cart-table .btn-sm {
	font-size: 10px !important;
	padding-top: 0.15rem !important;
	padding-bottom: 0.15rem !important;
}

#cart-table .cart-amount {
	font-weight: bold !important;
	min-width: 40px;
	font-size: 14px !important;
}

@media only screen and (max-width: 576px) {
	#cart-table .btn-sm {
		font-size: 9px !important;
		padding: 0.1rem 0.4rem !important;
	}

	#cart-table .cart-amount {
		min-width: 30px;
		font-size: 12px !important;
	}
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Reset Password page
*******************************************************************************************************************************************/

.hint {
	padding-top: 5px;
	padding-bottom: 0;
}

#password-reset-form img {
	width: 100%;
	margin-bottom: 5px;
}

#password-reset-form p {
	font-size: 14px;
}

/******************************************************************************************************************************************/

/*******************************************************************************************************************************************
*    Admin page
*******************************************************************************************************************************************/

#user-table tbody tr th {
	font-size: 14px !important;
	text-align: center !important;
	color: #1e4e79 !important;
	white-space: nowrap !important;
}

#user-table td {
	text-align: center;
	font-size: 11px;
	vertical-align: middle !important;
}

#user-table tr td:nth-child(6) {
	font-weight: bold;
}

.user-isadmin,
.isadmin-icon {
	color: #674ee8 !important;
}

.user-isnotadmin,
.isnotadmin-icon {
	color: #d9a514 !important;
}

.user-approved,
.approve-icon {
	color: #40bf80 !important;
}

.user-unapproved,
.unapprove-icon,
.delete-icon {
	color: #ff3333 !important;
}

.edit-icon {
	color: var(--blue) !important;
}

.approve-icon,
.unapprove-icon,
.delete-icon,
.edit-icon,
.isadmin-icon,
.isnotadmin-icon {
	font-size: 14px;
	cursor: pointer;
}

.glyphicon-pencil {
	color: #1e4e79 !important;
}

.remove-user-body {
	font-size: 16px;
}

.profile-title {
	margin-bottom: 5px;
}

.profile-subtitle {
	font-size: 14px;
}

#profile-menu {
	background-color: #bbb;
	color: #fff;
	padding: 20px 40px 10px;
}

#profile-menu p {
	margin-bottom: 10px;
	font-size: 14px;
}

#profile-menu .active {
	font-weight: bold;
}

/******************************************************************************************************************************************/
