/* Custom Styles */

/* Global */

html {
	overflow-x: hidden;
}

* {
	margin: 0 auto;
}

body {
	padding: 0 !important;
	position: relative;
	overflow-x: hidden;
	scroll-behavior: smooth;
	background: #f8f8f8;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #777;
	letter-spacing: 0;
}

p {
	margin-bottom: 16px;
	font-size: 13px;
	color: #777;
	line-height: 21px;
}

a:focus,
input:focus,
button:focus,
textarea:focus {
	text-decoration: none;
	outline: 0;
}

a {
	cursor: pointer;
}

a,
.checkmark,
.modal .modal-header button,
#modal-delete .modal-footer button,
#modal-addsupp .modal-footer button,
#modal-update .modal-footer button,
#modal-addsupp .info-supp-row .item-field input[type="text"],
.topband,
.login-panel .info-panel a:after,
.login-panel .helpers-panel .login-components input[type="text"],
.login-panel .helpers-panel .login-components input[type="password"],
.login-panel .helpers-panel .login-components input[type="submit"],
#modal-forgotpass .item-field input[type="email"],
#modal-forgotpass .modal-footer button,
#modal-update .info-supp-row .item-field input[type="text"] {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: none;
}

p:last-child,
#modal-inclusion ul:last-child {
	margin-bottom: 0;
}

h2 {
	color: #222;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Sidebar */

.nav-overlay {
	position: fixed;
	top:0 ;
	left: 0;
	z-index: -1;
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.72);
	transition: all .8s ease-in-out;
}

.sidebar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 20%;
	height: 100%;
	background: #06c url('../img/bg-sidebar.png');
	text-align: center;
}

.sidebar .brand {
	padding: 40px;
}

	.sidebar .brand img {
		max-height: 80px;
	}

.sidebar nav {

}

	.sidebar nav li a {
		padding: 16px 40px;
		display: block;
		border-left: 8px solid transparent;
		border-top: 1px solid rgba(255,255,255,.12);
		border-bottom: 1px solid rgba(255,255,255,.12);
		font-size: 11px;
		font-weight: 600;
		color: #fff;
		letter-spacing: 1px;
		text-align: left;
	}

		.sidebar nav li a:hover {
			background: #f8f8f8;
			border-left: 8px solid #6fb6a9;
			color: #262d39;
		}

	.sidebar nav li a i {
		position: relative;
		top: -1px;
		margin-left: 12px;
		font-size: 8px;
		font-weight: 700;
	}

.sidebar .info-contact {
	position: absolute;
	bottom: 0;
	padding: 40px;
	text-align: left;
}

	.sidebar .info-contact h3 {
		position: relative;
		margin-bottom: 12px;
		font-size: 11px;
		font-weight: 600;
		color: #ffe042;
		letter-spacing: 1px;
	}

	.sidebar .info-contact h3:after {
		content: '';
		display: block;
		margin: 8px 0;
		width: 16px;
		height: 2px;
		background: #ffe042;
	}

	.sidebar .info-contact li {
		font-size: 12px;
		color: #fff;
	}

/* Topband */

.topband {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	width: 100%;	
	padding: 16px 40px;
	background: #06c url('../img/bg-sidebar.png');
}

.topband .btn-nav {
	float: left;
}

	.topband .btn-nav button {
		display: none;
		background: transparent;
		border: none;
		font-size: 20px;
		color: #fff;
	}

.topband .helpers {
	float: right;
}

	.topband .helpers ul {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.topband .helpers li {
		color: #fff;
	}

	.topband .helpers li i {
		margin-right: 16px;
		font-weight: 700;
	}

	strong {
		font-weight: 600;
	}

	.topband .helpers a {
		display: block;
		margin-left: 16px;
		padding: 8px 16px;
		background: rgba(255,255,255,.16);
		border-bottom: 1px solid rgba(255,255,255,.32);
		font-size: 9px;
		font-weight: 800;
		color: #fff;
		letter-spacing: 1px;		
		border-radius: 3px;
	}

	.topband .helpers a:hover {
		background: #fff;
		color: #262d39;
	}

/* Main Content */

.main-content {
	position: relative;
	width: 80%;
	margin-left: 20%;
	background: #f8f8f8;
}

.header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 16px 40px;
	margin-top: 61px;
	background: #fff;
	box-shadow: 0 12px 12px -12px rgba(0,0,0,.12);
}

	.header .title,
	.data-panel-header .info {
		text-align: left;
		width: 70%;
	}

	.header .btn-panel,
	.data-panel-header .btn-panel {
	 	width: 30%;
	}

	.header .title h2 {
		font-size: 20px;
		font-weight: 700;
	}

	.header .btn-panel,
	.data-panel-header .btn-panel {
		text-align: right;
	}

	.header .btn-panel a {
		display: inline-block;
		padding: 10px 16px;
		background: #ffe042;
		font-size: 13px;
		font-weight: 500;
		color: #222;		
		border-radius: 3px;		
	}

		.header .btn-panel a:hover {
			background: #06c;
			color: #fff;
		}

	.header .btn-panel a i {
		margin-right: 8px;
		font-weight: 700;
	}

/* Data Content */

[data-toggle="collapse"][aria-expanded="true"] > .js-rotate-if-collapsed {
	-webkit-transform: rotate(180deg);
	-moz-transform:    rotate(180deg);
	-ms-transform:     rotate(180deg);
	-o-transform:      rotate(180deg);
	transform:         rotate(180deg);
}

.tooltip {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	font-weight: 600;
}

.data-content {
	padding: 40px;
}

.notif {
	margin-bottom: 40px;
	padding: 12px 16px;
	background: #dff0d8;
	text-align: center;
	color: #9aac93;
	border-radius: 3px;
}

	.notif i {
		margin-right: 12px;
	}

.item-data {
	margin-bottom: 16px;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.12);
}

	.item-data:last-child {
		margin-bottom: 0;
	}

.data-panel-header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;	
	padding: 16px;
	background: #454545;
	color: #fff;
}

	.data-panel-header ul li {
		display: inline-block;
		vertical-align: middle;
	}

.data-panel-header .info li {
	padding: 0 12px;
	border-right: 3px double rgba(255,255,255,.24);
}

	.data-panel-header ul li:first-child {
		padding-left: 0;
	}

	.data-panel-header ul li:not(:first-child) {
		border: none;
		padding-right: 0;
	}

	.data-panel-header .info li a {
		font-size: 16px;
		color: #fff;
	}

.data-panel-header .btn-addsupp {
	display: block;
	margin-right: 12px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 12px;
	text-align: center;
}

	.data-panel-header .btn-addsupp i {
		font-weight: 700;
		color: #69b4d7;
		line-height: 25px;
	}

	.data-panel-header .btn-collapse {
		cursor: pointer;
	}

		.data-panel-header .btn-collapse i {
			font-weight: 700;
		}

.panel-content {
	padding: 16px;
	background: #fff;
}

.panel-content .card-date {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

	.panel-content .card-date .date-content {
		width: 50%;
		padding: 24px;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f8f8f8+100 */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
		border: 1px solid #eee;
		text-align: center;
	}

	.panel-content .card-date .date-content:first-child {
		margin-right: 8px;
	}

	.panel-content .card-date .date-content:last-child {
		margin-left: 8px;
	}

	.panel-content .card-date .date-content small,
	.panel-content .card-date .date-content span {
		display: inline-block;
	}

	.panel-content .card-date .date-content small {
		margin-right: 16px;
		font-size: 9px;
		font-weight: 600;
		color: #aaa;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.panel-content .card-date .date-content span,
	.panel-content .card-date .date-content span i {
		font-size: 18px;
		font-weight: 700;
		color: #262d39;
	}	

	.panel-content .card-date .date-content span i {
		margin-right: 12px;
	}

.tbl-main,
.tbl-supp {
	margin-top: 16px;
}

.tbl-main table,
.tbl-supp table {
	width: 100%;
}

	.tbl-main table thead th,
	.tbl-supp table thead th {
		padding: 12px 16px;
		text-align: center;
		font-weight: 500;
		color: #fff;
	}

	.tbl-main table thead th:nth-child(1),
	.tbl-supp table thead th:nth-child(1) {
		background: #262d39;
	}

	.tbl-main table thead th:nth-child(2),
	.tbl-supp table thead th:nth-child(2) {
		background: #2e3644;
	}

	.tbl-main table thead th:nth-child(3),
	.tbl-supp table thead th:nth-child(3) {
		background: #353e4e;
	}

	.tbl-main table thead th:nth-child(4),
	.tbl-supp table thead th:nth-child(4) {
		background: #3b4557;
	}

	.tbl-supp table thead th:nth-child(5) {
		background: #404c61;
	}

	.tbl-main table tbody tr,
	.tbl-supp table tbody tr {
		border-bottom: 1px solid #f5f5f5;
	}

	.tbl-main table tbody tr:nth-child(odd),
	.tbl-supp table tbody tr:nth-child(odd) {
		background: #fdfdfd;	
	}

	.tbl-main table tbody tr:nth-child(even),
	.tbl-supp table tbody tr:nth-child(even) {
		background: #fafafa;	
	}

	.tbl-main table tbody td,
	.tbl-supp table tbody td {
		padding: 8px 16px;
	}

	.tbl-main table tbody td:nth-child(1),
	.tbl-main table tbody td:nth-child(3),
	.tbl-supp table tbody td {
		text-align: center;
	}

	.tbl-main table tbody td input,
	.tbl-main table tbody td small,
	.tbl-main table tbody td span, 
	.tbl-main table tbody td a {
		display: inline-block;
		vertical-align: middle;
	}

	.tbl-main table tbody td a {
		padding: 2px 6px;
		margin-left: 8px;
		background: #bbb;
		font-size: 9px;
		font-weight: 600;
		color: #fff;
		letter-spacing: 1px;	
		border-radius: 3px;	
	}

		.tbl-main table tbody td a:hover {
			background: #6fb6a9;
		}

	.tbl-main table tbody td i {
		font-weight: 500;
		font-size: 18px;
		color: #aaa;
	}

	.tbl-supp table tbody td .btn-removesupp,
	.sidebar button {
		display: block;
		width: 24px;
		height: 24px;
		background: #d72727;
		border: none;
		border-radius: 12px;
		text-align: center;
	}

		.tbl-supp table tbody td .btn-removesupp i,
		.sidebar button i {
			font-weight: 700;
			color: #fff;
			line-height: 25px;
		}

.sidebar button {
	display: none;
}

/* The container */
.checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 13px;
  margin: 0;
}

.checkbox small {
	font-size: 100%;
	font-weight: 500;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #e5e5e5;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #e5e5e5;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #6fb6a9;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:disabled ~ .checkmark {
  background-color: #bbb;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.tbl-main input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.tbl-main .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Footer */

footer {
	padding: 0 40px 40px 40px;
	color: #aaa;
}

/* Modal */

.modal-backdrop.in {
	opacity: .8;
}

.modal .modal-content {
	border-radius: 3px;
	background: transparent;
}

.modal .modal-header {
	padding: 16px 24px;
	background: #06c url('../img/bg-sidebar.png');
	border-radius: 3px 3px 0 0;
}

	.modal .modal-header h4 {
		font-size: 20px;
		font-weight: 700;
		color: #fff;
	}

	.modal .modal-header button {
		position: absolute;
		top: 18px;
		right: 24px;
		padding: 6px 12px;
	    background: rgba(255,255,255,.12);
	    border: none;
	    font-size: 9px;
	    font-weight: 600;
	    color: #fff;
	    text-align: center;
	    border-radius: 20px;
	    letter-spacing: 1px;
	}

	.modal .modal-header button:hover {
		background: #fff;
		color: #262d39;
	}

.modal .modal-body {
	padding: 32px;
	background: #fff;
	border-radius: 0 0 3px 3px;
}

@media (min-width: 768px) {
	.modal-sm {
	    width: 400px;
	}

	.modal-xl {
	    width: 800px;
	}
}

#modal-delete .modal-body,
#modal-addsupp .modal-body,
#modal-addmemberday .modal-body {
	text-align: center;
	border-radius: 0;
}

#modal-delete .modal-footer,
#modal-addsupp .modal-footer,
#modal-addmemberday .modal-footer,
#modal-forgotpass .modal-footer,
#modal-update .modal-footer {
	background: #f8f8f8;
	border-top: 1px solid #f5f5f5;
	border-radius: 0 0 3px 3px;	
	text-align: center;
}

	#modal-delete .modal-footer button,
	#modal-addsupp .modal-footer button,
	#modal-addmemberday .modal-footer button,
	#modal-forgotpass .modal-footer button,
	#modal-update .modal-footer button {
		display: inline-block;
		padding: 8px 14px;
		background: #ffe042;
		border: none;
		font-size: 12px;
		font-weight: 500;
		color: #222;		
		border-radius: 3px;		
	}

		#modal-delete .modal-footer button:hover,
		#modal-addsupp .modal-footer button:hover,
		#modal-addmemberday .modal-footer button:hover,
		#modal-forgotpass .modal-footer button:hover,
		#modal-update .modal-footer button:hover {
			background: #06c;
			color: #fff;
		}

	#modal-addsupp .modal-footer button,
	#modal-addmemberday .modal-footer button,
	#modal-forgotpass .modal-footer button,
	#modal-update .modal-footer button {
		background: #b2892f;
	}

		#modal-delete .modal-footer .btn-cancel,
		#modal-addsupp .modal-footer .btn-cancel,
		#modal-addmemberday .modal-footer .btn-cancel,
		#modal-forgotpass .modal-footer .btn-cancel,
		#modal-update .modal-footer .btn-cancel {
			background: #ddd !important;
			color: #262d39 !important;
		}

#modal-inclusion ul {
	margin-left: 16px;
	margin-bottom: 16px;
	list-style-type: disc;
}

#modal-history span {
	display: inline-block;
	margin: 0 4px;
	color: #ddd;
}

	#modal-history ul li {
		padding-bottom: 8px;
		margin-bottom: 8px;
		border-bottom: 1px solid #eee;
	}

	#modal-history ul li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border: none;
	}

#modal-addsupp .info-supp-row,
#modal-addmemberday .info-supp-row,
.item-default .field-row,
#modal-update .info-supp-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#modal-addsupp .info-supp-row .item-field,
#modal-addmemberday .info-supp-row .item-field,
#modal-update .info-supp-row .item-field {
    flex-grow: 1;
    flex-basis: 0;
	text-align: left;
	padding: 4px 8px;
}

	#modal-addsupp .info-supp-row .item-field:first-child {
		margin-right: 8px;
	}

	#modal-addsupp .info-supp-row .item-field:last-child {
		margin-left: 8px;
	}

	#modal-addmemberday .info-supp-row .item-field label,
	#modal-addsupp .info-supp-row .item-field label,
	#modal-update .info-supp-row .item-field label,
	.item-default .field-row label {
		margin-top: 8px;
		display: block;
		font-size: 9px;
		font-weight: 600;
		color: #777;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	#modal-addsupp .info-supp-row .item-field label span {
		font-size: 16px;
		margin-left: 8px;
		color: #6fb6a9;
	}

	#modal-addsupp .info-supp-row .item-field input[type="text"],
	#modal-addmemberday .info-supp-row .item-field input[type="text"],
	#modal-update .info-supp-row .item-field input[type="text"],
	#modal-forgotpass .item-field input[type="email"],
	.item-default .field-row input[type="text"] {
		width: 100%;
		padding: 8px 0;
		border: none;
		border-bottom: 1px solid #ddd;
	}

	#modal-addmemberday .info-supp-row .item-field input[type="text"]:focus,
	#modal-addsupp .info-supp-row .item-field input[type="text"]:focus,
	#modal-update .info-supp-row .item-field input[type="text"]:focus,
	#modal-forgotpass .item-field input[type="email"]:focus {
		border-bottom: 1px solid #888;
	}

	#modal-addmemberday .info-supp-row .item-field input[type="text"]::placeholder,
	#modal-addsupp .info-supp-row .item-field input[type="text"]::placeholder,
	.login-panel .helpers-panel .login-components input[type="text"]::placeholder,
	.login-panel .helpers-panel .login-components input[type="password"]::placeholder,
	#modal-forgotpass .item-field input[type="email"]::placeholder {
		color: #ccc;
	}

/* Login */

.login-panel {
	display: flex;
	flex-direction: row;
}

.login-panel .info-panel {
	position: relative;
	z-index: 5;
	width: 60%;
	height: 100vh;
	background: #06c url('../img/bg-sidebar.png');
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

	.login-panel .info-panel .content {
		max-width: 55%;
	}

	.login-panel .info-panel img {
		max-height: 100px;
		margin-bottom: 64px;
	}

	.login-panel .info-panel article {
		margin: 16px 0;
	}

	.login-panel .info-panel h2,
	.login-panel .helpers-panel h2 {
		font-family: 'Cinzel', serif;
		font-size: 24px;
		font-weight: 700;
		color: #fff;
		text-transform: uppercase;
	}

	.login-panel .info-panel article p {
		color: #fff;
	}

	.login-panel .info-panel a {
		position: relative;
		display: inline-block;
		font-size: 11px;
		font-weight: 600;
		color: #ffe042;
		letter-spacing: 2px;
	}

	.login-panel .info-panel a:after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 0;
		height: 1px;
		background: #ffe042;
	}

		.login-panel .info-panel a:hover:after {
			width: 100%;
		}

.login-panel .info-panel .copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80%;
	padding: 24px 0;
	border-top: 1px solid #fff;
	color: #fff;
}

.login-panel .helpers-panel {
	position: relative;
	width: 40%;
	height: 100vh;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.login-panel .helpers-panel .circle {
	position: absolute;
	top: calc(50% - 320px);
	left: calc(-320px);
	width: 640px;
	height: 640px;
	z-index: 1;
	background: transparent;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 320px;
}

.login-panel .helpers-panel .circle-inner {
	position: absolute;
	top: calc(50% - 240px);
	left: calc(-240px);
	width: 480px;
	height: 480px;
	z-index: 2;
	background: transparent;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 240px;
}

	.login-panel .helpers-panel .content {
		position: relative;
		z-index: 3;
		width: 60%;
	}

	.login-panel .helpers-panel img {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		mix-blend-mode: multiply;
		opacity: .08;
	}

	.login-panel .helpers-panel h2 {
		margin-bottom: 12px;
		color: #262d39;
	}

	.login-panel .helpers-panel h5 {
		font-size: 13px;
		color: #aaa;
	}

.login-panel .helpers-panel .login-components {
	margin-top: 40px;
}

	.login-panel .helpers-panel .login-components .fields {
		position: relative;
	}

	.login-panel .helpers-panel .login-components input[type="text"],
	.login-panel .helpers-panel .login-components input[type="password"] {
		width: 100%;
		padding: 16px 40px 16px 16px;
		margin-bottom: 8px;
		background: #fff;
		border: 1px solid #fff;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06);
		border-radius: 3px;
	}

	.login-panel .helpers-panel .login-components input[type="text"]:focus,
	.login-panel .helpers-panel .login-components input[type="password"]:focus {
		border: 1px solid #aaa;
	}

	.login-panel .helpers-panel .login-components .fields i {
		position: absolute;
		top: 0;
		right: 16px;
		font-size: 16px;
		font-weight: 700;
		line-height: 50px;
	}

.login-panel .helpers-panel .login-components .btn-panel {
	margin-top: 12px;
}

	.login-panel .helpers-panel .login-components input[type="submit"] {
		display: inline-block;
		padding: 12px 24px;
		background: #ffe042;
		border: none;
		font-size: 11px;
		font-weight: 600;
		color: #222;		
		border-radius: 3px;		
		letter-spacing: 1px;
	}

		.login-panel .helpers-panel .login-components input[type="submit"]:hover {
			background: #06c;
			color: #fff;
		}

	.login-panel .helpers-panel .login-components a {
		display: inline-block;
		margin-left: 12px;
		font-weight: 600;
		color: #262d39;
	}

		.login-panel .helpers-panel .login-components a:hover,
		.login-panel .helpers-panel .social-media ul li a:hover {
			color: #06c;
		}

.login-panel .helpers-panel .social-media {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80%;
	padding: 22px 0;
	border-top: 1px solid rgba(0,0,0,.08);
}

	.login-panel .helpers-panel .social-media ul {
		text-align: right;
	}

	.login-panel .helpers-panel .social-media ul li {
		display: inline-block;
		margin: 0 8px;
	}

	.login-panel .helpers-panel .social-media ul li:first-child {
		margin-left: 0;
	}

	.login-panel .helpers-panel .social-media ul li:last-child {
		margin-right: 0;
	}

	.login-panel .helpers-panel .social-media ul li a {
		font-size: 16px;
		color: #262d39;
	}

/* Personal Details */

.item-default {
	padding: 40px;
	background: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.12);
}

.item-default .field-row .item-field {
    flex-grow: 1;
    flex-basis: 0;	
    padding: 8px;
}

.item-default .field-row .item-field label {
	color: #bbb;
}

.item-default .field-row .field-value {
	width: 100%;
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid #ddd;
}

/* Datepicker */

.datepicker {
  padding: 12px !important;
  border-radius: 0 !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 13px !important;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.datepicker-switch {
  text-transform: uppercase !important;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 6px !important;
  border: 1px solid #eee;
  text-align: center;
}

.datepicker table tr td.today {
    background: #b2892f !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.datepicker table tr td.active {
    background: #b2892f !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
}

.datepicker table tr td.day:hover {
    border-radius: 0 !important;
    cursor: pointer;
}

.datepicker table tr td.disabled {
	color: #aaa;
	background-color: #f8f8f8;
	pointer-events: none;
}

.card-img {
	display: none;
	margin-bottom: 16px;
	border: 1px solid #eee;
	text-align: center;
}

	.card-img img {
		max-width: 100%;
	}

/* Preloader */

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #262d39;
	z-index: 9999;
}

svg {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 60px);
	max-width: 120px;
	border-radius: 3px;
	background: #262d39;
	fill: none;
	stroke: rgba(0,0,0,.24);
	stroke-linecap: round;
	stroke-width: 8%
}

use {
	stroke: #fff;
	animation: a 2s linear infinite
}

@keyframes a { to { stroke-dashoffset: 0px } }


.btn-series {
	margin-top: 16px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

	.btn-series .btn-dim {
		width: 33.3333333%;
		padding: 4px;
	}

	.btn-series .btn-dim a {
		display: block;
		padding: 16px 0;
		background: #454545;
		font-size: 13px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		border-radius: 3px;
	}

	.btn-series .btn-dim a:hover {
		background: #262d39;
	}

	.btn-series .btn-dim a img {
		display: inline-block;
		vertical-align: middle;
		max-width: 24px;
		margin-right: 12px;
	}

	.btn-series .btn-dim a span {
		display: inline-block;
		width: 160px;
		vertical-align: middle;
	}
	
	.badge{
		background-color:transparent;
	}
	.badge-outline-success {
		color: #3bb001;
		border: 1px solid #3bb001;
	}
	
	.badge-outline-danger {
		color: #f10075;
		border: 1px solid #f10075;
	}