/* CSS Document */
.sf-main-logo {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    background-image: url(/include/img/bg.png);
    background-size: 300px 250px;
    background-repeat: no-repeat;
    background-position: center;
}
.sf-main-form {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.sidebar-bar {
	width: 250px;
	position: fixed;
	top: 0;
	left: calc(100% + 250px);
	height: 100vh;
	z-index: 1032;
	border: 0;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
	transition: all 0.2s;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}
.sidebar-bar.active {
	left: calc(100% - 250px);
}
.sidebar-title {
	text-align: left;
	position: absolute;
	top: 16px;
	left: 15px;
	font-size: 0.8rem;
	font-weight: bold;
}
.sidebar-title>img {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 12px;
    margin-top: -4px;
}
.sidebar-dismiss {
	position: absolute;
	top: 8px;
	right: 15px;
}
.sidebar-overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1031;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	margin-left: -15px;
}
.sidebar-overlay.active {
	display: block;
	opacity: 1;
}
.sidebar-items {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	margin-top:60px;
}
.sidebar-headder {
	padding: 0.2rem 0 0.2rem 1rem;
	font-weight: bold;
	font-size: 0.8rem;
	letter-spacing: 0.12rem;
}
.sidebar-item {
	position: relative;
	display: block;
	padding: .25rem .5rem;
	border: 0;
	font-weight: bold;
}
.sidebar-selected {
	width: 4px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.sidebar-separator {
	height: 20px;
}
.sf-navbar {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sf-navbar-scrolled {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.sf-navbar-left-element{
	margin-bottom: 0!important;
	font-weight: bold;
    margin-left: -8px;
}
.sf-navbar-left-element>i,
.sf-navbar-left-element div>i{
	margin-top: -3px;
}
.sf-navbar-left-element div>img{
	width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -4px;
}
.sf-navbar-units{
	font-weight:bold;
}
.sf-navbar-units img{
	margin-top:-4px;
}
.sf-login-forgot-pass{
	margin: 15px 0px;
    text-align: center;
	font-size: 0.9rem;
}
.sf-login-sign-up{
	margin: 15px 0px;
    font-weight: bold;
	font-size: 0.8rem;
    text-align: center;
}
.body-content {
	padding: 38px 0 0 0;
	width: 100%;
	min-height: 100vh;
	transition: all 0.2s;
	position: absolute;
	top: 0;
	right: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}
/*Behaviors*/
.sf-selectable{
	cursor:pointer;
}
.sf-selectable:hover{
	opacity:0.65;
}
.sf-move {
	cursor:move;
}
.sf-center {
	text-align:center;
}
.sf-justify {
	text-align:justify;
}
/*Components*/
.datepicker {
	border: 0;
	border-radius: 10px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
}
.sf-table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	padding:0px;
	margin: 0 auto;
	border: 0px solid;
}
.sf-card {
	border: 0;
	border-radius: 10px;
	/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);*/
	margin: 15px auto;
	height: calc(100% - 30px)!important;
}
.sf-card-row {
	border: 0;
	box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,.05);
	margin: 12px auto;
	border-radius: 6px;
	padding: 6px 12px;
}
.sf-card-button {
	width: 48px;
	border: 1px solid;
    border-color: #adb5bd;
}
.sf-card-titles {
	margin: 9px auto;
	font-size: 1.4rem;
	font-weight: bold;
}
.sf-card-body-top {
	margin-top: 15px;
	margin-bottom: 7px;
}
.sf-card-body-middle {
	margin: 7px auto;
}
.sf-card-body-bottom {
	margin-top: 7px;
	margin-bottom: 15px;
}
.sf-card-body-all {
	margin: 15px auto;
}
.sf-delete-title,
.sf-status-title {
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	padding: 10px 0;
}
.sf-corner-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.sf-alert{
	position: relative;
	padding: .75rem 1.25rem;
	border: 0;
	border-radius: 6px;
}
.sf-title{
	font-weight:bold;
}
.sf-description{
	font-size:0.8rem;
}
.sf-card-text{
	padding: 0 20px;
}
/*Search, Pagination, No records found*/
.sf-search-control{
	padding: 5px 0;
}
.sf-td-page-l{
	width:120px;
	font-size:0.7rem;
	text-align:left;
	font-weight:bold;
}
.sf-td-page-t{
	font-size:0.7rem;
	text-align:center;
	font-weight:bold;
}
.sf-td-page-r{
	width:120px;
	font-size:0.7rem;
	text-align:right;
	font-weight:bold;
}
.sf-td-page-l div i,
.sf-td-page-r div i{
	margin-top: -2px;
}
.sf-td-nrf {
	font-size: .9rem;
	text-align: center;
	height: 80px;
}
/*Module: MAIN*/
.sf-site-button{
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
.sf-site-button img{
	margin-top: -2px;
	margin-right: 10px;
}
.sf-site-button i{
	margin-top: -4px;
}
.sf-heart-img{
	width: 42px;
	padding: 0 4px;
}
.sf-heart-img img{
	border-radius: 50%;
	width: 34px;
}
.sf-heart-name{
	font-weight: bold;
	padding-left: 10px;
	overflow-y: hidden;
	white-space: nowrap;
}
.sf-heart-date{
	font-size: 0.8rem;
	text-align: right;
}
.sf-heart-icon{
	width:32px;
}
.sf-comment-img{
	width: 42px;
	padding: 0;
	vertical-align: top;
}
.sf-reply-img{
	width: 68px;
	text-align: right;
	padding: 4px 8px;
	vertical-align: top;
}
.sf-comment-img img,
.sf-reply-img img{
	border-radius: 50%;
	width: 34px;
}
.sf-comment-name{
	font-weight: bold;
	overflow-y: hidden;
	white-space: nowrap;
}
.sf-comment-date{
	font-size: 0.8rem;
	text-align: right;
}
.sf-comment-text{
	text-align: justify;
	font-size: 0.8rem;
}
.sf-comment-buttons{
	text-align: right;
}
.sf-unlock-title{
	font-size: 1.2rem;
	font-weight: bold;
	text-align:center;
	margin: 10px auto;
}
.sf-unlock-td-label{
	font-size: 0.9rem;
	height: 40px;
	font-weight: bold;
}
.sf-unlock-td-data{
	font-size:1.1rem;
	height: 40px;
}
.sf-unlock-td-data img{
	margin-top:-2px;
}
/*Module: Profile*/
.cover-img {
	display: flex;
	min-height: 90px;
	clip-path: polygon(0% 70%, 100% 100%, 100% 0%, 0% 0%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cover-img img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	border-style: none;
}
.cover-overlay {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.17);
	padding-top: 50%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cover-icon {
	position: absolute;
	left: 15px;
	top: 10px;
}
.profile-img-edit:hover {
	cursor: pointer;
	box-shadow: 0px 0px 50px rgba(255, 255, 255, .75);
}
.username-zone {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: right;
	padding-right: 15px;
}
.screen-name {
	font-size: 2.4rem;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
	font-weight: lighter;
}
.username {
	font-size: 1.1rem;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.6);
}
.profile-content {
	position: relative;
	top: -20px;
	margin-bottom: -20px;
}
/*Module Currency*/
.currency-empty {
	opacity: .25;
}
.currency-picture{
	width:144px;
	height:144px;
}
.currency-default-img{
	padding: 20px 0px;
	text-align: center;
}
.currency-default-img>img{
	width:100px;
	height:100px;
}
.currency-default-img>img:hover{
	cursor:pointer;
	opacity:0.5;
}
.currency-box-title{
	font-size: 1.1rem;
	font-weight: bold;
}
.currency-box-img {
	text-align: center;
	margin-bottom: 20px;
}
.currency-box-img>img{
	width:100px;
	height:100px;
}
.currency-box-units{
	font-size: 1.4rem;
	font-weight: bold;
	margin: -8px auto;
}
.currency-box-name{
	font-size: 1.1rem;
}
/*Module: Posts*/
.sf-card-body-post {
	margin: 5px 15px 5px 10px;
}
.sf-post-date{
	width: 2.8rem;
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.sf-post-time{
	font-size: 0.75rem;
	text-align: center;
	font-style: italic;
	vertical-align: top;
}
.sf-post-title{
	width:auto;
	font-weight:bold;
	text-align:left;
	padding-left: 5px;
}
.sf-post-content{
	white-space: pre-line;
	text-align: justify;
	padding-left: 5px;
}
.sf-post-img{
	max-width: 100%;
	border-radius: 8px;
	margin-top: 10px;
}
.sf-post-icons-a{
	text-align:right;
}
/*Module: Content*/
.sf-card-content {
	min-width:260px;
	max-width:470px;
}
.sf-card-level {
	border: 0;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);
	margin: 15px auto;
	height: calc(100% - 30px)!important;
}
.sf-card-content-title {
	margin: 10px 20px;
	font-size: 1.8rem;
	text-align: center;
}
.sf-card-level-title {
	margin: 12px;
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}
.sf-card-content-title i,
.sf-card-level-title img {
	margin-top:-4px;
}
.sf-card-file {
	border: 0;
	border-radius: 0px;
	/*box-shadow: 0 0.5rem 1rem rgba(0,0,0,.1);*/
	margin: 15px auto;
	height: calc(100% - 30px)!important;
	max-width: 200px;
	min-width: 100px;
}
.file-thumb {
	width:100%;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
}
.file-title {
	font-size: 0.9rem;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 6px 0 0;
}
.file-title-2 {
	font-size: 0.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 6px 0 6px;
}
.file-price {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 6px 0 0;
	font-weight: bold;
}
.file-price-2 {
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	padding: 2px 0 4px;
	font-weight: bold;
}
.file-price img,
.file-price-2 img {
	margin-top:-4px;
}
.content-cover {
	display: flex;
	min-height: 85px;
	clip-path: polygon(0% 80%, 100% 100%, 100% 0%, 0% 0%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.content-cover img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	border-style: none;
}
.content-cover-overlay {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.17);
	padding-top: 50%; /* 2:1 Aspect Ratio (divide 1 by 2 = 0.5) */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.content-title {
	position: absolute;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 0 8px 2px 8px;
	font-size: 1.2rem;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.8);
	font-weight: lighter;
	background-color: rgba(0,0,0,0.25);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.content-type {
	position:relative;
	top: -30px;
}
.content-price {
	background-color: #fafafa;
	border-radius: 6px;
	box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,.25);
	margin-right: 16px;
	height: 34px;
	font-weight: bold;
	display: inline-block;
	padding: 4px 6px 0 0;
}
.content-price img{
	margin-top:-2px;
}
.content-button-text{
	font-size:0.8rem;
	margin-top: -10px;
}
.content-td-icon{
	width: 48px;
}
.content-td-type{
	vertical-align: bottom;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1.2rem;
	font-weight: bold;
}
.content-controls{
	margin-top: -30px;
	margin-bottom: 10px;
}
.content-type-selector-img{
	width:300px;
}
.card-content-type-img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
	border-style: none;
}
.card-content-type-body{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: .9rem;
	padding: 10px 10px;
}
.card-content-type-title{
	font-size: 1.2rem;
	margin-top: 6px;
	font-weight: bold;
}
.card-content-type-list{
	padding-left: 18px;
	margin-top: 6px;
	margin-bottom: 0;
}
.row-type-selector-gutters {
	margin-right: -12px;
	margin-left: -12px;
}
.row-type-selector-gutters	> .col,
.row-type-selector-gutters	> [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}
/*Buttons*/
.sf-btn-light,
.sf-btn-dark {
	border-radius: 6px;
	padding: 4px 16px 2px 6px;
}
.sf-btn-light>i,
.sf-btn-dark>i,
.sf-btn-light>img,
.sf-btn-dark>img {
	margin-right: 4px;
	position: relative;
	top: -2px;
}
.sf-btn-primary:hover,
.sf-btn-secondary:hover {
	opacity:0.75;
}
.sf-btn-group {
	display: flex;
}
.sf-btn-group>.btn {
	border-radius:6px;
}
/*Modals*/
.modal-header .close:hover {
	cursor:pointer;
}
.sf-modal>.modal-content{
	/*border-radius: 10px;*/
	border: 0;
}
.sf-modal>.modal-content>.modal-header {
	border-bottom: 0;
	padding: 8px 12px 12px;
}
.sf-modal>.modal-content>.modal-header>.modal-title>i,
.sf-modal>.modal-content>.modal-header>.modal-title>img {
	position:relative;
	top: -2px;
}
.sf-modal>.modal-content>.modal-body {
	padding: 0px 12px;
}
.sf-modal>.modal-content>.modal-footer {
	padding: 10px;
	border-top: 0;
}
.sf-modal-background-rows {
	margin: 0 -12px;
	padding: 1px 12px;
}
.sf-delete-warning,
.sf-confirm-warning{
	text-align:justify;
	font-size: .9rem;
}
.sf-delete-button {
	padding-top:10px;
	text-align:center;
}
.sf-row-order-title {
	max-width:120px;
	padding-left:6px;
	overflow: hidden;
	white-space: nowrap;
}
/*Extra*/
.sf-curr-20 {
	width:20px;
	height:20px;
	margin:0 4px;
}
.sf-curr-24 {
	width:24px;
	height:24px;
	margin:0 5px;
}
/*Media*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.profile-img-zone {
		position: relative;
		top: -80px;
		margin-bottom: -50px;
	}
	.profile-img {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		box-shadow: 0px 20px 50px -30px rgba(0, 0, 0, 1);
	}
	.profile-img-login {
		width: 90px;
		height: 90px;
		border-radius: 50%;
	}
	.cover-icon {
		position: absolute;
		left: 5px;
		top: 0px;
	}
	.username-zone {
		position: absolute;
		color: #fff;
		width: 100%;
		text-align: right;
		padding-right: 10px;
	}
	.screen-name {
		font-size: 1.9rem;
		text-shadow: 1px 2px 4px rgba(0,0,0,0.9);
		font-weight: lighter;
	}
	.username {
		font-size: 1rem;
		text-shadow: 1px 2px 4px rgba(0,0,0,0.9);
	}
	.sf-site-button{
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
	}
	.sf-card {
		border: 0;
		border-radius: 10px;
		/*box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);*/
		margin: 10px auto;
		height: calc(100% - 20px)!important;
	}
	.card-body{
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		min-height: 1px;
		padding: .9rem;
		font-size: .9rem;
	}
	.sf-card-body-post{
		margin: 5px 10px 0 5px;
		font-size: 0.9rem;
	}
	.sf-card-content-title {
		margin: 10px;
		font-size: 1.4rem;
		text-align: center;
	}
	.sf-card-level-title {
		margin: 8px;
		font-size: 0.8rem;
		font-weight: bold;
		text-align: center;
	}
	.row-type-selector-gutters	> .col,
	.row-type-selector-gutters	> [class*="col-"] {
		padding-right: 8px;
		padding-left: 8px;
	}
	.card-content-type-body{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		font-size: .8rem;
		padding: 6px 6px;
	}
	.card-content-type-title{
		font-size: 1rem;
		margin-top: 6px;
		font-weight: bold;
	}
	.card-content-type-list{
		padding-left: 16px;
		margin-top: 2px;
		margin-bottom: 0;
	}
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.profile-img-zone {
		position: relative;
		top: -110px;
		margin-bottom: -80px;
	}
	.profile-img {
		width: 120px;
		height: 120px;
		border-radius: 50%;
		box-shadow: 0px 20px 50px -30px rgba(0, 0, 0, 1);
	}
	.profile-img-login {
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.profile-img-zone {
		position: relative;
		top: -140px;
		margin-bottom: -100px;
	}
	.profile-img {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		box-shadow: 0px 20px 50px -30px rgba(0, 0, 0, 1);
	}
	.profile-img-login {
		width: 140px;
		height: 140px;
		border-radius: 50%;
	}
}