a, a:hover, a:focus {
	color: inherit;
}
a:hover, a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul, ol {
	margin: 0; padding: 0;
	list-style: none;
}

label {
	cursor: pointer;
}

a i {
	color: inherit;
}

body {
	min-width: 320px;
}
body, input, textarea, select, .form-control {
	font-family: 'Open Sans', sans-serif; font-size: 15px;
	color: #7b879f;
}

.container-fluid {
	max-width: 1300px;
}

.sfs-header {
	position: relative;
}
.sfs-header .sfs-title {
	margin: 0 0 20px 0; padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #f4f4f7;
	font-size: 20px;
}
.sfs-header .sfs-title img {
	height: 30px;
}
.sfs-header .sfs-navigation {
	text-align: right; line-height: 1;
	font-size: 16px;
}
.sfs-header .sfs-navigation a {
	display: inline-block;
	padding: 15px 30px;
	border: 1px solid transparent;
	border-radius: 5px;
}
.sfs-header .sfs-navigation a:not(:last-child) {
	margin: 0 10px 0 0;
}	
.sfs-header .sfs-navigation a:first-child {
	border-color: #e3e7f0;
	color: #7b879f;
}
.sfs-header .sfs-navigation a:last-child {
	background-color: #f9b216;
	color: #fff;
}
.sfs-header .sfs-navigation i {
	margin: 0 5px 0 0;
}
.sfs-header .sfs-administration {
	position: absolute;
	top: 30px; right: 30px;
}
.sfs-header .sfs-administration i {
	margin: 0 0 0 5px;
}

.sfs-main {
	position: relative;
	margin: 30px 0 150px 0;
}

.sfs-main .sfs-back {
	position: absolute;
	top: -65px;
	font-size: 16px;
}
.sfs-main .sfs-back i {
	margin: 0 5px 0 0;
}

.sfs-main .sfs-view-form {
	margin: 0 auto;
	max-width: 768px;
	text-align: center;
}
.sfs-main .form-group label {
	color: #abb2c0;
}
.sfs-main .form-group label .sfs-required {
	color: #c00;
}
.sfs-main .form-group .form-control {
	border-color: #e3e7f0;
}
.sfs-main .sfs-file-uploader {
	padding: 125px 0;
	text-align: center;
	background-color: #fcf7eb;
	border: 1px solid #f9b216;
	border-radius: 5px;
	font-size: 16px;
	color: #f9b216;
}
.sfs-main .sfs-file-uploader:hover {
	opacity: 0.5;
	cursor: pointer;
}
.sfs-main .sfs-file-list {
	margin: 20px 0 0 0;
	color: #abb2c0;
}
.sfs-main .sfs-file-list .list-group-item {
	border-color: #f4f4f7;
}
.sfs-main .sfs-delete-files i {
	cursor: pointer;
}
.sfs-main .sfs-delete-files .sfs-delete {
	filter: invert(11%) sepia(100%) saturate(7242%) hue-rotate(360deg) brightness(97%) contrast(111%);
}
.sfs-main .sfs-copy {
	cursor: pointer;
}
.sfs-main .btn.btn-primary {
	padding: 15px 40px;
	font-size: 16px;
	background-color: #f9b216 !important;
	border: 0;
	border-radius: 5px;
	box-shadow: none !important;
	color: #fff;
}
.sfs-main table tbody tr {
	box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.05);
}
.sfs-main table th, .sfs-main table td {
	padding: 20px;
	border: 0;
}
.sfs-main table th {
	color: #abb2c0;
}
.sfs-main table td .sfs-description {
	max-width: 200px;
	color: #cbd0dc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sfs-main table .sfs-actions a {
	margin: 0 5px;
	color: #7b879f;
}
.sfs-main table td a {
	color: #f9b216;
}
.sfs-main table td a i {
	margin: 0 5px 0 0;
}
.sfs-main .alert {
	border: 0;
	font-weight: bold;
}
.sfs-main .alert.alert-danger {
	background-color: #f8d7da;
	color: #b15d62;
}
.sfs-main .alert.alert-success {
	background-color: #ceeedb;
	color: #70a380;
}
.sfs-main .alert span, .sfs-main .alert a {
	display: inline-block;
	margin: 0 2px; padding: 2px 6px;
	background-color: #fff;
}
.sfs-main .alert a {
	text-decoration: underline;
}
.sfs-main input[data-password-autogenerate="true"] {
	font-family: monospace; font-size: 1.25em;
}
.sfs-main .sfs-password-refresh i {
	cursor: pointer;
}
.sfs-main .sfs-email-content-template span {
	color: #f9b216;
	cursor: pointer;
}
.sfs-main .sfs-send-email-toggle {
	margin: 0 0 16px 0;
	cursor: pointer;
}
.sfs-main .sfs-send-email-toggle i {
	margin: 0 5px 0 0;
}
.sfs-main .sfs-send-email-toggle.sfs-open i:nth-child(1) {
	display: none;
}
.sfs-main .sfs-send-email-toggle:not(.sfs-open) i:nth-child(2) {
	display: none;
}
.sfs-main .sfs-send-email {
	display: none;
}

.sfs-footer {
	padding: 0 0 30px 0;
	text-align: center;
}